@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
.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;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px 0 0;
}
.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,
.entry-meta ul.actions li.email-icon a::before,
.entry-meta ul.actions li.edit-icon a::before {
  padding-right: 3px;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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%;
  left: 0;
}
#vina_about_us .carousel .carousel-control.right {
  margin: 0 !important;
  left: auto;
  right: 0;
  top: 37%;
}
#vina_about_us .carousel .carousel-control i {
  font-size: 30px;
  line-height: 29px;
  vertical-align: middle;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  padding: 0px 0px 22px;
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform dd {
  position: relative;
}
#vina_contact_us .contact_us .qlform dd:before {
  font-family: FontAwesome;
  color: #ccc;
  right: 5px;
  padding-left: 3px;
  border-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  top: 3px;
  width: 29px;
  height: 28px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}
#vina_contact_us .contact_us .qlform dd.jform_name,
#vina_contact_us .contact_us .qlform dd.jform_email,
#vina_contact_us .contact_us .qlform dd.jform_subject,
#vina_contact_us .contact_us .qlform dd.jform_message {
  display: block;
}
#vina_contact_us .contact_us .qlform dd.jform_name:before {
  content: "\f007";
}
#vina_contact_us .contact_us .qlform dd.jform_email:before {
  content: "\f0e0";
}
#vina_contact_us .contact_us .qlform dd.jform_subject:before {
  content: "\f02b";
}
#vina_contact_us .contact_us .qlform dd.jform_message:before {
  content: "\f075";
}
#vina_contact_us .contact_us .qlform .submit input,
#vina_contact_us .contact_us .qlform .captcha input {
  margin-top: 25px;
  margin-bottom: 0px;
}
#vina_contact_us .contact_us .qlform input.submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  background: #323232;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#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;
  -ms-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/vmgeneral/vm2-sprite.png) no-repeat top left;
}
.ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 10px;
  background: url("../images/vmgeneral/color-stars.png") repeat-x scroll 0 bottom transparent;
  margin: 0 auto;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/vmgeneral/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #444;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-neighbours a.next-page {
  background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(../images/vmgeneral/previous_16x16.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;
}
.additional-images img {
  margin-right: 8px;
  width: 50px;
  height: auto;
}
.product-price,
.related-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;
}
span.vm-price-desc {
  text-align: left;
  min-width: 0;
  margin: 0;
}
.vm-cart-price {
  float: left;
  font-weight: bold;
}
.price-crossed div.PricebasePrice .PricebasePrice {
  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;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
input.quantity-input {
  text-align: center;
  min-width: 50px !important;
  background: none;
  height: 35px;
  line-height: 35px;
  background-color: #f1f1f1;
  padding: 0;
  float: left;
  width: 45px;
  height: 35px;
  border: 1px solid #ddd;
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/vmgeneral/quantity-controls.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;
}
span.addtocart-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
span.addtocart-button input.addtocart-button-disabled {
  max-width: 100%;
  max-width: 100%;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  cursor: pointer;
  text-align: center;
  margin: 10px 0px 0px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
span.cart-images img {
  float: left;
  margin: 0;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.vm-details-button a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
.orderby-displaynumber {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px;
  margin: 0 0 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0.5em;
}
.orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 24px 1px 12px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: transparent;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 2;
  min-width: 135px;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: transparent;
}
.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}
.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 .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.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;
}
.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 {
  padding-right: 40px;
  margin: 0 !important;
}
.control-buttons button.default {
  margin-left: 8px;
}
.control-buttons #reg_text {
  float: left;
  text-align: left;
}
table.user-details {
  width: 100%;
  margin-bottom: 10px;
}
table.user-details .vm-chzn-select {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}
table.user-details input {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}
table.user-details input.invalid {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 150px;
}
.cart-view h1,
.cart-view h2 {
  font-weight: normal;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.cart-view h2.product-name a {
  font-family: Open sans;
  font-size: 13px;
  text-transform: uppercase;
}
.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 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;
}
.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: 30px;
}
.cart-summary tbody tr td {
  padding-top: 0px;
}
.cart-summary tbody tr td span.cart-images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none !important;
  background-image: none !important;
  padding: 2px;
}
#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 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;
  border: 0px;
  cursor: pointer;
  line-height: 30px;
}
.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: 4px 0;
}
.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: 20px;
}
.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%;
  margin-bottom: 36px;
}
.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%;
}
.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.highlight-button,
input[type='submit'].highlight-button {
  color: #fff !important;
  padding: 8px 10px;
  background-color: #222;
  cursor: pointer;
}
input.highlight-button:hover,
input[type='submit'].highlight-button:hover {
  background-color: #555;
}
.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: right !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;
}
a.pagenav {
  color: #555;
  text-decoration: none;
}
td.orders-key {
  font-weight: bold;
  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-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.product-fields-title-wrapper {
  min-width: 10em;
}
.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;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  margin: 0;
  vertical-align: middle;
}
.virtuemart_search .button {
  padding: 10px 12px;
}
.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-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}
div.product {
  float: left;
}
.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;
}
.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/vmgeneral/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
.floatright {
  float: right;
  margin-left: 5px;
}
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;
}
#fancybox-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-content div {
  padding: 15px 15px 40px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-content div > a {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 0;
  color: #fff;
  line-height: 22px !important;
  font-weight: 200;
  padding: 5px 10px;
  height: 22px !important;
  text-shadow: none !important;
}
#fancybox-content div > a.showcart {
  right: 0;
  left: auto;
}
#fancybox-content div > a:hover {
  background-color: #000;
}
#cur_form .bootstrap-select.btn-group,
.mod-languages .bootstrap-select.btn-group {
  vertical-align: top;
}
#cur_form .bootstrap-select button,
#cur_form .bootstrap-select .btn,
#cur_form .bootstrap-select .btn-default,
.mod-languages .bootstrap-select button,
.mod-languages .bootstrap-select .btn,
.mod-languages .bootstrap-select .btn-default {
  font-size: 11px;
  padding: 12px 0;
  text-shadow: 0 0 0 transparent;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select button:focus,
#cur_form .bootstrap-select .btn:focus,
#cur_form .bootstrap-select .btn-default:focus,
.mod-languages .bootstrap-select button:focus,
.mod-languages .bootstrap-select .btn:focus,
.mod-languages .bootstrap-select .btn-default:focus {
  outline: 0px;
}
#cur_form .bootstrap-select .caret,
.mod-languages .bootstrap-select .caret {
  width: auto;
  height: auto;
  border: 0;
  margin-left: 8px;
  margin-top: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cur_form .bootstrap-select .caret:before,
.mod-languages .bootstrap-select .caret:before {
  content: "\f107";
}
#cur_form .bootstrap-select ul.dropdown-menu,
.mod-languages .bootstrap-select ul.dropdown-menu {
  position: static;
  display: block;
  float: right;
  min-width: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 100%;
  text-align: right;
  background-color: transparent;
  border: 0;
}
#cur_form .bootstrap-select div.dropdown-menu,
.mod-languages .bootstrap-select div.dropdown-menu {
  position: absolute;
}
#cur_form .bootstrap-select .dropdown-menu,
.mod-languages .bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select .dropdown-menu li,
.mod-languages .bootstrap-select .dropdown-menu li {
  cursor: pointer;
  padding: 0;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus,
.mod-languages .bootstrap-select .dropdown-menu >li >a:hover,
.mod-languages .bootstrap-select .dropdown-menu >li >a:focus {
  background-color: transparent;
  background-image: none;
  outline: 0px;
}
div.product {
  position: relative;
  overflow: hidden;
}
.product .vm-product-media-container {
  background-color: #f1f1f1;
  max-width: none;
}
.product .vm-product-media-container a {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 0;
}
.product .vm-product-media-container a .pro-image {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .vm-product-media-container a .first-image {
  display: block;
}
.product .vm-product-media-container a .second-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .vm-product-media-container a.single-image .pro-image {
  overflow: hidden;
}
.product .vm-product-media-container a.single-image .pro-image img {
  -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;
}
.product:hover .vm-product-media-container a.single-image .pro-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.product:hover .vm-product-media-container .second-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.display-number {
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.vm-pagination.vm-pagination-top {
  margin-left: 20px;
}
p.product_s_desc {
  height: auto;
}
.row-fluid {
  margin-bottom: 30px;
}
.vm-col {
  margin: 0;
  padding-bottom: 25px;
}
div.product {
  min-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vm-product-descr-container-1 {
  height: auto;
}
.product-price,
.related-product-price {
  float: none;
  text-align: left;
  margin: 5px 0 0;
  font-size: 1em;
  color: #ec5355;
  font-family: Montserrat;
  font-weight: 700;
}
.vm3pr-4 .product-price {
  height: auto;
}
.addtocart-bar {
  position: static;
}
.addtocart-area .product-fields {
  margin: 20px 0 0;
  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;
  margin: 0 auto;
  text-align: left;
}
.vm3pr-2 .addtocart-area {
  height: auto;
}
.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;
}
.additional-images img {
  width: auto;
  margin-right: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.additional-images .row-fluid,
.additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.sharethis {
  margin: 20px 0;
}
.productdetails-view .vm-product-details-container {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.productdetails-view .addtocart-area margin: 0
		.product-fields {
  text-align: left;
}
.productdetails-view .spacer-buy-area {
  width: 100% !important;
  float: none !important;
  padding: 0;
}
.productdetails-view .product-short-description {
  margin: 0;
  padding: 0;
}
.productdetails-view .product-description {
  margin: 0;
}
.productdetails-view .addtocart-bar {
  margin: 1.5em 0 0;
  padding: 0;
  position: relative;
  bottom: 0;
  text-align: left;
}
.list_carousel {
  position: relative;
}
.right.vm-continue-shopping {
  margin: 0;
  padding-bottom: 10px;
  line-height: 30px;
}
.form-list {
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list input.inputbox,
.form-list select.inputbox {
  width: 254px;
  padding: 2px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  -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;
}
.form-list input#remember {
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin-left: 3px;
}
#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/vmgeneral/i_page1.gif) no-repeat;
}
#userForm .login-users h2,
.vmshop-cart-account.cart-account-login .login-users h2,
.vmshop-account.account-login .login-users h2,
.vmshop-account.account-logout .login-users h2 {
  background: url(../images/vmgeneral/i_page2.gif) no-repeat;
}
.control-buttons #reg_text {
  margin: 0 0 15px 0;
}
#reg_text {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm.edit-form h2 {
  background: url(../images/vmgeneral/i_page1.gif) no-repeat;
}
.vmshop-account h1.header {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin: 0 0 25px;
  padding: 0 0 10px 0;
}
.vmshop-account.account-login p,
.vmshop-account.account-logout p {
  color: #888888;
}
.vmshop-account.account-login .content,
.vmshop-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 {
  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 {
  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 {
  float: right;
  display: inline-block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  border: 0 !important;
  color: #fff;
  text-transform: uppercase;
}
#form-login input[type='submit'] {
  background: #222;
}
textarea.virtuemart {
  width: 80%;
  min-height: 125px;
}
.jshop.account-logout .content {
  min-height: 50px;
}
h1.page-user-title,
h2.page-user-title {
  font-size: 20px;
}
#vmPaymentForm input {
  color: #444;
  background-color: transparent !important;
}
#adminForm fieldset input[type="radio"],
#userForm fieldset input[type="radio"] {
  display: inline-block;
  float: left;
  margin-top: 2px;
}
#adminForm label,
#adminForm .chzn-single,
#userForm label,
#userForm .chzn-single {
  color: #898989;
}
#adminForm label span,
#adminForm .chzn-single span,
#userForm label span,
#userForm .chzn-single span {
  padding: 0 5px;
}
#adminForm.chzn-container-single .chzn-single span,
#userForm.chzn-container-single .chzn-single span {
  line-height: 28px;
}
#adminForm.chzn-container-single .chzn-single div,
#userForm.chzn-container-single .chzn-single div {
  display: none !important;
}
#adminForm.chzn-container-single .chzn-drop,
#userForm.chzn-container-single .chzn-drop {
  border: 1px solid #ddd !important;
  width: 99.2% !important;
}
#adminForm.chzn-container-single .chzn-drop .chzn-search input,
#userForm.chzn-container-single .chzn-drop .chzn-search input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buttons-set {
  text-align: right;
}
.logout-users form {
  display: inline-block;
  border: 1px dashed #ccc;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logout-users form .btn-logout {
  margin-left: 5px;
}
input.btn-login,
button.btn-login,
button.btn-logout,
input.btn-logout {
  display: inline-block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  color: #fff !important;
  text-transform: uppercase;
  border: none;
  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;
}
#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;
}
#checkoutForm button,
#checkoutForm input.details-button,
#checkoutForm button.details-button,
#checkoutForm button.btn-login,
#checkoutForm input.btn-login,
.cart-view button,
.cart-view input.details-button,
.cart-view button.details-button,
.cart-view button.btn-login,
.cart-view input.btn-login,
.vmshop-cart-account button,
.vmshop-cart-account input.details-button,
.vmshop-cart-account button.details-button,
.vmshop-cart-account button.btn-login,
.vmshop-cart-account input.btn-login {
  display: inline-block;
  padding: 10px 35px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  color: #fff;
  text-transform: uppercase;
  border: none;
  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;
}
.cart-view #checkoutForm,
.cart-view form,
.cart-view #com-form-login {
  width: 100%;
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view #checkoutForm,
.cart-view #com-form-login {
  margin: 0;
}
.vmshop-cart-account {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-cart-account input.btn-login {
  margin-right: 15px;
}
.vmshop-cart-account .content #com-form-login-username input,
.vmshop-cart-account .content #com-form-login-password input {
  width: 100%;
}
.vmshop-cart-account .new-customer {
  display: inline-block;
}
.vmshop-cart-account a.link-registration:hover {
  text-decoration: underline;
}
.vmshop-cart-account .row-fluid {
  margin-bottom: 5px;
}
.vmshop-cart-account #com-form-login-remember input {
  display: inline-block;
  float: left;
}
.vmshop-cart-account #com-form-login-remember label {
  float: left;
  margin: 0 5px 0 0;
}
.cart-summary fieldset input[type="radio"] {
  float: left;
  margin-right: 5px;
}
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm table.cart-summary tbody {
  border: 1px solid #f2f2f2;
}
#checkoutForm table.cart-summary tr th {
  border: 1px solid #f2f2f2;
  padding: 15px 0 8px;
}
#checkoutForm .product-name a {
  font-size: 13px;
  text-transform: uppercase;
}
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
#checkoutForm .billto-shipto {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
#checkoutForm .billto-shipto .width50 {
  border: 1px dashed #ccc;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  margin: 0 0px 0px 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .billto-shipto .width50:first-child {
  margin-left: 0;
}
#checkoutForm .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
#checkoutForm .billto-shipto .width50 .output-shipto a:hover {
  color: #1680bc !important;
}
#checkoutForm .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
#checkoutForm .billto-shipto h3 {
  margin: 0 0 10px;
}
#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;
}
#checkoutForm .billto-shipto a.details:hover {
  text-decoration: underline;
}
#checkoutForm .width50 {
  width: 50%;
  float: left;
}
#checkoutForm .a-center button.icon {
  font-family: FontAwesome;
  font-size: 22px;
  color: #222;
  padding: 0;
  line-height: 30px;
  margin-left: 5px;
}
#checkoutForm .a-center button.icon.vm2-remove_from_cart {
  margin-left: 0px;
  background: url('../images/vmgeneral/btn_trash.gif') no-repeat;
}
#checkoutForm .a-center .vir_quantity {
  display: inline-block;
}
#checkoutForm .a-center .vir_quantity input {
  float: left;
}
#checkoutForm .a-center .vir_quantity button.icon {
  font-size: 18px;
  background: transparent;
}
#checkoutForm .vm-fieldset-pricelist {
  width: 100%;
  margin: 0 0 30px 0;
}
#checkoutForm .cart-summary {
  width: 100%;
}
#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;
}
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
}
#checkoutForm .cart-summary .cart-images img {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 150px;
  width: auto;
}
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
#checkoutForm .cart-summary tbody .vm-price-value {
  float: none;
}
#checkoutForm .cart-summary tbody .vm-price-value span {
  font-size: 15px;
}
#checkoutForm .cart-summary tbody input.quantity-input {
  width: auto !important;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm2-remove_from_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
#checkoutForm .cart-summary tbody .tb-total {
  min-height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
#checkoutForm .cart-summary tbody .tb-total .total-title {
  padding: 15px 20px;
  border-bottom: 1px solid #d9dde3;
  background-color: #f5f5f5;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 50%;
  float: left;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
  background-color: #313133;
  color: #fff;
  display: block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
#checkoutForm .cart-summary tbody .tb-total .total-block {
  float: left;
  width: 50%;
  line-height: 35px;
  padding-right: 30px;
  text-align: right;
  color: #444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary tbody .tb-total .total-block .title,
#checkoutForm .cart-summary tbody .tb-total .total-block .total {
  display: inline-block;
}
#checkoutForm .cart-summary tfoot {
  text-align: left;
}
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tfoot .checkoutStep {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#checkoutForm .cart-summary tfoot .shipment h3,
#checkoutForm .cart-summary tfoot .payment h3 {
  font-size: 13px;
  margin: 0;
}
#checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
#checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: right;
}
#checkoutForm .cart-summary tfoot .sectiontableentry2 td .tb-tfoot {
  border: 1px dashed #ccc;
}
#checkoutForm .cart-summary tfoot .sectiontableentry1 td .sectiontableentry1-inner {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot {
  padding: 20px;
}
#checkoutForm .cart-summary .tb-tfoot input {
  margin: 0;
  height: 37px;
  border: 1px solid #f2f2f2;
  -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;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input {
  background-image: none;
}
#checkoutForm .cart-summary .tb-tfoot .coupon {
  width: 300px;
  line-height: 37px;
}
#checkoutForm .checkout-button-top {
  display: inline-block;
  float: right;
  text-align: right;
  border: 0;
  width: 100%;
  padding: 20px 40px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .checkout-button-top button {
  display: inline-block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  color: #fff;
  text-transform: uppercase;
  border: none;
  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;
}
#checkoutForm .checkout-button-top button:hover {
  color: #fff;
}
#checkoutForm .vm-fieldset-customer-note {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px dashed #ccc;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .vm-fieldset-customer-note 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;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos input.terms-of-service {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos span.cart {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
#userForm,
#paymentForm,
#adminForm {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0px 0 30px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm button,
#paymentForm button,
#adminForm button {
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 5px;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#userForm button:hover,
#paymentForm button:hover,
#adminForm button:hover {
  color: #fff;
}
#userForm h1,
#userForm h2,
#paymentForm h1,
#paymentForm h2,
#adminForm h1,
#adminForm h2 {
  font-size: 18px;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
#userForm .buttonBar-left,
#paymentForm .buttonBar-left,
#adminForm .buttonBar-left {
  width: 100%;
  float: left;
  text-align: left;
  margin: 20px 0;
}
#userForm fieldset input[type="radio"],
#paymentForm fieldset input[type="radio"],
#adminForm fieldset input[type="radio"] {
  display: inline-block;
  float: left;
  margin-top: 2px;
}
#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;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#user-registration .chzn-container-single .chzn-single span {
  line-height: 28px;
  padding: 0 5px;
}
#user-registration .chzn-container-single .chzn-single div {
  display: none !important;
}
#user-registration .chzn-container-single .chzn-drop {
  border: 1px solid #ddd;
  width: 99.2% !important;
}
#user-registration .chzn-container-single .chzn-drop .chzn-search input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
#tab-1,
#tab-2 {
  width: 100%;
  float: left;
}
.adminlist {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.adminlist th {
  width: 20%;
}
#adminForm .buttonBar-left {
  margin: 10px 0px;
}
#userForm fieldset .control-buttons,
#tab-1 fieldset .control-buttons {
  text-align: left !important;
  margin-bottom: 10px;
}
#userForm fieldset .control-buttons #reg_text,
#tab-1 fieldset .control-buttons #reg_text {
  margin-bottom: 10px;
}
table.user-details 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.user-details input:focus,
table.user-details input.invalid {
  border: 1px solid #ccc !important;
  background: none;
  -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;
}
table.user-details .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.user-details .chzn-container-single .chzn-single span {
  line-height: 28px;
  padding: 0 5px;
}
table.user-details .chzn-container-single .chzn-drop {
  border: 1px solid #ddd;
  width: 99.2% !important;
}
table.user-details .chzn-container-single .chzn-drop .chzn-search input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.user-details label.invalid {
  color: #898989;
  background: transparent;
}
ul.nav {
  margin: 0px 0 30px;
}
ul.nav-tabs.nav-stacked>li:first-child>a,
ul.nav-tabs.nav-stacked>li:last-child>a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
div.login {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0px 0 30px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.login form {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.login 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;
}
div.login input:focus,
div.login 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;
}
div.login input#remember {
  width: auto;
  height: auto;
}
div.login button {
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  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;
}
div.login button:hover {
  color: #fff;
}
div.login a:hover {
  text-decoration: underline;
}
div.logout {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.logout .form-horizontal {
  margin: 0;
}
div.logout .form-horizontal .control-group {
  margin: 0;
}
div.logout .form-horizontal .controls {
  margin-left: 0px;
}
div.profile .btn-toolbar {
  width: 100%;
  float: left;
}
div.profile .btn-toolbar a.btn {
  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;
}
div.profile .btn-toolbar a.btn:hover {
  color: #fff;
}
div.profile fieldset {
  float: left;
}
div.profile .dl-horizontal dd {
  float: left;
}
div[id^="vina-copyright"] {
  font-size: 12px !important;
  height: 0px !important;
  overflow: hidden !important;
}
body.menu-home-2 #sp-main-body-wrapper,
body.menu-home-3 #sp-main-body-wrapper,
body.menu-home-4 #sp-main-body-wrapper,
body.menu-home-5 #sp-main-body-wrapper,
body.menu-home-6 #sp-main-body-wrapper {
  display: none !important;
}
.wrap-carousel > div,
.wrap-carousel > div >div {
  height: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}
.vm-product-media-container .browseProductImage {
  width: 100%;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.carousel {
  margin-bottom: 0px !important;
}
legend {
  font-size: 1.83em !important;
}
.contact h2.page-header {
  font-size: 1.83em !important;
}
pre {
  padding: 9.5px !important;
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  border: 1px solid #eee !important;
}
.carousel.slide .carousel-control {
  color: #fff !important;
}
.carousel-control.right {
  right: 0;
}
.item-page h1.entry-title {
  font-size: 1.83em;
}
.item-page h3 {
  margin-top: 25px;
}
.item-page ul.pagenav {
  margin-top: 30px;
}
.btn {
  text-shadow: 0 0 0 transparent;
  background-image: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sp-mobile-menu.sidebar-offcanvas .btn {
  text-shadow: 0 0 0 transparent;
  background-image: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button {
  border: 0 !important;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.nav {
  margin-bottom: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
a.readmore,
button.button span,
.banner-box img,
.text-banner,
.block-tags .block-content a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
select,
textarea,
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
select,
textarea,
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
button,
input[type='submit'],
input[type='button'],
submit,
.search button {
  font: 13px/15px Montserrat, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #888888;
  background: #fff;
}
p {
  margin: 0 0 10px;
}
a.readmore,
button.button span,
.vina-banner .box-col img,
.banner-box img,
.text-banner
.add-to-links li a,
.block-tags .block-content a,
.qv-e-button:after,
.sp-totop,
.qv-button-container .qv-e-button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul:focus,
li:focus,
a:focus {
  text-decoration: none;
}
ul:focus,
li:focus,
a:focus,
select:focus,
textarea:focus,
input:focus,
.btn:focus {
  outline: 0px !important;
}
input.input-text:focus,
select:focus,
textarea:focus {
  border: 1px solid #5eb9f3 !important;
  box-shadow: inset 0 1px 2px #eee;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #5eb9f3 !important;
  box-shadow: inset 0 1px 2px #eee;
}
input,
select,
textarea,
button {
  font: 13px/15px Montserrat, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #888888;
  background: #fff;
}
.nav >li >a:hover,
.nav >li >a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  font-weight: 400;
  color: #222222;
}
h1 {
  line-height: normal;
}
h2,
h3 {
  font-size: 1.33em;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0.57em;
}
a {
  color: #222222;
}
body {
  color: #909090;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  text-align: left;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
a.sp-totop {
  text-decoration: none;
}
a.sp-totop:hover {
  text-decoration: none;
}
.sp-totop {
  cursor: pointer;
  background-color: #aaa;
  bottom: 35px;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 9999;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-totop i {
  display: none;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.zoomContainer .zoomLens {
  border: 1px solid #ccc !important;
  cursor: move !important;
}
.zoomContainer .zoomWindowContainer > div {
  border: 2px solid #ccc !important;
}
.chzn-container-active .chzn-single-with-drop,
.chzn-container-single .chzn-single {
  border: 0px;
  background-color: #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
  background-image: none;
  display: block;
  overflow: auto !important;
  white-space: nowrap;
  position: relative;
  line-height: 20px;
  padding: 2.5px 6px;
  color: #444444;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-single .chzn-drop {
  width: 99.6% !important;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-top: 0;
  position: absolute;
  min-width: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results .highlighted {
  filter: inherit !important;
  background-image: none;
  color: #fff;
}
.addtocart-area .product-fields .product-field-display {
  width: 100%;
}
.addtocart-area .product-fields .product-field-display .chzn-container {
  width: 100% !important;
  max-width: 100% !important;
}
.mod-languages {
  display: inline-block;
}
.mod-languages select {
  width: auto !important;
  border: 0;
  color: #fff;
  background-color: #222;
}
.mod-languages select:focus,
.mod-languages select textarea:focus {
  border: 0 !important;
  box-shadow: inset 0 0 0 transparent;
}
.mod-languages form {
  display: inline-block;
}
.mod-languages ul.dropdown-menu {
  position: relative;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.module h3.vina-header {
  font-size: 1.15em;
  margin-bottom: 30px;
  text-align: center;
  background: url(../images/bkg_titlle.png) repeat-x 0 50%;
}
.module h3.vina-header span {
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  padding: 0 15px;
}
.module h3.header.vina-header {
  margin-bottom: 30px;
}
.module.hidden-text .product .btn-wishlist span {
  display: none;
}
.module.mod_brand h3.header,
.module.mod_latest_products_full h3.header,
.module.mod_recent_blog_full h3.header {
  margin-bottom: 30px;
  text-align: left;
  font-size: 2em;
  line-height: 27px;
  background: url(../images/bkg_titlle.png) repeat-x 0 50%;
}
.module.mod_brand h3.header span,
.module.mod_latest_products_full h3.header span,
.module.mod_recent_blog_full h3.header span {
  padding-left: 0;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  padding: 0 15px 0 0;
}
.module.mod_recent_blog_full .vina-carousel-content.owl-theme .owl-controls {
  top: -52px;
  right: 20px;
}
.module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon,
.module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon_active {
  padding: 0 0 0 14px;
}
.module.mod_latest_products .product .actions span.addtocart-button input.addtocart-button {
  padding: 0 14px 0 0;
}
.module.mod_latest_products_full .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: -52px;
  right: 15px;
}
.module.custom_msg {
  float: left;
}
.module.custom_msg p {
  margin: 0;
}
.module.custom_msg p.welcome-msg {
  font-size: 100%;
  margin: 0;
  text-transform: capitalize;
  float: left;
  font-weight: bold;
  color: #a9a9a9;
  padding: 13px 20px;
}
.module.mod_currency,
.module.custom_language,
.module.mod_top_menu {
  float: right;
  border-left: 1px solid #4C4C4C;
  padding: 0 20px;
  line-height: 44px;
  display: inline-block;
  position: relative;
}
.module.mod_currency h3.header,
.module.custom_language h3.header,
.module.mod_top_menu h3.header {
  color: #fff;
  font-size: 11px;
  line-height: 44px;
  display: inline-block;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}
.module.mod_currency ul,
.module.custom_language ul,
.module.mod_top_menu ul {
  margin-bottom: 0;
}
.module.mod_currency ul > li a,
.module.custom_language ul > li a,
.module.mod_top_menu ul > li a {
  font-size: 11px;
  padding: 10px 0;
  display: block;
  text-transform: capitalize;
  border-bottom: 1px solid #dddddd;
  color: #222222;
  line-height: 1.5em;
  font-weight: normal;
  position: relative;
  z-index: 10;
}
.module.mod_currency ul > li:last-child a,
.module.custom_language ul > li:last-child a,
.module.mod_top_menu ul > li:last-child a {
  border-bottom: none;
}
.module.mod_currency,
.module.custom_language {
  margin-top: 0;
}
.module.mod_currency h3.header,
.module.custom_language h3.header {
  margin-right: 10px;
}
.module.mod_currency .mod-content,
.module.custom_language .mod-content {
  display: inline-block;
}
.module.mod_currency .mod-content ul,
.module.custom_language .mod-content ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.mod_currency .btn-default {
  color: #fff;
}
.module.mod_currency form.cur_box {
  margin: 0;
}
.module.mod_currency form.cur_box select {
  font-size: 100%;
  width: auto;
  margin: 0;
  padding: 4px 2px;
  border: 0px;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.module.mod_currency div.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  left: auto;
  right: 0;
  z-index: 9;
  padding: 0px 15px;
  min-width: 140px;
  border: 3px solid #959595;
  background-color: #fff;
  text-align: right;
}
.module.mod_currency:hover div.dropdown-menu {
  display: block;
}
.module.custom_language a img {
  margin-right: 3px;
}
.module.custom_language .btn-default {
  color: #fff;
  text-transform: none;
}
.module.custom_language .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.module.custom_language .btn-group .btn a {
  color: #fff;
}
.module.custom_language .btn-group .btn .icon {
  color: #fff;
  margin-left: 10px;
}
.module.custom_language .btn-group.open .btn.dropdown-toggle {
  background-color: transparent;
}
.module.custom_language .dropdown-menu>li>a:hover,
.module.custom_language .dropdown-menu>li>a:focus,
.module.custom_language .dropdown-submenu:hover>a,
.module.custom_language .dropdown-submenu:focus>a {
  background-color: transparent;
  background-image: none;
}
.module.custom_language div.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  left: auto;
  right: 0;
  z-index: 9;
  padding: 0px 15px;
  min-width: 140px;
  border: 3px solid #959595;
  background-color: #fff;
  text-align: right;
}
.module.custom_language:hover div.dropdown-menu {
  display: block;
}
.module.mod_top_menu h3.header {
  margin: 0;
  cursor: pointer;
}
.module.mod_top_menu h3.header span:after {
  content: "\f107";
  color: #fff;
  margin-left: 10px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: initial;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.module.mod_top_menu .mod-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  padding: 0px 15px;
  min-width: 140px;
  border: 3px solid #959595;
  background-color: #fff;
  text-align: right;
}
.module.mod_top_menu:hover .mod-content {
  display: block;
}
.module.mod_latest_products h3.header,
.module.mod_recent_blog h3.header {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.15em;
  background: url(../images/bkg_titlle.png) repeat-x 0 50%;
}
.module.mod_latest_products h3.header span,
.module.mod_recent_blog h3.header span {
  text-transform: uppercase;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
}
.module.mod_sale_off h3.header {
  font-size: 2em;
  margin-bottom: 30px;
  text-align: left;
  background: url(../images/bkg_titlle.png) repeat-x 0 50%;
}
.module.mod_sale_off h3.header span {
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  padding-right: 15px;
}
.module.mod_sale_off .vina-carousel-content.owl-theme .owl-controls,
.module.mod_sale_off .vina-carousel-virtuemart.owl-theme .owl-controls {
  top: -53px;
}
#sp-top-wrapper {
  z-index: 99;
  background-color: #222222;
  color: #FFF;
  font-size: 0.915em;
}
#sp-top-wrapper h3.sp-module-title {
  color: #fff;
}
#sp-top-wrapper .module {
  margin-top: 0px;
}
#sp-top-wrapper button {
  font-family: Arial;
}
#sp-header-wrapper .row-fluid {
  margin-bottom: 0;
}
#sp-header-wrapper .module {
  margin-top: 0px;
}
.sp-vmsearch .search-button-wrapper button:hover {
  color: #fff;
}
.module.mod_search_product form,
.module.mod_search_product #mod_virtuemart_search {
  display: inline-block;
  margin-bottom: 0px;
}
.module.mod_search_product form,
.module.mod_search_product .search {
  float: left;
  width: 240px;
}
.module.mod_search_product .search {
  display: inline-block;
  position: relative;
  height: 35px;
  border: 1px solid #e5e5e5;
}
.module.mod_search_product input,
.module.mod_search_product .btn_search {
  border: 0;
  background-image: none;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.mod_search_product input#mod_virtuemart_search {
  border: 0;
  padding: 10px 40px 10px 10px;
  width: 100%;
  height: 100%;
}
.module.mod_search_product .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  font-size: 15px;
  background-color: transparent;
}
.block-mini-cart {
  float: right;
  position: relative;
  display: inline-block;
  z-index: 8;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.25;
}
.block-mini-cart a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  color: #313133;
}
.block-mini-cart a.mini-cart-title {
  display: block;
  padding: 0 15px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #313133;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-mini-cart a.mini-cart-title i {
  font-size: 15px;
  margin-right: 5px;
  line-height: 37px;
}
.block-mini-cart a.mini-cart-title .item-cart span.item {
  position: absolute;
  font-family: arial;
  left: 35px;
  top: -10px;
  font-weight: 400;
  font-size: 11px;
}
.block-mini-cart .mini-cart {
  display: inline-block;
}
.block-mini-cart .mini-cart .mini-cart-title {
  position: relative;
}
.block-mini-cart .mini-cart .mini-cart-title .total_products {
  text-transform: none;
}
.block-mini-cart .mini-cart .mini-cart-content {
  display: none;
  width: 273px;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 13px;
  background: #fff;
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.14);
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.14);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.14);
}
.block-mini-cart .mini-cart .mini-cart-content .total {
  margin: 15px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.block-mini-cart .mini-cart .mini-cart-content .total strong {
  float: right;
}
.block-mini-cart .mini-cart .mini-cart-content .show_cart {
  margin: 15px 0 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-mini-cart .mini-cart .mini-cart-content .show_cart a {
  width: 100%;
  display: block;
  padding: 10px;
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-mini-cart .mini-cart .mini-cart-content .quantity,
.block-mini-cart .mini-cart .mini-cart-content .product_name a {
  font-weight: normal;
  font-size: 13px;
}
.block-mini-cart .mini-cart .mini-cart-content .quantity {
  color: #222;
}
.block-mini-cart:hover .icon-cart {
  color: #fff;
}
#sp-logo .logo-wrapper {
  text-align: center;
}
#sp-logo .logo-wrapper a {
  display: inline-block;
  vertical-align: top;
}
#sp-header-wrapper #header {
  padding: 28px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-search,
#sp-header-wrapper #sp-mini-cart {
  padding: 5px 0;
}
#sp-main-menu-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
#sp-main-menu-wrapper.nav-container-fix {
  z-index: 1100;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-menu-wrapper #main-menu {
  visibility: visible !important;
}
#sp-main-menu li.link_home li:not(.sp-menu-group) a {
  background-image: none !important;
  text-align: center;
  text-align: center;
}
#sp-main-menu li.link_home li:not(.sp-menu-group) a th,
#sp-main-menu li.link_home li:not(.sp-menu-group) a tr,
#sp-main-menu li.link_home li:not(.sp-menu-group) a td {
  text-align: center;
}
#sp-main-menu li.link_home li:not(.sp-menu-group) a:hover .menu-image {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#sp-main-menu li.link_home .sp-submenu .megacol .sp-menu .menu-item span.menu .menu-image {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#feature,
#feature-home-6 {
  padding-top: 20px;
}
.camera_pag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap {
  margin-bottom: 0px !important;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  width: 8px;
  height: 8px;
  margin: 20px 5px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li:hover > span,
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  top: -1px;
  left: -1px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_bar {
  height: 5px !important;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_bar .camera_bar_cont {
  background-color: transparent !important;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_wrap .camera_bar .camera_bar_cont span {
  top: 0 !important;
  bottom: 0 !important;
  background-color: rgba(152,122,116,0.82) !important;
}
.vina-camera-slider-wrapper .camera_caption .content-slideshow h2.title {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.vina-camera-slider-wrapper .camera_caption .content-slideshow h3.subtitle {
  font-size: 40px;
  font-family: BebasNeuewebfont;
  color: #f14e4e;
}
.vina-camera-slider-wrapper .camera_caption .content-slideshow .intro {
  font-size: 13px;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  min-height: 30px;
  margin-bottom: 10px;
}
.vina-camera-slider-wrapper .camera_caption .content-slideshow a.btn-buy {
  font-size: 13px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_prevThumbs,
.vina-camera-slider-wrapper .vina-camera-slider .camera_nextThumbs,
.vina-camera-slider-wrapper .vina-camera-slider .camera_prev,
.vina-camera-slider-wrapper .vina-camera-slider .camera_next,
.vina-camera-slider-wrapper .vina-camera-slider .camera_commands,
.vina-camera-slider-wrapper .vina-camera-slider .camera_thumbs_cont {
  width: 40px;
  height: 40px;
  display: block;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_commands {
  right: 48px !important;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_commands > .camera_play {
  background: #b0b0b0 url(../images/play.png) no-repeat !important;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_commands > .camera_stop {
  background: #b0b0b0 url(../images/pause.png) no-repeat !important;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_prev,
.vina-camera-slider-wrapper .vina-camera-slider .camera_next {
  background: #b0b0b0 url(../images/arrows.png) no-repeat 0 0;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_prev span,
.vina-camera-slider-wrapper .vina-camera-slider .camera_next span {
  display: none;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_prev {
  left: 5px;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_next {
  background-position: 100% 0;
  right: 5px;
}
.vina-banner .box-col {
  overflow: hidden;
}
.vina-banner .box-col img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vina-banner .box-col img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-box {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.banner-box .text-banner {
  position: absolute;
  width: 65%;
  top: 25%;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.banner-box .text-banner h3 {
  text-transform: uppercase;
  font-size: 2.5em;
  color: #222;
}
.banner-box .text-banner h4 {
  color: #6d6d6d;
  text-transform: uppercase;
  font-size: 1.33em;
  margin: 0;
}
.banner-box img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-box-2 .text-banner h3,
.banner-box-2 .text-banner h4 {
  color: #fff;
}
.vina-banner .box-col-2 {
  margin-top: 22px;
}
#sp-banner-top {
  padding-top: 30px;
}
.banner-home-2 .banner-box.banner-box-2 {
  margin-top: 20px;
}
#banner-middle {
  padding-bottom: 50px;
}
#sp-users-wrapper {
  padding: 30px 0;
}
.tabs-product {
  margin-top: 50px;
}
.tabs-product .tab-title {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  background: url(../images/producttabs.png) repeat-x 0 50%;
}
.tabs-product #tabs-custom {
  display: inline-block;
  margin: 0 auto;
}
.tabs-product #tabs-custom li {
  display: inline-block;
  background-color: #fff;
}
.tabs-product #tabs-custom li a {
  font-size: 2.2em;
  margin: 0;
  font-weight: 700;
  line-height: normal;
  padding: 0 30px 0 15px;
  cursor: pointer;
  background: url(../images/border_tabs.png) no-repeat 100% 50%;
}
.tabs-product #tabs-custom li:last-child a {
  background: none;
  padding-right: 15px;
}
#sp-latest-products-full {
  margin-bottom: 40px;
}
#sp-newsletter {
  margin: 0 0 40px 0;
}
.module.mod_newsletter,
.moduletable.mod_newsletter {
  background-color: #f8f8f8;
  padding: 80px 20px 60px 60px;
  border: 10px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.mod_newsletter h3.header,
.module.mod_newsletter > h3,
.moduletable.mod_newsletter h3.header,
.moduletable.mod_newsletter > h3 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 2.5em;
  line-height: normal;
  margin-bottom: 0.69em;
}
.module.mod_newsletter .acymailing_module .acymailing_introtext,
.moduletable.mod_newsletter .acymailing_module .acymailing_introtext {
  position: relative;
  z-index: 2;
}
.module.mod_newsletter .acymailing_module .acymailing_introtext p,
.moduletable.mod_newsletter .acymailing_module .acymailing_introtext p {
  max-width: 50%;
  font-style: italic;
  line-height: 1.5em;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.module.mod_newsletter .acymailing_module .acymailing_module_form td,
.moduletable.mod_newsletter .acymailing_module .acymailing_module_form td {
  margin: 0;
  padding: 0;
}
.module.mod_newsletter .acymailing_module table.acymailing_form,
.moduletable.mod_newsletter .acymailing_module table.acymailing_form {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.module.mod_newsletter .acymailing_module table.acymailing_form input,
.moduletable.mod_newsletter .acymailing_module table.acymailing_form input {
  width: 10%;
  min-width: 200px;
  height: 40px;
  float: left;
  padding: 12px 10px;
  margin-bottom: 5px;
  background-color: #dedede;
  border: 0 !important;
  text-shadow: 0 0 0 transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.mod_newsletter .acymailing_module table.acymailing_form tbody tr,
.moduletable.mod_newsletter .acymailing_module table.acymailing_form tbody tr {
  width: 40%;
  display: inline-block;
}
.module.mod_newsletter .acymailing_module table.acymailing_form tbody tr *,
.moduletable.mod_newsletter .acymailing_module table.acymailing_form tbody tr * {
  width: 100%;
  display: inline-block;
}
.module.mod_newsletter .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input,
.moduletable.mod_newsletter .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input {
  width: 116px !important;
  min-width: 116px !important;
  line-height: normal;
  display: inline-block;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
}
.module.mod_newsletter .images,
.moduletable.mod_newsletter .images {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 1;
}
.module.mod_newsletter.mod_popup,
.moduletable.mod_newsletter.mod_popup {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.module.mod_newsletter.mod_popup .images,
.moduletable.mod_newsletter.mod_popup .images {
  right: 0;
  width: 100%;
  height: 100%;
}
.module.mod_newsletter.mod_layout2 {
  margin-top: 56px;
}
.module.mod_newsletter.mod_layout2 .images {
  right: 0;
}
.module.mod_newsletter.mod_layout2 .acymailing_module .acymailing_introtext p {
  max-width: 95%;
}
.module.mod_newsletter.mod_layout2 .acymailing_module table.acymailing_form tbody > tr {
  width: 25%;
}
.module.mod_newsletter.mod_layout2 .acymailing_module table.acymailing_form tbody > tr:first-child {
  width: 70%;
}
.vina-carousel-content.owl-theme,
.vina-carousel-virtuemart.owl-theme {
  overflow: visible !important;
}
.vina-carousel-content.owl-theme .owl-controls,
.vina-carousel-virtuemart.owl-theme .owl-controls {
  text-align: right;
  position: absolute;
  right: 0;
  top: -46px;
  margin-top: 0;
  background-color: #fff;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  color: transparent;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #e5e5e5;
  line-height: 1em;
  text-align: center;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div:before,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div: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: "\f053";
  font-size: 15px;
  color: #222222 !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons .owl-prev,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons .owl-prev {
  border: none;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons .owl-next:before,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
}
.vina-carousel-content.owl-carousel,
.vina-carousel-virtuemart.owl-carousel {
  background-color: transparent !important;
}
.vina-carousel-content.owl-carousel .item a,
.vina-carousel-virtuemart.owl-carousel .item a {
  color: #222 !important;
}
.vina-carousel-content.owl-carousel .item a.addtofav_aws_icon,
.vina-carousel-virtuemart.owl-carousel .item a.addtofav_aws_icon {
  color: #aaaaaa !important;
}
.vina-carousel-virtuemart.owl-carousel .product-title,
.vina-ticker-virtuemart  .vina-items-wrapper .product-title {
  text-align: left;
}
.vina-carousel-virtuemart.owl-carousel .product-title a,
.vina-ticker-virtuemart  .vina-items-wrapper .product-title a {
  color: #222 !important;
}
.vina-carousel-virtuemart.owl-carousel .product-price,
.vina-ticker-virtuemart  .vina-items-wrapper .product-price {
  text-align: left;
  margin: 5px 0 0;
  font-size: 1em;
  color: #ec5355;
  font-family: Montserrat;
  font-weight: 700;
}
.vina-carousel-virtuemart.owl-carousel .button-group,
.vina-ticker-virtuemart  .vina-items-wrapper .button-group {
  height: auto;
  margin-top: 10px;
}
.vina-carousel-virtuemart.owl-carousel .addtocart-area,
.vina-ticker-virtuemart  .vina-items-wrapper .addtocart-area {
  float: left;
}
.vina-carousel-virtuemart.owl-carousel .addtocart-area .product,
.vina-ticker-virtuemart  .vina-items-wrapper .addtocart-area .product {
  float: left;
}
.vina-carousel-virtuemart.owl-carousel .addtocart-area .product .addtocart-bar,
.vina-ticker-virtuemart  .vina-items-wrapper .addtocart-area .product .addtocart-bar {
  float: left;
}
.vina-carousel-virtuemart.owl-carousel .vm-addtocart-button,
.vina-ticker-virtuemart  .vina-items-wrapper .vm-addtocart-button {
  color: #aaa;
}
.vina-carousel-virtuemart.owl-carousel .vm-addtocart-button i,
.vina-carousel-virtuemart.owl-carousel .vm-addtocart-button .addtocart-area,
.vina-carousel-virtuemart.owl-carousel .vm-addtocart-button input,
.vina-ticker-virtuemart  .vina-items-wrapper .vm-addtocart-button i,
.vina-ticker-virtuemart  .vina-items-wrapper .vm-addtocart-button .addtocart-area,
.vina-ticker-virtuemart  .vina-items-wrapper .vm-addtocart-button input {
  color: #aaa;
}
.vina-carousel-virtuemart.owl-carousel .item .vm-details-button,
.vina-carousel-virtuemart.owl-carousel .vina-item .vm-details-button,
.vina-ticker-virtuemart  .vina-items-wrapper .item .vm-details-button,
.vina-ticker-virtuemart  .vina-items-wrapper .vina-item .vm-details-button {
  width: auto !important;
}
.vina-carousel-virtuemart.owl-carousel .item .vm-details-button i,
.vina-carousel-virtuemart.owl-carousel .item .vm-details-button a,
.vina-carousel-virtuemart.owl-carousel .vina-item .vm-details-button i,
.vina-carousel-virtuemart.owl-carousel .vina-item .vm-details-button a,
.vina-ticker-virtuemart  .vina-items-wrapper .item .vm-details-button i,
.vina-ticker-virtuemart  .vina-items-wrapper .item .vm-details-button a,
.vina-ticker-virtuemart  .vina-items-wrapper .vina-item .vm-details-button i,
.vina-ticker-virtuemart  .vina-items-wrapper .vina-item .vm-details-button a {
  color: #aaa !important;
}
.vina-carousel-virtuemart.owl-carousel .product .actions .vm-details-button,
.vina-ticker-virtuemart  .vina-items-wrapper .product .actions .vm-details-button {
  padding: 0 0 0 15px;
}
.vina-carousel-virtuemart.owl-carousel .product .qv-button-container a:hover,
.vina-ticker-virtuemart  .vina-items-wrapper .product .qv-button-container a:hover {
  color: #fff !important;
}
.vina-carousel-virtuemart.owl-carousel .product .qv-button-container a,
.vina-ticker-virtuemart  .vina-items-wrapper .product .qv-button-container a {
  color: #222 !important;
}
.vina-carousel-virtuemart.owl-carousel .product .qv-button-container a:hover,
.vina-ticker-virtuemart  .vina-items-wrapper .product .qv-button-container a:hover {
  color: #fff !important;
}
.vina-ticker-virtuemart .vina-item {
  border-bottom: 2px solid #fff !important;
}
.vina-carousel-content .owl-item {
  color: #909090 !important;
  border-top: 0 !important;
  font-size: 12px;
}
.vina-carousel-content .owl-item .text-block {
  margin: 20px 0 0;
}
.vina-carousel-content .owl-item h3.title {
  font-size: 100%;
  min-height: 35px;
}
.vina-carousel-content .owl-item h3.title a {
  font-size: 1.2em;
  text-transform: capitalize;
  font-family: Montserrat, arial;
  display: block;
  margin-bottom: 10px;
  color: #222222 !important;
}
.vina-carousel-content .owl-item .info,
.vina-carousel-content .owl-item .introtext {
  color: #909090 !important;
}
.vina-carousel-content .owl-item .info {
  margin: 5px 0 0;
  font-size: 0.8em;
  border-top: 1px solid #eee;
  padding-top: 5px;
  text-transform: uppercase;
}
.vina-carousel-content .owl-item .info .blog-time {
  display: inline-block;
}
.vina-carousel-content .owl-item .readmore a {
  text-transform: uppercase;
  font-size: 0.75em;
  text-align: left;
}
.vina-carousel-content .owl-item .readmore a:hover {
  text-decoration: underline;
}
.vina-ticker-content {
  position: relative;
  border-top: 0 !important;
}
.vina-ticker-content .header-block {
  position: absolute !important;
  height: 15px;
  background-color: #fff;
  top: -46px;
  right: 0;
}
.vina-ticker-content .header-block .row-fluid [class*="span"] {
  min-height: 0px;
}
.vina-ticker-content .header-block .control-block {
  height: 15px;
}
.vina-ticker-content .header-block .control-block span {
  background-image: none !important;
  color: transparent;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  padding: 0 5px;
  border-left: 1px solid #e5e5e5;
  line-height: 1em;
  text-align: center;
  width: 10px !important;
  height: auto !important;
  position: static !important;
}
.vina-ticker-content .header-block .control-block span: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: "\f053";
  font-size: 15px;
  color: #222222;
}
.vina-ticker-content .header-block .control-block span.up,
.vina-ticker-content .header-block .control-block span.down {
  text-indent: inherit !important;
}
.vina-ticker-content .header-block .control-block span.up {
  float: left;
  border: none;
}
.vina-ticker-content .header-block .control-block span.down {
  padding-right: 0;
}
.vina-ticker-content .header-block .control-block span.down:before {
  content: "\f054";
}
.vina-ticker-content .header-block .control-block span.toggle {
  display: none !important;
}
.vina-ticker-content .vina-item {
  color: #909090 !important;
  border-top: 2px solid #fff !important;
  border-bottom: none !important;
}
.vina-ticker-content .vina-item .title a {
  font-size: 1.2em;
  text-transform: capitalize;
  font-family: Montserrat, arial;
  display: block;
  margin-bottom: 10px;
  color: #222222 !important;
}
.vina-ticker-content .vina-item .info {
  margin: 5px 0 0;
  font-size: 0.8em;
  border-top: 1px solid #eee;
  padding-top: 5px;
  text-transform: uppercase;
}
.vina-ticker-content .vina-item .introtext {
  font-size: 1.15em;
}
.vina-ticker-content .vina-item .readmore a {
  text-transform: uppercase;
  font-size: 0.85em;
  text-align: left;
}
.vina-ticker-content .vina-item .readmore a:hover {
  text-decoration: underline;
}
.vina-manufacturers-virtuemart {
  overflow: visible !important;
  background-color: transparent !important;
}
.vina-manufacturers-virtuemart ul {
  margin-left: 0px !important;
}
.vina-manufacturers-virtuemart li.item {
  cursor: pointer;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-manufacturers-virtuemart .vina-prev,
.vina-manufacturers-virtuemart .vina-next {
  text-indent: inherit !important;
  color: transparent;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #e5e5e5;
  line-height: 1em;
  text-align: center;
  width: 10px !important;
  background-color: #fff !important;
  background-image: none !important;
  top: -52px !important;
  height: auto !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-manufacturers-virtuemart .vina-prev:before,
.vina-manufacturers-virtuemart .vina-next: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;
  font-size: 15px;
  color: #222222;
}
.vina-manufacturers-virtuemart .vina-next {
  padding-right: 0;
}
.vina-manufacturers-virtuemart .vina-next:before {
  content: "\f054";
}
.vina-manufacturers-virtuemart .vina-next:hover,
.vina-manufacturers-virtuemart .vina-next.active {
  border-left: 1px solid #e5e5e5 !important;
}
.vina-manufacturers-virtuemart .vina-prev {
  right: 16px;
  border: 0;
}
.vina-manufacturers-virtuemart .vina-prev:before {
  content: "\f053";
}
#brand {
  padding: 30px 0 40px;
}
.custom.mod_about_us .images {
  text-align: center;
}
#sp-link-follow-wrapper #link-follow {
  padding: 0 0 40px;
}
#sp-link-follow-wrapper .module h3.header {
  margin-bottom: 25px;
  position: relative;
  font-size: 2em;
  text-transform: capitalize;
  z-index: 0;
}
#sp-link-follow-wrapper .module h3.header span {
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
#sp-link-follow-wrapper .module h3.header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40%;
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
  z-index: -10;
}
#sp-link-follow-wrapper ul.nav li {
  margin: 0;
  line-height: 3.5em;
  border-bottom: 1px solid #e5e5e5;
}
#sp-link-follow-wrapper ul.nav li a {
  line-height: inherit;
}
#sp-link-follow-wrapper ul.nav li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 15px;
  margin-right: 8px;
}
#sp-link-follow-wrapper ul.nav li:last-child {
  border: none;
}
#sp-link-follow-wrapper .box-content p.text {
  margin: 20px 0;
}
#sp-link-follow-wrapper .box-content a.readmore {
  display: block;
  text-align: center;
  background-color: #575757;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border: 3px solid #e5e5e5;
  padding: 5px 10px;
}
.twitter-article {
  padding: 5px 0;
}
.twitter-pic {
  float: left;
}
.twitter-text {
  margin: 0 0 0 60px;
}
.twitter-text br {
  display: none;
}
.vina-vscoller-twitter {
  background-color: #fff !important;
}
.vina-vscoller-twitter .header-block {
  background: #ddd;
  color: #fff;
  font-size: 9px;
}
.vina-vscoller-twitter .header-block h3 {
  color: #fff;
}
.vina-vscoller-twitter .header-block .control-block span {
  top: 7px;
  height: 16px !important;
  background-size: 10px !important;
}
.vina-vscoller-twitter .header-block .control-block span.toggle {
  width: 11px;
  top: 9px;
  right: 19px;
}
.vina-vscoller-twitter .header-block .control-block span.toggle.et-run {
  right: 20px;
}
.vina-vscoller-twitter .header-block .control-block span.up {
  right: 28px;
}
.vina-vscoller-twitter .vina-item {
  color: #909090 !important;
  font-size: 12px;
  border-bottom: 0 !important;
}
.vina-vscoller-twitter .vina-item a.permalink:hover {
  text-decoration: underline;
}
.vina-vscoller-twitter .vina-item .vina-header a {
  color: #222 !important;
}
.vina-vscoller-twitter .vina-item .permalink {
  font-style: italic;
  text-transform: capitalize !important;
}
.vina-vscoller-twitter .vina-item .entry {
  color: #909090 !important;
  font-size: 12px;
  line-height: 21px;
}
#sp-bottom-links-wrapper {
  border-top: 1px solid #e5e5e5;
}
#sp-bottom-links-wrapper #bottom-links {
  padding: 5px 0;
}
.module.custom_social ul.link-follow {
  display: block;
  margin: 0px;
}
.module.custom_social ul.link-follow li {
  float: left;
  margin-right: 10px;
}
.module.custom_social ul.link-follow li a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 17px;
}
.module.custom_social ul.link-follow li a i {
  display: none;
}
.module.mod_bottom_link2 ul {
  margin-bottom: 0;
}
.module.mod_bottom_link2 ul li {
  float: left;
}
.module.mod_bottom_link2 ul li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}
.module.mod_bottom_link2 ul {
  float: right;
}
.module.mod_bottom_link2 ul li a {
  padding-right: 20px;
}
#sp-bottom-wrapper {
  background-color: #222222;
}
#sp-bottom-wrapper #bottom {
  padding: 35px 0;
}
#sp-bottom-wrapper a {
  color: #909090;
}
#sp-bottom-wrapper h3.header {
  text-transform: uppercase;
  font-size: 1.15em;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: normal;
  background: none;
}
#sp-bottom-wrapper h3.header span {
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
}
#sp-bottom-wrapper ul >li {
  line-height: 35px;
  text-transform: capitalize;
}
#sp-bottom-wrapper ul >li >a {
  transition: inherit;
}
#sp-bottom-wrapper ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
#sp-bottom-wrapper ul.nav >li >a:hover,
#sp-bottom-wrapper ul.nav >li >a:focus {
  color: #fff !important;
}
#sp-bottom-wrapper ul.nav >li.active >a {
  color: #fff;
}
.bottom-static-content ul.address {
  margin-top: 20px;
}
.bottom-static-content ul.address li:hover a {
  color: #fff !important;
}
.bottom-static-content ul li {
  line-height: 35px;
  text-transform: capitalize;
}
.bottom-static-content ul li span.icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  font-size: 16px;
  margin-right: 15px;
  background-color: #616161;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.bottom-static-content ul li span.icon:before {
  padding-left: 5px;
}
.bottom-static-content ul li p {
  margin: 0 0 10px;
}
.bottom-static-content ul li:hover {
  color: #fff;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper {
  background-color: #111;
}
#sp-footer-wrapper #footer {
  padding: 15px 0;
}
#sp-footer-wrapper a.sp-totop {
  color: #fff;
}
#sp-footer-wrapper a.sp-totop:hover {
  text-decoration: none;
}
#sp-footer-wrapper a:hover {
  text-decoration: underline;
}
#sp-footer-wrapper #sp-footer1 {
  padding-top: 11px;
  padding-bottom: 11px;
}
#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 {
  display: none;
}
#sp-footer-wrapper .sp-totop small {
  color: #fff;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
ul.breadcrumb {
  margin: 0;
  font-size: 13px;
  font-family: Montserrat;
  padding: 20px 0 0;
  background: transparent;
}
ul.breadcrumb li span {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
}
ul.breadcrumb li span.divider {
  color: #909090 !important;
}
ul.breadcrumb >li >.divider {
  padding: 0px 8px;
}
.visiable-gallery {
  animation-name: none !important;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 20px 0;
}
#sp-left .module h3.header,
#sp-right .module h3.header {
  margin: 0;
  background: none;
}
#sp-left .module h3.header span,
#sp-right .module h3.header span {
  text-transform: inherit;
  background-color: transparent;
  padding: 0;
}
#sp-left > .module,
#sp-right > .module {
  margin: 0 0 25px;
  clear: both;
  font-size: 11px;
  line-height: 1.25;
  border: 3px solid #e5e5e5;
}
#sp-left > .module.mod_shop_by,
#sp-right > .module.mod_shop_by {
  border: 0;
}
#sp-left .module h3.header,
#sp-right .module h3.header {
  font-size: 1.8em;
  word-wrap: break-word;
  display: block;
  font-family: Montserrat;
  text-transform: capitalize;
  padding: 10px 15px;
  border-bottom: 3px solid #e5e5e5;
  color: #393939;
}
#sp-left .module .actions ul li,
#sp-right .module .actions ul li {
  border-bottom: 0;
}
#sp-left .module ul li,
#sp-right .module ul li {
  line-height: 35px;
  border-bottom: 1px solid #dcdcdc;
}
#sp-left .module ul li a,
#sp-right .module ul li a {
  text-transform: capitalize;
  font-style: italic;
  font-family: Arial, sans-serif;
  font-size: 1.15em;
}
#sp-left .module ul li a:before,
#sp-right .module ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 15px;
  margin-right: 8px;
}
#sp-left .module ul li:last-child,
#sp-right .module ul li:last-child {
  border-bottom: none;
}
#sp-left .module ul li ul li,
#sp-right .module ul li ul li {
  border-bottom: none;
}
#sp-left .module ul li ul li h5,
#sp-right .module ul li ul li h5 {
  border-top: 1px solid #dcdcdc;
}
#sp-left .module .mod-content,
#sp-right .module .mod-content {
  padding: 15px;
}
#sp-left .module.mod_shop_by,
#sp-right .module.mod_shop_by {
  font-size: inherit;
}
#sp-left .module.mod_shop_by h3.header,
#sp-right .module.mod_shop_by h3.header {
  padding: 10px;
  background-color: #393939;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#sp-left .module.mod_shop_by .mod-content,
#sp-right .module.mod_shop_by .mod-content {
  padding: 10px 10px 10px 15px;
  background-color: #f5f5f5;
  margin-top: 20px;
  border: 3px solid #e5e5e5;
}
#sp-left .module.custom_banner_left,
#sp-right .module.custom_banner_left {
  border: 1px solid #e5e5e5;
}
#sp-left .module.custom_banner_left .mod-content,
#sp-right .module.custom_banner_left .mod-content {
  padding: 0;
}
#sp-left .module .vina-ticker-virtuemart,
#sp-right .module .vina-ticker-virtuemart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-left .module .vina-ticker-virtuemart .vina-item,
#sp-right .module .vina-ticker-virtuemart .vina-item {
  color: #909090;
  border-bottom: 0;
}
#sp-left .module .vina-ticker-virtuemart .header-block,
#sp-right .module .vina-ticker-virtuemart .header-block {
  margin-bottom: 15px;
  border-bottom: 3px solid #e5e5e5;
}
#sp-left .module .vina-ticker-virtuemart .header-block h3,
#sp-right .module .vina-ticker-virtuemart .header-block h3 {
  font-size: 1.8em;
  word-wrap: break-word;
  display: block;
  font-family: Montserrat;
  text-transform: capitalize;
  padding: 0 0 10px;
  color: #393939;
}
#sp-left .module .vina-ticker-virtuemart .header-block span.up,
#sp-left .module .vina-ticker-virtuemart .header-block span.down,
#sp-left .module .vina-ticker-virtuemart .header-block span.toggle,
#sp-right .module .vina-ticker-virtuemart .header-block span.up,
#sp-right .module .vina-ticker-virtuemart .header-block span.down,
#sp-right .module .vina-ticker-virtuemart .header-block span.toggle {
  top: 8;
  width: 10px;
  height: 14px;
  text-indent: inherit;
}
#sp-left .module .vina-ticker-virtuemart .header-block span.up:before,
#sp-left .module .vina-ticker-virtuemart .header-block span.down:before,
#sp-left .module .vina-ticker-virtuemart .header-block span.toggle:before,
#sp-right .module .vina-ticker-virtuemart .header-block span.up:before,
#sp-right .module .vina-ticker-virtuemart .header-block span.down:before,
#sp-right .module .vina-ticker-virtuemart .header-block span.toggle: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: "";
  font-size: 15px;
  color: #222222 !important;
}
#sp-left .module .vina-ticker-virtuemart .header-block span.toggle,
#sp-right .module .vina-ticker-virtuemart .header-block span.toggle {
  display: none;
}
#sp-left .module .vina-ticker-virtuemart .header-block span.up,
#sp-right .module .vina-ticker-virtuemart .header-block span.up {
  right: 20px;
}
#sp-left .module .vina-ticker-virtuemart .header-block span.up:before,
#sp-right .module .vina-ticker-virtuemart .header-block span.up:before {
  content: "\f053";
}
#sp-left .module .vina-ticker-virtuemart .header-block span.down:before,
#sp-right .module .vina-ticker-virtuemart .header-block span.down:before {
  content: "\f054";
}
.cf_search_button.btn {
  border: 0 !important;
  background: #393939 !important;
  box-shadow: none;
  text-shadow: 0 0 0 transparent !important;
  color: #fff;
  opacity: 1 !important;
  padding: 5px 10px !important;
  background-image: none;
  cursor: pointer;
}
.cf_form .cf_filtering_slide_container,
.cf_form .cf_filtering_slide_container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf_form .cf_filtering_slider_gutter {
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
  height: 13px;
}
.cf_form .cf_filtering_slider_gutter_item {
  width: 5%;
  height: 5px;
}
.cf_form .cf_filtering_slider_gutter_item.cf_slider_gutter_l,
.cf_form .cf_filtering_slider_gutter_item.cf_slider_gutter_r,
.cf_form .cf_filtering_slider_gutter_item.cf_slider_gutter_m {
  background-color: #dbdbdb;
  background-image: none;
}
.cf_form .cf_filtering_slider_gutter_item.cf_slider_gutter_m {
  width: 90%;
}
.cf_form .slider_bkg_img {
  display: none;
  width: 192px;
  height: 5px;
  margin: 0 9px 0 -11px;
  background-color: #ec5355;
  background-image: none;
}
.cf_form .knob_wrapper {
  height: 13px;
  margin-top: -4px;
}
.cf_form .knob_wrapper .cf_filtering_knob {
  height: 13px;
  width: 10px;
}
.cf_form .knob_wrapper .cf_filtering_knob.cf_filtering_knob_from,
.cf_form .knob_wrapper .cf_filtering_knob.cf_filtering_knob_to {
  background-color: #ec5355;
  background-image: none;
}
.cf_form .knob_wrapper .cf_filtering_knob.cf_filtering_knob_to {
  bottom: 13px !important;
}
.cf_wrapp_all .cf_flt_wrapper .cf_flt_header {
  padding: 10px 0;
  font-size: 1.66em;
  text-transform: capitalize;
  font-family: Montserrat;
  color: #222222;
  font-weight: normal;
}
.cf_wrapp_all .cf_flt_wrapper .cf_wrapper_inner ul li {
  line-height: 35px;
  border-bottom: 1px solid #dcdcdc;
}
.cf_wrapp_all .cf_flt_wrapper .cf_wrapper_inner ul li a {
  text-transform: capitalize;
  font-style: italic;
  font-family: Arial, sans-serif;
  font-size: 1.15em;
}
.cf_wrapp_all .cf_flt_wrapper .cf_wrapper_inner ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 15px;
  margin-right: 8px;
}
.cf_wrapp_all .cf_flt_wrapper .cf_wrapper_inner ul li a.cf_option.cf_expand {
  font-weight: normal;
}
.cf_wrapp_all .cf_flt_wrapper .cf_wrapper_inner ul li a.cf_sel_opt {
  font-weight: normal;
}
.adminform .modal,
.adminForm .modal {
  position: static;
  margin-left: 10px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.adminform .chzn-container-multi .chzn-choices .search-field input,
.adminForm .chzn-container-multi .chzn-choices .search-field input {
  height: 26px;
  line-height: 26px;
}
#adminForm #ui-tabs button {
  background: transparent;
}
#adminForm #ui-tabs button.reset-value {
  background-color: #222;
}
#bd_results #adminForm > a {
  display: inline-block;
  margin: 5px 20px 20px 0;
}
.cart-view form.inline td {
  border: 0px;
  padding: 0;
  display: inline-flex;
}
.cart-view form.inline td input.button {
  padding: 5.8px 20px;
  background-color: #222;
}
#searchMedia,
button.reset-value {
  height: 35px !important;
}
#contact-form input#jform_contact_email_copy {
  width: 13px;
}
#contact-form .control-group input,
#contact-form .control-group textarea,
#member-registration .control-group input,
#member-registration .control-group textarea,
#member-profile .control-group input,
#member-profile .control-group textarea {
  width: 70%;
}
#contact-form .form-actions .btn,
#contact-form .form-actions .btn-primary,
#contact-form button,
#contact-form .btn,
#contact-form .btn-danger,
#member-registration .form-actions .btn,
#member-registration .form-actions .btn-primary,
#member-registration button,
#member-registration .btn,
#member-registration .btn-danger,
#member-profile .form-actions .btn,
#member-profile .form-actions .btn-primary,
#member-profile button,
#member-profile .btn,
#member-profile .btn-danger {
  background-image: none;
  display: inline-block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  border: 0 !important;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#login-form .control-group button,
#login-form .control-group .btn {
  color: #fff;
  border: 0;
  background-image: none;
  background-color: #222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.logout button {
  background-image: none;
  display: inline-block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  border: 0 !important;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.page-header {
  border-bottom: 0;
}
.addtocart-area .product-fields {
  display: none;
}
.vm-product-details-inner .addtocart-area .product-fields {
  width: 100%;
  display: inline-block;
}
.product {
  text-align: left;
}
.product h2.product-title,
.product h3.product-title {
  margin: 5px 0;
  clear: both;
  line-height: 1em;
}
.product h2.product-title a,
.product h3.product-title a {
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222222;
}
.product .product-status {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
}
.product .product-status .status-new,
.product .product-status .status-sale {
  min-width: 45px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
}
.product .product-status .status-sale {
  margin-bottom: 3px;
  background-color: #ec5355;
}
.product .product-status .status-new {
  background-color: #189f2b;
}
.product .qv-button-container {
  position: absolute;
  right: 0;
}
.product .qv-button-container .qv-e-button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 34px;
  height: 34px;
  background-color: #eeeeee !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .qv-button-container .qv-e-button i {
  line-height: 34px;
}
.product .qv-button-container .qv-e-button > span {
  display: none;
}
.product .qv-button-container .qv-e-button:hover {
  color: #fff;
}
.product .vina-percentage {
  position: absolute;
  right: 10px;
  top: 10px;
  min-width: 45px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #fff !important;
  background-color: #222;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product .vina-percentage span {
  display: none !important;
}
.product .actions {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 4px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.product .actions i {
  float: left;
  line-height: 30px;
  margin-right: 10px;
  font-size: 1.15em;
}
.product .actions input.addtocart-button {
  float: left;
}
.product .actions .vm-addtocart-button {
  float: left;
  display: inline-block;
}
.product .actions .vm-addtocart-button .addtocart-area form {
  margin-bottom: 0;
}
.product .actions span.addtocart-button {
  float: left;
}
.product .actions span.addtocart-button input.addtocart-button {
  text-shadow: 0 0 0 transparent;
  background: none;
  color: #aaaaaa;
  text-transform: capitalize;
  padding: 0 15px 0 0;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #ddd;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product .actions span input {
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
}
.product .actions .vm-details-button {
  display: inline-block;
  padding: 0 0 0 10px;
  float: left;
}
.product .actions .vm-details-button a {
  text-shadow: 0 0 0 transparent;
  background: none;
  color: #aaaaaa;
  text-transform: capitalize;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product .actions .vm-details-button a span {
  display: none;
}
.product .btn-wishlist {
  display: inline-block;
  float: left;
}
.product .btn-wishlist .addtofav_aws_icon,
.product .btn-wishlist .addtofav_aws_icon_active {
  padding: 0 0 0 15px;
  display: inline-block;
}
.product .btn-wishlist .addtofav_aws_icon i,
.product .btn-wishlist .addtofav_aws_icon_active i {
  font-size: 1.15em;
  margin-right: 10px;
}
.product:hover .actions {
  bottom: 0;
}
.vm-product-rating-container {
  font-size: 11px;
  line-height: 1em;
  margin: 4px 0;
  clear: both;
}
.vm-product-rating-container > span {
  margin-left: 2px;
}
.vm-product-rating-container > span.amount {
  margin-left: 2px;
}
.vm-product-rating-container .ratingbox {
  display: inline-block;
}
.vm-product-rating-container .amount {
  vertical-align: text-top;
  display: inline-block;
}
.vm-product-rating-container .amount a {
  text-decoration: none;
}
.quantity-box {
  float: left;
  width: 100%;
}
.quantity-box .quantity-minus,
.quantity-box .quantity-plus,
.quantity-box .quantity-input {
  float: left;
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.quantity-box .quantity-input {
  text-align: center;
  min-width: 45px !important;
  background: none;
  height: 45px;
  line-height: 45px;
  border: 3px solid #000;
  color: #000;
  font-size: 1.2em;
}
.quantity-box .quantity-minus {
  margin: 10px 3px;
  background: #e3e3e3 url(../images/qty-decrease.png) no-repeat 0 50%;
}
.quantity-box .quantity-plus {
  margin: 10px 3px;
  background: #e3e3e3 url(../images/qty-increase.png) no-repeat 0 50%;
}
.product .actions {
  width: 100%;
}
.product-price div.PricesalesPriceWithDiscount,
.product-price div.PricepriceWithoutTax,
.product-price div.PricebasePrice,
.product-price div.PricebasePriceVariant,
.product-price div.PricevariantModification,
.product-price div.PricediscountAmount,
.product-price div.PricetaxAmount,
.product-price div.PriceunitPrice,
.related-product-price div.PricesalesPriceWithDiscount,
.related-product-price div.PricepriceWithoutTax,
.related-product-price div.PricebasePrice,
.related-product-price div.PricebasePriceVariant,
.related-product-price div.PricevariantModification,
.related-product-price div.PricediscountAmount,
.related-product-price div.PricetaxAmount,
.related-product-price div.PriceunitPrice {
  display: block;
}
.product-price .vm-display,
.related-product-price .vm-display {
  display: inline-block;
}
.product-price .vm-display span.PricebasePrice,
.related-product-price .vm-display span.PricebasePrice {
  display: inline-block;
  margin: 5px 0 0;
}
.product-price .price-crossed,
.related-product-price .price-crossed {
  display: inline-block;
}
.product-price .price-crossed span,
.related-product-price .price-crossed span {
  display: inline-block;
  color: #999;
}
.product-price .price-crossed span.PricebasePrice,
.product-price .price-crossed span.PricebasePriceWithTax,
.related-product-price .price-crossed span.PricebasePrice,
.related-product-price .price-crossed span.PricebasePriceWithTax {
  font-style: italic;
  font-size: 0.95em;
}
.product-price .price-crossed .PricebasePrice,
.product-price .price-crossed .PricebasePriceWithTax,
.related-product-price .price-crossed .PricebasePrice,
.related-product-price .price-crossed .PricebasePriceWithTax {
  margin-right: 5px;
}
.product-price .PricebasePriceWithTax span,
.product-price .PricebasePrice span,
.product-price .PricebasePriceVariant span,
.product-price .PricesalesPriceWithDiscount span,
.related-product-price .PricebasePriceWithTax span,
.related-product-price .PricebasePrice span,
.related-product-price .PricebasePriceVariant span,
.related-product-price .PricesalesPriceWithDiscount span {
  color: #999;
}
.vmproducts .quantity-box,
.vmproducts .quantity-controls,
.topten-view .quantity-box,
.topten-view .quantity-controls,
.latest-view .quantity-box,
.latest-view .quantity-controls,
.featured-view .quantity-box,
.featured-view .quantity-controls,
.browse-view .quantity-box,
.browse-view .quantity-controls {
  display: none;
}
.vm-category-title {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
.vm-category-title h1 {
  font-size: 2.33em;
  position: relative;
  padding-bottom: 5px;
  margin: 0;
  text-transform: capitalize;
}
.vm-category-title h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #000;
}
.vm-category-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 0 35px;
}
.orderby-displaynumber {
  font-family: Montserrat;
  border-bottom: 1px solid #eee;
}
.display-number {
  line-height: 22px;
  vertical-align: middle;
}
.display-number select {
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  text-align: center;
  color: #222;
  background: #f5f5f5;
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.orderlistcontainer {
  position: relative;
}
.orderlistcontainer .orderlist {
  right: 0;
}
.orderlistcontainer div.activeOrder {
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  text-align: center;
  color: #909090;
  background: #f5f5f5;
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.orderlistcontainer div.activeOrder a {
  color: #909090;
}
.orderlistcontainer > div {
  display: inline-block;
}
.orderlistcontainer .title {
  margin-right: 5px;
}
.vm-pagination {
  line-height: 25px;
  font-family: Montserrat;
}
.vm-pagination.vm-pagination-top {
  display: inline-block;
}
.vm-pagination.vm-pagination-top ul {
  display: inline-block;
  margin-right: 5px;
}
.vm-pagination.vm-pagination-bottom {
  width: 100%;
  text-align: right !important;
  padding: 10px 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vm-pagination.vm-pagination-bottom ul {
  display: inline-block;
}
.vm-pagination ul li {
  display: inline;
  margin: 0 5px;
}
.vm-pagination ul li a {
  color: #222;
}
.vm-pagination ul li.pagination-active a {
  text-decoration: underline;
}
.product-neighbours a.previous-page,
.product-neighbours a.next-page {
  font-size: 1.1em;
  font-weight: bold;
  line-height: normal;
  background-image: none !important;
}
.product-neighbours a.previous-page:before,
.product-neighbours a.next-page:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.product-neighbours a.previous-page {
  padding-left: 0px;
}
.product-neighbours a.previous-page:before {
  content: "\f177";
  float: left;
  margin-right: 10px;
}
.product-neighbours a.next-page {
  padding-right: 0px;
}
.product-neighbours a.next-page:before {
  content: "\f178";
  float: right;
  margin-left: 10px;
}
.product-name {
  margin: 5px 0;
  clear: both;
  line-height: 1em;
}
a.li-main-image {
  display: inline-block;
}
.productdetails-view .vm-product-container h1 {
  line-height: normal;
}
.productdetails-view .vm-product-container .product-price,
.productdetails-view .vm-product-container .related-product-price {
  margin: 15px 0;
}
.productdetails-view .vm-product-container .product-price span,
.productdetails-view .vm-product-container .related-product-price span {
  font-size: 1em;
  font-family: Montserrat;
  font-weight: 700;
}
.productdetails-view .vm-product-container .product-price span.PricebasePriceWithTax,
.productdetails-view .vm-product-container .product-price span.PricebasePrice,
.productdetails-view .vm-product-container .product-price span.PricebasePriceVariant,
.productdetails-view .vm-product-container .product-price span.PricevariantModification,
.productdetails-view .vm-product-container .product-price span.PricesalesPriceWithDiscount,
.productdetails-view .vm-product-container .product-price span.PricepriceWithoutTax,
.productdetails-view .vm-product-container .product-price span.PricediscountAmount,
.productdetails-view .vm-product-container .product-price span.PricetaxAmount,
.productdetails-view .vm-product-container .product-price span.PriceunitPrice,
.productdetails-view .vm-product-container .product-price span.PricesalesPrice,
.productdetails-view .vm-product-container .related-product-price span.PricebasePriceWithTax,
.productdetails-view .vm-product-container .related-product-price span.PricebasePrice,
.productdetails-view .vm-product-container .related-product-price span.PricebasePriceVariant,
.productdetails-view .vm-product-container .related-product-price span.PricevariantModification,
.productdetails-view .vm-product-container .related-product-price span.PricesalesPriceWithDiscount,
.productdetails-view .vm-product-container .related-product-price span.PricepriceWithoutTax,
.productdetails-view .vm-product-container .related-product-price span.PricediscountAmount,
.productdetails-view .vm-product-container .related-product-price span.PricetaxAmount,
.productdetails-view .vm-product-container .related-product-price span.PriceunitPrice,
.productdetails-view .vm-product-container .related-product-price span.PricesalesPrice {
  font-size: 1.7em;
}
.productdetails-view .vm-product-container .product-price .vm-display span.PricebasePrice,
.productdetails-view .vm-product-container .related-product-price .vm-display span.PricebasePrice {
  margin: 5px 0 0;
}
.productdetails-view .vm-product-container .product-price .price-crossed,
.productdetails-view .vm-product-container .related-product-price .price-crossed {
  font-size: 1.7em;
}
.productdetails-view .vm-product-container .product-price .price-crossed span,
.productdetails-view .vm-product-container .related-product-price .price-crossed span {
  font-size: 0.95em;
}
.productdetails-view .vm-product-container .product-price .price-crossed .vm-price-desc,
.productdetails-view .vm-product-container .related-product-price .price-crossed .vm-price-desc {
  font-size: small;
}
.productdetails-view .vm-product-container .addtocart-bar .quantity-box {
  margin-right: 10px;
}
.productdetails-view .vm-product-container .addtocart-bar span.addtocart-button {
  margin-left: 0px;
  margin-bottom: 10px;
}
.productdetails-view .vm-product-container .addtocart-bar .addtocart-button {
  padding-left: 15px;
  color: #fff;
  cursor: pointer;
}
.productdetails-view .vm-product-container .addtocart-bar .addtocart-button i {
  font-size: 1.35em;
  float: left;
  line-height: 45px;
}
.productdetails-view .vm-product-container .addtocart-bar .addtocart-button input {
  float: left;
  padding: 15px 15px 15px 10px;
}
.productdetails-view .vm-product-container .vm-product-media-container .additional-images {
  display: inline-block;
  margin-top: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-name {
  display: inline-block;
  margin: 0 0 6px;
}
.productdetails-view .vm-product-container .vm-product-details-container .vm-product-rating-container {
  font-size: 11px;
  line-height: 1em;
  margin: 4px 0;
  clear: both;
}
.productdetails-view .vm-product-container .vm-product-details-container .in-stock {
  margin: 10px 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .in-stock span {
  font-weight: bold;
  text-transform: capitalize;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-short-description-block {
  margin: 10px 0;
  padding: 15px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-short-description-block .product-short-description {
  line-height: 25px;
}
.productdetails-view .vm-product-container .vm-product-details-container .link-share {
  margin-top: 20px;
  line-height: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .add-to-box .btn-wishlist .addtofav_aws_icon,
.productdetails-view .vm-product-container .vm-product-details-container .add-to-box .btn-wishlist .addtofav_aws_icon_active {
  padding: 0;
  height: 34px;
  margin-right: 0;
  background: transparent !important;
  line-height: inherit !important;
  font-size: 100% !important;
}
.productdetails-view .vm-product-container .vm-product-details-container .add-to-box .btn-wishlist .addtofav_aws_icon i,
.productdetails-view .vm-product-container .vm-product-details-container .add-to-box .btn-wishlist .addtofav_aws_icon_active i {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #eee;
  color: #222;
  margin-right: 10px;
  font-size: 14px;
}
.productdetails-view .vm-product-container .vm-product-details-container .add-to-box .btn-wishlist span {
  color: #222;
}
.productdetails-view .vm-product-container .vm-product-details-container .icons {
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  display: flex;
}
.productdetails-view .vm-product-container .vm-product-details-container .icons > a,
.productdetails-view .vm-product-container .vm-product-details-container .icons .btn-wishlist {
  float: left;
  margin-right: 10px;
  font-weight: normal;
}
.productdetails-view .vm-product-container .vm-product-details-container .icons > a span,
.productdetails-view .vm-product-container .vm-product-details-container .icons .btn-wishlist span {
  font-family: Arial;
}
.productdetails-view .vm-product-container .vm-product-details-container .icons > a.icon-send:before,
.productdetails-view .vm-product-container .vm-product-details-container .icons .btn-wishlist.icon-send:before {
  content: "\f059";
  font-family: FontAwesome;
}
.productdetails-view .vm-product-container .vm-product-details-container .icons > a:before,
.productdetails-view .vm-product-container .vm-product-details-container .icons .btn-wishlist:before {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #eee;
  color: #222;
  margin-right: 10px;
}
.productdetails-view .vm-product-container .addtocart-area .addtocart-bar .quantity-box {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
#tab-block {
  margin-top: 40px;
  border: 1px solid #eee;
  padding: 15px;
}
#tab-block ul#vinaTab {
  margin-bottom: 20px;
}
#tab-block ul#vinaTab.nav-pills >.active >a,
#tab-block ul#vinaTab.nav-tabs >.active >a {
  background-color: transparent !important;
}
#tab-block ul#vinaTab.nav-pills >.active >a:hover,
#tab-block ul#vinaTab.nav-pills >.active >a:focus,
#tab-block ul#vinaTab.nav-tabs >.active >a:hover,
#tab-block ul#vinaTab.nav-tabs >.active >a:focus {
  color: #9c9c9c;
}
#tab-block ul#vinaTab.nav-pills >li >a,
#tab-block ul#vinaTab.nav-tabs >li >a {
  padding: 0;
  margin: 0;
  line-height: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tab-block ul#vinaTab li {
  float: left;
  border-right: 2px solid #000;
  padding: 0 10px;
  margin: 10px 0;
}
#tab-block ul#vinaTab li.tab_des,
#tab-block ul#vinaTab li:first-child {
  padding: 0 10px 0 0;
}
#tab-block ul#vinaTab li.last,
#tab-block ul#vinaTab li:last-child {
  border-right: 0;
}
#tab-block ul#vinaTab li.active a {
  color: #9c9c9c !important;
}
#tab-block ul#vinaTab li.active a:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -15px;
}
#tab-block ul#vinaTab li a {
  text-transform: capitalize;
  display: block;
  cursor: pointer;
  font-size: 1.6em;
  float: left;
  font-family: Montserrat;
  position: relative;
}
#tab-block ul#vinaTab li a:hover,
#tab-block ul#vinaTab li a:focus {
  color: #9c9c9c !important;
}
#tab-block ul#vinaTab li a:focus {
  text-decoration: underline;
}
#tab-block #vinaTabContent {
  width: 100%;
  padding: 15px 0;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.virtuemart,
textarea.customer-comment {
  margin-bottom: 20px;
}
textarea.virtuemart {
  padding: 5px;
}
textarea.virtuemart:hover {
  color: #777;
  background: #fff;
}
textarea.customer-comment:hover {
  color: #777;
  background: #fff;
}
#vina-reviews h4 {
  font-size: 16px;
  line-height: 30px;
}
#vina-reviews h4.review-title {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
#vina-reviews #reviewform {
  padding-bottom: 20px;
}
#vina-reviews #reviewform .rating label {
  display: inline-block;
}
#vina-reviews .list-reviews .highlight {
  border-top: 1px dashed #eee;
  margin-top: 10px;
  padding-top: 10px;
}
#vina-reviews .customer_name {
  font-weight: bold;
  font-size: 14px;
}
#vina-reviews p.customer_name {
  margin-bottom: 5px;
  line-height: normal;
  display: inline-block;
}
#vina-reviews p.vote {
  line-height: normal;
  margin: 5px 0;
}
.write-reviews input,
.write-reviews textarea {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #777;
  text-align: left;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_caroufredsel {
  float: left;
}
#vina_caroufredsel > li {
  float: left;
  margin: 5px 13px;
}
.productdetails .product-related-products #vina_caroufredsel > li .product.product-field {
  width: 100%;
}
.related_prd {
  margin-top: 40px !important;
}
.related_prd h3.header.vina-header {
  font-size: 2em;
  text-align: left;
}
.related_prd h3.header.vina-header span {
  text-transform: capitalize;
  padding-left: 0;
}
.related_prd #vina_caroufredsel,
.related_prd .caroufredsel_wrapper {
  height: auto !important;
  min-height: 490px;
}
.related_prd .list_carousel {
  padding-right: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related_prd .buttons {
  display: inline-block;
  position: absolute;
  top: -54px;
  right: 15px;
}
.related_prd .buttons a {
  color: transparent;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  margin: 0;
  padding: 0 5px;
  border-left: 1px solid #e5e5e5;
  line-height: 1em;
  text-align: center;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.related_prd .buttons a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  font-size: 15px;
  color: #222222;
}
.related_prd .buttons a#prev_FredSel {
  border: none;
  float: left;
}
.related_prd .buttons a#next_FredSel:before {
  content: "\f054";
}
.related_prd .buttons a span {
  display: none;
}
.jutooltip .jutooltip-content {
  font-size: 12px;
}
.jutooltip .jutooltip-box-br {
  margin: 11px !important;
}
.jutooltip .jutooltip-box-br,
.jutooltip .jutooltip-box-bl,
.jutooltip .jutooltip-box-tr,
.jutooltip .jutooltip-box-tl {
  border-radius: 3px;
}
.jutooltip .jutooltip-box-tl {
  color: #fff;
  padding: 5px 10px;
  background-image: none;
  background-color: #000;
  border-radius: 3px;
  background-image: none;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow,
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow,
.jutooltip.jutooltip-left-left .jutooltip-arrow,
.jutooltip.jutooltip-left-right .jutooltip-arrow,
.jutooltip.jutooltip-left-center .jutooltip-arrow,
.jutooltip.jutooltip-right-left .jutooltip-arrow,
.jutooltip.jutooltip-right-right .jutooltip-arrow,
.jutooltip.jutooltip-right-center .jutooltip-arrow {
  background: none !important;
  height: 0;
  width: 0;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow,
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow {
  margin-left: -11px;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-top: 5px solid #000;
}
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.jutooltip.jutooltip-left-left .jutooltip-arrow,
.jutooltip.jutooltip-left-right .jutooltip-arrow,
.jutooltip.jutooltip-left-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
.jutooltip.jutooltip-right-left .jutooltip-arrow,
.jutooltip.jutooltip-right-right .jutooltip-arrow,
.jutooltip.jutooltip-right-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-right: 5px solid #000;
}
#sbox-window {
  padding: 0;
}
#fancybox-content #sbox-window.shadow,
#fancybox-content #sbox-overlay {
  display: none !important;
}
.vina-popup {
  background: url("../images/bg_popup_newsletter.jpg") no-repeat scroll 0 0 rgba(0,0,0,0);
  color: #000;
  height: 360px;
  margin: 0;
  padding: 35px;
  text-align: left;
  width: 820px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-popup .subbutton:hover {
  background: #6f6f6f !important;
}
.ask-a-question-view .product-summary {
  display: inline-block;
}
.product-summary .width30 {
  width: 30%;
}
.product-summary .width70 {
  width: 70%;
}
.tip {
  float: left;
  color: #fff;
  background: #393939;
  padding: 3px 5px;
  max-width: 200px;
}
.ask-a-question-view table.askform {
  width: 100%;
  margin-bottom: 10px;
}
.ask-a-question-view table.askform input.highlight-button,
.ask-a-question-view table.askform input[type='submit'].highlight-button {
  margin-top: 10px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  width: 100%;
  float: left;
}
.ask-a-question-view table.askform input,
.ask-a-question-view table.askform tr input,
.ask-a-question-view table.askform td input {
  margin-left: 0 !important;
}
.ask-a-question-view .form-field textarea.field {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ask-a-question-view .form-field .submit {
  width: 100%;
}
.additional-images img {
  width: 100%;
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
  background-color: #eee;
}
.price-table {
  background: #fff;
  border: 1px solid #ccc;
}
.price-table .price-plan {
  background: #222;
}
.price-table .price-plan:before {
  border-color: #222 #222 transparent transparent;
}
.price-table .price-plan:after {
  border-color: #222 transparent transparent #222;
}
#vina_pricing_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vina_pricing_table ul li {
  padding: 15px 0;
  font-size: 17px;
  margin: 10px 0;
  font-weight: 300;
  font-weight: normal;
}
#vina_pricing_table .vina-submit {
  background: #222;
  color: #fff !important;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat;
  margin: 5px 0;
  display: inline-block;
}
#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;
  width: auto;
}
#vina_pricing_table .price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
}
#vina_pricing_table .price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
#vina_pricing_table .price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 34px;
  margin: 0 -20px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: none;
}
#vina_pricing_table .price-table .price-plan:before,
#vina_pricing_table .price-table .price-plan:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
}
#vina_pricing_table .price-table .price-plan:before {
  left: 0;
}
#vina_pricing_table .price-table .price-plan:after {
  right: 0;
}
#vina_pricing_table .price-table .price-plan span {
  font-size: 30px;
}
#vina_pricing_table .vina-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul#vina_gallery {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
ul#vina_gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 3px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
ul#vina_gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#vina_gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
.sp-vmsearch {
  overflow: hidden;
}
.sp-vmsearch .sp-vmsearch-categorybox {
  width: 110px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  background: #f9f9f9;
  color: #222;
  -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;
}
.sp-vmsearch .sp-vmsearch-categorybox .icon-angle-down {
  line-height: 35px;
}
.sp-vmsearch .search-input-wrapper {
  width: 188px;
  margin-right: 72px;
  margin-left: 110px;
  overflow: visible;
}
.sp-vmsearch .search-input-wrapper input {
  height: 35px;
  min-height: 35px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 35px;
  color: #555;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-vmsearch .search-input-wrapper input:focus {
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.sp-vmsearch .search-button-wrapper {
  width: 72px;
}
.sp-vmsearch .search-button-wrapper button {
  height: 35px;
  min-height: 35px;
  line-height: 35px;
  background: #313133;
  color: #fff;
  border: 1px solid #e5e5e5;
  -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;
}
button,
input[type='submit'] {
  display: inline-block;
  padding: 10px 15px;
  font: bold 1em/1.35em 'Montserrat', sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #313133;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
.virtuemart_search .inputbox {
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-page.item-image,
.single-page.item-image img {
  width: 100%;
}
.form-horizontal .control-label {
  padding-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 0 !important;
}
.categories-list .first a.btn.btn-mini {
  background-image: none;
  background-color: #e5e5e5;
  border: 0;
}
.entry-meta .category-name {
  float: none !important;
  width: auto !important;
}
.entry-meta ul.actions li a {
  color: #909090;
}
.media .item-image.pull-left {
  margin-right: 0px;
}
.media .item-image.pull-left img {
  margin-right: 0px;
}
.catItemIntroText {
  margin-top: 25px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .item .catItemIntroText {
  margin-top: 25px;
  display: inline-block;
  clear: both;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-row {
  margin-bottom: 45px;
}
.blog .pagination {
  display: inline-block;
  width: 100%;
}
.blog .pagination .counter {
  margin: 0;
  line-height: 30px;
}
.blog .pagination ul {
  float: left;
}
.tags i {
  font-size: 16px;
}
.tags span a,
.tags span .label-info[href],
.tags span .badge-info[href] {
  margin-bottom: 5px;
  color: #222;
  background-color: transparent;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jc h4 {
  font-weight: normal;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
}
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error,
#comments-form #comments-form-captcha-holder {
  margin-left: 0px !important;
}
#comments-form input {
  width: 60%;
  margin-bottom: 2px;
  height: 30px;
  padding: 2px 10px !important;
}
#comments-form textarea#comments-form-comment {
  max-width: none !important;
  width: 60% !important;
  padding: 10px !important;
}
#comments-form .btn,
#comments-report-form .btn,
#comments-form .btn div,
#comments-report-form .btn div {
  background-image: none;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#comments-form .btn div,
#comments-report-form .btn div {
  margin: 0;
  padding: 10px 20px;
  background-color: #222;
}
#comments-form .btn div a,
#comments-report-form .btn div a {
  color: #fff;
}
#comments-form .btn div:hover a,
#comments-report-form .btn div:hover a {
  color: #fff;
}
#comments-form .btn a:hover,
#comments-form .btn a:focus,
#comments-report-form .btn a:hover,
#comments-report-form .btn a:focus {
  color: #555;
}
.module.mod_category_joomla h3.header:before,
.module.mod_login h3.header:before,
.module.mod_tags h3.header:before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.module.mod_category_joomla h3.header:before {
  content: "\f0ca";
}
.module.mod_login h3.header:before {
  content: "\f090";
}
.module.mod_tags h3.header:before {
  content: "\f02c";
}
#vina_contact_us .contact_block {
  display: inline-block;
  margin-bottom: 20px;
}
#vina_contact_us span.contact {
  line-height: 2em;
}
#vina_contact_us .logo_contact {
  padding: 20px 0 46px;
}
#vina_contact_us .vina-title,
#vina_contact_us .contact_us h3 {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 18px;
  font-size: 24px !important;
}
#vina_contact_us .contact_us,
#vina_contact_us .map {
  border: 1px solid #ccc;
}
#vina_contact_us .jform_message textarea {
  border: 1px solid #ccc;
}
#vina_contact_us .jform_message textarea:focus:invalid:focus {
  border-color: #e9322d;
}
#vina_contact_us .vina-map {
  margin-bottom: 60px;
}
#vina_contact_us .vina-social {
  display: inline-block;
}
#vina_contact_us .vina-social ul,
#vina_contact_us .vina-social li {
  float: left;
}
#vina_contact_us .vina-social ul {
  display: inline-block;
  margin-left: 0px;
  margin-top: 40px;
}
#vina_contact_us .vina-social ul li {
  margin-right: 10px;
}
#vina_contact_us .vina-social ul li a {
  padding: 9px 14px;
  border: 1px solid #666;
}
#vina_contact_us .vina-social ul li a.facebook {
  padding: 9px 17px;
}
#vina_contact_us .vina-social ul li a b {
  display: none;
}
#style-layout-2 .slider-content.slider-1 h1 {
  -webkit-animation: shake 1500ms ease-in-out;
  -moz-animation: shake 1500ms ease-in-out;
  -ms-animation: shake 1500ms ease-in-out;
  animation: shake 1500ms ease-in-out;
}
#style-layout-2 .slider-content.slider-2 h1 {
  font-family: Playfair Display;
  font-size: 11.66em;
  -webkit-animation: bounceIn 1500ms ease-in-out;
  -moz-animation: bounceIn 1500ms ease-in-out;
  -ms-animation: bounceIn 1500ms ease-in-out;
  animation: bounceIn 1500ms ease-in-out;
}
#style-layout-2 .slider-content.slider-1 h2:after {
  margin-left: auto;
  margin-right: auto;
}
#style-layout-2 .slider-content.slider-1 .slider-readmore {
  float: none;
}
.vina-camera-slider-wrapper .vina-camera-slider .camera_caption > div {
  padding: 15px 20px;
  background-color: transparent;
}
.vina-camera-slider .camera_wrap .slider-content .slider-readmore a {
  background: #222222;
  font-size: 12px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.vina-camera-slider .camera_wrap .slider-content .slider-readmore a:after {
  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: "\f0da";
  margin-left: 10px;
}
.slider-content.slider-1 h1 {
  -webkit-animation: bounceInLeft 1500ms ease-in-out;
  -moz-animation: bounceInLeft 1500ms ease-in-out;
  -ms-animation: bounceInLeft 1500ms ease-in-out;
  animation: bounceInLeft 1500ms ease-in-out;
}
.slider-content.slider-1 h2 {
  -webkit-animation: bounceInLeft 1800ms ease-in-out;
  -moz-animation: bounceInLeft 1800ms ease-in-out;
  -ms-animation: bounceInLeft 1800ms ease-in-out;
  animation: bounceInLeft 1800ms ease-in-out;
}
.slider-content.slider-1 h3 {
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
.slider-content.slider-1 .slider-readmore {
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
.slider-content.slider-2 h1 {
  -webkit-animation: bounceInRight 1500ms ease-in-out;
  -moz-animation: bounceInRight 1500ms ease-in-out;
  -ms-animation: bounceInRight 1500ms ease-in-out;
  animation: bounceInRight 1500ms ease-in-out;
}
.slider-content.slider-2 h2 {
  -webkit-animation: bounceInRight 1800ms ease-in-out;
  -moz-animation: bounceInRight 1800ms ease-in-out;
  -ms-animation: bounceInRight 1800ms ease-in-out;
  animation: bounceInRight 1800ms ease-in-out;
}
.slider-content.slider-2 h3 {
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
.slider-content.slider-2 .slider-readmore {
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
.slider-content h1 {
  margin-bottom: 10px;
  font-size: 1.15em;
  color: #fff;
  text-transform: uppercase;
  -webkit-animation: bounceInLeft 1500ms ease-in-out;
  -moz-animation: bounceInLeft 1500ms ease-in-out;
  -ms-animation: bounceInLeft 1500ms ease-in-out;
  animation: bounceInLeft 1500ms ease-in-out;
}
.slider-content h2 {
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 4.5em;
  color: #fff;
  text-transform: uppercase;
  -webkit-animation: bounceInLeft 1800ms ease-in-out;
  -moz-animation: bounceInLeft 1800ms ease-in-out;
  -ms-animation: bounceInLeft 1800ms ease-in-out;
  animation: bounceInLeft 1800ms ease-in-out;
}
.slider-content h2:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #fff;
  margin-left: 5px;
}
.slider-content h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.09em;
  line-height: 1.8;
  margin-bottom: 10px;
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
.slider-content .slider-readmore {
  float: left;
  clear: both;
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
.module.mod_layout2.mod_newsletter {
  padding: 65px 20px 60px 60px;
}
.module.mod_slider2 .slider-content h1,
.module.mod_slider2 .slider-content h2,
.module.mod_slider2 .slider-content h3 {
  text-transform: uppercase;
}
.module.mod_slider2 .slider-content h1 {
  font-size: 5.8em;
  line-height: 1em;
  -webkit-animation: shake 1500ms ease-in-out;
  -moz-animation: shake 1500ms ease-in-out;
  -ms-animation: shake 1500ms ease-in-out;
  animation: shake 1500ms ease-in-out;
}
.module.mod_slider2 .slider-content h1 span {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 12px solid #fff;
  display: inline-block;
}
.module.mod_slider2 .slider-content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 3.33em;
  color: #fff;
  letter-spacing: 10px;
  -webkit-animation: bounceInLeft 1800ms ease-in-out;
  -moz-animation: bounceInLeft 1800ms ease-in-out;
  -ms-animation: bounceInLeft 1800ms ease-in-out;
  animation: bounceInLeft 1800ms ease-in-out;
}
.module.mod_slider2 .slider-content h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 20px;
  letter-spacing: 2px;
  -webkit-animation: bounceInLeft 2200ms ease-in-out;
  -moz-animation: bounceInLeft 2200ms ease-in-out;
  -ms-animation: bounceInLeft 2200ms ease-in-out;
  animation: bounceInLeft 2200ms ease-in-out;
}
#style-layout-2 .module.mod_recent_blog h3.header,
#style-layout-3 .module.mod_recent_blog h3.header {
  margin-bottom: 30px;
  text-align: left;
  font-size: 2em;
  line-height: 27px;
  text-transform: capitalize;
}
#style-layout-2 .module.mod_recent_blog h3.header span,
#style-layout-3 .module.mod_recent_blog h3.header span {
  padding-left: 0;
  text-transform: capitalize;
}
#style-layout-2 .module .vina-ticker-content .header-block,
#style-layout-3 .module .vina-ticker-content .header-block {
  top: -52px;
}
#style-layout-3 .slider-content h2 {
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 4.5em;
}
#style-layout-3 .block-mini-cart .mini-cart a.mini-cart-title {
  border: 1px solid #fff;
  background-color: #fff;
}
#style-layout-3 #sp-header-wrapper {
  background-color: #eeeeee;
}
#style-layout-3 #sp-main-menu-wrapper {
  border-top: 0;
  border-bottom: 0;
  background-color: #eeeeee;
}
#style-layout-3 #sp-main-menu-wrapper #main-menu {
  border-top: 1px solid #fff;
}
#style-layout-3 #sp-main-menu-wrapper.nav-container-fix #main-menu {
  border-top: 0;
}
#style-layout-3 .sp-vmsearch .search-input-wrapper input {
  border: 1px solid #fff;
}
#style-layout-3 .sp-vmsearch .search-input-wrapper input:focus {
  border: 1px solid #fff !important;
}
#style-layout-3 .sp-vmsearch .sp-vmsearch-categorybox {
  border: 1px solid #fff;
}
#CarouselBanner3 .carousel-indicators {
  position: absolute;
  top: auto;
  right: auto;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
#CarouselBanner3 .carousel-indicators > li {
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
#CarouselBanner3 .carousel-indicators > li span {
  width: 11px;
  height: 8px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 9;
}
#style-layout-4 .module.custom_msg p.welcome-msg,
#style-layout-5 .module.custom_msg p.welcome-msg,
#style-layout-6 .module.custom_msg p.welcome-msg {
  color: #fff;
}
#style-layout-4 .slider-content h1,
#style-layout-5 .slider-content h1 {
  font-size: 5em;
  line-height: 1em;
  text-transform: capitalize;
}
#style-layout-4 .slider-content h1:after,
#style-layout-5 .slider-content h1:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
#style-layout-4 .slider-content h2,
#style-layout-5 .slider-content h2 {
  font-family: 'Montserrat';
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 3.33em;
  color: #fff;
  letter-spacing: 10px;
}
#style-layout-4 .slider-content h2:after,
#style-layout-5 .slider-content h2:after {
  display: none;
}
#style-layout-4 .slider-content .slider-readmore,
#style-layout-5 .slider-content .slider-readmore {
  float: none;
}
#style-layout-4 .slider-content.slider-2 h1 span,
#style-layout-5 .slider-content.slider-2 h1 span {
  border-width: 10px;
  padding: 10px 30px;
  border: 10px solid #fff;
  text-transform: uppercase;
}
#style-layout-4 .slider-content.slider-2 h2,
#style-layout-5 .slider-content.slider-2 h2 {
  margin-top: 20px;
}
#style-layout-4 .block-mini-cart .mini-cart a.mini-cart-title,
#style-layout-5 .block-mini-cart .mini-cart a.mini-cart-title {
  color: #fff;
  border: 1px solid #fff;
}
#style-layout-4 .body-innerwrapper {
  background: #333;
}
#style-layout-4 #sp-banner-top-wrapper,
#style-layout-4 #sp-tabs-product-wrapper,
#style-layout-4 #sp-main-body-wrapper,
#style-layout-4 #sp-latest-products-wrapper,
#style-layout-4 #sp-newsletter-wrapper,
#style-layout-4 #sp-blog-group-wrapper,
#style-layout-4 #sp-brand-wrapper,
#style-layout-4 #sp-link-follow-wrapper,
#style-layout-4 #sp-bottom-links-wrapper {
  background: #fff;
}
#style-layout-4 #sp-top-wrapper,
#style-layout-4 #sp-header-wrapper,
#style-layout-4 #sp-main-menu-wrapper {
  position: relative;
  background-color: transparent;
}
#style-layout-4 #sp-top-wrapper {
  z-index: 112;
}
#style-layout-4 #sp-header-wrapper {
  z-index: 111;
}
#style-layout-4 #sp-main-menu-wrapper {
  z-index: 110;
}
#style-layout-4 #sp-top-wrapper {
  color: #fff;
  background: url(../images/bkg_toplink.png) repeat;
}
#style-layout-4 .sp-vmsearch .search-button-wrapper button {
  background: #f5f5f5;
  color: #222;
}
#style-layout-4 .sp-vmsearch .search-button-wrapper button:hover {
  color: #fff;
}
#style-layout-4 #sp-main-menu-wrapper {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 0;
}
#style-layout-4 #sp-main-menu-wrapper.nav-container-fix {
  background: url(../images/bkg_nav.png) repeat !important;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
#style-layout-4 #sp-main-menu ul.level-0 > li >a {
  color: #fff;
}
#style-layout-4 #sp-slider-full-wrapper {
  position: relative;
  margin-top: -202px;
  float: left;
  width: 100%;
}
#style-layout-4 .tabs-product {
  margin-top: 40px;
}
#style-layout-5 #sp-mini-cart {
  line-height: 10px;
  text-align: right;
}
#style-layout-5 #sp-mini-cart .module {
  display: inline-block;
}
#style-layout-5 #sp-mini-cart .gap {
  display: none;
}
#style-layout-5 .sp-vmsearch .sp-vmsearch-categorybox,
#style-layout-5 .sp-vmsearch .search-button-wrapper button,
#style-layout-5 .sp-vmsearch .search-input-wrapper input {
  height: 37px;
  line-height: 37px;
  min-height: 37px;
}
#style-layout-5 .sp-vmsearch .search-button-wrapper button {
  color: #222;
  background: #f5f5f5;
}
#style-layout-5 .sp-vmsearch .search-button-wrapper button:hover {
  color: #fff;
}
#style-layout-5 #sp-header-wrapper {
  background-color: #373737;
}
#style-layout-5 #sp-header-wrapper #header {
  padding: 0;
}
#style-layout-5 #sp-header-wrapper #sp-search,
#style-layout-5 #sp-header-wrapper #sp-mini-cart {
  padding: 15px 0;
}
#style-layout-5 #sp-logo {
  padding: 37px 0;
}
#style-layout-5 #sp-logo .logo-wrapper {
  text-align: left;
}
#style-layout-5 #sp-main-menu-wrapper {
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
}
#style-layout-5 #sp-main-menu-wrapper.nav-container-fix {
  background: url(../images/bkg_nav.png) repeat !important;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  border: none;
}
#style-layout-5 #sp-main-menu-wrapper.nav-container-fix #sp-menu {
  position: static;
  margin-top: 0;
  border-top: 0;
}
#style-layout-5 #sp-menu {
  position: relative;
  margin-top: -53px;
  display: inline-block;
  width: auto;
  float: right;
  border-top: 1px solid #4b4b4b;
}
#style-layout-5 #sp-main-menu ul.level-0 > li.active >a,
#style-layout-5 #sp-main-menu ul.level-0 > li:hover >a {
  color: #fff;
  background-color: #222;
}
#style-layout-5 #sp-main-menu ul.level-0 > li >a {
  color: #fff;
}
#style-layout-5 .module.mod_latest_products_full .vina-carousel-virtuemart.owl-theme .owl-controls {
  right: 25px;
}
#style-layout-6 .sp-vmsearch .search-input-wrapper {
  width: 178px;
}
#style-layout-6 .body-innerwrapper {
  background-color: #efefef;
}
#style-layout-6 #sp-top-wrapper {
  background-color: transparent;
}
#style-layout-6 #sp-top-wrapper #top {
  background-color: #222222;
}
#style-layout-6 #header {
  background-color: #fff;
}
#style-layout-6 #sp-main-menu-wrapper {
  border-top: 0;
  border-bottom: 0;
  background-color: #efefef;
}
#style-layout-6 #sp-main-menu-wrapper.nav-container-fix {
  background-color: #fff;
}
#style-layout-6 #sp-main-menu-wrapper.nav-container-fix #main-menu {
  border-top: 0;
  border-bottom: 0;
}
#style-layout-6 #sp-main-menu-wrapper #main-menu {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
#style-layout-6 #sp-bottom-links-wrapper {
  border-top: 0;
}
#style-layout-6 #sp-bottom-links-wrapper #bottom-links {
  border-top: 1px solid #e5e5e5;
}
#style-layout-6 #sp-bottom-wrapper {
  background-color: #efefef;
}
#style-layout-6 #sp-bottom-wrapper #bottom {
  background-color: #222222;
}
#style-layout-6 #sp-footer-wrapper {
  background-color: #efefef;
}
#style-layout-6 #sp-footer-wrapper #footer {
  background-color: #111;
}
#style-layout-6 #feature-home-6,
#style-layout-6 #banner-top,
#style-layout-6 #tabs-product,
#style-layout-6 #main-body,
#style-layout-6 #banner-middle,
#style-layout-6 #newsletter,
#style-layout-6 #blog-group,
#style-layout-6 #brand,
#style-layout-6 #link-follow,
#style-layout-6 #bottom-links {
  background-color: #fff;
}
#style-layout-6 #sp-top-wrapper #top,
#style-layout-6 #header,
#style-layout-6 #sp-main-menu-wrapper #main-menu,
#style-layout-6 #sp-bottom-wrapper #bottom,
#style-layout-6 #sp-footer-wrapper #footer,
#style-layout-6 #feature-home-6,
#style-layout-6 #banner-top,
#style-layout-6 #tabs-product,
#style-layout-6 #main-body,
#style-layout-6 #banner-middle,
#style-layout-6 #newsletter,
#style-layout-6 #blog-group,
#style-layout-6 #brand,
#style-layout-6 #link-follow,
#style-layout-6 #bottom-links {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-wishlist .addtofav_aws_icon,
.btn-wishlist .addtofav_aws_icon_active {
  font-size: 11px !important;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 0 transparent;
  background: none;
  text-transform: capitalize;
  padding: 0 15px 0 0;
  height: 30px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-wishlist .addtofav_aws_icon {
  color: #aaaaaa;
}
.btn-wishlist form {
  float: left;
}
.fav_addtocart-area {
  margin-left: 0 !important;
}
.fav_addtocart-area .fav_addtocart-bar {
  text-align: center;
}
.fav_addtocart-area .fav_addtocart-bar span.quantity-box {
  width: auto;
  float: none;
}
.fav_addtocart-area .fav_addtocart-bar span.addtocart-button {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.fav_addtocart-area .fav_addtocart-bar span.addtocart-button input {
  display: inline-block;
}
#sendmail input,
#sendmail select,
#sendmail textarea,
#share input,
#share select,
#share textarea {
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sendmail input.button,
#share input.button {
  height: auto;
}
#share #share_desc,
#share textarea,
#sendmail textarea {
  width: 50%;
  height: 100px;
}
#share_title {
  height: 30px;
  width: 220px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#vmcompare {
  padding: 0;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-weight: normal;
}
div#vmcompare a {
  border: 0;
  cursor: pointer;
  font-family: Arial;
  color: #222;
  font-weight: normal;
  display: inline-block;
  height: auto;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  width: auto;
  background: transparent !important;
  line-height: 34px;
  padding: 0;
  font-size: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#vmcompare a:before {
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #eee;
  color: #222;
  margin-right: 10px;
  padding: 0;
  content: "\f012";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
div#ProOPC .cart-summary button,
div#ProOPC .proopc-p-info-table button {
  background-color: #e6e6e6;
}
div#ProOPC .proopc-btn:focus {
  outline: 0;
}
.edit-address,
.proopc-confirm-order,
.proopc-cartlist,
.proopc-reg-form .proopc-inner,
#proopc-shipments,
#proopc-payments {
  display: inline-block;
}
.proopc-reg-form .proopc-inner {
  width: 100%;
}
div#cf_res_ajax_loader,
div#wk_compare {
  position: fixed !important;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
body.rtl {
  text-align: right;
}
body.productdetails.rtl,
body.productdetails.rtl .body-innerwrapper {
  direction: ltr;
}
body.productdetails.rtl .add-to-box,
body.productdetails.rtl #tab-block,
body.productdetails.rtl .related_prd {
  direction: rtl;
}
.rtl .zoomContainer .zoomWindowContainer > div {
  left: auto !important;
  right: 348px !important;
}
.rtl .vm-category-title h1:after {
  left: auto;
  right: 0;
}
.rtl .addtocart-area .product-fields .product-field {
  text-align: right;
}
.rtl .productdetails-view .addtocart-bar {
  text-align: right;
}
.rtl .quantity-box {
  float: right;
}
.rtl .productdetails-view .vm-product-container .addtocart-bar .quantity-box {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .productdetails-view .vm-product-container .addtocart-bar span.addtocart-button {
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 15px;
}
.rtl .productdetails-view .vm-product-container .addtocart-bar .addtocart-button input {
  padding: 15px 10px 15px 15px;
}
.rtl .productdetails-view .vm-product-container .addtocart-bar .addtocart-button i {
  float: right;
}
.rtl .vm-product-details-container .vm-product-rating-container .ratingbox,
.rtl .vm-product-details-container .vm-product-rating-container .amount {
  float: right;
}
.rtl .productdetails-view .product-field-display .chzn-container {
  display: inline-block;
  width: 100% !important;
}
.rtl #tab-block ul#vinaTab li {
  float: right;
  border-left: 2px solid #000;
  border-right: 0;
}
.rtl #tab-block ul#vinaTab li.tab_des,
.rtl #tab-block ul#vinaTab li:first-child {
  padding: 0 0 0 10px;
}
.rtl .vm-product-details-container {
  float: left;
}
.rtl .vm-product-container .vm-product-media-container {
  float: right;
}
.rtl .productdetails-view .vm-product-details-container {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.rtl .module.custom_msg {
  float: right;
}
.rtl .module.mod_currency,
.rtl .module.custom_language,
.rtl .module.mod_top_menu {
  float: left;
  border-right: 1px solid #4C4C4C;
}
.rtl .block-mini-cart {
  float: left;
}
.rtl .block-mini-cart .mini-cart .mini-cart-content {
  left: 0;
  right: auto;
}
.rtl .block-mini-cart .mini-cart .mini-cart-content .total {
  text-align: right;
}
.rtl .block-mini-cart .mini-cart .mini-cart-content .total strong {
  float: left;
}
.rtl .block-mini-cart a.mini-cart-title i {
  float: left;
}
.rtl #cur_form .bootstrap-select .caret,
.rtl .mod-languages .bootstrap-select .caret {
  margin-left: 0;
  margin-right: 8px;
}
.rtl .module.mod_top_menu h3.header span:after {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl #sp-main-menu li.center-block > div.sp-submenu {
  left: auto !important;
  right: -150px !important;
}
.rtl .banner-box .text-banner {
  left: 0;
}
.rtl .tabs-product #tabs-custom li:first-child a {
  background: none;
  padding: 0 15px;
}
.rtl .tabs-product #tabs-custom li:last-child a {
  padding: 0 30px 0 15px;
  background: url(../images/border_tabs.png) no-repeat 100% 50%;
}
.rtl #sp-link-follow-wrapper {
  text-align: right;
}
.rtl #sp-link-follow-wrapper .module h3.header {
  text-align: right;
}
.rtl #sp-link-follow-wrapper .module h3.header span {
  padding-left: 10px;
  padding-right: 0px;
}
.rtl #sp-link-follow-wrapper ul.nav li a:before {
  content: "\f104";
  margin-left: 8px;
  margin-right: 0;
}
.rtl .module.mod_newsletter h3.header {
  text-align: right;
}
.rtl .module.mod_newsletter .acymailing_module table.acymailing_form tbody tr {
  float: right;
}
.rtl .module.mod_newsletter .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input {
  float: right;
}
.rtl .module.mod_newsletter .images {
  right: auto;
  left: 60px;
}
.rtl .module.mod_bottom_link2 ul {
  float: left;
}
.rtl .module.mod_bottom_link2 ul li {
  float: right;
}
.rtl .module.custom_social ul.link-follow li {
  float: right;
  margin-left: 10px;
  margin-right: auto;
}
.rtl .bottom-static-content ul li span.icon:before {
  padding-right: 5px;
}
.rtl .bottom-static-content ul li span.icon {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.rtl #sp-bottom-wrapper {
  text-align: right;
}
.rtl #sp-bottom-wrapper ul >li >a:before {
  content: "\f104";
  margin-left: 8px;
  margin-right: 0;
  float: right;
}
.rtl #sp-footer-wrapper .helix-framework .helix-logo {
  text-indent: 9999px;
}
.rtl #sp-footer-wrapper {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer1 {
  text-align: right;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl .vina-camera-slider .camera_caption {
  left: 0 !important;
}
.rtl .vina-camera-slider .camera_target {
  text-align: right !important;
}
.rtl .vina-camera-slider .slider-content .slider-readmore {
  float: right;
}
.rtl .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  text-indent: 9999px;
}
.rtl .vina-camera-slider-wrapper .camera_caption .content-slideshow .intro {
  text-align: right;
}
.rtl .owl-carousel .owl-wrapper {
  float: left !important;
}
.rtl .ratingbox div,
.rtl .ratingbox span {
  background-position: 100% 0;
}
.rtl .vm-product-rating-container > span {
  margin-left: 0;
  margin-right: 2px;
}
.rtl .vm-product-rating-container > span.separator {
  float: right;
}
.rtl .vina-manufacturers-virtuemart .vina-prev {
  left: 0;
  right: auto;
}
.rtl .vina-manufacturers-virtuemart .vina-next {
  left: 19px;
  right: auto;
}
.rtl .vina-ticker-content .header-block {
  left: 0;
  right: auto;
}
.rtl .vina-carousel-content.owl-theme .owl-controls,
.rtl .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: 0;
  right: auto !important;
}
.rtl .vina-carousel-content.owl-theme .owl-controls .owl-buttons div,
.rtl .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  float: left;
}
.rtl .vina-carousel-virtuemart.owl-carousel .product-title,
.rtl .vina-ticker-virtuemart .vina-items-wrapper .product-title,
.rtl .vina-carousel-virtuemart.owl-carousel .product-price,
.rtl .vina-ticker-virtuemart .vina-items-wrapper .product-price,
.rtl .vina-ticker-content .vina-item,
.rtl .vina-carousel-content .item {
  text-align: right;
}
.rtl .module.mod_latest_products .product .btn-wishlist button.addtofav_aws_icon,
.rtl .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon_active {
  padding: 0 14px 0 0;
}
.rtl .module.mod_latest_products .product .actions span.addtocart-button input.addtocart-button {
  padding: 0 0 0 14px;
}
.rtl .module.mod_latest_products_full .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: 15px;
  right: auto;
}
.rtl .module.mod_recent_blog_full .vina-carousel-content.owl-theme .owl-controls {
  right: auto;
}
.rtl .module.mod_brand h3.header,
.rtl .module.mod_latest_products_full h3.header,
.rtl .module.mod_recent_blog_full h3.header {
  text-align: right;
}
.rtl .module.mod_brand h3.header span,
.rtl .module.mod_latest_products_full h3.header span,
.rtl .module.mod_recent_blog_full h3.header span {
  padding: 0 0 0 15px;
}
.rtl .module .module.mod_sale_off h3.header {
  text-align: right;
}
.rtl#style-layout-2 .module.mod_recent_blog h3.header,
.rtl#style-layout-3 .module.mod_recent_blog h3.header {
  text-align: right;
}
.rtl#style-layout-2 .module.mod_recent_blog h3.header span,
.rtl#style-layout-3 .module.mod_recent_blog h3.header span {
  padding-left: 15px;
  padding-right: 0;
}
.rtl#style-layout-5 #sp-menu {
  float: left;
}
.rtl#style-layout-5 #sp-mini-cart {
  text-align: left;
}
.rtl#style-layout-5 #sp-logo .logo-wrapper {
  text-align: right;
}
.rtl#style-layout-5 .module.mod_latest_products_full .vina-carousel-virtuemart.owl-theme .owl-controls {
  left: 0;
}
.rtl .product {
  text-align: right;
}
.rtl .product .qv-button-container {
  left: 0;
  right: auto;
}
.rtl .product .product-status {
  left: auto;
  right: 10px;
}
.rtl .product .vina-percentage {
  left: 10px;
  right: auto;
}
.rtl .product .actions i {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .product .actions .vm-addtocart-button,
.rtl .product .actions span.addtocart-button,
.rtl .product .actions .vm-details-button {
  float: right;
}
.rtl .product .actions .vm-details-button {
  padding: 0 10px 0 0;
}
.rtl .product .actions span.addtocart-button input.addtocart-button {
  padding: 0 0 0 15px;
  border-left: 1px solid #ddd;
  border-right: 0;
}
.rtl .product .btn-wishlist button.addtofav_aws_icon i,
.rtl .product .btn-wishlist .addtofav_aws_icon_active i {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .product .btn-wishlist {
  float: right;
}
.rtl .product .btn-wishlist button.addtofav_aws_icon,
.rtl .product .btn-wishlist .addtofav_aws_icon_active {
  padding: 0 15px 0 0;
}
.rtl .product-price {
  text-align: right;
}
.rtl .product-price .price-crossed .PricebasePriceWithTax {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .link-share .addthis_toolbox > a {
  float: right !important;
}
.rtl .link-share #plusone {
  float: right !important;
}
.rtl .productdetails-view .vm-product-container .vm-product-details-container .icons > a,
.rtl .productdetails-view .vm-product-container .vm-product-details-container .icons .btn-wishlist {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .productdetails-view .vm-product-container .vm-product-details-container .icons > a:before,
.rtl .productdetails-view .vm-product-container .vm-product-details-container .icons .btn-wishlist:before {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .productdetails-view .vm-product-container .vm-product-details-container .add-to-box .btn-wishlist button.addtofav_aws_icon i {
  margin-left: 10px;
  margin-right: 0;
}
.rtl div#vmcompare {
  margin-left: 10px;
  margin-right: 0;
}
.rtl div#vmcompare a:before {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl #checkoutForm .cart-summary tfoot {
  text-align: right;
}
.rtl .cart-summary fieldset input[type="radio"] {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.rtl #checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
.rtl #checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: left;
}
.rtl #checkoutForm .billto-shipto .width50 .output-shipto input {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.rtl #checkoutForm .checkout-button-top {
  text-align: left;
}
.rtl .vmshop-cart-account #com-form-login-remember label,
.rtl .vmshop-cart-account #com-form-login-remember input {
  float: right;
}
.rtl ul.breadcrumb {
  text-align: right;
}
.rtl .entry-meta ul.actions {
  float: left;
}
.rtl .entry-meta.muted >span,
.rtl .entry-meta.muted >time {
  margin: 0 0 0 5px;
}
.rtl #comments-form p,
.rtl #comments-form #comments-form-buttons,
.rtl #comments-form #comments-form-error,
.rtl #comments-form #comments-form-captcha-holder {
  margin-right: 0 !important;
}
.rtl .blog .pagination ul {
  float: right;
}
.rtl #vina_about_us .carousel .carousel-control.right {
  left: 0;
  right: auto;
}
.rtl #vina_contact_us .vina-title {
  border-left: 0;
  border-right: 2px solid #de1f44;
  padding-left: 0;
  padding-right: 20px;
}
.rtl #sp-left .module ul li a:before,
.rtl #sp-right .module ul li a:before {
  content: "\f104";
  margin-left: 8px;
  margin-right: 0;
}
.rtl #sp-left .module .vina-ticker-virtuemart .header-block span.up,
.rtl #sp-right .module .vina-ticker-virtuemart .header-block span.up {
  left: 0px;
  right: auto;
}
.rtl #sp-left .module .vina-ticker-virtuemart .header-block span.down,
.rtl #sp-right .module .vina-ticker-virtuemart .header-block span.down {
  left: 20px;
  right: auto;
}
.rtl .sp-submenu {
  right: 0;
  text-align: right;
}
.rtl #sp-main-menu {
  float: none;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 8px;
}
.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 #sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  padding-left: 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 li.menu-item.center-block > .sp-submenu {
  left: auto !important;
}
.rtl #sp-main-menu ul.level-0 li.menu-item.position-left > .sp-submenu {
  left: auto !important;
  right: -20px !important;
}
.rtl .knob_wrapper {
  margin-left: 0;
}
.sp-mobile-menu > ul {
  margin-top: 40px;
}
.sp-mobile-menu.sidebar-offcanvas .btn.vina-menu-small {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 5px !important;
  left: 0;
  right: 0;
}
#style-layout-5 #sp-main-menu ul.level-0 li.menu-item.position-left > .sp-submenu {
  left: -230px !important;
}
#sp-main-menu {
  text-align: center;
}
#sp-main-menu ul.level-0 {
  display: inline-block;
  margin: 0 auto;
}
#sp-main-menu ul.level-0 li.menu-item.center-block > .sp-submenu {
  left: -190px !important;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 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 {
  display: block;
  margin: 0;
  padding: 17px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat;
  color: #000;
  font-size: 13px;
}
#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: #fff;
  background-color: #393939;
}
#sp-main-menu ul.level-0 > li:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 15px;
  font-weight: normal;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  word-wrap: break-word;
}
#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: 0px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #333;
  font-family: Montserrat, arial;
  font-weight: 700;
  word-wrap: break-word;
  position: relative;
  background-color: transparent;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  left: 0;
  top: 50%;
  z-index: -9;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  text-align: left;
  padding: 0;
  margin: 0;
  background-color: #fff;
  -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 {
  padding: 30px 30px 40px;
  border: 3px solid #393939;
  background-color: #fff;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 30px;
  padding: 8px 16px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
}
.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: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -ms-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  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;
}
@media (max-width: 320px) {
  .responsive#style-layout-5 #sp-mini-cart .sp-vmsearch {
    display: none;
  }
  .responsive #sp-top .module.mod_currency,
  .responsive #sp-top .module.custom_language {
    text-align: center;
    border-left: 0;
    width: 100% !important;
  }
  .responsive .block-mini-cart .mini-cart .mini-cart-content {
    width: 230px !important;
    right: -47px !important;
  }
  .responsive #header #sp-search {
    display: none !important;
  }
  .responsive #sp-header-wrapper #sp-logo,
  .responsive #sp-header-wrapper #sp-mini-cart {
    width: 100%;
  }
  .responsive #sp-header-wrapper #sp-mini-cart {
    padding: 20px 0;
  }
  .responsive #sp-header-wrapper #header {
    padding-bottom: 0;
  }
  .responsive #sp-feature-wrapper {
    padding-top: 0 !important;
  }
  .responsive .module.mod_mini_cart {
    display: inline-block;
  }
  .responsive .module.mod_newsletter {
    padding: 40px 5px 60px 5px !important;
  }
  .responsive .module.mod_newsletter h3.header {
    font-size: 2em;
  }
  .responsive .module.mod_newsletter .acymailing_module table.acymailing_form input {
    min-width: 178px;
  }
  .responsive .module.custom_social ul.link-follow li a {
    width: 30px;
  }
  .responsive .module.mod_bottom_link2 ul li {
    width: 100%;
    text-align: center;
  }
  .responsive .module.mod_bottom_link2 ul li a {
    line-height: 33px;
    padding-right: 0;
  }
  .responsive .productdetails-view .addtocart-bar {
    text-align: center;
  }
  .responsive .productdetails-view .addtocart-area .addtocart-bar .quantity-box {
    margin: 10px auto;
    display: inline-block;
    float: none;
  }
  .responsive .productdetails-view .vm-product-container .addtocart-bar span.addtocart-button {
    margin-left: 0px;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products .product .actions span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions span.addtocart-button input.addtocart-button,
  .responsive .product .actions span.addtocart-button input.addtocart-button {
    padding: 0;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button,
  .responsive .module.mod_latest_products .product .actions .vm-addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions .vm-addtocart-button,
  .responsive .product .actions .vm-addtocart-button {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .module.mod_latest_products .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .product .actions .vm-addtocart-button span.addtocart-button {
    width: 100%;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button {
    border-right: 0;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist,
  .responsive .module.mod_latest_products .product .btn-wishlist,
  .responsive .module.mod_latest_products_full .product .btn-wishlist,
  .responsive .product .btn-wishlist {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon,
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .product .btn-wishlist .addtofav_aws_icon,
  .responsive .product .btn-wishlist .addtofav_aws_icon_active {
    float: left;
    width: 100%;
    padding: 0;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon_active span,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon_active span,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon_active span,
  .responsive .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .product .btn-wishlist .addtofav_aws_icon_active span {
    float: left;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist form,
  .responsive .module.mod_latest_products .product .btn-wishlist form,
  .responsive .module.mod_latest_products_full .product .btn-wishlist form,
  .responsive .product .btn-wishlist form {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .responsive #sp-top .module.mod_top_menu {
    width: 100%;
    border-left: 0;
    text-align: center;
  }
  .responsive #sp-top .module.mod_top_menu .mod-wrapper {
    display: inline-block;
  }
  .responsive #sp-top .module.mod_top_menu .mod-content {
    right: auto;
    left: 0;
  }
  .responsive #sp-top .module.mod_currency,
  .responsive #sp-top .module.custom_language {
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive #header #sp-logo,
  .responsive #header sp-mini-cart {
    float: none !important;
    margin: 0 auto !important;
  }
  .responsive #header #sp-search .search-input-wrapper {
    width: auto;
  }
  .responsive .tabs-product #tabs-custom li a {
    font-size: 1.8em !important;
  }
  .responsive .module.mod_newsletter .acymailing_module table.acymailing_form tbody tr {
    width: 100% !important;
  }
  .responsive ul#vina_gallery .item .gallery-info .info .description {
    display: none;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive .vina-portfolio ul.gallery li {
    width: 100% !important;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons a.print,
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons a.ask-a-question {
    width: 100%;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons a.print {
    margin-bottom: 10px;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons div#vmcompare,
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons div.btn-wishlist {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .responsive .sp-vmsearch .search-input-wrapper {
    width: 115px;
  }
  .responsive#style-layout-6 .sp-vmsearch .search-input-wrapper {
    width: 101px;
  }
  .responsive#style-layout-6 .module.mod_currency h3.header,
  .responsive#style-layout-6 .module.custom_language h3.header {
    margin-right: 0px;
  }
}
@media (max-width: 599px) {
  .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: 767px) {
  .responsive .entry-content [class*="span"] {
    margin-bottom: 20px;
  }
  .responsive #sp-user2,
  .responsive #sp-user3 {
    margin-top: 20px;
  }
  .responsive #sp-left .module.custom_banner_left,
  .responsive #sp-right .module.custom_banner_left {
    border: 0;
    text-align: center;
  }
  .responsive #sp-left .module .vina-ticker-virtuemart .vina-items,
  .responsive #sp-right .module .vina-ticker-virtuemart .vina-items {
    text-align: center;
  }
  .responsive #sp-left .module .vina-ticker-virtuemart .vina-items .vina-item,
  .responsive #sp-right .module .vina-ticker-virtuemart .vina-items .vina-item {
    display: inline-block;
    margin: 0 auto;
    float: none;
  }
  .responsive .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .responsive #sp-component-area .fav_col {
    width: 100%;
    float: left;
    display: inline-table;
  }
  .responsive #sp-component-area .fav_col .fav_addtocart-area {
    text-align: center;
  }
  .responsive #sp-component-area .fav_col p {
    margin-top: 55px;
  }
  .responsive #ProOPC button {
    font-size: 12px;
    padding: 5px;
  }
  .responsive .module.mod_currency {
    text-align: right;
  }
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 200px;
  }
  .responsive .module.custom_msg {
    width: 100%;
    text-align: center;
  }
  .responsive .module.custom_msg p.welcome-msg {
    float: none;
  }
  .responsive .module.custom_language {
    border-left: 0;
  }
  .responsive .module.mod_currency,
  .responsive .module.custom_language,
  .responsive .module.mod_top_menu {
    width: 33%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive #header {
    text-align: center;
  }
  .responsive #header #sp-search {
    float: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 28px 0;
  }
  .responsive #header #sp-logo {
    float: left;
    display: inline-block;
  }
  .responsive #header #sp-mini-cart {
    float: right;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .responsive .custom.custom_banner_top_right .carousel-inner .item {
    display: inline-block;
  }
  .responsive #sp-banner-top-right {
    margin-top: 25px;
    text-align: center;
  }
  .responsive #sp-banner-top-right .vina-banner .box-col-2 {
    margin-top: 25px;
  }
  .responsive #sp-banner-top {
    padding-top: 5px;
  }
  .responsive .banner-box {
    display: inline-block;
    margin: 0 auto;
  }
  .responsive .banner-box.banner-box-2,
  .responsive .banner-box.banner-box-3,
  .responsive .banner-box.banner-box-4 {
    margin-top: 25px;
  }
  .responsive .home-content .inner-banner,
  .responsive .banner-home-2 {
    text-align: center;
  }
  .responsive .module.mod_newsletter {
    padding: 80px 20px 60px 40px;
  }
  .responsive .module.mod_newsletter .acymailing_module .acymailing_introtext p {
    max-width: 100%;
  }
  .responsive .module.mod_newsletter .acymailing_module table.acymailing_form tbody tr {
    width: 50%;
  }
  .responsive #sp-blog-group-wrapper #sp-latest-products {
    margin-bottom: 30px;
  }
  .responsive .vina-ticker-content .text-block {
    margin-top: 15px;
  }
  .responsive .vina-ticker-content .vina-item {
    padding: 0px 0 20px 0 !important;
  }
  .responsive #sp-bottom-link1 {
    text-align: center;
  }
  .responsive #sp-bottom-link1 ul.link-follow {
    display: inline-block;
  }
  .responsive .module.mod_bottom_link2 ul li a {
    padding-right: 15px;
    font-size: 11px;
  }
  .responsive #sp-link-follow1,
  .responsive #sp-bottom1 {
    margin-bottom: 25px;
  }
  .responsive #sp-bottom-wrapper #bottom {
    padding-bottom: 0;
  }
  .responsive #sp-footer1 {
    display: inline-block;
  }
  .responsive.ltr #sp-footer-wrapper #sp-footer2 {
    text-align: center;
    margin-top: 10px;
  }
  .responsive.ltr #sp-footer-wrapper .helix-framework {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .responsive.ltr #sp-footer-wrapper .helix-framework a {
    margin: 0 auto;
  }
  .responsive #sp-footer-wrapper .copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .responsive .vmproduct {
    text-align: center;
  }
  .responsive .vmproducts.vmgroup > div {
    text-align: center;
  }
  .responsive .product {
    width: auto !important;
    display: inline-block;
  }
  .responsive .product .vm-product-media-container {
    display: inline-block;
  }
  .responsive .product .vm-product-media-container a.pro-image {
    width: auto !important;
    display: inline-block !important;
  }
  .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 ul#vina_gallery li {
    width: 100% !important;
  }
  .responsive .vina-portfolio .gallery-filters a {
    float: left;
    margin-bottom: 10px;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive#style-layout-5 #sp-logo {
    margin: 0 auto;
    float: none;
  }
  .responsive#style-layout-5 #sp-mini-cart .module {
    display: inline-block;
    margin: 10px auto;
  }
  .responsive#style-layout-5 #sp-mini-cart {
    text-align: center;
  }
  .responsive#style-layout-6 #sp-feature-home-6-wrapper #sp-sale-off {
    margin-top: 25px;
  }
  .responsive#style-layout-6 #sp-feature-home-6-wrapper #sp-sale-off .vina-carousel-virtuemart .owl-item {
    text-align: center;
  }
  .responsive#style-layout-6 #sp-feature-home-6-wrapper #sp-sale-off .vina-carousel-virtuemart .item {
    float: none;
  }
  .responsive .browse-view {
    text-align: center;
  }
  .responsive .orderby-displaynumber .vm-order-list,
  .responsive .orderby-displaynumber .display-number {
    width: 100%;
  }
  .responsive .orderby-displaynumber .display-number {
    text-align: center !important;
    margin-top: 15px;
  }
  .responsive .vm-pagination.vm-pagination-bottom {
    text-align: center !important;
  }
  .responsive .vm-product-container .vm-product-media-container,
  .responsive .vm-product-container .vm-product-details-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .responsive .vm-product-container .vm-product-details-container {
    padding-left: 0;
  }
  .responsive .vm-product-container .product.js-recalculate {
    width: 100% !important;
  }
  .responsive #sendmail input,
  .responsive #sendmail select,
  .responsive #sendmail textarea,
  .responsive #share input,
  .responsive #share select,
  .responsive #share textarea {
    width: 100%;
  }
  .responsive #share #share_desc,
  .responsive #share textarea,
  .responsive #sendmail textarea {
    width: 100%;
  }
  .responsive #share input.button,
  .responsive #sendmail input.button {
    width: auto;
  }
  .responsive #share_desc {
    width: 100%;
  }
  .responsive #share_title {
    width: 100%;
  }
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon,
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0px 0 0 6px;
  }
  .responsive .vina-ticker-virtuemart .product .actions .vm-addtocart-button {
    width: auto;
    border-bottom: 0;
  }
  .responsive .vina-ticker-virtuemart .product .actions .vm-addtocart-button span.addtocart-button {
    width: auto;
  }
  .responsive .vina-ticker-virtuemart .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button {
    border-right: 1px solid #ddd;
  }
  .responsive .vina-ticker-virtuemart .product .btn-wishlist {
    width: auto;
  }
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon,
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 1200px) {
  .responsive .vina-banner .box-col-2 {
    margin-top: 15px;
  }
  .responsive #sp-left input,
  .responsive #sp-left .input-large,
  .responsive #sp-right input,
  .responsive #sp-right .input-large {
    width: 100% !important;
    height: 30px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive #sp-left input#modlgn-remember,
  .responsive #sp-left input[type="checkbox"],
  .responsive #sp-right input#modlgn-remember,
  .responsive #sp-right input[type="checkbox"] {
    margin-top: 0;
    width: auto !important;
    height: auto !important;
  }
  .responsive .cf_search_button.btn {
    margin-top: 5px !important;
  }
}
@media (max-width: 979px) {
  .responsive#style-layout-4 #sp-main-menu-wrapper {
    border-top: 0;
  }
  .responsive#style-layout-4 #sp-main-menu-wrapper #sp-menu button.vina-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .responsive#style-layout-4 #sp-main-menu-wrapper #sp-menu {
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .responsive #sp-main-menu-wrapper.nav-container-fix {
    position: static !important;
  }
  .responsive #sp-main-menu-wrapper {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive #sp-menu {
    position: relative;
    min-height: 36px;
  }
  .responsive #sp-menu button.vina-menu {
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    background-color: #393939;
    text-shadow: 0 0 0 transparent;
    background-image: none;
    border: 0;
  }
  .responsive .row-offcanvas .btn {
    text-shadow: 0 0 0 transparent;
    background-image: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .responsive#style-layout-4 #sp-slider-full-wrapper {
    margin-top: 0;
  }
  .responsive#style-layout-5 #sp-menu {
    width: 100%;
    margin-top: 0;
  }
  .responsive#style-layout-5 #sp-main-menu-wrapper {
    background-color: #393939;
  }
  .responsive .tabs-product #tabs-custom {
    width: 100%;
  }
  .responsive .tabs-product #tabs-custom li {
    width: 100%;
  }
  .responsive .tabs-product #tabs-custom li a {
    font-size: 2em;
    margin: 0;
    background: none;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    cursor: pointer;
  }
  .responsive .tabs-product .tab-title {
    background: none;
  }
  .responsive .module.mod_newsletter.mod_layout2 {
    margin-top: 20px;
  }
  .responsive .module.mod_latest_products_full .vina-carousel-virtuemart.owl-theme .owl-controls {
    right: 0;
  }
  .responsive .zoomContainer {
    display: none;
  }
  .responsive #sbox-window.shadow,
  .responsive #sbox-overlay {
    display: none !important;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .responsive .module.mod_sale_off h3.header {
    font-size: 1.7em;
    margin-bottom: 5px !important;
  }
  .responsive .module.mod_sale_off .vina-carousel-content.owl-theme .owl-controls,
  .responsive .module.mod_sale_off .vina-carousel-virtuemart.owl-theme .owl-controls {
    top: -24px;
  }
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon,
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0px 0 0 6px;
  }
  .responsive .vina-ticker-virtuemart .product .actions .vm-addtocart-button {
    width: auto;
    border-bottom: 0;
  }
  .responsive .vina-ticker-virtuemart .product .actions .vm-addtocart-button span.addtocart-button {
    width: auto;
  }
  .responsive .vina-ticker-virtuemart .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button {
    border-right: 1px solid #ddd;
  }
  .responsive .vina-ticker-virtuemart .product .btn-wishlist {
    width: auto;
  }
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon,
  .responsive .vina-ticker-virtuemart .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0 0 0 15px;
  }
  .responsive .sp-vmsearch .search-input-wrapper {
    width: 118px;
  }
  .responsive#style-layout-6 .sp-vmsearch .search-input-wrapper {
    width: 108px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .responsive .product .actions .vm-addtocart-button {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .responsive .product .actions .vm-addtocart-button span.addtocart-button {
    width: 100%;
  }
  .responsive .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button {
    border-right: 0;
  }
  .responsive .product .btn-wishlist {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .product .btn-wishlist .addtofav_aws_icon,
  .responsive .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons a.print,
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons a.ask-a-question {
    width: 100%;
    margin-right: 0;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons a.print {
    margin-bottom: 10px;
  }
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons div#vmcompare,
  .responsive .productdetails-view .vm-product-container .vm-product-details-container .icons div.btn-wishlist {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist,
  .responsive .module.mod_latest_products .product .btn-wishlist,
  .responsive .module.mod_latest_products_full .product .btn-wishlist {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist form,
  .responsive .module.mod_latest_products .product .btn-wishlist form,
  .responsive .module.mod_latest_products_full .product .btn-wishlist form {
    float: left;
    width: 100%;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon,
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon_active {
    float: left;
    width: 100%;
    padding: 0;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon_active span,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .module.mod_latest_products .product .btn-wishlist .addtofav_aws_icon_active span,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon span,
  .responsive .module.mod_latest_products_full .product .btn-wishlist .addtofav_aws_icon_active span {
    float: left;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button,
  .responsive .module.mod_latest_products .product .actions .vm-addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions .vm-addtocart-button {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .module.mod_latest_products .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions .vm-addtocart-button span.addtocart-button {
    width: 100%;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button {
    border-right: 0;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .product .actions span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products .product .actions span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products_full .product .actions span.addtocart-button input.addtocart-button {
    padding: 0px 6px 0 0;
  }
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products.hidden-text .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products.hidden-text .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products_full.hidden-text .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products_full.hidden-text .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0px 0 0 6px;
  }
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button,
  .responsive .module.mod_latest_products.hidden-text .product .actions .vm-addtocart-button,
  .responsive .module.mod_latest_products_full.hidden-text .product .actions .vm-addtocart-button {
    width: auto;
    border-bottom: 0;
  }
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .module.mod_latest_products.hidden-text .product .actions .vm-addtocart-button span.addtocart-button,
  .responsive .module.mod_latest_products_full.hidden-text .product .actions .vm-addtocart-button span.addtocart-button {
    width: auto;
  }
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products.hidden-text .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button,
  .responsive .module.mod_latest_products_full.hidden-text .product .actions .vm-addtocart-button span.addtocart-button input.addtocart-button {
    border-right: 1px solid #ddd;
  }
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .btn-wishlist,
  .responsive .module.mod_latest_products.hidden-text .product .btn-wishlist,
  .responsive .module.mod_latest_products_full.hidden-text .product .btn-wishlist {
    width: auto;
  }
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.hidden-text .vina-carousel-virtuemart.owl-theme .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products.hidden-text .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products.hidden-text .product .btn-wishlist .addtofav_aws_icon_active,
  .responsive .module.mod_latest_products_full.hidden-text .product .btn-wishlist .addtofav_aws_icon,
  .responsive .module.mod_latest_products_full.hidden-text .product .btn-wishlist .addtofav_aws_icon_active {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive .product .actions {
    padding-top: 0;
  }
  .responsive .product .actions span.addtocart-button input.addtocart-button {
    border-right: 0;
  }
  .responsive .product .actions .vm-details-button {
    border-top: 1px solid #ddd;
    width: 100% !important;
    padding: 0;
  }
  .responsive .product .actions .vm-details-button i,
  .responsive .product .actions .vm-details-button a {
    float: left;
  }
  .responsive .module.custom_social ul.link-follow li a {
    width: 22px;
    font-size: 14px;
  }
  .responsive .module.mod_bottom_link2 ul li a {
    padding-right: 18px;
    font-size: 11px;
  }
  .responsive #sp-bottom-wrapper h3.header {
    font-size: 1.1em;
  }
  .responsive #sp-blog-group-wrapper #sp-latest-products {
    margin-bottom: 30px;
  }
  .responsive #sp-blog-group-wrapper #sp-latest-products,
  .responsive #sp-blog-group-wrapper #sp-recent-blog {
    width: 100%;
    margin-left: 0;
  }
  .responsive #sp-link-follow-wrapper #sp-link-follow1,
  .responsive #sp-link-follow-wrapper #sp-link-follow2,
  .responsive #sp-link-follow-wrapper #sp-link-follow3,
  .responsive #sp-link-follow-wrapper #sp-link-follow4 {
    width: 48%;
  }
  .responsive #sp-link-follow-wrapper #sp-link-follow3 {
    margin-left: 0;
  }
  .responsive #sp-link-follow-wrapper #sp-link-follow2,
  .responsive #sp-link-follow-wrapper #sp-link-follow4 {
    margin-left: 4%;
  }
  .responsive #sp-link-follow-wrapper #link-follow {
    padding: 0;
  }
  .responsive ul#vina_gallery li {
    width: 50% !important;
  }
  .responsive#style-layout-5 #sp-header-wrapper #sp-search,
  .responsive#style-layout-5 #sp-header-wrapper #sp-mini-cart {
    padding: 41px 0;
  }
  .responsive#style-layout-6 #sp-feature-home-6-wrapper #sp-slider-home6,
  .responsive#style-layout-6 #sp-feature-home-6-wrapper #sp-sale-off {
    width: 100%;
    margin-left: 0 !important;
  }
  .responsive#style-layout-6 #sp-feature-home-6-wrapper #sp-sale-off {
    margin-top: 25px;
  }
  .responsive .product .qv-button-container {
    bottom: 92px;
  }
  .responsive .module.mod_latest_products .product .qv-button-container,
  .responsive .module.mod_latest_products_full .product .qv-button-container {
    bottom: 72px;
  }
  .responsive .cf_form .cf_filtering_slider_gutter {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .responsive #sp-left .module ul li a,
  .responsive #sp-right .module ul li a {
    font-size: 1.1em;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .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% !important;
    height: auto;
    overflow-y: auto;
    z-index: 99999;
    -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 #sp-main-menu-wrapper.nav-container-fix {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .responsive .zoomContainer {
    max-height: 373px;
  }
}
@media (min-width: 1200px) {
  .responsive .module.mod_sale_off .vina-carousel-virtuemart.owl-theme .item {
    margin: 0 !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .body.responsive #error-page h1.error-code {
    font-size: 50px !important;
    line-height: 120px !important;
  }
  .body.responsive #error-page p.error-message {
    font-size: 14px !important;
  }
}
@media (max-width: 320px) {
  .responsive #fancybox-content div > a {
    padding: 5px !important;
  }
}
@media (max-width: 480px) {
  .responsive #fancybox-wrap {
    width: 90% !important;
    left: 10px !important;
    padding: 0px !important;
  }
  .responsive #fancybox-wrap #fancybox-content {
    width: 100% !important;
  }
}
@media (max-width: 300px) {
  .contentpane .ask-a-question-view table.askform input,
  .contentpane .ask-a-question-view table.askform tr input,
  .contentpane .ask-a-question-view table.askform td input {
    width: 100% !important;
    max-width: 220px !important;
  }
  .contentpane table.askform,
  .contentpane .ask-a-question-view {
    padding: 0 !important;
  }
  .contentpane table.askform input.highlight-button,
  .contentpane table.askform input[type='submit'].highlight-button,
  .contentpane .ask-a-question-view input.highlight-button,
  .contentpane .ask-a-question-view input[type='submit'].highlight-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 249px) {
  .contentpane .ask-a-question-view table.askform input,
  .contentpane .ask-a-question-view table.askform tr input,
  .contentpane .ask-a-question-view table.askform td input {
    max-width: 150px !important;
  }
}
@media (max-width: 480px) {
  body.contentpane table,
  body.contentpane table * {
    display: block;
  }
  body.contentpane table,
  body.contentpane tbody,
  body.contentpane tr,
  body.contentpane td,
  body.contentpane input,
  body.contentpane textarea {
    width: 100%;
  }
  body.contentpane table input,
  body.contentpane tbody input,
  body.contentpane tr input,
  body.contentpane td input,
  body.contentpane input input,
  body.contentpane textarea input {
    margin: 0 !important;
  }
  body.contentpane textarea.field {
    width: 100% !important;
  }
  body.contentpane div.submit {
    width: 100% !important;
    margin-top: 20px;
  }
  body.contentpane div.submit input {
    width: auto !important;
  }
}
@media (max-width: 340px) {
  body.contentpane .width50 {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .responsive #fancybox-wrap {
    width: 90% !important;
    left: 10px !important;
    padding: 0px !important;
  }
  .responsive #fancybox-wrap #fancybox-content {
    width: 100% !important;
  }
  .responsive .productdetails-view h1 {
    font-size: 26px;
  }
}
