.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #ececec;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vina_pricing_table ul li {
  padding: 15px 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
.price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
}
.price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
.price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 48px;
  margin: 0 -20px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-table .price-plan:before,
.price-table .price-plan:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
}
.price-table .price-plan:before {
  left: 0;
}
.price-table .price-plan:after {
  right: 0;
}
.price-table .price-plan span {
  font-size: 30px;
}
#vina_porfolio {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#vina_porfolio .gallery-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}
#vina_porfolio .gallery-filters a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px;
  padding: 10px 14px;
  background: transparent;
  color: #999;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
#vina_porfolio .gallery-filters a.btn:focus {
  outline: none;
}
ul#vina_gallery {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
ul#vina_gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 3px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
ul#vina_gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#vina_gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: none;
  margin: 30px 0px 0px;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform .submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform .cluster .jform_name {
  display: block;
}
#vina_contact_us .contact_us .qlform .cluster .jform_email {
  display: block;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_faq .accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_faq .accordion-heading .accordion-toggle {
  height: auto;
  line-height: 45px;
  color: #656565;
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}
#vina_faq .accordion-inner {
  border: 1px solid #cdcdcd;
  border-top: none;
  background: #fff;
}
#vina_faq span.number {
  height: 45px;
  width: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-service-page .vina-service-item {
  position: relative;
  padding-bottom: 30px;
}
.vina-service-page .vina-service-item .media {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.vina-service-page .vina-service-item .media h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 65px;
}
.vina-service-page .vina-service-item .media:hover .sp-blocknumber {
  -webkit-animation: bounceIn 0.7s ease-in-out;
  -moz-animation: bounceIn 0.7s ease-in-out;
  animation: bounceIn 0.7s ease-in-out;
}
.vina-service-page .vina-service-item .sp-blocknumber {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 0 5px 60px;
  background: url(../images/block-shadow.png) 50% 72px no-repeat;
  margin-right: 15px;
}
.vina-service-page .vina-service-item .sp-blocknumber span {
  position: relative;
  top: 0;
  left: 0;
  border: 5px solid #dcdcdc;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@font-face {
  font-family: 'segoe_uilight';
  src: url('../fonts/ufonts.com_segoe_ui_light-webfont.eot');
  src: url('../fonts/ufonts.com_segoe_ui_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_segoe_ui_light-webfont.woff') format('woff'), url('../fonts/ufonts.com_segoe_ui_light-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_segoe_ui_light-webfont.svg#segoe_uilight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.row-fluid [class*="span"] {
  min-height: 0px;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
footer,
header,
section {
  position: relative;
}
input,
button {
  outline: none !important;
}
input:focus,
input:hover,
button:focus,
button:hover {
  outline: none !important;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
body {
  font: 14px/1.55 segoe_uilight;
  font-weight: lighter;
  color: #555;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.carousel-control {
  font-size: 37px;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
a img:hover {
  opacity: 0.8;
}
#sp-top-wrapper {
  background: #333333;
}
#languages-block-top {
  float: left;
  position: relative;
  margin-right: 4px;
}
#languages-block-top ul {
  display: block;
  background: #333333;
  z-index: 2;
  margin: 0;
}
#languages-block-top ul li {
  color: white;
  line-height: 50px;
  font-size: 13px;
  display: inline-block;
}
#languages-block-top ul li a,
#languages-block-top ul li > span {
  padding: 0 20px;
  display: block;
  color: white;
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  font-family: segoe_uilight;
}
.vina-currency select {
  width: 70px;
  height: 50px;
  border: none;
  font-size: 14px;
  line-height: 46px;
  margin: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-currency select:focus {
  outline: none;
}
.vina-currency .currency-box {
  display: block;
  text-align: center;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 0px;
  float: left;
}
.vina-currency .currency-box .down {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  pointer-events: none;
}
.vina-currency .currency-box .down .caret {
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.vina-who-online {
  text-align: center;
}
.vina-who-online .who-online,
.vina-who-online .who-online-des {
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 20px 0 0;
  color: #fff;
}
.vina-menu-top {
  float: right;
  display: inline-block;
}
.vina-menu-top ul.nav {
  float: right;
  margin: 0;
}
.vina-menu-top ul.nav li {
  display: inline-block;
  float: left;
}
.vina-menu-top ul.nav li a {
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vina-menu-top ul.nav li .image-title {
  display: none;
  opacity: 0;
}
.vina-menu-top ul.nav li:hover a {
  padding: 0 10px 0 0;
  width: auto;
}
.vina-menu-top ul.nav li:hover .image-title {
  display: inline-block;
  opacity: 1;
}
#sp-header-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
#sp-header-wrapper .logo-wrapper .logo:hover {
  opacity: 0.8;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin: 5px 0px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.button.button-small span i.right {
  margin-right: 0;
  margin-left: 5px;
  color: #fff;
}
.vina-header2 {
  position: relative;
  float: right;
  width: 50px;
}
.vina-cart-small .shopping_cart {
  float: right;
  position: relative;
}
.vina-cart-small .shopping_cart:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 45px;
  opacity: 0;
  display: none;
  z-index: 9999;
}
.vina-cart-small .shopping_cart > a:first-child {
  background: url(../images/topcart_icon.png) 50% 50% no-repeat #555;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
}
.vina-cart-small .shopping_cart > a:first-child b {
  color: white;
  font: 600 18px/22px "Open Sans", sans-serif;
  padding-right: 5px;
}
.vina-cart-small .shopping_cart:hover .cart_block {
  display: block;
  height: auto;
}
.vina-cart-small .shopping_cart:hover:before {
  opacity: 1;
  display: block;
}
.vina-cart-small .cart_block {
  position: absolute;
  top: 55px;
  right: 0px;
  z-index: 100;
  display: none;
  height: 0;
  color: #666;
  width: 270px;
  padding-top: 7px;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
}
.vina-cart-small .top-cart-content {
  padding: 10px;
  text-align: left;
  box-shadow: 0 3px 3px #666;
  overflow: hidden;
}
.vina-cart-small .top-cart-content .top-subtotal {
  float: left;
  margin: 15px 0 0;
}
.vina-cart-small .top-cart-content .price {
  font-weight: normal;
  font-size: 15px;
}
.vina-cart-small .top-cart-content .actions {
  padding: 0;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.vina-cart-small .top-cart-content .actions button {
  width: 100%;
}
button.button,
button.vina-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
button.button span,
button.vina-button span {
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 0 15px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}
button.button span span,
button.vina-button span span {
  border: 0;
  padding: 0;
}
.vina-button {
  padding: 8px 14px;
  font-size: 18px;
  border-radius: 0;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right;
}
.price {
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  font-family: segoe_uilight;
}
.block {
  margin-bottom: 30px;
}
.icon_search {
  cursor: pointer;
  height: 50px;
  padding: 0;
  margin: 0;
  display: block;
  width: 50px;
  z-index: 999;
  background: url(../images/search_icon.png) 50% 50% no-repeat #555;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon_search:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 40px;
  opacity: 0;
  display: none;
}
.icon_search:hover:before {
  opacity: 1;
  display: block;
}
.vina-search {
  float: right;
}
.vina-search .block-search-top {
  float: right;
  margin-top: 5px;
}
.vina-search .block-search-top:hover #search_block_top {
  display: block;
}
.vina-search .element-invisible {
  display: none;
}
#search_block_top {
  top: 50px;
  position: absolute;
  right: 0;
  padding-top: 7px;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#search_block_top form {
  width: 226px;
  padding: 15px 10px;
  box-shadow: 0 3px 3px #666;
  background: #fff;
}
#search_block_top form input.input-text {
  background: none repeat scroll 0 0 transparent;
  color: #CCCCCC;
  float: left;
  height: 21px;
  padding: 4px 9px;
  width: 174px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search_block_top form .btn.button-search {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  border-color: #cccccc;
  display: inline-block;
  border: none;
  color: white;
  width: 32px;
  height: 31px;
  text-align: center;
  padding: 10px 0 11px 0;
  background: url(../images/search.png) 0 no-repeat #555;
  text-indent: 999999px;
}
#search_block_top form .btn.button-search span {
  display: none;
}
.custom-camera a {
  overflow: hidden;
}
.custom-camera img {
  width: 100%;
  float: left;
}
.margin-top-15 {
  margin-top: 15px;
}
.menu_custom_menu .sub-title {
  padding: 15px 0 0;
  clear: both;
  margin: 0 0 6px;
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 30px;
  color: #555;
  line-height: 40px;
}
.menu_custom_menu .content {
  font-size: 14px;
}
.visiable-gallery {
  animation-name: none !important;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  position: relative;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
.vina-camera-slider .camera_caption > div {
  background: none !important;
  padding: 0 !important;
}
.vina-camera-slider .camera_caption img {
  float: left;
}
.vina-camera-slider .cameraContents h2 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.vina-camera-slider .cameraContents h2.title {
  padding: 15px 30px;
  font-size: 28px;
  box-sizing: border-box;
  background: #a67379;
  font-size: 28px;
  font-family: segoe_uilight;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.vina-camera-slider .cameraContents h2.title-slider2 {
  box-sizing: border-box;
  font-size: 28px;
  text-align: left;
  font-family: "segoe_uilight";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0px;
  color: #fff;
}
.vina-camera-slider .cameraContents h3 {
  margin: 0;
  padding: 0;
}
.vina-camera-slider .cameraContents h3.subtitle-slider2 {
  padding: 13px 30px;
  font-family: segoe_uilight;
  color: #fff;
  font-weight: normal;
  line-height: 1.35;
  background: url("../images/bg-subtitle-banner.png") repeat;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.vina-camera-slider .cameraContents .subtitle {
  padding: 5px 0 40px;
  font-size: 18px;
  font-family: segoe_uilight;
  color: #fff;
  font-weight: lighter;
  text-transform: capitalize;
}
.vina-camera-slider .cameraContents .link.subtitle a {
  text-transform: capitalize;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff !important;
  padding: 13px 23px;
  background: none;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.vina-camera-slider .cameraContents .link.subtitle a:hover {
  opacity: 1;
}
.vina-camera-slider .cameraContents .link-slider2 {
  float: left;
}
.vina-camera-slider .cameraContents .link-slider2 a {
  color: #fff !important;
  padding: 10px 23px 13px;
  font-size: 18px;
  background: #E67C8E;
  text-transform: capitalize;
  text-decoration: none;
  float: left;
}
.vina-camera-slider .cameraContents .link-slider2 a:hover {
  background: #666;
}
.vina-camera-slider .camera_wrap .camera_prev,
.vina-camera-slider .camera_wrap .camera_next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-camera-slider .camera_wrap .camera_prev span,
.vina-camera-slider .camera_wrap .camera_next span {
  background: none;
}
.vina-camera-slider .camera_wrap .camera_prev {
  background: url("../images/arrow-banner7.png") no-repeat scroll 0 0;
  background-position: 0 0;
  left: 30px;
}
.vina-camera-slider .camera_wrap .camera_next {
  background: url("../images/arrow-banner7.png") no-repeat scroll 0 0;
  background-position: 100% 0;
  right: 30px;
}
.vina-camera-slider:hover .camera_wrap .camera_prev,
.vina-camera-slider:hover .camera_wrap .camera_next {
  opacity: 0.5 !important;
}
.vina-camera-slider:hover .camera_wrap .camera_prev:hover,
.vina-camera-slider:hover .camera_wrap .camera_next:hover {
  opacity: 1 !important;
}
.banner-feature-right a {
  display: block;
  border: 5px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.banner-feature-right a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-feature-right a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #f9f9f9;
  background: #ececec;
}
#sp-banner-main-wrapper {
  margin: 50px 0px;
}
.vina-banner-main img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-banner-main img:hover {
  opacity: 0.8;
}
.banner-couple {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.banner-couple .banner-small {
  left: 12px;
  position: absolute;
  top: 10px;
  width: auto;
  background: rgba(93,190,222,0.4);
}
.banner-home-content .home-box-iner {
  padding: 20px 0 20px 100px;
  background-color: #f3f3f3;
  background-position: 30px 29px;
  background-repeat: no-repeat;
}
.banner-home-content .home-box-iner .banner-title {
  font-size: 24px;
  line-height: 37px;
}
.banner-home-content .home-box-iner .banner-content {
  font-size: 18px;
  margin: 0;
  line-height: 27px;
}
.banner-home-content .home-box-iner.home-box-1 {
  background-image: url(../images/free_deliver_3.png);
}
.banner-home-content .home-box-iner.home-box-2 {
  background-image: url(../images/free_online_3.png);
}
.banner-home-content .home-box-iner.home-box-3 {
  background-image: url(../images/free_support_3.png);
}
.banner-home-content .home-box-iner.home-box-4 {
  background-image: url(../images/free_work_time_3.png);
}
.banner-home-content .home-box-iner:hover {
  background-position: 30px -187px;
  color: #fff;
}
.vina-left-menu ul {
  padding: 7px 10px 7px;
  background: #fff;
  box-sizing: border-box;
}
.vina-left-menu ul li {
  line-height: 20px;
}
.vina-left-menu ul li a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 3px 0;
  color: #5f5d5c;
  text-decoration: none !important;
  background: none;
}
.vina-left-menu ul li a:hover {
  background: none;
}
.vina-left-menu ul li:last-child a {
  border-bottom: none;
}
.vina-left-menu ul li.active a {
  padding: 3px 0;
  color: #23b4ca;
}
.vina-news {
  margin: 0px;
  list-style: none;
}
.vina-news li {
  padding: 10px 0px;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.vina-news li a {
  line-height: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
}
.vina-news li:hover {
  padding-left: 15px;
}
#sp-right .who-online-des,
#sp-left .who-online-des {
  display: none;
}
#login-form {
  margin-top: 20px;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 14px;
}
#login-form input[type="checkbox"] {
  display: none;
}
#login-form input[type="checkbox"] + label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-left: 10px;
  line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
  content: "\f096";
  color: #bdc3c7;
  text-align: center;
  line-height: 10px;
  font-family: "FontAwesome";
  font-size: 24px;
  width: 16px;
  margin-left: -10px;
  height: 16px;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}
#login-form input[type="checkbox"]:checked  + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: -9px;
  top: -1px;
  left: 0;
  color: #23b4ca;
  position: absolute;
  z-index: -1;
}
.tagspopular ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
}
.tagspopular ul li {
  float: left;
  margin: 0px 5px 5px 0px;
}
.tagspopular ul li a {
  color: #fff;
  padding: 5px 10px;
  float: left;
  font-size: 14px;
}
.tagspopular ul li a:hover {
  color: #333;
}
.vina-online .header:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 34px;
}
.module .header-module .icon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0px;
}
.module .header-module h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-family: segoe_uilight;
  font-weight: lighter;
  margin: 0;
  line-height: 50px;
  background-color: #f1f1f1;
  color: #555;
}
.module.header-border .header-module .icon {
  width: 40px;
  height: 40px;
}
.module.header-border .header-module h3 {
  line-height: 40px;
  background-color: transparent;
  color: #555;
}
.vina-title {
  overflow: hidden;
  margin: 0 0 25px;
  padding-left: 50px;
  background: #23b4ca url(../images/bg_featured.png) no-repeat left;
}
.vina-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 25px !important;
  color: #555;
  text-transform: capitalize;
  line-height: 50px;
  background: #f1f1f1;
  padding-left: 10px;
}
.hitstar .border {
  margin: 0 10px;
  float: left;
}
div.rating-cancel {
  display: none !important;
}
div.rating-cancel,
div.star-rating {
  height: 13px;
}
div.star-rating {
  background: url("../images/rating.png") no-repeat scroll 0 100% rgba(0,0,0,0);
}
div.star-rating a {
  background: url("../images/rating.png") no-repeat scroll 0 100% rgba(0,0,0,0);
}
div.star-rating a {
  background-position: 0 100% !important;
}
div.star-rating-on a {
  background-position: 0 0 !important;
}
div.star-rating-hover a {
  background-position: 0 0 !important;
}
.stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px !important;
  font-size: 0;
  line-height: 0;
  background: url(../images/rating.png) 0 100% repeat-x !important;
  text-indent: -999em;
  overflow: hidden;
}
.stars_no_active .stars_active {
  background: url(../images/rating.png) 0 0 repeat-x !important;
  height: 13px !important;
  float: none;
  text-align: left;
}
div.star-rating {
  background: none repeat scroll 0 0 transparent !important;
  overflow: hidden !important;
}
.ratings .stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/rating.png) 0 100% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.ratings .stars_no_active .stars_active {
  float: none;
  text-align: left;
  height: 13px;
  background: url(../images/rating.png) 0 0 repeat-x;
}
.ratings .count_commentar {
  display: none;
}
.image-block {
  position: relative;
  overflow: hidden;
}
.image-block .plabel {
  left: 20px;
  position: absolute;
  top: 0;
}
.image-block .actions {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 40px;
  background: #e7e7e7;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.image-block .actions button.button {
  float: left;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.image-block .actions button.button span {
  background: #ddd url(../images/cart_icon.png) no-repeat;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.image-block .actions button.button span span {
  background: #e7e7e7;
  padding: 0 10px;
  font-family: segoe_uilight;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  font-weight: normal;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.image-block .actions button.button:hover > span {
  background-position: 0 100%;
}
.image-block .actions .add-to-links {
  float: right;
  font-size: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-block .actions .add-to-links li {
  float: left;
  margin: 0;
  border-left: 1px solid #fff;
  line-height: 20px;
}
.image-block .actions .add-to-links li a {
  display: block;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.image-block .actions .add-to-links li a.link-wishlist,
.image-block .actions .add-to-links li a.product-button-wishlist {
  background: #ddd url(../images/wishlist_icon.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-wishlist:hover,
.image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-position: 0 100%;
}
.image-block .actions .add-to-links li a.link-compare {
  background: #ddd url(../images/compare_icon.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-compare:hover {
  background-position: 0 100%;
}
.image-block .actions .add-to-links li a.link-compare-2 {
  background: #ddd url(../images/compare_icon2.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-compare-2:hover {
  background-position: 0 100%;
}
.image-block img.jshop_img {
  border: none;
  padding: 0;
}
.quickview-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ddd url(../images/quick_view.png) no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
}
.quickview-button:hover {
  background-color: #23b4ca;
}
.des-container {
  background: #f1f1f1;
  text-align: left;
  padding: 10px;
  position: relative;
}
.des-container .ratings {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.des-container .ratings .amount {
  display: none;
}
.des-container .price-box {
  margin: 5px 0 0;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 5px 0;
}
.price {
  white-space: nowrap !important;
}
.price-box .price {
  font-family: segoe_uilight;
  font-size: 18px;
  font-weight: bold;
}
.old-price {
  margin: 0;
  display: inline-block;
}
.old-price .price {
  font-size: 14px;
  color: #555;
  text-decoration: line-through;
  font-weight: normal;
}
.special-price {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.product-name {
  margin: 0;
  font-size: 18px;
  font-weight: lighter;
  font-family: segoe_uilight;
  line-height: 1.35;
  color: #555;
}
.product-name a {
  text-transform: uppercase;
  text-decoration: none;
}
.group-items {
  margin-top: 30px;
}
.vina-main-product .item .plabel {
  left: 20px;
  position: absolute;
  top: 0;
}
.vina-main-product .item .actions {
  bottom: -40px;
}
.vina-main-product .item:hover .actions {
  bottom: 0px;
  border-bottom: 1px solid #fff;
}
.vina-main-product .item:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-main-product .vina-carousel-jshopping {
  overflow: inherit !important;
}
.vina-main-product .vina-carousel-jshopping .plabel {
  left: 20px;
}
.vina-main-product .vina-carousel-jshopping .item .actions {
  bottom: -40px;
}
.vina-main-product .vina-carousel-jshopping .item:hover .actions {
  bottom: 0px;
}
.vina-main-product .vina-carousel-jshopping .item:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/nav_featured.png) no-repeat 0 0 !important;
  position: absolute;
  top: -46px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 40px;
  background-position: 0 100% !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 10px;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.vina-main-product.vina-main-product-2,
.vina-main-product.vina-main-product-3 {
  margin-top: 40px !important;
}
.vina-main-product.vina-main-product-2 .image-block,
.vina-main-product.vina-main-product-3 .image-block {
  display: inline-block;
  float: left;
  background: #fff;
}
.vina-main-product.vina-main-product-2 .image-block .jshop_img,
.vina-main-product.vina-main-product-3 .image-block .jshop_img {
  width: 92px;
  padding-top: 8px;
  margin: 0 auto;
  display: block;
  height: auto;
}
.vina-main-product.vina-main-product-2 .image-block .plabel,
.vina-main-product.vina-main-product-3 .image-block .plabel {
  display: none;
}
.vina-main-product.vina-main-product-2 .image-block .actions,
.vina-main-product.vina-main-product-3 .image-block .actions {
  display: none;
}
.vina-main-product.vina-main-product-2 .image-block .quickview-button,
.vina-main-product.vina-main-product-3 .image-block .quickview-button {
  display: none;
}
.vina-main-product.vina-main-product-2 .des-container,
.vina-main-product.vina-main-product-3 .des-container {
  float: right;
  width: 65.6%;
  min-height: 100px;
  box-sizing: border-box;
  padding: 5px 10px;
}
.vina-main-product.vina-main-product-2 .des-container .product-name,
.vina-main-product.vina-main-product-3 .des-container .product-name {
  line-height: 1.1;
  padding-bottom: 3px;
}
.vina-main-product.vina-main-product-2 .des-container .price-box,
.vina-main-product.vina-main-product-3 .des-container .price-box {
  padding: 0 0 5px 0px;
  margin: 0;
}
.vina-main-product.vina-main-product-2 .des-container .price-box .price,
.vina-main-product.vina-main-product-3 .des-container .price-box .price {
  line-height: 20px;
}
.vina-main-product.vina-main-product-2 .des-container .ratings,
.vina-main-product.vina-main-product-3 .des-container .ratings {
  bottom: auto;
  position: initial;
  right: auto;
  margin: 0;
}
.vina-main-product.vina-main-product-2 .item,
.vina-main-product.vina-main-product-3 .item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  overflow: hidden;
}
.vina-main-product.vina-main-product-2 .item:hover,
.vina-main-product.vina-main-product-3 .item:hover {
  -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.vina-main-product.vina-main-product-3 .image-block {
  background: #f9f9f9;
}
.vina-main-product.vina-main-product-3 .des-container {
  background: #fff;
}
.vina-main-product.vina-main-product-3 .item {
  background: #f9f9f9;
}
.vina-main-product.vina-main-product-3 .item:hover {
  -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.vina-product-3 .image-block .actions {
  background: #fff;
}
.vina-product-3 .image-block .actions button.button span {
  border-left: 1px solid #f1f1f1;
}
.vina-product-3 .image-block .actions button.button span span {
  background: #fff;
}
.vina-product-3 .image-block .actions .add-to-links li {
  border-left: 1px solid #f1f1f1;
}
.vina-product-3 .des-container {
  background: #fff;
}
.vina-product-3 .item {
  background: #fff;
}
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 50px;
  text-align: center;
}
.header-title {
  padding: 0 0 0 50px;
  background: url(../images/bg_featured.png) no-repeat left;
  margin: 0 0 25px;
}
.header-title h2,
.header-title h1 {
  font-size: 24px;
  text-transform: capitalize;
  font-family: segoe_uilight;
  font-weight: lighter;
  margin: 0;
  line-height: 50px;
  padding: 0 0 0 10px;
  background-color: #f1f1f1;
  border: none;
}
.header-title.vina1_color {
  background-color: ;
}
.blog .pagination {
  background: none repeat scroll 0 0 #f1f1f1;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.blog .pagination .counter {
  margin: 0;
}
.blog .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog .pagination li {
  display: inline-block;
  margin: 0 2px;
  line-height: 23px;
}
.blog .pagination li:last-child a {
  font-size: 12px;
}
.blog .pagination li a {
  display: inline-block;
  height: 23px;
  width: 23px;
  padding: 0;
  color: #555;
  border: 1px solid #555;
  line-height: 23px;
  background: none;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.jshop_list_product {
  position: relative;
}
.jshop_list_product .row-fluid {
  margin: 0;
}
.jshop_list_product .box_products_sorting {
  padding: 0 !important;
  margin: 0 !important;
}
.jshop_list_product form,
.jshop_list_product .jshop_pagination_bottom {
  height: 50px;
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
  margin: 0;
  background: #f1f1f1;
}
.jshop_list_product form label,
.jshop_list_product .jshop_pagination_bottom label {
  display: inline-block;
  text-shadow: none;
  margin: 4px 5px 4px 0;
  font-size: 16px;
  vertical-align: middle;
  float: left;
}
.jshop_list_product form .sort-by,
.jshop_list_product .jshop_pagination_bottom .sort-by {
  display: inline-block;
  padding-left: 10px;
  margin: 9px 15px 8px;
  position: relative;
  line-height: 30px;
  float: left;
}
.jshop_list_product form .select-sort-by,
.jshop_list_product .jshop_pagination_bottom .select-sort-by {
  float: left;
}
.jshop_list_product form .select-sort-by:before,
.jshop_list_product .jshop_pagination_bottom .select-sort-by:before {
  width: 22px;
  height: 32px;
  background: #f1f1f1 url(../images/select_toolbar.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  pointer-events: none;
}
.jshop_list_product form .limiter,
.jshop_list_product .jshop_pagination_bottom .limiter {
  float: left;
  margin: 9px 15px 8px;
  position: relative;
  line-height: 30px;
}
.jshop_list_product form .limiter select,
.jshop_list_product .jshop_pagination_bottom .limiter select {
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
}
.jshop_list_product form .select-limiter,
.jshop_list_product .jshop_pagination_bottom .select-limiter {
  float: left;
  margin-right: 5px;
}
.jshop_list_product form .select-limiter:before,
.jshop_list_product .jshop_pagination_bottom .select-limiter:before {
  width: 22px;
  height: 32px;
  background: #f1f1f1 url(../images/select_toolbar.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
.jshop_list_product form select,
.jshop_list_product .jshop_pagination_bottom select {
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 1.55;
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
  outline: none;
}
.jshop_list_product form select option,
.jshop_list_product .jshop_pagination_bottom select option {
  padding-right: 10px;
}
.jshop_list_product .block_product {
  position: relative;
  margin-top: 30px;
  padding: 0;
}
.jshop_list_product .block_product .actions {
  bottom: -40px;
}
.jshop_list_product .block_product .description {
  display: none;
}
.jshop_list_product .block_product:hover .actions {
  bottom: 0px;
  border-bottom: 1px solid #fff;
}
.jshop_list_product .block_product:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.jshop_list_product .jshop_pagination {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.jshop_list_product .jshop_pagination .pagination {
  margin: 9px 15px 8px;
}
.jshop_list_product .jshop_pagination .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jshop_list_product .jshop_pagination .pagination li {
  display: inline-block;
  margin: 0 2px;
  line-height: 23px;
}
.jshop_list_product .jshop_pagination .pagination li:last-child a {
  font-size: 12px;
}
.jshop_list_product .jshop_pagination .pagination li a {
  display: inline-block;
  height: 23px;
  width: 23px;
  padding: 0;
  color: #555;
  border: 1px solid #555;
  line-height: 23px;
  background: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.jshop_list_product .jshop_pagination_bottom {
  position: relative;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination {
  width: 100%;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination .pagination {
  margin-top: 12px;
}
.jshop-category h1 {
  height: 0;
  margin: 0;
}
.productfull .detailsLeft .text_zoom {
  display: none;
}
.productfull .detailsLeft .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
.productfull .detailsLeft .thumbnail a {
  display: inline-block;
  margin: 0 0 13px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description {
  display: inline-block;
  margin: 10px 0 0px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description ul li {
  padding-left: 0 !important;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb {
  width: 107px;
  border: none;
  margin: 0;
  padding: 0 5px 5px;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb:first-child {
  padding-left: 0;
}
.productfull .detailsRight .product-name {
  margin: 0 0 10px;
}
.productfull .detailsRight .product-name h1 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.35;
  color: #555;
}
.productfull .detailsRight .short-description {
  margin: 10px 0;
}
.productfull .detailsRight .old_price {
  font-size: 14px;
  color: #555;
  text-decoration: line-through;
  font-weight: normal;
}
.productfull .detailsRight #block_price {
  font-size: 18px;
  font-weight: bold;
}
.productfull .detailsRight .not_available {
  margin: 0;
}
.productfull .detailsRight .qty_in_stock #product_qty {
  font-weight: normal;
  text-transform: uppercase;
}
.productfull .detailsRight .add-to-box {
  padding: 0 0 15px;
  margin: 5px 0 0;
  width: 100%;
  float: left;
}
.productfull .detailsRight .add-to-box .add-to-links {
  margin: 0;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}
.productfull .detailsRight .add-to-box .add-to-links li {
  display: inline-block;
  float: left;
  margin: 0 1px 0 0;
}
.productfull .detailsRight .add-to-box .add-to-links li a,
.productfull .detailsRight .add-to-box .add-to-links li input {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal !important;
  padding: 0;
  display: block;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist {
  background: #ddd url(../images/wishlist_icon.png) no-repeat scroll 0 0;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare {
  background: #ddd url(../images/compare_icon.png) no-repeat scroll 0 0;
  margin: 0;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2 {
  background: #ddd url(../images/compare_icon2.png) no-repeat scroll 0 0;
  margin: 0;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend {
  background: #ddd url(../images/mail_icon.png) no-repeat scroll 0 0;
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .no-rating {
  margin: 0;
}
.productfull .detailsRight .product-options {
  margin: 0px;
  padding: 0;
  position: relative;
  background: none;
  border: 0;
  display: inline-block;
  width: 100%;
}
.productfull .detailsRight .product-options dl {
  margin: 0;
  width: 100%;
  float: left;
}
.productfull .detailsRight .product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
  width: 100%;
  float: left;
}
.productfull .detailsRight .product-options dd {
  width: 100%;
  float: left;
  margin: 0;
}
.productfull .detailsRight .product-options select {
  background: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 0;
  width: 100%;
  height: auto;
  line-height: 1.55;
  padding: 1px;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.productfull .detailsRight .product-options .prod_attr_img {
  display: none;
}
.productfull .detailsRight .product-options-bottom {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.productfull .detailsRight .product-options-bottom .box-price {
  float: left;
  margin: 5px 30px 0 0;
  border: 0;
}
.productfull .detailsRight .add-to-cart label {
  float: left;
  margin: 9px 10px 0 0;
  color: #666;
}
.productfull .detailsRight .add-to-cart .qty-increase,
.productfull .detailsRight .add-to-cart .qty-decrease {
  display: none;
}
.productfull .detailsRight .add-to-cart .qty {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  line-height: 1.55;
  width: 2.5em;
  float: left;
  margin: 0 30px 0 0;
  padding: 9px 2px;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.productfull .detailsRight .add-to-cart button.button {
  float: left;
}
.productfull .detailsRight .add-to-cart button.button span {
  background: #ddd url(../images/cart_icon.png) no-repeat 0 0;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.productfull .detailsRight .add-to-cart button.button span span {
  background: #e7e7e7;
  padding: 0 10px;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  font-weight: normal;
}
.productfull .detailsRight .add-to-cart button.button:hover span {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-cart button.button:hover span span {
  background-color: #e7e7e7;
}
.productfull .product-collateral {
  padding: 10px 0 0;
}
.productfull .product-collateral .product-tabs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  border: none;
}
.productfull .product-collateral .product-tabs li {
  float: left;
  margin-right: 5px;
}
.productfull .product-collateral .product-tabs li:first-child {
  border-left: 0;
}
.productfull .product-collateral .product-tabs li a {
  display: block;
  line-height: 51px;
  padding: 0 15px;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  background: #f1f1f1;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.productfull .product-collateral .product-tabs li.active a {
  background-color: #fff;
}
.productfull .product-collateral .tab-content {
  padding: 15px 10px;
  margin-top: 5px;
  background-color: #fff;
}
.jshop_list_product .list_product .row-fluid {
  width: 100%;
  float: left;
}
.jshop_list_product .jshop_pagination_bottom {
  width: 100%;
  float: left;
}
.related-container {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.list_related .carousel-control {
  width: 21px;
  height: 21px;
  margin: 0;
  display: block;
  background: url(../images/nav_brand.png) no-repeat 0 0 !important;
  position: absolute;
  top: -60px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_related .carousel-control.left {
  right: 40px;
  background-position: 0 100% !important;
  left: auto;
}
.list_related .carousel-control.left:hover {
  background-position: 100% 100% !important;
}
.list_related .carousel-control.right {
  background-position: 100% 0 !important;
  right: 10px;
}
.list_related .carousel-control.right:hover {
  background-position: 0 0 !important;
}
#jshop_menu_order {
  background: none;
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin: 0 !important;
  width: 100%;
  border: none !important;
  display: inline-block;
  box-sizing: border-box;
}
#jshop_menu_order dl {
  margin-bottom: 20px;
}
#jshop_menu_order dl dt {
  font-size: 13px;
  font-weight: normal;
  line-height: 27px;
  border: 1px solid #e2e2e2;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #555;
  display: block;
}
#jshop_menu_order dl dt span,
#jshop_menu_order dl dt a {
  font-size: 13px;
  font-weight: normal;
  border: 0;
  margin: 0;
  color: #777;
  display: block;
  text-decoration: none;
}
.step-title {
  margin: 16px 0 0;
  background: none;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 7px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title .number {
  color: #fff;
  text-shadow: none;
  float: left;
  padding: 0 4px;
  margin: 0 5px 0 0;
  font: normal 11px/14px arial, helvetica, sans-serif;
}
.step-title h2 {
  color: #555;
  float: left;
  margin: 0;
  font: normal 13px/16px Arial, Helvetica, sans-serif;
}
.step-title h2 #active_step {
  font-weight: normal;
}
.step-title.active {
  display: block;
}
.fields {
  width: 100%;
  float: left;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop_register {
  width: 100% !important;
  padding: 15px 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .fields {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.jshop_register .field {
  float: left;
  width: 275px;
}
.jshop_register label {
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .input-box input.inputbox,
.jshop_register .input-box select.inputbox {
  width: 254px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
label b {
  font-weight: normal;
  color: #666;
}
.data-table td {
  vertical-align: top;
  font-weight: normal;
  padding: 6px 10px;
}
.data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}
.data-table tfoot {
  border-bottom: 1px solid #f1f1f1;
}
.data-table tfoot td {
  padding: 6px 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #f1f1f1;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
#table_shippings {
  margin-top: 15px;
}
#checkout-review-table {
  border: 1px solid #f1f1f1;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  box-sizing: border-box;
  margin: 0px;
  background: #fff;
}
#checkout-review-table thead {
  background: #f1f1f1;
}
#checkout-review-table thead th {
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  padding: 5px;
}
#checkout-review-table tfoot tr.last strong,
#checkout-review-table tfoot tr.last .price {
  font-weight: bold;
}
#checkout-review-table .product-name {
  font-weight: normal;
  color: #333;
  font-size: 13px;
}
#checkout-review-table .product-name .short_description {
  display: none;
}
#checkout-review-table .price {
  font-size: 14px;
  color: #555;
  font-weight: normal;
}
#checkout-review-table strong {
  font-weight: normal;
}
#checkout-review-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
  color: #777;
}
.jshop-place-order strong {
  font-weight: normal;
  float: left;
  width: 120px;
}
.jshop-place {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.jshop-place table {
  float: left;
}
#wishlist-table {
  border: 1px solid #ddd;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
.jshop-cart .entry-header {
  border-bottom: 0;
  margin: 0 0 25px;
}
.jshop-cart #shopping-cart-table {
  border-collapse: collapse;
  max-width: 100%;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
}
.jshop-cart #shopping-cart-table td {
  line-height: 75px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.jshop-cart #shopping-cart-table .cart-price .price {
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.jshop-cart #shopping-cart-table .product-name {
  text-align: center;
  line-height: 75px;
  margin: 0 auto;
}
.jshop-cart #shopping-cart-table .item-options {
  text-align: center;
  line-height: 0;
}
.jshop-cart #shopping-cart-table .item-options span {
  display: inline-block;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
  display: inline-block;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute .value {
  padding-left: 10px;
  margin: 0 0 6px;
}
.jshop-cart #shopping-cart-table .item-options .short_description {
  display: none;
}
.jshop-cart .data-table tbody th,
.jshop-cart .data-table tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table td {
  padding: 10px;
}
.jshop-cart .data-table td .product-image {
  display: block;
  width: 120px;
}
.jshop-cart .data-table .product-image img {
  border: none;
  padding: 0px;
}
.jshop-cart .data-table .product-name {
  font-weight: normal;
  margin: 0 0 5px;
  color: #2f2f2f;
}
.jshop-cart .data-table .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  width: 2.5em;
  text-align: center;
  background: #fff;
  height: 25px;
  line-height: 25px;
  margin: 0;
}
.jshop-cart .data-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  background: #f1f1f1;
}
.jshop-cart .data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
}
.jshop-cart .data-table tfoot {
  border-bottom: 1px solid #d9dde3;
  background: #f1f1f1;
}
.jshop-cart .data-table tfoot td {
  vertical-align: top;
  font-weight: normal;
  border-bottom: 0;
  border-right: 1px solid #f1f1f1;
  padding: 5px 10px;
}
.jshop-cart .data-table .tbody th {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table .tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table .btn-continue {
  float: left;
}
.jshop-cart .data-table .btn-update {
  float: right;
}
.jshop-cart .data-table .btn-checkout {
  float: right;
  margin-left: 10px;
}
.btn-remove {
  display: block;
  width: 17px;
  height: 22px;
  margin: 30px 0 0;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cart-collaterals {
  padding: 25px 0 0;
  float: left;
}
.cart-collaterals .totals {
  border: 1px solid #e2e2e2;
  background: #fff;
}
.cart-collaterals .totals table {
  width: 100%;
  margin: 7px 0;
}
.cart-collaterals .totals tfoot td,
.cart-collaterals .totals tbody td {
  padding: 1px 15px 1px 7px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-collaterals .totals tfoot td strong,
.cart-collaterals .totals tbody td strong {
  font-size: 15px;
  font-weight: normal;
}
.cart-collaterals .totals .checkout-types {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}
.cart-collaterals .totals .checkout-types li {
  list-style: none;
  clear: both;
  margin: 10px 0;
}
.cart-collaterals .totals .price {
  font-weight: normal;
  font-size: 14px;
  color: #555;
}
.cart-collaterals .totals .total strong,
.cart-collaterals .totals .total .price {
  font-weight: bold;
}
.cart-collaterals .discount {
  border: 1px solid #e2e2e2;
  margin: 0 0 18px;
  background: #fff;
}
.cart-collaterals .discount h2 {
  padding: 10px;
  background: #f1f1f1;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  line-height: 20px;
  color: #555;
}
.cart-collaterals .discount .discount-form {
  padding: 10px;
}
.cart-collaterals .discount .discount-form label {
  font-weight: normal;
}
.cart-collaterals .discount .discount-form .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart-collaterals .discount .discount-form .input-box .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  width: 254px;
}
.cart-collaterals .crosssell {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 12px 15px;
}
.cart-collaterals .crosssell h2 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #555;
  font-size: 13px;
  font-weight: normal;
}
.checkout-step-billing {
  border-top: 0;
  background: #fff;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
}
.blog .item .post-thumbnail {
  position: relative;
  width: 100%;
  float: left;
}
.blog .item .post-thumbnail .vina-link {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.blog .item .post-thumbnail .vina-link i {
  padding: 15px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .item .post-thumbnail img {
  width: 100%;
  margin: 0;
}
.blog .item .post-thumbnail h2 {
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  background: rgba(0,0,0,0.5);
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 1.1;
}
.blog .item .post-thumbnail h2 a {
  color: #fff;
  text-transform: capitalize;
}
.blog .item .post-thumbnail h2 a:hover {
  color: #23b4ca;
}
.blog .item .post-thumbnail:hover img {
  opacity: 0.6;
}
.blog .item .post-thumbnail:hover .vina-link {
  top: 45%;
  opacity: 1;
}
.blog .item .post-content .catItemIntroText {
  padding: 10px 10px 0 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.blog .item .post-content .catItemIntroText p {
  font-size: 14px;
  color: #474747;
}
.blog .item .post-content .post-additional-info {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  background: #f0f0f0;
  color: #222;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  float: left;
}
.category-list ul.category li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
}
.category-list ul.category li .list-hits {
  margin: 10px 0px;
  padding: 7px 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.category-list .element-invisible {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.category-list .inputbox {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.category-list .blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
.category-list .blog-date .sp_date_day {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 100%;
}
.category-list .blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
}
.categories-list h3.item-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
.categories-list .collapse {
  padding-left: 20px;
  background: #fff;
}
.categories-list .item {
  background: #fff;
  margin-bottom: 5px;
  padding: 15px;
}
.categories-list .item .category-desc {
  margin-top: 10px;
}
.categories-list .blog-date-2 {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background-image: url("../images/bg-goals.png");
}
.categories-list .blog-date-2 .sp_date_day_2 {
  display: block;
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#jc h4 {
  font-size: 25px;
  font-weight: normal;
  float: left;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
}
#jc #comments {
  width: 100%;
  float: left;
  margin: 30px 0;
}
#jc #comments h4 {
  margin-top: 0px;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #e7e7e7;
  padding: 20px;
}
#jc #comments .comment-author {
  font-size: 16px;
  width: 100%;
  float: left;
}
#jc #comments .comment-date {
  font-size: 12px;
}
#jc #comments .comment-body {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
#jc #comments-footer {
  display: none;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
#jc #comments-form label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form .row-45 {
  width: 45%;
  float: left;
}
#jc #comments-form .row-100 {
  width: 100%;
  float: left;
}
#jc #comments-form .row-input {
  border: 1px solid #ccc;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
}
#jc #comments-form .row-left {
  float: left;
}
#jc #comments-form .row-right {
  float: right;
}
#jc #comments-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px !important;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: none;
  max-width: 100% !important;
  box-sizing: border-box;
}
#jc #comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px !important;
  width: 100%;
  max-width: 100% !important;
  border: none;
  box-sizing: border-box;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
}
#jc #comments-form #comments-form-send {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px !important;
  float: right;
  margin-right: 0;
}
#jc #comments-form #comments-form-send a {
  color: #fff;
  text-shadow: none;
}
#jc #comments-footer {
  width: 100%;
  float: left;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
}
.vina-list-1 .list-item {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.vina-list-1 .list-item .list-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vina-list-1 .list-item .list-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-1 .list-item .list-img i {
  color: #fff;
  font-size: 50px;
  line-height: 140px;
  padding: 0px;
  display: block;
}
.vina-list-1 .list-item h3 {
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.vina-list-1 .list-item p {
  color: #333;
}
.vina-list-1 .list-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-1 .list-item:hover p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 {
  margin-top: 30px;
  padding: 0px 30px;
}
.vina-list-2 .list-col {
  width: 50%;
  margin: 0;
  float: left;
}
.vina-list-2 .list-left-item {
  cursor: pointer;
  text-align: right;
  padding: 5px 0px;
}
.vina-list-2 .list-left-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-left-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-left-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-left-item h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333;
}
.vina-list-2 .list-left-item p {
  color: #333;
}
.vina-list-2 .list-left-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-2 .list-left-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.vina-list-2 .list-right-item {
  cursor: pointer;
  text-align: left;
  padding: 5px 0px;
}
.vina-list-2 .list-right-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-right-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-right-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-right-item h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333;
}
.vina-list-2 .list-right-item p {
  color: #333;
}
.vina-list-2 .list-right-item:hover h3 {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 .list-right-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
i b {
  display: none;
}
.vina-testinomials {
  text-align: center;
  color: #000;
  z-index: 1;
  width: 100%;
  float: left;
}
.vina-testinomials h3 {
  width: 100%;
  float: left;
  text-align: left;
}
.vina-testinomials .bg-inner {
  position: relative;
  z-index: 1;
  padding: 10px 0px;
}
.vina-testinomials .client-item {
  padding: 0px 0px;
}
.vina-testinomials .client-item .item-info {
  padding: 10px 50px;
  position: relative;
  margin-bottom: 0px;
  line-height: 24px;
  color: #333;
}
.vina-testinomials .client-item .item-img {
  font-size: 14px;
}
.vina-testinomials .client-item .item-img .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.vina-testinomials .carousel-control {
  background: none;
  font-size: 38px;
  border: none;
  top: 15%;
  color: #000;
  opacity: 0.5;
}
.vina-testinomials .carousel-control:hover {
  opacity: 1;
  color: #000;
}
.vina-testinomials .carousel-control.left {
  left: 0;
}
.vina-testinomials .carousel-control.right {
  right: 0;
}
.vina-testinomials #myCarousel .carousel-inner .item img {
  width: auto \9 !important;
}
.vina-accordion .vina-accordion-content .vina-accordion-item {
  padding: 0px;
  height: 40px;
}
.vina-accordion .vina-accordion-content .vina-accordion-item span {
  float: left;
  padding: 20px 25px;
  right: auto;
  left: 0;
  top: 0;
}
.vina-accordion .vina-accordion-content .vina-accordion-item p {
  margin: 0;
  padding: 0 10px 0px 60px;
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  line-height: 40px;
}
.vina-accordion .vina-accordion-content h3.title {
  font-size: 20px;
  margin: 0 0 5px;
}
.vina-accordion .vina-accordion-content .accordion-close span {
  background: url("../images/plus.png") no-repeat scroll center center rgba(0,0,0,0);
}
.vina-right-category .vina-treeview-jshopping {
  margin: 0 0 30px;
  overflow: hidden;
}
.vina-right-category .vina-treeview-jshopping > ul {
  padding: 10px 0 !important;
}
.vina-right-category .vina-treeview-jshopping > ul li {
  padding: 0 !important;
  background: none !important;
  position: relative;
  cursor: pointer;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.vina-right-category .vina-treeview-jshopping > ul li a {
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  line-height: 38px;
  font-weight: normal;
  color: #555;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  background-image: url(../images/li_footer_static.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border-right: none !important;
}
.vina-right-category .vina-treeview-jshopping > ul li a:after {
  display: none;
}
.vina-right-category .vina-treeview-jshopping > ul li .hitarea {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -7.5px 0px 0px;
  float: right;
  width: 15px;
  height: 15px;
  content: "";
  z-index: 9;
}
.vina-right-category .vina-treeview-jshopping > ul li.collapsable {
  border-bottom: 0;
}
.vina-right-category .vina-treeview-jshopping > ul li.collapsable .hitarea {
  top: 10px;
  margin-top: 0px;
  line-height: 21px;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul {
  border-bottom: none;
  border-top: 1px solid #f1f1f1;
  margin: 0;
  background: #fcfcfc;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > a {
  padding-left: 40px;
  background-position: 20px center;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > ul {
  background: #fff;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > ul > li > a {
  padding-left: 55px;
  background-position: 35px center;
  font-size: 12px;
}
.vina-layered-nav {
  margin: 0 0 30px;
  overflow: hidden;
}
.vina-layered-nav .jshop_filters {
  padding: 10px 0;
}
.vina-layered-nav .jshop_filters form {
  margin: 0;
}
.vina-layered-nav dt {
  padding: 0 10px;
  font-weight: lighter;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 31px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
}
.vina-layered-nav dd {
  padding: 5px 0 12px;
  margin: 0;
  line-height: 20px;
}
.vina-layered-nav li {
  background: url("../images/li_footer_static.png") no-repeat scroll 10px center;
  padding: 10px 0px;
  padding-left: 30px;
  line-height: 12px;
}
.vina-layered-nav li a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
}
.vina-layered-nav li:hover {
  background-color: #f1f1f1;
}
.vina-layered-nav .box_manufacrurer li {
  background: none;
}
.vina-layered-nav .box_manufacrurer li:hover {
  background-color: #f1f1f1;
}
.vina-layered-nav input[type="checkbox"] {
  margin: 0 4px 0px 0px;
}
.vina-layered-nav #search {
  margin: 10px 10px 0px 10px;
  display: inline-block;
}
.vina-layered-nav #search input {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  margin: 0;
  height: 24px;
  padding: 3px;
  text-align: center;
}
.vina-right-product .vina-ticker-jshopping .vina-item {
  border: none !important;
  width: 100%;
}
.vina-right-product .vina-ticker-jshopping .vina-items {
  width: 100%;
}
.vina-right-product .item {
  background: #fff;
  overflow: hidden;
}
.vina-right-product .item .product-image {
  display: inline-block;
  background: #fff;
  margin: 0;
  padding: 7px 0;
}
.vina-right-product .item .content {
  background: #f1f1f1;
  padding: 9px 0 9px 9px;
  min-height: 100px;
}
.vina-right-product .item .ratings .amount {
  display: none;
}
.vina-right-product .item .actions {
  display: none;
}
.vina-right-product.vina-upsell-product .product-name a {
  text-decoration: none;
  text-transform: capitalize;
}
.vina-right-product.vina-right-product-3 .item {
  background: #fff;
}
.vina-right-product.vina-right-product-3 .item .product-image {
  background: #f1f1f1;
  padding: 0;
}
.vina-right-product.vina-right-product-3 .item .content {
  background: #fff;
  padding: 0px 0 0px 9px;
}
.no-actions .image-block .actions {
  display: none;
}
.vina-right-special .image-block {
  background: #fff;
}
.vina-right-special .image-block img {
  padding-bottom: 4px;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div {
  width: 31px;
  height: 31px;
  margin: -30px 0 0;
  display: block;
  background: url(../images/nav_special.png) no-repeat 0 0 !important;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  background-position: 0 100% !important;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 15px;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.vina-right-special .owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.vina-right-special.vina-right-special-2 .owl-theme .owl-controls .owl-buttons div {
  background-image: url(../images/nav_special_2.png) !important;
}
.vina-right-special.vina-right-special-2 .image-block img {
  padding: 0;
}
.block-banner-right .banner-box {
  margin-top: 15px;
  padding: 22px 0 22px 95px;
}
.block-banner-right .banner-box .banner-title {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 37px;
}
.block-banner-right .banner-box .banner-content {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 27px;
}
.block-banner-right .banner-box1 {
  background: #f1f1f1 url(../images/free_delivery.png) no-repeat 25px center;
  margin-top: 0;
}
.block-banner-right .banner-box2 {
  background: #f1f1f1 url(../images/order_online.png) no-repeat 25px center;
}
.block-banner-right .banner-box3 {
  background: #f1f1f1 url(../images/support.png) no-repeat 25px center;
}
.vina-banner-right-2 {
  margin-top: 40px;
}
.vina-banner-right-2 .block-banner-right .banner-box {
  padding: 15px 0 15px 95px;
}
.vina-tiker-news .vina-ticker-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-tiker-news .vina-ticker-content .vina-item {
  border-bottom: 1px solid #ccc !important;
}
.vina-tiker-news .vina-ticker-content .text-block h4 {
  margin: 0;
  line-height: 40px;
}
.vina-tiker-news .vina-ticker-content .header-block {
  top: -30px;
}
.vina-tiker-news .vina-ticker-content .header-block span.up {
  width: 10px;
  right: 35px;
  background-size: 100% !important;
}
.vina-tiker-news .vina-ticker-content .header-block span.toggle {
  width: 10px;
  right: 20px;
  background-size: 100% !important;
}
.vina-tiker-news .vina-ticker-content .header-block span.down {
  width: 10px;
  background-size: 100% !important;
  right: 5px;
}
#sp-brands-wrapper {
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.vina-brands .vina-manufacturers-jshopping {
  overflow: inherit;
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
}
.vina-brands .vina-manufacturers-jshopping ul li {
  width: 190px;
  text-align: center;
}
.vina-brands .vina-manufacturers-jshopping ul li a {
  width: 100%;
  display: inline-block;
}
.vina-brands .vina-manufacturers-jshopping ul li img {
  height: 66px;
  width: 133px;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/nav_brand.png) no-repeat 0 0 !important;
  position: absolute;
  top: -16px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-prev {
  right: 40px;
  background-position: 0 100% !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-prev:hover {
  background-position: 100% 100% !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-next {
  background-position: 100% 0 !important;
  right: 10px;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-next:hover {
  background-position: 0 0 !important;
}
#sp-newsletter-follow-wrapper {
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.vina-newsletter form {
  margin: 0;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  line-height: 0;
}
.vina-newsletter form tr td {
  padding: 0;
}
.vina-newsletter form .acymailing_module_form {
  text-align: center;
  display: inline-block;
}
.vina-newsletter form .acy_requiredField {
  display: none;
}
.vina-newsletter form .acymailing_introtext {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: left;
}
.vina-newsletter form .acymailing_introtext label {
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: left;
  display: inline-block;
}
.vina-newsletter form .acymailing_form {
  display: inline-block;
  position: relative;
  width: 250px;
}
.vina-newsletter form .acymailing_form input.inputbox {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  width: 190px !important;
  height: 50px;
  line-height: 50px;
  background: #f1f1f1;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-newsletter form .acymailing_form .acysubbuttons {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.vina-newsletter form .acymailing_form button.button span {
  height: 50px;
  width: 50px;
  background: #23b4ca url(../images/newsletter_input.png) repeat;
  display: block;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.vina-newsletter form .acymailing_form button.button:hover {
  opacity: 0.8;
}
.vina-newsletter.vina-newsletter-right form {
  padding: 5px 0 20px;
  text-align: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext label {
  color: #555;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 49px;
  margin: 0 20px 20px 0;
  padding-left: 10px;
  text-align: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext label span {
  float: left;
  font-size: 14px;
  line-height: normal;
  width: 100%;
}
.vina-newsletter.vina-newsletter-right .acymailing_form button.button {
  opacity: 0.6;
}
.vina-newsletter.vina-newsletter-right .acymailing_form button.button:hover {
  opacity: 1;
}
.vina-follow-us .follow-us-content {
  background: #fff;
  padding: 25px 0;
  text-align: center;
}
.vina-follow-us .follow-us-content li {
  display: inline-block;
  margin-right: 3px;
}
.vina-follow-us .follow-us-content li a {
  text-indent: -99999px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vina-follow-us .follow-us-content li a.face {
  background: url(../images/face.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.google {
  background: url(../images/google.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.twitter {
  background: url(../images/twitter.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.t {
  background: url(../images/t.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.p {
  background: url(../images/p.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.be {
  background: url(../images/be.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.wireless {
  background: url(../images/wireless.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.youtube {
  background: url(../images/youtube.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a:hover {
  background-position: 0 100%;
}
.account-login .content,
.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  background: #fff;
}
.account-login .content h2,
.account-logout .content h2 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  line-height: 24px;
}
.account-login .new-users h2,
.account-logout .new-users h2 {
  background-image: url(../images/i_page1.gif);
}
.account-login .login-users h2,
.account-logout .login-users h2 {
  background-image: url(../images/i_page2.gif);
}
.account-logout .content {
  min-height: 50px;
}
.buttons-set {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
}
.buttons-set button {
  float: right;
}
.buttons-set .lost-past {
  line-height: 30px;
}
.form-list {
  list-style: none;
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list input.inputbox,
.form-list select.inputbox {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.form-list input[type="checkbox"] {
  float: left;
  margin-right: 4px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
  background: #fff;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: left;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #ddd;
  background: #fff;
  color: #777;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  line-height: 1.35;
}
.account-create .fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 15px 0;
}
.account-create .buttons-set {
  clear: both;
  margin: 0px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
  display: inline-block;
  width: 100%;
}
.reset .form-list input.validate-username {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.reset .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form .form-list input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.contact-form .form-list textarea {
  width: 529px;
}
.contact-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.contact .dl-horizontal {
  float: left;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.box-account {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  float: left;
  margin: 0px;
  padding: 15px;
  width: 100%;
  background: #fff;
}
.box-account .box-head {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
}
.box-account .jshop_profile_data span,
.box-account .jshop_profile_data .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.editaccount_block .vina-title {
  margin: 0;
}
.no-margin {
  margin: 0 !important;
}
.mtop-30 {
  margin-top: 30px !important;
}
.mtop-20 {
  margin-top: 20px !important;
}
.mtop-50 {
  margin-top: 50px !important;
}
.mbottom-30 {
  margin-bottom: 30px !important;
}
.mbottom-20 {
  margin-bottom: 20px !important;
}
.mbottom-50 {
  margin-bottom: 50px !important;
}
.jshop-edit {
  width: 100%;
  float: left;
}
.myorders_block_info,
.myorders_no_orders {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#wishlist-table {
  border: 1px solid #f1f1f1;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #f1f1f1;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
.vina-carousel-content {
  overflow: initial !important;
}
.vina-carousel-content .item .image-block a {
  display: block;
}
.vina-carousel-content .item .image-block a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vina-carousel-content .item .image-block a:hover img {
  opacity: 0.8;
}
.vina-carousel-content .item h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 0px;
}
.vina-carousel-content .item .info {
  float: right;
  margin-top: 30px;
  font-size: 12px;
}
.vina-carousel-content .item .info span {
  width: 100%;
  float: left;
  text-align: right;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/nav_featured.png) no-repeat 0 0 !important;
  position: absolute;
  top: -46px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 40px;
  background-position: 0 100% !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 10px;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.tags {
  margin: 10px 0px;
  width: 100%;
  float: left;
}
.tags a {
  display: inline-block;
  color: #fff !important;
  padding: 8px 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vina-mail {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
.vina-mail span {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
ul.breadcrumb {
  font-size: 12px;
  line-height: 1.25;
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 0 10px;
}
ul.breadcrumb li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  display: inline-block;
  padding-right: 15px;
  font-size: 24px;
  text-transform: capitalize;
}
ul.breadcrumb li a,
ul.breadcrumb li span {
  text-decoration: none;
  color: #555;
  padding: 0 30px 0 0;
  background: url(../images/li_footer_static.png) no-repeat scroll right center;
  display: block;
  line-height: 50px;
}
ul.breadcrumb li a.divider,
ul.breadcrumb li span.divider {
  display: none;
}
ul.breadcrumb li:last-child a,
ul.breadcrumb li:last-child span {
  background: none;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-wrapper {
  margin-top: 15px;
  text-align: left;
  background: url(../images/bg_footer_static.png);
  padding: 30px 0;
}
.vina-bottom-contact .bottom-contact {
  margin: 10px 0 0 15px;
}
.vina-bottom-contact .bottom-contact .title1 {
  margin-right: 10px;
  float: left;
  font-size: 18px;
  text-transform: capitalize;
}
.vina-bottom-contact .bottom-contact .content {
  display: block;
  clear: both;
  font-size: 14px;
}
.vina-bottom-contact .bottom-contact .mail,
.vina-bottom-contact .bottom-contact .mobile,
.vina-bottom-contact .bottom-contact .fax,
.vina-bottom-contact .bottom-contact .address {
  margin-top: 5px;
}
.vina-bottom-menu ul {
  margin: 10px 0 0 15px;
}
.vina-bottom-menu ul li {
  line-height: 31px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-bottom-menu ul li a {
  color: #555;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 20px;
  background: url(../images/li_footer_static.png) no-repeat left center;
  font-size: 14px;
}
.vina-bottom-menu ul li a img {
  display: none;
}
.vina-bottom-menu ul li:hover {
  padding-left: 5px;
}
#sp-footer-wrapper {
  padding: 30px 0 40px;
  background: url(../images/bg_footer.png);
  color: #cbcbcb;
  position: relative;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .footer-static3 ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#sp-footer-wrapper .footer-static3 ul li a:hover {
  opacity: 0.8;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-to-top-wrapper .row-fluid {
  visibility: visible !important;
}
.sp-totop {
  position: fixed;
  bottom: 10px;
  right: 12px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
}
.sp-totop small,
.sp-totop i {
  display: none;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping {
  position: relative;
  height: 105px !important;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping ul {
  display: block;
  list-style: none;
  padding: 0;
  left: 0 !important;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping ul li {
  text-align: center;
  padding: 0;
  float: left;
  display: block;
  position: relative;
}
.lt-ie9 #sp-header-wrapper .logo-wrapper .logo {
  width: 230px !important;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 {
  margin: 0 5px 0px 0px;
  float: right;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  color: #fff;
  height: 100px;
  line-height: 18px;
  width: 100px;
  text-transform: capitalize;
  display: block;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  font-weight: lighter;
  border: 5px solid #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#sp-main-menu ul.level-0 > li >a.menu-3 {
  padding: 75px 5px 5px;
  height: 120px;
  width: 120px;
  line-height: 30px;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: center 15px;
  background-repeat: no-repeat;
  border: 5px solid #fff;
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon1 {
  background-image: url(../images/shirts_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon2 {
  background-image: url(../images/pants_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon3 {
  background-image: url(../images/outer_wear_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon4 {
  background-image: url(../images/dresses_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon4:hover {
  background-position: center -145px;
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon5 {
  background-image: url(../images/jeans_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon6 {
  background-image: url(../images/blog-icon_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon7 {
  background-image: url(../images/custom_menu_icon_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3:hover {
  background-position: center -135px;
}
#sp-main-menu ul.level-0 > li >a.menu-4 {
  border: 5px solid #f9f9f9;
}
#sp-main-menu ul.level-0 > li >a.menu-4:hover {
  border: 5px solid #f9f9f9;
}
#sp-main-menu ul.level-0 > li >a > span.menu {
  width: 100%;
  float: left;
  text-align: center;
}
#sp-main-menu ul.level-0 > li >a > span.menu img {
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0px 7px;
}
#sp-main-menu ul.level-0 > li >a > span.menu .menu-title {
  width: 100%;
  float: left;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover > a {
  border-color: #ddd;
}
#sp-main-menu ul.level-0 > li:hover > a.menu-3 {
  border-color: #f9f9f9;
}
#sp-main-menu ul.level-0 > li.active > a {
  border-color: #ddd;
}
#sp-main-menu ul.level-0 > li.active > a.menu-3 {
  border-color: #f9f9f9;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: #555;
  padding-left: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f1f1f1;
}
#sp-main-menu li .custom-menu .sp-menu-group-title {
  display: none;
}
#sp-main-menu li .custom-menu .sp-menu-group-content {
  margin-top: 0 !important;
}
#sp-main-menu li .custom-menu.have-margin .sp-menu-group-content .module {
  padding: 0 !important;
}
#sp-main-menu li .custom-menu img {
  width: 100%;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 40px;
  padding-left: 15px;
  color: #fff !important;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content {
  margin-top: 15px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  padding: 20px;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu .megacol > ul > li {
  margin-left: 10px;
  box-sizing: border-box;
}
.sp-submenu .megacol > ul > li.custom-menu {
  margin: 0;
}
.sp-submenu .megacol > ul > li.custom-menu.have-margin {
  margin-left: 10px;
  margin-top: 0;
}
.sp-submenu .megacol:first-child >ul > li {
  margin: 0;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  width: 40px;
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: relative !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 15px 0px 0px !important;
  height: 50px;
  right: 0px;
  top: 0px;
  width: 100% !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu i {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  float: right;
}
.vina-menu span {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.sp-mobile-close {
  width: 100%;
  float: left;
  background: #666;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp-mobile-close span {
  color: #fff;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 30px;
  float: right;
  font-weight: bold;
}
.vina-menu-small {
  position: absolute !important;
  top: 5px;
  right: 10px;
  padding: 0 !important;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 30px !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.color-01 {
  background: #000;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
}
.jshop label {
  margin: 0px;
  display: inline;
}
.jshop .total {
  font-weight: bold;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .vina-rating {
  display: inline-block;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: left;
}
.jshop .prod_qty_input input {
  width: 20px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#order_add_info {
  height: 70px;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.jshop_list_product .block_product {
  padding-bottom: 20px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .image_block {
  padding: 2px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.productfull #block_price {
  font-size: 16px;
  font-weight: bold;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  padding-left: 0px;
}
.review_user {
  font-weight: bold;
}
.review_text {
  padding-top: 2px;
  padding-bottom: 2px;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 180px;
}
.stars_no_active {
  height: 16px;
  background-image: url(../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 11px;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.fielderror {
  background-color: #FDC055 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.vina_jsproduct .jshop_img_description ul {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  margin: 3px 0 0;
}
.vina_jsproduct .jshop_img_description ul .jshop_img_thumb {
  cursor: pointer;
  margin: 2px;
}
.vina_jsproduct .jshop_img_description ul li {
  max-width: 87px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1200px) {
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
  }
  .responsive #sp-main-menu ul.level-0 {
    margin: 0 3px 0px 0px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a {
    width: 88px;
    height: 88px;
    font-size: 14px;
    border: 3px solid #f9f9f9;
  }
  .responsive #sp-main-menu ul.level-0 > li > a:hover {
    border: 3px solid #f9f9f9;
  }
  .responsive #sp-main-menu ul.level-0 > li > a.menu-3 {
    padding: 60px 5px 5px;
    background-position: 55px 15px;
    width: 103px;
    height: 103px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a.menu-3:hover {
    background-position: 55px -135px;
  }
  .responsive .vina-cart-small .shopping_cart > a:first-child {
    width: 44px;
    height: 44px;
  }
  .responsive #sp-header-wrapper .search {
    margin: 3px 0px;
  }
  .responsive .icon_search {
    width: 44px;
    height: 44px;
  }
  .responsive .module .header-module h3 {
    font-size: 22px;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 40px !important;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier {
    width: 33%;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier.img-slier-1 {
    width: 50%;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 26px;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box {
    padding: 22px 0 22px 70px;
    background-position: 10px center;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-content {
    font-size: 16px;
  }
  .responsive .menu-image {
    display: none;
  }
  .responsive .image-block .actions {
    bottom: 0px !important;
    border-bottom: 1px solid #fff !important;
  }
  .responsive .image-block .actions button.button span span {
    font-size: 14px;
    padding: 0 2px;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img,
  .responsive .vina-main-product.vina-main-product-3 .image-block .jshop_img {
    width: 75px;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-top: 24px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img {
    margin-top: 24px;
  }
  .responsive .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .banner-home-content .home-box-iner {
    background-position: 10px 29px;
    padding: 20px 0 20px 65px;
  }
  .responsive .banner-home-content .home-box-iner:hover {
    background-position: 10px -187px;
  }
  .responsive .vina-newsletter-right .vina-newsletter form .acymailing_form {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
    background-position: 50%;
    background-size: auto;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 10px !important;
    width: 45% !important;
    margin-left: 2% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 {
    margin-right: 2% !important;
    text-align: right;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .title-slider2 {
    text-align: right;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .link-slider2 {
    float: right;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 22px;
  }
  .responsive .vina-camera-slider .cameraContents .subtitle {
    font-size: 14px;
    padding: 5px 0 20px;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .intro {
    display: none;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .subtitle {
    margin-top: 20px;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .link-slider2 {
    margin-top: 20px;
  }
  .responsive .vina-list-2 .list-left-item p {
    padding-right: 15px;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .responsive .vina-list-2 .list-right-item p {
    padding-left: 15px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .responsive .vina-header2 {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-header2 .custom.vina-header2 {
    display: inline-block;
  }
  .responsive .vina-cart-small {
    float: left;
  }
  .responsive .vina-cart-small .shopping_cart {
    float: none;
    display: inline-block;
  }
  .responsive .vina-cart-small .shopping_cart > a:first-child {
    float: none;
    margin-top: 0;
  }
  .responsive .moduletable.vina-search {
    float: left;
    margin-left: 5px;
  }
  .responsive .vina-search .block-search-top {
    float: none;
    margin-top: 0;
  }
  .responsive .vina-search .block-search-top {
    float: none;
    margin-top: 0;
  }
  .responsive #sp-header-wrapper .search {
    margin: 0;
  }
  .responsive .vina-who-online .who-online,
  .responsive .vina-who-online .who-online-des {
    margin: 0 0px 0 0;
  }
  .responsive .des-container .ratings {
    position: initial;
    width: 100%;
  }
  .responsive .banner-home-content .home-box-iner {
    background-position: 50% 20px;
    padding: 80px 10px 20px;
    text-align: center;
  }
  .responsive .banner-home-content .home-box-iner .banner-content {
    font-size: 16px;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box {
    width: 100%;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box .inputbox {
    width: 100%;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 999999;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .vina-banner-right .block-banner-right .banner-box {
    padding: 10px 0 10px 50px;
    background-size: 20%;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-title {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-content {
    font-size: 12px;
  }
  .responsive .vina-newsletter form .acymailing_introtext {
    width: 100%;
  }
  .responsive .vina-newsletter form .acymailing_introtext label {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-follow-us .follow-us-content ul {
    padding: 0px 92px;
  }
  .responsive #sp-bottom-wrapper .module .header-module h3 {
    font-size: 15px;
  }
  .responsive .latest_products .image-block .actions button.button span {
    width: 30px;
    overflow: hidden;
  }
  .responsive .jshop_related block_product .image-block .actions button.button span,
  .responsive .jshop_list_product .image-block .actions button.button span {
    width: 40px;
    overflow: hidden;
  }
  .responsive .vina-newsletter-right form .acymailing_module_form {
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_introtext {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .responsive .vina-newsletter-right form .acymailing_introtext label {
    margin: 0;
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_form {
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_form input.inputbox {
    width: 100% !important;
  }
  .responsive .vina-follow-us-right .vina-follow-us .follow-us-content ul {
    padding: 0;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img,
  .responsive .vina-main-product.vina-main-product-3 .image-block .jshop_img {
    width: 55px;
  }
  .responsive .vina-main-product.vina-main-product-2 .des-container .product-name,
  .responsive .vina-main-product.vina-main-product-3 .des-container .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 15px;
  }
  .responsive .jshop_list_product .block_product {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .responsive #sp-top1 {
    text-align: center;
  }
  .responsive #sp-top1 .currency-language {
    text-align: center;
    display: inline-block;
  }
  .responsive #sp-top1 .currency-language .top-language,
  .responsive #sp-top1 .currency-language .top-currency {
    display: inline-block;
    float: left;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 50% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .title-slider2 {
    text-align: right;
    font-size: 20px;
  }
  .responsive .vina-camera-slider .cameraContents .subtitle {
    padding: 5px 0 10px;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 10px;
  }
  .responsive .vina-camera-slider .cameraContents h3.subtitle-slider2 {
    padding: 10px 30px;
  }
  .responsive .vina-banner-main img {
    margin-bottom: 20px;
  }
  .responsive .vina-right-product .item .product-image {
    width: auto !important;
    float: left;
    margin-right: 10px;
  }
  .responsive #sp-bottom-wrapper .module {
    margin-bottom: 20px;
  }
  .responsive .banner-feature-right a img {
    width: 100%;
  }
  .responsive #sp-right {
    margin-top: 20px;
  }
  .responsive .vina-list-2 .list-right-item h3,
  .responsive .vina-list-2 .list-left-item h3 {
    line-height: 30px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-top: 15px;
  }
  .responsive .vina-testinomials {
    margin-top: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img {
    width: 100%;
  }
  .responsive .vina-main-product.vina-main-product-2 .des-container {
    width: 100%;
  }
  .responsive .vina-main-product.vina-main-product-3 .item {
    margin: 10px 0px;
  }
  .responsive .vina-main-product.vina-main-product-3 .item .image-block {
    width: 20%;
  }
  .responsive .vina-main-product.vina-main-product-3 .item .des-container {
    width: 80%;
  }
  .responsive .vina-product-3 .item {
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-product-3 .item .des-container {
    display: inline-block;
  }
  .responsive .jshop_related block_product,
  .responsive .jshop_list_product {
    text-align: center;
  }
  .responsive .jshop_related block_product .image-block,
  .responsive .jshop_list_product .image-block {
    display: inline-block;
    margin: 0 auto;
  }
  .responsive .jshop_related block_product .des-container,
  .responsive .jshop_list_product .des-container {
    text-align: center;
  }
  .responsive .jshop-cart form {
    width: 100%;
    display: inline-block;
  }
  .responsive .jshop-cart #shopping-cart-table {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table thead,
  .responsive .jshop-cart #shopping-cart-table tbody,
  .responsive .jshop-cart #shopping-cart-table tfoot {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table tbody tr {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
    line-height: 20px;
  }
  .responsive .jshop-cart .data-table .vina-button {
    margin-bottom: 10px;
  }
  .responsive .jshop-cart .data-table .product-name {
    width: 180px;
  }
  .responsive .cart-collaterals .crosssell {
    margin-bottom: 20px;
  }
  .responsive .account-login .row-fluid,
  .responsive .account-logout .row-fluid {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .responsive .latest_products .span4 {
    width: 33.33% !important;
    float: left !important;
    margin: 0 !important;
  }
  .responsive .latest_products .span4 .item {
    margin: 0 10px;
  }
  .responsive .latest_products .image-block .actions button.button span {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .responsive .vina-menu-top {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-menu-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .responsive .vina-who-online {
    float: left;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 17px;
  }
  .responsive .vina-camera-slider .cameraContents h3.subtitle-slider2 {
    display: none;
  }
  .responsive .image-block {
    background: #fff;
  }
  .responsive .image-block a.image-link {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: 80px;
    overflow: hidden;
  }
  .responsive .latest_products .row-fluid .span4 {
    margin-top: 20px;
  }
  .responsive .latest_products .row-fluid .span4:first-child {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper ul {
    float: left;
  }
  .responsive .vina-header2 {
    position: initial;
  }
  .responsive .vina-cart-small .shopping_cart {
    position: initial;
  }
  .responsive .icon_search {
    position: initial;
  }
  .responsive .vina-list-2 .list-left-item,
  .responsive .vina-list-2 .list-right-item {
    margin: 0 15px;
    padding: 5px 0;
    text-align: center;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    width: 100%;
    margin: 0;
  }
  .responsive .vina-list-2 .list-right-item h3,
  .responsive .vina-list-2 .list-left-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .responsive .vina-list-2 .list-right-item p,
  .responsive .vina-list-2 .list-left-item p {
    padding: 0;
  }
  .responsive .checkout-step-billing {
    padding: 0;
  }
  .responsive .jshop-cart .data-table .product-name {
    width: 120px;
  }
  .responsive .jshop-cart .data-table td .product-image {
    width: 75px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .responsive .vina-menu-top ul.nav {
    margin-top: 10px;
  }
  .responsive .vina-menu-top ul.nav > li > a > img {
    width: 40px;
  }
  .responsive .vina-camera-slider .camera_caption {
    left: 20% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    display: none !important;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier {
    width: 50%;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier.img-slier-1 {
    width: 70%;
  }
  .responsive .vina-newsletter form .acymailing_introtext {
    width: 100%;
  }
  .responsive .vina-newsletter form .acymailing_introtext label {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-follow-us .follow-us-content ul {
    padding: 0px 20px;
  }
  .responsive .vina-list-2 .list-col {
    width: 100%;
  }
  .responsive .vina-list-2 .list-left {
    border-right: medium none;
  }
  .responsive .data-table {
    box-sizing: border-box;
  }
  .responsive .data-table thead {
    display: none !important;
  }
  .responsive .data-table colgroup {
    display: none !important;
  }
  .responsive .data-table tbody {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive .data-table tbody th,
  .responsive .data-table tbody td,
  .responsive .data-table tbody tr,
  .responsive .data-table tbody col {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: left;
  }
  .responsive .data-table .button {
    float: left !important;
    margin: 0px 5px 5px 0px !important;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    text-align: left;
  }
  .responsive .jshop-cart #shopping-cart-table td {
    line-height: 60px;
    text-align: left;
  }
  .responsive .form-list .field {
    width: 100%;
  }
  .responsive .form-list .input-box {
    width: 100%;
  }
  .responsive .form-list .input-box input,
  .responsive .form-list .input-box select {
    width: 100%;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: auto;
  }
  .responsive #wishlist-table.data-table input.qty {
    margin-bottom: 10px;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    margin: 0;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options {
    text-align: left;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -60%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -60%;
  }
  .responsive .row-offcanvas-right.active {
    right: 60%;
  }
  .responsive .row-offcanvas-left.active {
    left: 60%;
  }
  .responsive .sidebar-offcanvas {
    width: 60%;
  }
}
@media (max-width: 320px) {
  .responsive .vina-menu-top ul.nav li {
    width: 20%;
  }
  .responsive .vina-menu-top ul.nav li:hover .image-title {
    display: none;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-size: 100%;
  }
  .responsive .image-block .actions button.button span {
    width: 60px;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: 60px;
  }
  .responsive div.acymailing_module,
  .responsive .acymailing_module div {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.grecaptcha-badge {
	z-index: 99999;
}
