@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,900italic,900,400italic,100,700italic,300,700,500italic,100italic,300italic,400);
@import 'jshopping';
.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: #e5e5e5;
  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 {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-animation: swing 1500ms ease;
  animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#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;
}
#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: 1px solid #aaaaaa;
}
#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 {
  padding: 0px 0px 22px;
  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 dd {
  position: relative;
}
#vina_contact_us .contact_us .qlform dd:before {
  font-family: FontAwesome;
  color: #ccc;
  right: 5px;
  padding-left: 3px;
  border-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}
#vina_contact_us .contact_us .qlform dd.jform_name,
#vina_contact_us .contact_us .qlform dd.jform_email,
#vina_contact_us .contact_us .qlform dd.jform_subject,
#vina_contact_us .contact_us .qlform dd.jform_message {
  display: block;
}
#vina_contact_us .contact_us .qlform dd.jform_name:before {
  content: "\f007";
}
#vina_contact_us .contact_us .qlform dd.jform_email:before {
  content: "\f0e0";
}
#vina_contact_us .contact_us .qlform dd.jform_subject:before {
  content: "\f02b";
}
#vina_contact_us .contact_us .qlform dd.jform_message:before {
  content: "\f075";
}
#vina_contact_us .contact_us .qlform .submit input,
#vina_contact_us .contact_us .qlform .captcha input {
  margin-top: 25px;
  margin-bottom: 0px;
}
#vina_contact_us .contact_us .qlform input.submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  background: #323232;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -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 {
  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: 8px 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 .contact span {
  display: inline-block;
  width: auto;
}
#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;
}
#my_projects .vina_projects {
  list-style: none;
  padding: 0;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
#my_projects .vina_projects .projects {
  display: inline-block;
  vertical-align: top;
}
#my_projects .vina_projects a {
  text-decoration: none;
  color: #888;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 16px;
}
#my_projects .vina_projects a:focus {
  outline: none;
}
#my_projects .vina_projects a img {
  display: inline;
  max-width: 100%;
  height: auto !important;
}
#my_projects .vina_projects .project-label {
  display: block;
  margin: 5px 0 10px;
}
#my_projects .vina_projects .current a {
  color: #000;
}
#my_projects .vina_projects .current a:after {
  content: "";
  display: block;
  border: 10px solid;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0;
  right: 0;
  border-top: none;
  border-color: #333 transparent;
  margin: auto;
}
#my_projects .vina_projects h3 {
  font-size: 16px;
}
#my_projects .vina_projects .details {
  font-size: 16px;
  display: none;
  position: absolute;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  background: #444;
  box-shadow: inset 0 10px 20px 5px #333;
  color: #ddd;
  padding: 20px;
  overflow: hidden;
  text-decoration: initial;
}
@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;
  }
}
.icon-send:before {
  font-family: FontAwesome;
  content: "\f059";
}
.vina-btn {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#cur_form,
#mod_languages {
  background: none;
  margin: 0;
}
#cur_form a,
#cur_form span,
#cur_form p,
#mod_languages a,
#mod_languages span,
#mod_languages p {
  line-height: 16px;
  padding: 0 15px;
  display: block;
  color: #454545;
  text-align: center;
  text-transform: capitalize;
  font-family: raleway;
  font-weight: 500;
  font-size: 12px;
}
#cur_form .bootstrap-select.btn-group,
#mod_languages .bootstrap-select.btn-group {
  vertical-align: top;
}
#cur_form .bootstrap-select.btn-group > .btn,
#mod_languages .bootstrap-select.btn-group > .btn {
  padding: 15px 0 11px;
}
#cur_form .bootstrap-select .filter-option,
#mod_languages .bootstrap-select .filter-option {
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
  float: right;
}
#cur_form .bootstrap-select .filter-option:after,
#mod_languages .bootstrap-select .filter-option:after {
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  font-family: FontAwesome;
  content: "\f107";
}
#cur_form .bootstrap-select button,
#cur_form .bootstrap-select .btn,
#cur_form .bootstrap-select .btn-default,
#mod_languages .bootstrap-select button,
#mod_languages .bootstrap-select .btn,
#mod_languages .bootstrap-select .btn-default {
  min-width: 55px;
  display: inline-block;
  padding: 0;
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select button:focus,
#cur_form .bootstrap-select .btn:focus,
#cur_form .bootstrap-select .btn-default:focus,
#mod_languages .bootstrap-select button:focus,
#mod_languages .bootstrap-select .btn:focus,
#mod_languages .bootstrap-select .btn-default:focus {
  outline: 0px;
}
#cur_form .bootstrap-select .caret,
#mod_languages .bootstrap-select .caret {
  display: none;
}
#cur_form .bootstrap-select ul.dropdown-menu,
#mod_languages .bootstrap-select ul.dropdown-menu {
  position: static;
}
#cur_form .bootstrap-select div.dropdown-menu,
#mod_languages .bootstrap-select div.dropdown-menu {
  position: absolute;
}
#cur_form .bootstrap-select .dropdown-menu,
#mod_languages .bootstrap-select .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: 101px;
  background-color: #2c2c2c;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select .dropdown-menu li,
#mod_languages .bootstrap-select .dropdown-menu li {
  cursor: pointer;
  padding: 0;
}
#cur_form .bootstrap-select .dropdown-menu li a,
#mod_languages .bootstrap-select .dropdown-menu li a {
  padding: 10px 0;
  line-height: 19px;
  border-bottom: 1px solid #424242;
}
#cur_form .bootstrap-select .dropdown-menu li a,
#cur_form .bootstrap-select .dropdown-menu li span,
#mod_languages .bootstrap-select .dropdown-menu li a,
#mod_languages .bootstrap-select .dropdown-menu li span {
  font-size: 11px;
  color: #7f7f7f;
}
#cur_form .bootstrap-select .dropdown-menu li.selected >a span.text,
#mod_languages .bootstrap-select .dropdown-menu li.selected >a span.text {
  color: #fff;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus,
#mod_languages .bootstrap-select .dropdown-menu >li >a:hover,
#mod_languages .bootstrap-select .dropdown-menu >li >a:focus {
  background-color: transparent;
  background-image: none;
  outline: 0px;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover span.text,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus span.text,
#mod_languages .bootstrap-select .dropdown-menu >li >a:hover span.text,
#mod_languages .bootstrap-select .dropdown-menu >li >a:focus span.text {
  color: #fff;
}
#fancybox-content {
  width: 100% !important;
  border: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  background: #000;
  float: left;
  color: #fff;
  margin: 0px;
  padding: 5px 0;
  width: 48%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  color: #fff;
}
#fancybox-content .continue_link {
  margin-right: 2%;
}
#fancybox-content .showcart {
  margin-left: 2%;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
  font-weight: normal;
}
div.product {
  position: relative;
  border: 1px solid #f5f1f1;
  padding: 0 10px 40px;
  overflow: hidden;
}
.product .vm-product-media-container {
  background-color: #f1f1f1;
  margin: 0 -10px 15px;
  max-width: none;
}
.product .vm-product-media-container a {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 0;
}
.product .vm-product-media-container a .pro-image {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product .vm-product-media-container a .first-image {
  display: inline-block;
  transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
}
.product .vm-product-media-container a .second-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate3d(0px,100%,0px);
  -webkit-transform: translate3d(0px,100%,0px);
}
.product .vm-product-media-container:hover .first-image {
  transform: translate3d(0px,-100%,0px);
  -webkit-transform: translate3d(0px,-100%,0px);
}
.product .vm-product-media-container:hover .second-image {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.product h2.product-title a {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.carousel-control.left i {
  margin-right: 5px;
}
.carousel-control.right {
  text-align: center !important;
}
.carousel-control.right i {
  margin-left: 5px;
}
.carousel-control i {
  font-size: 40px;
  line-height: 40px;
}
.main-image img,
.browseProductImage {
  max-height: none;
  width: 100%;
}
.vm-product-container .vm-product-media-container {
  width: 40%;
}
.vm-product-details-container {
  width: 60%;
}
.quantity-controls button,
.quantity-controls input[type='submit'],
.quantity-controls input[type='button'],
.quantity-controls submit {
  padding: 0;
}
.additional-images {
  margin-top: 9px;
}
.additional-images img {
  width: auto;
  margin-right: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.additional-images .row-fluid,
.additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.amount {
  display: inline-block;
}
.ratingbox {
  margin: 0;
  display: inline-block;
  background: url("../images/rating.png") repeat-x scroll 0 0 transparent;
  position: relative;
  width: 65px !important;
  height: 12px;
}
.ratingbox .stars-orange {
  background: url("../images/rating.png") repeat-x scroll 0 bottom transparent;
  height: 11px;
  display: inline-block;
  position: absolute;
  left: 0;
}
#reviewform .write-reviews .highlight-button {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#reviewform .write-reviews input[type="text"] {
  width: 40px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#reviewform .write-reviews textarea.virtuemart {
  width: auto;
}
.sharethis {
  margin: 20px 0;
}
.display-number {
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.vm-pagination.vm-pagination-top {
  margin-left: 20px;
}
.orderby-displaynumber {
  position: relative;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.orderby-displaynumber .vm-order-list {
  float: left;
  padding: 10px 0;
}
.orderby-displaynumber .vm-order-list a {
  color: #898989 !important;
  font-size: 13px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  margin: 0;
  position: relative;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
  top: 28px;
  right: 0;
  z-index: 9;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a {
  line-height: 20px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a:hover {
  color: #fff !important;
}
.orderby-displaynumber .vm-order-list .title {
  float: left;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  text-transform: capitalize;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  float: left;
  padding: 5px 21px 5px 5px;
  vertical-align: bottom;
  text-align: center;
  background: url(../images/icon/select_lang.png) no-repeat scroll 100% 50% transparent;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.orderby-displaynumber .display-number {
  float: right;
  margin-right: 20px;
  line-height: 28px;
  padding: 10px 0px;
  text-transform: capitalize;
  font-size: 16px;
}
.orderby-displaynumber .display-number select {
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 0;
  height: 28px;
  margin: 0;
  color: #898989;
  border: none;
  width: 42px;
  padding: 0;
  min-height: 0;
}
.orderby-displaynumber .display-number select:focus {
  outline: none;
}
.orderby-displaynumber .display-number select option {
  padding-right: 10px;
}
.orderby-displaynumber .display-number .number {
  display: inline-block;
  position: relative;
  margin: 0px 5px;
  border: 1px solid #ddd;
}
.orderby-displaynumber .display-number .number:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 3;
  top: 0px;
  height: 100%;
  background: url(../images/icon/select_lang.png) no-repeat scroll 100% 50% #fff;
  width: 18px;
  pointer-events: none;
  z-index: 9;
}
.vm-pagination,
.pagination {
  float: right;
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
}
.vm-pagination.vm-pagination-top,
.pagination.vm-pagination-top {
  float: right;
}
.vm-pagination ul,
.pagination ul {
  display: inline;
}
.vm-pagination ul li,
.pagination ul li {
  margin: 0 1px;
}
.vm-pagination ul li a,
.pagination ul li a {
  color: #333333 !important;
  min-width: 30px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #eee;
  display: inline-block;
  padding: 0 3px;
  border-radius: 0;
  background-color: #fff;
}
.vm-pagination ul li:hover a,
.vm-pagination ul li.pagination-active a,
.pagination ul li:hover a,
.pagination ul li.pagination-active a {
  color: #fff !important;
  min-width: 30px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
}
.vm-pagination .vm-page-counter,
.pagination .vm-page-counter {
  display: none;
}
.vm-pagination.vm-pagination-top,
.pagination.vm-pagination-top {
  margin: 0;
}
.vm-pagination.vm-pagination-bottom,
.pagination.vm-pagination-bottom {
  display: none;
}
.pagination .counter {
  float: left;
  margin: 0px 10px 0px 0px;
}
.pagination ul {
  float: right;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li {
  float: left;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0.5em;
}
.orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 24px 1px 12px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view {
  color: #262626;
}
.ask-a-question-view label {
  font-family: raleway;
  font-weight: bold;
}
.ask-a-question-view .product-summary {
  margin: 25px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
  font-size: 13px;
  line-height: 20px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .submit .highlight-button {
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Oswald', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 20px;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777;
  text-align: left;
  padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
  background: transparent;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: raleway;
  font-weight: bold;
}
.ask-a-question-view .product-summary {
  display: inline-block;
}
.product-summary .width30 {
  width: 30%;
}
.product-summary .width70 {
  width: 70%;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
  text-decoration: underline;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}
.coupon {
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
p.product_s_desc {
  padding: 0;
  height: 3.4em;
  margin: 0 0;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}
.invalid {
  background-color: #ffd;
  color: #000;
  border-color: red;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 10px 0;
  text-align: left;
  width: 100%;
}
table.user-details {
  width: 450px;
  margin-bottom: 10px;
}
table.user-details .vm-chzn-select {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}
table.user-details input {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}
table.user-details input.invalid {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 170px;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.cart-view #com-form-login-remember input[type="checkbox"] {
  margin: 3px 5px 5px 5px;
}
.cart-view,
#checkoutForm,
.vmshop-cart-account {
  font-family: raleway;
  font-weight: 500;
}
.cart-view .vm-cart-header-container,
#checkoutForm .vm-cart-header-container,
.vmshop-cart-account .vm-cart-header-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.cart-view .vm-cart-header,
#checkoutForm .vm-cart-header,
.vmshop-cart-account .vm-cart-header {
  width: 50%;
  float: left;
}
.cart-view .vm-cart-header h1,
#checkoutForm .vm-cart-header h1,
.vmshop-cart-account .vm-cart-header h1 {
  font-size: 22px;
  color: #333;
  padding-bottom: 0;
}
.cart-view .product-name,
#checkoutForm .product-name,
.vmshop-cart-account .product-name {
  font-size: 14px;
  text-transform: capitalize;
}
.cart-view .product-name a,
#checkoutForm .product-name a,
.vmshop-cart-account .product-name a {
  text-decoration: underline;
}
.cart-view .vm-continue-shopping,
#checkoutForm .vm-continue-shopping,
.vmshop-cart-account .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
.cart-view .vm-continue-shopping .continue_link,
#checkoutForm .vm-continue-shopping .continue_link,
.vmshop-cart-account .vm-continue-shopping .continue_link {
  text-transform: capitalize;
  float: right;
  color: #fff;
  margin: 0px;
  padding: 5px 10px;
  width: auto;
  text-align: center;
}
.cart-view #checkoutForm,
#checkoutForm #checkoutForm,
.vmshop-cart-account #checkoutForm {
  width: 100%;
  float: left;
}
.cart-view form,
#checkoutForm form,
.vmshop-cart-account form {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset,
#checkoutForm fieldset,
.vmshop-cart-account fieldset {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset.vm-fieldset-tos,
#checkoutForm fieldset.vm-fieldset-tos,
.vmshop-cart-account fieldset.vm-fieldset-tos {
  margin: 20px 0;
}
.cart-view .login-users,
#checkoutForm .login-users,
.vmshop-cart-account .login-users {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 20px 0 20px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view #form-login input,
#checkoutForm #form-login input,
.vmshop-cart-account #form-login input {
  background: none;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.cart-view #form-login .btn-login,
.cart-view #form-login input[type="submit"],
#checkoutForm #form-login .btn-login,
#checkoutForm #form-login input[type="submit"],
.vmshop-cart-account #form-login .btn-login,
.vmshop-cart-account #form-login input[type="submit"] {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.cart-view .billto-shipto,
#checkoutForm .billto-shipto,
.vmshop-cart-account .billto-shipto {
  width: 100%;
  float: left;
  border: none;
  margin-top: 0;
  padding: 20px 0px;
}
.cart-view .billto-shipto .width50,
#checkoutForm .billto-shipto .width50,
.vmshop-cart-account .billto-shipto .width50 {
  border: solid #E9E8E8 1px;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0px 0px 6%;
}
.cart-view .billto-shipto .width50:first-child,
#checkoutForm .billto-shipto .width50:first-child,
.vmshop-cart-account .billto-shipto .width50:first-child {
  margin-left: 0;
}
.cart-view .billto-shipto .width50 .output-shipto a,
#checkoutForm .billto-shipto .width50 .output-shipto a,
.vmshop-cart-account .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
.cart-view .billto-shipto .width50 .output-shipto input,
#checkoutForm .billto-shipto .width50 .output-shipto input,
.vmshop-cart-account .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
.cart-view .billto-shipto h3,
#checkoutForm .billto-shipto h3,
.vmshop-cart-account .billto-shipto h3 {
  margin: 0 0 10px;
}
.cart-view .billto-shipto i,
#checkoutForm .billto-shipto i,
.vmshop-cart-account .billto-shipto i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}
.cart-view .width50,
#checkoutForm .width50,
.vmshop-cart-account .width50 {
  width: 50%;
  float: left;
}
.cart-view .checkout-button-top,
#checkoutForm .checkout-button-top,
.vmshop-cart-account .checkout-button-top {
  width: 100%;
  float: left;
}
.cart-view .vm-fieldset-pricelist,
#checkoutForm .vm-fieldset-pricelist,
.vmshop-cart-account .vm-fieldset-pricelist {
  margin: 20px 0px;
}
.cart-view .cart-summary,
#checkoutForm .cart-summary,
.vmshop-cart-account .cart-summary {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-collapse: inherit;
}
.cart-view .cart-summary tr th,
#checkoutForm .cart-summary tr th,
.vmshop-cart-account .cart-summary tr th {
  font-weight: normal;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
}
.cart-view .cart-summary tr th.tb-delete,
#checkoutForm .cart-summary tr th.tb-delete,
.vmshop-cart-account .cart-summary tr th.tb-delete {
  border-right: 0;
}
.cart-view .cart-summary tr td.last,
#checkoutForm .cart-summary tr td.last,
.vmshop-cart-account .cart-summary tr td.last {
  border-right: 0;
}
.cart-view .cart-summary .cart-images,
#checkoutForm .cart-summary .cart-images,
.vmshop-cart-account .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view .cart-summary .cart-images img,
#checkoutForm .cart-summary .cart-images img,
.vmshop-cart-account .cart-summary .cart-images img {
  border: 1px solid #eee;
  display: inline-block;
  float: none;
  margin: 0 auto;
  width: 150px;
}
.cart-view .cart-summary tbody td,
#checkoutForm .cart-summary tbody td,
.vmshop-cart-account .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
.cart-view .cart-summary tbody td.coupon_code input,
#checkoutForm .cart-summary tbody td.coupon_code input,
.vmshop-cart-account .cart-summary tbody td.coupon_code input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  float: left;
  text-shadow: none;
  margin: 5px 0 10px 10px;
  color: rgba(136,136,136,0.6);
  height: 32px;
}
.cart-view .cart-summary tbody td.coupon_code input.details-button,
#checkoutForm .cart-summary tbody td.coupon_code input.details-button,
.vmshop-cart-account .cart-summary tbody td.coupon_code input.details-button {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.cart-view .cart-summary tbody .vm-price-value,
#checkoutForm .cart-summary tbody .vm-price-value,
.vmshop-cart-account .cart-summary tbody .vm-price-value {
  float: none;
}
.cart-view .cart-summary tbody input.quantity-input,
#checkoutForm .cart-summary tbody input.quantity-input,
.vmshop-cart-account .cart-summary tbody input.quantity-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.2em !important;
  width: 2.2em !important;
  text-align: center;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
}
.cart-view .cart-summary tbody .vm2-add_quantity_cart,
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart,
.vmshop-cart-account .cart-summary tbody .vm2-add_quantity_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm2-add_quantity_cart:hover,
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart:hover,
.vmshop-cart-account .cart-summary tbody .vm2-add_quantity_cart:hover {
  background: url(../images/vm2-sprite.png) no-repeat top left;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart,
#checkoutForm .cart-summary tbody .vm2-remove_from_cart,
.vmshop-cart-account .cart-summary tbody .vm2-remove_from_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart:hover,
#checkoutForm .cart-summary tbody .vm2-remove_from_cart:hover,
.vmshop-cart-account .cart-summary tbody .vm2-remove_from_cart:hover {
  background-color: transparent;
  background-position: 0 -212px;
}
.cart-view .cart-summary tbody .vm-customfield-cart,
#checkoutForm .cart-summary tbody .vm-customfield-cart,
.vmshop-cart-account .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
.cart-view .cart-summary tbody .vm-customfield-cart span,
#checkoutForm .cart-summary tbody .vm-customfield-cart span,
.vmshop-cart-account .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
.cart-view .cart-summary tbody .tb-total,
#checkoutForm .cart-summary tbody .tb-total,
.vmshop-cart-account .cart-summary tbody .tb-total {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
.cart-view .cart-summary tbody .tb-total .total-title,
#checkoutForm .cart-summary tbody .tb-total .total-title,
.vmshop-cart-account .cart-summary tbody .tb-total .total-title {
  text-align: right;
  padding: 20px 10px;
  border-right: 0;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping,
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping,
.vmshop-cart-account .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 30%;
  float: left;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link,
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link,
.vmshop-cart-account .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
}
.cart-view .cart-summary tbody .tb-total .title,
#checkoutForm .cart-summary tbody .tb-total .title,
.vmshop-cart-account .cart-summary tbody .tb-total .title {
  width: 47%;
  float: left;
  line-height: 40px;
}
.cart-view .cart-summary tbody .tb-total .total,
#checkoutForm .cart-summary tbody .tb-total .total,
.vmshop-cart-account .cart-summary tbody .tb-total .total {
  width: 15%;
  float: left;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
.cart-view .cart-summary tfoot,
#checkoutForm .cart-summary tfoot,
.vmshop-cart-account .cart-summary tfoot {
  margin: 20px 0px;
  text-align: right;
}
.cart-view .cart-summary tfoot .vmshipment_description,
.cart-view .cart-summary tfoot .vmpayment_description,
#checkoutForm .cart-summary tfoot .vmshipment_description,
#checkoutForm .cart-summary tfoot .vmpayment_description,
.vmshop-cart-account .cart-summary tfoot .vmshipment_description,
.vmshop-cart-account .cart-summary tfoot .vmpayment_description {
  display: none;
}
.cart-view .cart-summary tfoot a,
#checkoutForm .cart-summary tfoot a,
.vmshop-cart-account .cart-summary tfoot a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font: 500 14px/15px raleway;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .cart-summary tfoot .shipment,
#checkoutForm .cart-summary tfoot .shipment,
.vmshop-cart-account .cart-summary tfoot .shipment {
  padding: 20px 40px 30px;
}
.cart-view .cart-summary tfoot .payment,
#checkoutForm .cart-summary tfoot .payment,
.vmshop-cart-account .cart-summary tfoot .payment {
  padding: 0px 40px 27px;
}
.cart-view .checkout-button-top,
#checkoutForm .checkout-button-top,
.vmshop-cart-account .checkout-button-top {
  padding: 0px 40px 30px;
  display: inline-block;
  float: right;
  text-align: right;
  border: medium none;
}
.cart-view .checkout-button-top button,
#checkoutForm .checkout-button-top button,
.vmshop-cart-account .checkout-button-top button {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-weight: bold;
  height: 40px;
}
.cart-view .fieldset-customer,
#checkoutForm .fieldset-customer,
.vmshop-cart-account .fieldset-customer {
  width: 100%;
  margin: 20px 0;
  border: solid #E9E8E8 1px;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view .fieldset-customer textarea#customer_note_field,
#checkoutForm .fieldset-customer textarea#customer_note_field,
.vmshop-cart-account .fieldset-customer textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view .fieldset-customer .vm-fieldset-tos input.terms-of-service,
#checkoutForm .fieldset-customer .vm-fieldset-tos input.terms-of-service,
.vmshop-cart-account .fieldset-customer .vm-fieldset-tos input.terms-of-service {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos span.cart,
#checkoutForm .fieldset-customer .vm-fieldset-tos span.cart,
.vmshop-cart-account .fieldset-customer .vm-fieldset-tos span.cart {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service,
#checkoutForm .fieldset-customer .vm-fieldset-tos div.terms-of-service,
.vmshop-cart-account .fieldset-customer .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon,
#checkoutForm .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon,
.vmshop-cart-account .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service a:hover,
#checkoutForm .fieldset-customer .vm-fieldset-tos div.terms-of-service a:hover,
.vmshop-cart-account .fieldset-customer .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
.cart-view .fieldset-customer .checkout-button-top,
#checkoutForm .fieldset-customer .checkout-button-top,
.vmshop-cart-account .fieldset-customer .checkout-button-top {
  float: left;
  text-align: left;
  padding: 0 0 10px;
}
.checkout-button-top {
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 10px 0 0;
}
.checkout-button-top input.terms-of-service {
  margin-right: 10px;
  display: inline-block;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
#full-tos {
  display: none;
}
.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}
table.cart-summary tr th {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 0 3px;
}
.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  margin: 10px 0 10px 0px;
  width: 98%;
}
.cart-summary tr td {
  padding-top: 5px;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none !important;
  background-image: none !important;
  padding: 2px;
}
#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 8px 20px 0 0;
}
#com-form-login label {
  display: inline-block;
}
#com-form-login input[type="checkbox"] {
  margin: 0;
}
.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}
.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}
.vm2-remove_from_cart {
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.featured-view .vm2-lowstock,
.featured-view .vm2-nostock,
.featured-view .vm2-normalstock,
.latest-view .vm2-lowstock,
.latest-view .vm2-nostock,
.latest-view .vm2-normalstock,
.topten-view .vm2-lowstock,
.topten-view .vm2-nostock,
.topten-view .vm2-normalstock,
.recent-view .vm2-lowstock,
.recent-view .vm2-nostock,
.recent-view .vm2-normalstock,
.related-view .vm2-lowstock,
.related-view .vm2-nostock,
.related-view .vm2-normalstock {
  margin: 10px auto;
}
.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 50px;
}
.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: center;
}
.vm-product-media-rating {
  width: 100%;
  float: left;
}
.vm-product-media-rating h2 {
  border: 0;
  margin: 6px 0;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}
.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}
.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
  width: 100%;
}
.vm-product-descr-container h2 {
  height: 3.2em;
  margin-bottom: 0px;
}
.vm-product-details-container {
  float: right;
  width: 45%;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}
.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
.main-image img {
  max-width: 100%;
  max-height: 260px;
}
.browseProductImage {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 0.4em;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 14px;
  margin: 0 0 0.2em;
  padding: 0;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: left !important;
  margin: 0 0.5em 0 0;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}
label.invalid,
span.red {
  color: red;
}
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  float: left;
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  text-align: right !important;
}
.vm-page-counter {
  float: right;
}
.vm-bottom div {
  text-align: center !important;
}
.vm-bottom ul {
  text-align: center !important;
}
.vm-bottom ul li {
  display: inline;
}
.vm-bottom .counter {
  text-align: right !important;
}
.pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #aaa;
  background-color: #fafafa;
  color: #808080;
}
a.pagenav {
  color: #555;
  text-decoration: none;
}
td.orders-key {
  text-align: left;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0.4em;
}
.product-field-display {
  vertical-align: middle;
}
.product-field-display a img {
  display: block;
}
.product-fields .product-field-type-P {
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 18px;
}
.product-fields .product-field label.other-customfield {
  width: 25%;
  float: left;
  position: relative;
  top: 20px;
  left: -18px;
  margin-bottom: 27px;
  text-align: center;
}
.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}
.product-fields .product-field-type-M {
  display: block;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}
.product-fields .product-field-type-M label {
  display: inline-block;
}
.product-fields .product-field-type-M img {
  display: block;
  vertical-align: text-top;
  float: right;
}
.product-field-type-P .product-fields-title {
  font-size: 120%;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}
.vm-img-desc {
  display: block;
}
a:hover .vm-img-desc {
  background: #095197;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
  display: none;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  vertical-align: middle;
}
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 0.4em;
}
.buttonBar-right {
  text-align: right;
  float: right;
}
.userfields_info {
  display: block;
  margin: 0px 0px 8px 0px;
}
div.product {
  float: left;
  border: 1px solid #ddd;
}
div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 0.3%;
  min-width: 220px;
}
.vm-product-descr-container-0 {
  height: 3.3em;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  height: 8.6em;
  margin-bottom: 0px;
}
.vm-product-container {
  width: 100%;
  float: none;
  display: inline-block;
}
.vm-product-container > div {
  margin-bottom: 15px;
}
.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8) url('../images/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
ul,
li {
  list-style-type: none;
}
.cat_image {
  margin-bottom: 15px;
}
.entry-meta.muted {
  background-color: transparent;
}
.carousel-control.left i {
  margin-right: 5px;
}
.carousel-control.right {
  text-align: center !important;
}
.carousel-control.right i {
  margin-left: 5px;
}
.carousel-control i {
  font-size: 40px;
  line-height: 40px;
}
.main-image img,
.browseProductImage {
  max-height: none;
}
.vm-product-container .vm-product-media-container {
  width: 40%;
}
.vm-product-details-container {
  width: 60%;
}
.quantity-controls button,
.quantity-controls input[type='submit'],
.quantity-controls input[type='button'],
.quantity-controls submit {
  padding: 0;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.display-number {
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.product {
  text-align: center;
  text-align: center;
}
.product th,
.product tr,
.product td {
  text-align: center;
}
p.product_s_desc {
  height: auto;
}
.vm-col {
  margin: 0;
  padding-bottom: 20px;
}
div.product {
  min-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2.product-title {
  font-size: 20px;
}
.vm-product-descr-container-1 {
  height: auto;
}
.product-price {
  float: none;
  text-align: left;
  margin: 5px auto;
  display: inline-block;
}
.vm3pr-4 .product-price {
  height: auto;
}
.addtocart-bar {
  position: static;
}
.addtocart-area {
  margin: 0 0 5px;
}
.addtocart-area .product-fields {
  margin-bottom: 20px;
  text-align: center;
  text-align: center;
}
.addtocart-area .product-fields th,
.addtocart-area .product-fields tr,
.addtocart-area .product-fields td {
  text-align: center;
}
.addtocart-area .product-fields .product-field {
  float: none;
  width: auto;
  margin: 0 auto;
  text-align: left;
}
.vm3pr-2 .addtocart-area {
  height: auto;
}
.productdetails-view h1 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 30px;
}
.productdetails-view .spacer-buy-area {
  padding: 0;
}
.productdetails-view .ratingbox {
  margin: 0 10px 0 0;
}
.productdetails-view .addtocart-area {
  margin: 0 0 10px;
}
.productdetails-view .addtocart-area .product-fields {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 11px;
}
.productdetails-view .addtocart-area .product-fields > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .addtocart-area .product-fields > div:nth-child(2n+1) {
  padding-right: 4%;
}
.productdetails-view .addtocart-area .product-fields > div .chzn-single {
  height: 35px;
  line-height: 35px;
}
.productdetails-view .addtocart-area .product-fields .product-fields-title strong {
  font-family: raleway;
  font-weight: bold;
  margin-bottom: 14px;
  display: inline-block;
}
.productdetails-view .vm-product-rating-container a {
  color: #b3b3b3;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}
.productdetails-view .manufacturer {
  font-weight: 700;
  color: #000;
  display: inline-block;
  float: right;
  margin: 0;
}
.productdetails-view .price-box .product-price .price-crossed {
  margin: 0;
  display: inline-block;
  float: right;
}
.productdetails-view .price-box .product-price .price-crossed > div {
  margin: 5px 0 0 10px;
}
.productdetails-view .price-box .product-price .price-crossed > div > * {
  font-size: 18px;
  font-weight: normal;
  color: #b2b2b2;
  text-decoration: line-through;
  margin: 0;
}
.productdetails-view .price-box .product-price .price-crossed > div > *:before {
  content: "/";
  display: inline-block;
}
.productdetails-view .price-box .product-price .price-crossed > div > *.vm-price-desc {
  display: none;
}
.productdetails-view .price-box .product-price .PricesalesPrice .PricesalesPrice {
  color: #000;
  font-size: 28px;
  font-family: Anton;
}
.productdetails-view .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view .vm-product-rating-container {
  margin: 6px 0 7px;
}
.productdetails-view .product-name {
  margin: 0 0 5px;
  display: inline-block;
}
.productdetails-view .product-name h1 {
  margin: 0;
  font-size: 24px !important;
  color: #000;
  text-transform: capitalize !important;
  display: inline;
  font-weight: 600;
}
.productdetails-view .back-to-category {
  float: right;
}
.productdetails-view .back-to-category > a {
  padding: 5px 0 10px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.productdetails-view .link-share {
  padding: 10px 0 4px;
  overflow: hidden;
}
.productdetails-view .product-short-description-block {
  margin: 0 0 10px;
  padding: 15px 0 10px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.productdetails-view .icons {
  margin-top: 0;
  margin-bottom: 11px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}
.productdetails-view .icons a,
.productdetails-view .icons a:not(.btn) {
  float: left;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #222222 !important;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px 0 0;
}
.productdetails-view .icons a:before,
.productdetails-view .icons a:not(.btn):before {
  font-size: 20px;
}
.productdetails-view .icons a span,
.productdetails-view .icons a:not(.btn) span {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  display: none;
}
.productdetails-view .icons a:hover,
.productdetails-view .icons a:focus,
.productdetails-view .icons a:not(.btn):hover,
.productdetails-view .icons a:not(.btn):focus {
  background: #333333 !important;
}
.productdetails-view .icons.add-to-box-2 {
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}
.productdetails-view .icons.add-to-box-2 > div,
.productdetails-view .icons.add-to-box-2 a {
  margin-bottom: 5px;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist {
  float: left;
  margin-right: 5px;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist a {
  margin: 0 !important;
  background: none;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 0;
  line-height: 50px;
  background: #222222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button:focus,
.productdetails-view .icons.add-to-box-2 .btn-wishlist button:hover,
.productdetails-view .icons.add-to-box-2 .btn-wishlist button.addtofav_aws_icon_active {
  outline: none;
  background: #333333;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button.addtofav_aws_icon_active {
  margin-top: -1px;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button > i {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  text-shadow: none;
}
.productdetails-view .icons.add-to-box-2 #vmcompare {
  padding: 0;
}
.productdetails-view .icons.add-to-box-2 #vmcompare a {
  display: block;
  font-size: 0;
  color: transparent;
  text-align: center;
  border-left: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  background: #222222;
  padding-top: 5px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 0 4px 0 0;
}
.productdetails-view .icons.add-to-box-2 #vmcompare a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f079";
  font-size: 20px;
  color: #fff;
  font-style: normal;
  background: transparent;
  width: 18px;
}
.productdetails-view .icons.add-to-box-2 #vmcompare a:hover {
  background: #333333;
}
.productdetails-view span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
.productdetails-view span.quantity-controls input.quantity-controls {
  height: 14px;
  margin: -9px 0 0 5px;
  border: none;
  width: 15px;
  cursor: pointer;
}
.productdetails-view span.quantity-controls input.quantity-controls.quantity-minus {
  height: 14px;
  margin: 10px 0 0 5px;
  background: url(../images/icon/quantity-controls.png) repeat-x;
  background-position: 15px 0;
}
.productdetails-view span.quantity-controls input.quantity-controls.quantity-plus {
  background: url(../images/icon/quantity-controls.png) no-repeat;
}
.productdetails-view .PricebasePriceWithTax {
  display: inline-block;
  margin-right: 5px;
}
.productdetails-view .PricesalesPriceWithDiscount.vm-price-value {
  width: 100%;
  display: inline-block !important;
}
.productdetails-view .PricesalesPriceWithDiscount.vm-nodisplay {
  margin: 0;
}
.productdetails-view .PricesalesPriceWithDiscount > .PricesalesPriceWithDiscount {
  font-size: 30px;
}
.productdetails-view input.quantity-input {
  height: 45px;
  width: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productdetails-view input.quantity-input:hover,
.productdetails-view input.quantity-input:focus {
  outline: none;
  background: #edf7fd;
}
.productdetails-view .addtocart-button {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 0;
}
.productdetails-view .addtocart-button > .addtocart-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Roboto Slab;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 10px 20px 10px 50px;
  text-shadow: none;
  margin: 0;
  background: url(../images/icon/cart_icon.png) #000 no-repeat 10px 50% !important;
}
.productdetails-view .addtocart-button > .addtocart-button:hover,
.productdetails-view .addtocart-button > .addtocart-button:focus {
  outline: none;
  background-color: #333 !important;
}
.productdetails-view .addtocart-area .product-fields .product-field {
  width: 100%;
}
.productdetails-view .product-field-display .chzn-container {
  display: table-cell;
}
.productdetails-view .product-field-display .chzn-container > a {
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden !Important;
  border: 0;
  height: 30px;
  line-height: 30px;
  color: #9e9e9e;
}
.productdetails-view .product-field-display .chzn-container .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  display: inline-table;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: initial;
}
.productdetails-view .chzn-container .chzn-results .active-result.result-selected,
.productdetails-view .chzn-container .chzn-results .active-result.highlighted {
  background: #f3f3f3;
  color: #9e9e9e;
}
.productdetails-view .chzn-container .chzn-results .active-result:hover {
  background: #f3f3f3;
  color: #9e9e9e;
}
.productdetails-view .customer-reviews,
.productdetails-view .ask-a-question-view .form-field {
  margin: 0;
}
.productdetails-view .in-stock {
  margin-bottom: 14px;
  font-weight: 700;
  color: black;
  display: inline-block;
}
.productdetails-view .in-stock:before {
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  content: "\f046";
  display: inline-block;
  margin-right: 10px;
}
.productdetails-view .in-stock span {
  text-transform: capitalize;
}
.productdetails-view .product-related-products,
.productdetails-view .product-related-categories {
  padding-bottom: 10px;
}
.productdetails-view .product-related-products {
  padding-top: 30px;
  margin-top: -15px;
}
.productdetails-view .product-related-products .list_carousel {
  position: initial;
  padding-right: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .product-related-products .owl-controls {
  top: 26px;
  right: -2px;
}
.productdetails-view .product-related-products .item {
  min-height: 305px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.productdetails-view .product-related-products .ma-box-content {
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .product-related-products .price-box {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #444;
}
.productdetails-view .product-related-products .price-box > div {
  display: inline-block;
  margin: 0 5px 0 0;
}
.productdetails-view .product-related-products .price-box .Priceproduct_price {
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}
.productdetails-view .sharethis {
  margin: 14px 0;
}
.productdetails-view .product-rating {
  display: inline;
  margin-left: 10px;
}
.productdetails-view .product-header {
  margin-top: 1px;
}
.productdetails-view .no-rating {
  margin-bottom: 5px;
}
.productdetails-view .addtocart-area {
  margin: 0 0 10px;
}
.productdetails-view .addtocart-area .product-fields {
  text-align: left;
}
.productdetails-view .product-price {
  display: inline;
}
.productdetails-view .product-fields-title-wrapper {
  min-width: 10em;
  font-family: 'CalibriRegular';
  padding: 0.5em 0;
}
.productdetails-view .product-fields-title-wrapper .product-fields-title:before {
  color: red;
  content: "*";
}
.productdetails-view .spacer-buy-area {
  width: 100% !important;
  float: none !important;
  margin-bottom: 15px;
  padding: 0;
}
.productdetails-view .product-short-description {
  margin: 0 0 4px;
  padding: 0;
}
.productdetails-view .product-description {
  margin: 0;
}
.productdetails-view .addtocart-bar {
  margin: 4px 0 0;
  padding: 0 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
}
.productdetails-view .additional-images {
  margin-top: 10px;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.productdetails-view .additional-images .additional-images-inner {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  max-width: 100px;
}
.productdetails-view .additional-images img {
  width: auto;
  margin-right: 0;
  max-width: 100%;
  border: 1px solid #f4f4f4;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .additional-images .row-fluid,
.productdetails-view .additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.productdetails-view .main-image a {
  display: inline-block;
  padding: 0 0 1px 0;
  border: 1px solid #f5f5f5;
  background: #fff;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .vina-shipping .icon-database:before {
  content: "\f1c0";
}
.productdetails-view .vina-shipping .box-col-inner > .media {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}
.productdetails-view .vina-shipping .box-col-inner > .media .pull-left {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 35px;
  margin-right: 10px;
}
.productdetails-view .vina-shipping .box-col-inner > .media h3 {
  font: 16px/20px CalibriBold, arial;
  text-transform: uppercase;
  margin: 0;
}
.productdetails-view #vina-tab {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view #vina-tab > ul {
  margin: 0;
}
.productdetails-view #vina-tab > ul li {
  float: none;
  font-size: 1.1em;
  line-height: 1em;
  margin: 5px 5px 0 0;
  float: left;
}
.productdetails-view #vina-tab > ul li.active > a,
.productdetails-view #vina-tab > ul li:hover > a,
.productdetails-view #vina-tab > ul li:focus > a {
  background: #e5e5e5;
  color: #000;
  border-bottom: 0;
}
.productdetails-view #vina-tab > ul a {
  display: block;
  padding: 12px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.productdetails-view #vina-tab > .tab-content {
  width: 100%;
  padding: 15px;
  line-height: 25px;
  border: 1px solid #ededed;
  float: left;
  min-height: 174px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view #vina-tab > .tab-content .title {
  display: none;
}
.list-reviews .vote {
  display: block;
}
.caroufredsel_wrapper {
  max-height: 400px;
}
ul#slider {
  overflow: hidden;
  min-height: 400px;
}
ul#slider li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.list_prev,
.list_next {
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 99;
  text-align: center;
  background: #ddd;
  outline: none !important;
  cursor: pointer;
}
.list_prev {
  right: 33px;
}
.list_next {
  right: 0;
}
.product-related-products.vina-lastes-products.vina-bnproducts {
  margin-top: 35px;
}
.product-related-products.vina-lastes-products.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: 89px;
}
.product-related-products.vina-lastes-products.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product-related-products.vina-lastes-products.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div:before {
  line-height: 35px;
}
.product-related-products.vina-lastes-products.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  -webkit-transform: translate(-16px,0);
  -moz-transform: translate(-16px,0);
  -ms-transform: translate(-16px,0);
  -o-transform: translate(-16px,0);
  transform: translate(-16px,0);
}
.product-related-products.vina-lastes-products.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: auto;
  -webkit-transform: translate(16px,0px);
  -moz-transform: translate(16px,0px);
  -ms-transform: translate(16px,0px);
  -o-transform: translate(16px,0px);
  transform: translate(16px,0px);
}
.product-related-products .product_s_desc {
  display: none;
}
.right.vm-continue-shopping {
  margin: 0;
  padding-bottom: 10px;
  line-height: 30px;
}
.logout button[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.logout button[type="submit"]:hover {
  background: #000;
}
.logout .controls {
  width: 100%;
  margin: 0;
  text-align: center;
}
#userForm,
#paymentForm,
#adminForm {
  border: solid #E9E8E8 1px;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#userForm .default,
#paymentForm .default,
#adminForm .default {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: inline-block;
  margin-bottom: 20px;
}
#userForm input[type="radio"],
#paymentForm input[type="radio"],
#adminForm input[type="radio"] {
  margin: -4px 10px 0 0;
}
#userForm input[type="radio"] + label,
#paymentForm input[type="radio"] + label,
#adminForm input[type="radio"] + label {
  display: inline-block;
}
#userForm .buttons-set,
#paymentForm .buttons-set,
#adminForm .buttons-set {
  border: 1px solid rgba(255,255,255,0);
  padding: 20px 0;
}
#userForm button[type="reset"],
#paymentForm button[type="reset"],
#adminForm button[type="reset"] {
  float: right;
  display: inline-block;
  height: 34px;
  font-weight: bold;
}
#userForm button,
#paymentForm button,
#adminForm button {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: inline-block;
  height: 34px;
  font-weight: bold;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
#userForm .buttonBar-right,
#paymentForm .buttonBar-right,
#adminForm .buttonBar-right {
  width: 100%;
  float: left;
  text-align: left;
}
#userForm input,
#paymentForm input,
#adminForm input {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#userForm fieldset a,
#paymentForm fieldset a,
#adminForm fieldset a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  background: transparent;
  max-width: 200px;
}
#userForm fieldset a.chzn-single:hover,
#paymentForm fieldset a.chzn-single:hover,
#adminForm fieldset a.chzn-single:hover {
  background: transparent;
}
#userForm h2,
.vmshop-cart-account.cart-account-login h2,
.vmshop-account.account-login h2,
.vmshop-account.account-logout h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 20px;
}
#userForm .btn-login,
.vmshop-cart-account.cart-account-login .btn-login,
.vmshop-account.account-login .btn-login,
.vmshop-account.account-logout .btn-login {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#userForm .new-users h2,
.vmshop-cart-account.cart-account-login .new-users h2,
.vmshop-account.account-login .new-users h2,
.vmshop-account.account-logout .new-users h2 {
  background: url(../images/i_page1.gif) no-repeat;
}
#userForm .login-users h2,
.vmshop-cart-account.cart-account-login .login-users h2,
.vmshop-account.account-login .login-users h2,
.vmshop-account.account-logout .login-users h2 {
  background: url(../images/i_page2.gif) no-repeat;
  line-height: 20px;
}
#bd_results .logout-users {
  display: inline-block;
  margin-top: 30px;
}
#bd_results h1 {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
}
#bd_results .virtuemart_search input:hover,
#bd_results .virtuemart_search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#bd_results h3.header-search {
  font-size: 18px;
  text-transform: uppercase;
}
#form-login input[type="text"],
#form-login input[type="password"] {
  width: 100%;
  max-width: 170px;
}
#com-form-login-remember label {
  float: left;
}
#com-form-login-remember input[type="checkbox"] {
  margin: 4px 5px 5px 10px;
  float: left;
  display: inline-block;
  height: auto;
}
#checkoutForm {
  display: inline-block;
  border-collapse: separate;
  padding: 0;
}
#checkoutForm .a-center button.vm2-add_quantity_cart {
  font-size: 18px;
  background: transparent !important;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
#checkoutForm .a-center button.vm2-add_quantity_cart:hover {
  background: transparent;
}
#checkoutForm .a-center button.vm2-add_quantity_cart:before {
  font-family: FontAwesome;
  font-size: 22px;
  color: #222;
  padding: 0;
  line-height: 30px;
  margin-left: 5px;
  background: transparent;
  content: "\f021";
}
#checkoutForm .a-center button.vm2-remove_from_cart {
  font-size: 18px;
  background: transparent;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}
#checkoutForm .a-center button.vm2-remove_from_cart:hover {
  background: transparent;
}
#checkoutForm .a-center button.vm2-remove_from_cart:before {
  font-family: FontAwesome;
  font-size: 22px;
  color: #222;
  padding: 0;
  line-height: 30px;
  margin-left: 5px;
  background: transparent;
  content: "\f014";
}
#checkoutForm button[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#checkoutForm button[type="submit"] span {
  text-shadow: none;
}
#checkoutForm .cart-summary tr th {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
}
.vmshop-account h1.header,
#your-account h1.header {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.vmshop-account.account-login p,
.vmshop-account.account-logout p,
#your-account.account-login p,
#your-account.account-logout p {
  color: #888888;
}
.vmshop-account.account-login .content,
.vmshop-account.account-logout .content,
#your-account.account-login .content,
#your-account.account-logout .content {
  width: 100%;
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set,
.vmshop-account.account-logout .buttons-set,
#your-account.account-login .buttons-set,
#your-account.account-logout .buttons-set {
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set > a,
.vmshop-account.account-logout .buttons-set > a,
#your-account.account-login .buttons-set > a,
#your-account.account-logout .buttons-set > a {
  line-height: 31px;
}
.vmshop-account.account-login .buttons-set input,
.vmshop-account.account-login .buttons-set .vina-button,
.vmshop-account.account-logout .buttons-set input,
.vmshop-account.account-logout .buttons-set .vina-button,
#your-account.account-login .buttons-set input,
#your-account.account-login .buttons-set .vina-button,
#your-account.account-logout .buttons-set input,
#your-account.account-logout .buttons-set .vina-button {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#com-form-login-username input,
#com-form-login-password input {
  height: 35px;
  padding: 4px 10px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login-users .link-registration {
  font-weight: bold;
}
#page-order .order-view,
#page-order .login-users {
  display: inline-block;
  border: 1px solid #f2f2f2;
  margin: 25px 0 0;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-order .order-view h2,
#page-order .login-users h2 {
  background: url(../images/i_page2.gif) no-repeat;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 20px;
}
#page-order #form-login [class*="span"] {
  display: inline-block;
  width: 100%;
  margin: 0;
}
#page-order #form-login label {
  display: inline-block;
}
#page-order form {
  display: inline-block;
}
#page-order input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  height: 34px;
  margin-bottom: 20px;
}
#page-order input[type="submit"] {
  border: 0;
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#page-order #com-form-order-submit {
  display: inline-block;
  width: 100%;
}
#page-order #com-form-order-number {
  margin-right: 20px;
}
#vina-description ul,
#vina-description ol {
  margin: 0 0 10px 25px;
}
#vina-description ul li,
#vina-description ol li {
  list-style: initial;
}
.product-neighbours {
  color: #000;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.product-neighbours a.previous-page,
.product-neighbours a.next-page {
  font-size: 1.1em;
  font-weight: bold;
  line-height: normal;
  background-image: none !important;
}
.product-neighbours a.previous-page:before,
.product-neighbours a.next-page:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.product-neighbours a.previous-page {
  padding-left: 0px;
  float: left;
}
.product-neighbours a.previous-page:before {
  content: "\f177";
  float: left;
  margin-right: 10px;
}
.product-neighbours a.next-page {
  padding-right: 0px;
  float: right;
}
.product-neighbours a.next-page:before {
  content: "\f178";
  float: right;
  margin-left: 10px;
}
#wk_compare .add_compare {
  float: right;
}
#wk_compare .add_continue a {
  background: #fff !important;
}
#wk_compare .add_continue a,
#wk_compare .add_compare a {
  font-size: 14px !important;
  padding: 10px !important;
  line-height: 12px !important;
  width: auto;
  height: auto;
  display: inline-block !important;
  font-family: Roboto !important;
  box-sizing: border-box !important;
  background: #fff;
  font-weight: 500;
}
.vina-vmwishlist .header {
  border-bottom: 4px solid #000;
  margin-bottom: -4px;
}
.vina-vmwishlist .header span {
  padding: 0 0 15px;
  display: block;
  font-family: Raleway;
  font-weight: bold;
  line-height: 26px;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.vina-vmwishlist .mod-inner {
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-top: 25px;
}
.vina-vmwishlist .vm-wishlist-products {
  padding: 0 29px;
}
.vina-vmwishlist .product {
  border: 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.vina-vmwishlist .product:last-child {
  margin-bottom: 0;
}
.vina-vmwishlist .favoriteslist {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #262626;
  display: block;
  font-weight: normal;
}
.vina-vmwishlist .favoriteslist b {
  font-weight: 600;
}
.vina-vmwishlist .product-title {
  padding-left: 20px;
  line-height: 20px;
}
.vina-vmwishlist .product-title a {
  padding-top: 5px;
  text-transform: capitalize !important;
  font-family: 'Raleway';
  color: #262626;
  display: block;
  font-weight: 500 !important;
}
.compare-main {
  margin-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.compare-main * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.compare-main .product-details-inner a {
  color: #262626;
}
.compare-main .addtocart-bar {
  text-align: left;
}
.compare-main .addtocart-area {
  margin-top: -8px;
}
.compare-main .addtocart-button {
  position: relative;
  margin: 0;
  z-index: 0;
}
.compare-main .addtocart-button > .addtocart-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Roboto Slab;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 10px 20px 10px 50px;
  text-shadow: none;
  margin: 0;
  background: url(../images/icon/cart_icon.png) #000 no-repeat 10px 50% !important;
}
.compare-main .addtocart-button > .addtocart-button:hover,
.compare-main .addtocart-button > .addtocart-button:focus {
  outline: none;
  background-color: #333 !important;
}
.compare-main .product-details-inner-description {
  font-size: 13px;
  line-height: 18px;
}
.compare-main .comapre-details > div {
  font-weight: bold;
}
.compare-main strong {
  font-weight: bold;
}
#page-my-wishlist .fav_title {
  margin-bottom: 30px;
}
#page-my-wishlist img {
  margin-top: 20px;
}
#page-my-wishlist .prod_name {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
}
#page-my-wishlist .fav_addtocart-area {
  margin-left: 0 !important;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar {
  text-align: center;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.quantity-box {
  width: auto;
  float: none;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.addtocart-button {
  text-align: center;
  margin-top: 0;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.addtocart-button input {
  display: inline-block;
}
#page-my-wishlist input.quantity-input {
  height: 45px;
  width: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-my-wishlist input.quantity-input:hover,
#page-my-wishlist input.quantity-input:focus {
  outline: none;
  background: #edf7fd;
}
#page-my-wishlist span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 1px;
}
#page-my-wishlist span.quantity-controls input.quantity-controls {
  height: 14px;
  margin: -9px 0 0 5px;
  border: none;
  width: 15px;
  cursor: pointer;
}
#page-my-wishlist span.quantity-controls input.quantity-controls.quantity-minus {
  height: 14px;
  margin: 10px 0 0 5px;
  background: url(../images/icon/quantity-controls.png) repeat-x;
  background-position: 15px 0;
}
#page-my-wishlist span.quantity-controls input.quantity-controls.quantity-plus {
  background: url(../images/icon/quantity-controls.png) no-repeat;
}
#page-my-wishlist .addtocart-button {
  position: relative;
  margin: 0;
  z-index: 0;
}
#page-my-wishlist .addtocart-button > .addtocart-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 25px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Roboto Slab;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 10px 20px 10px 50px;
  text-shadow: none;
  margin: 0;
  background: url(../images/icon/cart_icon.png) #000 no-repeat 10px 50% !important;
}
#page-my-wishlist .addtocart-button > .addtocart-button:hover,
#page-my-wishlist .addtocart-button > .addtocart-button:focus {
  outline: none;
  background-color: #333 !important;
}
#page-my-wishlist .art-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  background-image: none;
  background: none;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 8px solid #9d9d9d;
  margin-left: -7px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.jutooltip .jutooltip-content {
  color: #fff;
  padding: 6px 10px;
  background-image: none;
  background-color: #9d9d9d;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.vm-list-products .virtuemart_search .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.vm-list-products .virtuemart_search input[type="submit"] {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: inline-block;
  height: 35px;
}
table.cart-summary.proopc-table-striped tr th,
table.cart-summary.proopc-table-striped tr td {
  border-top: 1px solid #e5e5e5;
}
table.cart-summary.proopc-table-striped tr td {
  border-color: 1px solid #e5e5e5;
}
.proopc-reg-form .proopc-inner.with-switch {
  display: inline-block;
  width: 100%;
}
.proopc-empty-continue-link .proopc-btn {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#ProOPC.cart-view .proopc-continue-link a,
#ProOPC.cart-view button[type="submit"],
#ProOPC.cart-view button[type="button"] {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-weight: bold;
  display: inline-block;
}
#ProOPC.cart-view .proopc-continue-link a:hover,
#ProOPC.cart-view .proopc-continue-link a:focus,
#ProOPC.cart-view button[type="submit"]:hover,
#ProOPC.cart-view button[type="submit"]:focus,
#ProOPC.cart-view button[type="button"]:hover,
#ProOPC.cart-view button[type="button"]:focus {
  outline: none;
  text-decoration: initial;
}
#ProOPC.cart-view .proopc-continue-link a {
  float: right;
}
#ProOPC.cart-view .proopc-p-price .PricediscountedPriceWithoutTax {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  font-family: raleway;
}
#ProOPC.cart-view .PricetaxAmount,
#ProOPC.cart-view .PricediscountAmount {
  font-weight: normal;
  color: #b2b2b2;
  font-size: 14px;
}
#ProOPC.cart-view .PricediscountedPriceWithoutTax {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: Anton;
  display: inline-block;
}
#ProOPC.cart-view #form-usersearch .proopc-field-group button,
#ProOPC.cart-view .proopc-form-inline .proopc-field-group button {
  margin: 0 10px;
}
#ProOPC.cart-view .col-total .line-through,
#ProOPC.cart-view .col-total .PricebillTaxAmount,
#ProOPC.cart-view .col-total .PricebillDiscountAmount {
  font-weight: normal;
  color: #b2b2b2;
  font-size: 14px;
}
#ProOPC.cart-view .col-total .PricesalesPrice,
#ProOPC.cart-view .col-total .PricebillTotal {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: Anton;
  display: inline-block;
}
#ProOPC.cart-view .inner-wrap,
#ProOPC.cart-view .proopc-shipments,
#ProOPC.cart-view .proopc-cartlist {
  display: inline-block;
  width: 100%;
}
#ProOPC.cart-view .proopc-shipments {
  max-width: 380px;
}
#ProOPC.cart-view select {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-table-striped {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-process-title {
  border-bottom: 1px solid #e5e5e5;
}
#ProOPC.cart-view #proopc-st-address {
  border: 0;
}
#ProOPC.cart-view .proopc-st-address {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view input[type="text"],
#ProOPC.cart-view input[type="password"] {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ProOPC.cart-view .proopc-login .proopc-inner {
  display: inherit;
}
#ProOPC.cart-view button:focus {
  outline: none;
}
#ProOPC.cart-view .proopc-change-shopper-inner {
  display: inline-block;
}
#ProOPC.cart-view .proopc-change-shopper-cont {
  border-bottom: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-change-shopper-title {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  color: #000;
}
#ProOPC.cart-view .proopc-register-login h3,
#ProOPC.cart-view .proopc-login h3 {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  font-weight: bold;
  color: #000;
}
#ProOPC.cart-view .proopc-register-login > .proopc-inner,
#ProOPC.cart-view .proopc-login > .proopc-inner {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-input-append input[type="text"].proopc-qty-input {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view #proopc-carttable-form table thead tr th span {
  font-weight: bold;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped {
  border: 1px solid #e5e5e5;
  border-top: 0;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr th,
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr td {
  background: transparent;
  border-right: 1px solid #e5e5e5;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr th.col-total .line-through,
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr td.col-total .line-through {
  font-weight: normal;
  color: #b2b2b2;
  font-size: 14px;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr th.col-total .PricesalesPrice,
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr td.col-total .PricesalesPrice {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: Anton;
  display: inline-block;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr.blank-row {
  display: none;
}
@font-face {
  font-family: 'SFUAGBuchStencilBQMedium';
  src: url('../fonts/sfuagbuchstencilbqmedium.eot');
  src: url('../fonts/sfuagbuchstencilbqmedium.eot') format('embedded-opentype'), url('../fonts/sfuagbuchstencilbqmedium.woff2') format('woff2'), url('../fonts/sfuagbuchstencilbqmedium.woff') format('woff'), url('../fonts/sfuagbuchstencilbqmedium.ttf') format('truetype'), url('../fonts/sfuagbuchstencilbqmedium.svg#SFUAGBuchStencilBQMedium') format('svg');
}
body {
  font-weight: normal;
  font-size: 13px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: inherit;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.home-btn-right .vina-bold {
  font-weight: bold;
}
.home-btn-right #products-timers {
  margin: 52px 0 0;
  padding-bottom: 16px;
  border: none;
}
.home-btn-right #products-timers:before {
  background: transparent;
}
.home-btn-right .vina-bnproducts.new-products .header {
  padding: 9px 0 0;
  margin: 0 0 61px;
}
.home-btn-right .vina-bnproducts.new-products .header:before {
  top: 74px;
}
.home-btn-right .vina-bnproducts.new-products .vina-carousel-virtuemart .product-price {
  font-size: 20px;
}
.home-btn-right .vina-bnproducts.product-related-products.vina-lastes-products .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: 39px;
  right: 50px;
}
.home-btn-right .vina-bnproducts.product-related-products .header {
  margin: 0 0 19px;
}
.home-btn-right .vina-bnproducts.product-related-products .header:before {
  top: 101px;
}
.home-btn-right .vina-bnproducts .header {
  text-align: left;
  padding: 8px 0 0;
  margin: 0 0 64px;
}
.home-btn-right .vina-bnproducts .header:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  content: "";
  top: 75px;
  left: 0;
  height: 5px;
  background: #000;
}
.home-btn-right .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: auto;
  top: 0;
}
.home-btn-right #featured-products .banner-products.module,
.home-btn-right #products-bestseller .banner-products.module {
  margin-top: 77px;
}
.home-btn-right #featured-products {
  margin-top: 0;
}
.home-btn-right .vina-tab-products.module {
  margin-top: 0;
}
.home-btn-right .vina-tab-products.module.all-products {
  margin-top: -53px;
}
.home-btn-right .vina-tab-products .header {
  text-align: left;
  top: 46px;
  position: relative;
}
.home-btn-right .vina-tab-products .header span {
  position: relative;
  z-index: 2;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale {
  margin-top: 0;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content:before {
  top: 48px;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: -8px;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul {
  margin: 7px 0 18px 0 !Important;
  text-align: left;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li {
  padding: 0px;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li:first-child a {
  padding: 10px 25px 0 0;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li:last-child {
  border-right: none;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li.active a {
  font-size: 28px;
  color: #545454;
  -webkit-transform: translate(0px,4px);
  -moz-transform: translate(0px,4px);
  -ms-transform: translate(0px,4px);
  -o-transform: translate(0px,4px);
  transform: translate(0px,4px);
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li a {
  margin: 0;
  line-height: 10px;
  padding: 10px 25px 0;
  text-transform: uppercase;
  cursor: pointer;
  color: #545454;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li a .vina-bold {
  color: #545454;
}
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li a:hover,
.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li a:focus {
  color: #545454;
}
.home-btn-right .vina-tab-products .tab-category > ul {
  margin: 11px 109px 28px 0;
  text-align: right;
}
.home-btn-right .vina-tab-products .tab-category > ul li {
  padding: 10px 14px 0;
  border-right: 3px double #e5e5e5;
}
.home-btn-right .vina-tab-products .tab-category > ul li a {
  padding: 0;
  font-weight: 400;
  line-height: 10px;
  color: #454545;
}
.home-btn-right .vina-tab-products .tab-category > ul li a:hover,
.home-btn-right .vina-tab-products .tab-category > ul li a:focus {
  border-color: transparent;
}
.home-btn-right .vina-tab-products .tab-category > ul li.active a {
  border-color: transparent;
}
.home-btn-right .vina-tab-products .tab-category .tab-content:before {
  position: absolute;
  z-index: 1;
  top: 54px;
  border-top: 4px solid black;
  content: "";
  left: 0;
  width: 100%;
}
.home-btn-right .vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: -17px;
}
.home-btn-right .vina-header-center .header {
  text-align: left;
  position: relative;
  top: 49px;
  z-index: 1;
}
.home-btn-right .vina-carousel-content.owl-theme .owl-controls {
  left: auto;
  right: 15px;
  z-index: 1;
}
.home-btn-right #sp-position2 {
  margin-top: -41px;
}
.home-btn-right #brand-logo {
  border: none;
  margin: -12px 0 0;
  padding-top: 0;
}
.home-btn-right #brand-logo:before {
  background: transparent;
}
.home-btn-right .vina-brand-logo .header {
  padding-bottom: 11px;
}
.home-btn-right .vina-manufacturers-virtuemart:before {
  border-top: 4px solid black;
  top: 60px;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  content: "";
}
.home-btn-right .vina-manufacturers-virtuemart .caroufredsel_wrapper {
  margin: 21px 0 40px !important;
}
.home-btn-right .vina-manufacturers-virtuemart .vina-prev,
.home-btn-right .vina-manufacturers-virtuemart .vina-next {
  left: auto;
  top: 0px !important;
}
.home-btn-right .vina-manufacturers-virtuemart .vina-next {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.home-btn-right .vina-manufacturers-virtuemart .vina-prev {
  -webkit-transform: translate(-32px,0);
  -moz-transform: translate(-32px,0);
  -ms-transform: translate(-32px,0);
  -o-transform: translate(-32px,0);
  transform: translate(-32px,0);
}
.home-btn-right .vina-news-letter .header span {
  color: #fff;
}
.vina-home-full-1 #sp-featured-products-wrapper {
  margin-bottom: 52px;
}
.vina-home-full-1 .vina-tab-products .header {
  font-size: 24px;
}
.vina-home-full-1 .vina-header-center .header {
  font-size: 24px;
}
.vina-home-full-1 .vina-bnproducts .header {
  font-size: 24px;
}
.vina-home-full-2 .vina-contact .block-header span {
  color: #808080;
  border-left: 1px solid #808080;
}
.vina-home-full-2.home-btn-right #featured-products .banner-products.module,
.vina-home-full-2.home-btn-right #products-bestseller .banner-products.module {
  margin-top: 80px;
}
.vina-home-full-2.home-btn-right #featured-products .banner-products.module img,
.vina-home-full-2.home-btn-right #products-bestseller .banner-products.module img {
  max-height: 399px;
}
.vina-home-full-2 #sp-top-wrapper {
  border-bottom: 0;
  background: #000;
  color: #808080;
}
.vina-home-full-2 #sp-top2 .top-hover .btn > a {
  border-right: 1px solid #808080;
  color: #808080;
}
.vina-home-full-2 #sp-top2 .top-hover.menu-account .btn a {
  background: url(../images/icon/my_account_home2.png) no-repeat 0 50%;
}
.vina-home-full-2 #cur_form a,
.vina-home-full-2 #cur_form span,
.vina-home-full-2 #cur_form p,
.vina-home-full-2 #mod_languages a,
.vina-home-full-2 #mod_languages span,
.vina-home-full-2 #mod_languages p {
  color: #808080;
}
.vina-home-full-2 #cur_form .bootstrap-select .filter-option,
.vina-home-full-2 #mod_languages .bootstrap-select .filter-option {
  border-right: 1px solid #808080;
}
.vina-home-full-2 .vina-vmsearch #mod_virtuemart_search {
  top: 57px;
}
.vina-home-full-2 #vmCartModule .mini-cart-content {
  top: 57px;
}
.vina-home-full-2 #vmCartModule {
  margin: 26px 0 0;
}
.vina-home-full-2 #sp-header-wrapper .search {
  margin: 26px 0 0;
  height: 53px;
}
#sp-header-logo-wrapper {
  border-bottom: 1px solid #e5e5e5;
}
#sp-logo2 .logo {
  margin-top: 19px;
}
#vina-shipping-2 .banner-box-inner {
  padding: 28px 15px;
  border-left: 1px solid #e5e5e5;
}
#vina-shipping-2 .banner-box-inner.banner-box3 {
  border-right: 1px solid #e5e5e5;
}
#vina-shipping-2 .banner-box-inner:hover .banner-icon img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#vina-shipping-2 .banner-box-inner .banner-icon {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 54px;
}
#vina-shipping-2 .banner-box-inner .banner-icon img {
  margin: 0;
  margin-top: -6px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#vina-shipping-2 .banner-box-inner .banner-content {
  padding: 8px 0 0 8px;
}
#vina-shipping-2 .banner-box-inner .banner-content h2 {
  font-family: Raleway;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#vina-shipping-2 .banner-box-inner .banner-content p {
  margin: 0;
  color: #6b6b6b;
  font-size: 13px;
}
.vina-home-box-1 {
  background: url(../images/bg/bg.png);
}
.vina-home-box-1 > .container {
  background: #fff;
  -webkit-box-shadow: 0 -5px 3px 3px #e5e5e5;
  -moz-box-shadow: 0 -5px 3px 3px #e5e5e5;
  box-shadow: 0 -5px 3px 3px #e5e5e5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vina-home-box-1 #sp-top-wrapper,
.vina-home-box-1 #sp-header-wrapper {
  padding: 0 30px;
  margin: 0 -30px;
}
.vina-home-box-1 #sp-header-wrapper {
  border-bottom: 4px solid #000;
}
.vina-home-box-1 #sp-header-wrapper.fix-header {
  left: 0;
}
.vina-home-box-1 #vina-shipping .banner-box {
  margin: 41px 0 49px;
}
.vina-home-box-1 #vina-shipping .banner-box h2 {
  margin: 15px 0 12px;
}
.vina-home-box-1 #vina-shipping .banner-box p {
  line-height: 17px;
}
.vina-home-box-1 #sp-users-wrapper .container,
.vina-home-box-1 #sp-vina-social-wrapper .container,
.vina-home-box-1 #sp-bottom-wrapper .container,
.vina-home-box-1 #sp-footer-wrapper .container {
  padding: 0 30px;
}
.vina-home-box-1 .vina-news-letter .acymailing_module_form .acyfield_email input {
  width: 273px !important;
}
.vina-home-box-1 .vina-inner-banner.custom {
  margin: 30px 0 -19px;
}
.vina-home-box-2 .logo-wrapper a {
  display: block;
  padding: 22px 20px 18px;
  background-color: #000;
  text-decoration: none !important;
}
.vina-home-box-2 .logo-wrapper a .logo {
  margin-top: 0 !Important;
}
.vina-home-box-2 .vina-vmsearch #mod_virtuemart_search {
  top: 68px;
}
.vina-home-box-2 #sp-search {
  margin-left: -6px;
}
.vina-home-box-2 .vina-right-banner .banner-box2 {
  margin-top: 28px;
}
.vina-home-box-2 #sp-header-wrapper.fix-header:before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #000;
  content: "";
}
.vina-home-box-2 #sp-header-wrapper .search {
  height: 68px;
}
.vina-home-box-2 #header {
  border-bottom: 4px solid #000;
  border-right: 1px solid #e5e5e5;
}
.vina-home-box-2 #sp-position1-wrapper {
  border-bottom: 0;
  margin: 0;
  padding: 49px 0;
}
.vina-home-box-2 #sp-position1-wrapper:after {
  background: none;
}
.vina-home-box-2 .vina-tab-products .header {
  font-size: 28px;
}
.vina-home-box-2 .vina-treeview-virtuemart {
  background: #000;
}
.vina-home-box-2 .vina-treeview-virtuemart ul.level0 {
  padding: 20px 0;
}
.vina-home-box-2 .vina-treeview-virtuemart ul li {
  background: none !important;
}
.vina-home-box-2 .vina-treeview-virtuemart ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #1a1a1a;
  font-size: 14px;
  line-height: 48px;
  font-weight: normal;
  padding: 0 10px;
  display: block;
  cursor: pointer;
  border-left: 5px solid transparent;
  text-transform: uppercase;
}
.vina-home-box-2 .vina-treeview-virtuemart ul li a:hover,
.vina-home-box-2 .vina-treeview-virtuemart ul li a:focus {
  background: #1a1a1a;
  border-color: #484848;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview li {
  padding: 0;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview li.collapsable a {
  background: #1a1a1a;
  border-color: #484848;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview ul {
  background: #000;
  margin-top: 0;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview ul.sub-menu > li > a {
  padding-left: 25px;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview ul.sub-menu > li > ul > li > a {
  padding-left: 50px;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview .hitarea {
  float: right;
  color: #fff;
  display: block;
  height: 14px;
  padding: 0;
  width: 14px;
  border: 0;
  background: url(../images/icon/menu_down_up.png);
  margin: 17px 10px;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview .hitarea.expandable-hitarea {
  background-position: no-repeat 0 0;
}
.vina-home-box-2 .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea {
  background-position: 0 100%;
}
.vina-home-box-2.home-btn-right .vina-tab-products .tab-category > ul {
  margin: 11px 109px 15px 0;
}
.vina-home-box-2.home-btn-right .vina-tab-products .header {
  top: 45px;
}
.vina-home-box-2.home-btn-right .vina-tab-products .tab-content:before {
  top: 41px;
}
.vina-home-box-2.home-btn-right .vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: -13px;
}
.vina-home-box-2 .vina-latest-blog.module {
  margin-top: -54px;
}
.vina-home-box-2 .vina-latest-blog .header {
  font-size: 28px;
  line-height: 40px;
}
.vina-home-box-2 .vina-inner-banner.module {
  margin-bottom: -17px;
}
.vina-home-box-2 #sp-users-wrapper,
.vina-home-box-2 #sp-vina-social-wrapper,
.vina-home-box-2 #sp-bottom-wrapper {
  background: transparent;
}
.vina-home-box-2 #sp-users-wrapper .container,
.vina-home-box-2 #sp-vina-social-wrapper .container,
.vina-home-box-2 #sp-bottom-wrapper .container {
  padding: 0 30px;
}
.vina-home-box-2 .vina-brand-logo .header {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 0px;
  margin-bottom: -2px;
}
.vina-home-box-2.home-btn-right .vina-manufacturers-virtuemart .vina-prev,
.vina-home-box-2.home-btn-right .vina-manufacturers-virtuemart .vina-next {
  top: 11px !important;
}
.vina-home-box-2.home-btn-right .vina-manufacturers-virtuemart .caroufredsel_wrapper {
  margin: 21px 0 -2px !important;
}
.vina-home-box-2 .vina-rdproduct.module {
  position: relative;
  margin-top: 40px;
}
.vina-home-box-2 .vina-rdproduct.module .header:before {
  top: 55px !important;
}
.vina-ticker-virtuemart .vina-items-wrapper .product-price {
  font-size: 20px;
}
.vina-ticker-virtuemart .vina-items-wrapper .product-title {
  text-align: left;
}
.vina-ticker-virtuemart .vm-product-rating-container {
  margin: 7px 0;
}
.vina-ticker-virtuemart .vm-product-rating-container .amount a {
  font-size: 11px;
  height: 11px;
  color: #b3b3b3 !important;
  text-transform: capitalize;
  font-family: Roboto Condensed;
  font-style: italic;
}
.vina-top-sellers.module {
  margin: 41px 0 47px;
}
.vina-top-sellers .header {
  margin-bottom: -14px !important;
}
.vina-top-sellers .header span {
  position: relative;
  z-index: 1;
}
.vina-top-sellers .vina-ticker-virtuemart .header-block {
  margin-top: -12px;
  top: -24px;
}
.vina-top-sellers .vina-ticker-virtuemart .header-block:before {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: -24px;
  content: "";
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span.up,
.vina-top-sellers .vina-ticker-virtuemart .header-block span.down {
  width: 33px;
  height: 35px;
  top: 0;
  font-size: 0;
  z-index: 1;
  display: block;
  float: left;
  color: #ccc;
  border: 1px solid #ccc;
  background: none;
  text-indent: 0;
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span.up:before,
.vina-top-sellers .vina-ticker-virtuemart .header-block span.down:before {
  display: block;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  font-family: FontAwesome;
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span.up {
  right: 32px;
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span.up:before {
  content: "\f106";
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span.down:before {
  content: "\f107";
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span.toggle {
  display: none;
}
.vina-top-sellers .vina-ticker-virtuemart .header-block span:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.vina-top-sellers .vina-items-wrapper {
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.vina-top-sellers .vina-items-wrapper .vina-items .vina-item {
  border-bottom: 1px solid #e5e5e5 !important;
  margin: 0 20px !important;
  -webkit-border-radius: 0 !Important;
  -moz-border-radius: 0 !Important;
  border-radius: 0 !Important;
}
.vina-top-sellers .vina-items-wrapper .vina-items .vina-item .des_img {
  width: 40%;
}
.vina-top-sellers .vina-items-wrapper .vina-items .vina-item .des_content {
  width: 60%;
  margin-left: 0;
  padding-left: 8px;
}
.vina-top-sellers .vina-items-wrapper .vina-items .vina-item .des_content .product-title {
  text-transform: capitalize;
  font-size: 14px;
  margin: 5px 0;
  line-height: 20px;
  font-family: raleway;
}
.vina-top-sellers .vina-items-wrapper .vina-items .vina-item .des_content a {
  text-decoration: none;
}
.vina-top-sellers .vina-items-wrapper .vina-items .vina-item .des_content a:hover {
  color: #9d9d9d !important;
}
#sp-left h3.header,
#sp-right h3.header {
  font-size: 22px;
  line-height: 30px;
  padding: 10px 0 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner.effect-apollo {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%;
}
.banner.effect-apollo:after {
  pointer-events: none;
  position: absolute;
  content: "";
  opacity: 0.5;
  margin: auto;
  border: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner.effect-apollo:hover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.5);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.banner.effect-apollo:hover:after {
  border: 3px solid #fff;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}
#sp-top-wrapper {
  border-bottom: 1px solid #e5e5e5;
}
.vina-contact .welcome-msg {
  margin: 0;
  line-height: 46px;
  text-align: center;
  float: left;
  font-family: tahoma;
}
.vina-contact .block-header {
  float: left;
  line-height: 16px;
  padding: 15px 0;
  margin-left: 15px;
  font-family: tahoma;
  font-size: 12px;
}
.vina-contact .block-header span {
  padding: 0 15px;
  border-left: 1px solid #e5e5e5;
}
.vina-clear {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-vmsearch {
  position: relative;
  z-index: 1;
}
.vina-vmsearch > .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 0;
  text-shadow: none;
  padding: 0;
}
.vina-vmsearch > .button span {
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  height: 33px;
  background: none;
  width: 51px;
  line-height: 33px;
  color: #fff;
  font-size: 0;
  border-radius: 0;
  display: inline-block;
}
.vina-vmsearch > .button span span {
  padding: 0;
  background: url(../images/icon/search_icon.png) no-repeat 50% 0;
  border: 0;
}
.vina-vmsearch #mod_virtuemart_search {
  position: absolute;
  top: 71px;
  right: 0;
  border: 0;
  width: 260px;
  padding: 7px 15px;
  background: #000;
  height: 35px;
  line-height: 21px;
  display: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 0;
}
#vmCartModule {
  margin: 36px 0 0;
  cursor: pointer;
  height: 28px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #d7d7d7;
  padding-left: 10px;
}
#vmCartModule .top-cart-contain {
  position: relative;
  padding: 0 15px 3px;
  float: left;
  height: 71px;
  background: url(../images/icon/topcart.png) no-repeat 50% 0;
  width: 40px;
}
#vmCartModule .mini-cart-content {
  display: none;
  width: 230px;
  position: absolute;
  top: 71px;
  right: 0;
  background: #fff;
  padding: 15px;
  text-align: left;
  box-shadow: 0 2px 5px 1px #aaa;
}
#vmCartModule .mini-cart-content .empty > div {
  display: inline-block;
}
#vmCartModule .mini-cart-content .empty > div.cart_des3 {
  display: inline;
}
#vmCartModule .top-cart-content {
  margin-bottom: 10px;
}
#vmCartModule .cart-actions a {
  color: #000;
  font-weight: 500;
}
#vmCartModule .total {
  margin-top: 8px;
  color: #000;
}
#sp-top2 .module {
  float: right;
  margin: 0;
  padding: 0;
}
#sp-top2 .top-hover .dropdown-menu {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: inherit;
  background: #2c2c2c;
}
#sp-top2 .top-hover .dropdown-menu li {
  border-bottom: 1px solid #292929;
}
#sp-top2 .top-hover .dropdown-menu li.active a {
  color: #fff;
  background: none;
}
#sp-top2 .top-hover .dropdown-menu li:focus {
  outline: none;
}
#sp-top2 .top-hover .dropdown-menu li a {
  text-align: left;
  padding: 0;
  font-size: 12px;
  line-height: 35px;
  padding: 0 22px;
  display: block;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
  color: #7f7f7f;
  font-family: raleway;
  font-weight: 500;
}
#sp-top2 .top-hover .dropdown-menu li a:hover,
#sp-top2 .top-hover .dropdown-menu li a:focus {
  color: #fff;
  background: none;
}
#sp-top2 .top-hover .dropdown-menu li:hover a {
  color: #fff;
  background: none;
}
#sp-top2 .top-hover .dropdown-menu li:last-child {
  border-bottom: 0;
}
#sp-top2 .top-hover.menu-account .btn {
  padding: 15px 0 15px 15px;
}
#sp-top2 .top-hover.menu-account .btn a {
  border: 0;
  background: url(../images/icon/my_account.png) no-repeat 0 50%;
  padding-left: 26px;
  padding-right: 0;
}
#sp-top2 .top-hover .btn {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
#sp-top2 .top-hover .btn > a {
  line-height: 16px;
  display: block;
  color: #454545;
  text-align: center;
  text-transform: capitalize;
  font-family: raleway;
  font-weight: 500;
  font-size: 12px;
  padding: 0 15px;
  border-right: 1px solid #e5e5e5;
}
#sp-top2 .top-hover .btn > a:after {
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  font-family: FontAwesome;
  content: "\f107";
}
#sp-top2 .top-hover .btn .caret {
  display: none;
}
.vina-slide-show .vina-camera-slider .camera_caption > div {
  background: none;
  padding: 0;
}
.vina-slide-show.slide-style1 .camera_prev,
.vina-slide-show.slide-style1 .camera_next {
  background: none;
  width: 49px;
  height: 49px;
}
.vina-slide-show.slide-style1 .camera_prev >span,
.vina-slide-show.slide-style1 .camera_next >span {
  cursor: pointer;
  display: block;
  height: 49px;
  margin: -25px 0 0;
  text-indent: -9999px;
  width: 49px;
  z-index: 9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.vina-slide-show.slide-style1 .camera_prev >span:hover,
.vina-slide-show.slide-style1 .camera_next >span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-slide-show.slide-style1 .camera_prev {
  left: 20px;
}
.vina-slide-show.slide-style1 .camera_prev > span {
  background-position: 0 0 !important;
}
.vina-slide-show.slide-style1 .camera_next {
  right: 20px;
}
.vina-slide-show.slide-style1 .camera_next > span {
  background-position: 100% 0 !important;
}
.vina-slide-show.slide-style1 .cameraContent.cameracurrent .img_small .model1 {
  top: 0 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-animation: moveFromTop 1.5s linear 1;
  -moz-animation: moveFromTop 1.5s linear 1;
  animation: moveFromTop 1.5s linear 1;
}
.vina-slide-show.slide-style1 .camera_caption {
  color: #fff;
}
.vina-slide-show.slide-style1 .camera_caption.body_des {
  left: auto !important;
  right: 0 !important;
}
.vina-slide-show.slide-style1 .camera_caption > div > * {
  position: absolute;
}
.vina-slide-show.slide-style1 .camera_caption.body_des > div > * {
  left: -53%;
}
.vina-slide-show.slide-style1 .img_small {
  margin-left: -238px;
}
.vina-slide-show.slide-style1 .img_small .model1 {
  position: absolute;
  top: -100% !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.vina-slide-show.slide-style1 .title {
  font-size: 85px;
  text-transform: capitalize;
  font-family: 'Raleway';
  text-align: left;
  line-height: 65px;
  width: auto;
  top: 36px;
}
.vina-slide-show.slide-style1 .subtitle {
  top: 50%;
  margin-top: -100px;
  font-size: 112px;
  line-height: 100px;
  font-family: 'Raleway';
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: auto;
  z-index: 999999;
}
.vina-slide-show.slide-style1 .intro {
  left: 0;
  top: 50%;
  font-size: 20px;
  font-family: 'raleway';
  color: #fff;
  font-weight: normal !important;
  text-transform: capitalize;
  width: auto;
  z-index: 999999;
  line-height: 28px;
}
.vina-slide-show.slide-style1 .link {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Raleway;
  font-weight: bold;
  top: 50%;
  margin-top: 70px;
  z-index: 1;
}
.vina-slide-show.slide-style1 .link a {
  color: #01c3c2;
  background: #fff;
  line-height: 40px;
  padding: 10px 30px;
  display: inline-block;
}
.vina-slide-show.slide-style1 .link a:hover,
.vina-slide-show.slide-style1 .link a:focus {
  background: #000;
  color: #fff;
  outline: none;
}
.vina-slide-show.slide-style2 .camera_prev,
.vina-slide-show.slide-style2 .camera_next {
  background: none;
  width: 49px;
  height: 49px;
}
.vina-slide-show.slide-style2 .camera_prev >span,
.vina-slide-show.slide-style2 .camera_next >span {
  cursor: pointer;
  display: block;
  height: 48px;
  margin: -25px 0 0;
  text-indent: -9999px;
  width: 48px;
  z-index: 9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.vina-slide-show.slide-style2 .camera_prev {
  left: 20px;
}
.vina-slide-show.slide-style2 .camera_prev > span {
  background-position: 0 0 !important;
}
.vina-slide-show.slide-style2 .camera_prev > span:hover {
  background-position: 0 100% !important;
}
.vina-slide-show.slide-style2 .camera_next {
  right: 20px;
}
.vina-slide-show.slide-style2 .camera_next > span {
  background-position: 100% 0 !important;
}
.vina-slide-show.slide-style2 .camera_next > span:hover {
  background-position: 100% 100% !important;
}
.vina-slide-show.slide-style2 .cameraContent.cameracurrent .img_small .model1 {
  top: 0 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-animation: moveFromTop 1.5s linear 1;
  -moz-animation: moveFromTop 1.5s linear 1;
  animation: moveFromTop 1.5s linear 1;
}
.vina-slide-show.slide-style2 .camera_caption {
  color: #000;
  bottom: 88px;
}
.vina-slide-show.slide-style2 .camera_caption.body_des {
  left: auto !important;
  right: 0 !important;
}
.vina-slide-show.slide-style2 .camera_caption .model {
  top: -4px;
}
.vina-slide-show.slide-style2 .camera_caption > div > * {
  position: absolute;
}
.vina-slide-show.slide-style2 .camera_caption.body_des > div > * {
  left: -68%;
}
.vina-slide-show.slide-style2 .img_small {
  margin-left: -238px;
}
.vina-slide-show.slide-style2 .img_small .model1 {
  position: absolute;
  top: -100% !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.vina-slide-show.slide-style2 .title {
  font-size: 85px;
  text-transform: capitalize;
  font-family: 'Raleway';
  font-weight: 300;
  text-align: left;
  line-height: 65px;
  width: auto;
  top: 38px;
}
.vina-slide-show.slide-style2 .vina-bold {
  font-weight: bold;
}
.vina-slide-show.slide-style2 .intro {
  left: 0;
  top: 39%;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 300 !important;
  color: #000;
  font-style: italic;
  text-transform: capitalize;
  width: auto;
  z-index: 999999;
  line-height: 20px;
  max-width: 600px;
}
.vina-slide-show.slide-style2 .link {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Raleway;
  font-weight: bold;
  top: 50%;
  margin-top: 70px;
  z-index: 1;
}
.vina-slide-show.slide-style2 .link a {
  color: #fff;
  background: #000;
  line-height: 40px;
  padding: 10px 30px;
  display: inline-block;
}
.vina-slide-show.slide-style2 .link a:hover,
.vina-slide-show.slide-style2 .link a:focus {
  background: #000;
  color: #fff;
}
.vina-slide-show.slide-style3 .camera_prev,
.vina-slide-show.slide-style3 .camera_next {
  background: none;
  width: 49px;
  height: 49px;
}
.vina-slide-show.slide-style3 .camera_prev >span,
.vina-slide-show.slide-style3 .camera_next >span {
  cursor: pointer;
  display: block;
  height: 49px;
  margin: -25px 0 0;
  text-indent: -9999px;
  width: 49px;
  z-index: 9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.vina-slide-show.slide-style3 .camera_prev >span:hover,
.vina-slide-show.slide-style3 .camera_next >span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-slide-show.slide-style3 .camera_prev {
  left: 20px;
}
.vina-slide-show.slide-style3 .camera_prev > span {
  background-position: 0 0 !important;
}
.vina-slide-show.slide-style3 .camera_next {
  right: 20px;
}
.vina-slide-show.slide-style3 .camera_next > span {
  background-position: 100% 0 !important;
}
.vina-slide-show.slide-style3 .cameraContent.cameracurrent .img_small .model1 {
  top: 0 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-animation: moveFromTop 1.5s linear 1;
  -moz-animation: moveFromTop 1.5s linear 1;
  animation: moveFromTop 1.5s linear 1;
}
.vina-slide-show.slide-style3 .camera_caption {
  color: #000;
}
.vina-slide-show.slide-style3 .camera_caption.body_des,
.vina-slide-show.slide-style3 .camera_caption.img_pr {
  left: auto !important;
  right: 0 !important;
}
.vina-slide-show.slide-style3 .camera_caption > div > * {
  position: absolute;
}
.vina-slide-show.slide-style3 .camera_caption.body_des.slide2 .subtitle {
  font-size: 54px;
}
.vina-slide-show.slide-style3 .camera_caption.body_des.slide2 > div > * {
  left: -34%;
}
.vina-slide-show.slide-style3 .camera_caption.body_des > div > * {
  left: -61%;
}
.vina-slide-show.slide-style3 .img_small margin-top: -30px
			.model1 {
  position: absolute;
  top: -100% !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.vina-slide-show.slide-style3 .title {
  font-size: 80px;
  left: 0;
  width: auto;
  top: 50%;
  margin-top: -100px;
  text-transform: capitalize;
  z-index: 50;
  font-family: 'Raleway';
  font-weight: 300;
  text-align: left;
  padding: 0;
  line-height: 65px;
  transition-property: left, opacity;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.vina-slide-show.slide-style3 .subtitle {
  top: 50%;
  margin-top: -40px;
  font-size: 78px;
  line-height: 70px;
  font-family: 'SFUAGBuchStencilBQMedium';
  font-weight: normal !important;
  text-transform: uppercase;
  z-index: 999999;
  min-width: 365px;
  text-align: center;
}
.vina-slide-show.slide-style3 .intro {
  left: 0;
  top: 51%;
  margin-top: -125px;
  font-size: 19px;
  letter-spacing: 16px;
  font-family: 'Raleway';
  font-weight: 300;
  font-weight: normal !important;
  text-transform: capitalize;
  width: auto;
  z-index: 999999;
}
.vina-slide-show.slide-style3 .link {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Raleway;
  font-weight: bold;
  top: 46%;
  margin-top: 70px;
  z-index: 1;
  text-align: center;
  min-width: 370px;
}
.vina-slide-show.slide-style3 .link a {
  color: #fff;
  background: #000;
  line-height: 40px;
  padding: 10px 30px;
  display: inline-block;
}
.vina-slide-show.slide-style3 .link a:hover,
.vina-slide-show.slide-style3 .link a:focus {
  background: #000;
  outline: none;
}
.vina-slide-show.slide-style4 .camera_prev,
.vina-slide-show.slide-style4 .camera_next {
  background: none;
  width: 49px;
  height: 49px;
}
.vina-slide-show.slide-style4 .camera_prev >span,
.vina-slide-show.slide-style4 .camera_next >span {
  cursor: pointer;
  display: block;
  height: 49px;
  margin: -25px 0 0;
  text-indent: -9999px;
  width: 49px;
  z-index: 9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.vina-slide-show.slide-style4 .camera_prev >span:hover,
.vina-slide-show.slide-style4 .camera_next >span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-slide-show.slide-style4 .camera_prev {
  left: 20px;
}
.vina-slide-show.slide-style4 .camera_prev > span {
  background-position: 0 0 !important;
}
.vina-slide-show.slide-style4 .camera_next {
  right: 20px;
}
.vina-slide-show.slide-style4 .camera_next > span {
  background-position: 100% 0 !important;
}
.vina-slide-show.slide-style4 .cameraContent.cameracurrent .img_small .model1 {
  top: 0 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-animation: moveFromTop 1.5s linear 1;
  -moz-animation: moveFromTop 1.5s linear 1;
  animation: moveFromTop 1.5s linear 1;
}
.vina-slide-show.slide-style4 .camera_caption {
  color: #000;
}
.vina-slide-show.slide-style4 .camera_caption > div > * {
  position: absolute;
}
.vina-slide-show.slide-style4 .camera_caption.body_des {
  left: auto !important;
  right: 0 !important;
}
.vina-slide-show.slide-style4 .camera_caption.slide1.img_pr,
.vina-slide-show.slide-style4 .camera_caption.slide1.body_des {
  left: auto !important;
  right: 0 !important;
}
.vina-slide-show.slide-style4 .camera_caption.body_des.slide2 .subtitle {
  font-size: 54px;
}
.vina-slide-show.slide-style4 .camera_caption.body_des.slide2 > div > * {
  left: 0;
}
.vina-slide-show.slide-style4 .camera_caption.body_des > div > * {
  left: -61%;
}
.vina-slide-show.slide-style4 .img_small margin-top: -30px
			.model1 {
  position: absolute;
  top: -100% !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.vina-slide-show.slide-style4 .title {
  font-size: 80px;
  left: 0;
  width: auto;
  top: 50%;
  margin-top: -95px;
  text-transform: capitalize;
  z-index: 50;
  font-family: 'Raleway';
  font-weight: 300;
  text-align: left;
  padding: 0;
  line-height: 65px;
  transition-property: left, opacity;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  margin-left: 10px;
}
.vina-slide-show.slide-style4 .subtitle {
  top: 50%;
  margin-top: -35px;
  font-size: 78px;
  line-height: 70px;
  font-family: 'SFUAGBuchStencilBQMedium';
  font-weight: normal !important;
  text-transform: uppercase;
  z-index: 999999;
  min-width: 365px;
  text-align: right;
}
.vina-slide-show.slide-style4 .intro {
  left: 0;
  top: 51%;
  margin-top: -125px;
  font-size: 19px;
  letter-spacing: 16px;
  font-family: 'Raleway';
  font-weight: 300;
  font-weight: normal !important;
  text-transform: capitalize;
  width: auto;
  z-index: 999999;
}
.vina-slide-show.slide-style4 .link {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Raleway;
  font-weight: bold;
  top: 46%;
  margin-top: 88px;
  z-index: 1;
  text-align: right;
  min-width: 380px;
}
.vina-slide-show.slide-style4 .link a {
  color: #fff;
  background: #000;
  line-height: 40px;
  padding: 10px 30px;
  display: inline-block;
}
.vina-slide-show.slide-style4 .link a:hover,
.vina-slide-show.slide-style4 .link a:focus {
  background: #000;
  outline: none;
}
#sp-position1-wrapper {
  position: relative;
  margin: 0 0 50px;
  padding: 65px 0;
  border-bottom: 1px solid #e5e5e5;
}
#sp-position1-wrapper:after {
  background: none repeat scroll 0 0 #000;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
#vina-shipping .banner-box:hover .banner-box-inner img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#vina-shipping .banner-box .banner-box-inner img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#vina-shipping .banner-box h2 {
  margin: 15px 0;
  font-size: 16px;
  font-family: Raleway;
  font-weight: bold;
  line-height: 1.35;
  color: #000;
  text-transform: capitalize;
}
#vina-shipping .banner-box p {
  font-size: 12px;
  font-family: Raleway;
  font-weight: normal;
  text-transform: capitalize;
  color: #636363;
}
#sp-header-wrapper {
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
#sp-header-wrapper.fix-header {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 9997;
  margin: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.9);
  visibility: visible;
  -webkit-animation: moveFromTop alternate 800ms linear 1;
  -moz-animation: moveFromTop alternate 800ms linear 1;
  animation: moveFromTop alternate 800ms linear 1;
}
#sp-header-wrapper #header {
  visibility: visible !important;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
}
#sp-header-wrapper #sp-logo {
  width: auto;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-top: 18px;
}
#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-top: 36px;
  height: 71px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.visiable-gallery {
  animation-name: none !important;
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -o-animation-name: none !important;
  visibility: visible;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.price-box {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: Anton;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.price-box .product-price {
  float: left;
  display: inline-block;
}
.price-box .product-price > * {
  float: left;
}
.price-box .product-price > *.price-crossed {
  float: right;
}
.price-box .product-price > .price-crossed > div > span {
  font-weight: normal;
  color: #b2b2b2;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 5px;
}
.price-box .product-price > .price-crossed > div > span:before {
  content: "/";
  display: inline-block;
}
.price-box .product-price > .price-crossed > div > span.vm-price-desc {
  display: none;
}
#products-timers {
  margin: 0 0 49px;
  padding-bottom: 66px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
#products-timers:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -20px;
}
.vina-products-timer .vina-carousel-virtuemart .browseProductImage {
  max-height: 100%;
}
.vina-products-timer .vina-carousel-virtuemart .vm-product-media-container {
  position: relative;
  overflow: hidden;
}
.vina-products-timer .vina-carousel-virtuemart .vm-product-media-container:hover .pro-image.second-image {
  bottom: 0;
}
.vina-products-timer .vina-carousel-virtuemart .amount a {
  font-size: 11px;
  height: 11px;
  color: #b3b3b3 !important;
  text-transform: capitalize;
  font-family: Roboto Condensed;
  font-style: italic;
  -webkit-transform: translate(10px,-9px);
  -moz-transform: translate(10px,-9px);
  -ms-transform: translate(10px,-9px);
  -o-transform: translate(10px,-9px);
  transform: translate(10px,-9px);
  display: inline-block;
}
.vina-products-timer .vina-carousel-virtuemart .image_product {
  position: relative;
  z-index: 0;
}
.vina-products-timer .vina-carousel-virtuemart .label-pro {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  text-indent: -1000px;
  font-size: 0;
}
.vina-products-timer .vina-carousel-virtuemart .label-pro.sale {
  background: url("../images/icon/sale.png") no-repeat;
}
.vina-products-timer .vina-carousel-virtuemart .label-pro.new {
  background: url("../images/icon/new.png") no-repeat;
}
.vina-products-timer .vina-carousel-virtuemart .label-pro.sale-new {
  background: url("../images/icon/new.png") no-repeat;
  left: 0;
  right: auto;
}
.vina-products-timer .vina-carousel-virtuemart .product-title {
  text-align: left;
  margin: 17px 0 0;
}
.vina-products-timer .vina-carousel-virtuemart .product-title a {
  font-family: Raleway;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #000 !important;
}
.vina-products-timer .vina-carousel-virtuemart .price-box {
  margin: 13px 0 14px;
}
.vina-products-timer .vina-carousel-virtuemart .price-box .product-price > div.price-crossed > div > span {
  font-size: 18px;
  font-weight: normal;
  color: #b2b2b2;
  text-decoration: line-through;
  -webkit-transform: translate(3px,12px);
  -moz-transform: translate(3px,12px);
  -ms-transform: translate(3px,12px);
  -o-transform: translate(3px,12px);
  transform: translate(3px,12px);
  display: inline-block;
}
.vina-products-timer .vina-carousel-virtuemart .price-box .product-price > div.price-crossed > div > span.vm-price-desc {
  display: none;
}
.vina-products-timer .vina-carousel-virtuemart .price-box .product-price > div.price-crossed > div > span:before {
  content: "/";
  display: inline-block;
}
.vina-products-timer .vina-carousel-virtuemart .price-box .product-price > div > span {
  line-height: 36px;
  font-size: 38px;
  font-weight: normal;
  font-family: Anton;
  color: #000 !important;
}
.vina-products-timer .vina-carousel-virtuemart .ma-desc {
  color: #a2a1a1;
  font-family: Raleway;
  font-weight: 500;
  text-align: left;
}
.vina-products-timer .vina-carousel-virtuemart .box-timer {
  overflow: hidden;
  height: 77px;
}
.vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date {
  border: 1px solid #e5e5e5;
  border-radius: 13px 13px 0 13px;
  color: #676767;
  font-family: raleway;
  float: left;
  padding-top: 12px;
  min-width: 77px;
  min-height: 77px;
  margin-right: 9px;
  text-align: center;
}
.vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date span {
  display: block;
  font-family: Anton;
  font-size: 29px;
  color: #393939;
  line-height: 34px;
  text-transform: capitalize;
}
.vina-products-timer .vina-carousel-virtuemart .ratingbox {
  width: 100px !important;
  height: 18px;
  background: url(../images/rating_time.png) 0 0 repeat-x;
  margin: 7px 0 9px;
}
.vina-products-timer .vina-carousel-virtuemart .ratingbox .stars-orange {
  float: left;
  height: 18px;
  background: url(../images/rating_time.png) 0 100% repeat-x;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links,
.vina-products-timer .vina-carousel-virtuemart .ma-links {
  display: inline-block;
  float: left;
  width: 50%;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links > .add-to-links,
.vina-products-timer .vina-carousel-virtuemart .ma-links > .add-to-links {
  width: 100%;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links > .add-to-links > li,
.vina-products-timer .vina-carousel-virtuemart .ma-links > .add-to-links > li {
  width: 50%;
}
.vina-products-timer .vina-carousel-virtuemart .item-box-hover {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li {
  display: inline-block;
  float: left;
  border-left: 1px solid #fff;
  max-width: 76px;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li .btn-wishlist {
  height: 65px;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li .btn-wishlist form {
  width: 100%;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li .btn-wishlist button {
  display: block;
  text-align: center;
  width: 76px;
  height: 65px;
  background: #000;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li .btn-wishlist button > i {
  background: transparent;
  color: #fff;
  font-size: 24px;
  color: #fff;
  line-height: 65px;
  font-weight: normal;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li .btn-wishlist:hover button {
  background: #333;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li a {
  display: block;
  text-align: center;
  width: 76px;
  height: 65px;
  background-color: #000;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li a:hover {
  background: #333;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li a:before {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
  text-decoration: initial;
}
.vina-products-timer .vina-carousel-virtuemart .add-to-links li a span {
  display: none;
}
.vina-products-timer .vina-carousel-virtuemart .addtocart-bar > .addtocart-button {
  padding: 10px 0;
  min-width: 185px;
  background: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-products-timer .vina-carousel-virtuemart .addtocart-bar > .addtocart-button:hover {
  background: #333;
}
.vina-products-timer .vina-carousel-virtuemart .addtocart-bar > .addtocart-button input {
  padding: 0 0 0 39px;
  background: url(../images/icon/cart_icon.png) no-repeat 0 50%;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  line-height: 45px;
}
.vina-products-timer .vina-carousel-virtuemart .pro-image.second-image {
  position: absolute;
  display: block;
  margin: auto;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-new-products .header {
  color: #000;
  font-family: Raleway;
  font-weight: bold;
  font-size: 23px;
  line-height: 40px;
  margin: 3px 0 0 0;
  padding: 5px 0;
  text-transform: uppercase;
}
.vina-new-products .vina-items-wrapper {
  padding-bottom: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vina-new-products .vina-ticker-virtuemart .header-block {
  margin-top: -12px;
  top: -30px;
  z-index: -1;
}
.vina-new-products .vina-ticker-virtuemart .header-block span.up,
.vina-new-products .vina-ticker-virtuemart .header-block span.down {
  width: 33px;
  height: 35px;
  top: 0;
  font-size: 0;
  z-index: 1;
  display: block;
  float: left;
  color: #ccc;
  border: 1px solid #ccc;
  background: none;
  text-indent: 0;
}
.vina-new-products .vina-ticker-virtuemart .header-block span.up:before,
.vina-new-products .vina-ticker-virtuemart .header-block span.down:before {
  display: block;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  font-family: FontAwesome;
}
.vina-new-products .vina-ticker-virtuemart .header-block span.up {
  right: 32px;
}
.vina-new-products .vina-ticker-virtuemart .header-block span.up:before {
  content: "\f106";
}
.vina-new-products .vina-ticker-virtuemart .header-block span.down:before {
  content: "\f107";
}
.vina-new-products .vina-ticker-virtuemart .header-block span.toggle {
  display: none;
}
.vina-new-products .vina-ticker-virtuemart .ratingbox {
  width: 65px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.vina-new-products .vina-ticker-virtuemart .vina-items {
  width: 100%;
}
.vina-new-products .vina-ticker-virtuemart .vina-item {
  border-bottom: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px !important;
}
.vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6 {
  margin: 0;
}
.vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img {
  width: 45%;
}
.vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img img {
  padding: 2px 0 2px 2px;
}
.vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_content {
  width: 55%;
}
.vina-new-products .vina-ticker-virtuemart .vina-item:hover {
  background: #000;
}
.vina-new-products .vina-ticker-virtuemart .vina-item:hover a,
.vina-new-products .vina-ticker-virtuemart .vina-item:hover .price-box {
  color: #fff !important;
}
.vina-new-products .vina-ticker-virtuemart .vina-item:hover .item-box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.vina-new-products .vina-ticker-virtuemart .des-info {
  min-height: 97px;
  margin-left: 20px;
  padding: 0;
}
.vina-new-products .vina-ticker-virtuemart .image-block {
  margin: 0;
}
.vina-new-products .vina-ticker-virtuemart .addtocart {
  width: 100%;
}
.vina-new-products .vina-ticker-virtuemart .product-title {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  font-family: raleway;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  margin: 5px 0 9px;
  display: inline-block;
}
.vina-new-products .vina-ticker-virtuemart .vm-product-rating-container {
  margin-bottom: 14px;
  margin-bottom: 8px;
  margin-top: 0;
}
.vina-new-products .vina-ticker-virtuemart span.addtocart-button input.addtocart-button,
.vina-new-products .vina-ticker-virtuemart span.addtocart-button input.notify-button {
  padding: 0 14px !important;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links,
.vina-new-products .vina-ticker-virtuemart .ma-links {
  display: inline-block;
  float: left;
}
.vina-new-products .vina-ticker-virtuemart .item-box-hover {
  display: inline-block;
  width: 100%;
  opacity: 1;
  z-index: 1;
  position: relative;
  margin-top: 0px;
  border-top: 1px solid #454545;
  top: 6px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.vina-new-products .vina-ticker-virtuemart .item-box-hover .add-to-links {
  width: 33.333333333333%;
}
.vina-new-products .vina-ticker-virtuemart .item-box-hover .ma-links {
  width: 66.666666666667%;
}
.vina-new-products .vina-ticker-virtuemart .item-box-hover .ma-links .add-to-links {
  width: 100%;
}
.vina-new-products .vina-ticker-virtuemart .item-box-hover .ma-links .add-to-links li {
  width: 50%;
  height: 65px;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li {
  display: inline-block;
  float: left;
  border-right: 1px solid #454545;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li .btn-wishlist form {
  width: 100%;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li .btn-wishlist button {
  display: block;
  text-align: center;
  width: 100%;
  height: 65px;
  background: #000;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li .btn-wishlist button > i {
  background: transparent;
  color: #fff;
  font-size: 24px;
  color: #fff;
  line-height: 65px;
  font-weight: normal;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li .btn-wishlist:hover button {
  background: #333;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 65px;
  background-color: #000;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li a:hover {
  background: #333;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li a:before {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
  text-decoration: initial;
}
.vina-new-products .vina-ticker-virtuemart .add-to-links li a span {
  display: none;
}
.vina-new-products .vina-ticker-virtuemart .addtocart-bar > .addtocart-button {
  padding: 10px 0;
  background: #000;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-new-products .vina-ticker-virtuemart .addtocart-bar > .addtocart-button:hover {
  background: #333;
}
.vina-new-products .vina-ticker-virtuemart .addtocart-bar > .addtocart-button input {
  padding: 0 0 0 39px;
  background: url(../images/icon/cart_icon.png) no-repeat 0 50%;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  line-height: 45px;
  text-indent: -9999px;
}
.vina-bnproducts.no-full {
  position: relative;
  z-index: 0;
}
.vina-bnproducts.no-full.new-products .vina-vmproduct .item-box-hover .ma-links {
  width: 67%;
}
.vina-bnproducts.no-full.new-products .vina-vmproduct .item-box-hover .add-to-links {
  width: 33%;
}
.vina-bnproducts.no-full.new-products .vina-vmproduct .addtocart-bar > .addtocart-button input {
  font-size: 0;
  text-indent: -1000px;
}
.vina-bnproducts .header {
  display: inline-block;
  font-size: 28px;
  font-family: Raleway;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 69px;
  line-height: 40px;
  padding: 5px 0 39px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.vina-bnproducts .header > span {
  position: absolute;
  width: 100%;
  left: 0;
}
.vina-bnproducts .vina-carousel-virtuemart {
  border: 1px solid #e5e5e5;
  overflow: visible !important;
  position: initial;
}
.vina-bnproducts .vina-carousel-virtuemart .addtocart {
  background: #000;
}
.vina-bnproducts .vina-carousel-virtuemart .owl-wrapper-outer {
  margin-bottom: -66px;
  padding-bottom: 6px;
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  background: none;
  width: 33px;
  height: 35px;
  top: 0;
  font-size: 0;
  z-index: 10;
  font-family: FontAwesome;
  color: #ccc;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
  visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: -1px;
}
.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.vina-vmproduct {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  padding: 0;
}
.vina-vmproduct .addtocart-area {
  margin: 0;
}
.vina-vmproduct .item-inner {
  position: relative;
  z-index: 0;
}
.vina-vmproduct form {
  margin: 0;
}
.vina-vmproduct:hover {
  background: #000;
}
.vina-vmproduct:hover .box-inner1 {
  background: #000;
}
.vina-vmproduct:hover a {
  color: #fff !important;
}
.vina-vmproduct:hover .price-box {
  color: #fff;
}
.vina-vmproduct:hover .item-box-hover {
  top: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
}
.vina-vmproduct:hover .pro-image.second-image {
  bottom: 0;
}
.vina-vmproduct .des,
.vina-vmproduct .quantity-box,
.vina-vmproduct .quantity-controls,
.vina-vmproduct .product-fields {
  display: none;
}
.vina-vmproduct .label-pro {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  z-index: 1;
  text-indent: -1000px;
  font-size: 0;
}
.vina-vmproduct .label-pro.sale {
  background: url("../images/icon/sale.png") no-repeat;
}
.vina-vmproduct .label-pro.new {
  background: url("../images/icon/new.png") no-repeat;
}
.vina-vmproduct .label-pro.sale-new {
  background: url("../images/icon/new.png") no-repeat;
  left: 5px;
  right: auto;
}
.vina-vmproduct .images-container {
  position: relative;
  overflow: hidden;
  padding: 2px;
}
.vina-vmproduct .box-inner1 {
  padding: 0 30px;
  min-height: 111px;
}
.vina-vmproduct .ratingbox {
  width: 65px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.vina-vmproduct .amount a {
  font-size: 11px;
  height: 11px;
  color: #b3b3b3 !important;
  text-transform: capitalize;
  font-family: Roboto Condensed;
  font-style: italic;
}
.vina-vmproduct .pro-image.second-image {
  position: absolute;
  display: block;
  margin: auto;
  padding-right: 4px;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-vmproduct .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin: 4px 0 0px;
  width: 100%;
}
.vina-vmproduct .product-name a {
  text-transform: capitalize;
  font-family: raleway;
  font-weight: normal;
}
.vina-vmproduct .vm-product-rating-container {
  margin-bottom: 7px;
  text-align: left;
}
.vina-vmproduct .add-to-links,
.vina-vmproduct .ma-links {
  display: inline-block;
  float: left;
  height: 65px;
  overflow: hidden;
}
.vina-vmproduct .item-box-hover {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: -6px;
  border-top: 1px solid #454545;
  top: -66px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  visibility: hidden;
}
.vina-vmproduct .item-box-hover:after {
  border-right: 1px solid #000;
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  height: 65px;
}
.vina-vmproduct .item-box-hover .add-to-links {
  width: 54%;
}
.vina-vmproduct .item-box-hover .ma-links {
  width: 46%;
  position: relative;
  z-index: 1;
}
.vina-vmproduct .item-box-hover .ma-links .add-to-links {
  width: 100% !important;
}
.vina-vmproduct .item-box-hover .ma-links .add-to-links li {
  width: 50%;
}
.vina-vmproduct .add-to-links li {
  display: inline-block;
  float: left;
  border-right: 1px solid #454545;
}
.vina-vmproduct .add-to-links li .btn-wishlist form {
  width: 100%;
}
.vina-vmproduct .add-to-links li .btn-wishlist button {
  display: block;
  text-align: center;
  width: 100%;
  height: 65px;
  background: #000;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-vmproduct .add-to-links li .btn-wishlist button.addtofav_aws_icon_active {
  outline: none;
  background: #333333;
}
.vina-vmproduct .add-to-links li .btn-wishlist button > i {
  background: transparent;
  color: #fff;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
}
.vina-vmproduct .add-to-links li .btn-wishlist:hover button {
  background: #333;
}
.vina-vmproduct .add-to-links li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 65px;
  background-color: #000;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.vina-vmproduct .add-to-links li a:hover {
  background: #333;
}
.vina-vmproduct .add-to-links li a:before {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
  text-decoration: initial;
}
.vina-vmproduct .add-to-links li a span {
  display: none;
}
.vina-vmproduct .addtocart {
  width: 100% !important;
  background: #000;
}
.vina-vmproduct .addtocart:hover {
  background: #333;
}
.vina-vmproduct .addtocart-bar > .addtocart-button {
  padding: 0;
  background: #000;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-vmproduct .addtocart-bar > .addtocart-button:hover {
  background: #333;
}
.vina-vmproduct .addtocart-bar > .addtocart-button input {
  padding: 10px 0px 10px 20px !important;
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../images/icon/cart_icon.png) no-repeat 10px 50% !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  line-height: 45px;
}
#featured-products,
#products-bestseller {
  position: relative;
  z-index: 0;
}
#featured-products .banner-products.module,
#products-bestseller .banner-products.module {
  margin-top: 119px;
}
#featured-products .banner-products.module img,
#products-bestseller .banner-products.module img {
  width: 100%;
  max-height: 402px;
}
#featured-products .banner-products .banner.effect-apollo,
#products-bestseller .banner-products .banner.effect-apollo {
  width: 100%;
}
#featured-products {
  margin-top: 15px;
}
.vina-tab-products.module {
  margin-top: 49px;
}
.vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: 51px;
}
.vina-tab-products .header {
  color: #000;
  display: inline-block;
  font-family: Raleway;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.vina-tab-products .tab-category {
  text-align: center;
  position: relative;
  z-index: 0;
}
.vina-tab-products .tab-category > ul {
  border: 0;
  margin: 11px 0 86px;
}
.vina-tab-products .tab-category > ul li {
  float: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.vina-tab-products .tab-category > ul li a {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  margin: 0;
  padding: 9px 15px;
  color: #9d9d9d;
  font-size: 15px;
  font-family: Raleway;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}
.vina-tab-products .tab-category > ul li a:hover,
.vina-tab-products .tab-category > ul li a:focus {
  background: none;
  color: #000;
  border-color: #000;
}
.vina-tab-products .tab-category > ul li.active a {
  color: #000;
  border-color: #000;
}
.vina-lastes-products.vina-bnproducts {
  position: relative;
}
.vina-lastes-products.vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: 46px;
}
.vina-lastes-products.vina-bnproducts .header {
  padding-bottom: 6px;
}
.vina-lastes-products.vina-bnproducts .header > span {
  position: initial;
}
.vina-header-center .header {
  font-size: 28px;
  font-family: Raleway;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  line-height: 40px;
  padding: 5px 0;
  text-align: center;
}
.vina-carousel-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vina-carousel-content.owl-theme .owl-controls {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div {
  background: none;
  width: 33px;
  height: 35px;
  top: 0;
  font-size: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #ccc;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div:before {
  display: block;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: -1px;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.vina-carousel-content .item-inner:hover .images-container:before {
  pointer-events: none;
  position: absolute;
  content: "";
  border: 200px solid #000;
  opacity: 0.5;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.vina-carousel-content .item-inner:hover .images-container:after {
  border: 3px solid #fff;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}
.vina-carousel-content .item-inner .images-container {
  position: relative;
  overflow: hidden;
}
.vina-carousel-content .item-inner .images-container:before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-carousel-content .item-inner .images-container:after {
  pointer-events: none;
  position: absolute;
  content: "";
  opacity: 0.5;
  margin: auto;
  border: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-carousel-content .item-inner .des-container {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 24px 20px 25px 20px;
}
.vina-carousel-content .item-inner .title {
  display: block;
  margin: 15px 0 5px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Raleway;
  font-weight: 600;
  min-height: 40px;
}
.vina-carousel-content .item-inner .introtext {
  color: #7f7f7f;
  font-family: Roboto Condensed;
  font-style: italic;
  font-size: 14px;
}
.vina-carousel-content .item-inner .readmore {
  text-align: right;
}
.vina-carousel-content .item-inner .readmore a {
  margin: 10px 0;
  font-family: Roboto Condensed;
  font-style: italic;
  font-size: 14px;
}
.vina-carousel-content .item-inner .time {
  overflow: hidden;
  line-height: 43px;
  border: 1px solid #e5e5e5;
  color: #a8a8a8;
  font-size: 13px;
  font-family: raleway;
  margin-bottom: 1px;
}
.vina-carousel-content .item-inner .time > span {
  text-align: center;
  float: left;
  text-transform: capitalize;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
}
.vina-carousel-content .item-inner .time > span > i {
  margin-right: 8px;
}
.vina-carousel-content .item-inner .time > span.cate {
  border-left: 1px solid #e5e5e5;
}
#brand-logo {
  margin: 65px 0 0;
  padding-top: 46px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
#brand-logo:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #000;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -20px;
}
.vina-manufacturers-virtuemart .vina-prev,
.vina-manufacturers-virtuemart .vina-next {
  background: none !important;
  width: 33px !important;
  height: 35px !important;
  top: 7px !important;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  text-align: center;
  font-size: 0;
  z-index: 1;
  font-family: FontAwesome;
  color: #ccc;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  text-indent: 0 !important;
}
.vina-manufacturers-virtuemart .vina-prev:before,
.vina-manufacturers-virtuemart .vina-next:before {
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.vina-manufacturers-virtuemart .vina-prev:hover,
.vina-manufacturers-virtuemart .vina-next:hover {
  border: 1px solid #000 !important;
  color: #fff;
  background: #000 !important;
}
.vina-manufacturers-virtuemart .vina-prev {
  -webkit-transform: translate(-16px,0);
  -moz-transform: translate(-16px,0);
  -ms-transform: translate(-16px,0);
  -o-transform: translate(-16px,0);
  transform: translate(-16px,0);
}
.vina-manufacturers-virtuemart .vina-prev:before {
  content: "\f104";
}
.vina-manufacturers-virtuemart .vina-next {
  -webkit-transform: translate(16px,0);
  -moz-transform: translate(16px,0);
  -ms-transform: translate(16px,0);
  -o-transform: translate(16px,0);
  transform: translate(16px,0);
}
.vina-manufacturers-virtuemart .vina-next:before {
  content: "\f105";
}
#sp-feature-wrapper {
  padding: 80px 0;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  text-align: center;
}
#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;
}
#sp-users-wrapper {
  color: #808080;
  font-size: 13px;
  overflow: hidden;
  font-family: Roboto;
  margin-top: 32px;
}
#sp-users-wrapper #users {
  padding: 45px 0 0;
}
.vina-logo-bottom .readmore {
  color: #fff;
  text-transform: capitalize;
}
.vina-logo-bottom .readmore:hover {
  color: #a8a8a8;
}
.vina-tweet .header {
  margin: 0;
  padding: 0 10px;
  font-size: 18px;
  color: #d1d1d1;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 7px;
}
#twitter-feed .twitter-pic img {
  margin: 0;
}
#twitter-feed .twitter-pic a {
  color: #999;
}
#twitter-feed .twitter-pic strong a {
  color: #444;
  text-decoration: none;
}
#twitter-feed .twitter-text {
  margin-top: 10px;
}
#twitter-feed .tweetprofilelink a {
  color: #fff;
}
#twitter-feed .tweetprofilelink a:hover,
#twitter-feed .tweetprofilelink a:focus {
  color: #999;
}
#twitter-feed .tweetprofilelink .tweet-time a {
  color: #999;
}
.vina-news-letter.module {
  margin: 0;
  padding: 14px 15px;
  background: #4d4d4d;
}
.vina-news-letter .header {
  background: #fff;
  text-align: center;
  margin: 0;
}
.vina-news-letter .header span {
  text-transform: uppercase;
  margin: 0;
  line-height: 53px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: Raleway;
}
.vina-news-letter form {
  margin: 0;
}
.vina-news-letter .acymailing_form {
  margin: 0;
  width: 100%;
}
.vina-news-letter .acymailing_module_form {
  padding: 10px 16px 31px !important;
  background: #2e2e2e url(../images/bg/bg_subscribe.png) no-repeat 69px 10px;
}
.vina-news-letter .acymailing_module_form .acyfield_email {
  padding: 0 10px 0 0 !important;
}
.vina-news-letter .acymailing_module_form .acyfield_email input {
  display: inline-block;
  width: 298px !important;
  height: 42px;
  margin: 0;
  padding: 4px 10px;
  background: #515151;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #2e2e2e;
}
.vina-news-letter .acymailing_module_form .acyfield_email input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-news-letter .acymailing_module_form .acysubbuttons {
  padding: 0;
}
.vina-news-letter .acymailing_module_form .acysubbuttons input {
  text-transform: capitalize;
  line-height: 32px;
  padding: 5px 18px;
  color: #000;
  background: #fff;
  font-family: Raleway;
  text-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-news-letter .acymailing_module_form .acysubbuttons input:hover {
  color: #fff;
}
.vina-news-letter .acymailing_module_form .acymailing_introtext {
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px 55px 20px 55px !Important;
  margin: 0 !important;
}
.vina-social {
  margin: 25px 0 49px;
  overflow: hidden;
  position: relative;
}
.vina-social:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  display: block;
  position: absolute;
  top: 50%;
}
.vina-social ul {
  float: left;
  padding-right: 10px;
  position: relative;
}
.vina-social ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
.vina-social ul li a {
  display: block;
  font-size: 0;
  color: #b7b7b7;
  border: 2px solid #4b4b4b;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  line-height: 54px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-social ul li a:hover,
.vina-social ul li a:focus {
  color: #fff;
  border-color: #fff;
}
.vina-social ul li a:before {
  font-size: 24px;
}
#sp-bottom-wrapper {
  padding-bottom: 14px;
}
.vina-bottom {
  font-family: Roboto;
  font-weight: normal;
  color: #808080;
}
.vina-bottom .header {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: 600;
  color: #d1d1d1;
  margin: 0;
}
.vina-bottom p {
  margin: 0;
  line-height: 21px;
}
.vina-bottom ul {
  margin-top: 15px;
}
.vina-bottom ul li a {
  display: block;
  line-height: 32px;
  color: #808080;
  text-transform: capitalize;
  font-size: 12px;
  font-family: Raleway;
  font-weight: 500;
}
.vina-bottom ul li a:hover,
.vina-bottom ul li a:focus {
  background: none;
  color: #fff;
}
.vina-bottom .footer-content {
  margin-top: 20px;
}
.vina-bottom .footer-content .address {
  padding-left: 35px;
  background: url(../images/icon/address.png) no-repeat 0 50%;
}
.vina-bottom .footer-content .phone {
  margin: 15px 0;
  padding-left: 35px;
  background: url(../images/icon/phone.png) no-repeat 0 50%;
}
.vina-bottom .footer-content .email {
  padding-left: 35px;
  background: url(../images/icon/email.png) no-repeat 0 50%;
}
ul.breadcrumb {
  margin: 0;
  padding: 36px 0 30px;
  background: transparent;
  border-top: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.breadcrumb li {
  text-shadow: none;
}
ul.breadcrumb li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #777;
}
ul.breadcrumb li > span {
  color: #000;
  font-weight: normal;
}
ul.breadcrumb li > span.divider {
  font-size: 0;
  text-indent: -1000px;
  padding: 0 10px;
}
ul.breadcrumb li > span.divider:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #000;
  font-size: 14px;
  display: inline-block;
  line-height: 8px;
  text-indent: 0;
}
.vina-shop-by .cf_match {
  background: #fff;
  color: #000;
  padding: 4px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-shop-by .header {
  border-bottom: 4px solid #000;
  margin-bottom: -4px;
}
.vina-shop-by .header span {
  padding: 0 0 15px;
  display: block;
  font-family: Raleway;
  font-weight: bold;
  line-height: 26px;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.vina-shop-by input[type="search"],
.vina-shop-by .cf_smart_search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-shop-by .cf_smart_search {
  width: 100%;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 20px;
}
.vina-shop-by .cf_flt_header {
  position: relative;
  display: block;
  font-size: 22px;
  margin-top: 15px;
  color: #525252;
  text-transform: uppercase;
  font-family: raleway;
  font-weight: 400;
  padding: 20px 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-shop-by .headexpand_show {
  background: url("../images/icon/arrows_exp.png") left bottom no-repeat;
}
.vina-shop-by .headexpand_hide {
  background: url("../images/icon/arrows_exp.png") left top no-repeat;
  margin-top: 3px;
}
.vina-shop-by .cf_filters_list {
  background: #000;
}
.vina-shop-by .cf_filters_list li {
  border-left: 4px solid transparent;
  text-align: left;
  padding: 0 15px;
  line-height: 48px;
}
.vina-shop-by .cf_filters_list li:hover,
.vina-shop-by .cf_filters_list li:focus {
  background: #1a1a1a;
  border-color: #484848;
}
.vina-shop-by .cf_filters_list li:hover a,
.vina-shop-by .cf_filters_list li:focus a {
  background: #1a1a1a;
}
.vina-shop-by .cf_filters_list li.cf_li_clear a {
  background: none !important;
  color: #fff;
}
.vina-shop-by .cf_filters_list li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vina-shop-by .cf_filters_list li .cf_flt_counter {
  float: right;
  color: #fff;
}
.vina-shop-by .cf_filters_list li .cf_clear span.cf_clear {
  background: #fff;
  padding: 8px 2px;
}
.vina-shop-by .cf_filters_list li .cf_clear span.cf_clear > a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
}
.vina-shop-by input[type="checkbox"] {
  margin: -4px 5px 0 0;
}
.vina-shop-by .cf_filtering_slider_gutter {
  width: 100%;
}
.vina-shop-by .cf_slider_gutter_l,
.vina-shop-by .cf_slider_gutter_r {
  background: none;
}
.vina-shop-by .cf_slider_gutter_m {
  width: 100%;
  margin: 0;
  background: none;
  position: relative;
  z-index: 0;
}
.vina-shop-by .cf_slider_gutter_m:before {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  top: 50%;
  margin-top: -4px;
  left: 0;
  z-index: 0;
  background: #bebebe;
}
.vina-shop-by .slider_bkg_img {
  background: none;
  width: 100%;
  height: 2px;
  background-color: #000;
  color: #222222;
}
.vina-shop-by .cf_filtering_knob {
  background: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  border: 6px solid #707070;
}
.vina-shop-by .cf_filtering_knob_from {
  -webkit-transform: translate(9px,0);
  -moz-transform: translate(9px,0);
  -ms-transform: translate(9px,0);
  -o-transform: translate(9px,0);
  transform: translate(9px,0);
}
.vina-shop-by .cf_filtering_knob_to {
  -webkit-transform: translate(-11px,-4px);
  -moz-transform: translate(-11px,-4px);
  -ms-transform: translate(-11px,-4px);
  -o-transform: translate(-11px,-4px);
  transform: translate(-11px,-4px);
}
.vina-shop-by .cf_wrapper_input_text {
  width: 100%;
}
.vina-shop-by .cf_search_button {
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  float: right;
  cursor: pointer;
}
.vina-shop-by .cf_option.cf_clear {
  background: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  cursor: pointer;
  padding: 5px;
}
.vina-shop-by #price_clear {
  background: #000 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  cursor: pointer;
  padding: 5px;
}
.vina-shop-by .cf_resetAll_link .cf_resetAll_label {
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  cursor: pointer;
  padding: 5px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 20px 0;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
.vina-payment {
  line-height: 34px;
}
#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;
  margin: 0;
  color: #8c8c8c;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 34px;
  font-family: Raleway;
  font-weight: 500;
  float: left;
}
#sp-footer-wrapper .copyright a {
  color: #000;
}
.sp-totop {
  display: inline-block;
  position: fixed;
  bottom: 35px;
  right: 12px;
  z-index: 99;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sp-totop.hidden-top {
  bottom: -100px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sp-totop:focus {
  outline: none;
  text-decoration: inherit;
}
.sp-totop:focus > i {
  outline: none;
}
.sp-totop > i {
  font-size: 17px;
  color: #fff;
  background: #c9c9c9;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-totop > i:focus {
  outline: 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;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: 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;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
  margin: 0;
}
section.blog:not(.column-1) .post .article-text {
  padding: 0;
}
.blog.column-2 .item-blog {
  padding: 20px;
  border: 1px solid #f4f4f4;
}
.blog.column-2 .item-blog .entry-title {
  margin: 11px 0 5px;
}
.blog.column-4 .item-blog {
  padding: 10px;
  border: 1px solid #f4f4f4;
}
.blog.column-4 .item-blog .entry-title {
  margin: 11px 0 5px;
}
.blog.column-4 .item-blog .readmore-link,
.blog.column-4 .item-blog .comments-link {
  padding: 2px 3px;
}
.blog.column-4 .item-blog .entry-title a {
  margin: 0 0 5px;
  display: inline-block;
}
.item-blog.item-page .entry-title {
  display: inline-block;
  margin-top: 9px;
}
.item-blog.item-page .entry-title a {
  font-size: 24px;
  line-height: 30px;
}
.item-blog.item-page .entry-content > .pull-left {
  display: image-block;
  width: 100%;
  text-align: center;
}
.item-blog.item-page .tags {
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 30px;
}
.item-blog.item-page .tags a {
  background: transparent;
  text-shadow: none;
  font-weight: bold;
}
.item-blog.item-page .tags a:hover {
  text-decoration: underline;
}
.item-blog .img-intro {
  position: relative;
  top: 0;
}
.item-blog .img-intro:before {
  left: 0;
  margin: auto;
  top: 0;
}
.item-blog .img-intro:after {
  bottom: 0;
  right: 0;
}
.item-blog .img-intro:after,
.item-blog .img-intro:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: rgba(255,255,255,0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-blog .img-intro:hover:after,
.item-blog .img-intro:hover:before {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.item-blog .items-row {
  margin-bottom: 20px;
}
.item-blog .readmore-link {
  float: left;
}
.item-blog .comments-link {
  float: right;
}
.item-blog .readmore-link,
.item-blog .comments-link {
  padding: 3px 15px;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
}
.item-blog .article-text {
  padding-left: 15px;
}
.item-blog .entry-title {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 22px;
}
.item-blog .entry-title a {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 22px;
  text-transform: uppercase;
}
.item-blog .timmer {
  display: inline-block;
  margin-bottom: 17px;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  z-index: 0;
  padding-bottom: 16px;
  width: 100%;
}
.item-blog .timmer:after {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  width: 83px;
  content: "";
  left: 0;
  height: 3px;
}
.item-blog .timmer:before {
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.item-blog .timmer > div {
  display: inline-block;
}
.item-blog .timmer > div.vina_m {
  margin: 0 3px;
}
#form-login input[type="submit"] {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: inline-block;
  margin-left: 15px;
}
.vina-login-form .form-inline {
  margin: 0;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.vina-login-form .form-inline #form-login-submit button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.vina-login-form #modlgn-username,
.vina-login-form #modlgn-passwd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 30px;
  padding: 0 6px;
}
.vina-cate-joomla.categories-module {
  background: #000;
}
.vina-cate-joomla.categories-module li {
  border-left: 4px solid transparent;
  text-align: left;
  padding: 0 15px;
  line-height: 48px;
  display: inline-block;
  width: 100%;
}
.vina-cate-joomla.categories-module li:hover,
.vina-cate-joomla.categories-module li:focus {
  background: #1a1a1a;
  border-color: #484848;
}
.vina-cate-joomla.categories-module li:hover a,
.vina-cate-joomla.categories-module li:focus a {
  background: #1a1a1a;
}
.vina-cate-joomla.categories-module li h4 {
  font-weight: 500;
}
.vina-cate-joomla.categories-module li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#comments-form p {
  margin-left: 0px !important;
}
#comments-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px !important;
}
#comments-form input.checkbox + label {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
#comments-form #comments-form-buttons {
  margin-left: 0 !Important;
}
#comments-form .btn,
#comments-form .btn > div {
  background: none;
  padding: 0;
  border: 0;
}
#comments-form .btn a,
#comments-form .btn > div a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 4px 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: none;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
#comments-form .btn a:hover,
#comments-form .btn > div a:hover {
  color: #fff;
}
#comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px !important;
}
#jc h4 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  z-index: 0;
  padding-bottom: 3px;
}
#jc h4:before {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  width: 83px;
  content: "";
  left: 0;
  height: 3px;
}
#jc .rbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-tags h3.header:before {
  content: "\f02c" !important;
}
.vina-tags.tagspopular {
  padding-bottom: 5px;
}
.vina-tags.tagspopular ul {
  display: inline-block;
}
.vina-tags.tagspopular li {
  display: inline-block;
  float: none;
}
.vina-tags.tagspopular li a {
  font-size: 12px !important;
  display: inline-block;
  padding: 4px 10px;
  margin: 10px 0 0;
  border: 0;
  text-transform: capitalize;
  background: #fff;
}
.chzn-container .chzn-drop {
  max-width: 198px;
}
body.productdetails.rtl {
  direction: initial;
}
body.productdetails.rtl > * {
  direction: initial;
}
body.productdetails.rtl article,
body.productdetails.rtl aside,
body.productdetails.rtl details,
body.productdetails.rtl figcaption,
body.productdetails.rtl figure,
body.productdetails.rtl footer,
body.productdetails.rtl header,
body.productdetails.rtl hgroup,
body.productdetails.rtl nav,
body.productdetails.rtl section {
  direction: rtl;
}
.tag-category h1 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
}
.tag-category .category li {
  margin-bottom: 20px;
}
.tag-category .category li .img-intro {
  max-width: 270px;
  padding-right: 20px;
}
.carousel-control {
  width: 46px;
  height: 46px;
  margin-top: -23px;
}
.carousel-control i {
  color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.carousel-control.left i {
  margin-right: 5px;
}
.carousel-control.right {
  text-align: center !important;
}
.carousel-control.right i {
  margin-left: 5px;
}
.carousel-control i {
  font-size: 40px;
  line-height: 40px;
}
#sbox-window {
  padding: 0;
}
#fancybox-content #sbox-window.shadow,
#fancybox-content #sbox-overlay {
  display: none !important;
}
.vina-popup {
  background: url("../images/bg/bg_popup_newsletter.jpg") no-repeat scroll 0 0 rgba(0,0,0,0);
  color: #000;
  height: 360px;
  margin: 0;
  padding: 25px 80px;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-popup > .mod_newsletter > h3 {
  color: #f0d700;
  font-family: bold;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 80px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vina-popup .acymailing_form {
  float: left;
}
.vina-popup .acymailing_introtext {
  margin: 10px 0 !important;
}
.vina-popup .acymailing_introtext p {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vina-popup .acymailing_module_form td {
  float: left;
}
.vina-popup .acyfield_email input {
  height: 38px;
  padding: 5px 10px;
  border: 0 !Important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vina-popup .acysubbuttons input {
  display: block;
  padding: 6px 20px;
  font: normal 13px/18px raleway;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #74c5e6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vina-popup .acysubbuttons input:hover {
  background: #000;
}
iframe {
  max-width: 100% !important;
}
@media (max-width: 599px) {
  .contentpane .vina-popup {
    padding: 10px;
    height: 280px;
  }
  .contentpane .vina-popup > .mod_newsletter > h3 {
    margin-top: 30px;
  }
}
@media (max-width: 319px) {
  .contentpane .vina-popup {
    padding: 10px;
    height: 240px;
  }
  .contentpane .vina-popup > .mod_newsletter > h3 {
    margin-top: 10px;
  }
  .contentpane .vina-popup table.acymailing_form {
    display: inline-block;
  }
  .contentpane .vina-popup table.acymailing_form * {
    display: inline-block;
    width: 100%;
  }
  .contentpane .vina-popup .acyfield_email input {
    width: 100% !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .home-btn-right .vina-bnproducts .header {
    margin: 0 0 64px;
  }
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li {
  margin: 0 2px 0 0;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li:hover > a {
  border-color: rgba(253,253,253,0);
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li.parent > a:before {
  font-size: 16px;
  content: "\f0d7";
  bottom: 13px;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li:first-child:hover > a:after,
.vina-home-full-2 #sp-main-menu ul.level-0 > li:first-child.active > a:after {
  color: #fff;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li:first-child > a {
  height: 79px;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li:first-child > a > span >.menu-title {
  font-size: 0;
  text-indent: -1000px;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li:first-child > a:after {
  display: block;
  text-align: center;
  content: "\f015";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  margin-top: 12px;
  z-index: 1;
  height: 100%;
  width: 37px;
  color: #000;
  background: none;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li > a {
  padding: 12px 23px;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li > a:after {
  background: none;
}
.vina-home-full-2 #sp-main-menu ul.level-0 > li > a:hover,
.vina-home-full-2 #sp-main-menu ul.level-0 > li > a.active {
  color: #fff;
}
.vina-home-box-1 .sp-submenu .sp-submenu-wrap {
  border-top: 4px solid #2c2c2c;
}
.vina-home-box-2 #sp-main-menu ul.level-0 > li > a {
  padding: 24px 20px 25px;
}
.vina-home-box-2 #sp-main-menu ul.level-0 > li > a:after {
  background: none;
}
.vina-home-box-2 .sp-submenu .sp-submenu-wrap {
  border-top: 4px solid #000;
  top: 0;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li.home .level-1 > li > a > span {
  text-align: center;
  display: inline-block;
}
#sp-main-menu ul.level-0 > li.home .level-1 > li > a > span > .menu-title {
  display: inline-block;
  padding: 15px 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
#sp-main-menu ul.level-0 > li >a {
  padding: 26px 19px;
  text-decoration: none;
  display: block;
  line-height: 55px;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li >a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 5px;
  background: #000;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-main-menu ul.level-0 > li:hover > a:after,
#sp-main-menu ul.level-0 > li.active > a:after {
  width: 37px;
}
#sp-main-menu ul.level-0 > li:hover > a {
  border-color: #e5e5e5;
}
#sp-main-menu ul.level-0 > li.parent >a:before {
  font-size: 13px;
  content: "\f107";
  position: absolute;
  line-height: 5px;
  bottom: 19px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 5px;
  font-family: FontAwesome;
}
#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).no-icon {
  padding: 10px !important;
  text-align: center !important;
}
#sp-main-menu li li:not(.sp-menu-group).no-icon a {
  padding: 0 !important;
}
#sp-main-menu li li:not(.sp-menu-group).no-icon a:before {
  content: "";
}
#sp-main-menu li li:not(.sp-menu-group).no-icon:hover span .menu-image {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#sp-main-menu li li:not(.sp-menu-group).no-icon span.menu span.menu-title {
  margin-top: 15px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).no-icon span.menu .menu-image {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 0;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 8px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 9px 0;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group:before,
#sp-main-menu div.sp-menu-group a.sp-menu-group:after {
  content: "";
  left: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  margin-top: -3px;
  display: block;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group:before {
  width: 90%;
  background: #e5e5e5;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group:after {
  width: 70px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
  font-size: 16px;
}
#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.open .sp-submenu-wrap {
  z-index: 3000;
}
.sp-submenu .sp-submenu-wrap {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  text-align: left;
  margin: 0;
  padding: 40px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  border-top: 3px solid #2c2c2c;
}
.sp-submenu .megacol {
  float: left;
}
.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:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 10px !important;
  padding: 10px 9px 8px 8px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
  font-size: 38px;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 3px;
  padding: 2px 4px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 36px;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sp-mobile-menu {
  background: #686868;
}
.sp-mobile-menu > ul > li img {
  display: none;
}
.sp-mobile-menu > ul > li.parent.open {
  border-top: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li {
  background: #e6e6e6;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
}
.sp-mobile-menu ul li.last {
  border-bottom: 0;
}
.sp-mobile-menu ul li.parent.open > a {
  color: #fff;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  font-weight: normal;
  font-weight: bold;
  width: 100%;
  padding: 0 7px 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-mobile-menu ul li.active > span.sp-menu-toggler i,
.sp-mobile-menu ul li:hover > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul li {
  background: #777777;
  border-top: 0;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li > ul li a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li.parent.open > a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li a {
  font-size: 14px;
}
.sp-mobile-menu ul li > ul > li > span.sp-menu-toggler i {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.parent.open > a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li > span.sp-menu-toggler i {
  color: #fff;
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  height: 40px;
  position: absolute;
  right: 3px;
  top: 0;
}
.sp-mobile-menu ul li span.sp-menu-toggler i {
  width: 28px;
  height: 28px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  margin-top: 5px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sp-mobile-menu ul li span.sp-menu-toggler i.icon-angle-down:before {
  content: "\f0d8";
}
.sp-mobile-menu ul li span.sp-menu-toggler i.icon-angle-right:before {
  content: "\f0da";
}
.sp-mobile-menu .header-button {
  height: 38px;
  line-height: 38px;
  text-align: right;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu .header-button p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 39px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 65px;
  text-transform: uppercase;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.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;
}
.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;
}
body.rtl {
  text-align: right;
}
.rtl .pull-right {
  float: left;
}
.rtl .pull-left {
  float: right;
}
.rtl .price-box {
  text-align: right;
}
.rtl .vina-carousel-virtuemart,
.rtl .vina-manufacturers-virtuemart,
.rtl .vina-camera-slider,
.rtl .vina-carousel-content {
  direction: ltr;
}
.rtl .media > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .media > .pull-right {
  margin-left: 0;
  margin-right: 10px;
}
.rtl #mod_languages .bootstrap-select .filter-option {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.rtl #mod_languages .bootstrap-select .filter-option:after {
  margin-left: 0;
  margin-right: 10px;
}
.rtl #sp-top2 .module {
  float: left;
}
.rtl #sp-top2 .top-hover.menu-account .btn {
  padding: 15px 15px 15px 0;
}
.rtl #sp-top2 .top-hover.menu-account .btn a {
  padding-left: 0;
  padding-right: 26px;
  background-position: 100% 50%;
  border-left: 0;
  border-right: 0;
}
.rtl #sp-top2 .top-hover .btn > a {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.rtl #sp-top2 .top-hover .btn > a:after {
  margin-left: 0;
  margin-right: 10px;
}
.rtl #cur_form .bootstrap-select .filter-option {
  border-right: 0;
  border-left: 0;
}
.rtl #cur_form .bootstrap-select .filter-option:after {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .vina-contact .welcome-msg {
  float: right;
}
.rtl .vina-contact .block-header {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}
.rtl .vina-contact .block-header span {
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}
.rtl #vmCartModule {
  border-left: 0;
  border-right: 1px solid #d7d7d7;
  padding-left: 0;
  padding-right: 10px;
}
.rtl .vina-vmsearch #mod_virtuemart_search {
  right: auto;
  left: 0;
}
.rtl #vmCartModule .mini-cart-content {
  right: auto;
  left: 0;
}
.rtl .vina-shop-by input[type="checkbox"] {
  float: left;
  margin: 17px 5px 0 0;
}
.rtl .vina-shop-by .headexpand_show {
  background-position: right bottom;
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li {
  margin: 0 0px 0 5px;
}
.rtl #sp-main-menu ul.level-0 > li > a {
  padding: 26px 15px;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-left: 0;
}
.rtl .vina-home-full-2 #sp-main-menu {
  margin-left: -100px;
}
.rtl .vina-home-full-2 #sp-main-menu ul.level-0 > li > a {
  padding: 12px 23px;
}
.rtl .vina-slide-show.slide-style1 .camera_caption {
  left: 0 !important;
}
.rtl .vina-slide-show.slide-style1 .camera_caption.body_des > div > * {
  right: -54%;
  left: auto;
}
.rtl .vina-slide-show.slide-style1 .camera_caption.img_pr {
  right: 45% !important;
  left: auto !important;
}
.rtl .vina-slide-show.slide-style1 .camera_caption.img_small {
  margin-right: -238px;
  margin-left: 0;
  left: auto !important;
  right: 50%;
}
.rtl .vina-slide-show.slide-style2 .camera_caption.body_des {
  left: 15% !important;
}
.rtl .vina-slide-show.slide-style2 .camera_caption.body_des > div > * {
  left: 0;
}
.rtl .vina-slide-show.slide-style2 .camera_caption.img_pr {
  right: 0px !important;
  left: auto !important;
}
.rtl .vina-slide-show.slide-style2 .camera_caption.img_pr img {
  right: 0;
}
.rtl .vina-slide-show.slide-style2 .title {
  font-size: 68px;
}
.rtl .vina-slide-show.slide-style3 .camera_caption {
  left: 0 !important;
}
.rtl .vina-slide-show.slide-style3 .camera_caption.body_des {
  left: auto !Important;
  right: 0 !Important;
}
.rtl .vina-slide-show.slide-style3 .camera_caption.body_des > div > * {
  left: 0;
}
.rtl .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 > div > * {
  left: 0;
}
.rtl .vina-products-timer .vina-carousel-virtuemart .item-box-hover {
  float: right;
}
.rtl .vina-products-timer .vina-carousel-virtuemart .price-box {
  text-align: right;
}
.rtl .vina-products-timer .vina-carousel-virtuemart .price-box .sale-price > * {
  float: right;
}
.rtl .vina-products-timer .vina-carousel-virtuemart .product-title {
  text-align: right;
}
.rtl .vina-products-timer .vina-carousel-virtuemart .vm-product-rating-container {
  text-align: right;
}
.rtl .vina-products-timer .vina-carousel-virtuemart .product-description {
  text-align: right;
}
.rtl .vm-product-rating-container {
  text-align: left;
}
.rtl .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img img {
  padding: 2px 2px 2px 0px;
}
.rtl .vina-new-products .vina-ticker-virtuemart .vina-items-wrapper .price-box {
  text-align: right;
}
.rtl .vina-new-products .vina-ticker-virtuemart .header-block span.up {
  left: 32px;
  right: auto;
}
.rtl .vina-new-products .vina-ticker-virtuemart .header-block span.down {
  left: 0;
  right: auto;
}
.rtl .vina-new-products .vina-ticker-virtuemart .des-info {
  margin-right: 20px;
  margin-left: 0;
}
.rtl .vina-new-products .vina-ticker-virtuemart .vm-product-rating-container {
  text-align: right;
}
.rtl .vina-vmproduct .product-name {
  text-align: right !important;
}
.rtl .vina-vmproduct .vm-product-rating-container {
  text-align: right;
}
.rtl .price-box .regular-price {
  float: right;
}
.rtl .price-box .sale-price > * {
  float: right;
}
.rtl .price-box .sale-price .vm-display > .PricesalesPrice {
  padding-left: 5px;
}
.rtl .price-box .sale-price .vm-display > .PricebasePriceWithTax {
  margin-left: 0;
}
.rtl .price-box .sale-price .vm-display > .PricebasePriceWithTax:before {
  float: right;
  margin-top: 4px;
}
.rtl .vm-list-products .vina-vmproduct .product-name {
  text-align: right !important;
}
.rtl .vm-list-products .vina-vmproduct .vm-product-rating-container {
  text-align: right;
}
.rtl .vm-list-products .vina-vmproduct .pro-image.second-image {
  padding-right: 0;
  padding-left: 4px;
}
.rtl .vina-bottom .footer-content > div {
  padding-left: 0;
  padding-right: 35px;
  background-position: 100% 50%;
}
.rtl #vina-shipping-2 .banner-box-inner.banner-box3 {
  border-right: 0;
}
.rtl #vina-shipping-2 .banner-box-inner.banner-box1 {
  border-right: 1px solid #e5e5e5;
}
.rtl .vina-home-box-2 #header {
  border-right: 0;
  border-left: 1px solid #e5e5e5;
}
.rtl .vina-home-box-2 #sp-search {
  margin-left: 0;
  margin-right: -6px;
}
.rtl .vina-home-box-2 #sp-main-menu ul.level-0 > li > a {
  padding: 24px 20px 25px;
}
.rtl .vina-top-sellers .vina-ticker-virtuemart .header-block span.up {
  right: auto;
  left: 32px;
}
.rtl .vina-top-sellers .vina-ticker-virtuemart .header-block span.down {
  left: 0;
  right: auto;
}
.rtl .vina-top-sellers .vina-items-wrapper .vina-items .vina-item .des_content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 8px;
}
.rtl .home-btn-right.vina-home-box-2 .vina-tab-products .tab-category > ul {
  margin: 11px 0 15px 109px;
  text-align: left;
}
.rtl .home-btn-right .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: 0;
  right: auto;
}
.rtl .home-btn-right .vina-bnproducts .header {
  text-align: right;
}
.rtl .home-btn-right .vina-manufacturers-virtuemart .vina-prev,
.rtl .home-btn-right .vina-manufacturers-virtuemart .vina-next {
  left: 32px;
  right: auto;
}
.rtl .home-btn-right .vina-carousel-content.owl-theme .owl-controls {
  left: 15px;
  right: auto;
}
.rtl .home-btn-right .vina-header-center .header {
  text-align: right;
}
.rtl .home-btn-right .vina-tab-products .header {
  text-align: right;
}
.rtl .home-btn-right .vina-tab-products .vina-carousel-content.owl-theme .owl-controls {
  right: auto;
  left: 15px;
}
.rtl .home-btn-right .vina-tab-products .vina-header-center .header {
  text-align: right;
}
.rtl .home-btn-right .vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: 0;
  right: auto;
}
.rtl .home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul {
  text-align: right;
}
.rtl .home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li:first-child a {
  padding: 10px 0 0 25px;
}
.rtl .home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: 0;
  right: auto;
}
.rtl .home-btn-right .vina-tab-products .tab-category > ul {
  margin: 11px 0 28px 109px;
  text-align: left;
}
.rtl .home-btn-right .vina-tab-products .tab-category > ul li {
  border-right: 0;
  border-left: 3px double #e5e5e5;
}
.rtl .productdetails-view .product-name {
  width: 100%;
  text-align: left;
}
.rtl .productdetails-view .price-box .product-price {
  float: right;
}
.rtl .productdetails-view .price-box .product-price .price-crossed .PricebasePriceWithTax >.PricebasePriceWithTax:before {
  float: left;
}
.rtl .productdetails-view .icons.add-to-box-2 > * {
  float: right !important;
}
.rtl .productdetails-view .icons.add-to-box-2 .btn-wishlist {
  float: right;
}
.rtl .productdetails-view .icons a,
.rtl .productdetails-view .icons a:not(.btn) {
  float: right;
}
.rtl #vina-description ul,
.rtl #vina-description ol {
  margin: 0 25px 10px 0;
}
.rtl .knob_wrapper {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .rtl.responsive .vina-products-timer .vina-carousel-virtuemart .item-box-hover {
    margin-left: 14px;
  }
  .rtl.responsive .vina-shop-by .cf_flt_header {
    font-size: 18px;
  }
  .rtl.responsive .home-btn-right .vina-tab-products .tab-category > ul {
    margin: 5px 0 28px 78px;
  }
  .rtl.responsive .home-btn-right .vina-bnproducts.new-products .header:before {
    text-align: right;
  }
  .rtl.responsive #sp-main-menu {
    margin-left: -40px;
  }
  .rtl.responsive .vina-slide-show.slide-style1 .camera_caption.body_des {
    left: 0 !important;
  }
  .rtl.responsive .vina-slide-show.slide-style1 .camera_caption.body_des > div > * {
    left: auto;
    right: -10%;
  }
  .rtl.responsive .vina-slide-show.slide-style2 .camera_caption.body_des {
    left: 10% !important;
    right: auto !important;
  }
  .rtl.responsive .vina-home-full-2 #sp-menu {
    padding-right: 0;
    padding-left: 103px;
  }
  .rtl.responsive .vina-home-full-2 #sp-search {
    float: left;
  }
  .rtl.responsive .vina-home-box-2 #sp-search {
    margin: 1px -30px 0 8px;
  }
  .rtl.responsive .vina-home-box-2 #sp-main-menu ul.level-0 > li > a {
    padding: 24px 7px 25px;
  }
}
@media (max-width: 979px) {
  .rtl.responsive .vina-menu {
    right: auto;
    left: 0;
  }
  .rtl.responsive #sp-search {
    margin-right: 0;
    margin-left: 70px;
    float: left;
  }
  .rtl.responsive .vina-home-box-2 #sp-search {
    margin: 1px -30px 0 90px;
  }
  .rtl.responsive .vina-home-box-2 .vina-menu {
    left: 20px;
    right: auto;
  }
  .rtl.responsive .home-btn-right .vina-tab-products.all-products .header {
    padding-bottom: 40px;
  }
  .rtl.responsive .vina-slide-show.slide-style1 .camera_caption.body_des {
    right: auto !important;
    left: 0 !Important;
  }
  .rtl.responsive .vina-slide-show.slide-style1 .camera_caption.body_des > div > * {
    left: 15%;
    right: auto;
  }
  .rtl.responsive .vina-slide-show.slide-style3 .camera_caption > div > * {
    width: 292px;
    left: 0;
  }
  .rtl.responsive .vina-home-box-1 .vina-menu {
    left: 20px;
    right: auto;
  }
  .rtl.responsive .vina-home-full-2 #sp-header-wrapper > .container {
    position: relative;
    z-index: 2;
  }
  .rtl.responsive .vina-home-full-2 #sp-search {
    margin: 0 0 0 70px;
  }
  .rtl.responsive .vina-home-full-2 .vina-menu {
    top: 13px !important;
    left: 20px;
  }
  .rtl.responsive #vina-shipping-2 .banner-box-inner .banner-icon {
    margin: 10px 0px 5px 10px;
  }
}
@media (max-width: 767px) {
  .rtl.responsive #sp-header-wrapper #sp-logo {
    float: right;
  }
  .rtl.responsive .vina-products-timer .vina-carousel-virtuemart .image_product {
    display: inline-block;
  }
  .rtl.responsive #sp-top2 .top-hover .btn > a {
    border-right: 0;
    border-left: 0;
  }
  .rtl.responsive #cur_form .bootstrap-select .filter-option {
    border-right: 0;
    border-left: 0;
  }
  .rtl.responsive .sp-mobile-menu ul li a {
    text-align: left;
    padding: 0 17px 0 7px;
  }
  .rtl.responsive .sp-mobile-menu ul li span.sp-menu-toggler {
    right: 10px;
  }
  .rtl.responsive .vina-home-full-2 .vina-menu {
    top: 117px !important;
    left: auto;
    right: 20px;
  }
  .rtl.responsive .vina-home-full-2 #sp-search {
    margin: 0 70px 0 0px;
  }
  .rtl.responsive .vina-home-full-2 .logo {
    float: left;
  }
  .rtl.responsive .vina-home-full-2 #sp-header-wrapper > .container {
    position: initial;
  }
  .rtl.responsive .vina-home-full-2 #sp-header-wrapper.fix-header #sp-search {
    float: right;
    margin: 0 20px 0 0px;
  }
  .rtl.responsive .vina-home-full-2 .vina-vmsearch #mod_virtuemart_search {
    left: auto;
    right: 0;
  }
  .rtl.responsive .vina-home-full-2 #vmCartModule .mini-cart-content {
    left: auto;
    right: 0;
  }
  .rtl.responsive .vina-home-full-2 #sp-top2 .top-hover .btn > a {
    border-right: 0;
    border-left: 1px solid #e5e5e5;
  }
  .rtl.responsive .vina-home-full-2 #cur_form .bootstrap-select .filter-option {
    border-left: 0;
  }
  .rtl.responsive #vina-shipping-2 .banner-box-inner.banner-box1 {
    border-right: 0;
  }
  .rtl.responsive #vina-shipping-2 .banner-box-inner .banner-icon {
    margin: 0px 0px 5px 10px;
  }
  .rtl.responsive .vina-products-timer .vina-carousel-virtuemart .image_product {
    margin-top: 10px;
  }
  .rtl.responsive .home-btn-right .vina-tab-products .header {
    padding-bottom: 45px;
  }
  .rtl.responsive .price-box .sale-price .vm-display > .PricebasePriceWithTax {
    display: inline-block;
  }
  .rtl.responsive .vm-product-rating-container {
    text-align: center;
  }
  .rtl.responsive .price-box .regular-price {
    float: none;
  }
  .rtl.responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li.active a {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .rtl.responsive .vina-home-full-2 #sp-header-wrapper.fix-header #sp-search {
    margin: 0 70px 0 0px;
  }
}
@media (max-width: 479px) {
  .rtl.responsive .vina-home-full-2 .logo {
    float: none;
  }
}
.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.blocknumber-cubes {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.blocknumber-cubes.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.blocknumber-cubes.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span.blocknumber-cubes {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span.blocknumber-cubes {
  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 (min-width: 1200px) {
  .responsive .vina-home-box-1 > .container {
    padding: 0 30px;
  }
  .responsive .vina-camera-slider {
    max-width: 1440px !important;
    margin: 0 auto !Important;
  }
}
@media (max-width: 1280px) {
  .responsive .container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .responsive #ProOPC.cart-view .proopc-shipments {
    max-width: 290px;
  }
  .responsive .productdetails-view .back-to-category {
    width: 100%;
  }
  .responsive .vina-home-full-1 #header {
    position: relative;
    z-index: 2;
  }
  .responsive .vina-home-full-1 .vina-menu {
    top: 31px !important;
  }
  .responsive .vina-home-box-1 > .container {
    padding: 0;
  }
  .responsive .vina-home-box-1 .vina-menu {
    right: 20px;
    top: 32px !important;
  }
  .responsive .vina-home-box-1 #sp-top-wrapper,
  .responsive .vina-home-box-1 #sp-header-wrapper {
    padding: 0;
    margin: 0;
  }
  .responsive .vina-home-box-1 #sp-header-wrapper .container {
    position: relative;
    z-index: 2;
  }
  .responsive .vina-home-box-1 #sp-header-wrapper.fix-header {
    margin: 0;
  }
  .responsive .vina-home-box-1 #sp-header-wrapper.fix-header .container {
    padding: 0 20px;
    margin: 0 auto;
  }
  .responsive .vina-home-box-1 #sp-main-menu ul.level-0 > li > a {
    padding: 24px 10px;
  }
  .responsive .vina-home-full-2 #sp-menu {
    width: 100%;
    padding-right: 103px;
  }
  .responsive .vina-home-full-2 #sp-search {
    margin: -81px 0 0;
  }
  .responsive .vina-home-full-2 #sp-main-menu ul.level-0 > li > a {
    padding: 12px 22px;
  }
  .responsive .vina-home-full-2 .vina-vmsearch #mod_virtuemart_search {
    top: 59px;
  }
  .responsive .vina-home-full-2 #vmCartModule .mini-cart-content {
    top: 59px;
  }
  .responsive .vina-slide-show.slide-style2 .title {
    font-size: 50px;
    top: 0;
  }
  .responsive .vina-slide-show.slide-style2 .link a {
    padding: 5px 20px;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption > div {
    background: transparent;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption.body_des {
    left: auto !important;
    right: 10% !important;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption.body_des > div > * {
    left: 0;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption .model {
    width: 281px;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption .model.model1 {
    width: 444px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des > div > * {
    left: -46%;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 > div > * {
    left: auto;
    right: 20%;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 .intro {
    font-size: 16px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 .title {
    margin-right: 40px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 .subtitle {
    font-size: 40px;
    margin-right: -20px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 .link {
    text-align: center !important;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.img_small .model {
    max-width: 100% !important;
    bottom: 0;
  }
  .responsive .vina-slide-show.slide-style3 .title {
    font-size: 60px;
    margin-left: 40px;
  }
  .responsive .vina-slide-show.slide-style3 .subtitle {
    font-size: 60px;
  }
  .responsive .vina-slide-show.slide-style3 .link {
    margin-top: 60px;
  }
  .responsive .vina-slide-show.slide-style3 .link a {
    padding: 5px 20px;
    line-height: 30px;
  }
  .responsive .vina-slide-show.slide-style4 .camera_caption.slide1.body_des {
    left: 0 !important;
    right: auto !important;
    margin-left: 30px;
  }
  .responsive .vina-slide-show.slide-style4 .camera_caption.slide1.body_des .subtitle {
    margin-left: 50px;
    text-align: left;
  }
  .responsive .vina-slide-show.slide-style4 .camera_caption.slide1.body_des .link a {
    margin-right: 110px;
  }
  .responsive .vina-slide-show.slide-style4 .intro {
    font-size: 16px;
  }
  .responsive .vina-slide-show.slide-style4 .subtitle,
  .responsive .vina-slide-show.slide-style4 .title {
    font-size: 60px;
  }
  .responsive .vina-home-box-2 #sp-main-menu ul.level-0 > li > a {
    padding: 24px 11px 25px;
  }
  .responsive .vina-home-box-2 #sp-search {
    margin: 0 8px 0 -30px;
  }
  .responsive .home-btn-right .vina-bnproducts.new-products .header {
    padding: 9px 0 40px;
  }
  .responsive .home-btn-right .vina-bnproducts.new-products .header:before {
    top: 112px;
  }
  .responsive .home-btn-right .vina-bnproducts.new-products .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 45px;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category > ul {
    margin: 5px 78px 28px 0;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category > ul li a {
    font-size: 14px;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li.active a {
    font-size: 22px;
  }
  .responsive .vina-header-center .header {
    font-size: 24px;
  }
  .responsive .vina-tab-products .header {
    font-size: 22px;
  }
  .responsive .vina-slide-show.slide-style4 .camera_caption.body_des > div > * {
    left: 0;
  }
  .responsive .vina-slide-show.slide-style1 .camera_caption.body_des {
    left: auto !important;
    right: 40px !important;
  }
  .responsive .vina-slide-show.slide-style1 .camera_caption.body_des > div > * {
    left: 0;
  }
  .responsive .vina-slide-show.slide-style1 .img_small {
    margin-left: -338px;
  }
  .responsive .vina-slide-show.slide-style1 .title {
    font-size: 70px;
  }
  .responsive .vina-slide-show.slide-style1 .intro {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .responsive .vina-slide-show.slide-style1 .subtitle {
    margin-top: -74px;
    font-size: 60px;
  }
  .responsive .vina-slide-show.slide-style1 .link a {
    padding: 5px 20px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .add-to-links,
  .responsive .vina-products-timer .vina-carousel-virtuemart .ma-links {
    width: 50%;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date {
    min-width: 54px;
    min-height: 54px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date span {
    font-size: 22px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .product-title a {
    font-size: 24px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .ma-links .add-to-links {
    width: 100%;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .add-to-links li {
    width: 49%;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .add-to-links li a {
    width: 100%;
    height: 57px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .add-to-links li .btn-wishlist button {
    width: 100%;
    height: 57px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .item-box-hover {
    width: 100%;
    margin-left: 20px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .addtocart-bar > .addtocart-button {
    padding: 6px 18px;
    min-width: initial;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img img {
    height: 170px;
  }
  .responsive #sp-banner-bestseller {
    margin-right: -1px;
  }
  .responsive #sp-banner-featured {
    margin-left: -1px;
  }
  .responsive .vina-home-full-1 #sp-main-menu ul.level-0 > li > a {
    padding: 24px 6px;
    font-size: 12px;
  }
  .responsive #sp-search {
    float: right;
    width: 103px;
  }
  .responsive .vina-vmproduct .addtocart-bar > .addtocart-button input {
    font-size: 0;
    text-indent: -1000px;
    padding: 10px 0px 10px 0px !important;
    background: url(../images/icon/cart_icon.png) no-repeat center 50% !important;
  }
  .responsive .vina-vmproduct .item-box-hover .ma-links {
    width: 66%;
  }
  .responsive .vina-vmproduct .item-box-hover .add-to-links {
    width: 34%;
  }
  .responsive .vina-news-letter .acymailing_module_form .acyfield_email input {
    width: 100% !Important;
  }
  .responsive .vina-news-letter .acymailing_module_form .acymailing_introtext {
    padding: 5px 15px 20px 15px;
  }
  .responsive .blog.column-2 .items-row.cols-3 .item-blog .readmore-link,
  .responsive .blog.column-2 .items-row.cols-3 .item-blog .comments-link {
    padding: 3px 10px;
  }
}
@media (max-width: 1280px) and (min-width: 767px) {
  .responsive .blog.column-4 .jcomments-links {
    text-align: center;
    display: inline-block;
  }
  .responsive .blog.column-4 .item-blog .readmore-link,
  .responsive .blog.column-4 .item-blog .comments-link {
    padding: 3px 7px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 979px) and (min-width: 767px) {
  .responsive #ProOPC .cart-images,
  .responsive #ProOPC .col-tax {
    display: none;
  }
  .responsive #ProOPC .cart-product-description.with-image {
    padding-left: 0;
  }
  .responsive .vina-carousel-content .item-inner .time {
    border-right: 2px solid #e5e5e5;
  }
  .responsive .vina-carousel-content .item-inner .des-container {
    border-right: 2px solid #e5e5e5;
  }
  .responsive .vm-list-products .vina-vmproduct .box-inner1 {
    padding: 0 10px;
  }
}
@media (max-width: 979px) {
  .responsive .vina-vmwishlist .header span {
    line-height: 24px;
    font-size: 18px;
  }
  .responsive #sbox-window {
    background-color: transparent;
    overflow: hidden;
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
    padding: 0;
  }
  .responsive #sbox-content {
    background-color: transparent;
  }
  .responsive #sbox-btn-close {
    right: 0;
    top: 0;
  }
  .responsive .vina-shop-by .header span {
    line-height: 24px;
    font-size: 18px;
  }
  .responsive .vina-shop-by .cf_flt_header {
    font-size: 15px;
    margin-top: 5px;
    padding: 10px 0 0;
  }
  .responsive .cf_wrapper_input_text_2 input[type="search"] {
    width: 100%;
    min-width: 50px;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 26px;
    padding: 0;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper .search {
    height: 48px;
  }
  .responsive .vina-home-full-2 #vmCartModule {
    margin: 7px 0 15px;
  }
  .responsive .vina-home-full-2 #vmCartModule .top-cart-contain {
    height: 33px;
  }
  .responsive .vina-home-full-2 #sp-search {
    margin: 0 50px 0 0;
  }
  .responsive .vina-home-full-2 .vina-menu {
    top: 163px !important;
    right: 20px;
  }
  .responsive .vina-home-full-2 .vina-vmsearch #mod_virtuemart_search {
    top: 52px !important;
  }
  .responsive .vina-home-full-2 #vmCartModule .mini-cart-content {
    top: 52px !important;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header .vina-menu {
    top: 16px !important;
    right: 20px;
  }
  .responsive .home-btn-right .vina-bnproducts.new-products .header {
    padding: 9px 0 0;
    margin: 0 0 60px;
  }
  .responsive .home-btn-right .vina-bnproducts.new-products .header:before {
    top: 73px;
  }
  .responsive .home-btn-right .vina-bnproducts.new-products .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 0;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category > ul {
    margin: 50px 78px 28px 0;
    text-align: left;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category > ul li {
    padding: 10px 10px 0;
  }
  .responsive .home-btn-right .vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: -15px;
  }
  .responsive #vina-shipping-2 .banner-box-inner {
    padding: 5px 3px;
  }
  .responsive #vina-shipping-2 .banner-box-inner .banner-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 10px 10px 5px 0;
  }
  .responsive #vina-shipping-2 .banner-box-inner .banner-content {
    padding: 8px 0 7px 8px;
  }
  .responsive .vina-home-full-2 #sp-menu {
    min-height: 15px;
  }
  .responsive .vina-home-box-2 .vina-top-sellers .vina-items-wrapper .vina-items .vina-item {
    text-align: center;
  }
  .responsive .vina-home-box-2 .vina-top-sellers .vina-items-wrapper .vina-items .vina-item .row-fluid > [class*="span"] {
    width: 100% !important;
  }
  .responsive .vina-home-box-2 .vina-top-sellers .vina-items-wrapper .vina-items .vina-item .amount {
    display: none;
  }
  .responsive .vina-home-box-2 .vina-top-sellers .vina-items-wrapper .vina-items .vina-item .price-box {
    text-align: center;
  }
  .responsive .vina-home-box-2 .vina-top-sellers .vina-items-wrapper .vina-items .vina-item .price-box .sale-price > * {
    width: 100%;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 36px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category .tab-content:before {
    top: 54px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category .tab-content .vina-bnproducts .vina-carousel-virtuemart {
    margin: 0px 0 70px !important;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category .tab-content .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: -14px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul {
    padding-bottom: 40px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li {
    padding: 10px 1px 0;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li a {
    padding: 10px 7px 0;
    font-size: 14px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li.active a {
    font-size: 20px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content:before {
    top: 94px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content .vina-bnproducts .vina-carousel-virtuemart {
    margin: 0px 0 70px !important;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 36px;
  }
  .responsive .vina-home-box-2 #sp-search {
    margin: 1px 80px 0 -30px;
  }
  .responsive .vina-home-box-2 #header {
    position: relative;
    z-index: 2;
  }
  .responsive .vina-home-box-2 .vina-menu {
    top: 33px !important;
    right: 20px;
  }
  .responsive .vina-home-box-2 .vina-vmsearch #mod_virtuemart_search {
    top: 66px;
  }
  .responsive .vina-home-box-2 #vmCartModule .mini-cart-content {
    top: 66px;
  }
  .responsive .vina-home-box-2 #sp-header-wrapper.fix-header .vina-vmsearch #mod_virtuemart_search {
    top: 66px;
  }
  .responsive .vina-home-box-2 #sp-header-wrapper.fix-header #vmCartModule .mini-cart-content {
    top: 66px;
  }
  .responsive .vina-home-box-2 #sp-header-wrapper.fix-header .vina-menu {
    top: 33px !important;
  }
  .responsive .vina-home-box-2 #sp-left .vina-top-sellers h3.header,
  .responsive .vina-home-box-2 #sp-left .vina-rdproduct h3.header {
    padding: 10px 0 56px;
  }
  .responsive .vina-home-box-2 #sp-left .vina-treeview-category h3.header {
    padding: 10px 0 15px;
  }
  .responsive .vina-home-box-2 .vina-rdproduct.module .header:before {
    top: 96px !important;
  }
  .responsive .vina-home-box-2 .home-btn-right .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 8%;
  }
  .responsive #sp-bestseller_products,
  .responsive #sp-featured_products {
    width: 100%;
  }
  .responsive #vmCartModule {
    margin: 7px 0 29px;
  }
  .responsive #vmCartModule .mini-cart-content {
    top: 62px;
  }
  .responsive .vina-vmsearch #mod_virtuemart_search {
    top: 62px;
  }
  .responsive #sp-search {
    margin-right: 70px;
  }
  .responsive .vina-menu {
    top: 77px !important;
  }
  .responsive #sp-header-wrapper .search {
    margin: 7px 0 0;
    height: 62px;
  }
  .responsive #sp-header-wrapper.fix-header .vina-menu {
    top: 28px !important;
  }
  .responsive #sp-header-wrapper.fix-header .vina-vmsearch #mod_virtuemart_search {
    top: 62px;
  }
  .responsive #sp-header-wrapper.fix-header #vmCartModule .mini-cart-content {
    top: 62px;
  }
  .responsive .vina-slide-show.slide-style1 .cameraContent.cameracurrent .img_small {
    margin-left: -195px;
  }
  .responsive .vina-slide-show.slide-style1 .link a {
    padding: 0px 10px;
  }
  .responsive .vina-slide-show.slide-style1 .camera_caption.body_des {
    margin-top: -40px;
    right: 0 !important;
  }
  .responsive .vina-slide-show.slide-style1 .camera_caption.body_des .intro {
    width: 360px;
    line-height: 24px;
    font-size: 16px;
  }
  .responsive .vina-slide-show.slide-style1 .camera_caption.img_pr .model {
    width: 238px;
  }
  .responsive .vina-slide-show.slide-style1 .camera_caption.img_small .model1 {
    width: 100px;
    margin-top: 0;
  }
  .responsive .vina-slide-show.slide-style1 .title {
    font-size: 40px;
  }
  .responsive .vina-slide-show.slide-style1 .subtitle {
    font-size: 40px;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption .model {
    width: 212px;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption .model.model1 {
    width: 333px;
  }
  .responsive .vina-slide-show.slide-style2 .camera_caption.body_des {
    max-width: 360px;
  }
  .responsive .vina-slide-show.slide-style2 .title {
    font-size: 34px;
  }
  .responsive .vina-slide-show.slide-style2 .intro {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
  }
  .responsive .vina-slide-show.slide-style2 .link {
    margin-top: 82px;
  }
  .responsive .vina-slide-show.slide-style2 .link a {
    font-size: 13px;
    padding: 0px 9px;
  }
  .responsive .vina-slide-show.slide-style4 .camera_caption {
    top: 0 !important;
  }
  .responsive .vina-slide-show.slide-style3 .title {
    font-size: 50px;
  }
  .responsive .vina-slide-show.slide-style3 .intro {
    width: 399px !Important;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.img_pr img {
    width: 189px;
    right: 0;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.img_small .model {
    width: 179px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.slide2.img_small .model {
    width: 290px;
    margin-left: -40px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des > div > * {
    left: 0;
    right: 0;
    margin-right: 70px;
    -webkit-transform: translate(-55px,0);
    -moz-transform: translate(-55px,0);
    -ms-transform: translate(-55px,0);
    -o-transform: translate(-55px,0);
    transform: translate(-55px,0);
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 .subtitle {
    font-size: 45px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 > div > * {
    right: 0;
    margin-right: -40px;
  }
  .responsive .vina-slide-show.slide-style3 .camera_caption.body_des.slide2 > div > *.intro {
    margin-right: -70px;
  }
  .responsive #vina-shipping .banner-box p {
    font-size: 11px;
  }
  .responsive #products-timers > div {
    width: 100%;
    margin: 0;
  }
  .responsive #products-timers > div#sp-new_products {
    margin-bottom: 50px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .item-box-hover {
    width: 100%;
    margin: 0;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item:hover {
    background: none;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item:hover .row-fluid > .span6 {
    background: #000;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img {
    max-width: 166px;
  }
  .responsive .home-btn-right #sp-banner-bestseller,
  .responsive .home-btn-right #sp-banner-featured {
    display: none;
  }
  .responsive .home-btn-right #sp-bestseller_products,
  .responsive .home-btn-right #sp-featured_products {
    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;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
  .responsive #ProOPC.cart-view .proopc-shipments {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 180px;
  }
  .responsive .shop_home {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
  }
  .responsive .shop_home a {
    float: right;
  }
  .responsive iframe {
    max-width: 100% !important;
  }
  .responsive .item-blog .items-row {
    margin-bottom: 25px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
  }
  .responsive .item-blog .items-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .responsive .blog.column-2 .item-blog,
  .responsive .blog.column-4 .item-blog {
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 0 20px 0;
  }
  .responsive .blog.column-2 .items-row,
  .responsive .blog.column-4 .items-row {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .responsive .item-blog .article-text {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    padding-left: 0;
  }
  .responsive .item-blog > .entry-content > .pull-left {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .responsive #page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.addtocart-button input {
    margin-top: 15px;
  }
  .responsive .zoomContainer {
    display: none;
  }
  .responsive #sp-left {
    margin-bottom: 30px;
  }
  .responsive .vina-cate-img.custom {
    margin-top: 20px;
  }
  .responsive .vm-list-products .vina-vmproduct {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  .responsive .vm-list-products .vina-vmproduct .images-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .responsive .vina-home-full-2 .vina-menu {
    top: 120px !important;
  }
  .responsive .vina-home-full-2 #sp-search {
    position: absolute;
    top: 120px;
    right: 40px;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper .search {
    margin-top: 7px;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header #sp-search {
    position: initial;
    margin: 0 70px 0 0;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header #vmCartModule {
    margin: 23px 0 0;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header #vmCartModule .top-cart-contain {
    height: 52px;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header .search {
    margin: 23px 0 0;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header .vina-vmsearch #mod_virtuemart_search {
    top: 52px !important;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper.fix-header #vmCartModule .mini-cart-content {
    top: 52px !important;
  }
  .responsive .vina-home-box-2 .logo-wrapper a {
    display: inline-block;
    margin-bottom: -10px;
  }
  .responsive .vina-home-box-2 #sp-left h3.header {
    padding: 10px 0 10px;
  }
  .responsive .vina-home-box-2 .vina-top-sellers .vina-items-wrapper .vina-item {
    width: 50%;
    float: left;
    margin: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-bnproducts.vina-rdproduct.module .header:before {
    top: 50px !important;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-bnproducts.vina-rdproduct .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: -5px;
  }
  .responsive .vina-home-box-1 #sp-search {
    margin-right: 70px;
  }
  .responsive .home-btn-right #sp-new_products {
    margin-bottom: 60px;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category > ul li {
    padding: 0px 10px 0;
    margin-bottom: 10px;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category > ul li a {
    font-size: 13px;
    padding: 8px 0;
  }
  .responsive .home-btn-right .vina-tab-products .tab-category .tab-content:before {
    top: initial;
  }
  .responsive #vina-shipping-2 {
    display: inline-block;
    margin: 20px 0;
  }
  .responsive #vina-shipping-2 > div {
    text-align: center;
  }
  .responsive #vina-shipping-2 .banner-box-inner {
    border-left: 0;
    padding: 8px 0px;
    margin: 0 auto;
    display: inline-block;
  }
  .responsive #vina-shipping-2 .banner-box-inner.banner-box3 {
    border-right: 0;
  }
  .responsive #vina-shipping-2 .banner-box-inner .banner-icon {
    margin: 4px 10px 5px 0;
  }
  .responsive .vina-contact {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .responsive .vina-contact .block-header,
  .responsive .vina-contact .welcome-msg {
    float: none;
    display: inline-block;
  }
  .responsive #sp-top-wrapper .container {
    text-align: center;
  }
  .responsive #sp-top2 {
    display: inline-block;
    max-width: 330px;
  }
  .responsive #sp-top2 .module {
    float: right;
    margin: 0;
    display: inline-block;
    padding: 0;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 165px;
    float: left;
  }
  .responsive #sp-header-wrapper #sp-menu {
    min-height: 0;
  }
  .responsive #sp-header-wrapper .search {
    margin: 37px 0 0;
  }
  .responsive #vmCartModule {
    margin: 37px 0 29px;
  }
  .responsive .vina-menu {
    top: 129px !important;
  }
  .responsive #sp-header-wrapper {
    border-bottom: 1px solid #e5e5e5;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item {
    float: left;
    width: 50%;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_content {
    width: 100%;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img {
    max-width: 253px;
    width: 100%;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img img {
    width: 100%;
    padding: 2px;
  }
  .responsive .vina-tab-products .tab-category > ul li a {
    font-size: 13px;
    padding: 8px 10px;
    margin-bottom: 5px;
  }
  .responsive .vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 90px;
  }
  .responsive .vina-carousel-content .item-inner .images-container > a {
    display: inline-block;
    width: 100%;
  }
  .responsive .vina-carousel-content .item-inner .images-container > a img {
    width: 100%;
  }
  .responsive #sp-users-wrapper > .container > .row-fluid > div {
    margin-bottom: 20px;
  }
  .responsive #sp-footer-wrapper .copyright {
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
  .responsive .vina-payment {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .add-to-links,
  .responsive .vina-products-timer .vina-carousel-virtuemart .ma-links {
    max-width: 161px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .vm-product-media-container {
    display: inline-block;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .item-inner .span6 {
    clear: both;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date {
    margin-bottom: 15px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .image_product {
    top: 15px;
  }
  .responsive .additional-images .row-fluid,
  .responsive .additional-images .row-fluid:first-child {
    margin-bottom: 0;
  }
  .responsive .additional-images .additional-images-inner {
    width: 25%;
    display: inline-block;
    float: none;
    padding: 3px;
  }
  .responsive #ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped {
    border: 0;
  }
  .responsive #ProOPC table.cart-summary.proopc-table-striped tr {
    border: 1px solid #e5e5e5;
    border-right: 0;
  }
}
@media (max-width: 599px) {
  .responsive .vina-popup {
    height: 287px;
    padding: 20px;
  }
  .responsive .vina-popup > .mod_newsletter > h3 {
    margin-top: 50px;
  }
  .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%;
  }
  .responsive .vina-bnproducts.no-full.new-products .vina-carousel-virtuemart .item {
    max-width: 300px;
    margin: 0 auto !important;
  }
  .responsive #sp-top2 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .responsive #cur_form .bootstrap-select .filter-option,
  .responsive #mod_languages .bootstrap-select .filter-option {
    padding: 0 4px;
    border-right: 0;
    float: none;
  }
  .responsive .orderby-displaynumber .display-number {
    float: left;
  }
  .responsive #sp-top2 {
    max-width: 300px;
  }
  .responsive .vina-home-full-1 .vina-menu {
    right: 0;
  }
  .responsive .vina-home-box-2 #header {
    border-right: 0;
  }
  .responsive #vina-shipping-2 .banner-box-inner .banner-icon {
    float: left;
  }
  .responsive .vina-home-full-2 #sp-search {
    position: initial;
    margin: 0 70px 0 0;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    position: relative;
    z-index: 0;
  }
  .responsive .vina-home-full-2 #sp-header-wrapper .vina-menu {
    top: 9px !important;
  }
  .responsive .vina-home-full-2 #sp-logo2 .logo {
    margin: 0 auto;
    margin-top: 19px;
  }
  .responsive .vina-home-full-2 #vmCartModule,
  .responsive .vina-home-full-2 #sp-header-wrapper .search {
    margin: 15px 0 10px;
  }
  .responsive .vina-home-full-2 .vina-bnproducts .header {
    font-size: 20px;
  }
  .responsive .vina-home-box-1 .vina-menu {
    top: 113px !important;
  }
  .responsive .vina-home-box-2 #sp-header-wrapper #sp-logo .logo-wrapper {
    text-align: center;
  }
  .responsive .vina-home-box-2 .vina-menu {
    top: 151px !important;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category .tab-content:before {
    top: 114px;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale > ul li {
    text-align: center;
    width: 100%;
    border-right: 0;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content {
    position: relative;
    overflow: visible;
    z-index: 0;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content::before {
    top: 0;
  }
  .responsive .vina-home-box-2.home-btn-right .vina-tab-products .tab-category.new-featured-sale .tab-content .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: -60px;
  }
  .responsive .vina-social ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 100%;
    float: none;
    margin-top: 19px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: 0 auto;
  }
  .responsive .vina-home-full-1 .vina-menu {
    top: 114px !important;
  }
  .responsive .vina-vmsearch #mod_virtuemart_search {
    right: -64px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .addtocart-bar > .addtocart-button {
    padding: 6px 0 6px 0;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .addtocart-bar > .addtocart-button input {
    padding: 0 7px 0 38px;
    background-position: 8px 50%;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date {
    min-width: 54px;
    min-height: 54px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date span {
    font-size: 16px;
    line-height: 20px;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item {
    width: 100%;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6 {
    display: inline-block !important;
    width: 100% !important;
  }
  .responsive .vina-new-products .vina-ticker-virtuemart .vina-item .row-fluid > .span6.des_img {
    max-width: initial;
  }
  .responsive .vina-tab-products .vina-bnproducts .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: 19%;
  }
  .responsive #sp-header-wrapper {
    position: initial;
  }
  .responsive .additional-images .additional-images-inner {
    float: left;
  }
  .responsive table.user-details {
    width: 100%;
  }
  .responsive #adminForm td,
  .responsive #userForm td {
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .responsive #adminForm td > *,
  .responsive #userForm td > * {
    width: 100% !important;
  }
  .responsive #adminForm fieldset a,
  .responsive #userForm fieldset a {
    max-width: initial;
  }
  .responsive .cart-summary .tb-image,
  .responsive .cart-summary .tb-sku,
  .responsive .cart-summary .infor-image,
  .responsive .cart-summary .infor-sku {
    display: none;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .vm-continue-shopping,
  .responsive #checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping {
    width: 100%;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .total,
  .responsive #checkoutForm .cart-summary tbody .tb-total .total {
    margin-left: 20px;
    padding: 0;
  }
}
@media (max-width: 319px) {
  .responsive .container {
    padding: 0 10px;
    max-width: 300px;
    min-width: 200px;
  }
  .responsive .vina-contact .block-header span {
    border-left: 0;
  }
  .responsive #sp-search {
    margin-top: 0;
  }
  .responsive .vina-vmsearch #mod_virtuemart_search {
    right: -61px;
    width: 200px;
  }
  .responsive #sp-top2 {
    width: auto;
  }
  .responsive #sp-top2 .module {
    float: none;
    width: 100%;
  }
  .responsive .vina-menu {
    top: 220px !important;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer {
    height: 160px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .box-timer .box-time-date span {
    margin-bottom: 10px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .item-box-hover {
    display: none;
  }
  .responsive .vina-new-products .header {
    padding-bottom: 45px;
  }
  .responsive .vina-home-full-1 .vina-bnproducts .header {
    font-size: 16px;
  }
  .responsive .item-blog .readmore-link,
  .responsive .item-blog .comments-link {
    padding: 3px 8px;
    font-size: 12px;
  }
  .responsive .vina-products-timer .vina-carousel-virtuemart .price-box .product-price > div > span {
    line-height: 48px;
    font-size: 28px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
