@import '../jshopping.html';
.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;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  z-index: 0;
  padding-bottom: 3px;
  font-family: 'CalibriBold';
}
.page-header:before {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  width: 83px;
  content: "";
  left: 0;
  height: 3px;
}
.entry-meta.muted {
  background: #f2f2f2;
  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;
  margin: 0;
}
section.blog:not(.column-1) .post .article-text {
  padding: 0;
}
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 19px;
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  padding: 9px 30px;
  text-transform: uppercase;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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;
}
@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;
  }
}
.vmicon,
.vmiconFE {
  background: url(../images/5dkaRgcTHzLc.png) no-repeat top left;
}
#virtuemart_currency_id_chzn {
  display: none;
}
.zoomWindowContainer > div {
  margin-left: 12px;
}
.vina-vmwishlist .header {
  margin-bottom: 0;
}
.vina-vmwishlist .mod-inner {
  border: 1px solid #e5e5e5;
  padding: 0 20px 20px;
  margin-top: 25px;
}
.vina-vmwishlist .vm-wishlist-products {
  padding: 0;
}
.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: normal;
  font-family: 'CalibriBold';
}
.vina-vmwishlist .product-title {
  padding-left: 0;
  line-height: 20px;
}
.vina-vmwishlist .product-title a {
  padding-top: 5px;
  text-transform: capitalize !important;
  color: #262626;
  display: block;
  font-weight: 500 !important;
  text-decoration: initial;
}
button:focus {
  outline: none;
}
#vina-reviews h4 {
  margin-top: 30px;
}
#vina-reviews blockquote {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#vina-reviews .date {
  float: left;
}
#vina-reviews .vote {
  float: left;
  margin-left: 30px;
}
#vina-reviews .bold {
  width: 100%;
  float: left;
}
#vina-reviews .customer-reviews {
  margin: 0;
}
#vina-reviews textarea.virtuemart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#vina-reviews textarea.virtuemart:focus,
#vina-reviews textarea.virtuemart:hover {
  background: #fff;
}
#vina-reviews input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50px;
  height: 20px;
  margin: 0;
  padding: 0px 5px;
  background: transparent;
  border: none;
}
#vina-reviews input:focus,
#vina-reviews input:hover {
  background: transparent;
}
#vina-reviews input.highlight-button {
  width: auto;
  padding: 5px 10px;
  background: #e1e1e1;
  color: #696969;
  height: 30px;
  text-shadow: none;
}
#vina-reviews input.highlight-button:hover {
  color: #fff;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/NDMYxDJFB6Il.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}
.ratingbox {
  margin: 0;
  display: inline-block;
  background: url("../images/0MnoazooN2fe.png") repeat-x scroll 0 0 transparent;
  position: relative;
  width: 70px;
  height: 12px;
}
.ratingbox .stars-orange {
  background: url("../images/0MnoazooN2fe.png") repeat-x scroll 0 bottom transparent;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #777;
  margin: 0 0 1.0em;
}
.product-neighbours a.next-page {
  background: url(../images/iuhHsJexEaNJ.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(../images/tRt70ozoXj6l.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.product-fields {
  margin: 0 0 0;
}
.product-packaging {
  margin: 1.2em 0 0;
}
#cur_form a,
#cur_form span,
#cur_form p {
  color: #000;
  font: 14px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  font-size: 12px !important;
}
#cur_form a.caret:before,
#cur_form span.caret:before,
#cur_form p.caret:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  position: absolute;
  top: -1px;
  right: 8px;
  font-size: 14px;
}
#cur_form .bootstrap-select.btn-group {
  vertical-align: top;
}
#cur_form .bootstrap-select:hover .dropdown-menu,
#cur_form .bootstrap-select.open .dropdown-menu {
  display: block !important;
  height: auto !important;
  overflow: visible !Important;
}
#cur_form .bootstrap-select .dropdown-menu {
  display: none !important;
}
#cur_form .bootstrap-select button,
#cur_form .bootstrap-select .btn,
#cur_form .bootstrap-select .btn-default {
  min-width: 55px;
  display: inline-block;
  padding: 0;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  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 {
  outline: 0px;
}
#cur_form .bootstrap-select .caret {
  border-top: 4px solid #fff;
}
#cur_form .bootstrap-select ul.dropdown-menu {
  border-top: 1px solid #f4f4f4;
}
#cur_form .bootstrap-select div.dropdown-menu {
  position: absolute;
}
#cur_form .bootstrap-select .dropdown-menu {
  left: 0;
  text-align: left;
  padding: 0;
  border-color: #fff -moz-use-text-color -moz-use-text-color;
  border-radius: 0;
  border-style: solid none none;
  border-width: 0;
  border: 0px;
  margin: 0;
  color: #000;
  min-width: 144px;
  background-color: #fff;
  -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 {
  cursor: pointer;
  padding: 0;
}
#cur_form .bootstrap-select .dropdown-menu li a {
  background: none repeat scroll 0 0 #fff;
  border-color: #fff -moz-use-text-color -moz-use-text-color;
  border-radius: 0;
  border-style: solid none none;
  border-width: 0;
  color: #666;
  display: block;
  font-weight: normal;
  line-height: 15px;
  padding: 0px 10px 1px;
  text-transform: uppercase;
  border: 1px solid #f4f4f4;
  border-top: none;
  text-align: left;
  height: inherit;
}
#cur_form .bootstrap-select .dropdown-menu li a,
#cur_form .bootstrap-select .dropdown-menu li span {
  font-size: 11px;
  color: #000;
}
#cur_form .bootstrap-select .dropdown-menu li.selected >a span.text {
  color: #8600ba;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover,
#cur_form .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 {
  color: #8600ba;
}
#vmCartModule {
  float: right;
}
#vmCartModule .item-cart {
  display: inline-block;
  width: 100%;
}
#vmCartModule .item-cart > div {
  display: inline-block;
}
#vmCartModule .cart-actions .show_cart {
  display: inline-block;
}
#vmCartModule .mini_cart_block {
  position: relative;
  z-index: 9;
  margin-top: 13px;
}
#vmCartModule .mini_cart_block:hover .mini-cart-content {
  display: block;
}
#vmCartModule .mini_cart_block .mini-cart {
  vertical-align: top;
  text-align: left;
  margin-top: 0;
  position: relative;
  font-size: 13px;
  background: url(../images/icon/icon-cart.png) no-repeat 0 50%;
  padding-left: 50px;
  max-width: 125px;
}
#vmCartModule .mini_cart_block .mini-cart a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #666666;
}
#vmCartModule .mini_cart_block .mini-cart .item-cart {
  font-size: 13px;
}
#vmCartModule .mini_cart_block .mini-cart .item-cart .total {
  font-size: 0;
  height: 0;
  line-height: 0;
}
#vmCartModule .mini_cart_block .mini-cart .item-cart .total strong {
  font-size: 13px;
}
#vmCartModule .mini-cart-content {
  display: none;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  text-align: left;
}
#vmCartModule .mini-cart-content .show_cart > a,
#vmCartModule .mini-cart-content .actions > a {
  padding: 4px;
  color: #fff;
  width: 100px !important;
  display: inline-block;
  text-align: center;
}
#vmCartModule .mini-cart-content .show_cart > a:hover,
#vmCartModule .mini-cart-content .show_cart > a:focus,
#vmCartModule .mini-cart-content .actions > a:hover,
#vmCartModule .mini-cart-content .actions > a:focus {
  background: #000;
}
#vmCartModule .mini-cart-content .total {
  margin-top: 22px;
}
#vmCartModule .mini-cart-content .price {
  margin: 15px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
#vmCartModule .mini-cart-content .price strong {
  font-size: 15px;
}
#vmCartModule .mini-cart-content .top-cart-content {
  margin-bottom: 16px;
}
#vmCartModule .top-cart-content .empty {
  font-size: 11px;
  line-height: 18px;
}
#vmCartModule .top-cart-content .empty > div {
  display: inline-block;
}
#vmCartModule .top-cart-content .empty > div.total_products {
  margin: 0 0 0 3px;
}
.logout-users {
  margin-bottom: 30px;
}
#sp-contact .inline input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
}
#form-login .btn-login,
#form-login input[type="button"],
#form-login input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.cart-view .vm-cart-header-container,
#checkoutForm .vm-cart-header-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.cart-view .vm-cart-header,
#checkoutForm .vm-cart-header {
  width: 50%;
  float: left;
}
.cart-view .vm-cart-header h1,
#checkoutForm .vm-cart-header h1 {
  font-size: 22px;
  color: #333;
  padding-bottom: 0;
}
.cart-view .product-name,
#checkoutForm .product-name {
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}
.cart-view .product-name a,
#checkoutForm .product-name a {
  color: #333;
}
.cart-view .vm-continue-shopping,
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
.cart-view .vm-continue-shopping .continue_link,
#checkoutForm .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 {
  width: 100%;
  float: left;
}
.cart-view form,
#checkoutForm form {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset,
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view .login-users,
#checkoutForm .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 {
  background: #e1e1e1;
  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: none;
}
.cart-view #form-login .btn-login,
.cart-view #form-login input[type="submit"],
#checkoutForm #form-login .btn-login,
#checkoutForm #form-login input[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: 0;
  color: #fff;
}
.cart-view #form-login .btn-login:hover,
.cart-view #form-login input[type="submit"]:hover,
#checkoutForm #form-login .btn-login:hover,
#checkoutForm #form-login input[type="submit"]:hover {
  background: #000;
}
.cart-view .billto-shipto,
#checkoutForm .billto-shipto {
  width: 100%;
  float: left;
  border: none;
  margin-top: 0;
  padding: 20px 0px;
}
.cart-view .billto-shipto .width50,
#checkoutForm .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 {
  margin-left: 0;
}
.cart-view .billto-shipto .width50 .output-shipto a,
#checkoutForm .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
.cart-view .billto-shipto .width50 .output-shipto input,
#checkoutForm .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
.cart-view .billto-shipto h3,
#checkoutForm .billto-shipto h3 {
  margin: 0 0 10px;
}
.cart-view .billto-shipto i,
#checkoutForm .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 {
  width: 50%;
  float: left;
}
.cart-view .checkout-button-top,
#checkoutForm .checkout-button-top {
  width: 100%;
  float: left;
}
.cart-view .vm-fieldset-pricelist,
#checkoutForm .vm-fieldset-pricelist {
  margin: 20px 0px;
}
.cart-view .cart-summary,
#checkoutForm .cart-summary {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-collapse: inherit;
}
.cart-view .cart-summary tr th,
#checkoutForm .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 {
  border-right: 0;
}
.cart-view .cart-summary tr td.last,
#checkoutForm .cart-summary tr td.last {
  border-right: 0;
}
.cart-view .cart-summary .cart-images,
#checkoutForm .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 {
  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 {
  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 {
  -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);
}
.cart-view .cart-summary tbody td.coupon_code input.details-button,
#checkoutForm .cart-summary tbody td.coupon_code input.details-button {
  color: #fff;
  text-shadow: none;
  border: 0;
  height: 30px;
}
.cart-view .cart-summary tbody .vm-price-value,
#checkoutForm .cart-summary tbody .vm-price-value {
  float: none;
}
.cart-view .cart-summary tbody input.quantity-input,
#checkoutForm .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 {
  -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 {
  background: url(../images/5dkaRgcTHzLc.png) no-repeat top left;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart,
#checkoutForm .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 {
  background-color: transparent;
  background-position: 0 -212px;
}
.cart-view .cart-summary tbody .vm-customfield-cart,
#checkoutForm .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 {
  float: none;
}
.cart-view .cart-summary tbody .tb-total,
#checkoutForm .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 {
  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 {
  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 {
  float: left;
  margin: 0px;
}
.cart-view .cart-summary tbody .tb-total .title,
#checkoutForm .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 {
  width: 15%;
  float: left;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
.cart-view .cart-summary tfoot,
#checkoutForm .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 {
  display: none;
}
.cart-view .cart-summary tfoot a,
#checkoutForm .cart-summary tfoot a {
  padding: 5px 10px;
  color: #fff;
  width: auto;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}
.cart-view .cart-summary tfoot a:hover,
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
  background: #000;
}
.cart-view .cart-summary tfoot .shipment,
#checkoutForm .cart-summary tfoot .shipment {
  padding: 20px 40px 30px;
}
.cart-view .cart-summary tfoot .payment,
#checkoutForm .cart-summary tfoot .payment {
  padding: 0px 40px 27px;
}
.cart-view .checkout-button-top,
#checkoutForm .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 {
  display: block;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: none;
  text-shadow: none;
}
.cart-view .checkout-button-top button:hover,
#checkoutForm .checkout-button-top button:hover {
  color: #fff;
}
.cart-view .fieldset-customer,
#checkoutForm .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 {
  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 {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos span.cart,
#checkoutForm .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 {
  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 {
  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 {
  text-decoration: underline;
}
.cart-view .fieldset-customer .checkout-button-top,
#checkoutForm .fieldset-customer .checkout-button-top {
  float: left;
  text-align: left;
  padding: 0 0 10px;
}
#paymentForm fieldset,
#userForm fieldset {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#paymentForm fieldset input,
#userForm fieldset 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;
}
#paymentForm fieldset input[type="radio"],
#userForm fieldset input[type="radio"] {
  margin: 0;
}
#paymentForm fieldset label,
#userForm fieldset label {
  display: inline-block;
}
.vm-button-correct {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 10px;
  color: #fff !important;
}
.vm-button-correct:hover {
  background: #000;
}
#userForm,
#paymentForm,
#adminForm {
  border: solid #E9E8E8 1px;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm button,
#paymentForm button,
#adminForm button {
  color: #fff;
  padding: 5px 15px;
  margin-right: 5px;
  margin-left: 0;
  margin-top: 0;
  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: none;
}
#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;
}
#user-registration {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#user-registration input {
  height: 30px;
  line-height: 30px;
  -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 #ccc;
  background: none;
  width: 210px;
}
#user-registration input:focus,
#user-registration input.invalid {
  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;
}
#user-registration button {
  background: #e1e1e1;
  color: #696969;
  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: none;
}
#user-registration button:hover {
  color: #fff;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  -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 #ccc;
  background: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
.top-content.media {
  overflow: visible;
}
.vina-language .header-language {
  float: left;
  padding-right: 15px;
  background: url(../images/uwxazQ5e7s8M.png) no-repeat 100% 50%;
}
.vina-language a {
  color: #666666 !important;
}
.vina-language a > i {
  margin-left: 9px;
}
.vina-box-search {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 3px solid #dddddd;
  z-index: 1000;
  margin: 15px 0 0 !important;
  box-sizing: border-box;
}
.vina-box-search .search {
  margin: 0;
}
.vina-box-search #mod_virtuemart_search {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  width: 75%;
  display: inline-block;
  margin: 0;
  background: none;
  padding: 12px 10px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #888888;
  font: 15px/15px Arial, Helvetica, sans-serif;
}
.vina-box-search .button {
  display: inline-block;
  padding: 12px 16px 13px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
}
.vina-box-search .search-input-wrapper input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
}
.vina-box-search .sp-vmsearch-categorybox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-box-search .search-input-wrapper {
  margin-right: 60px;
}
.virtuemart_search {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 3px solid #dddddd;
  z-index: 1000;
  margin: 10px 0 0;
  max-width: 590px;
}
.virtuemart_search .inputbox {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  width: 75%;
  display: inline-block;
  margin: 0;
  background: none;
  padding: 12px 10px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.virtuemart_search .button {
  display: inline-block;
  padding: 12px 23px 12px 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  float: right;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #777;
  margin: 0 0 1.0em;
}
.product-neighbours a.next-page {
  background: url(../images/iuhHsJexEaNJ.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(../images/tRt70ozoXj6l.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.product-fields {
  margin: 0 0 0;
}
.product-packaging {
  margin: 1.2em 0 0;
}
.product-price {
  margin: 0 0 6px;
  text-align: right;
  float: left;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
.vm3pr-1 .product-price {
  height: 1.25em;
}
.vm3pr-1 .addtocart-area {
  height: 3.2em;
}
.vm3pr-2 .product-price {
  height: 2.5em;
}
.vm3pr-2 .addtocart-area {
  height: 6.4em;
}
.vm3pr-3 .product-price {
  height: 3.75em;
}
.vm3pr-3 .addtocart-area {
  height: 9.6em;
}
.vm3pr-4 .product-price {
  height: 5.0em;
}
.vm3pr-4 .addtocart-area {
  height: 12.8em;
}
.vm3pr-5 .product-price {
  height: 6.25em;
}
.vm3pr-5 .addtocart-area {
  height: 16.0em;
}
.vm3pr-6 .product-price {
  height: 6.25em;
}
.vm3pr-0 .addtocart-area {
  height: 0.0em;
}
.vm-cart-price {
  float: left;
  font-family: 'CalibriBold';
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0 0 4.2em;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
span.quantity-controls input.quantity-controls {
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}
span.quantity-controls input.quantity-plus {
  background: url(../images/83CWsFKIxQpZ.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/83CWsFKIxQpZ.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 4.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.vmgroup .addtocart-bar {
  bottom: 0.0em;
  position: relative;
  margin: 2.0em 0 0 0;
}
.vmgroup .addtocart-area {
  margin: 0.5em 0 1em 0;
}
span.addtocart-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
}
span.addtocart-button input.addtocart-button-disabled {
  width: 11em;
  max-width: 100%;
  background: #f2f2f2;
  color: #333;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  height: 2.9em;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  text-align: center;
  padding: 4px 5px;
  color: #333;
  margin: 10px 0px 0px 0px;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  background: #0077B3;
  color: #fff;
  border: solid #00669a 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.8em 0.81em;
}
div.vm-details-button {
  text-align: center;
}
div.vm-details-button a {
  padding: 0.8em 1.0em;
  border: 1px solid grey;
  font-size: 1.1em;
  max-width: 85%;
  width: 12em;
}
.category-view h4 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  font-size: 0.8em;
  display: block;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin-top: 0.1em;
  max-width: 100%;
  height: auto;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
.browse-view {
  margin: 0;
}
.browse-view h1 {
  display: none;
}
.browse-view .row-fluid {
  margin-bottom: 15px;
}
.orderby-displaynumber {
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 0 0 10px;
  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/kWWOr5beNWro.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: left;
  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-color: #fff;
  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/kWWOr5beNWro.png) no-repeat scroll 100% 50% #fff;
  width: 20px;
  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;
  font-family: 'CalibriBold';
  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;
  font-family: 'CalibriBold';
  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/mZRbCXIZjfAx.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 {
  background: #fff;
}
.ask-a-question-view .product-summary {
  border-bottom: 1px solid #f2f2f2;
  margin: 25px 0 0;
  padding: 0 0 10px;
  display: inline-block;
}
.ask-a-question-view .product-summary .width70 {
  width: 70%;
}
.ask-a-question-view .product-summary .width30 {
  width: 30%;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view #askform {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
}
.ask-a-question-view .form-field textarea.field {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #777;
  text-align: left;
  padding: 12px;
}
.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 #f2f2f2;
  -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 input.counter {
  background: #666;
  color: #fff;
  text-align: center;
  margin: 10px 0;
  cursor: no-drop;
}
.ask-a-question-view input.highlight-button {
  display: block;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  text-transform: capitalize;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: none;
  text-shadow: none;
}
.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: block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px 2px 2px 2px;
}
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;
}
.ask-a-question,
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.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;
}
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/xmyDFKAcEnzG.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/xmyDFKAcEnzG.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/xmyDFKAcEnzG.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/xmyDFKAcEnzG.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;
}
.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/xmyDFKAcEnzG.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/mZRbCXIZjfAx.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: 0 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: 25px;
}
.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 {
  font-family: 'CalibriBold';
  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 {
  font-family: 'CalibriBold';
  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 .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view .vm-product-rating-container .amount {
  display: none;
}
.productdetails-view .product-name {
  margin: 0 0 5px;
}
.productdetails-view .product-name h1 {
  margin: 0;
  font-size: 21px;
  color: #666666;
  text-transform: capitalize;
  display: inline;
}
.productdetails-view .link-share {
  padding: 10px 0;
  overflow: hidden;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: 15px;
}
.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;
}
.productdetails-view .icons .btn-wishlist {
  float: left;
  display: inline-block;
}
.productdetails-view .icons #wk_compare .compare_heading {
  font-family: 'CalibriBold';
}
.productdetails-view .icons #vmcompare {
  padding: 0;
}
.productdetails-view .icons #vmcompare a {
  float: left;
  width: 55px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  background: #222222;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: 0/0 a;
}
.productdetails-view .icons #vmcompare a:before {
  content: "\f021";
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  display: inline-block;
}
.productdetails-view .icons > a,
.productdetails-view .icons > a:not(.btn),
.productdetails-view .icons button {
  float: left;
  font-size: 16px;
  width: 55px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  background: #222222;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.productdetails-view .icons > a span,
.productdetails-view .icons > a:not(.btn) span,
.productdetails-view .icons button span {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  display: none;
}
.productdetails-view span.quantity-controls input.quantity-controls {
  height: 14px;
  margin: -9px 0 0 5px;
}
.productdetails-view span.quantity-controls input.quantity-controls.quantity-minus {
  height: 14px;
  margin: 10px 0 0 5px;
}
.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: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: "\f07a";
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  font-size: 18px;
  line-height: 25px;
  margin-top: -13px;
  left: 10px;
  pointer-events: none;
}
.productdetails-view .addtocart-button > .addtocart-button {
  background: #666666;
  -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;
  font-size: 18px;
  line-height: 25px;
  font-family: CalibriBold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 10px 13px 10px 36px;
  text-shadow: none;
  margin: 0;
}
.productdetails-view .addtocart-button > .addtocart-button:hover,
.productdetails-view .addtocart-button > .addtocart-button:focus {
  outline: none;
}
.productdetails-view .price-box .product-price {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 13px;
}
.productdetails-view .price-box .product-price > * > div {
  margin: 0;
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 25px;
  float: left;
}
.productdetails-view .price-box .product-price > * > div .PricebasePriceVariant,
.productdetails-view .price-box .product-price > * > div .PricebasePrice {
  margin-right: 10px;
}
.productdetails-view .price-box .product-price > div {
  display: inline;
  margin: 0;
}
.productdetails-view .price-box .product-price .PricesalesPrice {
  margin: 10px 0;
  min-height: inherit;
  font-size: 24px;
  line-height: 25px;
  font-family: CalibriBold;
  color: #444;
}
.productdetails-view .addtocart-area .product-fields .product-field {
  width: 100%;
}
.productdetails-view .product-field-display .chzn-container {
  display: inline;
}
.productdetails-view .product-field-display .chzn-container > a {
  background: transparent;
  -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: 1px solid #f2f2f2;
}
.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 .customer-reviews,
.productdetails-view .ask-a-question-view .form-field {
  margin: 0;
}
.productdetails-view .in-stock {
  margin-bottom: 5px;
}
.productdetails-view .in-stock span {
  color: #22dd77;
  text-transform: capitalize;
}
.productdetails-view .product-related-products,
.productdetails-view .product-related-categories {
  padding-bottom: 10px;
}
.productdetails-view .product-related-products .product_s_desc,
.productdetails-view .product-related-categories .product_s_desc {
  display: none;
}
.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;
  font-family: 'CalibriBold';
  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 .product-related-products .product-name {
  width: 100%;
  margin: 0;
}
.productdetails-view .product-related-products .product-name a {
  font-size: 15px;
  text-transform: capitalize;
  font-family: 'CalibriBold';
  font-weight: normal;
  color: #666666 !important;
}
.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 1.0em;
  padding: 0;
}
.productdetails-view .product-description {
  margin: 0;
}
.productdetails-view .addtocart-bar {
  margin: 1.5em 0 0;
  padding: 0 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
}
.productdetails-view .additional-images-inner {
  float: left;
  max-width: 25%;
}
.productdetails-view .additional-images {
  margin-top: 10px;
  display: inline-block;
  background-color: #f4f4f4;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .additional-images img {
  width: auto;
  margin-right: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -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: 15px;
  background: #f5f5f5;
  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 2px 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: #fff;
  color: #888888;
  border: 1px solid #ededed;
  border-bottom: 0;
}
.productdetails-view #vina-tab > ul a {
  display: block;
  padding: 12px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: CalibriBold;
  background: #979898;
  color: #fff;
  border: 1px solid transparent;
  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;
}
ul#slider {
  overflow: hidden;
}
ul#slider li {
  display: inline-block;
  padding: 7px 0 4px 0;
  margin: 0 15px;
}
.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;
}
.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 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;
}
#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/inac5M5CUw2R.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/5qNXd1Z7bWAI.gif) no-repeat;
}
#bd_results .logout-users {
  display: inline-block;
  margin-top: 30px;
}
#bd_results h1 {
  text-transform: uppercase;
}
#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: 3px 5px 5px 5px;
  float: left;
  display: inline-block;
}
#checkoutForm {
  display: inline-block;
  border-collapse: separate;
  padding: 0;
}
#checkoutForm .a-center button.vm2-add_quantity_cart {
  font-size: 18px;
  background: transparent;
  padding: 0;
  text-shadow: none;
}
#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;
}
#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;
}
#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 {
  float: right;
  display: inline-block;
  padding: 10px 20px;
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-shadow: none;
}
.vmshop-account.account-login .buttons-set input span,
.vmshop-account.account-login .buttons-set .vina-button span,
.vmshop-account.account-logout .buttons-set input span,
.vmshop-account.account-logout .buttons-set .vina-button span,
#your-account.account-login .buttons-set input span,
#your-account.account-login .buttons-set .vina-button span,
#your-account.account-logout .buttons-set input span,
#your-account.account-logout .buttons-set .vina-button span {
  text-shadow: none;
}
.vmshop-account.account-login .buttons-set input:hover,
.vmshop-account.account-login .buttons-set .vina-button:hover,
.vmshop-account.account-logout .buttons-set input:hover,
.vmshop-account.account-logout .buttons-set .vina-button:hover,
#your-account.account-login .buttons-set input:hover,
#your-account.account-login .buttons-set .vina-button:hover,
#your-account.account-logout .buttons-set input:hover,
#your-account.account-logout .buttons-set .vina-button:hover {
  background: #222222;
}
#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;
}
#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/5qNXd1Z7bWAI.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;
}
#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;
}
#page-order input[type="submit"] {
  border: 0;
}
#page-order input[type="submit"]:hover {
  background: #000;
}
#page-order #com-form-order-submit {
  display: inline-block;
  width: 100%;
}
#page-order #com-form-order-number {
  margin-right: 20px;
}
.caroufredsel_wrapper {
  max-height: 330px;
}
.icon-send:before {
  content: "\f1d8";
}
#vina-description ul,
#vina-description ol {
  margin: 0 0 10px 25px;
}
#vina-description ul li,
#vina-description ol li {
  list-style: initial;
}
.product-details-inner span.addtocart-button {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 0;
  background: #666666;
  -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-family: CalibriBold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 10px 13px 10px 36px !important;
  text-shadow: none;
  margin: 0;
}
.product-details-inner span.addtocart-button:hover,
.product-details-inner span.addtocart-button:focus {
  outline: none;
}
.product-details-inner span.addtocart-button:hover input,
.product-details-inner span.addtocart-button:focus input {
  color: #fff;
}
.product-details-inner span.addtocart-button input {
  background: #666666;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
  text-shadow: none;
}
.product-details-inner span.addtocart-button: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: "\f07a";
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  font-size: 18px;
  line-height: 25px;
  margin-top: -13px;
  left: 10px;
  pointer-events: none;
}
#page-my-wishlist .fav_addtocart-area .quantity-box .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 .fav_addtocart-area .addtocart-button {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 0;
}
#page-my-wishlist .fav_addtocart-area .addtocart-button: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: "\f07a";
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  font-size: 18px;
  line-height: 25px;
  margin-top: -13px;
  left: 10px;
  pointer-events: none;
}
#page-my-wishlist .fav_addtocart-area .addtocart-button > .addtocart-button {
  background: #666666;
  -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;
  font-size: 18px;
  line-height: 25px;
  font-family: CalibriBold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 10px 13px 10px 36px;
  text-shadow: none;
  margin: 0;
}
#page-my-wishlist .fav_addtocart-area .addtocart-button > .addtocart-button:hover,
#page-my-wishlist .fav_addtocart-area .addtocart-button > .addtocart-button:focus {
  outline: none;
}
#page-my-wishlist .art-button {
  background: #666666;
  border: 0;
  -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;
  margin-bottom: 10px;
}
.contentpane .custom.vina-shipping {
  display: none;
}
.contentpane .productdetails-view {
  background: #fff;
  padding: 25px;
}
.contentpane .product-related-products {
  display: none;
}
#ProOPC {
  font-family: 'CalibriRegular';
}
#ProOPC .proopc-continue-link,
#ProOPC .proopc-empty-continue-link {
  margin-bottom: 20px;
}
#ProOPC .proopc-continue-link a,
#ProOPC .proopc-empty-continue-link a {
  -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;
  color: #fff;
  border: 0;
  padding: 8px 15px;
}
#ProOPC button[type="submit"] {
  -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;
  color: #fff;
  border: 0;
}
#ProOPC button[type="submit"]:focus {
  outline: none;
}
#ProOPC #proopc-pricelist .cart-summary thead th span {
  font-family: 'CalibriBold';
  font-size: 14px;
  color: #444;
}
#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 .proopc-table-striped {
  border: 1px solid #e5e5e5;
}
#ProOPC button:focus {
  outline: none;
}
#ProOPC .col-total .PricesalesPrice {
  font-size: 18px;
  line-height: 22px;
  font-family: CalibriBold;
  color: #444;
}
#ProOPC .col-total > .line-through {
  color: #888888;
  text-decoration: line-through;
  font-size: 13px;
  line-height: 25px;
}
#ProOPC .proopc-finalpage .proopc-column3 {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ProOPC .proopc-finalpage .proopc-column3 > div {
  display: inline-block;
  width: 100%;
}
#ProOPC .proopc-finalpage .proopc-column3 > div.proopc-bt-address {
  padding-bottom: 10px;
}
#ProOPC .group-enabled .title-group {
  width: 100%;
}
#ProOPC .group-enabled .title-group .inner {
  width: 100%;
}
#ProOPC .group-enabled .title-group .inner select {
  width: 100% !important;
}
#ProOPC #proopc-coupon button.proopc-btn {
  -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;
}
#ProOPC .proopc-checkout-box button {
  -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;
}
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%;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/2AbaFC64ksCv.eot');
  src: url('../fonts/s1MkFcQfvpVf.eot#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/KhitmaPZ7Ue4.woff') format('woff'), url('../fonts/DgeJRTq3ipOh.ttf') format('truetype'), url('../images/vfLyuA0CY2Ee.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CalibriBold';
  src: url('calibribold.eot');
  src: url('../fonts/yAGX7klSU1kN.eot') format('embedded-opentype'), url('../fonts/zoIoMZADnYYg.woff') format('woff'), url('../fonts/EFX3da0rXVxu.ttf') format('truetype'), url('../images/QzOUGnZsy2rj.svg#CalibriBold') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'CalibriRegular';
  src: url('calibri.eot');
  src: url('../fonts/xd66k3nrZl3z.eot') format('embedded-opentype'), url('../fonts/0MoufIbzJTZB.woff') format('woff'), url('../fonts/isSbZziV7Uzx.ttf') format('truetype'), url('../images/kVRX349j9YNP.svg#CalibriRegular') format('svg');
}
@font-face {
  font-family: 'BebasNeuewebfont';
  src: url('../fonts/dyyEXkvyamly.eot');
  src: local('BebasNeuewebfont'), url('../fonts/IqYQZIMhsCws.woff') format('woff'), url('../fonts/INO0eUNgsqc2.ttf') format('truetype');
}
a:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: #f4f4f4;
}
body.bg {
  background: #F4F4F4;
}
body.user .body-innerwrapper {
  overflow: visible;
}
.body-innerwrapper {
  overflow-x: hidden;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f36b6c;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  font-family: 'CalibriBold';
}
h1 {
  font-size: 20px;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}
h3 {
  font-size: 15px;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  font-weight: normal;
}
h5 {
  font-size: 12px;
  font-weight: normal;
}
h6 {
  font-size: 11px;
  font-weight: normal;
}
form {
  display: inline;
}
fieldset {
  border: 0;
  line-height: 25px;
}
legend {
  display: none;
}
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
strong {
  font-weight: normal;
  font-family: 'CalibriBold';
}
address {
  font-style: normal;
  line-height: 25px;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.container {
  background-color: #fff;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0px 0px 8px 2px #DAD5D5;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
#vina-home-box-2 .vinavm-product .ma-box-content .add-to-links {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#vina-home-box-2 .custom.banner-home-content {
  margin-bottom: 38px;
}
#vina-home-box-2 .banner-home-content-2 {
  margin: 7px 0 0;
}
#vina-home-box-2 .vina-camera-slider {
  margin-top: 17px;
}
#vina-home-box-2 .vina-camera-slider .camera_brown_skin {
  margin-bottom: 29px !important;
}
#vina-home-box-2 .vina-camera-slider .camera_caption > div {
  padding: 0 20px;
}
#vina-home-box-2 .vina-carousel-vmcontent.module {
  margin-top: 60px;
}
#vina-home-full .vinavm-product .ma-box-content .add-to-links {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#vina-home-full .container {
  background: transparent;
}
#vina-home-full #sp-category_slider1 {
  margin-top: 31px;
}
#vina-home-full #sp-category_slider2 {
  margin-top: 35px;
}
#vina-home-full #follow {
  margin-bottom: 0;
  display: inherit;
}
#vina-home-full #sp-bottom-wrapper {
  padding-top: 33px;
  background: #f1f1f1;
}
#vina-home-full #sp-footer-wrapper {
  background: #333333;
}
#vina-home-full #sp-footer-wrapper #footer {
  border-top: 0;
}
#vina-home-full #sp-footer-wrapper .copyright {
  color: #f4f4f4;
}
#vina-home-full #sp-footer-wrapper .copyright a {
  color: #f4f4f4;
}
#vina-home-full #sp-main-menu-wrapper > .container {
  margin-bottom: 0;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content {
  bottom: 21%;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  z-index: 50;
  text-align: center;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .link a {
  margin-top: 14px;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
  margin: 15px 0;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .intro {
  max-width: 700px;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
  width: 700px;
}
#vina-home-full .vina-camera-slider .cameraContents .camera_caption img {
  position: absolute;
  left: 100px !important;
}
#vina-home-full .vina-list-cate .box-content {
  margin: 4px 0 5px;
}
#vina-home-full.bg {
  background: #fff;
}
#vina-home-full .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina-home-full #sp-banner_inner1 {
  margin-bottom: -2px;
}
#vina-home-full #sp-main-menu-wrapper {
  background: #191919;
}
#vina-home-full #sp-main-menu-wrapper #main-menu {
  margin-bottom: 0;
}
#vina-home-full #sp-main-menu-wrapper > .container {
  background: #191919;
}
#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption > div {
  padding: 3px 20px;
}
#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;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 0;
  width: 48%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #000;
}
#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;
}
.banner-home-content-2 {
  background-color: #f4f4f4;
  padding: 15px 16px;
  text-align: center;
  margin: 60px 0 0;
}
.banner-home-content-2 .text-box {
  border: 1px solid #dddddd;
  padding: 20px;
}
.banner-home-content-2 .text-box h3 {
  font: 30px/35px BebasNeuewebfont, arial;
  text-transform: uppercase;
  margin: 0;
}
#sp-top-header-wrapper #top-header {
  margin-top: 25px;
}
.header-language {
  display: inline-block;
}
.header-curren {
  display: inline-block;
}
.drop-lang .drop-trigger {
  position: relative;
  z-index: 999;
}
.drop-lang .drop-trigger .sub-lang {
  position: absolute;
  top: 100%;
  left: -8px;
  z-index: 9;
  list-style: none;
  margin: 0;
  background: #fff;
  min-width: 140px;
  display: none;
  border-top: 1px solid #f4f4f4;
  text-align: left;
}
.drop-lang .drop-trigger i {
  margin-left: 10px;
}
.drop-lang .drop-trigger:hover .sub-lang {
  top: 100%;
  display: block;
}
.drop-lang ul.sub-lang li a {
  border: none;
  padding: 5px 10px 5px 28px;
  border: 1px solid #f4f4f4;
  border-top: none;
  line-height: 15px;
  height: inherit;
}
.drop-lang ul.sub-lang li a:hover {
  color: #f36b6c !important;
}
.drop-lang li a {
  padding: 0 0 0 20px;
  display: block;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
.drop-lang li a.ge {
  background: url("../images/J6jl2ipF6C4x.png") no-repeat 0 50%;
}
.drop-lang li a.fr {
  background: url("../images/DuwwjS3h1zcy.png") no-repeat 0 50%;
}
.drop-lang li a.en {
  background: url("../images/pu9xsbPhAd2D.png") no-repeat 0 50%;
}
.drop-lang .sub-lang .en {
  background: url("../images/pu9xsbPhAd2D.png") no-repeat 6% 50% #fff;
}
.drop-lang .sub-lang .fr {
  background: url("../images/DuwwjS3h1zcy.png") no-repeat 6% 50% #fff;
}
.drop-lang .sub-lang .ge {
  background: url("../images/J6jl2ipF6C4x.png") no-repeat 6% 50% #fff;
}
#sp-main-menu-wrapper #main-menu {
  background: #191919;
  margin-bottom: 20px;
}
.vina-top-contact {
  display: inline-block;
}
.vina-top-contact .tell-phone {
  line-height: 32px;
  margin-top: 6px;
  display: inline-block;
  color: #cccccc;
  padding: 0 15px;
}
.vina-slider-inner .vina-camera-slider .camera_wrap camera_brown_skin {
  position: relative;
  z-index: 0;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  z-index: 1;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  margin: 2px 3px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #fff;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #fff;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #fff;
}
.vina-slider-inner .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #fff;
}
.vina-slider-inner .vina-camera-slider .camera_caption > div {
  background: transparent;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content {
  position: absolute;
  bottom: 20%;
  right: 0;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content > * {
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content .title {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  width: auto;
  z-index: 50;
  text-align: center;
  color: #333333;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  font-family: arial;
  text-transform: uppercase;
  color: #333333;
  padding: 0;
  margin: 0;
  width: 500px;
  text-align: center;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content .intro {
  text-align: center;
  font-weight: normal;
  opacity: 1;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  text-transform: none;
  font-weight: normal;
  opacity: 1;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  max-width: 400px;
  margin: 0 auto;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content .link a {
  font-family: 'CalibriBold';
  font-size: 13px;
  color: #333333;
  padding: 8px 20px;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #333333;
  text-transform: uppercase;
}
.vina-slider-inner .vina-camera-slider .camera_caption .content .link a:hover {
  color: #fff;
}
#sp-banner_inner1 {
  margin: 26px 0;
}
#banner-bottom {
  margin: 30px 0 37px;
}
.vina-list-cate.module {
  margin-top: 0;
  margin-bottom: 41px;
}
.vina-list-cate.cate-full .box-content .box-title h3 {
  font-family: BebasNeuewebfont;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}
.vina-list-cate.cate-full .box-content .box-title .box-inner {
  width: 100%;
  height: 100%;
  padding-top: 0;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.vina-list-cate.cate-full .box-content .box-title .box-inner > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-list-cate.cate-full .box-content .box-title a.view {
  display: inline-block;
  color: #fffefe;
  padding: 5px 10px;
  border: 1px solid #999999;
  text-transform: uppercase;
}
.vina-list-cate .box-content {
  margin: 8px 0 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.vina-list-cate .box-content .images img {
  width: 100%;
}
.vina-list-cate .box-content:hover .box-title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-list-cate .box-content .box-title {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  color: #fffefe;
  text-align: center;
  padding: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-list-cate .box-content .box-title h3 {
  font-family: BebasNeuewebfont;
  font-size: 22px;
  margin: 0;
  line-height: 28px;
}
.vina-list-cate .box-content .box-title a.view {
  display: inline-block;
  color: #fffefe;
  padding: 5px;
  border: 1px solid #999999;
  text-transform: capitalize;
}
.vina-list-cate .box-content .box-title a.view:hover {
  background: #000;
}
.header-border .header {
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  z-index: 0;
  padding-bottom: 3px;
}
.header-border .header:before {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  width: 83px;
  content: "";
  left: 0;
  height: 3px;
}
.addtocart {
  border-top: 1px solid #eeeeee !important;
  padding: 0 10px !important;
}
.addtocart .addtocart-bar {
  position: relative !important;
  z-index: 0 !important;
  float: none !important;
  top: 0;
  display: inline-block !important;
}
.addtocart span {
  margin: 10px 0 0 !important;
}
.addtocart .addtocart-button {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  text-shadow: none !important;
  color: #666666 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  font-family: 'CalibriBold' !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.addtocart .addtocart-button:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f07a";
  position: absolute;
  left: 10px;
  top: 9px;
}
.addtocart .addtocart-button input {
  padding: 10px 10px 0 !important;
  margin-left: 15px !important;
}
.label-pro {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-family: 'CalibriBold';
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 100%;
}
.label-pro.sale-new {
  left: 10px;
  right: auto;
}
.vinavm-product .des,
.vinavm-product .amount,
.vinavm-product .quantity-box,
.vinavm-product .quantity-controls,
.vinavm-product .product-fields {
  display: none;
}
.vinavm-product .ma-links {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0,-50%);
}
.vinavm-product .ma-links .add-to-links .separator {
  display: none;
}
.vinavm-product .ma-links li {
  display: inline-block;
  float: left;
}
.vinavm-product .ma-links li.link-wishlist {
  margin-right: 5px;
}
.vinavm-product .ma-links li a,
.vinavm-product .ma-links li button {
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #eeeeee;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vinavm-product .ma-links li a.product-review,
.vinavm-product .ma-links li button.product-review {
  margin-right: 5px;
}
.vinavm-product .ma-links li a i,
.vinavm-product .ma-links li button i {
  color: #666666;
  text-shadow: none;
}
.vinavm-product .ma-links li a span,
.vinavm-product .ma-links li button span {
  display: none;
}
.vinavm-product.vm-col {
  margin-bottom: 10px;
}
.vinavm-product .image-block {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-bottom: 0 !important;
  width: 100%;
}
.vinavm-product .image-block a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
}
.vinavm-product .image-block a .pro-image {
  width: 100%;
  line-height: 0;
}
.vinavm-product .image-block a .pro-image.second-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vinavm-product .ma-box-content {
  padding: 15px 15px 10px 15px;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 0;
}
.vinavm-product .ma-box-content:hover {
  -webkit-box-shadow: 0 0 10px rgba(104,89,89,0.2);
  -moz-box-shadow: 0 0 10px rgba(104,89,89,0.2);
  box-shadow: 0 0 10px rgba(104,89,89,0.2);
  border: 1px solid #eee;
}
.vinavm-product .ma-box-content:hover .image-block a .pro-image.second-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vinavm-product .ma-box-content:hover .add-to-links {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vinavm-product .ma-box-content:hover .ma-links li a,
.vinavm-product .ma-box-content:hover .ma-links li button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vinavm-product .ma-box-content .product-rating {
  margin-bottom: 5px;
}
.vinavm-product .ma-box-content .add-to-links {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.vinavm-product .ma-box-content .vm-details-button {
  width: 100%;
  display: inline-block;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.vinavm-product .ma-box-content .vm-details-button a {
  width: auto;
  display: inline-block;
  border: 0;
  margin: 0 auto;
}
.vinavm-product .text-block .product-title {
  margin: 5px 0;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
}
.vinavm-product .text-block .product-title a {
  font-size: 15px;
  text-transform: capitalize;
  font-family: 'CalibriBold';
  color: #666666 !important;
}
.vina-cate-carousel {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vina-cate-carousel.lastest_products {
  overflow: hidden !important;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content {
  border: 1px solid #f4f4f4;
  padding: 10px;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f4f4f4;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover .product-title,
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover .product-rating,
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover .price-box {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover .item-box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: moveFromTop 400ms ease;
  -moz-animation: moveFromTop 400ms ease;
  -ms-animation: moveFromTop 400ms ease;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover .text-block {
  padding-bottom: 14px;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content:hover .vm-product-rating-container {
  display: none;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content .add-to-links {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-box-content .price-box {
  margin-bottom: 0;
}
.vina-cate-carousel.lastest_products .vinavm-product .item-box-hover {
  position: absolute;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 7px;
  z-index: 0;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links {
  position: initial;
  -webkit-transform: translate(0,-8px);
  -moz-transform: translate(0,-8px);
  -ms-transform: translate(0,-8px);
  -o-transform: translate(0,-8px);
  transform: translate(0,-8px);
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li a,
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li button {
  background: transparent;
  display: inline-block;
  width: auto;
  padding: 0 9px 0 0;
  height: auto;
  font-family: CalibriRegular;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li a.product-details,
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li button.product-details {
  padding-right: 0;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li a.product-details span,
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li button.product-details span {
  background: url(../images/3XEqCmoosOdb.png) no-repeat left center;
  padding: 0 0 0 14px;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li a i:before,
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li button i:before {
  display: none;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li a:before,
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li button:before {
  display: none;
}
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li a span,
.vina-cate-carousel.lastest_products .vinavm-product .ma-links li button span {
  display: inline-block;
  font-family: 'CalibriRegular';
}
.vina-cate-carousel.lastest_products .addtocart {
  border-top: 0 !important;
  border-bottom: 1px solid #ddd !important;
  padding: 0 10px 5px !important;
  margin-bottom: 0;
  display: inline-block;
}
.vina-cate-carousel .owl-controls {
  position: absolute;
  z-index: 0;
  top: -14px;
  right: -3px;
}
.vina-cate-carousel .owl-controls .owl-buttons > div {
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  margin: 5px 3px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  top: 0;
  border: 0;
  background: #f1f1f1 url(../images/QHGlbyOfsoCw.png) 100% 0 no-repeat !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina-cate-carousel .owl-controls .owl-buttons > div.owl-prev {
  background: #f1f1f1 url(../images/QHGlbyOfsoCw.png) 0 0 no-repeat !important;
}
.vina-cate-carousel .header {
  margin-bottom: 14px;
}
.vina-cate-carousel .header span {
  font: 18px/25px 'CalibriBold';
  text-transform: uppercase;
  padding-bottom: 12px;
  display: image-block;
  margin: 0;
}
.vina-cate-carousel .vina-carousel-virtuemart {
  position: inherit;
}
.vina-cate-carousel .vina-carousel-virtuemart .owl-item .item {
  border: 0;
}
.vina-cate-carousel.vina-left-carousel {
  background: #f4f4f4;
  padding: 18px;
  margin-bottom: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-cate-carousel.vina-left-carousel .header {
  border: 0;
  margin-bottom: 0;
}
.vina-cate-carousel.vina-left-carousel .header span {
  font: 40px/45px BebasNeuewebfont, arial;
}
.vina-cate-carousel.vina-left-carousel .label-pro {
  width: 80px;
  height: 80px;
  line-height: 85px;
  font-family: BebasNeuewebfont;
  font-size: 32px;
}
.vina-cate-carousel.vina-left-carousel .owl-theme .owl-controls {
  text-align: right;
  margin: 0;
}
.vina-cate-carousel.vina-left-carousel .owl-theme .owl-controls .owl-page {
  margin: 0 3px;
}
.vina-cate-carousel.vina-left-carousel .owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #666666;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-cate-carousel.vina-left-carousel.sp-badge {
  padding: 0;
}
.vina-cate-carousel.vina-left-carousel .vina-carousel-virtuemart {
  width: auto !important;
  overflow: hidden;
  position: relative;
  margin-left: 0 !important;
}
.vina-cate-carousel.vina-left-carousel .owl-controls {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.vina-cate-carousel.vina-left-carousel .ma-box-content:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  background-image: none;
  background: none;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 8px solid #666666;
  margin-left: -7px;
}
.jutooltip.jutooltip-bottom-center .jutooltip-arrow {
  background-image: none;
  background: none;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom: 8px solid #666666;
  border-top: 0;
  -webkit-transform: translate(0,5px);
  -moz-transform: translate(0,5px);
  -ms-transform: translate(0,5px);
  -o-transform: translate(0,5px);
  transform: translate(0,5px);
  margin-left: -7px;
}
.jutooltip .jutooltip-content {
  color: #ffffff;
  padding: 4px 8px;
  font-size: 13px;
  background-image: none;
  background-color: #666666;
}
.vina-shop-by .cf_flt_header {
  font-weight: normal;
  font-family: 'CalibriBold';
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.vina-shop-by .cf_flt_counter {
  position: absolute;
  line-height: 21px;
}
.vina-shop-by .cf_slider_gutter_m {
  background: url(../images/pcHV6ABWkf5K.gif) center repeat-x;
}
.vina-shop-by .slider_bkg_img {
  background: url(../images/c7ATdh0x4fQn.gif) no-repeat;
}
.vina-shop-by .cf_slider_gutter_l,
.vina-shop-by .cf_slider_gutter_r {
  background: url(../images/12g9yWIUmGOb.gif) center left no-repeat;
}
.vina-shop-by .cf_wrapp_all {
  border: 1px solid #eee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}
.vina-shop-by .cf_filtering_knob_from,
.vina-shop-by .cf_filtering_knob_to {
  background: url(../images/Nu3zQ77uuwOt.png) no-repeat 50% 50%;
  height: 16px;
  border-radius: 100%;
  width: 16px;
  bottom: -6px;
}
.vina-shop-by .cf_filtering_knob_from:hover,
.vina-shop-by .cf_filtering_knob_to:hover {
  background: url(../images/Nu3zQ77uuwOt.png) no-repeat 50% 50%;
}
.vina-shop-by .form-horizontal .cf_option {
  margin-top: 7px;
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  text-transform: capitalize;
}
.vina-shop-by .form-horizontal .cf_option:hover {
  background: #000;
}
.vina-shop-by #price_clear {
  margin-top: 7px;
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  text-transform: capitalize;
}
.vina-shop-by #price_clear:hover {
  background: #000;
}
.vina-shop-by .cf_filtering_knob_to {
  bottom: 10px !important;
}
.vina-shop-by .cf_wrapp_all {
  border: 1px solid #eee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-shop-by input[type="search"],
.vina-shop-by .cf_smart_search {
  -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 #eee;
}
.vina-shop-by .cf_smart_search {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
.vina-shop-by .cf_wrapper_input_text {
  width: 100%;
}
.vina-shop-by .cf_filtering_slide_container {
  padding: 0 40px 0 12px;
}
.vina-shop-by .cf_filtering_slide_container .cf_filtering_slider_gutter {
  width: 100%;
  padding: 0;
}
.vina-shop-by .cf_filtering_slide_container .knob_wrapper {
  margin-left: 13px;
}
.vina-shop-by .cf_filtering_slide_container .cf_slider_gutter_m {
  width: 100%;
  float: none;
  padding: 0 5px 0 2px;
  z-index: 0;
}
.vina-shop-by .cf_filtering_slide_container .cf_slider_gutter_m:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -33px;
  display: inline-block;
  width: 33px;
  z-index: -1;
  height: 8px;
  background: url(../images/pcHV6ABWkf5K.gif) center repeat-x;
}
.vina-shop-by .cf_filtering_slide_container .slider_bkg_img {
  width: 100%;
  margin: 12px 0 0;
  padding: 0 16px 0 0;
}
.vina-shop-by .cf_filtering_slide_container .cf_slider_gutter_l,
.vina-shop-by .cf_filtering_slide_container .cf_slider_gutter_r {
  display: none;
}
.vina-shop-by .cf_search_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.vina-shop-by .cf_search_button i:before {
  text-shadow: none;
}
.vina-shop-by .cf_search_button:hover {
  border: 1px solid #333;
  background: #333;
}
.vina-shop-by .cf_resetAll_label {
  padding: 5px 8px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
}
.vina-shop-by .cf_resetAll_label:hover {
  background: #000;
}
.vina-shop-by .cf_filters_list li {
  display: inline-block;
  width: 100%;
}
.vina-shop-by .cf_filters_list li input[type="radio"],
.vina-shop-by .cf_filters_list li input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.vina-shop-by .cf_filters_list li .cf_sel_opt {
  font-family: 'CalibriBold';
  font-weight: normal;
}
.vina-shop-by .cf_filters_list li .cf_sel_opt:before {
  top: 200%;
}
.vina-shop-by .cf_filters_list li .cf_sel_opt:after {
  top: 50%;
}
.vina-shop-by .cf_filters_list li a {
  line-height: 20px;
}
.vina-shop-by .cf_filters_list li > a {
  line-height: 20px;
  padding-left: 15px;
  display: inline-flex;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vina-shop-by .cf_filters_list li > a:before {
  position: absolute;
  z-index: -1;
  left: 0;
  content: "";
  background: #999999;
  height: 5px;
  width: 5px;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.vina-shop-by .cf_filters_list li > a:after {
  position: absolute;
  z-index: -1;
  left: 0;
  content: "";
  background: #999999;
  height: 5px;
  width: 5px;
  top: -100%;
  margin-top: -2.5px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.vina-shop-by .cf_filters_list li > a:hover {
  background: transparent;
}
.vina-shop-by .cf_filters_list li > a:hover:before {
  top: 200%;
}
.vina-shop-by .cf_filters_list li > a:hover:after {
  top: 50%;
}
.vina-carousel-vmcontent {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vina-carousel-vmcontent.module {
  padding-top: 5px;
  margin-bottom: 24px;
}
.vina-carousel-vmcontent .header {
  font: 18px/25px CalibriBold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vina-carousel-vmcontent .owl-controls {
  position: absolute;
  z-index: 0;
  top: -14px;
  right: -3px;
}
.vina-carousel-vmcontent .owl-controls .owl-buttons > div {
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  margin: 5px 3px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  top: 0;
  border: 0;
  background: #f1f1f1 url(../images/QHGlbyOfsoCw.png) 100% 0 no-repeat !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina-carousel-vmcontent .owl-controls .owl-buttons > div.owl-prev {
  background: #f1f1f1 url(../images/QHGlbyOfsoCw.png) 0 0 no-repeat !important;
}
.vina-carousel-vmcontent .vina-carousel-content {
  position: inherit;
}
.vina-carousel-vmcontent .vina-carousel-content .title {
  margin: 11px 0 0;
  min-height: 38px;
  font-size: 15px;
  line-height: 19px;
}
.vina-carousel-vmcontent .vina-carousel-content .title a {
  font-size: 15px;
  font-weight: normal;
  font-family: 'CalibriBold';
  margin: 0 0 5px;
  line-height: 19px;
  text-transform: uppercase;
}
.vina-carousel-vmcontent .vina-carousel-content .timmer {
  display: inline-block;
  margin-bottom: 10px;
}
.vina-carousel-vmcontent .vina-carousel-content .timmer:before {
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.vina-carousel-vmcontent .vina-carousel-content .timmer > div {
  display: inline-block;
  font-family: 'CalibriRegular';
}
.vina-carousel-vmcontent .vina-carousel-content .timmer > div.vina_m {
  margin: 0 3px;
}
.tab-content {
  overflow: visible;
}
.tab-content >.active,
.pill-content >.active {
  overflow: visible;
}
.vin-tab-list-product.custom {
  position: relative;
  padding-top: 3px;
  margin-bottom: 37px;
}
.vin-tab-list-product .vina-cate-carousel {
  position: initial;
  overflow: visible;
}
.vin-tab-list-product .nav-tabs {
  border-bottom: 3px solid #f4f4f4;
}
.vin-tab-list-product .nav-tabs > li {
  margin-bottom: 0 !important;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  background: url(../images/kABElJoqE4wh.png) no-repeat right 3px;
}
.vin-tab-list-product .nav-tabs > li:first-child {
  padding-left: 0;
}
.vin-tab-list-product .nav-tabs > li:last-child {
  padding-right: 0;
  background: transparent;
}
.vin-tab-list-product .nav-tabs > li > a {
  border: 0 !important;
  border-bottom: 0;
  font: 18px/25px CalibriBold;
  text-transform: uppercase;
  padding: 0 0 5px !important;
  margin: 0;
  color: #666666 !important;
}
.vin-tab-list-product .nav-tabs > li > a:hover,
.vin-tab-list-product .nav-tabs > li > a:focus {
  background-color: transparent;
}
.vina-ticker-vmcontent .header {
  margin-bottom: 20px;
}
.vina-ticker-vmcontent .header span {
  font: 18px/25px 'CalibriBold';
}
.vina-ticker-vmcontent .vina-ticker-content .vina-item {
  border-top: 0 !important;
}
.vina-ticker-vmcontent .vina-ticker-content .vina-item .timmer {
  float: right;
  background: #ed6f6f;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 5px;
  position: absolute;
  left: 0;
  top: -40px;
  min-width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-ticker-vmcontent .vina-ticker-content .vina-item .timmer .vina_d {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.vina-ticker-vmcontent .vina-ticker-content .vina-item .blog-content {
  position: relative;
}
.vina-ticker-vmcontent .vina-ticker-content .vina-item .title {
  padding-left: 53px;
  margin-top: 14px;
  text-transform: uppercase;
  -webkit-transform: translate(0,-2px);
  -moz-transform: translate(0,-2px);
  -ms-transform: translate(0,-2px);
  -o-transform: translate(0,-2px);
  transform: translate(0,-2px);
}
.vina-ticker-vmcontent .vina-ticker-content .header-block .span12 {
  min-height: 0;
}
.vina-ticker-vmcontent .vina-ticker-content .header-block .row-fluid {
  margin-bottom: 0 !important;
}
.vina-ticker-vmcontent .vina-ticker-content .header-block span {
  width: 20px !important;
  height: 20px;
  text-indent: -99999px;
  position: absolute;
  top: -48px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina-ticker-vmcontent .vina-ticker-content .header-block span.up {
  right: 27px;
  background: #f1f1f1 url(../images/zf5WgmKzSyYS.png) 100% 0 no-repeat;
}
.vina-ticker-vmcontent .vina-ticker-content .header-block span.toggle {
  display: none;
}
.vina-ticker-vmcontent .vina-ticker-content .header-block span.down {
  background: #f1f1f1 url(../images/zf5WgmKzSyYS.png) 0 0 no-repeat;
  border: 0;
  right: 0px;
}
.price-box {
  margin-bottom: 5px;
}
.price-box .regular-price .Priceproduct_price {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  font-family: 'CalibriBold';
  color: #444;
}
.regular-price {
  margin: 5px 0 0;
  display: inline;
  font-size: 20px;
  font-family: 'CalibriBold';
  color: #444;
  line-height: 27px;
}
.sale-price,
.related-product-price {
  margin: 5px 0 0;
  display: inline;
  font-size: 20px;
  font-family: 'CalibriBold';
  color: #444;
}
.sale-price > .product-price,
.related-product-price > .product-price {
  width: 100%;
  margin: 0;
  text-align: center;
}
.sale-price > .product-price > *,
.related-product-price > .product-price > * {
  display: inline-block;
}
.sale-price > .product-price > *.price-crossed > *,
.related-product-price > .product-price > *.price-crossed > * {
  margin: 0 5px 0 0;
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}
.sale-price > div,
.related-product-price > div {
  display: inline-block;
  margin: 0 5px 0 0;
}
.sale-price > div.clear,
.related-product-price > div.clear {
  margin: 0;
}
.sale-price .vm-price-desc,
.related-product-price .vm-price-desc {
  margin: 0;
}
.related-product-price {
  width: 100%;
  display: inline-block;
}
.related-product-price > * {
  display: inline-block;
}
.related-product-price .price-crossed > * {
  margin: 0 5px 0 0;
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}
.banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.banner a img {
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner a:hover:before,
.banner a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner a:before,
.banner a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.banner a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.banner a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner.effect-apollo {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.banner.effect-apollo img {
  margin: 0 auto;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.banner.effect-apollo:before {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner.effect-apollo:hover:before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,300%,0);
}
.banner.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.vina-vmticker .header {
  margin-bottom: 20px;
}
.vina-vmticker .header span {
  font: 18px/25px 'CalibriBold';
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0;
}
.vina-vmticker .vina-ticker-virtuemart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-vmticker .vina-ticker-virtuemart .header-block {
  margin: 0 !important;
}
.vina-vmticker .vina-ticker-virtuemart .header-block .row-fluid {
  margin: 0 !important;
}
.vina-vmticker .vina-ticker-virtuemart .image-block {
  margin-bottom: 0;
}
.vina-vmticker .vina-ticker-virtuemart .header-block .span12 {
  min-height: 0;
}
.vina-vmticker .vina-ticker-virtuemart .header-block span {
  width: 20px !important;
  height: 20px;
  text-indent: -99999px;
  position: absolute;
  top: -58px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina-vmticker .vina-ticker-virtuemart .header-block span.up {
  right: 27px;
  background: #f1f1f1 url(../images/zf5WgmKzSyYS.png) 100% 0 no-repeat;
}
.vina-vmticker .vina-ticker-virtuemart .header-block span.toggle {
  display: none;
}
.vina-vmticker .vina-ticker-virtuemart .header-block span.down {
  background: #f1f1f1 url(../images/zf5WgmKzSyYS.png) 0 0 no-repeat;
  border: 0;
  right: 0px;
}
.vina-vmticker .vina-ticker-virtuemart .addtocart {
  border: 0 !important;
  float: left;
  padding: 0 !important;
  margin-left: -10px;
}
.vina-vmticker .vina-ticker-virtuemart .button-group {
  margin-top: 0;
}
.vina-vmticker .vina-ticker-virtuemart .vina-items {
  width: 100%;
}
.vina-vmticker .vina-ticker-virtuemart .vina-item {
  border-bottom: 1px solid #f4f4f4 !important;
}
.vina-vmticker .vina-ticker-virtuemart .text-block > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.vina-vmticker .vina-ticker-virtuemart .price-box {
  margin-top: 7px;
  margin-bottom: 2px;
}
.vina-vmticker .vina-ticker-virtuemart .product-title {
  margin: 0;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
  text-align: left;
}
.vina-vmticker .vina-ticker-virtuemart .product-title a {
  color: #666666;
  font-size: 15px;
  text-transform: capitalize;
  font-family: 'CalibriBold';
}
.vina-vmticker.via-vmus .vina-ticker-virtuemart .header-block {
  left: 0 !important;
}
.vina-vmticker.via-vmus .vina-ticker-virtuemart .header-block span {
  top: -48px;
}
.vina-vmticker.via-vmus .vina-ticker-virtuemart .item-tkvm {
  padding-bottom: 10px !important;
}
.vina-vmticker.via-vmus .vina-ticker-virtuemart .item-tkvm .image-block a {
  display: block;
  border: 1px solid #eee;
  padding: 5px;
  background: #fff;
}
.vina-brand.module {
  margin-bottom: 30px;
  margin-top: 57px !important;
}
.vina-brand .vina-manufacturers-virtuemart {
  overflow: visible;
}
.vina-brand .vina-manufacturers-virtuemart .caroufredsel_wrapper {
  margin: 0 !important;
}
.vina-brand .vina-manufacturers-virtuemart .item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-brand .vina-manufacturers-virtuemart .item > img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.vina-brand .vina-manufacturers-virtuemart ul {
  margin: 0 0 0 25px !important;
}
.vina-brand .vina-manufacturers-virtuemart .vina-prev,
.vina-brand .vina-manufacturers-virtuemart .vina-next {
  width: 10px;
  height: 25px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina-brand .vina-manufacturers-virtuemart .vina-prev {
  right: auto;
  left: 0;
  background: url(../images/GIGeJaFN0h2S.png) 0 0 no-repeat;
}
.vina-brand .vina-manufacturers-virtuemart .vina-prev:hover {
  background-position: 0 100%;
}
.vina-brand .vina-manufacturers-virtuemart .vina-next {
  right: 0px;
  background: url(../images/GIGeJaFN0h2S.png) 100% 0 no-repeat;
}
.vina-brand .vina-manufacturers-virtuemart .vina-next:hover {
  background-position: 100% 100%;
}
#follow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 19px 20px;
  margin-bottom: 33px;
  display: inline-block;
}
.vina-newsletter .acymailing_introtext {
  display: inline-block !important;
}
.vina-newsletter .acymailing_introtext h2 {
  margin: 0;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 18px;
  line-height: 25px;
}
.vina-newsletter .acymailing_introtext p {
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 3px;
  color: #fefefe;
}
.vina-newsletter .acymailing_module_form .acymailing_form {
  display: inline-block;
  float: right;
}
.vina-newsletter .acymailing_module_form .acymailing_form .content-field {
  border: 2px solid #dddddd;
}
.vina-newsletter .acymailing_module_form .acymailing_form .content-field > td {
  padding: 0;
}
.vina-newsletter .acymailing_module_form .acymailing_form .content-field input {
  background: transparent;
  margin: 0;
  -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;
  border: 0;
  text-shadow: none;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
.vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="submit"] {
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
  background: url(../images/RdbInlwkbhOT.png) no-repeat left 50%;
  font: normal 14px/15px CalibriBold, Arial, Helvetica, sans-serif;
}
.tooltip.top .tooltip-inner {
  font-size: 11px;
  padding: 4px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-family: 'CalibriBold';
}
.tooltip.top.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-social .link-follow {
  margin: 1px 0 0;
}
.vina-social .link-follow > li {
  float: left;
  margin: 0 8px 0 0;
  list-style: none;
}
.vina-social .link-follow > li > a {
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  background: #cdcdcd;
  color: #fff;
  font-size: 16px;
  padding: 0;
  -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;
}
.vina-social .link-follow > li > a.facebook:hover {
  background: #3c5b9b;
}
.vina-social .link-follow > li > a.rss:hover {
  background: #fd761f;
}
.vina-social .link-follow > li > a.twitter:hover {
  background: #56d7ff;
}
.vina-social .link-follow > li > a.skype:hover {
  background: #00aeef;
}
.vina-social .link-follow > li > a.dribbble:hover {
  background: #f54f91;
}
.class-clright .mod-inner {
  background: #f4f4f4;
  padding: 0 20px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.class-clright h3.header {
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 20px;
}
.class-clright h3.header:before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  margin-left: 0;
  margin-right: 10px;
  color: #fff;
}
.class-clright h3.header > span {
  margin: 0;
  color: #fff;
  font: 18px/24px CalibriBold, arial;
  text-transform: uppercase;
  padding: 8px 10px 8px 0;
  display: inline-block;
}
.vina-cate-joomla h3.header:before {
  content: "\f0ca" !important;
}
.vina-cate-joomla ul li {
  background: url(../images/Gf5WvrxkfS7w.png) repeat-x center bottom !important;
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 8px 0;
  color: #777777;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 16px;
  font-family: 'CalibriBold';
}
.vina-cate-joomla ul li a {
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 0;
  color: #777777;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 16px;
  font-family: 'CalibriBold';
}
.vina-login-form input,
.vina-login-form button {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.vina-login-form #form-login-remember #modlgn-remember {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 0 0 5px;
}
.vina-login-form input {
  width: 100%;
}
.vina-login-form button {
  text-transform: uppercase;
}
.vina-login-form h3.header:before {
  content: "\f090" !important;
}
.vina-login-form #login-form {
  display: inline-block;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
#sp-header-wrapper #header {
  margin-bottom: 15px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
.vina-bottom-logo .footer-static-content {
  padding: 20px 50px 0 0;
}
.visiable-gallery {
  animation-name: none !important;
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -o-animation-name: none !important;
  visibility: visible;
}
.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: #7f7f7f;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-totop > i:focus {
  outline: none;
}
ul.breadcrumb {
  padding: 3px 0 21px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'CalibriBold';
  background: transparent;
  margin: 0;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li > .divider {
  padding: 0 8px;
  display: inline-block;
  background: url(../images/BUYH4JIWydaP.png) no-repeat 50% 3px;
  text-indent: -99999px;
}
ul.breadcrumb > li > a {
  color: #666666;
}
ul.breadcrumb > li > span .divider {
  color: #666666;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper #footer {
  margin: 0 auto;
  padding: 15px 0;
  border-top: 3px solid #f4f4f4;
}
#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 .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: 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/GVOvGAYgp4a4.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  margin-top: 3px;
}
#sp-footer-wrapper .copyright a {
  color: #666666;
}
#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:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: none;
}
.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 8px;
}
.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-family: 'CalibriBold';
  font-weight: normal;
}
.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: normal;
  font-family: 'CalibriBold';
  margin: 0 0 5px;
  line-height: 22px;
  text-transform: uppercase;
}
.item-blog .timmer {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  z-index: 0;
  padding-bottom: 14px;
  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;
  color: #35ada9;
  font-family: 'CalibriRegular';
}
.item-blog .timmer > div.vina_m {
  margin: 0 3px;
}
#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-family: 'CalibriBold';
  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-family: 'CalibriBold';
  font-weight: normal;
  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;
}
.timer-grid {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.timer-grid .day {
  margin: 5px 0;
  font-size: 12px;
  font-family: CalibriBold;
}
.timer-grid .day span {
  font-size: 40px;
  font-family: BebasNeuewebfont;
  margin-right: 5px;
}
.timer-grid span {
  margin-right: 3px;
  font-size: 22px;
  font-family: BebasNeuewebfont;
}
.timer-grid .hour,
.timer-grid .min,
.timer-grid .sec {
  float: left;
  width: 33%;
  font-size: 12px;
  font-family: CalibriBold;
}
.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;
}
#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 >a {
  padding: 12px 15px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: CalibriBold;
  color: #cccccc;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover > a,
#sp-main-menu ul.level-0 > li.active > a {
  color: #000;
  background: #f4f4f4;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
  margin-left: 8px;
  margin-top: -1px;
  top: 1px;
  position: relative;
  display: inline-block;
}
#sp-main-menu li .menu-item.no-icon {
  padding: 10px !important;
  text-align: center !important;
}
#sp-main-menu li .menu-item.no-icon a {
  padding: 0 !important;
}
#sp-main-menu li .menu-item.no-icon a:before {
  content: "";
}
#sp-main-menu li .menu-item.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 .menu-item.no-icon span.menu span.menu-title {
  margin-top: 15px;
  display: block;
}
#sp-main-menu li .menu-item.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) {
  display: block;
  position: relative;
  text-transform: capitalize;
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
#sp-main-menu li li:not(.sp-menu-group) a:before {
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 6px;
  top: 0;
  left: 10px;
  -webkit-transition: color 600ms ease 0s;
  -moz-transition: color 600ms ease 0s;
  -o-transition: color 600ms ease 0s;
  transition: color 600ms ease 0s;
  line-height: 38px;
  position: absolute;
}
#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: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f4f4f4;
  padding-left: 15px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  border-bottom: 2px solid #f4f4f4;
  position: relative;
  z-index: 0;
  padding: 10px 10px 0 0;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  display: block;
  font-family: 'CalibriBold';
}
#sp-main-menu div.sp-menu-group a.sp-menu-group:before {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  width: 83px;
  content: "";
  left: 0;
  height: 3px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .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;
}
.vina-top-menu ul {
  display: inline-block;
  margin-bottom: 0;
}
.vina-top-menu ul li {
  padding-right: 18px;
  position: relative;
  z-index: 0;
}
.vina-top-menu ul li.active > a {
  background: transparent !important;
  text-decoration: none;
}
.vina-top-menu ul li:before {
  position: absolute;
  z-index: -1;
  top: 3px;
  right: 9px;
  content: "";
  width: 1px;
  height: 11px;
  background: url(../images/uwxazQ5e7s8M.png) no-repeat;
}
.vina-top-menu ul li:last-child:before {
  background: none;
}
.vina-top-menu ul li a {
  color: #666666;
  text-decoration: none;
  padding: 0;
}
.vina-top-menu ul li a:hover {
  text-decoration: none;
}
.vina-top-menu ul li a:focus {
  outline: none;
}
.vina-top-menu ul li a:hover,
.vina-top-menu ul li a:focus {
  background: transparent !important;
  text-decoration: underline;
}
.menu-bottom .header span {
  color: #666666;
  font: 18px/25px CalibriBold;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0;
}
.menu-bottom.vina-manufacturers ul {
  margin-left: 18px;
}
.menu-bottom ul li {
  display: inline-block;
  width: 100%;
}
.menu-bottom ul li a {
  line-height: 30px;
  padding-left: 15px;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.menu-bottom ul li a:before {
  position: absolute;
  z-index: -1;
  left: 0;
  content: "";
  background: #999999;
  height: 5px;
  width: 5px;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu-bottom ul li a:after {
  position: absolute;
  z-index: -1;
  left: 0;
  content: "";
  background: #999999;
  height: 5px;
  width: 5px;
  top: -100%;
  margin-top: -2.5px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu-bottom ul li a:hover {
  background: transparent;
  padding-left: 20px;
}
.menu-bottom ul li a:hover:before {
  top: 200%;
  left: 5px;
}
.menu-bottom ul li a:hover:after {
  top: 50%;
  left: 5px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.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;
}
.ltr .sp-submenu {
  left: 0;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.vina-menu {
  position: absolute !important;
  right: 10px;
  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-family: 'Kotta One';
  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: 5px;
  padding: 4px 4px 3px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
  font-family: 'Kotta One';
  -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-family: 'CalibriBold';
  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: #289daa;
  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;
}
.vina-vm-category.module {
  margin-bottom: 50px;
}
.vina-vm-category .header {
  padding-left: 20px;
  margin-bottom: 0;
}
.vina-vm-category .header span {
  margin: 0;
  color: #fff;
  font: 20px/25px CalibriBold, arial;
  text-transform: uppercase;
  padding: 15px 10px 14px 0;
  display: inline-block;
}
.vina-vm-category .header span:before {
  font-size: 18px;
  margin-right: 16px;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.vina-vm-category .vina-treeview-virtuemart {
  padding: 0 20px 6px;
  z-index: 1000;
}
.vina-vm-category .vina-treeview-virtuemart .treeview ul {
  background: transparent;
  margin: 0;
}
.vina-vm-category .vina-treeview-virtuemart .treeview ul.sub-menu li {
  padding: 13px 0 13px 17px;
}
.vina-vm-category .vina-treeview-virtuemart .treeview ul.sub-menu li > a {
  padding-right: 0;
  background: transparent;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li {
  background: url(../images/Gf5WvrxkfS7w.png) repeat-x center bottom !important;
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 13px 15px 13px 17px;
  color: #777777;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 16px;
  font-family: 'CalibriBold';
}
.vina-vm-category .vina-treeview-virtuemart .treeview li:last-child {
  background: none !important;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li.lastExpandable {
  background: transparent !important;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li > a {
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 0 15px;
  color: #777777;
  text-transform: uppercase;
  word-wrap: break-word;
  font-size: 16px;
  font-family: 'CalibriBold';
  background: none !important;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .hitarea {
  background: transparent;
  display: none;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .hitarea:first-child {
  display: block;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .hitarea:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background: transparent;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .expandable-hitarea {
  display: none;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .expandable-hitarea:first-child {
  display: block;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .expandable-hitarea:before {
  content: "\f0fe";
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .collapsable-hitarea {
  display: none;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .collapsable-hitarea:first-child {
  display: block;
}
.vina-vm-category .vina-treeview-virtuemart .treeview li .collapsable-hitarea:before {
  content: "\f146";
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span.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;
}
body.rtl {
  text-align: right;
}
.rtl .media > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .media > .pull-right {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .vina-carousel-virtuemart,
.rtl .vina-manufacturers-virtuemart,
.rtl .vina-camera-slider,
.rtl .vina-carousel-content {
  direction: ltr;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
  margin-left: 0;
  margin-right: 8px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group) a {
  padding-left: 10px;
  padding-right: 25px;
  text-align: right;
}
.rtl #sp-main-menu li li:not(.sp-menu-group):hover,
.rtl #sp-main-menu li li:not(.sp-menu-group).active {
  padding-left: 0;
  padding-right: 15px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group) > a:before {
  right: 10px;
  left: inherit;
}
.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;
}
.rtl #vmCartModule {
  float: left;
}
.rtl #vmCartModule .mini-cart-content {
  left: 0;
  right: auto;
}
.rtl .top-content .header-language {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .drop-lang .drop-trigger i {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .drop-lang li a {
  background-position: right 50%;
  padding: 0 20px 0 0;
}
.rtl .header-curren {
  float: left;
  text-align: left;
}
.rtl #cur_form {
  padding-left: 0;
  margin-left: 3px;
  display: inline-block;
}
.rtl #cur_form .filter-option {
  margin-left: 20px;
}
.rtl #cur_form a.caret:before,
.rtl #cur_form span.caret:before,
.rtl #cur_form p.caret:before {
  right: auto;
  left: 8px;
}
.rtl .vina-vm-category .vina-treeview-virtuemart {
  text-align: right;
}
.rtl .vina-vm-category .vina-treeview-virtuemart .treeview .hitarea {
  float: right;
  margin-left: 16px;
}
.rtl .vina-vm-category .vina-treeview-virtuemart .treeview ul.sub-menu li {
  padding: 13px 15px 13px 0;
}
.rtl .vina-vm-category .vina-treeview-virtuemart .treeview ul.sub-menu li > a {
  padding-left: 0;
}
.rtl .vina-vm-category .vina-treeview-virtuemart .treeview li {
  padding-right: 0;
}
.rtl .vina-vm-category .vina-treeview-virtuemart .treeview li > .hitarea {
  display: none;
}
.rtl .vina-vm-category .vina-treeview-virtuemart .treeview li > .hitarea:first-child {
  display: block;
}
.rtl .vina-vm-category .header {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .vina-vm-category .header span {
  width: 100%;
  padding: 15px 0 14px 10px;
  text-align: right;
}
.rtl .vina-vm-category .header span:before {
  margin-right: 0;
  margin-left: 16px;
  float: right;
}
.rtl .productdetails-view .product-rating {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .productdetails-view .PricebasePriceWithTax {
  float: left;
}
.rtl .productdetails-view .addtocart-button {
  margin: 0 10px 0 0;
}
.rtl ul.breadcrumb > li > .divider {
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.rtl #sp-footer-wrapper .copyright {
  text-align: right;
}
.rtl .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="submit"] {
  background-position: right 50%;
}
.rtl .vina-social .link-follow {
  float: left;
}
.rtl .vin-tab-list-product .nav-tabs > li {
  float: none;
  padding: 0 15px;
  background-position: left 3px;
}
.rtl .vin-tab-list-product .nav-tabs > li:last-child {
  padding-left: 0;
}
.rtl .vina-shop-by .cf_filters_list li > a {
  padding-left: 5px;
  padding-right: 15px;
}
.rtl .vina-shop-by .cf_filters_list li > a:before,
.rtl .vina-shop-by .cf_filters_list li > a:after {
  right: 0;
  left: auto;
}
.rtl .productdetails-view .product-field-display .chzn-container {
  display: inline-block;
  width: 100% !important;
}
.rtl .cf_flt_wrapper_rtl .cf_filtering_slider_gutter {
  float: right;
  padding: 0 9px 0 0px;
}
.rtl .vina-shop-by .cf_filtering_knob_from {
  -webkit-transform: translate(-10px,0);
  -moz-transform: translate(-10px,0);
  -ms-transform: translate(-10px,0);
  -o-transform: translate(-10px,0);
  transform: translate(-10px,0);
}
.rtl .vina-shop-by .cf_filtering_knob_to {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
}
.rtl .vina-cate-carousel .owl-controls {
  right: 0;
  left: -3px;
  text-align: left !Important;
}
.rtl .vina-vmticker .vina-ticker-virtuemart .header-block {
  position: relative;
  left: -10px;
  float: left;
}
.rtl .vina-vmticker .vina-ticker-virtuemart .header-block span.up {
  right: auto;
  left: 27px;
}
.rtl .vina-vmticker .vina-ticker-virtuemart .header-block span.down {
  right: auto;
  left: 0;
}
.rtl .vina-ticker-vmcontent .vina-ticker-content .header-block span.up {
  right: auto;
  left: 27px;
}
.rtl .vina-ticker-vmcontent .vina-ticker-content .header-block span.down {
  right: auto;
  left: 0;
}
.rtl .vina-manufacturers-virtuemart .vina-prev,
.rtl .vina-manufacturers-virtuemart .vina-next {
  text-indent: 10000px;
}
.rtl .vina-newsletter .acymailing_introtext {
  padding-right: 25px !important;
}
.rtl .menu-bottom ul li a {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .menu-bottom ul li a:before,
.rtl .menu-bottom ul li a:after {
  left: auto;
  right: 0;
}
.rtl .menu-bottom ul li a:hover,
.rtl .menu-bottom ul li a:focus {
  padding-right: 20px;
}
.rtl .vina-bottom-logo .footer-static-content {
  padding: 20px 0 0 50px;
}
.rtl .headexpand {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.rtl .list_prev {
  right: auto;
  left: 33px;
}
.rtl .list_next {
  left: 0;
  right: auto;
}
.rtl .header-border .header:before {
  left: auto;
  right: 0;
}
.rtl .vina-top-menu ul li:last-child:before {
  background: url(../images/uwxazQ5e7s8M.png) no-repeat;
}
.rtl .vina-top-menu ul li:first-child:before {
  background: none;
}
.rtl .vina-menu {
  right: auto;
  left: 10px;
}
.rtl .sp-mobile-menu ul li span.sp-menu-toggler {
  right: auto;
  left: 3px;
}
.rtl .class-clright h3.header {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .class-clright h3.header:before {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .class-clright h3.header > span {
  padding: 8px 0px 8px 10px;
}
@media (max-width: 979px) and (min-width: 767px) {
  .rtl.responsive #sp-top-header-wrapper .row-fluid [class*="span"] {
    width: 50%;
    margin: 0;
  }
  .rtl.responsive #sp-top-header-wrapper .vina-header-top1 {
    float: right;
  }
  .rtl.responsive .vina-vm-category .header {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .rtl.responsive .header-curren {
    float: none;
  }
  .rtl.responsive #cur_form {
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    transform: translate(0,0px);
  }
  .rtl.responsive .vina-language .header-language {
    background: none;
  }
}
@media (max-width: 479px) {
  .rtl.responsive #cur_form a.caret:before,
  .rtl.responsive #cur_form span.caret:before,
  .rtl.responsive #cur_form p.caret:before {
    left: -30px;
  }
}
@media (min-width: 1200px) {
  .responsive .container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1280px) {
  .responsive .container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .responsive .caroufredsel_wrapper {
    max-height: 350px;
  }
  .responsive .cf_wrapper_input_text_2 input[type="search"] {
    width: 15%;
    min-width: 26px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content {
    bottom: 10%;
    right: 60px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
    max-width: 400px;
    width: 400px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .title {
    font-size: 36px;
  }
  .responsive .browseProductImage {
    width: 100%;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_wrap img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0 !important;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content {
    max-width: 400px;
    bottom: 10%;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content .title {
    font-size: 26px;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
    font-size: 18px;
    max-width: 400px;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content .intro {
    max-width: 300px;
    font-size: 16px;
  }
  .responsive .vina-list-cate .box-content .box-title {
    padding: 5px;
  }
  .responsive .vina-list-cate .box-content .box-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="text"] {
    width: 240px !important;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul {
    margin-left: 20px !Important;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul li {
    width: 180px;
  }
  .responsive .cf_wrapper_input_text_1 input[type="search"] {
    width: 60%;
  }
  .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;
  }
  .responsive .timer-grid .hour,
  .responsive .timer-grid .min,
  .responsive .timer-grid .sec {
    font-size: 10px;
    text-align: center;
  }
  .responsive .timer-grid span {
    font-size: 18px;
  }
  .responsive .timer-grid .day span {
    font-size: 30px;
  }
}
@media (max-width: 979px) and (min-width: 767px) {
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item > .image-block {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item >.text-block {
    display: inline-block;
    width: 100%;
    position: inherit;
    height: 80px;
    text-align: center;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item >.text-block > div {
    text-align: center;
    right: 0;
    left: 0;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item .addtocart {
    float: none;
  }
  .responsive .item-blog .readmore-link,
  .responsive .item-blog .comments-link {
    padding: 3px 5px;
  }
  .responsive .class-clright h3.header:before {
    font-size: 15px;
  }
  .responsive .class-clright h3.header > span {
    font: 14px/24px CalibriBold, arial;
  }
  .responsive .vina-cate-joomla ul li a {
    font-size: 14px;
  }
  .responsive .vina-ticker-vmcontent .vina-ticker-content .vina-item .title {
    padding-left: 0;
    padding-top: 15px;
  }
  .responsive .vina-shop-by .cf_search_button {
    padding: 3px 6px;
    margin: 7px 10px 0 0;
    float: right;
  }
  .responsive .cf_wrapper_input_text_1 input[type="search"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    margin-bottom: 10px;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .product-title {
    text-align: center;
  }
  .responsive .blog.column-2 .jcomments-links {
    text-align: center;
    display: inline-block;
  }
  .responsive .blog.column-2 .item-blog .readmore-link,
  .responsive .blog.column-2 .item-blog .comments-link {
    padding: 3px 7px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .responsive .vina-shop-by .cf_flt_header {
    font-size: 13px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-top2 {
    width: 70%;
  }
  .responsive .vina-vm-category .vina-treeview-virtuemart .treeview li > a {
    font-size: 14px;
  }
  .responsive#vina-home-box-2 .vina-vmticker .header span {
    font: 18px/25px 'CalibriBold';
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .title {
    font-size: 32px;
    line-height: 38px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
    max-width: 300px;
    width: 300px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content h3.subtitle {
    margin: 0;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .link {
    margin: 0;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .link a {
    margin-top: 0;
  }
  .responsive .virtuemart_search .inputbox {
    width: 50%;
  }
  .responsive .vina-shop-by .cf_filtering_knob {
    width: 16px;
  }
  .responsive .vina-shop-by .cf_filtering_knob.cf_filtering_knob_to {
    -webkit-transform: translate(-6px,0);
    -moz-transform: translate(-6px,0);
    -ms-transform: translate(-6px,0);
    -o-transform: translate(-6px,0);
    transform: translate(-6px,0);
  }
  .responsive .vina-shop-by .cf_filtering_slide_container .cf_slider_gutter_m:after {
    right: -26px;
    width: 26px;
  }
  .responsive .vina-list-cate.cate-full .box-content .box-title p {
    display: block;
    margin-bottom: 0;
    line-height: 18px;
  }
  .responsive .vina-list-cate.cate-full .box-content .box-title .box-inner {
    padding-top: 5px;
  }
  .responsive .vina-list-cate.cate-full .box-content .box-title a.view {
    margin-top: 3px;
    font-size: 13px;
    padding: 4px 6px;
  }
  .responsive .vina-left-carousel .vinavm-product .ma-box-content {
    padding: 10px 0 0 0;
  }
  .responsive #sp-main-menu-wrapper #main-menu {
    position: relative;
    padding: 10px 0;
  }
  .responsive #sp-main-menu-wrapper #sp-top_contact {
    width: 100%;
  }
  .responsive #sp-main-menu-wrapper #sp-menu {
    min-height: 0px;
  }
  .responsive .vina-vm-category .header {
    padding-left: 10px;
  }
  .responsive .vina-vm-category .header span {
    font: 16px/25px CalibriBold, arial;
    padding: 15px 0 14px 0;
  }
  .responsive .vina-vm-category .vina-treeview-virtuemart {
    padding: 0 10px 6px;
  }
  .responsive .vin-tab-list-product .nav-tabs > li > a {
    font-size: 16px;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content {
    max-width: 350px;
    bottom: 5%;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content .intro {
    max-width: 320px;
    font-size: 13px;
    line-height: 17px;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content .link a {
    padding: 3px 11px;
  }
  .responsive .vina-list-cate .box-content .box-title {
    padding: 10px;
  }
  .responsive .vina-list-cate .box-content .box-title p {
    display: none;
  }
  .responsive .vina-list-cate .box-content .box-title a.view {
    margin-top: 10px;
  }
  .responsive .vina-cate-carousel.vina-left-carousel .header span {
    font: 30px/36px BebasNeuewebfont, arial;
    display: inline-block;
    padding-bottom: 10px;
  }
  .responsive .vina-cate-carousel.vina-left-carousel .label-pro {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    right: 0;
  }
  .responsive .vina-cate-carousel.vina-left-carousel .label-pro.sale-new {
    right: auto;
    left: 0;
  }
  .responsive .addtocart .addtocart-button::before {
    left: 3px;
  }
  .responsive .addtocart .addtocart-button input {
    padding: 10px 10px 0 5px !important;
    margin-left: 10px !important;
    box-sizing: border-box;
    font-size: 11px !important;
    text-indent: 5px;
  }
  .responsive .vina-ticker-vmcontent h3.header {
    font-size: 18px;
  }
  .responsive .vina-vmticker .header span {
    font: 13px/25px 'CalibriBold';
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="text"] {
    width: 115px !important;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul {
    margin-left: 129px !Important;
  }
  .responsive .menu-bottom .header span {
    font: 14px/25px CalibriBold;
  }
  .responsive .menu-bottom ul li a:hover {
    padding-left: 15px;
  }
  .responsive .menu-bottom ul li a:hover:after {
    left: 0;
  }
  .responsive .menu-bottom ul li a:hover:before {
    left: 0;
  }
  .responsive .sale-price {
    font-size: 17px;
  }
  .responsive .productdetails-view .product-name h1 {
    font-size: 18px;
  }
  .responsive .cf_wrapper_input_text_2 input[type="search"] {
    width: 40px;
    height: 30px;
    min-width: initial;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .vina-ticker-vmcontent .header {
    margin-bottom: 36px;
  }
  .responsive .vina-ticker-vmcontent .header span {
    font: 15px/25px 'CalibriBold';
  }
  .responsive .vina-ticker-vmcontent .vina-ticker-content .header-block span {
    top: -29px;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .header-block span {
    top: -74px;
  }
  .responsive .vina-vmticker .header {
    margin-bottom: 36px;
    line-height: 16px;
    padding-bottom: 25px;
  }
  .responsive .vina-vmticker .header span {
    line-height: 22px;
    font: 15px/25px 'CalibriBold';
  }
  .responsive .vina-vmticker.via-vmus .vina-ticker-virtuemart .header-block span {
    top: -29px;
  }
  .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 .class-clright .mod-inner {
    padding: 0 10px 6px;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 540px;
    min-width: 280px;
  }
  .responsive #sp-top2 {
    width: 100%;
  }
  .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 #sp-right .vina-ticker-vmcontent .vina-ticker-content .vina-items-wrapper {
    height: 190px !important;
  }
  .responsive .vina-tags.tagspopular {
    margin-bottom: 13px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content {
    bottom: 15px;
    right: 20px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .title {
    font-size: 24px;
    line-height: 28px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .intro {
    margin-top: 10px;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content h3.subtitle {
    margin-top: 0;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .subtitle {
    max-width: 310px;
    margin-bottom: 0;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .camera_caption .content .link a {
    margin-top: 0;
  }
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .cameraContents .camera_caption img {
    left: 20px !important;
  }
  .responsive #sp-hidden_span {
    display: none;
  }
  .responsive .vina-header-top1 {
    text-align: center;
  }
  .responsive .vina-header-top1 .header-language {
    float: none;
    display: inline-block;
  }
  .responsive #cur_form {
    -webkit-transform: translate(0,-6px);
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);
  }
  .responsive #sp-top-header-wrapper #top-header {
    margin-top: 10px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .responsive .vina-top-menu {
    text-align: center;
  }
  .responsive #sp-search {
    display: inline-block;
    float: left;
  }
  .responsive #sp-cart {
    width: 50%;
    float: right;
  }
  .responsive .vina-vmticker .header span {
    font: 20px/25px 'CalibriBold';
  }
  .responsive .vina-vmticker.via-vmus {
    margin-bottom: 20px;
  }
  .responsive .vina-list-cate .row-fluid [class*="span"] {
    text-align: center;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul {
    margin-left: 83px !Important;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul li {
    width: 130px;
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="text"] {
    width: 80% !important;
  }
  .responsive .vina-social.custom {
    margin-top: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .responsive .vina-social .link-follow {
    float: none;
  }
  .responsive .vina-social .link-follow li {
    float: none;
    display: inline-block;
  }
  .responsive .vina-social .link-follow li.last {
    margin: 0;
  }
  .responsive #sp-footer-wrapper .copyright {
    text-align: center;
  }
  .responsive #sp-footer2 {
    text-align: center !important;
  }
  .responsive .vina-list-cate .box-content .box-title p {
    display: block;
  }
  .responsive .vina-bottom-logo .footer-static-content {
    padding: 20px 0 0 0;
  }
  .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: left;
    padding: 3px;
  }
  .responsive .productdetails-view .icons.pull-right {
    display: none;
  }
  .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 #sp-banner-top-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) and (min-width: 479px) {
  .responsive .vina-vmticker .vina-ticker-virtuemart .item-tkvm {
    width: 50%;
    display: inline-block !important;
    float: left;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .item-tkvm {
    border-bottom: 1px solid #f4f4f4 !important;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .item-tkvm .vina-item {
    border-bottom: 0 !important;
  }
  .responsive .vina-ticker-vmcontent .vina-ticker-content .vina-items-wrapper {
    height: 230px !important;
  }
  .responsive .vina-ticker-vmcontent .vina-ticker-content .vina-item {
    width: 50%;
    float: left;
    padding: 0 10px !Important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .responsive#vina-home-full .vina-slider-inner .vina-camera-slider .cameraContents .camera_caption img {
    left: 20px !important;
    right: 0 !important;
    margin: 0 auto;
  }
  .responsive #checkoutForm .cart-summary tr th.tb-image {
    display: none;
  }
  .responsive .cart-view .cart-summary tbody td.infor-sku,
  .responsive .cart-view .cart-summary tbody td.infor-image,
  .responsive #checkoutForm .cart-summary tbody td.infor-sku,
  .responsive #checkoutForm .cart-summary tbody td.infor-image {
    display: none;
  }
  .responsive .cart-view .cart-summary tr th.tb-sku,
  .responsive #checkoutForm .cart-summary tr th.tb-sku {
    display: none;
  }
  .responsive #userForm button,
  .responsive #paymentForm button,
  .responsive #adminForm button {
    margin: 0 5px 10px 0;
    float: none;
    text-align: center;
  }
  .responsive #sp-search {
    width: 100%;
  }
  .responsive #sp-cart {
    width: 100%;
  }
  .responsive .vin-tab-list-product.custom {
    margin-top: 30px;
  }
  .responsive .vin-tab-list-product .nav-tabs > li {
    padding: 0 5px;
  }
  .responsive .vin-tab-list-product .nav-tabs > li > a {
    font-size: 14px;
  }
  .responsive .vina-box-search #mod_virtuemart_search {
    width: 80%;
  }
  .responsive .container {
    max-width: 420px;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_caption .content {
    display: none;
  }
  .responsive .vina-newsletter .acymailing_introtext {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="text"] {
    width: 279px !important;
    max-width: 100%;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul {
    margin-left: 10px !important;
  }
  .responsive .cart-view .vm-continue-shopping .continue_link,
  .responsive #checkoutForm .vm-continue-shopping .continue_link {
    padding: 5px 5px;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .title,
  .responsive #checkoutForm .cart-summary tbody .tb-total .title {
    width: 161px;
  }
  .responsive #sp-banner-top-wrapper {
    margin-top: 30px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .responsive .vina-box-search #mod_virtuemart_search {
    width: 70%;
  }
  .responsive .vina-top-menu {
    margin-bottom: 15px;
  }
  .responsive .vina-top-menu ul li {
    float: none;
    display: inline-block;
  }
  .responsive .vin-tab-list-product .tab-category .owl-theme .owl-controls {
    display: none !important;
  }
  .responsive .vin-tab-list-product .nav-tabs {
    text-align: center;
  }
  .responsive .vin-tab-list-product .nav-tabs > li {
    padding: 0 10px;
    float: none;
    display: inline-block;
    background: transparent;
  }
  .responsive .vina-carousel-vmcontent .item .text-block {
    padding-left: 15px;
  }
  .responsive .vina-top-menu ul li a {
    font-size: 12px;
  }
  .responsive #cur_form a,
  .responsive #cur_form span,
  .responsive #cur_form p {
    margin-bottom: 0;
  }
  .responsive #cur_form a.caret:before,
  .responsive #cur_form span.caret:before,
  .responsive #cur_form p.caret:before {
    right: 0;
  }
  .responsive #cur_form .bootstrap-select button,
  .responsive #cur_form .bootstrap-select .btn,
  .responsive #cur_form .bootstrap-select .btn-default {
    height: 20px;
  }
  .responsive #vmCartModule .mini_cart_block .mini-cart {
    max-width: 130px;
    text-align: right;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item > .image-block {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item >.text-block {
    display: inline-block;
    width: 100%;
    position: inherit;
    height: 80px;
    text-align: center;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item >.text-block > div {
    text-align: center;
    right: 0;
    left: 0;
  }
  .responsive .vina-vmticker .vina-ticker-virtuemart .vina-item .addtocart {
    float: none;
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form {
    display: table;
    float: none;
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="text"] {
    width: 120px !Important;
  }
  .responsive .vina-social .link-follow > li > a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .responsive .vina-slider-inner .vina-camera-slider .camera_wrap .cameraCont img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul {
    margin-left: 24px !important;
  }
  .responsive .vina-brand .vina-manufacturers-virtuemart ul li {
    width: 100px;
  }
  .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 {
    max-width: 300px;
    min-width: 200px;
  }
  .responsive .vmshop-account.account-login .content,
  .responsive .vmshop-account.account-logout .content,
  .responsive #your-account.account-login .content,
  .responsive #your-account.account-logout .content {
    min-width: inherit;
  }
  .responsive .vina-box-search .search-input-wrapper {
    margin-left: 0;
  }
  .responsive .vina-box-search .sp-vmsearch-categorybox {
    display: none;
  }
  .responsive .timer-grid .hour,
  .responsive .timer-grid .min,
  .responsive .timer-grid .sec {
    font-size: 10px;
    text-align: center;
  }
  .responsive .timer-grid span {
    font-size: 18px;
  }
  .responsive .timer-grid .day span {
    font-size: 30px;
  }
  .responsive #com-form-login-username input,
  .responsive #com-form-login-password input {
    width: 100%;
  }
  .responsive .orderby-displaynumber .display-number {
    float: left;
  }
  .responsive .vina-carousel-vmcontent .item .text-block {
    padding-left: 0;
  }
  .responsive #vmCartModule .mini-cart-content {
    width: 100%;
  }
  .responsive .vina-top-contact .tell-phone {
    font-size: 11px;
  }
  .responsive .vina-vmticker .header span {
    font: 16px/25px 'CalibriBold';
  }
  .responsive .vina-newsletter .acymailing_module_form .acymailing_form .content-field input[type="text"] {
    width: 60px !Important;
  }
  .responsive .vina-social .link-follow li {
    margin-bottom: 10px;
  }
  .responsive #adminForm button,
  .responsive #userForm button {
    padding: 5px 5px;
  }
  .responsive .productdetails-view .addtocart-button > .addtocart-button {
    font-size: 16px;
    padding: 10px 7px 10px 30px;
  }
  .responsive .productdetails-view #vina-tab > ul a {
    padding: 10px 8px;
    font-size: 13px;
  }
  .responsive .cart-view .checkout-button-top,
  .responsive #checkoutForm .checkout-button-top {
    float: none;
    text-align: left;
    padding: 0 0 10px 10px;
  }
  .responsive .item-blog .readmore-link,
  .responsive .item-blog .comments-link {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
#vina-home-box-1 .visible-phone-home-1 {
  display: none !important;
}
#vina-home-box-1 .visible-tablet-home-1 {
  display: none !important;
}
#vina-home-box-1 .hidden-desktop-home-1 {
  display: none !important;
}
#vina-home-box-1 .visible-desktop-home-1 {
  display: inherit !important;
}
#vina-home-box-2 .visible-phone-home-2 {
  display: none !important;
}
#vina-home-box-2 .visible-tablet-home-2 {
  display: none !important;
}
#vina-home-box-2 .hidden-desktop-home-2 {
  display: none !important;
}
#vina-home-box-2 .visible-desktop-home-2 {
  display: inherit !important;
}
#vina-home-full .visible-phone-home-3 {
  display: none !important;
}
#vina-home-full .visible-tablet-home-3 {
  display: none !important;
}
#vina-home-full .hidden-desktop-home-3 {
  display: none !important;
}
#vina-home-full .visible-desktop-home-3 {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  #vina-home-box-1 .hidden-tablet-home-1 {
    display: none !important;
  }
  #vina-home-box-1 .visible-tablet-home-1 {
    display: inherit !important;
  }
  #vina-home-box-1 .hidden-desktop-home-1 {
    display: inherit !important;
  }
  #vina-home-box-1 .visible-desktop-home-1 {
    display: none !important;
  }
  #vina-home-box-2 .hidden-tablet-home-2 {
    display: none !important;
  }
  #vina-home-box-2 .visible-tablet-home-2 {
    display: inherit !important;
  }
  #vina-home-box-2 .hidden-desktop-home-2 {
    display: inherit !important;
  }
  #vina-home-box-2 .visible-desktop-home-2 {
    display: none !important;
  }
  #vina-home-full .hidden-tablet-home-3 {
    display: none !important;
  }
  #vina-home-full .visible-tablet-home-3 {
    display: inherit !important;
  }
  #vina-home-full .hidden-desktop-home-3 {
    display: inherit !important;
  }
  #vina-home-full .visible-desktop-home-3 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #vina-home-box-1 .hidden-desktop-home-1 {
    display: inherit !important;
  }
  #vina-home-box-1 .visible-desktop-home-1 {
    display: none !important;
  }
  #vina-home-box-1 .visible-phone-home-1 {
    display: inherit !important;
  }
  #vina-home-box-1 .hidden-phone-home-1 {
    display: none !important;
  }
  .zoomContainer {
    display: none;
  }
  #vina-home-box-2 .hidden-desktop-home-2 {
    display: inherit !important;
  }
  #vina-home-box-2 .visible-desktop-home-2 {
    display: none !important;
  }
  #vina-home-box-2 .visible-phone-home-2 {
    display: inherit !important;
  }
  #vina-home-box-2 .hidden-phone-home-2 {
    display: none !important;
  }
  #vina-home-full .hidden-desktop-home-3 {
    display: inherit !important;
  }
  #vina-home-full .visible-desktop-home-3 {
    display: none !important;
  }
  #vina-home-full .visible-phone-home-3 {
    display: inherit !important;
  }
  #vina-home-full .hidden-phone-home-3 {
    display: none !important;
  }
}
