/* test */
.price-big{
	font-size:25px;
	font-weight:bold;
	
}
.vina-special-products
{
	background: rgba(0, 0, 0, 0) url("https://www.test-wasser.de/templates/vina_vanesa/images/ticks.png") repeat scroll 0 0;
	padding-left: 20px;
	padding-right: 20px;
	
}

.jshop_list_product{
	background: rgba(0, 0, 0, 0) url("https://www.test-wasser.de/templates/vina_vanesa/images/ticks.png") repeat scroll 0 0;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 5px !important;
}


.0711_produkt{
	line-height: auto; width: 31% !important; float: left !important; margin-left: 1% !important; margin-right: 1% !important; margin-bottom: 1.4% !important;
}

.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 rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0);
  }
  0% {
    -ms-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -moz-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -moz-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -moz-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  100% {
    -moz-transform: none;
    transform: none;
  }
}
@-ms-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -ms-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -ms-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -ms-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -ms-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -ms-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  100% {
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#DAA520);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#DAA520));
  background-image: -webkit-linear-gradient(top,#08c,#DAA520);
  background-image: -o-linear-gradient(top,#08c,#DAA520);
  background-image: linear-gradient(to bottom,#08c,#DAA520);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #DAA520 #DAA520 #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #DAA520;
  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: #DAA520;
  *background-color: #DAA520;
}
.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: #242424;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: 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;
  -o-transform: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform input.submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  margin-top: 11px;
  float: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 99px;
}
#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: inline;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -o-transform: 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) {
	h2{
		font-size: 17px;
	}
 .video{
    height: 100%;
    left: -5px;
    position: relative;
    top: 0;
    width: 100%;

 }	
  .bildm{
	  margin: 11px 157px -8px 23px;
  }	
  .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;
  }
  #pwebcontact340_toggler{
  display:none;
  }
  #checkout-progress-wrapper{
  display:none;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  src: url('../fonts/oswald/oswald-regular-webfont.eot');
  src: url('../fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-regular-webfont.woff2') format('woff2'), url('../fonts/oswald/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
select:focus,
input:focus {
  outline: none;
}
a:hover,
a:focus {
  outline: none;
}
body {

  color: #646464;
}
body ss
	.vina-menu-category .vina-treeview-jshopping {
  display: none;
}
body .item-page {
  font-family: "OpenSans-Regular";
  font-size: 13px;
  line-height: 20px;
}
body.page-home .vina-menu-category.vina-visible .vina-treeview-jshopping,
body.page-home .vina-menu-category.vina-visible .vina-treeview-virtuemart {
  display: block;
}
.body-innerwrapper > [id*="sp-"] >.container {
  padding-left: 30px;
  padding-right: 30px;
}
.vina-home-1 #sp-top-wrapper .container {
  padding: 0;
}
.vina-home-2 {
  background: #e8e8e8;
}
.vina-home-2 #sp-top-wrapper,
.vina-home-2 #sp-header-wrapper,
.vina-home-2 #sp-position-wrapper,
.vina-home-2 #sp-subscribe-wrapper,
.vina-home-2 #sp-bottom-wrapper,
.vina-home-2 #sp-footer-wrapper {
  background: transparent;
}
.vina-home-2 #sp-footer-wrapper .container {
  background-color: #2f2f2f;
}
.vina-home-2 #sp-position-wrapper {
  min-height: initial;
}
.vina-home-2 #sp-position-wrapper .container {
  background: url(../images/bg/bkg_block_bottom.jpg) repeat-y 50% 0;
  min-height: 382px;
}
.vina-home-2 #sp-bottom-wrapper .container {
  background: #222222;
}
.vina-home-2 #sp-subscribe-wrapper .container {
  background: #2f2f2f;
}
.vina-home-2 #sp-top-header-wrapper .container {
  padding-top: 14px;
  padding-bottom: 46px;
}
.vina-home-2 .vina-special-products .header {
  margin: 32px 0 36px;
}
.vina-home-2 .vina-popular-cate > .mod-wrapper > .header {
  margin: 12px 0 34px;
}
.vina-home-2 #sp-header-wrapper {
  border-top: 0;
}
.vina-home-2 #sp-header-wrapper .container {
  border-top: 2px solid #1d1d1d;
}
.vina-home-2.body-innerwrapper > [id*="sp-"] >.container {
  background: #fff;
}
.vina-home-2 #sp-top-wrapper .container {
  border-bottom: 1px solid transparent;
}
.vina-home-2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  top: -67px;
}
.vina-home-3 #sp-main-menu ul.level-0 {
  background: #3b4348;
}
.vina-home-3 #sp-slider-show-wrapper {
  margin-bottom: 30px;
}
.vina-home-3 #sp-slider-show-wrapper .container {
  margin-top: 30px;
}
.vina-home-3 .vina-special-products .header {
  margin: 35px 0 39px;
}
.vina-home-3 .vina-search-js #jshop_search {
  background-color: #ebebed;
}
.vina-home-3 #sp-main-menu ul.level-0 > li:hover > a,
.vina-home-3 #sp-main-menu ul.level-0 > li .active > a {
  background-color: transparent;
  background: transparent url(../images/bg/bkg_menu.png) no-repeat left center;
  border-left: 0;
}
.vina-home-3 #sp-main-menu ul.level-0 > li.first > a {
  background: transparent;
  padding-left: 0;
}
.vina-home-3 #sp-main-menu ul.level-0 > li > a {
  border: 0;
  padding: 10px 24px;
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 15px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  color: #fff;
  background: transparent url(../images/bg/bkg_menu.png) no-repeat left center;
}
.vina-home-4 #sp-top-wrapper .container {
  border-bottom: 0;
}
.vina-home-4 .top-contact .infor {
  color: #fff;
}
.vina-home-4 .top-contact .infor.phone {
  padding-left: 5px;
  margin-left: 15px;
  padding-right: 15px;
}
.vina-home-4 .vina-top-menu > li {
  background: transparent;
  padding: 13px 15px 17px 12px;
}
.vina-home-4 .vina-top-menu > li > a {
  color: #fff;
}
.vina-home-4 .vina-top-menu > li > a:hover,
.vina-home-4 .vina-top-menu > li > a:focus {
  color: rgba(255,255,255,0.8);
}
.vina-home-4 .vina-top-menu > li > a:focus {
  background: transparent;
}
.vina-home-4 .vina-top-menu > li:first-child {
  border-left: 0;
}
.vina-home-4 .vina-search-js .button span {
  background: #6Ec0F7;
}
.vina-home-4 #jshop_module_cart .icon-shopping-cart {
  
  float: right;
}
.vina-home-4 #jshop_module_cart .tc-content {
  background: #fff;
  color: #303030;
}
.vina-home-4 #sp-header-wrapper {
  border-top: 0;
}
.vina-home-4 #sp-header-wrapper .container {
  padding-top: 0;
}
.vina-home-4 #sp-main-menu ul.level-0 {
  background: transparent;
}
.vina-home-4 #sp-main-menu ul.level-0 > li >a {
  background: transparent;
}
.vina-home-4 #sp-main-menu ul.level-0 > li.first > a {
  border-left: 1px solid transparent;
}
.vina-home-4 #sp-main-menu ul.level-0 > li.first.active:hover > a {
  border-left: 1px solid transparent;
}
.vina-home-4 #sp-main-menu ul.level-0 > li.first:hover > a {
  border-left: 1px solid #fff;
}
.vina-home-4 #sp-main-menu ul.level-0 > li:hover > a,
.vina-home-4 #sp-main-menu ul.level-0 > li.active > a {
  background: #6Ec0F7;
  border-left: 1px solid #fff;
}
.vina-home-4 .vina-menu-category .vina-treeview-jshopping ul.level0 > li a {
  background-color: #8D90A2;
  border-bottom: 1px solid #fff;
}
.vina-home-4 .stars_active {
  background: url(../images/bg/bkg_rating_hover_2.png) 0 100% repeat-x !important;
}
.vina-home-4 .stars_no_active {
  background: url(../images/bg/bkg_rating_hover_2.png) 0 2px repeat-x !important;
}
.vina-home-4 .vina-js-ticker-left .vina-ticker-jshopping,
.vina-home-4 .vina-js-ticker-left .vina-ticker-virtuemart {
  border: 0;
  background: #f3f3f3;
}
.vina-home-4 .vina-products .product-name {
/*  padding-top: 15px;*/
}
.vina-home-4 .vina-products .price-box {
  position: static;
  display: inline-block;
  padding-top: 5px;
}
.vina-home-4 .vina-products .price-box > p {
  height: 28px;
  line-height: 28px;
}
.vina-home-4 .vina-products .price-box > p > span {
  color: #313131;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-home-4 .vina-products .price-box .old-price .price {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  font-size: 16px;
  padding: 0;
  display: inline-block;
}
.vina-home-4 .vina-products .price-box .old-price {
  color: #626262;
  font-size: 14px;
  background: #e5e5e5;
  padding: 0px 21px;
  border-radius: 30px;
}
.vina-home-4 .vina-products .price-box .special-price {
  color: #de4c4a;
  font-size: 16px;
  float: left;
  padding: 0 18px 0 12px;
  background: transparent;
  display: inline-block;
}
.vina-home-4 .vina-products .ratings {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 10px 0;
}
.vina-home-4 .vina-products .right-timer .add-to-links li {
  width: auto;
  border: 0;
}
.vina-home-4 .vina-products .right-timer .add-to-links li a {
  background: transparent;
  padding: 0;
  height: 38px;
  float: left;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.vina-home-4 .vina-products .right-timer .add-to-links li a > i:before {
  padding: 0 9px;
  line-height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #e5e5e5;
}
.vina-home-4 .vina-products .right-timer .add-to-links li a:hover {
  background: transparent !important;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart {
  width: 67%;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart > a {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  color: #393939 !important;
  background: transparent !important;
  text-align: left;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart > a > i {
  margin-right: 10px;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart > a > i:before {
  padding: 0 9px 0 10px;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.add-to-wd {
  width: 33%;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.add-to-wd .sub {
  display: inline-block;
  margin: 0;
}
.vina-home-4 .vina-products .right-timer .add-to-links li.add-to-wd .sub .link-detail {
  margin-left: 10px;
}
.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;
}
.logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.logo-wrapper .logo-text {
  font-size: 24px;
}
.logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-top-header-wrapper .container {
  padding-top: 10px;
  padding-bottom: 0px;
}
#sp-top-wrapper .container {
  border-bottom: 1px solid #4f565b;
}
#sp-top2 {
  min-height: 20px;
  margin-top: 0;
  height: 50px;
}
.top-contact {
  font-family: 'OpenSans-Regular';
}
.top-contact .infor {
  float: left;
  font-size: 12px;
  color: #adadad;
  line-height: 26px;
  padding-bottom: 9px;
  padding-top: 11px;
}
.top-contact .infor > i {
  width: 26px;
  height: 24px;
  float: left;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.top-contact .infor span {
  font-family: "OpenSans-Bold";
  margin: 0 3px 0 0;
  width: auto;
  color: #fff;
}
.top-contact .email {
  margin-right: 25px;
}
.top-contact .email > div {
  text-indent: -3px;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 5px;
}
.vina-top-menu {
  margin: 0;
  display: inline-block;
}
.vina-top-menu > li {
  padding: 13px 18px 17px 0px;
  background: url(../images/bg/bg_toplink1.png) no-repeat 91% 45%;
}
.vina-top-menu > li:last-child {
  padding-right: 0;
  background: transparent;
}
.vina-top-menu > li.active a {
  background: transparent !important;
  color: #fff;
}
.vina-top-menu > li > a {
  color: #adadad;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSans-Regular';
}
.vina-top-menu > li > a:hover {
  color: #fff;
  background: transparent;
}
.vina-top-menu > li > a:focus {
  background: transparent;
}
.langs-wrapper {
  display: inline-block;
  margin-left: 16px;
}
.langs-wrapper .mutil-langs {
  margin: 0;
}
.langs-wrapper .mutil-langs > li {
  padding: 13px 0 20px 0;
}
.langs-wrapper .mutil-langs > li > a {
  margin: 0 0 0 14px;
  line-height: 17px;
  padding: 0;
}
.langs-wrapper .mutil-langs > li > a:hover {
  background: transparent;
}
.vina-search-js {
  float: left;
  padding-right: 15px;
}
.vina-search-js form {
  margin: 0;
}
.vina-search-js .header-input {
  display: inline-block;
  float: left;
}
.vina-search-js #jshop_search {
  width: 634px;
  height: 50px;
  font-size: 13px;
  -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;
  float: left;
  margin: 0;
  border-style: solid;
  padding: 8px 10px 8px;
  font-weight: 700;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  font-weight: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #646464;
}
.vina-search-js .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  background: transparent;
  cursor: pointer;
}
.vina-search-js .button:focus {
  outline: none;
}
.vina-search-js .button span {
  border: 0;
  font-size: 0;
  padding: 0;
  font-weight: normal;
  
  width: 60px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.vina-search-js .button span i {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.vina-slideshow.slide-max-full .vina-camera-slider .camera_next {
  right: 90px;
}
.vina-slideshow.slide-max-full .vina-camera-slider .camera_prev {
  right: 150px;
}
.vina-slideshow .vina-camera-slider .camera_prev,
.vina-slideshow .vina-camera-slider .camera_next {
  top: auto;
  bottom: 0;
  width: 59px;
  height: 52px;
  left: inherit;
}
.vina-slideshow .vina-camera-slider .camera_prev > span,
.vina-slideshow .vina-camera-slider .camera_next > span {
  background: transparent;
}
.vina-slideshow .vina-camera-slider .cameraContents {
  margin: 0 auto !important;
}
.vina-slideshow .vina-camera-slider .camera_next {
  right: 0;
  background: #262626 url(../images/btn/btn_slider.png) no-repeat 100% 0;
  border-left: 1px solid #3c3c3c;
}
.vina-slideshow .vina-camera-slider .camera_prev {
  right: 59px;
  background: #262626 url(../images/btn/btn_slider.png) no-repeat 0 0;
}
.vina-slideshow .vina-camera-slider .camera_caption > div {
  background: transparent;
  padding: 0;
  text-align: right;
}
.vina-slideshow .vina-camera-slider .camera_caption h1 {
  clear: both;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-size: 28px;
  
  font-weight: normal;
}
.vina-slideshow .vina-camera-slider .camera_caption h2 {
  clear: both;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-size: 28px;
  
  font-weight: normal;
}
.vina-slideshow .vina-camera-slider .camera_caption ul {
  display: inline-block;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li {
  background-color: #424242;
  opacity: 0.5;
  clear: both;
  color: #fff;
  display: block;
  float: right;
  margin-bottom: 6px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.colors:before {
  content: "\f0c3";
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.responsive:before {
  content: "\f10b";
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.easy:before {
  content: "\f085";
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.CSS3:before {
  content: "\f13c";
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.item1 {
  -webkit-animation: bounceInRight 600ms ease-in-out;
  -moz-animation: bounceInRight 600ms ease-in-out;
  -o-transform: bounceInRight 600ms ease-in-out;
  animation: bounceInRight 600ms ease-in-out;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.item2 {
  -webkit-animation: bounceInRight 900ms ease-in-out;
  -moz-animation: bounceInRight 900ms ease-in-out;
  -o-transform: bounceInRight 900ms ease-in-out;
  animation: bounceInRight 900ms ease-in-out;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.item3 {
  -webkit-animation: bounceInRight 1200ms ease-in-out;
  -moz-animation: bounceInRight 1200ms ease-in-out;
  -o-transform: bounceInRight 1200ms ease-in-out;
  animation: bounceInRight 1200ms ease-in-out;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.item4 {
  -webkit-animation: bounceInRight 1500ms ease-in-out;
  -moz-animation: bounceInRight 1500ms ease-in-out;
  -o-transform: bounceInRight 1500ms ease-in-out;
  animation: bounceInRight 1500ms ease-in-out;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.item5 {
  -webkit-animation: bounceInRight 1500ms ease-in-out;
  -moz-animation: bounceInRight 1500ms ease-in-out;
  -o-transform: bounceInRight 1500ms ease-in-out;
  animation: bounceInRight 1500ms ease-in-out;
}
.vina-slideshow .vina-camera-slider .camera_caption ul li.item5:before {
  content: "\f0c3";
}
.vina-slideshow .vina-camera-slider .camera_caption .sea-more a {
  border: 2px solid #262626;
  color: #fff;
  background: #262626;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin-top: 7px;
  padding: 0 20px 0 15px;
  
}
.vina-slideshow .vina-camera-slider .camera_caption .sea-more a:after {
  content: "\f0da";
  font-family: fontawesome;
  font-size: 14px;
  margin-left: 15px;
}
#sp-banner-home-inner-wrapper .container {
  padding-top: 25px;
}
#sp-banner-content-2-wrapper {
  margin-bottom: 20px;
}
.banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.banner a img {
  width: 100%;
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner a:hover:before,
.banner a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner a:before,
.banner a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.banner a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.banner a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner.effect-apollo {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.banner.effect-apollo img {
  margin: 0 auto;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.banner.effect-apollo:before {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner.effect-apollo:hover:before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
}
.banner.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.vina-banner.banner-three {
  margin-top: 14px;
  margin-bottom: 30px;
}
.vina-banner.banner-three .second a:first-child {
  margin-bottom: 13px;
}
.vina-banner.banner-left li {
  display: inline-block;
}
.vina-banner.banner-left li.first {
  margin: 30px 0 26px;
}
.banner-left-home > ul {
  margin: 0;
}
.banner-left-home > ul a {
  margin-bottom: -4px;
}
.banner-right-top a {
  display: inline-block;
  max-width: 100%;
}
.banner-right-top a.right-home3-1 {
  margin-bottom: 30px;
}
.vina-cart-js {
  margin: 0 !important;
}
#jshop_module_cart {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
#jshop_module_cart .icon-shopping-cart {
  height: 50px;
  width: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: left;
}
#jshop_module_cart .tc-content {
  padding: 15px 0 16px 0;
  text-align: center;
  color: #fff;
  width: 104px;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  line-height: 19px;
  text-transform: none;
}
#jshop_module_cart .top-cart-content {
  display: none;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 0;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  text-align: left;
  z-index: 9;
}
#jshop_module_cart .top-cart-content a {
  color: #000;
}
#jshop_module_cart .top-cart-content .empty {
  font-size: 11px;
  line-height: 14px;
}
#jshop_module_cart .top-cart-content .empty > div {
  display: inline-block;
}
#jshop_module_cart .top-cart-content .empty > div.total_products {
  margin: 0 0 0 3px;
}
#jshop_module_cart .top-cart-content .top-subtotal {
  float: left;
  margin: 12px 0 0;
  font-size: 10px;
  
  font-weight: normal;
}
#jshop_module_cart .top-cart-content .top-subtotal span {
  font-size: 15px;
}
#sp-header-wrapper {
  border-top: 2px solid #1d1d1d;
}
#sp-header-wrapper .container {
  padding-top: 10px;
}
.visiable-gallery {
  animation-name: none !important;
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -ms-animation-name: none !important;
  visibility: visible !important;
}
.body-innerwrapper {
  overflow-x: hidden;
  margin-top: -20px;
}
.vina-carousel-jshopping,
.vina-carousel-virtuemart {
  overflow: visible !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: -69px;
  text-indent: -9999px;
  border: 2px solid #262626;
  width: 19px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 19px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 55px;
  left: initial;
  background: url(../images/bg/bkg_slider_home.png) 0 0 no-repeat;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0 100%;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 30px;
  background: url(../images/bg/bkg_slider_home.png) 100% 0 no-repeat;
}

.vina-special-products .owl-controls{
	display: none;
}

.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 100% 100%;
}
.bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
.bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #fff;
  background-color: #fff;
  top: -73px;
}
.bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 70px;
}
.bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 45px;
}
.vina-special-products.module {
  overflow: hidden;
}
.vina-special-products.bg-gray .header {
  background: #e5e5e5;
  width: 100%;
  padding: 4px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-special-products.bg-gray .header:before {
  background: transparent;
}
.vina-special-products.bg-gray .header > span {
  background: transparent;
}
.vina-special-products.vina-load.custom {
  position: relative;
}
.vina-special-products.vina-load.custom .owl-carousel {
  position: initial;
}
.vina-special-products.vina-load.custom .vina-special-products {
  overflow: hidden;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
}
.vina-special-products.vina-load.custom .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
.vina-special-products.vina-load.custom .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  top: -70px;
}
.vina-special-products.vina-load.custom .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.vina-special-products.vina-load.custom .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 5px;
}
.vina-special-products.vina-load.custom .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.vina-special-products.vina-load.custom .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 30px;
}
.vina-special-products.vina-load.custom .moduletable > .nav {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-left: 1px solid #e5e5e5;
  height: 100%;
}
.vina-special-products.vina-load.custom .moduletable > .nav li {
  font-size: 12px;
  color: #464646;
  text-transform: capitalize;
  padding: 10px 25px;
  font-family: 'OpenSans-Bold';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.vina-special-products.vina-load.custom .moduletable > .nav li a {
  display: inline-block;
}
.vina-special-products.vina-load.custom .moduletable > .nav li a:hover {
  background: transparent;
}
.vina-special-products.vina-load.custom .moduletable > .nav li:before {
  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;
  content: "\f138";
  margin-right: 10px;
  font-size: 12px;
  color: #aa9948;
}
.vina-special-products .header {
  margin: 20px 0 10px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vina-special-products .header:before {
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 14px;
  width: 74%;
  height: 100%;
  content: "";
  background: url(../images/bg/bkg_title.gif) repeat-x left center;
}
.vina-special-products .header > span {
  padding-right: 20px;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 23px;
  color: #64b8e8;
  width: 150px;
  font-weight: bold;
  
}
.vina-tab-category {
  overflow: hidden;
}
.vina-tab-category .tab-content {
  overflow: visible;
}
.vina-tab-category.vina-tab-gray .tab-category > ul {
  background: transparent;
  border-bottom: 5px solid #2d2d2d;
  margin-bottom: 20px;
}
.vina-tab-category.vina-tab-gray .tab-category > ul > li > a {
  font-size: 16px;
  background: #ebebed;
  color: #313131;
  padding: 15px 25px;
  border-left: 5px solid #fff !Important;
  cursor: pointer;
}
.vina-tab-category.vina-tab-gray .tab-category > ul > li.active > a,
.vina-tab-category.vina-tab-gray .tab-category > ul > li:hover > a {
  background: #2d2d2d;
  color: #fff;
}
.vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
.vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #fff;
  top: -75px !important;
}
.vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-position: 0 100%;
  right: 70px;
}
.vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 100%;
  right: 45px;
}
.vina-tab-category .tab-category > ul {
  background: #2d2d2d;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-tab-category .tab-category > ul > li {
  margin: 0;
}
.vina-tab-category .tab-category > ul > li > a {
  float: left;
  font-size: 12px;
  margin: 0;
  color: #fff;
  
  padding: 20px 25px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  border: 0;
  border-left: 1px solid #49494a;
  cursor: pointer;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-tab-category .tab-category > ul > li > a:focus {
  outline: none;
  background: transparent;
}
.vina-tab-category .tab-category > ul > li > a:hover {
  background: transparent;
}
.vina-tab-category .tab-category > ul > li:first-child > a {
  border-left: 1px solid transparent !important;
}
.vina-tab-category .tab-category > ul > li.active > a {
  border: 0;
  border-left: 1px solid #49494a;
  font-weight: normal;
  color: #fff;
}
.vina-tab-category .tab-category > ul > li.active > a:hover {
  border: 0;
  border-left: 1px solid #49494a;
  font-weight: normal;
}
.vina-tab-category .tab-category > ul > li.active:hover {
  margin: 0;
  border: 0;
}
#sp-left .module:first-child,
#sp-right .module:first-child {
  margin-top: 0;
}
#sp-left .module > div >	h3,
#sp-right .module > div >	h3 {
  background: #6EC0F7;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  
}
.vina-category-left .vina-treeview-jshopping,
.vina-category-left .vina-treeview-virtuemart {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 14px;
}
.vina-category-left .vina-treeview-jshopping ul,
.vina-category-left .vina-treeview-virtuemart ul {
  margin: 0 !important;
  background: none !important;
}
.vina-category-left .vina-treeview-jshopping ul > li,
.vina-category-left .vina-treeview-virtuemart ul > li {
  background: none !important;
  padding: 0 !important;
  font-size: 12px;
  
  line-height: 29px;
  color: #313131;
}
.vina-category-left .vina-treeview-jshopping ul > li > a,
.vina-category-left .vina-treeview-virtuemart ul > li > a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
  padding: 8px 0 8px 25px;
  font-size: 15px;
  text-transform: none;
  line-height: 29px;
  color: #313131;
  border-bottom: 1px solid #d6d6d6;
}
.vina-category-left .vina-treeview-jshopping ul > li.collapsable .hitarea,
.vina-category-left .vina-treeview-virtuemart ul > li.collapsable .hitarea {
  background-position: 0 0;
}
.vina-category-left .vina-treeview-jshopping ul > li.expandable .hitarea,
.vina-category-left .vina-treeview-virtuemart ul > li.expandable .hitarea {
  background-position: 0 -14px;
}
.vina-category-left .vina-treeview-jshopping ul > li .hitarea,
.vina-category-left .vina-treeview-virtuemart ul > li .hitarea {

  height: 12px;
  width: 12px;
  margin: 17px 10px 0 0;
  float: right;
  cursor: cell;
  background: url(../images/bg/plus_cate.png) no-repeat;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
	
}
.vina-category-left .vina-treeview-jshopping ul.level0 > li.last > a,
.vina-category-left .vina-treeview-virtuemart ul.level0 > li.last > a {
  border: 0;
}
.vina-category-left .vina-treeview-jshopping ul.level0 > li > .sub-menu,
.vina-category-left .vina-treeview-virtuemart ul.level0 > li > .sub-menu {
  margin-left: 10px !important;
}
.vina-category-left .vina-treeview-jshopping ul.level0 > li > .sub-menu > li > .sub-menu > li > a,
.vina-category-left .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > .sub-menu > li > a {
  margin-left: 10px !important;
}
.vina-shop-by h3.header {
  background: url(../images/bg/bkg_title.gif) repeat-x left center !important;
  padding: 0 !important;
}
.vina-shop-by h3.header > span {
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  padding: 10px 15px 10px 0;
  word-wrap: break-word;
  display: inline-block;
  
  background: #fff;
}
.vina-manufactures-left {
  margin-top: 20px;
}
.vina-manufactures-left .box_manufacrurer {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.vina-manufactures-left .box_manufacrurer > li {
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 0;
  font-size: 12px;
  
  line-height: 29px;
  color: #313131;
}
.vina-manufactures-left .box_manufacrurer > li input {
  line-height: 46px;
  display: inline-block;
  margin-top: 7px;
  margin-right: 10px;
  border-radius: 0;
}
.vina-manufactures-left .box_manufacrurer > li .title {
  display: inline-block;
}
.vina-manufactures-left .box_manufacrurer > li:last-child {
  border-bottom: 0;
}
.jshop_filters .vina-price-left {
  margin-top: 6px;
}
.jshop_filters .vina-price-left h3 {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  
}
.jshop_filters .vina-price-left .content-shopby {
  padding: 30px 20px;
}
.jshop_filters .vina-price-left .box_price {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.jshop_filters .vina-price-left .box_price > div {
  width: 45%;
  display: inline-block;
}
.jshop_filters .vina-price-left .box_price > div.box_price_from {
  float: left;
  margin-right: 10%;
}
.jshop_filters .vina-price-left .box_price input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 28px;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jshop_filters .vina-price-left .content-btn {
  display: inline-block;
  width: 100%;
}
.jshop_filters .vina-price-left .content-btn > div {
  width: 45%;
  display: inline-block;
  text-align: center;
}
.jshop_filters .vina-price-left .content-btn > div.clear_filter {
  float: left;
  margin-right: 10%;
}
.jshop_filters .vina-price-left .content-btn a {
  display: inline-block;
  height: 30px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
}
.jshop_filters .vina-price-left .content-btn input,
.jshop_filters .vina-price-left .content-btn a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  background: #fff;
  text-shadow: none;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  
}
.vina-products .plabel {
  left: 0;
}
.vina-products .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.vina-products .tooltip.top .tooltip-inner {
  background-color: #000;
}
.vina-products .amount a:hover {
  text-decoration: underline;
}
.vina-products .item-inner {
  text-align: left;
}
.vina-products .item-inner .product-link {
  margin: 0 0 10px;
  display: block;
}
.vina-products .item-inner:hover .product .images-container .images-hover {
  bottom: 0;
}
.vina-products .product-name {
  margin: 0;
  font-weight: normal;
  line-height:18px;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 7px;
}
.vina-products .product-name a {
  font-size: 18.5px;
  text-transform: capitalize;
  font-weight: normal;
  color: #FFF !important;
  display: inline;
  padding: 0;
}
.vina-products .right-timer {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.vina-products .right-timer .add-to-links {
  width: auto;
  margin: 0;
}
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li {
  width: 33.333333333333%;
}
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist > form {
  width: 100%;
}
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist button {
  width: 100%;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  background: #e5e5e5 !important;
}
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist button:hover > i,
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist button.addtofav_aws_icon_active > i {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist button:hover > i:before,
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist button.addtofav_aws_icon_active > i:before {
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
}
.vina-products .right-timer .add-to-links.vm-links.vm-wishlist li .btn-wishlist button > i {
  font-size: 18px;
  color: #8f8f8f;
  font-style: normal;
  background: transparent;
}
.vina-products .right-timer .add-to-links.vm-links li {
  width: 50%;
}
.vina-products .right-timer .add-to-links li {
  width: 33.333333333333%;
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  overflow: hidden;
}
.vina-products .right-timer .add-to-links li.last {
  border-right: 0;
}
.vina-products .right-timer .add-to-links li > .addtocart {
  position: relative;
  z-index: 0;
}
.vina-products .right-timer .add-to-links li > .addtocart > .addtocart-area {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vina-products .right-timer .add-to-links li > .addtocart .quantity-box,
.vina-products .right-timer .add-to-links li > .addtocart .quantity-controls {
  display: none;
}
.vina-products .right-timer .add-to-links li > a,
.vina-products .right-timer .add-to-links li > .addtocart {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 0;
  background: #e5e5e5;
  display: block;
  font-size: 0;
  color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
}
.vina-products .right-timer .add-to-links li > a .addtocart-button > input[type="submit"],
.vina-products .right-timer .add-to-links li > .addtocart .addtocart-button > input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 38px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: transparent;
  text-shadow: none;
}
.vina-products .right-timer .add-to-links li > a .addtocart-button > input[type="submit"]:focus,
.vina-products .right-timer .add-to-links li > .addtocart .addtocart-button > input[type="submit"]:focus {
  outline: none;
}
.vina-products .right-timer .add-to-links li > a > i,
.vina-products .right-timer .add-to-links li > .addtocart > i {
  font-size: 18px;
  color: #8f8f8f;
  font-style: normal;
  background: transparent;
}
.vina-products .right-timer .add-to-links li > a:hover > i,
.vina-products .right-timer .add-to-links li > .addtocart:hover > i {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.vina-products .right-timer .add-to-links li > a:hover > i:before,
.vina-products .right-timer .add-to-links li > .addtocart:hover > i:before {
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
}
.vina-products .products {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.vina-products .product .images-container {
  position: relative;
  overflow: hidden;
  background: #ebebed;
}
.vina-products .product .images-container .product-image img {
  max-width: 100%;
  display: block;
  border: 0;
}
.vina-products .product .images-container .images-hover {
  position: absolute;
  display: block;
  margin: auto;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display:none;
}
.vina-products .product .vina-label {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 99;
}
.vina-products .price-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.vina-products .price-box p {
  display: inline;
}
.vina-products .price-box p > span {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-products .price-box .old-price {
  color: #313131;
  font-size: 14px;
  background: #fff;
  padding: 0 20px 0;
  float: left;
  height: 50px;
  line-height: 50px;
  text-decoration: line-through;
}
.vina-products .price-box .old-price .price {
  color: #313131;
  text-decoration: line-through;
  font-size: 14px;
}
.vina-products .price-box .special-price {
  color: #fff;
  font-size: 16px;
  padding: 0 18px 0 12px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.menu-dtproduct #sp-left,
.menu-dtproduct #sp-banner-content-2-wrapper {
  display: none;
}
.toolbar {
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
  background: #2d2d2d;
  padding: 13px 15px;
}
.toolbar .jshop_pagination {
  text-align: right;
}
.toolbar .sorter {
  float: left;
  width: 50%;
}
.toolbar .pager .pages strong {
  font-weight: normal;
  display: none;
}
.toolbar .pager .pages .pagination {
  margin: 0;
  padding: 0;
  text-align: right;
}
.toolbar .pager .pages ul {
  display: inline;
}
.toolbar .select-sort-by {
  display: inline-block;
}
.toolbar .select-sort-by:before {
  background: #2d2d2d url("../images/bg/bkg_select.png") no-repeat scroll 50% 50%;
  content: "";
  display: inline-block;
  float: left;
  height: 26px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 2px;
  width: 19px;
}
.toolbar .sorter {
  float: left;
  width: 50%;
}
.toolbar .sorter .orderby-img {
  display: inline-block;
}
.toolbar .sorter .orderby-img img {
  display: none;
}
.toolbar .sorter .orderby-img > i {
  color: #b7b7b7;
  padding: 3px 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
}
.toolbar .sorter .sort-by {
  float: right;
  padding-left: 50px;
  font-size: 12px;
  position: relative;
}
.toolbar .sorter .sort-by label {
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-weight: normal;
  
  color: #b7b7b7;
  font-size: 12px;
}
.toolbar .sorter .sort-by select {
  padding: 4px 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  text-align: center;
  background: #2d2d2d;
  font-size: 13px;
  width: auto;
  -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;
  border: 2px solid #fff;
  color: #fff;
}
.toolbar .pager {
  float: right;
  margin: 0;
  width: 48%;
}
.toolbar .pager .select-sort-by {
  display: inline-block;
}
.toolbar .pager .select-sort-by:before {
  right: 7px;
}
.toolbar .pager .limiter {
  float: left;
  font-size: 12px;
  position: relative;
}
.toolbar .pager .limiter select {
  padding: 4px 5px;
  width: auto;
  -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;
  margin: 0 5px;
  vertical-align: middle;
  text-align: center;
  background: #2d2d2d;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
}
.toolbar .pager .limiter label {
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
  
  color: #b7b7b7;
  font-size: 12px;
}
.toolbar .view-mode {
  float: left;
  margin: 0;
}
.toolbar .view-mode > i {
  color: transparent;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.vina-js-ticker-left.ticker-home {
  margin-top: 30px;
}
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart {
  background: transparent !important;
  margin-bottom: 5px;
}
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-items-wrapper,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-items-wrapper {
  margin-top: 20px;
}
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-products .product-name,
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-products .price-box,
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-products .ratings,
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-products .right-timer,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-products .product-name,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-products .price-box,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-products .ratings,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-products .right-timer {
  background: #fff;
}
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-products .right-timer,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-products .right-timer {
  margin-top: 0;
  padding-top: 10px;
}
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .control-block,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .control-block {
  right: 15px;
}
.vina-js-ticker-left.vina-radius .vina-ticker-jshopping .vina-item,
.vina-js-ticker-left.vina-radius .vina-ticker-virtuemart .vina-item {
  border: 0 !important;
}
.vina-js-ticker-left.img-full.ticker-home {
  margin-top: 0;
  margin-bottom: 30px;
}
.vina-js-ticker-left.img-full .vina-item {
  border: 0 !important;
}
.vina-js-ticker-left.img-full .vina-ticker-jshopping,
.vina-js-ticker-left.img-full .vina-ticker-virtuemart {
  border: 0;
  margin-bottom: 14px;
}
.vina-js-ticker-left.img-full .vina-ticker-jshopping .control-block,
.vina-js-ticker-left.img-full .vina-ticker-virtuemart .control-block {
  right: 15px;
}
.vina-js-ticker-left.img-full .vina-ticker-jshopping .vina-items-wrapper,
.vina-js-ticker-left.img-full .vina-ticker-virtuemart .vina-items-wrapper {
  margin-top: 20px;
}
.vina-js-ticker-left.img-full .vina-ticker-jshopping .vina-products .product-name,
.vina-js-ticker-left.img-full .vina-ticker-virtuemart .vina-products .product-name {
  background: #fff;
}
.vina-js-ticker-left.img-full .vina-ticker-jshopping .vina-products .price-box,
.vina-js-ticker-left.img-full .vina-ticker-virtuemart .vina-products .price-box {
  right: 18%;
}
.vina-js-ticker-left .vina-ticker-jshopping,
.vina-js-ticker-left .vina-ticker-virtuemart {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-js-ticker-left .vina-ticker-jshopping .vina-items,
.vina-js-ticker-left .vina-ticker-virtuemart .vina-items {
  width: 100%;
}
.vina-js-ticker-left .vina-ticker-jshopping .text-block,
.vina-js-ticker-left .vina-ticker-virtuemart .text-block {
  margin-left: 23px;
}
.vina-js-ticker-left .vina-ticker-jshopping .text-block h4,
.vina-js-ticker-left .vina-ticker-virtuemart .text-block h4 {
  margin: 0;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
}
.vina-js-ticker-left .vina-ticker-jshopping .text-block h4 a,
.vina-js-ticker-left .vina-ticker-virtuemart .text-block h4 a {
  padding-top: 5px;
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  color: #262626;
  display: block;
}
.vina-js-ticker-left .vina-ticker-jshopping .info,
.vina-js-ticker-left .vina-ticker-virtuemart .info {
  clear: both;
  height: 16px;
  margin-bottom: 5px;
}
.vina-js-ticker-left .vina-ticker-jshopping .price-box-ticker .old-price > span,
.vina-js-ticker-left .vina-ticker-virtuemart .price-box-ticker .old-price > span {
  text-decoration: line-through;
}
.vina-js-ticker-left .vina-ticker-jshopping .price-box-ticker span,
.vina-js-ticker-left .vina-ticker-virtuemart .price-box-ticker span {
  font-size: 14px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-js-ticker-left .vina-ticker-jshopping .price-box-ticker p,
.vina-js-ticker-left .vina-ticker-virtuemart .price-box-ticker p {
  margin: 0;
}
.vina-js-ticker-left .vina-ticker-jshopping .header-block [class*="span"],
.vina-js-ticker-left .vina-ticker-virtuemart .header-block [class*="span"] {
  min-height: 0;
}
.vina-js-ticker-left .vina-ticker-jshopping .vina-items-wrapper,
.vina-js-ticker-left .vina-ticker-virtuemart .vina-items-wrapper {
  margin-bottom: -1px;
}
.vina-js-ticker-left .vina-ticker-jshopping .control-block,
.vina-js-ticker-left .vina-ticker-virtuemart .control-block {
  position: relative;
  top: -63px;
  right: -15px;
}
.vina-js-ticker-left .vina-ticker-jshopping .control-block .toggle,
.vina-js-ticker-left .vina-ticker-virtuemart .control-block .toggle {
  display: none;
}
.vina-js-ticker-left .vina-ticker-jshopping .control-block .up,
.vina-js-ticker-left .vina-ticker-jshopping .control-block .down,
.vina-js-ticker-left .vina-ticker-virtuemart .control-block .up,
.vina-js-ticker-left .vina-ticker-virtuemart .control-block .down {
  width: 19px;
  height: 19px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.vina-js-ticker-left .vina-ticker-jshopping .control-block .up,
.vina-js-ticker-left .vina-ticker-virtuemart .control-block .up {
  background: url(../images/btn/btn-slider.png) 0 0 no-repeat;
  right: 25px;
}
.vina-js-ticker-left .vina-ticker-jshopping .control-block .down,
.vina-js-ticker-left .vina-ticker-virtuemart .control-block .down {
  background: url(../images/btn/btn-slider.png) 100% 0 no-repeat;
}
#sp-feature-wrapper {
  padding: 80px 0;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
  text-align: center;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
#sp-breadcrumb-wrapper {
  padding: 20px 0;
  font-size: 12px;
  line-height: 20px;
  
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 30px;
}
ul.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
ul.breadcrumb > li {
  text-shadow: none;
  display: inline-block;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li span {
  padding: 3px 23px 4px 22px;
  color: #262626;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
}
ul.breadcrumb > li > a {
  border: 2px solid #bebebe;
}
ul.breadcrumb > li > span {
  border: 2px solid #000;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.vina-social .link-follow {
  margin: 0;
}
.vina-social .link-follow > li {
  float: left;
  margin: 0 8px 0 0;
  list-style: none;
}
.vina-social .link-follow > li > a {
  position: relative;
  display: block;
  height: 37px;
  line-height: 37px;
  width: 37px;
  text-align: center;
  background: #4c4c4c;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-social .link-follow > li > a.facebook:hover {
  background: #3c5b9b;
}
.vina-social .link-follow > li > a.google:hover {
  background: #de4d38;
}
.vina-social .link-follow > li > a.twitter:hover {
  background: #56d7ff;
}
.vina-social .link-follow > li > a.youtube:hover {
  background: #e21a2b;
}
#sp-subscribe-wrapper {
  background-color: #2f2f2f;
}
#sp-subscribe-wrapper .container {
  padding-top: 27px;
  padding-bottom: 24px;
}
.vina-newlletter form {
  margin: 0;
}
.vina-newlletter .acymailing_introtext {
  float: left;
  margin-right: 30px !important;
}
.vina-newlletter .acymailing_introtext h4 {
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  line-height: 42px;
  color: #fff;
  
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-newlletter .acymailing_form {
  margin: 0;
  display: inline-block;
}
.vina-newlletter .acymailing_form .acyfield_email {
  padding: 0;
}
.vina-newlletter .acymailing_form .acyfield_email > input {
  display: block;
  border: none;
  background: none;
  width: 100%;
  padding: 12px 10px;
  color: #dddddd;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  margin: 0;
}
.vina-newlletter .acymailing_form .acysubbuttons {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.vina-newlletter .acymailing_form .acysubbuttons > input {
  border: 2px solid #fff;
  text-align: center;
  padding: 11px 0;
  
  background: none;
  font-size: 14px;
  color: #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;
  width: 128px;
  height: 42px;
  margin-left: 15px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-brand.module {
  margin-bottom: 30px;
}
.vina-brand .header {
  margin: 0 0 33px 0;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vina-brand .header:before {
  position: absolute;
  z-index: -1;
  right: 60px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg/bkg_title.gif) repeat-x left center;
}
.vina-brand .header > span {
  background: #fff;
  padding-right: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #262626;
  
}
.vina-brand .vina-manufacturers-jshopping,
.vina-brand .vina-manufacturers-virtuemart {
  overflow: visible;
}
.vina-brand .vina-manufacturers-jshopping .caroufredsel_wrapper,
.vina-brand .vina-manufacturers-virtuemart .caroufredsel_wrapper {
  margin: 0 !important;
}
.vina-brand .vina-manufacturers-jshopping .item:hover,
.vina-brand .vina-manufacturers-virtuemart .item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-brand .vina-manufacturers-jshopping .item img,
.vina-brand .vina-manufacturers-virtuemart .item img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.vina-brand .vina-manufacturers-jshopping .item img:hover,
.vina-brand .vina-manufacturers-virtuemart .item img:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: gray;
  filter: grayscale(0%);
  filter: none;
}
.vina-brand .vina-manufacturers-jshopping ul,
.vina-brand .vina-manufacturers-virtuemart ul {
  margin: 0 0 0 15px !important;
}
.vina-brand .vina-manufacturers-jshopping .vina-prev,
.vina-brand .vina-manufacturers-jshopping .vina-next,
.vina-brand .vina-manufacturers-virtuemart .vina-prev,
.vina-brand .vina-manufacturers-virtuemart .vina-next {
  top: 6px;
  position: absolute;
  margin-top: -66px;
  text-indent: -9999px;
  border: 0;
  border: 2px solid #262626;
  width: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 19px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina-brand .vina-manufacturers-jshopping .vina-prev,
.vina-brand .vina-manufacturers-virtuemart .vina-prev {
  right: 25px;
  left: initial;
  background: url(../images/bg/bkg_slider_home.png) 0 0 no-repeat;
}
.vina-brand .vina-manufacturers-jshopping .vina-prev:hover,
.vina-brand .vina-manufacturers-virtuemart .vina-prev:hover {
  background-position: 0 100%;
}
.vina-brand .vina-manufacturers-jshopping .vina-next,
.vina-brand .vina-manufacturers-virtuemart .vina-next {
  right: 0px;
  background: url(../images/bg/bkg_slider_home.png) 100% 0 no-repeat;
}
.vina-brand .vina-manufacturers-jshopping .vina-next:hover,
.vina-brand .vina-manufacturers-virtuemart .vina-next:hover {
  background-position: 100% 100%;
}
#sp-position-wrapper {
  background: url(../images/bg/bkg_block_bottom.jpg) repeat-y 50% 0;
  min-height: 382px;
}
#sp-position-wrapper .container {
  padding-top: 32px;
}
.vina-latest-post {
  padding-right: 15px;
}
.vina-latest-post .vina-ticker-content .header-block {
  position: relative;
  padding-right: 57px;
}
.vina-latest-post .vina-ticker-content .header-block .blog-titles {
  background: url(../images/bg/bkg_blog_title.gif) repeat-x left center;
  width: 100%;
  margin-bottom: 23px;
}
.vina-latest-post .vina-ticker-content .header-block .blog-titles h2 {
  background: #222;
  padding: 10px 20px 10px 0;
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  
}
.vina-latest-post .vina-ticker-content .header-block .control-block {
  position: absolute;
  right: 0;
  top: -9px;
}
.vina-latest-post .vina-ticker-content .header-block .control-block .toggle {
  display: none;
}
.vina-latest-post .vina-ticker-content .header-block .control-block .up,
.vina-latest-post .vina-ticker-content .header-block .control-block .down {
  width: 19px;
  height: 19px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.vina-latest-post .vina-ticker-content .header-block .control-block .up {
  background: url(../images/btn/btn-slider.png) 0 0 no-repeat;
  right: 25px;
}
.vina-latest-post .vina-ticker-content .header-block .control-block .down {
  background: url(../images/btn/btn-slider.png) 100% 0 no-repeat;
}
.vina-latest-post .vina-ticker-content .vina-item {
  display: inline-block;
  border-top: 0 !important;
}
.vina-latest-post .vina-ticker-content .vina-item > .pull-left {
  max-width: 53%;
  margin-right: 30px;
}
.vina-latest-post .vina-ticker-content .vina-item img {
  float: left;
  margin-right: 0;
}
.vina-latest-post .vina-ticker-content .vina-item a .blog-title {
  text-transform: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 13px;
  display: inline-block;
  margin-top: 2px;
}
.vina-latest-post .vina-ticker-content .vina-item a.readmore {
  color: #fff !important;
  font-size: 12px;
  border: 2px solid #fff;
  padding: 12px 30px;
  
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}
.vina-latest-post .vina-ticker-content .vina-item .blog-content p {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSans-Regular';
}
.wrap-carousel > div,
.wrap-carousel > div >div {
  height: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}
.vina-client-testimonal .header {
  width: 100%;
  margin-bottom: 23px;
  margin-top: 8px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vina-client-testimonal .header:before {
  right: 57px;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: url(../images/bg/bkg_blog_title.gif) repeat-x left center;
}
.vina-client-testimonal .header > span {
  background: #2f2f2f;
  padding: 10px 20px 10px 0;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.vina-client-testimonal.module {
  position: relative;
  padding-left: 15px;
}
.vina-client-testimonal.custom > div,
.vina-client-testimonal.custom > div >div {
  height: 100% !important;
  position: initial !important;
}
.vina-client-testimonal.custom > div.carousel,
.vina-client-testimonal.custom > div >div.carousel {
  position: initial !important;
}
.vina-client-testimonal .carousel {
  margin: 0 !important;
  height: 100% !important;
  overflow: visible !Important;
  position: initial;
}
.vina-client-testimonal .carousel .carousel-control {
  position: absolute;
  top: 20px;
  width: 19px;
  height: 19px;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}
.vina-client-testimonal .carousel .carousel-control > i {
  display: none;
}
.vina-client-testimonal .carousel .carousel-control.left {
  background: url(../images/btn/btn-slider.png) 0 0 no-repeat;
  left: initial;
  right: 25px;
}
.vina-client-testimonal .carousel .carousel-control.right {
  background: url(../images/btn/btn-slider.png) 100% 0 no-repeat;
  right: 0;
  margin: 0;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .std {
  border: 1px solid #444;
  padding: 25px;
  text-align: center;
  position: relative;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .std a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .std .arrow-bottom {
  position: absolute;
  background: url(../images/bg/bkg_std_testimo.jpg) no-repeat;
  width: 38px;
  height: 27px;
  bottom: -18px;
  left: 31%;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .post-by {
  text-align: center;
  margin-top: 20px;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .post-by .testimonial-content-avatar {
  display: inline-block;
  line-height: 60px;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .post-by .testimonial-content-avatar img {
  border-radius: 100%;
}
.vina-client-testimonal .testimonial .testimonial-sidebar-content .post-by .testimonial-author {
  display: inline-block;
  font-family: 'OpenSans-Bold';
  font-size: 12px;
  
  margin-left: 10px;
}
.carousel-control {
  font-size: 40px;
}
.carousel-control .carousel-caption {
  color: #fff;
}
#sp-shipping-wrapper .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vina-shipping .media {
  float: left;
  display: inline-block;
  width: 25%;
  border: 1px solid #e5e5e5;
  border-right: 0;
  margin: 0;
  padding: 45px 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
}
.vina-shipping .media:hover {
  color: #fff;
}
.vina-shipping .media:hover .pull-left > i {
  color: #fff;
}
.vina-shipping .media:hover h3 {
  color: #fff;
}
.vina-shipping .media.box-col4 {
  border-right: 1px solid #e5e5e5;
}
.vina-shipping .media .pull-left {
  margin: 0;
}
.vina-shipping .media .pull-left > i {
  font-size: 60px;
  color: #222;
  padding-right: 10px;
}
.vina-shipping .media h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  color: #000;
  
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-shipping .media .media-body {
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSans-Regular';
}
#sp-bottom-wrapper {
  background: #222222;
}
#sp-bottom-wrapper .container {
  padding-top: 28px;
  padding-bottom: 31px;
}
.vina-bottom h3.header {
  border-bottom: 1px solid #393939;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.vina-bottom h3.header > span {
  
  font-size: 14px;
  color: #fff;
}
.vina-bottom ul > li {
  border-bottom: 1px solid #393939;
}
.vina-bottom ul > li > a {
  line-height: 40px;
  padding-left: 20px;
  background: transparent url(../images/icon/icon-footer.png) no-repeat 0 19px;
  color: #adadad;
  font-size: 12px;
  font-family: 'OpenSans-Regular';
}
.vina-bottom ul > li > a:hover {
  background-position: 0px -29px;
  background-color: transparent;
  padding-left: 25px;
}
.vina-bottom ul > li:last-child {
  border-bottom: 0;
}
.vina-bottom ul.footer-static-content {
  margin: 0;
}
.vina-bottom ul.footer-static-content > li {
  clear: both;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  color: #646464;
}
.vina-bottom ul.footer-static-content > li > i {
  float: left;
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  padding-left: 0;
  height: 34px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-bottom ul.footer-static-content > li > span {
  font-family: 'OpenSans-Bold';
  color: #fff;
  font-size: 13px;
  padding-right: 5px;
}
.vina-bottom ul.footer-static-content > li > span > a {
  color: #646464;
  font-family: 'OpenSans-Regular';
}
.vina-popular-cate > .mod-wrapper > .header {
  background: url(../images/bg/bkg_title.gif) repeat-x left center;
  margin: 36px 0 34px;
  width: 100%;
}
.vina-popular-cate > .mod-wrapper > .header > span {
  background: #fff;
  padding-right: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 7px;
  color: #262626;
  
}
.vina-catemenu.module {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px 0 20px 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-catemenu .header {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.vina-catemenu .image-title {
  display: none;
}
.vina-catemenu .deeper > a {
  display: inline-block;
  float: right;
  margin-top: -42px;
  width: 50%;
  padding: 0 20px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-catemenu .deeper > a > img {
  max-width: 100%;
}
.vina-catemenu .deeper > a:hover {
  background-color: transparent;
}
.vina-catemenu .nav-child {
  max-width: 50%;
}
.vina-catemenu .nav-child a {
  font-family: 'OpenSans-Bold';
  font-size: 12px;
  color: #464646;
  line-height: 30px;
  text-transform: capitalize;
  background-color: transparent !important;
}
.vina-catemenu .nav-child a:before {
  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;
  content: "\f138";
  margin-right: 10px;
  font-size: 12px;
}
#sp-footer-wrapper {
  background-color: #2f2f2f;
}
#sp-footer-wrapper .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
#sp-footer-wrapper ul.vina-footer-menu {
  margin: 0 0 6px;
}
#sp-footer-wrapper ul.vina-footer-menu > li {
  margin: 0;
  display: inline-block;
}
#sp-footer-wrapper ul.vina-footer-menu > li > a {
  font-size: 12px;
  
  color: #fff;
  background: url(../images/bg/bkg_footer_links.png) right center no-repeat;
  padding-right: 10px;
  margin-right: 5px;
}
#sp-footer-wrapper ul.vina-footer-menu > li:last-child > a {
  background: none;
}
#sp-footer-wrapper .copyright {
  color: #646464;
  font-size: 13px;
  font-family: 'OpenSans-Regular';
}
#sp-footer-wrapper .copyright a {
  color: #adadad;
}
.sp-totop {
  display: inline-block;
  position: fixed;
  bottom: 35px;
  right: 12px;
  z-index: 99;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sp-totop.hidden-top {
  bottom: -100px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sp-totop:focus {
  outline: none;
  text-decoration: inherit;
}
.sp-totop:focus > i {
  outline: none;
}
.sp-totop > i {
  font-size: 17px;
  color: #fff;
  background: #7f7f7f;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-totop > i:focus {
  outline: none;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tooltip.top .tooltip-inner {
  font-size: 11px;
  padding: 4px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-family: 'OpenSans-Regular';
}
.tooltip.top.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .entry-meta {
  padding: 10px;
  color: #fff;
}
.item-page .entry-meta a {
  color: #fff;
}
.vina-login form {
  background: #eeeeee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-login form .controls {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.vina-login form input[type="text"],
.vina-login form input[type="password"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}
.vina-login form button[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  background: #fff;
  text-shadow: none;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  
}
.vina-login form button[type="submit"]:focus {
  outline: none;
}
.vina-login form .control-group {
  margin-top: 10px;
}
.vina-login form .unstyled > li > a {
  font-size: 13px;
  text-transform: none;
  line-height: 22px;
  color: #313131;
}
.vina-login form .unstyled > li > a:hover {
  text-decoration: underline;
}
.vina-login form .unstyled > li > a:focus {
  outline: none;
}
.vina-jl-category ul.categories-module {
  padding: 10px 20px;
  background: #eeeeee;
}
.vina-jl-category ul.categories-module > li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  word-wrap: break-word;
  padding: 8px 0 8px 25px;
  font-size: 12px;
  
  line-height: 29px;
  color: #313131;
  border-bottom: 1px solid #d6d6d6;
  font-weight: normal;
}
.vina-jl-category ul.categories-module > li:hover a,
.vina-jl-category ul.categories-module > li:focus a,
.vina-jl-category ul.categories-module > li.active a {
  background-position: 0 -27px;
}
.vina-jl-category ul.categories-module > li:last-child a {
  border-bottom: 0;
}
.vina-jl-category ul.categories-module ul {
  display: none;
}
.categories-list h3.page-header {
  padding-bottom: 10px;
  margin: 0;
}
.categories-list h3 a {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  border: 0;
  display: inline-block;
  color: #262626;
}
#comments-form p {
  margin-left: 0px !important;
}
#comments-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px !important;
}
#comments-form input.checkbox + label {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
#comments-form #comments-form-buttons {
  margin-left: 0 !Important;
}
#comments-form .btn,
#comments-form .btn > div {
  background: none;
  padding: 0;
  border: 0;
}
#comments-form .btn a,
#comments-form .btn > div a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 8px;
}
#comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px !important;
}
#jc .rbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
h2.page-header {
  margin: 20px 0 5px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  border: 0;
  display: inline-block;
}
h2.page-header span {
  color: #262626;
}
.accordion-heading .accordion-toggle {
  font-weight: normal;
}
.item-page .media .pull-left {
  margin: 0;
}
.item-page .media .pull-left > img {
  margin-right: 0;
}
.item-page h1.page-header {
  margin: 20px 0 5px;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  border: 0;
  display: inline-block;
}
.item-page h1.page-header a {
  /*color: #262626;*/
}
.item-page .post-meta {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.item-page .tags {
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 30px;
}
.item-page .tags a {
  background: transparent;
  text-shadow: none;
}
.item-page .tags a:hover {
  text-decoration: underline;
}
.item-blog {
  font-family: "OpenSans-Regular";
  font-size: 13px;
  line-height: 20px;
}
.item-blog .post-meta {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #eaeaea solid;
  text-transform: capitalize;
  font-size: 12px;
}
.item-blog .post-meta .category-name,
.item-blog .post-meta .by-author {
  display: inline-block;
}
.item-blog .post-meta .category-name > i,
.item-blog .post-meta .by-author > i {
  font-size: 16px;
}
.item-blog .post-meta .category-name {
  padding: 0 30px;
}
.item-blog .post-meta .category-name a:hover {
  text-decoration: underline;
}
.item-blog .img-intro {
  position: relative;
  top: 0;
  z-index: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.item-blog .img-intro .vina-item-date {
  position: absolute;
  padding: 30px 10px 10px;
  z-index: 0;
  font-size: 16px;
  line-height: 24px;
  top: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.item-blog .img-intro .vina-item-date .vina_m {
  display: block;
}
.item-blog .img-intro .vina-item-date:before {
  width: 0px;
  position: absolute;
  content: "";
  height: 0;
  top: 0;
  left: 0;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.vina-blogs {
  padding-bottom: 30px;
}
.vina-blogs .jcomments-links > a {
  display: inline-block;
  padding: 8px 10px;
}
.vina-blogs .jcomments-links > a.comments-link {
  float: right;
}
.vina-blogs h2.entry-title {
  font-size: 20px;
  line-height: 26px;
  margin: -3px 0 10px;
}
.vina-blogs h2.entry-title a {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  text-transform: unset;
  font-weight: normal;
}
.pagination {
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
  background: #2d2d2d;
  padding: 13px 15px;
  text-align: center;
}
.pagination .counter {
  color: #fff;
  font-family: 'OpenSans-Bold';
}
.pagination ul li {
  display: inline-block;
  margin: 0 3px;
  font-size: 12px;
  line-height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pagination ul li.pagination-active a {
  padding: 4px 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pagination ul li a {
  color: #fff;
  background: #4c4c4c;
  padding: 4px 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
}
.pagination ul li:last-child,
.pagination ul li:first-child {
  margin: 0 0 0 3px;
}
.pagination ul li:last-child a,
.pagination ul li:first-child a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.vina-payment {
  text-align: right;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar .select-sort-by:before {
    height: 25px;
  }
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 {
  background: #0a0a0a;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 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.first > a {
  border-left: 1px solid transparent;
}
#sp-main-menu ul.level-0 > li.first.active:hover > a {
  border-left: 1px solid transparent;
}
#sp-main-menu ul.level-0 > li.first:hover > a {
  border-left: 1px solid #646464;
}
#sp-main-menu ul.level-0 > li >a {
  padding: 9px 29.4px;
  text-decoration: none;
  display: block;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: unset;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  border-left: 1px solid #fff;
  background: #0a0a0a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-main-menu ul.level-0 > li:hover > a,
#sp-main-menu ul.level-0 > li.active > a {
  background: #646464;
  border-left: 1px solid #464646;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 16px;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: unset;
  -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 {
  position: relative;
  z-index: 0;
}
#sp-main-menu li li:not(.sp-menu-group) > a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  -webkit-transition: width 400ms ease-in-out;
  -moz-transition: width 400ms ease-in-out;
  -o-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  content: "";
}
#sp-main-menu li li:not(.sp-menu-group) > a:hover:before {
  width: 100%;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset1:hover {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset1:before {
  background: #0b96f3;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset2:hover {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset2:before {
  background: #ea7696;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset3:hover {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset3:before {
  background: #269c58;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset4:hover {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset4:before {
  background: #aa9948;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset5:hover {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset5:before {
  background: #ef7c3d;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset6:hover {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) > a.menu-preset6:before {
  background: #de4c4a;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #0a0a0a;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #0a0a0a;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.vina-menu {
  position: absolute !important;
  right: 0;
  top: 0 !important;
  padding: 10px 9px 8px 8px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
  font-family: 'Kotta One';
  font-size: 27px;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 4px 4px 3px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
  font-family: 'Kotta One';
  font-size: 36px;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sp-mobile-menu {
  background: #686868;
}
.sp-mobile-menu > ul > li img {
  display: none;
}
.sp-mobile-menu > ul > li.parent.open {
  border-top: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li {
  background: #e6e6e6;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
}
.sp-mobile-menu ul li.last {
  border-bottom: 0;
}
.sp-mobile-menu ul li.parent.open > a {
  color: #fff;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li.parent.open > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li a {
  font-size: 16px;
  
  border-bottom: 1px solid transparent;
  font-weight: normal;
  font-family: 'OpenSans-Bold';
  width: 100%;
  padding: 0 7px 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-mobile-menu ul li.active > span.sp-menu-toggler i,
.sp-mobile-menu ul li:hover > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul li {
  background: #777777;
  border-top: 0;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li > ul li a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li.parent.open > a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li.parent.open > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li a {
  font-size: 14px;
}
.sp-mobile-menu ul li > ul > li.active span.sp-menu-toggler i,
.sp-mobile-menu ul li > ul > li:hover span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li > span.sp-menu-toggler i {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.parent.open > a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.parent.open > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.active span.sp-menu-toggler i,
.sp-mobile-menu ul li > ul > li > ul > li:hover span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li > span.sp-menu-toggler i {
  color: #fff;
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  height: 40px;
  position: absolute;
  right: 3px;
  top: 0;
}
.sp-mobile-menu ul li span.sp-menu-toggler i {
  width: 28px;
  height: 28px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  margin-top: 5px;
  background: #289daa;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sp-mobile-menu ul li span.sp-menu-toggler i.icon-angle-down:before {
  content: "\f0d8";
}
.sp-mobile-menu ul li span.sp-menu-toggler i.icon-angle-right:before {
  content: "\f0da";
}
.sp-mobile-menu .header-button {
  height: 38px;
  line-height: 38px;
  text-align: right;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu .header-button p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 39px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 65px;
  
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li > a {
  padding: 9px 25.4px;
}
.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: 12px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -o-transform: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.vina-menu-category {
  font-weight: normal;
}
.vina-menu-category > .mod-wrapper {
  height: 50px;
}
.vina-menu-category.module {
  position: relative;
}
.vina-menu-category .header {
  font-size: 16px;
  
  line-height: 50px;
  height: 50px;
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.vina-menu-category .header:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  margin-right: 11px;
}
.vina-menu-category .header:after {
  font-family: FontAwesome;
  font-size: 20px;
  margin-top: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f13a";
  float: right;
}
.vina-menu-category .vina-treeview-jshopping,
.vina-menu-category .vina-treeview-virtuemart {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 999999;
  display: none;
}
.vina-menu-category .vina-treeview-jshopping ul,
.vina-menu-category .vina-treeview-virtuemart ul {
  margin: 0 !important;
}
.vina-menu-category .vina-treeview-jshopping ul > li,
.vina-menu-category .vina-treeview-virtuemart ul > li {
  background: none !important;
  padding: 0 !important;
}
.vina-menu-category .vina-treeview-jshopping ul > li.collapsable .hitarea,
.vina-menu-category .vina-treeview-virtuemart ul > li.collapsable .hitarea {
  background-position: 0 0;
}
.vina-menu-category .vina-treeview-jshopping ul > li.expandable .hitarea:before,
.vina-menu-category .vina-treeview-virtuemart ul > li.expandable .hitarea:before {
  content: "\f13a";
  display:none;
}
.vina-menu-category .vina-treeview-jshopping ul > li .hitarea,
.vina-menu-category .vina-treeview-virtuemart ul > li .hitarea {
  height: 12px;
  width: 12px;
  margin: 12px 23px 0 0;
  float: right;
  cursor: cell;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-menu-category .vina-treeview-jshopping ul > li .hitarea:before,
.vina-menu-category .vina-treeview-virtuemart ul > li .hitarea:before {
  position: relative;
  z-index: 99;
  font-family: FontAwesome;
  content: "\f137";
  padding: 0;
  color: #fff;
}
.vina-menu-category .vina-treeview-jshopping ul > li:hover > a,
.vina-menu-category .vina-treeview-jshopping ul > li:focus > a,
.vina-menu-category .vina-treeview-virtuemart ul > li:hover > a,
.vina-menu-category .vina-treeview-virtuemart ul > li:focus > a {
  background-color: #393939 !important;
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li a,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  line-height: 16px;
  padding: 15px 0 16px 48px;
  color: #fff;
  text-transform: unset;
  word-wrap: break-word;
  font-size: 15px;
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a {
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.women,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.women {
  background-image: url(../images/bg/1.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.men,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.men {
  background-image: url(../images/bg/6.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.footwear,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.footwear {
  background-image: url(../images/bg/8.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.jewellery,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.jewellery {
  background-image: url(../images/bg/7.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.accessories,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.accessories {
  background-image: url(../images/bg/4.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.electronic,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.electronic {
  background-image: url(../images/bg/laptop.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.camera,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.camera {
  background-image: url(../images/bg/3.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.holiday,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.holiday {
  background-image: url(../images/bg/3.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > a.toy,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.toy {
  background-image: url(../images/bg/2.png);
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > .sub-menu > li > a,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > a {
  padding-left: 63px;
}
.vina-menu-category .vina-treeview-jshopping ul.level0 > li > .sub-menu > li > .sub-menu > li > a,
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 73px !important;
}
.stars_no_active,
.ratingbox {
  height: 14px !important;
  font-size: 0 !important;
  width: 69px !important;
  line-height: 0 !important;
  background: url(../images/bg/bkg_rating_hover.png) 0 2px repeat-x !important;
  text-indent: -999em !important;
  overflow: hidden !important;
}
#lightbox-container-image-box {
  width: 400px !important;
  height: 505px !important;
  max-width: 100%;
  max-height: 100%;
}
#lightbox-container-image-data-box {
  padding: 30px 1px 0px 20px;
  width: 379px !important;
  max-width: 100%;
  max-height: 100%;
}
#lightbox-secNav-btnClose {
  position: relative;
  z-index: 999;
}
.zoomContainer .zoomLens {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zoomWindowContainer .zoomWindow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 370px;
}
.stars_active {
  float: left !important;
  height: 14px !important;
  background: url(../images/bg/bkg_rating_hover.png) 0 100% repeat-x !important;
}
div.star-rating a {
  background: url(../images/bg/bkg_rating_hover.png) 0 2px repeat-x !important;
}
div.star-rating-hover a,
div.star-rating-on a {
  background: url(../images/bg/bkg_rating_hover.png) 0 100% repeat-x !important;
}
div.rating-cancel,
div.rating-cancel a {
  display: none !important;
}
div.star-rating a {
  width: 14px;
}
.page-cart .cart {
  margin-bottom: 20px;
}
.page-cart .form-update-cart {
  margin-bottom: 0;
}
.page-cart .discount {
  display: inline-block;
  margin-bottom: 59px;
}
.page-cart .totals {
  display: inline-block;
  float: right;
  min-width: 370px;
}
.page-cart .page-title {
  width: 100%;
  overflow: hidden;
  border-bottom: 0;
  margin: 0 0 29px;
}
.page-cart .page-title h1 {
  margin: 0;
  font-size: 19px;
  color: #0b96f3;
  
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  line-height: 25px;
  font-weight: normal;
}
.page-cart .back-shop {
  padding: 20px;
}
.page-cart .back-shop > a,
.page-cart .update-cart {
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-cart .back-shop > a:hover,
.page-cart .update-cart:hover {
  color: #fff;
}
.page-cart .discount {
  max-width: 260px;
}
.page-cart .discount h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font: normal 14px/20px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  padding: 0;
  color: #000;
  
}
.page-cart .discount .discount-form label {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  font: 13px/20px 'OpenSans-Regular', Arial, Helvetica, sans-serif;
}
.page-cart .discount .discount-form .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.page-cart .discount .discount-form .input-box .inputbox {
  padding: 0 10px;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  font: 13px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #888888;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-cart .discount .discount-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 9px 0 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
  text-align: right;
}
.page-cart .discount .discount-form .buttons-set .button {
  float: right;
  margin-left: 5px;
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-cart .totals .table-totals {
  background: #021836;
  padding: 0px 0px 11px 23px;
}
.page-cart .totals .checkout-types {
  font-size: 13px;
  padding: 15px 30px;
  text-align: right;
  background: #021836;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.page-cart .totals .checkout-types > a {
  display: block;
  padding: 12px 20px;
  font: normal 25px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.page-cart .totals .checkout-types > a:focus {
  outline: none;
}
.page-cart .totals td {
  padding: 15px 30px 0px 7px;
  color: #fff;
}
.page-cart .totals td strong {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.page-cart .totals table {
  width: 100%;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  padding: 0;
}
.page-cart .totals table tfoot td {
  padding-bottom: 5px;
  
}
table.jshop {
  padding: 0;
}
table.jshop .table-header td {
  font-weight: normal;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: #313131;
  font-size: 14px;
  color: #fff;
}
table.jshop .table-header td.js_img {
  border-left: 1px solid #313131;
}
table.jshop .table-header td.js_remove {
  border-right: 1px solid #313131;
}
table.jshop .table-header .js_img {
  width: 9%;
}
table.jshop .table-header .js_item {
  width: 25%;
}
table.jshop .table-header .js_price {
  width: 15%;
}
table.jshop .table-header .js_number {
  width: 15%;
}
table.jshop .table-header .js_total {
  width: 15%;
}
table.jshop .table-header .js_remove {
  width: 10%;
}
table.jshop .jshop_prod_cart td {
  vertical-align: middle;
}
table.jshop .jshop_prod_cart td .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 39px;
  text-align: center;
  padding: 6px 0;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.jshop .jshop_prod_cart td .cart_reload {
  display: inline-block;
  position: relative;
  top: -6px;
  left: 6px;
}
table.jshop .jshop_prod_cart .product_name {
  vertical-align: middle;
  padding: 0 30px;
}
table.jshop .jshop_prod_cart .product_name a {
  color: #000;
}
table.jshop .jshop_prod_cart .product_name p.jshop_cart_attribute {
  font-weight: normal;
  padding: 0;
}
table.jshop .jshop_prod_cart img.jshop_img {
  border: 0;
}
table.jshop.coupons td {
  vertical-align: middle;
  padding: 5px 10px;
}
table.jshop.coupons td .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 10px;
}
table.jshop.coupons td .button {
  color: #fff;
  padding: 6px 11px;
  border: 0;
  text-shadow: none;
  margin: 0 0 0 10px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina_jsproduct .jshop_img_description ul {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  margin: 10px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina_jsproduct .jshop_img_description ul .jshop_img_thumb {
  cursor: pointer;
  margin: 5px;
}
.vina_jsproduct .jshop_img_description ul li {
  max-width: 87px;
}
.vina_jsproduct .slide-product-detail {
  clear: both;
  padding: 60px 0 0;
  overflow: hidden;
}
.vina_jsproduct .slide-product-detail#related-products {
  padding: 0;
  position: relative;
  z-index: 0;
}
.vina_jsproduct .slide-product-detail#related-products .slides {
  margin: 0;
  display: inline-block;
}
.vina_jsproduct .slide-product-detail#related-products .slides > li {
  padding: 0 30px 0 0;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav {
  margin: 0;
  list-style: none;
  display: inline-block;
  position: absolute;
  right: 49px;
  top: -86px;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav > li {
  display: inline-block;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav > li a {
  position: relative;
  z-index: 0;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  margin: 0 13px;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav > li a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/bg/bkg_slider_home.png) 0 0 no-repeat;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav > li .flex-prev {
  margin-right: 8px;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav > li .flex-prev:before {
  background-position: 0 100%;
}
.vina_jsproduct .slide-product-detail#related-products .flex-direction-nav > li .flex-next:before {
  background-position: 100% 100%;
}
.vina_jsproduct .slide-product-detail .header {
  background: #2d2d2d;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px;
}
.vina_jsproduct .slide-product-detail .header span {
  
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  padding: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina_jsproduct .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
.vina_jsproduct .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #fff;
}
.vina_jsproduct .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.vina_jsproduct .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-position: 0 100%;
  right: 70px;
}
.vina_jsproduct .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.vina_jsproduct .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 100%;
  right: 45px;
}
.vina_jsproduct .body-product .price-box .old-price {
  padding: 15px 20px;
}
.vina_jsproduct .body-product .product-options-bottom {
  margin: 0 0 20px;
  display: inline-block;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart {
  float: left;
  clear: both;
  display: inline-block;
  width: 100%;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart label {
  font-size: 13px;
  color: #2c2c2c;
  font-weight: normal;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart .qty {
  text-align: center;
  width: 60px !important;
  background: none;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 13px;
  border-radius: 0;
  margin: 0 20px 0 0;
  font-family: arial;
  box-shadow: none;
  border: 1px solid #ccc;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li > i {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  position: absolute;
  left: 19px;
  top: 50%;
  pointer-events: none;
  margin-top: -9px;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li:hover > i {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li input {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0 19px 0 47px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  text-shadow: none;
  
}
.vina_jsproduct .body-product .product-options {
  position: relative;
  clear: both;
  margin-top: -5px;
}
.vina_jsproduct .body-product .product-options dl {
  margin: 0;
}
.vina_jsproduct .body-product .product-options dd {
  padding: 2px;
  margin: 0;
}
.vina_jsproduct .body-product .product-options dd select {
  width: 99%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  vertical-align: middle;
  color: #888888;
  background: #fff;
  font: 13px/15px Arial;
  text-transform: capitalize;
}
.vina_jsproduct .body-product .product-options dd select option {
  padding-right: 10px;
}
.vina_jsproduct .body-product .product-options dd .prod_attr_img {
  display: none;
}
.vina_jsproduct .body-product .product-options dt {
  font-weight: normal;
  margin: 5px 0 10px;
  display: inline-block;
  text-transform: capitalize;
}
.vina_jsproduct .body-product .product-options dt label {
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #2c2c2c;
}
.vina_jsproduct .body-product .product-options dt .required em {
  color: #eb340a;
  margin-left: 5px;
  float: right;
}
.vina_jsproduct .body-product .product-name {
  margin: 0 0 5px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  line-height: 18px;
}
.vina_jsproduct .body-product .product-name h1 {
  margin: 0;
  font-size: 32px;
  color: #262626;
  text-transform: capitalize;
  font-weight: normal;
}
.vina_jsproduct .body-product .price-box {
  margin-top: 10px;
}
.vina_jsproduct .body-product .price-box .old-price {
  background: #ebebed;
}
.vina_jsproduct .body-product .vina-like {
  margin-top: 12px;
  margin-left: -5px;
  display:none;
}
.vina_jsproduct .body-product .short-description {
  margin: 0px 0 10px 0;
}
.vina_jsproduct .body-product .short-description .std {
  line-height: 25px;
  font-family: 'OpenSans-Regular';
  color: #646464;
  font-size: 13px;
}
.vina_jsproduct .body-product .stars_no_active {
  display: inline-block;
}
.vina_jsproduct .body-product .vina-hits {
  display: inline-block;
  margin: 0 5px;
}
.vina_jsproduct .body-product .vina-hits > span {
  margin-left: 5px;
}
.vina_jsproduct .body-product .view-rate {
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.vina_jsproduct .body-product .view-rate .ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
  display: inline-block;
}
.vina_jsproduct .body-product .view-rate .rating-links {
  margin: 0;
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
}
.vina_jsproduct .body-product .view-rate .rating-links a,
.vina_jsproduct .body-product .view-rate .rating-links > div {
  color: #393939;
  display: inline-block;
}
.vina_jsproduct .body-product .view-rate .rating-links .separator {
  margin: 0 2px;
}
.vina_jsproduct .body-product .availability {
  margin: 0;
  display: inline-block;
  float: right;
}
.vina_jsproduct .body-product .availability > span {
  text-transform: capitalize;
  font-weight: normal;
}
.vina_jsproduct .image_middle {
  position: relative;
}
.vina_jsproduct .image_middle .price-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.vina_jsproduct .image_middle .price-box .old-price {
  padding: 15px 20px;
}
#product-details-tab {
  margin-top: 40px;
}
#product-details-tab > ul {
  overflow: hidden;
  margin: 0 0 -1px;
  border-bottom: 0;
}
#product-details-tab > ul > li {
  font-size: 1.1em;
  line-height: 1em;
  margin: 5px 2px 0 0;
  float: left;
}
#product-details-tab > ul > li a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  
  text-decoration: none;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  color: #2c2c2c;
  border: 1px solid #eee;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#product-details-tab > ul > li.active > a,
#product-details-tab > ul > li:hover > a {
  color: #fff;
  border-bottom: 0;
}
#product-details-tab .tab-content {
  width: 100%;
  padding: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  border: 1px solid #ededed;
  float: left;
  min-height: 174px;
}
#product-details-tab .tab-content .box-content {
  font-size: 13px;
  line-height: 25px;
  color: #646464;
  font-family: 'OpenSans-Regular';
}
#product-details-tab .tab-content .box-content p {
  line-height: 25px;
}
#product-details-tab .tab-content .box-content strong,
#product-details-tab .tab-content .box-content .title {
  font-family: 'OpenSans-Bold';
}
#product-details-tab .tab-content #comments .comments-title {
  line-height: 30px;
  margin: 0;
}
.price-box p {
  display: inline-block;
  margin: 0;
  float: left;
}
.price-box .old-price {
  color: #313131;
  font-size: 14px;
  background: #fff;
  padding: 15px 20px 14px;
}
.price-box .old-price .price {
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}
.price-box .special-price {
 font-size: 16px;
  padding: 15px 18px 15px 12px;
  display: inline-block;
}
.price-box .special-price .price {
  color: #fff;
  text-decoration: inherit;
}
#product-details-tab {
  clear: both;
}
.jshop h1 {
  margin-top: 10px;
  font-size: 31px;
}
.jshop label {
  margin: 0px;
  display: inline;
}
.jshop .total {
  font-weight: bold;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .vina-rating {
  display: inline-block;
}
.jshop .product_label {
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  z-index: 1;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: left;
}
.jshop .prod_qty_input input {
  width: 20px;
}
.jshop input[type="radio"],
.jshop input[type="checkbox"] {
  margin: 2px 10px 0 0;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: middle;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  /*text-decoration: underline;*/
  font-size: 16px;
  color: #585858;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
}
#active_step {
  font-size: 18px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  
}
#order_add_info {
  height: 70px;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.jshop_list_product .block_product {
  padding-bottom:-10px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .image_block {
  padding: 2px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.productfull #block_price {
  font-size: 16px;
  font-weight: normal;
  color: white;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
  line-height: 50px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
  display: none;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.jshop .buttons-set .vina-button {
  border: 0 !important;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  padding-left: 0px;
}
.review_user {
  font-weight: normal;
  font-family: 'OpenSans-Bold';
  text-transform: capitalize;
  line-height: 18px;
}
.review_text {
  padding-top: 2px;
  padding-bottom: 2px;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .span3 {
  color: #2c2c2c;
  font-weight: normal;
  position: relative;
  z-index: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  font-size: 14px;
}
#jshop_review_write .inputbox {
  width: 250px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}
#jshop_review_write .btn-comment input {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#jshop_review_write .btn-comment input:hover {
  color: #fff;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 11px;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.fielderror {
  background-color: #FDC055 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.page-check-out form {
  padding: 15px;
  
margin: -44px 0 0;
}
a.policy {
  font-weight: normal;
}
.vina-button,
#vina_contact_us input.submit,
.jcomments-links > a,
#comments-form .btn a {
  display: block;
  padding: 12px 20px;
  font: normal 25px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  /*background: transparent !important;*/
  /*color: #393939 !important;
  border: 2px solid #313131 !important;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-button:hover,
#vina_contact_us input.submit:hover,
.jcomments-links > a:hover,
#comments-form .btn a:hover {
  color: #fff !important;
}
.step-title {
  margin: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  background: none;
  border: 1px solid #f1f1f1;
  padding: 8px 10px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title.active {
  border: 0;
}
.step-title .number {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  float: left;
  padding: 2px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  line-height: 25px;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 16px;
  text-shadow: none;
}
.step-title h2 {
  float: left;
  margin: 0;
  font-weight: normal;
  color: #fff;
  font: normal 14px/25px 'Helvetica Neue",Helvetica,Arial,sans-serif', Helvetica, sans-serif;
  
  padding-left: 10px;
}
.step-title h2 #active_step {
  font-weight: normal;
}
.step-title.active {
  display: block;
}
.fields {
  width: 100%;
  float: left;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop_register {
  width: 100% !important;
  padding: 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .fields {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.jshop_register .field {
  float: left;
  width: 275px;
}
.jshop_register label {
  float: left;
  color: #2c2c2c;
  font-weight: normal;
  position: relative;
  z-index: 0;
  margin: 0 0 8px !important;
  font-size: 14px;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .input-box input.inputbox,
.jshop_register .input-box select.inputbox {
  width: 254px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
label b {
  font-weight: normal;
  color: #666;
}
.data-table td {
  vertical-align: top;
  font-weight: normal;
  padding: 6px 10px;
}
.data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
.data-table tfoot td {
  padding: 6px 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #ddd;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#table_shippings {
  margin-top: 15px;
}
#checkout-review-table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  box-sizing: border-box;
  margin: 15px 0px;
}
#checkout-review-table .product-name {
  font-weight: normal;
  color: #333;
  font-size: 13px;
}
#checkout-review-table strong {
  font-weight: normal;
}
#checkout-review-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
  color: #777;
}
.jshop-place-order strong {
  /*font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';*/
  float: left;
  width: 155px;
}
.jshop-place {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.jshop-place table {
  float: left;
}
#wishlist-table {
  border: 1px solid #ddd;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
button.btn-cart {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-shadow: none;
}
button.btn-cart span {
  background: none;
  border: 0;
  line-height: 19px;
  padding: 0;
  color: #777;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
button.btn-cart span span {
  border: 0 none;
  color: #777;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  
}
button.btn-cart:hover {
  background: none;
}
.box-account {
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  margin: 20px 0;
  padding: 15px;
  width: 100%;
}
.box-account .box-head {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
}
.box-account .jshop_profile_data span,
.box-account .jshop_profile_data .name {
  font-weight: normal;
  font-size: 14px;
  font-family: 'titilliumweb';
  line-height: 20px;
  color: #555555;
}
.jshop-edit {
  width: 100%;
  float: left;
}
.myorders_block_info,
.myorders_no_orders {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.account-login .header,
.account-logout .header {
  width: 100%;
  overflow: hidden;
  border-bottom: 0;
  margin: 0 0 29px;
}
.account-login .header > span,
.account-logout .header > span {
  margin: 0;
  font-size: 19px;
  
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  line-height: 25px;
  font-weight: normal;
}
.account-login .content,
.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ddd;
  border-bottom: 0;
  line-height: 22px;
  font-family: 'OpenSans-Regular';
  color: #646464;
  font-size: 13px;
}
.account-login .content h2,
.account-logout .content h2 {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 3px;
  background-repeat: no-repeat;
  
  line-height: 24px;
}
.account-login input[type="radio"],
.account-login input[type="checkbox"],
.account-logout input[type="radio"],
.account-logout input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
.account-login .new-users h2,
.account-logout .new-users h2 {
  background-image: url(../images/i_page1.gif);
}
.account-login .login-users h2,
.account-logout .login-users h2 {
  background-image: url(../images/i_page2.gif);
}
.account-logout .content {
  min-height: 50px;
}
.buttons-set {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
}
.buttons-set button {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.buttons-set a {
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.buttons-set .vina-button {
  float: left;
  margin-left: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.buttons-set .vina-button > span {
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-list {
  list-style: none;
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list input.inputbox,
.form-list select.inputbox {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
  background: #fff;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: left;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #ddd;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  background: #fff;
  color: #777;
  margin: -33px 0 0 -10px;
  padding: 2px 14px;
  position: relative;
  line-height: 1.35;
}
.account-create .fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.account-create .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
  display: inline-block;
}
.reset .form-list input.validate-username {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.reset .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form .form-list input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.contact-form .form-list textarea {
  width: 529px;
}
.contact-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.contact .dl-horizontal {
  float: left;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
#checkout-progress-wrapper .header {
  margin: 0;
  line-height: 20px;
  font-weight: normal;
}
#checkout-progress-wrapper .header > span {
  background: #2f2f2f;
  color: #fff;
  word-wrap: break-word;
  display: inline-block;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  
  font-size: 16px;
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.address_block.jshop .header {
  width: 100%;
  overflow: hidden;
  border-bottom: 0;
  margin: 15px 14px 29px;
}
.address_block.jshop .header span {
  margin: 0;
  font-size: 19px;
  
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  line-height: 25px;
  font-weight: normal;
}
#jshop_menu_order {
  background: #eeeeee;
  border: 0 !important;
  width: 265px;
}
#jshop_menu_order dl {
  margin: 0;
}
#jshop_menu_order .jshop_order_step {
  padding: 0 0 0 20px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jshop_menu_order .jshop_order_step:last-child dt {
  border: 0;
}
#jshop_menu_order dt {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  background: url(../images/bg/bkg_layed.png) no-repeat 0px 23px;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  
  color: #585858;
  margin: 0;
}
h1.header,
h1.page-header {
  margin: 0;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
}
h1.page-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.dl-horizontal dd {
  margin-left: 180px;
  display: block;
}
.add-to-basket > span {
  font-size: 28px;
}
.add-to-basket > span > span {
  font-size: 12px;
  position: relative;
  left: -11px;
  top: -8px;
  color: #fff !important;
}
table.cart .jshop_prod_cart td {
  font-weight: normal;
}
#product-options-wrapper .last > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#product-options-wrapper .last > div:nth-child(2n+1) {
  padding-right: 4%;
}
button:focus,
input:focus {
  outline: none;
}
.fullwidthbanner-container {
  z-index: 0;
}
#fancybox-content {
  width: 100% !important;
  border: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  background: #e5e5e5;
  float: left;
  color: #000;
  margin: 0px;
  padding: 5px 0;
  width: 48%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  color: #fff;
}
#fancybox-content .continue_link {
  margin-right: 2%;
}
#fancybox-content .showcart {
  margin-left: 2%;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
  font-weight: normal;
}
.vina-menu-category {
  font-weight: normal;
}
.vina-menu-category > .mod-wrapper {
  height: 50px;
}
.vina-menu-category.module {
  position: relative;
}
.vina-menu-category .header {
  font-size: 16px;
  
  line-height: 50px;
  height: 50px;
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.vina-menu-category .header:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  margin-right: 11px;
}
.vina-menu-category .header:after {
  font-family: FontAwesome;
  font-size: 20px;
  margin-top: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f13a";
  float: right;
}
.vina-menu-category .vina-treeview-virtuemart {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1;
  display: none;
}
.vina-menu-category .vina-treeview-virtuemart ul {
  margin: 0 !important;
}
.vina-menu-category .vina-treeview-virtuemart ul > li {
  background: none !important;
  padding: 0 !important;
}
.vina-menu-category .vina-treeview-virtuemart ul > li.collapsable .hitarea {
  background-position: 0 0;
}
.vina-menu-category .vina-treeview-virtuemart ul > li.expandable .hitarea:before {
  content: "\f13a";
}
.vina-menu-category .vina-treeview-virtuemart ul > li .hitarea {
  height: 12px;
  width: 12px;
  margin: 12px 23px 0 0;
  float: right;
  cursor: cell;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-menu-category .vina-treeview-virtuemart ul > li .hitarea:before {
  position: relative;
  z-index: 99;
  font-family: FontAwesome;
  content: "\f137";
  padding: 0;
  color: #fff;
}
.vina-menu-category .vina-treeview-virtuemart ul > li:hover > a,
.vina-menu-category .vina-treeview-virtuemart ul > li:focus > a {
  background-color: #393939 !important;
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  line-height: 16px;
  padding: 15px 0 16px 48px;
  color: #fff;
  
  word-wrap: break-word;
  font-size: 12px;
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a {
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.women {
  background-image: url(../images/bg/1.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.men {
  background-image: url(../images/bg/6.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Footwear {
  background-image: url(../images/bg/8.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Jewellery {
  background-image: url(../images/bg/7.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Accessories {
  background-image: url(../images/bg/4.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Electronic {
  background-image: url(../images/bg/laptop.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Camera {
  background-image: url(../images/bg/3.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Holiday {
  background-image: url(../images/bg/3.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > a.Toy {
  background-image: url(../images/bg/2.png);
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > a {
  padding-left: 63px;
}
.vina-menu-category .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 73px !important;
}
.vina-products .product.vm-product {
  position: relative;
  z-index: 0;
}
.vina-products .product .label-pro {
  width: 79px;
  height: 79px;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 0;
  text-indent: -9999px;
  left: 0;
}
.vina-products .product .label-pro.sale {
  background: url("../images/icon/sale1.png") no-repeat;
  z-index: 2;
}
.vina-products .product .label-pro.sale-new {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  background: url("../images/icon/new-sale.png") no-repeat;
  z-index: 3;
  float: right;
}
.vina-products .product .label-pro.new {
  background: url("../images/icon/new1.png") no-repeat;
}
.vina-js-ticker-left .vina-ticker-virtuemart .price-box-ticker span.PricesalesPrice {
  text-decoration: line-through;
}
.price-box .product-price {
  margin: 0;
}
.price-box .product-price > * {
  display: inline-block;
  float: left;
}
.price-box .product-price > *.price-crossed > * {
  color: #313131;
  font-size: 14px;
  background: #fff;
  padding: 0 20px 0;
  float: left;
  height: 50px;
  line-height: 50px;
  text-decoration: line-through;
}
.price-box .product-price > *.vm-price-value {
  color: #fff;
  font-size: 16px;
  padding: 0 18px 0 12px;
  height: 50px;
  line-height: 50px;
}
.price-box > .vm-price-value {
  color: #fff;
  font-size: 16px;
  padding: 0 18px 0 12px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.price-box-ticker .product-price > * {
  line-height: 18px;
}
.price-box-ticker .product-price > *.price-crossed > * {
  text-decoration: line-through;
}
.price-box-ticker .product-price > *.vm-price-value {
  color: #269c58 !important;
}
.price-box-ticker .product-price > *.vm-price-value .vm-price-desc {
  display: none;
}
.price-box-ticker .product-price > *.vm-price-value > span {
  text-decoration: initial !important;
}
.price-box-ticker > .vm-price-value {
  color: #269c58 !important;
}
.price-box-ticker > .vm-price-value .vm-price-desc {
  display: none;
}
.price-box-ticker > .vm-price-value > span {
  text-decoration: initial !important;
}
#vmCartModule {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
#vmCartModule .icon-shopping-cart {
  height: 50px;
  width: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: left;
}
#vmCartModule .top-cart-wrap {
  margin-bottom: 15px;
}
#vmCartModule .tc-content {
  padding: 15px 0 16px 0;
  text-align: center;
  color: #fff;
  width: 104px;
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  line-height: 19px;
  text-transform: none;
  width: 130px;
}
#vmCartModule .tc-content > .text {
  display: inline-block;
}
#vmCartModule .tc-content > .total_products {
  display: inline;
}
#vmCartModule .top-cart-content {
  display: none;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 0;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  text-align: left;
  z-index: 9;
}
#vmCartModule .top-cart-content a {
  color: #000;
}
#vmCartModule .top-cart-content .empty {
  font-size: 11px;
  line-height: 14px;
}
#vmCartModule .top-cart-content .empty > div {
  display: inline-block;
}
#vmCartModule .top-cart-content .empty > div.total_products {
  margin: 0 0 0 3px;
}
#vmCartModule .top-cart-content .top-subtotal {
  float: left;
  margin: 12px 0 0;
  font-size: 10px;
  
  font-weight: normal;
}
#vmCartModule .top-cart-content .top-subtotal span {
  font-size: 15px;
}
.vmicon,
.vmiconFE {
  background: url(../images/vm2-sprite.png) no-repeat top left;
}
#virtuemart_currency_id_chzn {
  display: none;
}
.zoomWindowContainer > div {
  margin-left: 12px;
}
#vina-reviews {
  font-family: 'OpenSans-Regular';
}
#vina-reviews h4 {
  margin-top: 30px;
}
#vina-reviews blockquote {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-size: 13px;
}
#vina-reviews .date {
  float: left;
  font-family: 'OpenSans-Bold';
}
#vina-reviews .vote {
  float: left;
  margin-left: 30px;
}
#vina-reviews .bold {
  width: 100%;
  float: left;
  font-family: 'OpenSans-Bold';
}
#vina-reviews .customer-reviews {
  margin: 0;
}
#vina-reviews textarea.virtuemart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#vina-reviews textarea.virtuemart:focus,
#vina-reviews textarea.virtuemart:hover {
  background: #fff;
}
#vina-reviews input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50px;
  height: 20px;
  margin: 0;
  padding: 0px 5px;
  background: transparent;
  border: none;
}
#vina-reviews input:focus,
#vina-reviews input:hover {
  background: transparent;
}
#vina-reviews input.highlight-button {
  width: auto;
  padding: 5px 10px;
  background: #e1e1e1;
  color: #696969;
  height: 30px;
  text-shadow: none;
}
#vina-reviews input.highlight-button:hover {
  color: #fff;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}
.ratingbox {
  margin: 0;
  display: inline-block;
  background: url("../images/bg/bkg_rating_hover.png") repeat-x scroll 0 0 transparent;
  position: relative;
  width: 70px;
  height: 12px;
}
.ratingbox .stars-orange {
  background: url("../images/bg/bkg_rating_hover.png") repeat-x scroll 0 bottom transparent;
  top: 2px;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #777;
  margin: 0 0 1.0em;
}
.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;
}
#cur_form a,
#cur_form span,
#cur_form p {
  color: #000;
  font: 14px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  font-size: 12px !important;
}
#cur_form a.caret:before,
#cur_form span.caret:before,
#cur_form p.caret:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  position: absolute;
  top: -1px;
  right: 8px;
  font-size: 14px;
}
#cur_form .bootstrap-select.btn-group {
  vertical-align: top;
}
#cur_form .bootstrap-select:hover .dropdown-menu,
#cur_form .bootstrap-select.open .dropdown-menu {
  display: block !important;
  height: auto !important;
  overflow: visible !Important;
}
#cur_form .bootstrap-select .dropdown-menu {
  display: none !important;
}
#cur_form .bootstrap-select button,
#cur_form .bootstrap-select .btn,
#cur_form .bootstrap-select .btn-default {
  min-width: 55px;
  display: inline-block;
  padding: 0;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select button:focus,
#cur_form .bootstrap-select .btn:focus,
#cur_form .bootstrap-select .btn-default:focus {
  outline: 0px;
}
#cur_form .bootstrap-select .caret {
  border-top: 4px solid #fff;
}
#cur_form .bootstrap-select ul.dropdown-menu {
  border-top: 1px solid #f4f4f4;
}
#cur_form .bootstrap-select div.dropdown-menu {
  position: absolute;
}
#cur_form .bootstrap-select .dropdown-menu {
  left: 0;
  text-align: left;
  padding: 0;
  border-color: #fff -moz-use-text-color -moz-use-text-color;
  border-radius: 0;
  border-style: solid none none;
  border-width: 0;
  border: 0px;
  margin: 0;
  color: #000;
  min-width: 144px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select .dropdown-menu li {
  cursor: pointer;
  padding: 0;
}
#cur_form .bootstrap-select .dropdown-menu li a {
  background: none repeat scroll 0 0 #fff;
  border-color: #fff -moz-use-text-color -moz-use-text-color;
  border-radius: 0;
  border-style: solid none none;
  border-width: 0;
  color: #666;
  display: block;
  font-weight: normal;
  line-height: 15px;
  padding: 0px 10px 1px;
  
  border: 1px solid #f4f4f4;
  border-top: none;
  text-align: left;
  height: inherit;
}
#cur_form .bootstrap-select .dropdown-menu li a,
#cur_form .bootstrap-select .dropdown-menu li span {
  font-size: 11px;
  color: #000;
}
#cur_form .bootstrap-select .dropdown-menu li.selected >a span.text {
  color: #0b96f3;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus {
  background-color: transparent;
  background-image: none;
  outline: 0px;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover span.text,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus span.text {
  color: #0b96f3;
}
.logout-users {
  margin-bottom: 30px;
}
#sp-contact .inline input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
}
#form-login .btn-login,
#form-login input[type="button"],
#form-login input[type="submit"] {
  display: inline-block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina-reviews input.highlight-button {
  display: inline-block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 42px;
}
#vina-reviews input.highlight-button:focus {
  outline: none;
}
.cart-view,
#checkoutForm {
  font-family: 'OpenSans-Regular';
}
.cart-view .vm-cart-header-container,
#checkoutForm .vm-cart-header-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.cart-view .vm-cart-header,
#checkoutForm .vm-cart-header {
  width: 50%;
  float: left;
}
.cart-view .vm-cart-header h1,
#checkoutForm .vm-cart-header h1 {
  font-size: 22px;
  color: #333;
  padding-bottom: 0;
}
.cart-view .product-name,
#checkoutForm .product-name {
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}
.cart-view .product-name a,
#checkoutForm .product-name a {
  color: #333;
}
.cart-view .vm-continue-shopping,
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
.cart-view .vm-continue-shopping .continue_link,
#checkoutForm .vm-continue-shopping .continue_link {
  text-transform: capitalize;
  float: right;
  color: #fff;
  margin: 0px;
  padding: 5px 10px;
  width: auto;
  text-align: center;
}
.cart-view #checkoutForm,
#checkoutForm #checkoutForm {
  width: 100%;
  float: left;
}
.cart-view form,
#checkoutForm form {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset,
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset.vm-fieldset-tos,
#checkoutForm fieldset.vm-fieldset-tos {
  margin: 20px 0;
}
.cart-view .login-users,
#checkoutForm .login-users {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 20px 0 20px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view #form-login input,
#checkoutForm #form-login input {
  background: #e1e1e1;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.cart-view #form-login .btn-login,
.cart-view #form-login input[type="submit"],
#checkoutForm #form-login .btn-login,
#checkoutForm #form-login input[type="submit"] {
  display: block;
  padding: 6px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent !important;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .billto-shipto,
#checkoutForm .billto-shipto {
  width: 100%;
  float: left;
  border: none;
  margin-top: 0;
  padding: 20px 0px;
}
.cart-view .billto-shipto .width50,
#checkoutForm .billto-shipto .width50 {
  border: solid #E9E8E8 1px;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0px 0px 6%;
}
.cart-view .billto-shipto .width50:first-child,
#checkoutForm .billto-shipto .width50:first-child {
  margin-left: 0;
}
.cart-view .billto-shipto .width50 .output-shipto a,
#checkoutForm .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
.cart-view .billto-shipto .width50 .output-shipto input,
#checkoutForm .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
.cart-view .billto-shipto h3,
#checkoutForm .billto-shipto h3 {
  margin: 0 0 10px;
}
.cart-view .billto-shipto i,
#checkoutForm .billto-shipto i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}
.cart-view .width50,
#checkoutForm .width50 {
  width: 50%;
  float: left;
}
.cart-view .checkout-button-top,
#checkoutForm .checkout-button-top {
  width: 100%;
  float: left;
}
.cart-view .vm-fieldset-pricelist,
#checkoutForm .vm-fieldset-pricelist {
  margin: 20px 0px;
}
.cart-view .cart-summary,
#checkoutForm .cart-summary {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-collapse: inherit;
}
.cart-view .cart-summary tr th,
#checkoutForm .cart-summary tr th {
  font-weight: normal;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
}
.cart-view .cart-summary tr th.tb-delete,
#checkoutForm .cart-summary tr th.tb-delete {
  border-right: 0;
}
.cart-view .cart-summary tr td.last,
#checkoutForm .cart-summary tr td.last {
  border-right: 0;
}
.cart-view .cart-summary .cart-images,
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view .cart-summary .cart-images img,
#checkoutForm .cart-summary .cart-images img {
  border: 1px solid #eee;
  display: inline-block;
  float: none;
  margin: 0 auto;
  width: 150px;
}
.cart-view .cart-summary tbody td,
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
.cart-view .cart-summary tbody td.coupon_code input,
#checkoutForm .cart-summary tbody td.coupon_code input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  float: left;
  text-shadow: none;
  margin: 5px 0 10px 10px;
  color: rgba(136,136,136,0.6);
}
.cart-view .cart-summary tbody td.coupon_code input.details-button,
#checkoutForm .cart-summary tbody td.coupon_code input.details-button {
  color: #313131;
  font-family: 'OpenSans-Bold';
  text-shadow: none;
  border: 0;
  height: 30px;
}
.cart-view .cart-summary tbody td.coupon_code input.details-button:hover,
.cart-view .cart-summary tbody td.coupon_code input.details-button:focus,
#checkoutForm .cart-summary tbody td.coupon_code input.details-button:hover,
#checkoutForm .cart-summary tbody td.coupon_code input.details-button:focus {
  outline: none;
  background: #000;
  color: #fff;
}
.cart-view .cart-summary tbody .vm-price-value,
#checkoutForm .cart-summary tbody .vm-price-value {
  float: none;
}
.cart-view .cart-summary tbody input.quantity-input,
#checkoutForm .cart-summary tbody input.quantity-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 2.2em !important;
  width: 2.2em !important;
  text-align: center;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
}
.cart-view .cart-summary tbody .vm2-add_quantity_cart,
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm2-add_quantity_cart:hover,
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart:hover {
  background: url(../images/vm2-sprite.png) no-repeat top left;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart,
#checkoutForm .cart-summary tbody .vm2-remove_from_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart:hover,
#checkoutForm .cart-summary tbody .vm2-remove_from_cart:hover {
  background-color: transparent;
  background-position: 0 -212px;
}
.cart-view .cart-summary tbody .vm-customfield-cart,
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
.cart-view .cart-summary tbody .vm-customfield-cart span,
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
.cart-view .cart-summary tbody .tb-total,
#checkoutForm .cart-summary tbody .tb-total {
  height: 30px;
  line-height: 30px;
  
  color: #000;
}
.cart-view .cart-summary tbody .tb-total .total-title,
#checkoutForm .cart-summary tbody .tb-total .total-title {
  text-align: right;
  padding: 20px 10px;
  border-right: 0;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping,
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 30%;
  float: left;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link,
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
}
.cart-view .cart-summary tbody .tb-total .title,
#checkoutForm .cart-summary tbody .tb-total .title {
  width: 47%;
  float: left;
  line-height: 40px;
}
.cart-view .cart-summary tbody .tb-total .total,
#checkoutForm .cart-summary tbody .tb-total .total {
  width: 15%;
  float: left;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
.cart-view .cart-summary tfoot,
#checkoutForm .cart-summary tfoot {
  margin: 20px 0px;
  text-align: right;
}
.cart-view .cart-summary tfoot .vmshipment_description,
.cart-view .cart-summary tfoot .vmpayment_description,
#checkoutForm .cart-summary tfoot .vmshipment_description,
#checkoutForm .cart-summary tfoot .vmpayment_description {
  display: none;
}
.cart-view .cart-summary tfoot a,
#checkoutForm .cart-summary tfoot a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent !important;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .cart-summary tfoot .shipment,
#checkoutForm .cart-summary tfoot .shipment {
  padding: 20px 40px 30px;
}
.cart-view .cart-summary tfoot .payment,
#checkoutForm .cart-summary tfoot .payment {
  padding: 0px 40px 27px;
}
.cart-view .checkout-button-top,
#checkoutForm .checkout-button-top {
  padding: 0px 40px 30px;
  display: inline-block;
  float: right;
  text-align: right;
  border: medium none;
}
.cart-view .checkout-button-top button,
#checkoutForm .checkout-button-top button {
  display: block;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: none;
  text-shadow: none;
}
.cart-view .checkout-button-top button:hover,
#checkoutForm .checkout-button-top button:hover {
  color: #fff;
}
.cart-view .fieldset-customer,
#checkoutForm .fieldset-customer {
  width: 100%;
  margin: 20px 0;
  border: solid #E9E8E8 1px;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view .fieldset-customer textarea#customer_note_field,
#checkoutForm .fieldset-customer textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-view .fieldset-customer .vm-fieldset-tos input.terms-of-service,
#checkoutForm .fieldset-customer .vm-fieldset-tos input.terms-of-service {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos span.cart,
#checkoutForm .fieldset-customer .vm-fieldset-tos span.cart {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service,
#checkoutForm .fieldset-customer .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon,
#checkoutForm .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service a:hover,
#checkoutForm .fieldset-customer .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
.cart-view .fieldset-customer .checkout-button-top,
#checkoutForm .fieldset-customer .checkout-button-top {
  float: left;
  text-align: left;
  padding: 0 0 10px;
}
#paymentForm .buttonBar-left,
#userForm .buttonBar-left {
  margin-bottom: 20px;
}
#paymentForm fieldset,
#userForm fieldset {
  float: left;
  margin-top: 0;
  width: 100%;
}
#paymentForm fieldset input,
#userForm fieldset input {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#paymentForm fieldset input[type="radio"],
#userForm fieldset input[type="radio"] {
  margin: -3px 10px 0 0;
}
#paymentForm fieldset label,
#userForm fieldset label {
  display: block;
}
.vm-button-correct {
  display: inline-block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.vm-button-correct:focus,
.vm-button-correct:hover {
  outline: none;
}
.vm-button-correct:hover {
  background: #000;
}
#userForm,
#paymentForm,
#adminForm {
  font-family: 'OpenSans-Regular';
  border: solid #E9E8E8 1px;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm .buttons-set,
#paymentForm .buttons-set,
#adminForm .buttons-set {
  border: 1px solid rgba(255,255,255,0);
  padding: 20px 0;
}
#userForm button[type="reset"],
#paymentForm button[type="reset"],
#adminForm button[type="reset"] {
  float: right;
}
#userForm button,
#paymentForm button,
#adminForm button {
  display: inline-block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
#userForm .buttonBar-right,
#paymentForm .buttonBar-right,
#adminForm .buttonBar-right {
  width: 100%;
  float: left;
  text-align: left;
}
#userForm input,
#paymentForm input,
#adminForm input {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#userForm fieldset a,
#paymentForm fieldset a,
#adminForm fieldset a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  background: transparent;
  max-width: 200px;
}
#userForm fieldset a.chzn-single:hover,
#paymentForm fieldset a.chzn-single:hover,
#adminForm fieldset a.chzn-single:hover {
  background: transparent;
}
#user-registration {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#user-registration input {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  background: none;
  width: 210px;
}
#user-registration input:focus,
#user-registration input.invalid {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
#user-registration button {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  border: 0 !important;
}
#user-registration button:hover {
  color: #fff;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  background: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
.top-content.media {
  overflow: visible;
}
.vina-language .header-language {
  float: left;
  padding-right: 15px;
  background: url(../images/bg/bg_toplink1.png) no-repeat 100% 50%;
}
.vina-language a {
  color: #666666 !important;
}
.vina-language a > i {
  margin-left: 9px;
}
.vina-box-search {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 3px solid #dddddd;
  z-index: 1000;
  margin: 15px 0 0 !important;
  box-sizing: border-box;
}
.vina-box-search .search {
  margin: 0;
}
.vina-box-search #mod_virtuemart_search {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  width: 75%;
  display: inline-block;
  margin: 0;
  background: none;
  padding: 12px 10px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #888888;
  font: 15px/15px Arial, Helvetica, sans-serif;
}
.vina-box-search .button {
  display: inline-block;
  padding: 12px 23px 12px 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.vina-box-search .search-input-wrapper input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 45px;
}
.vina-box-search .sp-vmsearch-categorybox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-box-search .search-input-wrapper {
  margin-right: 60px;
}
.vina-box-search .button {
  padding: 12px 16px 13px 16px;
}
.virtuemart_search {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 3px solid #dddddd;
  z-index: 1000;
  margin: 10px 0 0;
  max-width: 590px;
}
.virtuemart_search input {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.virtuemart_search .inputbox {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  width: 75%;
  display: inline-block;
  margin: 0;
  background: none;
  padding: 12px 10px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.virtuemart_search .button {
  display: inline-block;
  padding: 12px 23px 12px 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  float: right;
}
.vina-search-vm.module {
  margin-right: 222px !important;
  overflow: hidden;
}
.vina-search-vm form {
  margin: 0;
}
.vina-search-vm form .sp-vmsearch-categorybox {
  background: #ebebed;
  color: #262626;
  border-radius: 0;
  border: 0;
  width: 120px;
  text-align: left;
}
.vina-search-vm .sp-vmsearch-categories option {
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.vina-search-vm .header-input {
  display: inline-block;
  float: left;
}
.vina-search-vm #jshop_search {
  width: 634px;
  height: 50px;
  font-size: 13px;
  -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;
  float: left;
  margin: 0;
  border: none;
  padding: 8px 10px 8px;
  font-weight: 700;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  font-weight: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #646464;
}
.vina-search-vm .search-input-wrapper {
  margin-right: 60px;
}
.vina-search-vm .search-input-wrapper input {
  min-height: 50px;
  background: #ebebed url(../images/bg/line-search.png) no-repeat 0 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-search-vm .button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0 0 0 3px;
  background: transparent;
  cursor: pointer;
  float: right;
  height: 50px;
  border-radius: 0;
}
.vina-search-vm .button:focus {
  outline: none;
}
.vina-search-vm .button i {
  border: 0;
  padding: 0;
  font-weight: normal;
  
  width: 60px;
  height: 50px;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
}
.vina-cart-js.vina-vm-cart.module {
  float: right;
  margin-top: -50px !important;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #777;
  margin: 0 0 1.0em;
}
.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;
}
.product-price {
  margin: 0 0 6px;
  text-align: right;
  float: left;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
.vm3pr-1 .product-price {
  height: 1.25em;
}
.vm3pr-1 .addtocart-area {
  height: 3.2em;
}
.vm3pr-2 .product-price {
  height: 2.5em;
}
.vm3pr-2 .addtocart-area {
  height: 6.4em;
}
.vm3pr-3 .product-price {
  height: 3.75em;
}
.vm3pr-3 .addtocart-area {
  height: 9.6em;
}
.vm3pr-4 .product-price {
  height: 5.0em;
}
.vm3pr-4 .addtocart-area {
  height: 12.8em;
}
.vm3pr-5 .product-price {
  height: 6.25em;
}
.vm3pr-5 .addtocart-area {
  height: 16.0em;
}
.vm3pr-6 .product-price {
  height: 6.25em;
}
.vm3pr-0 .addtocart-area {
  height: 0.0em;
}
.vm-cart-price {
  float: left;
  font-family: 'OpenSans-Bold';
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0 0 4.2em;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 4.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.vmgroup .addtocart-bar {
  bottom: 0.0em;
  position: relative;
  margin: 2.0em 0 0 0;
}
.vmgroup .addtocart-area {
  margin: 0.5em 0 1em 0;
}
span.addtocart-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
}
span.addtocart-button input.addtocart-button-disabled {
  width: 11em;
  max-width: 100%;
  background: #f2f2f2;
  color: #333;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  height: 2.9em;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  text-align: center;
  padding: 4px 5px;
  color: #333;
  margin: 10px 0px 0px 0px;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  background: #0077B3;
  color: #fff;
  border: solid #00669a 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.8em 0.81em;
}
div.vm-details-button {
  text-align: center;
}
div.vm-details-button a {
  padding: 0.8em 1.0em;
  border: 1px solid grey;
  font-size: 1.1em;
  max-width: 85%;
  width: 12em;
}
.category-view h4 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  font-size: 0.8em;
  display: block;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin-top: 0.1em;
  max-width: 100%;
  height: auto;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
.browse-view {
  margin: 0;
}
.browse-view h1 {
  display: none;
}
.browse-view .row-fluid {
  margin-bottom: 15px;
}
.orderby-displaynumber {
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.orderby-displaynumber .vm-order-list {
  float: left;
  padding: 10px 0;
}
.orderby-displaynumber .vm-order-list a {
  color: #898989 !important;
  font-size: 13px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  margin: 0;
  position: relative;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
  top: 28px;
  right: 0;
  z-index: 999;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a {
  line-height: 20px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a:hover {
  color: #fff !important;
}
.orderby-displaynumber .vm-order-list .title {
  float: left;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  text-transform: capitalize;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  float: left;
  padding: 5px 21px 5px 5px;
  vertical-align: bottom;
  text-align: center;
  background: url(../images/icon/select_lang.png) no-repeat scroll 100% 50% transparent;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.orderby-displaynumber .display-number {
  float: right;
  margin-right: 20px;
  line-height: 28px;
  padding: 10px 0px;
  text-transform: capitalize;
  font-size: 16px;
}
.orderby-displaynumber .display-number select {
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 0;
  height: 28px;
  margin: 0;
  color: #898989;
  border: none;
  width: 42px;
  padding: 0;
  min-height: 0;
}
.orderby-displaynumber .display-number select:focus {
  outline: none;
}
.orderby-displaynumber .display-number select option {
  padding-right: 10px;
}
.orderby-displaynumber .display-number .number {
  display: inline-block;
  position: relative;
  margin: 0px 5px;
  border: 1px solid #ddd;
}
.orderby-displaynumber .display-number .number:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 3;
  top: 0px;
  height: 100%;
  background: url(../images/icon/select_lang.png) no-repeat scroll 100% 50% #fff;
  width: 18px;
  pointer-events: none;
  z-index: 9;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0.5em;
}
.orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 24px 1px 12px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 999;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view {
  color: #262626;
}
.ask-a-question-view label {
  font-family: 'OpenSans-Bold';
}
.ask-a-question-view .product-summary {
  margin: 25px 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  line-height: 20px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .submit .highlight-button {
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 20px;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777;
  text-align: left;
  padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
  background: transparent;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: 'OpenSans-Bold';
  font-weight: normal;
}
.ask-a-question-view .product-summary {
  display: inline-block;
}
.product-summary .width30 {
  width: 30%;
}
.product-summary .width70 {
  width: 70%;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
  text-decoration: underline;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}
.coupon {
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
p.product_s_desc {
  padding: 0;
  height: 3.4em;
  margin: 0 0;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}
.invalid {
  background-color: #ffd;
  color: #000;
  border-color: red;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 10px 0;
  text-align: left;
  width: 100%;
}
table.user-details {
  width: 450px;
  margin-bottom: 10px;
}
table.user-details .vm-chzn-select {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}
table.user-details input {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}
table.user-details input.invalid {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 170px;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.cart-view #com-form-login-remember input[type="checkbox"] {
  margin: 3px 5px 5px 5px;
}
.checkout-button-top {
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 10px 0 0;
}
.checkout-button-top input.terms-of-service {
  margin-right: 10px;
  display: inline-block;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
#full-tos {
  display: none;
}
.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}
table.cart-summary tr th {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 0 3px;
}
.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  margin: 10px 0 10px 0px;
  width: 98%;
}
.cart-summary tr td {
  padding-top: 5px;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  
}
.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;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}
.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}
.vm2-remove_from_cart {
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.featured-view .vm2-lowstock,
.featured-view .vm2-nostock,
.featured-view .vm2-normalstock,
.latest-view .vm2-lowstock,
.latest-view .vm2-nostock,
.latest-view .vm2-normalstock,
.topten-view .vm2-lowstock,
.topten-view .vm2-nostock,
.topten-view .vm2-normalstock,
.recent-view .vm2-lowstock,
.recent-view .vm2-nostock,
.recent-view .vm2-normalstock,
.related-view .vm2-lowstock,
.related-view .vm2-nostock,
.related-view .vm2-normalstock {
  margin: 10px auto;
}
.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 25px;
}
.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: center;
}
.vm-product-media-rating {
  width: 100%;
  float: left;
}
.vm-product-media-rating h2 {
  border: 0;
  margin: 6px 0;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}
.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}
.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
  width: 100%;
}
.vm-product-descr-container h2 {
  height: 3.2em;
  margin-bottom: 0px;
}
.vm-product-details-container {
  float: right;
  width: 45%;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}
.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
.main-image img {
  max-width: 100%;
  max-height: 260px;
}
.browseProductImage {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 0.4em;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 14px;
  margin: 0 0 0.2em;
  padding: 0;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: left !important;
  margin: 0 0.5em 0 0;
}
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/icon/quantity-controls.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-plus:focus {
  outline: none;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/icon/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus:focus {
  outline: none;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}
label.invalid,
span.red {
  color: red;
}
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  float: left;
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  text-align: right !important;
}
.vm-page-counter {
  float: right;
}
.vm-bottom div {
  text-align: center !important;
}
.vm-bottom ul {
  text-align: center !important;
}
.vm-bottom ul li {
  display: inline;
}
.vm-bottom .counter {
  text-align: right !important;
}
.pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #aaa;
  background-color: #fafafa;
  color: #808080;
}
a.pagenav {
  color: #555;
  text-decoration: none;
}
td.orders-key {
  font-family: 'OpenSans-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-P .product-fields-title {
  font-size: 120%;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}
.vm-img-desc {
  display: block;
}
a:hover .vm-img-desc {
  background: #095197;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
  display: none;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  vertical-align: middle;
}
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 0.4em;
}
.buttonBar-right {
  text-align: right;
  float: right;
}
.userfields_info {
  display: block;
  margin: 0px 0px 8px 0px;
}
.vm-product-descr-container-0 {
  height: 3.3em;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  height: 8.6em;
  margin-bottom: 0px;
}
.vm-product-container {
  width: 100%;
  float: none;
  display: inline-block;
}
.vm-product-container > div {
  margin-bottom: 15px;
}
.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8) url('../images/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
.cat_image {
  margin-bottom: 15px;
}
.entry-meta.muted {
  background-color: transparent;
}
.carousel-control.left i {
  margin-right: 5px;
}
.carousel-control.right {
  text-align: center !important;
}
.carousel-control.right i {
  margin-left: 5px;
}
.carousel-control i {
  font-size: 40px;
  line-height: 40px;
}
.main-image img,
.browseProductImage {
  max-height: none;
}
.vm-product-container .vm-product-media-container {
  width: 40%;
}
.vm-product-details-container {
  width: 60%;
}
.quantity-controls button,
.quantity-controls input[type='submit'],
.quantity-controls input[type='button'],
.quantity-controls submit {
  padding: 0;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.display-number {
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
p.product_s_desc {
  height: auto;
}
.vm-col {
  margin: 0;
  padding-bottom: 20px;
}
div.product {
  min-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2.product-title {
  font-size: 20px;
}
.vm-product-descr-container-1 {
  height: auto;
}
.product-price {
  float: none;
  text-align: left;
  margin: 5px auto;
  display: inline-block;
}
.vm3pr-4 .product-price {
  height: auto;
}
.addtocart-bar {
  position: static;
}
.addtocart-area {
  margin: 0 0 5px;
}
.addtocart-area .product-fields {
  margin-bottom: 20px;
  text-align: center;
  text-align: center;
}
.addtocart-area .product-fields th,
.addtocart-area .product-fields tr,
.addtocart-area .product-fields td {
  text-align: center;
}
.addtocart-area .product-fields .product-field {
  float: none;
  width: auto;
  margin: 0 auto;
  text-align: left;
}
.vm3pr-2 .addtocart-area {
  height: auto;
}
.productdetails-view #product-details-tab > ul > li a {
  margin-bottom: 0;
}
.productdetails-view ul#slider {
  overflow: hidden;
}
.productdetails-view ul#slider li {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
}
.productdetails-view .slide-product-detail {
  clear: both;
  padding: 60px 0 0;
  overflow: hidden;
}
.productdetails-view .slide-product-detail#related-products {
  padding: 0;
  position: relative;
  z-index: 0;
}
.productdetails-view .slide-product-detail#related-products .slides {
  margin: 0;
  display: inline-block;
}
.productdetails-view .slide-product-detail#related-products .slides > li {
  padding: 0 30px 0 0;
}
.productdetails-view .slide-product-detail .addtocart-button:before {
  content: "";
}
.productdetails-view .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #fff;
}
.productdetails-view .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url(../images/bg/bkg_slider_home.png) 100% 100% no-repeat;
  right: 46px;
}
.productdetails-view .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url(../images/bg/bkg_slider_home.png) 0 100% no-repeat;
  right: 70px;
}
.productdetails-view .slide-product-detail .header {
  background: #2d2d2d;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px;
}
.productdetails-view .slide-product-detail .header span {
  
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  padding: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.productdetails-view .body-product {
  font-family: 'OpenSans-Regular';
}
.productdetails-view .body-product .view-rate {
  display: block;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  padding: 15px 0 14px;
  margin: 10px 0 7px;
}
.productdetails-view .body-product .product-short-description {
  font-size: 13px;
}
.productdetails-view .product-img-box {
  position: relative;
  z-index: 0;
}
.productdetails-view .product-img-box .vina-label .label-pro {
  width: 79px;
  height: 79px;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 0;
  text-indent: -9999px;
  left: 0;
}
.productdetails-view .product-img-box .vina-label .label-pro.sale {
  background: url("../images/icon/sale1.png") no-repeat;
  z-index: 2;
}
.productdetails-view .product-img-box .vina-label .label-pro.sale-new {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  background: url("../images/icon/new-sale.png") no-repeat;
}
.productdetails-view .product-img-box .vina-label .label-pro.new {
  background: url("../images/icon/new1.png") no-repeat;
}
.productdetails-view .product-img-box .price-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.productdetails-view .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view .vm-product-rating-container .amount {
  display: none;
}
.productdetails-view .product-name {
  margin: 0 0 5px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  line-height: 18px;
}
.productdetails-view .product-name h1 {
  margin: 0;
  font-size: 32px;
  color: #262626;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'OpenSans-Bold';
}
.productdetails-view .link-share {
  padding: 0px 0 12px;
  overflow: hidden;
}
.productdetails-view .icons {
  margin-top: 0;
  margin-bottom: 11px;
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 16px;
}
.productdetails-view .icons a,
.productdetails-view .icons a:not(.btn) {
  float: left;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.productdetails-view .icons a:before,
.productdetails-view .icons a:not(.btn):before {
  background-color: #222222;
  width: 34px;
}
.productdetails-view .icons a span,
.productdetails-view .icons a:not(.btn) span {
  margin: 0 7px;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
.productdetails-view .icons.add-to-box-2 {
  border-top: 0;
  padding-top: 2px;
  padding-bottom: 18px;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist {
  float: left;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist a {
  margin: 0 !important;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button {
  width: 90px;
  height: 50px;
  border: 0;
  border-radius: 0;
  line-height: 50px;
  background: #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button.addtofav_aws_icon_active > i {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button:focus {
  outline: none;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button:hover > i {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.productdetails-view .icons.add-to-box-2 .btn-wishlist button > i {
  font-size: 18px;
  color: #8f8f8f;
  font-style: normal;
  text-shadow: none;
}
.productdetails-view .icons.add-to-box-2 .email-friend {
  display: block;
  font-size: 0;
  color: transparent;
  text-align: center;
  border-left: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  background: #e5e5e5;
  padding-top: 5px;
  height: 50px;
  line-height: 50px;
  width: 90px;
  margin: 0;
}
.productdetails-view .icons.add-to-box-2 .email-friend span {
  font-size: 0;
  text-indent: -1000px;
}
.productdetails-view .icons.add-to-box-2 .email-friend:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.productdetails-view .icons.add-to-box-2 .email-friend: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: 18px;
  color: #8f8f8f;
  font-style: normal;
  background: transparent;
  margin: 0 0 0 10px;
  width: 18px;
}
.productdetails-view .icons.add-to-box-2 #vmcompare {
  padding: 0;
}
.productdetails-view .icons.add-to-box-2 #vmcompare a {
  display: block;
  font-size: 0;
  color: transparent;
  text-align: center;
  border-left: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  background: #e5e5e5;
  padding-top: 5px;
  height: 50px;
  line-height: 50px;
  width: 90px;
  margin: 0;
}
.productdetails-view .icons.add-to-box-2 #vmcompare a:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.productdetails-view .icons.add-to-box-2 #vmcompare a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f079";
  font-size: 18px;
  color: #8f8f8f;
  font-style: normal;
  background: transparent;
  width: 18px;
}
.productdetails-view span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
.productdetails-view span.quantity-controls input.quantity-controls {
  height: 14px;
  margin: -9px 0 0 5px;
  border: none;
  width: 15px;
  cursor: pointer;
}
.productdetails-view span.quantity-controls input.quantity-controls:focus,
.productdetails-view span.quantity-controls input.quantity-controls:hover {
  outline: none;
}
.productdetails-view span.quantity-controls input.quantity-controls.quantity-minus {
  height: 14px;
  margin: 10px 0 0 5px;
  background: url(../images/icon/quantity-controls.png) repeat-x;
  background-position: 15px 0;
}
.productdetails-view span.quantity-controls input.quantity-controls.quantity-plus {
  background: url(../images/icon/quantity-controls.png) no-repeat;
}
.productdetails-view .PricebasePriceWithTax {
  display: inline-block;
  margin-right: 5px;
}
.productdetails-view .PricesalesPriceWithDiscount.vm-price-value {
  width: 100%;
  display: inline-block !important;
}
.productdetails-view .PricesalesPriceWithDiscount.vm-nodisplay {
  margin: 0;
}
.productdetails-view .PricesalesPriceWithDiscount > .PricesalesPriceWithDiscount {
  font-size: 30px;
}
.productdetails-view input.quantity-input {
  height: 45px;
  width: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productdetails-view input.quantity-input:hover,
.productdetails-view input.quantity-input:focus {
  outline: none;
  background: #edf7fd;
}
.productdetails-view .body-product .addtocart-button {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 0;
}
.productdetails-view .body-product .addtocart-button:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.productdetails-view .body-product .addtocart-button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  font-size: 18px;
  line-height: 17px;
  margin-top: -9px;
  left: 20px;
  pointer-events: none;
}
.productdetails-view .body-product .addtocart-button > .addtocart-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0 19px 0 54px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  text-shadow: none;
  
}
.productdetails-view .body-product .addtocart-button > .addtocart-button:hover,
.productdetails-view .body-product .addtocart-button > .addtocart-button:focus {
  outline: none;
}
.productdetails-view .addtocart-area .product-fields .product-field {
  width: 100%;
}
.productdetails-view .product-field-display .chzn-container {
  display: inline;
}
.productdetails-view .product-field-display .chzn-container > a {
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden !Important;
  border: 1px solid #f2f2f2;
}
.productdetails-view .product-field-display .chzn-container .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  display: inline-table;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: initial;
}
.productdetails-view .customer-reviews,
.productdetails-view .ask-a-question-view .form-field {
  margin: 0;
}
.productdetails-view .in-stock {
  margin-bottom: 5px;
  display: inline;
  margin-left: 30px;
}
.productdetails-view .in-stock span {
  color: #22dd77;
  text-transform: capitalize;
}
.productdetails-view .product-related-products,
.productdetails-view .product-related-categories {
  padding-bottom: 10px;
}
.productdetails-view .product-related-products {
  padding-top: 30px;
  margin-top: -15px;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden !important;
}
.productdetails-view .product-related-products .product_s_desc {
  display: none;
}
.productdetails-view .product-related-products .owl-controls .owl-buttons {
  position: absolute;
  top: 47px;
  right: 2px;
}
.productdetails-view .product-related-products .owl-controls .owl-buttons > div {
  position: relative;
  z-index: 0;
  font-size: 0;
  line-height: 1px;
  margin: 0 13px;
}
.productdetails-view .product-related-products .owl-controls .owl-buttons > div:before {
  position: absolute;
  z-index: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.productdetails-view .product-related-products .owl-controls .owl-buttons > div.list_prev:before {
  background: url(../images/bg/bkg_slider_home.png) 100% 100% no-repeat;
  right: 0;
}
.productdetails-view .product-related-products .owl-controls .owl-buttons > div.list_next:before {
  right: 25px;
  top: -1px;
  background: url(../images/bg/bkg_slider_home.png) 0 100% no-repeat;
}
.productdetails-view .product-related-products .caroufredsel_wrapper {
  margin: 0 !important;
  max-height: 450px;
}
.productdetails-view .product-related-products .vina-title .header {
  background: #2d2d2d;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px;
}
.productdetails-view .product-related-products .vina-title .header span {
  
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  padding: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
}
.productdetails-view .product-related-products .list_carousel {
  position: initial;
  padding-right: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .product-related-products .owl-controls {
  top: 26px;
  right: -2px;
}
.productdetails-view .product-related-products .item {
  min-height: 305px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.productdetails-view .sharethis {
  margin: 14px 0;
}
.productdetails-view .product-rating {
  display: inline;
  margin-left: 10px;
}
.productdetails-view .product-header {
  margin-top: 1px;
}
.productdetails-view .no-rating {
  margin-bottom: 5px;
}
.productdetails-view .addtocart-bar {
  margin: 0;
}
.productdetails-view .addtocart-area {
  margin: 0 0 10px;
}
.productdetails-view .addtocart-area .product-fields {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 11px;
}
.productdetails-view .addtocart-area .product-fields > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .addtocart-area .product-fields > div:nth-child(2n+1) {
  padding-right: 4%;
}
.productdetails-view .addtocart-area .product-fields > div .chzn-single {
  height: 35px;
  line-height: 35px;
}
.productdetails-view .addtocart-area .product-fields .product-fields-title strong {
  font-family: 'OpenSans-Bold';
  margin-bottom: 14px;
  display: inline-block;
}
.productdetails-view .product-price {
  display: inline;
}
.productdetails-view .product-fields-title-wrapper {
  min-width: 10em;
  font-family: 'CalibriRegular';
  padding: 0.5em 0;
}
.productdetails-view .product-fields-title-wrapper .product-fields-title:before {
  color: red;
  content: "*";
}
.productdetails-view .spacer-buy-area {
  width: 100% !important;
  float: none !important;
  margin-bottom: 15px;
  padding: 0;
}
.productdetails-view .product-short-description {
  margin: 0 0 1.0em;
  padding: 0;
}
.productdetails-view .product-description {
  margin: 0;
}
.productdetails-view .addtocart-bar {
  margin: 0;
  padding: 0 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
}
.productdetails-view .additional-images {
  margin-top: 10px;
  display: inline-block;
  background-color: transparent;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .additional-images .additional-images-inner {
  max-width: 119px;
  float: none !important;
  display: inline-block;
  width: 23%;
  margin: 0;
}
.productdetails-view .additional-images img {
  width: 100%;
  margin-right: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .additional-images .row-fluid,
.productdetails-view .additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.productdetails-view .main-image a {
  display: inline-block;
  padding: 0;
  background: #f5f5f5;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view .vina-shipping .icon-database:before {
  content: "\f1c0";
}
.productdetails-view .vina-shipping .box-col-inner > .media {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}
.productdetails-view .vina-shipping .box-col-inner > .media .pull-left {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 35px;
  margin-right: 10px;
}
.productdetails-view .vina-shipping .box-col-inner > .media h3 {
  font: 16px/20px CalibriBold, arial;
  
  margin: 0;
}
.productdetails-view #vina-tab {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view #vina-tab > ul {
  margin: 0;
}
.productdetails-view #vina-tab > ul li {
  float: none;
  font-size: 1.1em;
  line-height: 1em;
  margin: 5px 2px 0 0;
  float: left;
}
.productdetails-view #vina-tab > ul li.active > a,
.productdetails-view #vina-tab > ul li:hover > a,
.productdetails-view #vina-tab > ul li:focus > a {
  background: #fff;
  color: #888888;
  border: 1px solid #ededed;
  border-bottom: 0;
}
.productdetails-view #vina-tab > ul a {
  display: block;
  padding: 12px 10px;
  font-size: 15px;
  
  text-decoration: none;
  font-family: CalibriBold;
  background: #979898;
  color: #fff;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.productdetails-view #vina-tab > .tab-content {
  width: 100%;
  overflow: visible;
  padding: 15px;
  line-height: 25px;
  border: 1px solid #ededed;
  float: left;
  min-height: 174px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails-view #vina-tab > .tab-content .title {
  display: none;
}
.list-reviews .vote {
  display: block;
}
.right.vm-continue-shopping {
  margin: 0;
  padding-bottom: 10px;
  line-height: 30px;
}
.logout button[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
}
.logout button[type="submit"]:hover {
  background: #000;
}
.logout .controls {
  width: 100%;
  margin: 0;
  text-align: center;
}
#userForm h2,
.vmshop-cart-account.cart-account-login h2,
.vmshop-account.account-login h2,
.vmshop-account.account-logout h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  
  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/i_page1.gif) no-repeat;
}
#userForm .login-users h2,
.vmshop-cart-account.cart-account-login .login-users h2,
.vmshop-account.account-login .login-users h2,
.vmshop-account.account-logout .login-users h2 {
  background: url(../images/i_page2.gif) no-repeat;
  line-height: 20px;
}
#bd_results .logout-users {
  display: inline-block;
  margin-top: 30px;
}
#bd_results h1 {
  text-transform: unset;
}
#bd_results .virtuemart_search input:hover,
#bd_results .virtuemart_search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#bd_results h3.header-search {
  font-size: 18px;
  
}
#form-login {
  font-family: 'OpenSans-Regular';
}
#form-login input[type="text"],
#form-login input[type="password"] {
  width: 100%;
  max-width: 170px;
}
#com-form-login-remember label {
  float: left;
}
#com-form-login-remember input[type="checkbox"] {
  margin: 3px 5px 5px 5px;
  float: left;
  display: inline-block;
  width: 14px;
  line-height: 12px;
  height: 15px;
}
#checkoutForm {
  display: inline-block;
  border-collapse: separate;
  padding: 0;
}
#checkoutForm .a-center button.vm2-add_quantity_cart {
  font-size: 18px;
  background: transparent;
  padding: 0;
}
#checkoutForm .a-center button.vm2-add_quantity_cart:hover {
  background: transparent;
}
#checkoutForm .a-center button.vm2-add_quantity_cart:before {
  font-family: FontAwesome;
  font-size: 22px;
  color: #222;
  padding: 0;
  line-height: 30px;
  margin-left: 5px;
  background: transparent;
  content: "\f021";
}
#checkoutForm .a-center button.vm2-remove_from_cart {
  font-size: 18px;
  background: transparent;
  padding: 0;
}
#checkoutForm .a-center button.vm2-remove_from_cart:hover {
  background: transparent;
}
#checkoutForm .a-center button.vm2-remove_from_cart:before {
  font-family: FontAwesome;
  font-size: 22px;
  color: #222;
  padding: 0;
  line-height: 30px;
  margin-left: 5px;
  background: transparent;
  content: "\f014";
}
#checkoutForm .checkout-button-top button[type="submit"] {
  display: block;
  padding: 10px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent !important;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#checkoutForm .checkout-button-top button[type="submit"]:hover {
  outline: none;
}
#checkoutForm .checkout-button-top button[type="submit"]:focus {
  outline: none;
}
#checkoutForm .checkout-button-top button[type="submit"] span {
  text-shadow: none;
}
#checkoutForm .cart-summary tr th {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
}
.account-logout .buttons-set .vina-button:after {
  display: none;
}
.vmshop-account h1.header,
#your-account h1.header {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 10px 0;
  
}
.vmshop-account.account-login p,
.vmshop-account.account-logout p,
#your-account.account-login p,
#your-account.account-logout p {
  color: #888888;
}
.vmshop-account.account-login .content,
.vmshop-account.account-logout .content,
#your-account.account-login .content,
#your-account.account-logout .content {
  width: 100%;
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set,
.vmshop-account.account-logout .buttons-set,
#your-account.account-login .buttons-set,
#your-account.account-logout .buttons-set {
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set > input,
.vmshop-account.account-logout .buttons-set > input,
#your-account.account-login .buttons-set > input,
#your-account.account-logout .buttons-set > input {
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vmshop-account.account-login .buttons-set a,
.vmshop-account.account-logout .buttons-set a,
#your-account.account-login .buttons-set a,
#your-account.account-logout .buttons-set a {
  margin-bottom: 10px;
}
.vmshop-account.account-login .buttons-set > a,
.vmshop-account.account-logout .buttons-set > a,
#your-account.account-login .buttons-set > a,
#your-account.account-logout .buttons-set > a {
  line-height: 31px;
  margin-bottom: 10px;
}
.vmshop-account.account-login .buttons-set input,
.vmshop-account.account-login .buttons-set .vina-button,
.vmshop-account.account-logout .buttons-set input,
.vmshop-account.account-logout .buttons-set .vina-button,
#your-account.account-login .buttons-set input,
#your-account.account-login .buttons-set .vina-button,
#your-account.account-logout .buttons-set input,
#your-account.account-logout .buttons-set .vina-button {
  float: right;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-shadow: none;
}
.vmshop-account.account-login .buttons-set input span,
.vmshop-account.account-login .buttons-set .vina-button span,
.vmshop-account.account-logout .buttons-set input span,
.vmshop-account.account-logout .buttons-set .vina-button span,
#your-account.account-login .buttons-set input span,
#your-account.account-login .buttons-set .vina-button span,
#your-account.account-logout .buttons-set input span,
#your-account.account-logout .buttons-set .vina-button span {
  text-shadow: none;
  border: 0;
}
.vmshop-account.account-login .buttons-set input:after,
.vmshop-account.account-login .buttons-set .vina-button:after,
.vmshop-account.account-logout .buttons-set input:after,
.vmshop-account.account-logout .buttons-set .vina-button:after,
#your-account.account-login .buttons-set input:after,
#your-account.account-login .buttons-set .vina-button:after,
#your-account.account-logout .buttons-set input:after,
#your-account.account-logout .buttons-set .vina-button:after {
  display: none;
}
.vmshop-account.account-login .buttons-set input:hover,
.vmshop-account.account-login .buttons-set .vina-button:hover,
.vmshop-account.account-logout .buttons-set input:hover,
.vmshop-account.account-logout .buttons-set .vina-button:hover,
#your-account.account-login .buttons-set input:hover,
#your-account.account-login .buttons-set .vina-button:hover,
#your-account.account-logout .buttons-set input:hover,
#your-account.account-logout .buttons-set .vina-button:hover {
  background: #222222;
}
#com-form-login-username input,
#com-form-login-password input {
  height: 35px;
  padding: 4px 10px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-order {
  font-family: 'OpenSans-Regular';
}
#page-order .order-view,
#page-order .login-users {
  display: inline-block;
  border: 1px solid #f2f2f2;
  margin: 25px 0 0;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-order .order-view h2,
#page-order .login-users h2 {
  background: url(../images/i_page2.gif) no-repeat;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  font-family: 'OpenSans-Bold';
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  
  color: #444443;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-order #form-login [class*="span"] {
  display: inline-block;
  width: 100%;
  margin: 0;
}
#page-order #form-login label {
  display: inline-block;
}
#page-order form {
  display: inline-block;
}
#page-order input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#page-order input[type="submit"] {
  border: 0;
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-order input[type="submit"]:hover {
  background: #000;
}
#page-order #com-form-order-submit {
  display: inline-block;
  width: 100%;
}
#page-order #com-form-order-number {
  margin-right: 20px;
}
.icon-send:before {
  font-family: FontAwesome;
  content: "\f059";
}
#vina-description ul,
#vina-description ol {
  margin: 0 0 10px 25px;
}
#vina-description ul li,
#vina-description ol li {
  list-style: initial;
}
.vm-toolbar .orderlistcontainer a {
  color: #313131;
}
.vm-toolbar.toolbar {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  margin: 16px 0 26px;
}
.vm-toolbar.toolbar .pager .limiter .number {
  position: relative;
}
.vm-toolbar.toolbar .pager .limiter .number:before {
  background: #2d2d2d url("../images/bg/bkg_select.png") no-repeat scroll 50% 50%;
  content: "";
  display: inline-block;
  float: left;
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 2px;
  width: 19px;
}
.vm-toolbar.toolbar .pager .limiter select {
  padding: 6px 5px 5px 5px;
}
.vm-toolbar.toolbar .pager .limiter label {
  display: inline-block;
}
.vm-toolbar.toolbar .pager .number {
  display: inline-block;
}
.vm-toolbar.toolbar .sorter .sort-by .title {
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-weight: normal;
  
  color: #b7b7b7;
  font-size: 12px;
  display: inline-block;
}
.vm-toolbar.toolbar .sorter .sort-by .activeOrder {
  display: inline-block;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.vm-toolbar.toolbar .sorter .sort-by .activeOrder a {
  padding: 4px 15px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  background: #2d2d2d;
  font-size: 13px;
  width: auto;
  -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;
  border: 2px solid #fff;
  color: #fff;
}
.vina-vmwishlist .mod-inner {
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.vina-vmwishlist .vm-wishlist-products {
  padding: 0 29px;
}
.vina-vmwishlist .product {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}
.vina-vmwishlist .product:last-child {
  margin-bottom: 0;
}
.vina-vmwishlist .favoriteslist {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  color: #262626;
  display: block;
  font-weight: normal;
}
.vina-vmwishlist .favoriteslist b {
  font-weight: normal;
}
.vina-vmwishlist .product-title {
  padding-left: 20px;
}
.vina-vmwishlist .product-title a {
  padding-top: 5px;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  color: #262626;
  display: block;
  font-weight: normal;
}
.vina-shop-by form {
  margin: 0;
}
.vina-shop-by .header {
  margin-bottom: 20px !Important;
}
.vina-shop-by .headexpand_show {
  background: url(../images/icon/arrows_exp.png) left bottom no-repeat;
  margin-right: 8px;
  margin-top: 2px;
}
.vina-shop-by .headexpand_hide {
  background: url(../images/icon/arrows_exp.png) left top no-repeat;
  margin-right: 8px;
  margin-top: 2px;
}
.vina-shop-by .cf_smart_search {
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin-top: 11px;
  -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;
  border: 0;
  margin: 0;
  background: #fff;
  padding: 0 20px;
  color: #000;
  opacity: 1;
  text-shadow: none;
  font-size: 14px;
}
.vina-shop-by .form-horizontal {
  margin-top: 20px;
}
.vina-shop-by .cf_filtering_slide_container {
  margin-bottom: 20px;
}
.vina-shop-by .cf_flt_wrapper {
  margin-bottom: 20px;
}
.vina-shop-by .cf_flt_wrapper > div {
  height: auto !important;
  padding: 0 20px;
  background: #eeeeee;
}
.vina-shop-by .cf_flt_wrapper .cf_flt_header {
  color: #fff;
  background: #000;
  padding: 10px 20px;
}
.vina-shop-by .cf_filtering_slider_gutter {
  width: 100%;
}
.vina-shop-by .cf_slider_gutter_l,
.vina-shop-by .cf_slider_gutter_r {
  background: none;
  height: 0;
}
.vina-shop-by .cf_slider_gutter_m {
  width: 100%;
  margin: 0;
  background: none;
  position: relative;
  z-index: 0;
}
.vina-shop-by .cf_slider_gutter_m:before {
  position: absolute;
  width: 100%;
  height: 4px;
  content: "";
  top: 50%;
  margin-top: -4px;
  left: 0;
  z-index: 0;
  background: #bebebe;
}
.vina-shop-by .slider_bkg_img {
  background: none;
  width: 100%;
  height: 4px;
  background-color: #000;
  color: #222222;
}
.vina-shop-by .cf_filtering_knob {
  background: none;
  width: 5px;
  height: 5px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 6px solid #000;
}
.vina-shop-by .cf_filtering_knob_from {
  -webkit-transform: translate(9px,4px);
  -moz-transform: translate(9px,4px);
  -ms-transform: translate(9px,4px);
  -o-transform: translate(9px,4px);
  transform: translate(9px,4px);
}
.vina-shop-by .cf_filtering_knob_to {
  -webkit-transform: translate(-28px,7px);
  -moz-transform: translate(-28px,7px);
  -ms-transform: translate(-28px,7px);
  -o-transform: translate(-28px,7px);
  transform: translate(-28px,7px);
}
.vina-shop-by .cf_wrapper_input_text {
  width: 100%;
}
.vina-shop-by .cf_search_button {
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  float: right;
  cursor: pointer;
}
.vina-shop-by .cf_option.cf_clear {
  background: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  cursor: pointer;
  padding: 5px;
}
.vina-shop-by input[type="radio"],
.vina-shop-by input[type="checkbox"] {
  margin: 8px 5px 0 0;
}
.vina-shop-by .cf_wrapper_inner {
  background: #eee;
}
.vina-shop-by .cf_smart_search {
  margin-top: 20px;
}
.vina-shop-by input[type="search"],
.vina-shop-by .cf_smart_search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
}
.vina-shop-by .cf_wrapper_input_text {
  width: 100%;
}
.vina-shop-by .cf_filters_list {
  margin: 0 0 20px;
}
.vina-shop-by .cf_filters_list li {
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 0;
  font-size: 12px;
  
  line-height: 29px;
  color: #313131;
}
.vina-shop-by .cf_filters_list li a {
  color: #313131;
  font-family: 'OpenSans-Bold';
}
.vina-shop-by .cf_flt_header {
  position: relative;
  display: block;
  font-size: 16px;
  margin-top: 0;
  color: #525252;
  
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  font-weight: 400;
  padding: 20px 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-shop-by .cf_search_button {
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  float: right;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-shop-by .cf_option,
.vina-shop-by .cf_resetAll_label {
  color: #313131;
  font-family: 'OpenSans-Bold';
}
.vina-shop-by .cf_option:hover,
.vina-shop-by .cf_resetAll_label:hover {
  text-decoration: underline;
}
.vina-shop-by .cf_option.cf_clear,
.vina-shop-by .cf_resetAll_label.cf_clear {
  background: transparent !important;
}
#page-my-wishlist .fav_title {
  margin-bottom: 30px;
}
#page-my-wishlist img {
  margin-top: 20px;
}
#page-my-wishlist .prod_name {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
}
#page-my-wishlist .fav_addtocart-area {
  margin-left: 0 !important;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar {
  text-align: center;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.quantity-box {
  width: auto;
  float: none;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.addtocart-button {
  text-align: center;
  margin-top: 0;
}
#page-my-wishlist .fav_addtocart-area .fav_addtocart-bar span.addtocart-button input {
  display: inline-block;
}
#page-my-wishlist input.quantity-input {
  height: 45px;
  width: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-my-wishlist input.quantity-input:hover,
#page-my-wishlist input.quantity-input:focus {
  outline: none;
  background: #edf7fd;
}
#page-my-wishlist span.quantity-controls {
  margin: -2px 0 0 5px;
}
#page-my-wishlist .addtocart-button {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 0;
}
#page-my-wishlist .addtocart-button:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#page-my-wishlist .addtocart-button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  font-size: 18px;
  line-height: 17px;
  margin-top: -9px;
  left: 20px;
  pointer-events: none;
}
#page-my-wishlist .addtocart-button > .addtocart-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0 19px 0 54px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  text-shadow: none;
  
}
#page-my-wishlist .addtocart-button > .addtocart-button:hover,
#page-my-wishlist .addtocart-button > .addtocart-button:focus {
  outline: none;
}
#page-my-wishlist .art-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#page-my-wishlist h4 {
  font-family: 'OpenSans-Bold';
}
#wk_compare .add_compare {
  float: right;
}
#wk_compare .add_continue a,
#wk_compare .add_compare a {
  font-size: 14px !important;
  padding: 10px !important;
  line-height: 12px !important;
  display: inline-block !important;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif' !important;
  box-sizing: border-box !important;
}
.compare_home {
  margin: 0;
  font-size: 32px;
  color: #262626;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'OpenSans-Bold';
}
.shop_home {
  float: right;
}
.compare-main {
  font-family: 'OpenSans-Regular';
  margin-bottom: 50px;
}
.compare-main .product-details-inner a {
  color: #262626;
}
.compare-main .addtocart-bar {
  text-align: left;
}
.compare-main .addtocart-button {
  position: relative;
  margin: 0;
  z-index: 0;
  top: -5px;
}
.compare-main .addtocart-button:hover:before {
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  -webkit-animation: rotate 0.5s linear;
  -moz-animation: rotate 0.5s linear;
  -o-transform: rotate 0.5s linear;
  animation: rotate 0.5s linear;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.compare-main .addtocart-button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  font-size: 18px;
  line-height: 17px;
  margin-top: -14px;
  left: 20px;
  pointer-events: none;
}
.compare-main .addtocart-button > .addtocart-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0 19px 0 54px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Helvetica Neue",Helvetica,Arial,sans-serif';
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  text-shadow: none;
  
}
.compare-main .addtocart-button > .addtocart-button:hover,
.compare-main .addtocart-button > .addtocart-button:focus {
  outline: none;
}
.compare-main .product-details-inner-description {
  font-size: 13px;
  line-height: 18px;
}
.compare-main .comapre-details > div {
  font-family: 'OpenSans-Bold';
}
.compare-main strong {
  font-family: 'OpenSans-Bold';
}
.proopc-reg-form .proopc-inner.with-switch {
  display: inline-block;
  width: 100%;
}
#ProOPC .cart-page-title,
#ProOPC .cart-page-title span {
  margin: 0;
  font-size: 28px !important;
  color: #262626 !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
  font-family: 'OpenSans-Bold' !important;
}
#ProOPC .proopc-empty-continue-link a {
  display: inline-block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.proopc-btn.proopc-btn-inverse {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: #000;
  font-family: 'OpenSans-Bold' !important;
}
.proopc-continue-link a {
  padding: 8px;
  font-family: 'OpenSans-Bold' !important;
  margin-bottom: 5px;
  display: inline-block;
  background: #000;
  color: #fff !important;
}
.proopc-continue-link a:focus {
  text-decoration: none;
}
#proopc-carttable-form {
  font-family: 'OpenSans-Regular';
}
table.cart-summary.proopc-table-striped tr th,
table.cart-summary.proopc-table-striped tr td {
  border-top: 1px solid #e5e5e5;
}
table.cart-summary.proopc-table-striped tr td {
  border-color: 1px solid #e5e5e5;
}
.proopc-reg-form .proopc-inner.with-switch {
  display: inline-block;
  width: 100%;
}
.vina-btn {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.proopc-empty-continue-link .proopc-btn {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ProOPC {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ProOPC.cart-view .proopc-continue-link a,
#ProOPC.cart-view button[type="submit"],
#ProOPC.cart-view button[type="button"] {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  display: block;
  padding: 12px 20px;
  font: normal 14px/15px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: transparent;
  color: #393939 !important;
  border: 2px solid #313131;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
}
#ProOPC.cart-view .proopc-continue-link a:hover,
#ProOPC.cart-view .proopc-continue-link a:focus,
#ProOPC.cart-view button[type="submit"]:hover,
#ProOPC.cart-view button[type="submit"]:focus,
#ProOPC.cart-view button[type="button"]:hover,
#ProOPC.cart-view button[type="button"]:focus {
  outline: none;
  text-decoration: initial;
}
#ProOPC.cart-view .product-field-type-B,
#ProOPC.cart-view .product-field-type-S,
#ProOPC.cart-view .product-field-type-I {
  font-size: 11px;
  color: #b2b2b2;
  font-style: italic;
  text-transform: capitalize;
  float: left;
}
#ProOPC.cart-view #proopc-coupon button[type="button"] {
  padding: 4px 12px;
  margin-left: 10px;
}
#ProOPC.cart-view .proopc-continue-link a {
  float: right;
}
#ProOPC.cart-view .proopc-p-price .PricediscountedPriceWithoutTax {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  font-family: raleway;
}
#ProOPC.cart-view .PricetaxAmount,
#ProOPC.cart-view .PricediscountAmount {
  font-weight: normal;
  color: #b2b2b2;
  font-size: 14px;
}
#ProOPC.cart-view .PricediscountedPriceWithoutTax {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
#ProOPC.cart-view #form-usersearch .proopc-field-group button,
#ProOPC.cart-view .proopc-form-inline .proopc-field-group button {
  margin: 0 10px;
}
#ProOPC.cart-view .col-total .line-through,
#ProOPC.cart-view .col-total .PricebillTaxAmount,
#ProOPC.cart-view .col-total .PricebillDiscountAmount {
  font-weight: normal;
  color: #b2b2b2;
  font-size: 14px;
}
#ProOPC.cart-view .col-total .PricesalesPrice,
#ProOPC.cart-view .col-total .PricebillTotal {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
#ProOPC.cart-view .inner-wrap,
#ProOPC.cart-view .proopc-shipments,
#ProOPC.cart-view .proopc-cartlist {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ProOPC.cart-view .proopc-shipments {
  max-width: 380px;
}
#ProOPC.cart-view select {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-table-striped {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-process-title {
  border-bottom: 1px solid #e5e5e5;
}
#ProOPC.cart-view #proopc-st-address {
  border: 0;
}
#ProOPC.cart-view .proopc-st-address {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view input[type="text"],
#ProOPC.cart-view input[type="password"] {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ProOPC.cart-view .proopc-login .proopc-inner {
  display: inherit;
}
#ProOPC.cart-view button:focus {
  outline: none;
}
#ProOPC.cart-view .proopc-change-shopper-inner {
  display: inline-block;
}
#ProOPC.cart-view .proopc-change-shopper-cont {
  border-bottom: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-change-shopper-title {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  color: #000;
}
#ProOPC.cart-view .proopc-register-login h3,
#ProOPC.cart-view .proopc-login h3 {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  font-weight: bold;
  color: #000;
}
#ProOPC.cart-view .proopc-register-login > .proopc-inner,
#ProOPC.cart-view .proopc-login > .proopc-inner {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view .proopc-input-append input[type="text"].proopc-qty-input {
  border: 1px solid #e5e5e5;
}
#ProOPC.cart-view #proopc-carttable-form table thead tr th span {
  font-weight: bold;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped {
  border: 1px solid #e5e5e5 !important;
  border-top: 0;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr th,
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr td {
  background: transparent;
  border-right: 1px solid #e5e5e5;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr th.col-total .line-through,
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr td.col-total .line-through {
  font-weight: normal;
  color: #b2b2b2;
  font-size: 14px;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr th.col-total .PricesalesPrice,
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr td.col-total .PricesalesPrice {
  font-weight: normal;
  color: #000;
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
#ProOPC.cart-view #proopc-carttable-form table.cart-summary.proopc-table-striped tr.blank-row {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vm-toolbar.toolbar .pager .limiter .number::before {
    height: 28px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
strong {
  /*font-family: 'OpenSans-Bold';*/
}
button,
input {
  text-shadow: none !important;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1280px) {
  .responsive .vina-home-3 #sp-main-menu ul.level-0 > li > a {
    padding: 0 20px;
    font-size: 13px;
  }
  .responsive .vina-home-3 #sp-main-menu ul.level-0 > li.first > a {
    padding-left: 0;
  }
  .responsive .vina_jsproduct .image_middle .product_label,
  .responsive .vina_jsproduct .body-product .product_label {
    width: 60px;
  }
  .responsive .vina_jsproduct .image_middle .price-box .old-price,
  .responsive .vina_jsproduct .body-product .price-box .old-price {
    padding: 10px 8px;
  }
  .responsive .vina_jsproduct .image_middle .price-box .special-price,
  .responsive .vina_jsproduct .body-product .price-box .special-price {
    padding: 10px 6px;
  }
  .responsive .vina_jsproduct .image_middle .price-box .special-price span,
  .responsive .vina_jsproduct .body-product .price-box .special-price span {
    font-weight: normal !important;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .qty {
    height: 40px;
    width: 40px !important;
    line-height: 40px;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li:hover > i {
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    -moz-box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li > i {
    font-size: 16px;
    left: 7px;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li input {
    padding: 0 10px 0 30px;
    font-size: 14px;
    height: 40px;
  }
  .responsive .vina-home-4 .vina-top-menu > li {
    padding: 13px 10px 17px 7px;
  }
  .responsive .vina-home-4 .langs-wrapper {
    margin-left: 0;
  }
  .responsive .vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart {
    width: 60%;
  }
  .responsive .vina-home-4 .vina-products .right-timer .add-to-links li.add-to-wd {
    width: 40%;
  }
  .responsive .vina-home-4 .vina-products .price-box .special-price {
    padding: 0 10px 0 0px;
  }
  .responsive .vina-home-4 .vina-products .price-box .old-price {
    padding: 0px 11px;
  }
  .responsive .vina-bottom ul.footer-static-content > li > i {
    margin-right: 10px;
  }
  .responsive .vina-search-js #jshop_search {
    width: 465px;
  }
  .responsive #sp-main-menu ul.level-0 > li >a {
    padding: 9px 18.7px;
  }
  .responsive #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
    font-size: 13px;
    right: 5px;
  }
  .responsive .vina-menu-category .vina-treeview-jshopping ul.level0 > li a,
  .responsive .vina-menu-category .vina-treeview-virtuemart ul.level0 > li a {
    padding: 10.3px 0 11.3px 53px;
  }
  .responsive .vina-products .product .vina-label {
    width: 60px;
  }
  .responsive .vina-products .price-box .special-price {
    padding: 0 10px 0 10px;
    height: 40px;
    line-height: 40px;
  }
  .responsive .vina-products .price-box .old-price {
    padding: 0 10px 0;
    height: 40px;
    line-height: 40px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption > div {
    padding-left: 80px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption h1 {
    padding: 0px 10px;
    font-size: 20px;
    margin-bottom: 5px;
  }
    .responsive .vina-slideshow .vina-camera-slider .camera_caption h2 {
    padding: 0px 10px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption ul li {
    margin-bottom: 6px;
    padding: 6px;
    font-size: 14px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption .sea-more a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px 0 8px;
  }
  .responsive .vina-shipping .media {
    padding: 30px 7px;
  }
  .responsive .vina-shipping .media .pull-left > i {
    font-size: 50px;
  }
  .responsive .vina-newlletter .acymailing_form .acyfield_email > input {
    width: 295px !important;
  }
}
@media (max-width: 979px) {
  .responsive .body-innerwrapper > [id*="sp-"] >.container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive .vina-js-ticker-left.img-full .vina-ticker-jshopping .vina-products .price-box {
    right: 0;
  }
  .responsive .vina-blogs .post-meta .category-name {
    padding: 0;
  }
  .responsive .vina-home-4 .vina-slideshow .vina-camera-slider .camera_caption {
    right: 20px !important;
    left: initial !important;
  }
  .responsive .vina-home-4 .vina-slideshow .vina-camera-slider .camera_prev {
    right: 61px;
  }
  .responsive .vina-home-4 .vina-slideshow .vina-camera-slider .camera_next {
    right: 20px;
  }
  .responsive .vina-home-4 .top-contact .email {
    margin-right: 0;
  }
  .responsive .vina-home-4 .top-contact .phone {
    margin-left: 0;
  }
  .responsive .vina-home-4 .top-contact .infor {
    font-size: 11px;
  }
  .responsive .vina-home-4 .top-contact .infor.phone {
    border: 0;
  }
  .responsive .vina-home-4 .vina-top-menu > li {
    padding: 13px 5px 17px 5px;
    border: 0;
  }
  .responsive .vina-home-4 .vina-top-menu > li > a {
    font-size: 11px;
  }
  .responsive .vina-home-4 .langs-wrapper .mutil-langs > li {
    padding: 13px 0 20px 0;
  }
  .responsive .vina-home-4 .langs-wrapper .mutil-langs > li > a {
    margin: 0 0 0 5px;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .ratings {
    float: left;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .price-box {
    width: 100%;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .price-box > p {
    margin: 0;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .right-timer .add-to-links li.btn-cart {
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .right-timer .add-to-links li.add-to-wd {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart {
    width: 60%;
  }
  .responsive .vina-home-4 .vina-products .right-timer .add-to-links li.add-to-wd {
    width: 40%;
    text-align: right;
  }
  .responsive .vina-home-3 #sp-top-header-wrapper #top-header {
    position: relative;
  }
  .responsive .vina-home-3 .vina-menu {
    top: 5px !important;
    z-index: 9;
  }
  .responsive .vina-home-3 #sp-main-menu ul.level-0 > li > a {
    padding: 0 12px;
  }
  .responsive .vina-home-3 #sp-main-menu ul.level-0 > li > a > span:after {
    bottom: -12px;
  }
  .responsive .top-contact .email {
    margin-right: 15px;
  }
  .responsive .top-contact .infor > i {
    margin-right: 5px;
  }
  .responsive #sp-top2 {
    height: initial;
  }
  .responsive .vina-top-menu > li {
    padding: 13px 12px 4px 0px;
    background: url(../images/bg/bg_toplink1.png) no-repeat 91% 71%;
  }
  .responsive .vina-top-menu > li:last-child {
    padding-right: 0;
    background: transparent;
  }
  .responsive .langs-wrapper .mutil-langs > li {
    padding: 0px 0 15px 0;
  }
  .responsive .logo-wrapper .logo {
    max-width: 100%;
    background-size: 100% auto;
  }
  .responsive .vina-search-js #jshop_search {
    width: 303px;
  }
  .responsive #sp-main-menu ul.level-0 > li >a {
    padding: 9px 8.63px;
  }
  .responsive #sp-main-menu ul.level-0 > li.parent > a span.menu:after {
    font-size: 13px;
    right: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    bottom: -6px;
    margin-left: 4px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption h1 {
    line-height: 32px;
    font-size: 18px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption h2 {
    line-height: 32px;
    font-size: 18px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption ul li {
    margin-bottom: 6px;
    padding: 3px;
    font-size: 13px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption .sea-more a {
    font-size: 14px;
    margin: -8px 0 0 0;
    line-height: 26px;
    right: 41px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_prev,
  .responsive .vina-slideshow .vina-camera-slider .camera_next {
    width: 40px;
    background-size: 100px;
    height: 40px;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_next {
    background-position: -52px 0;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_prev {
    background-position: -6px center;
    right: 41px;
  }
  .responsive .vina-catemenu .nav-child a {
    font-size: 10px;
  }
  .responsive .vina-shipping .media {
    padding: 30px 6px;
  }
  .responsive .vina-shipping .media .pull-left {
    padding-top: 17px;
  }
  .responsive .vina-shipping .media .pull-left > i {
    font-size: 40px;
  }
  .responsive .vina-shipping .media h3 {
    font-size: 12px;
  }
  .responsive .vina-shipping .media .media-body {
    font-size: 12px;
  }
  .responsive .vina-newlletter .acymailing_introtext h4 {
    font-size: 13px;
  }
  .responsive .vina-newlletter .acymailing_form .acysubbuttons > input {
    width: 100px;
  }
  .responsive .vina-newlletter .acymailing_form .acyfield_email > input {
    width: 171px !important;
  }
  .responsive .vina-bottom ul.footer-static-content > li {
    font-size: 12px;
    line-height: 16px;
  }
  .responsive .vina-bottom ul.footer-static-content > li > i {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 14px;
  }
  .responsive .vina-bottom ul.footer-static-content > li > span {
    font-size: 12px;
    display: inline-block;
  }
  .responsive .vina-bottom ul.footer-static-content > li.last > span {
    padding-top: 6px;
  }
  .responsive .vina-latest-post .vina-ticker-content .vina-item a.readmore {
    padding: 5px 15px;
  }
  .responsive .vina-client-testimonal .testimonial .testimonial-sidebar-content .std a {
    font-size: 13px;
  }
  .responsive .vina-category-left .vina-treeview-jshopping,
  .responsive .vina-category-left .vina-treeview-virtuemart {
    padding: 10px;
  }
  .responsive .vina-category-left .vina-treeview-jshopping ul > li > a,
  .responsive .vina-category-left .vina-treeview-virtuemart ul > li > a {
    padding: 4px 0 4px 20px;
    background-position: 0 18px;
  }
  .responsive .vina-category-left .vina-treeview-jshopping ul > li:hover > a,
  .responsive .vina-category-left .vina-treeview-jshopping ul > li:focus > a,
  .responsive .vina-category-left .vina-treeview-virtuemart ul > li:hover > a,
  .responsive .vina-category-left .vina-treeview-virtuemart ul > li:focus > a {
    background-position: 0 -31px;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping {
    padding: 0 10px !important;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping .control-block {
    right: -5px;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping .text-block {
    display: inline-block;
    margin-left: 5px;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping .text-block h4 a {
    font-size: 12px;
  }
  .responsive #sp-left .moduletable > h3 {
    padding: 10px;
    font-size: 13px;
  }
  .responsive .jshop .product_label {
    width: 55px;
  }
  .responsive .price-box .special-price {
    padding: 10px 10px 10px 10px;
  }
  .responsive .price-box .old-price {
    padding: 11px 10px 10px;
  }
  .responsive .vina_jsproduct .body-product .price-box .old-price {
    padding: 11px 10px 10px;
  }
  .responsive .vina_jsproduct .body-product .view-rate {
    display: inline-block;
  }
  .responsive .vina_jsproduct .body-product .availability {
    float: left;
    margin: 10px 0 0;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart {
    margin-top: 15px;
  }
  .responsive #sp-left .module > div >	h3,
  .responsive #sp-right .module > div >	h3 {
    font-size: 13px;
  }
  .responsive #jshop_review_write .btn-comment input {
    padding: 5px 10px;
    font-size: 13px;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
	#auorg-bg{
display:none;
}
.siegel-neu{
	display:none;
}
.vina-products .product-name a{
	font-size: 16.5px;
}
    /* Changes */
    
    #sp-logo{
        width: 40% !important;
        float: left !important;
        /*display: none !important;*/
    }
    
	.vina-special-products .header:before {
	  display: none;
	}
	
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .page-cart .totals {
    width: 100%;
    margin-bottom: 20px;
    min-width: initial;
	margin-top: -70px;
  }
  .responsive .page-cart .discount {
    max-width: initial;
    width: 100%;
  }
  .responsive .vina_jsproduct #related-products.slide-product-detail .flex-direction-nav {
    top: -65px;
  }
  .responsive .vina-payment {
    text-align: center;
  }
  .responsive .page-cart .totals .table-totals {
    margin-top: 20px;
  }
  .responsive .vina-login form .controls {
    display: block;
  }
  .responsive .container {
    max-width: 600px;
    min-width: 180px;
    padding: 0 20px;
  }
  .responsive .vina-banner.banner-left li {
    display: block;
  }
  .responsive .vina-banner.banner-left li.first {
    display: inline-block;
    margin: 10px 0 26px;
  }
  .responsive .vina-js-ticker-left.img-full.ticker-home .vina-item {
    padding: 0 !important;
  }
  .responsive .vina-js-ticker-left.img-full.ticker-home .vina-products .item-inner {
    text-align: center;
  }
  .responsive .vina-js-ticker-left.vina-radius .vina-products .item-inner .product-link {
    text-align: center;
  }
  .responsive .vina-home-3 .vina-menu {
    top: 102px !important;
  }
  .responsive .vina-home-3 #sp-slider-show-wrapper .container {
    margin-top: 0;
  }
  .responsive .vina-home-4 .vina-top-menu > li {
    padding: 0px 5px 10px 5px;
  }
  .responsive .vina-home-4 .vina-menu-category.module {
    margin: 12px 0;
  }
  .responsive .vina-home-4 .langs-wrapper .mutil-langs > li {
    padding: 0px 0 13px 0;
  }
  .responsive .vina-home-4 .vina-menu {
    top: 12px !important;
  }
  .responsive .vina-home-4 .top-contact .infor {
    width: 100%;
  }
  .responsive .vina-home-4 .top-contact .infor.email {
    padding-bottom: 0;
  }
  .responsive .vina-home-4 .top-contact .infor.phone {
    padding-top: 0;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .right-timer .add-to-links li.btn-cart {
    width: 60%;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .right-timer .add-to-links li.add-to-wd {
    width: 40%;
    text-align: right;
  }
  .responsive .vina-home-4 #sp-categorytab_slider_1 {
    margin-top: 20px;
  }
  .responsive .vina-special-products.vina-load.custom .vina-special-products {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .responsive .banner-right-top {
    text-align: center;
    margin-top: 19px;
  }
  .responsive .banner-right-top a.right-home3-1 {
    margin-bottom: 20px;
  }
  .responsive .vina-menu-category .vina-treeview-jshopping,
  .responsive .vina-menu-category .vina-treeview-virtuemart {
    display: none;
  }
  .responsive .top-contact .email {
    margin-right: 0;
  }
  .responsive .top-contact .infor {
    width: 50%;
    text-align: center;
  }
  .responsive .top-contact .infor > i {
    float: none;
  }
  .responsive .top-contact .infor span {
    display: inline-block;
  }
  .responsive .langs-wrapper {
    float: none;
  }
  .responsive .vina-top-menu > li {
    padding: 0px 12px 15px 0px;
    background: url(../images/bg/bg_toplink1.png) no-repeat 92% 22%;
  }
  .responsive #sp-top2 {
    text-align: center;
  }
  .responsive .logo-wrapper {
    text-align: center;
  }
  .responsive .logo-wrapper > a {
    display: inline-block;
  }
  .responsive .logo-wrapper .logo {
    margin: 0 auto;
	width: 150px !important;
  }
  .responsive #sp-top-header-wrapper .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .responsive #sp-top-header-wrapper #sp-logo {
    margin-bottom: 20px;
  }
  .responsive .vina-search-js #jshop_search {
    width: 245px;
    height: 40px;
  }
  .responsive .vina-search-js .button span {
    width: 40px;
    height: 40px;
  }
  .responsive .vina-search-js .button span i {
    line-height: 40px;
  }
  .responsive #jshop_module_cart {
    float: right;
  }
  .responsive #jshop_module_cart .icon-shopping-cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .responsive #jshop_module_cart .tc-content {
    padding: 10px 0 11px 0;
  }
  .responsive #jshop_module_cart .top-cart-content {
    top: 40px;
    padding: 5px 10px;
    width: 144px;
  }
  .responsive #jshop_module_cart .top-cart-content .empty {
    font-size: 11px;
    margin: 0;
    line-height: 14px;
  }
  .responsive #jshop_module_cart .top-cart-content .top-subtotal {
    margin: 5px 0 0;
  }
  .responsive #sp-menu {
    min-height: 0;
  }
  .responsive #header {
    position: relative;
  }
  .responsive #sp-category_menu {
    width: 50%;
  }
  .responsive .vina-menu-category .header {
    height: 40px;
    line-height: 40px;
  }
  .responsive .vina-menu-category.module {
    margin-bottom: 12px;
  }
  .responsive .vina-menu-category .vina-treeview-jshopping,
  .responsive .vina-menu-category .vina-treeview-virtuemart {
    top: 40px;
  }
  .responsive .vina-special-products .header {
    margin: 16px 0 20px !important;
  }
  .responsive .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
  .responsive .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    top: -50px;
  }
  .responsive .vina-home-2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
  .responsive .vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    top: -50px;
  }
  .responsive #sp-slider-show-wrapper [class*="span"] {
    min-height: 0;
  }
  .responsive #sp-slider-show-wrapper #sp-slider_show {
    margin-top: 20px;
  }
  .responsive #sp-banner-home-inner-wrapper .container {
    padding-top: 20px;
  }
  .responsive .vina-banner [class*="span"] {
    text-align: center;
    margin-bottom: 20px;
  }
  .responsive .vina-banner [class*="span"]:last-child {
    margin-bottom: 0;
  }
  .responsive .vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
  .responsive .vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    top: -75px;
  }
  .responsive .vina-latest-post .vina-ticker-content .header-block .blog-titles h2 {
    background: #2f2f2f;
  }
  .responsive .vina-client-testimonal.module {
    margin-bottom: 40px;
    padding: 0;
  }
  .responsive .vina-client-testimonal .header > span {
    background: #2f2f2f;
  }
  .responsive #sp-position-wrapper {
    background: url(../images/bg/bkg_block_bottom.jpg) repeat-y 100% 0;
  }
  .responsive .vina-home-2 #sp-position-wrapper .container {
    background: url(../images/bg/bkg_block_bottom.jpg) repeat-y 100% 0;
  }
  .responsive .vina-latest-post.module {
    margin-bottom: 40px;
    padding: 0;
  }
  .responsive .vina-client-testimonal .header > span {
    background: #2f2f2f;
  }
  .responsive .vina-shipping .media {
    padding: 10px 6px;
    width: 50%;
  }
  .responsive .vina-shipping .media.box-col1,
  .responsive .vina-shipping .media .box-col2 {
    border-bottom: 0;
  }
  .responsive .vina-shipping .media.box-col2 {
    border-right: 1px solid #e5e5e5;
  }
  .responsive .vina-shipping .media .pull-left {
    padding-top: 0;
  }
  .responsive .vina-shipping .media .pull-left > i {
    padding: 0;
    margin-left: 5.5px;
  }
  .responsive .vina-shipping .media .media-body {
    line-height: 16px;
  }
  .responsive .vina-shipping .media .pull-left,
  .responsive .vina-shipping .media .media-body {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .responsive div.acymailing_module {
    text-align: center;
    margin-bottom: 16px !Important;
  }
  .responsive #sp-subscribe-wrapper .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .responsive .vina-social {
    display: inline-block;
    width: 100%;
  }
  .responsive .vina-social .link-follow {
    text-align: center;
  }
  .responsive .vina-social .link-follow > li {
    float: none;
    display: inline-block;
  }
  .responsive .vina-bottom ul.footer-static-content > li {
    display: inline-block;
    width: 100%;
  }
  .responsive .vina-bottom ul.footer-static-content > li > span {
    padding-top: 7px;
  }
  .responsive #sp-footer2 {
    margin-top: 20px;
    text-align: center;
  }
  .responsive #sp-footer1 {
    text-align: center;
  }
  .responsive .vina-category-left .vina-treeview-jshopping ul > li:hover > a,
  .responsive .vina-category-left .vina-treeview-jshopping ul > li:focus > a,
  .responsive .vina-category-left .vina-treeview-virtuemart ul > li:hover > a,
  .responsive .vina-category-left .vina-treeview-virtuemart ul > li:focus > a {
    background-position: 0 -32px;
  }
  .responsive .vina-category-left .vina-treeview-jshopping ul > li > a,
  .responsive .vina-category-left .vina-treeview-virtuemart ul > li > a {
    background-position: 0 16px;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping .vina-item [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping .vina-item [class*="span"].span4 {
    margin-right: 20px;
  }
  .responsive .vina-banner {
    text-align: center;
  }
  .responsive .toolbar .sorter .sort-by {
    padding-left: 0;
  }
  .responsive .jshop_list_product .vina-products .item-inner .product-link {
    text-align: center;
  }
  .responsive .vina-cate-list-img.module {
    margin: 20px 0;
  }
  .responsive .toolbar .sorter {
    margin: 0 0 15px;
    width: 100%;
  }
  .responsive .toolbar .pager {
    width: 100%;
  }
  .responsive #sp-left .module > div >	h3,
  .responsive #sp-right .module > div >	h3 {
    font-size: 16px;
  }
  .responsive .vina_jsproduct {
    margin-top: 30px;
  }
  .responsive .vina_jsproduct .body-product .view-rate {
    width: 100%;
  }
  .responsive .vina_jsproduct .body-product .view-rate .ratings {
    margin: 11px 0 0 0;
    float: right;
  }
  .responsive .vina_jsproduct .image_middle {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
  }
  .responsive .vina_jsproduct .image_middle .product_label {
    width: 45px;
  }
  .responsive .vina_jsproduct .image_middle #list_product_image_middle {
    max-width: 370px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .responsive .vina_jsproduct .slide-product-detail .header {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .responsive .vina_jsproduct .slide-product-detail .header span {
    font-size: 18px;
    line-height: 30px;
  }
  .responsive .vina_jsproduct .slide-product-detail .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
  .responsive .vina_jsproduct .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    top: -51px;
  }
  .responsive ul.breadcrumb > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
	#auorg-bg{
display:none;
}
.siegel-neu{
	display:none;
}
.vina-products .product-name a{
	font-size: 16.5px;
}
  .responsive .vina-blogs >.entry-content .pull-left,
  .responsive .vina-blogs >.entry-content .pull-right {
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive .vina-home-4 .vina-products .right-timer .add-to-links li.btn-cart {
    width: 100%;
  }
  .responsive .vina-home-4 .vina-products .right-timer .add-to-links li.add-to-wd {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .responsive .vina-search-js #jshop_search {
    width: 200px;
  }
  .responsive .vina-newlletter .acymailing_introtext {
    float: none;
    margin-right: 0 !important;
  }
  .responsive .vina-slideshow .vina-camera-slider .camera_caption > div {
    display: none;
  }
  .responsive .vina-products .product .vina-label {
    width: 50px;
  }
  .responsive #sp-footer-wrapper ul.vina-footer-menu > li > a {
    font-size: 11px;
  }
  .responsive .vina_jsproduct .body-product .view-rate .ratings {
    float: left;
  }
  .responsive .vina_jsproduct .body-product .availability {
    float: none;
  }
  .responsive .vina_jsproduct .body-product .price-box {
    text-align: center;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -60%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -60%;
  }
  .responsive .row-offcanvas-right.active {
    right: 60%;
  }
  .responsive .row-offcanvas-left.active {
    left: 60%;
  }
  .responsive .sidebar-offcanvas {
    width: 60%;
  }
}
@media (max-width: 479px) {
#auorg-bg{
display:none;
}
.responsive .page-cart .totals {
	margin-top: -241px;
  }
.siegel-neu{
	display:none;
}
.vina-products .product-name a{
	font-size: 16.5px;
}
.vina-special-products .header > span{
	width: 264px;
}
.sp-badge  .vina-special-products{
	display:none;
}
.vina-menu{
font-size: 20px;
}
.responsive #jshop_module_cart .icon-shopping-cart{
	margin-top: 6px;
}
.responsive #sp-top-header-wrapper .container{
	
	padding-bottom:0;
	padding-top:0;
}
.page-cart .discount{
margin-bottom: 228px;
margin-top:-40px;
}
/*  .vina-shipping .media{
  height: 572px;
}*/
  .responsive .stars_no_active {
    margin: 0 auto;
  }
  .responsive .body-innerwrapper > [id*="sp-"] >.container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive table.jshop .table-header td.js_img,
  .responsive .jshop_img_description_center.js_img,
  .responsive table.jshop .table-header .js_price,
  .responsive table.jshop .jshop_prod_cart td.price.first {
    display: none;
  }
  .responsive .page-cart .back-shop > a,
  .responsive .page-cart .update-cart {
    padding: 8px 16px;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
    display: inline-block;
    font: normal 13px/17px 'Helvetica Neue",Helvetica,Arial,sans-serif', Arial, Helvetica, sans-serif;
  }
  .responsive .page-cart .totals .checkout-types > a {
    padding: 12px 0;
  }
  .responsive.menu-shopping-cart .body-innerwrapper,
  .responsive.menu-my-wishlist .body-innerwrapper {
    overflow-x: visible;
  }
  .responsive .vina-login form .controls {
    display: inline-block;
  }
  .responsive .vina-tab-category .tab-category > ul > li {
    width: 33.333333333333%;
    text-align: center;
  }
  .responsive .vina-tab-category .tab-category > ul > li > a {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
  }
  .responsive .bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
  .responsive .bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 5px;
  }
  .responsive .bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
  .responsive .bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
  }
  .responsive .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
  .responsive .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 25px;
  }
  .responsive .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
  .responsive .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }
  .responsive .vina-latest-post .vina-ticker-content .vina-item > .pull-left {
    max-width: 100%;
    margin-right: 0;
    display: inline-block;
  }
  .responsive .vina-home-1 #sp-top-wrapper .container {
    padding: 0 20px;
  }
  .responsive .vina-top-menu {
    margin-bottom: 5px;
    text-align: center;
  }
  .responsive .vina-top-menu > li {
    padding: 0px 12px 5px 0px;
    background: url(../images/bg/bg_toplink1.png) no-repeat 92% 38%;
    float: none;
    display: inline-block;
  }
  .responsive #sp-top3 {
    text-align: center;
  }
  .responsive #sp-top3 > .vina-search-js {
    padding: 0 0 20px;
    float: none;
    text-align: center;
    display: inline-block;
  }
  .responsive #sp-category_menu {
    width: 70%;
  }
  .responsive .top-contact .infor {
    width: 100%;
  }
  .responsive .top-contact .infor.email {
    padding-bottom: 0;
  }
  .responsive .top-contact .infor.phone {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .responsive .vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
  .responsive .vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  .responsive .vina-products {
    padding: 0 !Important;
  }
  .responsive .vina-products .item-inner {
    text-align: center;
  }
  .responsive .vina-home-3 #jshop_module_cart {
    margin-bottom: 8px;
  }
  .responsive #jshop_module_cart {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart {
    text-align: center;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart {
    margin: 10px 0 0;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li {
    margin-right: 10px;
    float: none;
    margin-bottom: 10px;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li.btn-add-wish {
    margin-right: 0;
  }
  .responsive .vina_jsproduct .body-product .product-options-bottom .add-to-cart .vina-cart li input {
    font-size: 25px;
  }
  .responsive .vina_jsproduct .image_middle #list_product_image_middle {
    max-width: 100%;
  }
  .responsive .vina_jsproduct .slide-product-detail .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
  .responsive .vina_jsproduct .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 5px;
  }
  .responsive .vina_jsproduct .slide-product-detail .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
  .responsive .vina_jsproduct .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -60%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -60%;
  }
  .responsive .row-offcanvas-right.active {
    right: 60%;
  }
  .responsive .row-offcanvas-left.active {
    left: 60%;
  }
  .responsive .sidebar-offcanvas {
    width: 60%;
  }

}
@media (max-width: 319px) {
  .responsive .container {
    max-width: 240px;
    min-width: 180px;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .right-timer .add-to-links li.btn-cart {
    width: 100%;
  }
  .responsive .vina-home-4 .vina-js-ticker-left.vina-radius .vina-products .right-timer .add-to-links li.add-to-wd {
    width: 100%;
    text-align: right;
  }
  .responsive .vina_jsproduct #related-products.slide-product-detail .flex-direction-nav {
    display: none;
  }
  .responsive .vina-search-js #jshop_search {
    width: 140px;
  }
  .responsive #sp-category_menu {
    width: 75%;
  }
  .responsive .vina-menu-category .header {
    font-size: 14px;
    padding: 0 10px;
  }
  .responsive .vina-special-products .header:before {
    background: transparent;
  }
  .responsive .vina-carousel-jshopping,
  .responsive .vina-carousel-virtuemart {
    width: 100% !important;
  }
  .responsive .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div,
  .responsive .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
  .responsive .vina-newlletter .acymailing_form .acyfield_email > input {
    width: 83px !important;
  }
  .responsive .vina-js-ticker-left .vina-ticker-jshopping .vina-item [class*="span"].span4 {
    margin-right: 0;
  }
  .responsive .toolbar .view-mode {
    float: none;
    display: inline-block;
    padding-bottom: 13px;
    margin-bottom: 13px;
    margin: 0;
  }
  .responsive .toolbar .sorter {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.responsive.page-home .vina-menu-category .vina-treeview-jshopping,
  body.responsive .vina-treeview-virtuemart {
    display: none;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@media (max-width: 979px) {
  .responsive .vina-home-3 .rev_slider_wrapper .tp-caption {
    transform: translate(-66px,0) !important;
  }
  .responsive .vina-home-3 .rev_slider_wrapper .tp-caption.vina-item1 {
    transform: translate(-66px,10px) !important;
  }
  .responsive .vina-home-3 .rev_slider_wrapper .tp-caption.vina-button {
    transform: translate(-66px,20px) !important;
  }
  .responsive .vina-home-3 #sp-main-menu ul.level-0 > li.parent > a span.menu:after {
    bottom: -17px;
    margin-left: -4px;
  }
  .responsive .vina-home-3 .vina-js-ticker-left .vina-ticker-virtuemart {
    padding: 0 10px !important;
  }
  .responsive .vina-home-3 .vina-js-ticker-left .vina-ticker-virtuemart .control-block {
    right: 0;
  }
  .responsive .vina-home-3 .vina-js-ticker-left .text-block {
    margin-left: 10px;
  }
  .responsive .vina-home-3 .vina-shop-by .cf_flt_wrapper > div {
    padding: 0 10px;
  }
  .responsive .vina-home-3 .vina-shop-by .cf_flt_wrapper .cf_flt_header {
    font-size: 14px;
    padding: 10px 20px;
  }
  .responsive .vina-home-3 .vina-shop-by .cf_search_button {
    margin-top: 10px;
  }
  .responsive .vina-home-3 .cf_filters_list li .cf_option {
    font-size: 11px;
  }
  .responsive .vina-home-3 .cf_wrapper_input_text_2 input[type="search"] {
    width: 100%;
  }
  .responsive .vina-home-3 .vm-list-products .vina-products .price-box .special-price {
    font-size: 13px;
  }
  .responsive .vina-home-3 .vm-list-products .vina-products .price-box .old-price {
    font-size: 12px;
  }
  .responsive .vina-home-3 .vm-list-products .vina-products .product .vina-label .label-pro {
    width: 50px;
    background-size: 100% auto !important;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .responsive[class*="menu-home"] .vina-menu-category.vina-visible .vina-treeview-virtuemart {
    display: none;
  }
  .responsive .productdetails-view .additional-images .additional-images-inner {
    width: 24%;
    float: left;
  }
  .responsive .vina-virtuemart .vina-menu-category .header {
    margin-top: -4px;
  }
  .responsive .vina-virtuemart .vina-menu-category .vina-treeview-virtuemart {
    z-index: 9;
    top: 36px;
  }
  .responsive .vina-virtuemart .vina-ticker-virtuemart .vina-item > .row-fluid > div {
    width: 50%;
    float: left;
  }
  .responsive .vina-virtuemart .vina-ticker-virtuemart .vina-item > .row-fluid > div.span4 {
    max-width: 200px;
  }
  .responsive .vina-virtuemart #sp-left {
    margin-bottom: 30px;
  }
  .responsive .vina-virtuemart .vm-list-products {
    text-align: center;
  }
  .responsive .vina-virtuemart .vm-list-products .vina-products {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-virtuemart .vm-list-products .vina-products .product .vina-label .label-pro {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 599px) {
  .responsive .vina-products .product .vina-label .label-pro {
    width: 60px;
    background-size: 100% auto !important;
    height: 60px;
  }
  .responsive .vina-search-vm.module {
    margin-right: 0 !important;
  }
  .responsive .vina-cart-js.vina-vm-cart.module {
    margin: 22px auto 20px !Important;
    float: none;
    text-align: center;
  }
  .responsive .vina-cart-js.vina-vm-cart.module #vmCartModule {
    display: inline-block;
  }
  .responsive .vina-cart-js.vina-vm-cart.module #vmCartModule .top-cart-content {
    left: 50%;
    float: none;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0 auto;
  }
  .responsive .rev_slider_wrapper .tp-caption {
    display: none;
  }
  .responsive .productdetails-view .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons > div {
    top: -67px;
  }
}
@media (max-width: 479px) {
  .responsive .vina-cart-js.vina-vm-cart {
    margin: 10px 0 !important;
  }
  .responsive .productdetails-view .product-related-products .caroufredsel_wrapper {
    max-height: 480px;
  }
  .responsive .productdetails-view .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons > div.owl-next {
    right: 15px;
  }
  .responsive .productdetails-view .slide-product-detail .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons > div.owl-prev {
    right: 40px;
  }
  .responsive .productdetails-view ul#slider li {
    width: 295px !important;
  }
  .responsive #ProOPC.cart-view .proopc-continue-link a,
  .responsive #ProOPC.cart-view button[type="submit"],
  .responsive #ProOPC.cart-view button[type="button"] {
    padding: 9px 10px;
    font-size: 11px;
  }

}
@media (max-width: 319px) {
  .responsive .productdetails-view .product-related-products .owl-controls .owl-buttons {
    display: none;
  }
  .responsive .productdetails-view ul#slider li {
    width: 227px !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl .top-contact .infor {
  float: right;
}
.rtl .top-contact .infor.email {
  margin-right: 0;
}
.rtl .top-contact .infor.phone {
  margin-right: 25px;
}
.rtl .langs-wrapper {
  margin-right: 16px;
  margin-left: 0;
}
.rtl .vina-top-menu > li {
  padding: 13px 18px 17px 0px;
}
.rtl .vina-top-menu > li:last-child {
  padding: 13px 18px 17px 0px;
  background: url(../images/bg/bg_toplink1.png) no-repeat 85% 45%;
}
.rtl .vina-top-menu > li:first-child {
  background: transparent;
  padding-right: 0;
}
.rtl .vina-payment {
  text-align: left;
}
.rtl .vina-carousel-jshopping,
.rtl .vina-camera-slider,
.rtl .vina-carousel-virtuemart {
  direction: ltr;
}
.rtl .vina-carousel-jshopping,
.rtl .vina-carousel-virtuemart {
  margin-right: -30px !important;
}
.rtl .jshop .product_label {
  left: 0;
}
.rtl .vina-menu-category .header:after {
  float: left;
}
.rtl .vina-menu-category .header:before {
  float: right;
  margin-right: 0;
  margin-left: 11px;
}
.rtl .vina-menu-category .vina-treeview-jshopping ul > li .hitarea,
.rtl .vina-menu-category .vina-treeview-virtuemart ul > li .hitarea {
  margin: 12px 0 0 23px;
  float: left;
}
.rtl .vina-menu-category .vina-treeview-jshopping ul.level0 > li a,
.rtl .vina-menu-category .vina-treeview-virtuemart ul.level0 > li a {
  padding: 15px 48px 16px 0px;
  background-position: 95% center;
}
.rtl .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.rtl .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: initial;
  left: 25px;
}
.rtl .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.rtl .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: initial;
  left: 0;
}
.rtl .vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.rtl .vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.rtl .vina-tab-category .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.rtl .vina-tab-category .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: 40px;
}
.rtl .vina-special-products .header:before {
  right: inherit;
  left: 60px;
}
.rtl .vina-special-products .header > span {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .vina-special-products.vina-load.custom .moduletable > .nav li:before {
  margin-left: 10px;
  margin-right: initial;
}
.rtl .vina-special-products.vina-load.custom .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.rtl .vina-special-products.vina-load.custom .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: initial;
  left: 5px;
}
.rtl .vina-special-products.vina-load.custom .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.rtl .vina-special-products.vina-load.custom .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: initial;
  left: 30px;
}
.rtl .bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.rtl .bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: initial;
  left: 39px;
}
.rtl .bg-gray .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.rtl .bg-gray .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: initial;
  left: 15px;
}
.rtl .vina-catemenu.module {
  padding: 20px 20px 20px 0px;
}
.rtl .vina-catemenu .deeper > a {
  float: left;
}
.rtl .vina-catemenu .nav-child a:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .vina-popular-cate > .mod-wrapper > .header > span {
  padding-left: 20px;
  padding-right: 0px;
}
.rtl .vina-brand .header:before {
  left: 60px;
  right: initial;
}
.rtl .vina-brand .header > span {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .vina-brand .vina-manufacturers-jshopping .vina-next,
.rtl .vina-brand .vina-manufacturers-virtuemart .vina-next {
  left: 25px;
  right: initial;
}
.rtl .vina-brand .vina-manufacturers-jshopping .vina-prev,
.rtl .vina-brand .vina-manufacturers-virtuemart .vina-prev {
  left: 0;
  right: initial;
}
.rtl #sp-position-wrapper {
  background: url(../images/rtl/bkg_block_bottom.jpg) repeat-y 50% 0;
}
.rtl .vina-client-testimonal .header:before {
  left: 57px;
  right: initial;
}
.rtl .vina-client-testimonal .header > span {
  padding: 10px 0px 10px 20px;
}
.rtl .vina-client-testimonal .carousel .carousel-control.left {
  right: initial;
  left: 0;
}
.rtl .vina-client-testimonal .carousel .carousel-control.right {
  left: 25px;
  right: initial;
}
.rtl .vina-latest-post .vina-ticker-content .header-block {
  padding-right: 0;
  padding-left: 57px;
}
.rtl .vina-latest-post .vina-ticker-content .header-block .control-block {
  right: initial;
  left: 0;
}
.rtl .vina-latest-post .vina-ticker-content .header-block .control-block .up {
  left: 0;
  right: initial;
}
.rtl .vina-latest-post .vina-ticker-content .header-block .control-block .down {
  left: 25px;
  right: initial;
}
.rtl .vina-latest-post .vina-ticker-content .blog-titles h2 {
  padding: 10px 0 10px 20px;
  width: 80px;
}
.rtl .vina-newlletter .acymailing_form .acysubbuttons > input {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .vina-bottom ul.footer-static-content > li {
  float: left;
  text-align: left;
}
.rtl #sp-footer-wrapper ul.vina-footer-menu > li:last-child > a {
  background: transparent;
}
.rtl #sp-footer-wrapper ul.vina-footer-menu > li > a {
  padding-right: 0;
  margin-right: 5px;
  padding-left: 10px;
  background: url(../images/bg/bkg_footer_links.png) left center no-repeat;
}
.rtl .vina-js-ticker-left .vina-ticker-jshopping .control-block,
.rtl .vina-js-ticker-left .vina-ticker-virtuemart .control-block {
  right: auto;
  left: 5px;
  float: left;
}
.rtl .vina-js-ticker-left .vina-ticker-jshopping .control-block .up,
.rtl .vina-js-ticker-left .vina-ticker-virtuemart .control-block .up {
  right: initial;
  left: -19px;
}
.rtl .vina-js-ticker-left .vina-ticker-jshopping .control-block .down,
.rtl .vina-js-ticker-left .vina-ticker-virtuemart .control-block .down {
  right: initial;
  left: 5px;
}
.rtl .vina-js-ticker-left .vina-ticker-jshopping .text-block,
.rtl .vina-js-ticker-left .vina-ticker-virtuemart .text-block {
  margin-left: 0;
  margin-right: 8px;
}
.rtl .vina-js-ticker-left.img-full .vina-ticker-jshopping .control-block,
.rtl .vina-js-ticker-left.img-full .vina-ticker-virtuemart .control-block {
  right: -29px;
}
.rtl#vina-home-3 #sp-main-menu ul.level-0 > li > a {
  background: transparent url(../images/bg/bkg_menu.png) no-repeat right center;
}
.rtl#vina-home-3 #sp-main-menu ul.level-0 > li.first > a {
  padding-left: 24px;
  padding-right: 0;
  background: transparent;
}
.rtl .vina-camera-slider .camera_wrap {
  float: right;
}
.rtl .vina-category-left .vina-treeview-jshopping ul > li > a,
.rtl .vina-category-left .vina-treeview-virtuemart ul > li > a {
  text-align: left;
}
.rtl .vina-products .item-inner {
  text-align: right;
}
.rtl .vina_jsproduct .slide-product-detail#related-products .flexslider_related {
  direction: ltr;
}
.rtl .vina_jsproduct .slide-product-detail#related-products .slides > li {
  padding: 0 0 0 30px;
}
.rtl .vina_jsproduct .slide-product-detail#related-products .flex-direction-nav {
  right: auto;
  left: 31px;
}
.rtl .vina_jsproduct .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev,
.rtl .vina_jsproduct .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: initial;
  left: 14px;
}
.rtl .vina_jsproduct .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next,
.rtl .vina_jsproduct .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: initial;
  left: 38px;
}
@media (max-width: 1280px) {
  .rtl.responsive #sp-main-menu ul.level-0 > li > a {
    padding: 9px 14.7px;
  }
  .rtl.responsive #sp-main-menu ul.level-0 > li.first > a {
    border-left: 1px solid #464646;
  }
  .rtl.responsive #sp-main-menu ul.level-0 > li.last > a {
    border-left: 0;
  }
  .rtl.responsive #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
    right: auto;
    left: 10px;
  }
}
@media (max-width: 979px) {
  .rtl.responsive .top-contact .infor.phone {
    margin-right: 10px;
  }
  .rtl.responsive .vina-js-ticker-left .vina-ticker-jshopping .control-block {
    left: 14px;
  }
  .rtl.responsive .vina-js-ticker-left .vina-ticker-virtuemart .control-block {
    left: 20px;
    right: auto;
  }
  .rtl.responsive #sp-main-menu ul.level-0 > li > a {
    padding: 9px 4.63px;
  }
  .rtl.responsive #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .rtl.responsive .top-contact .infor.phone {
    margin-right: 0;
  }

  .responsive .vina_jsproduct .image_middle{
	  z-index:-9999;
  }
  #test{
	  margin-top:-30px !important;
  }
}
@media (max-width: 479px) {
  .rtl.responsive .vina-carousel-virtuemart {
    margin-right: 0px !important;
  }
  .productfull #block_price{
	  font-size:25px;
  }
  .price-big{
		font-size: 30px;
		padding: 15px 18px 15px 12px;
		display: inline-block;
		color: #fff;
		background-color: #3babf6;
	  
  }
}
.text{
line-height:43px;
font-family: "OpenSans-Regular";
    font-size: 16px;
}
.text_neu1{
line-height:30px;
font-family: "OpenSans-Regular";
font-size: 16px;
}
.title{
line-height:60px;
}
.texts{
    float: left;
    left: 0;
    position: absolute;
    top: 272px;
}
.textsogehts{
    float: left;
    left: 0;
    position: absolute;
    top: 158px;
}
.weiterlesen{

    border: 1px solid #ffffff;
 
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 7px;
    padding: 0 20px 0 15px;
    text-transform: unset;
	opacity: 1.00;
	
}
.weiterlesen1{

    border: 1px solid #ffffff;

    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 7px;
    opacity: 1;
    padding: 0 20px 0 15px;
    text-transform: unset;
    position: absolute;
    margin-left: 9px;
    width: 170px;
	
}
.weiterlesen:hover{
    background-color: #6ec0f7;
   border: 1px solid #ffffff;
}
.weiterlesen1:hover{
    background-color: #6ec0f7;
    border: 1px solid #ffffff;
}
.tilteh2{
background-color: #6ec0f7;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 5px 20px;
}
.text1{
    background-color: #424242;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    opacity: 0.5;
    padding: 10px;
}
div.rating-cancel, div.star-rating {
    background: transparent none repeat scroll 0 0;
    cursor: none;
    display: inline-flex;
    float: initial;
    height: 15px;
    overflow: visible;
    text-indent: -999em;
    width: 17px;
}
.bestellprozess{
    margin-left: 387px;
    margin-top: -249px;
}
.usps{
	position:absolute;
	color: #575756;
	margin: 5px -4px;
	background:rgba(0, 0, 0, 0) url("http://www.test-wasser.de/templates/vina_vanesa/images/ticks.png") repeat scroll 0 0
}
.usps1{
margin-top: -23px;
}
.container1{
	padding-left: 22px;
    padding-right: 22px;
	background:rgba(0, 0, 0, 0) url("http://www.test-wasser.de/templates/vina_vanesa/images/ticks.png") repeat scroll 0 0
}
.zahlung{
	margin: -5px 7px 7px 25px;
}
.beratung{
	height: 30px;
}
#test{
	margin-top:20px;
}
.fulltext-image{
height: 363px;
}
.usp_abschluss{
margin-left:0;
}
#nav1 {
    width: 100%;
    z-index: 10000;
}
.siegel-neu{
	position: fixed;
bottom: 180px;
right: 0;
box-sizing: border-box;
}

