@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
.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;
}
.floatright {
  float: right;
}
.rtl .floatright {
  float: left;
}
.floatleft {
  float: left;
}
.rtl .floatleft {
  float: right;
}
.sppb-text-left {
  text-align: left;
}
.rtl .sppb-text-left {
  text-align: right;
}
.sppb-text-right {
  text-align: right;
}
.rtl .sppb-text-right {
  text-align: left;
}
@-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);
  -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);
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vina_pricing_table ul li {
  padding: 15px 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
}
#vina_pricing_table .testimonial i.icon-quote-left {
  font-size: 20px !important;
}
#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 auto;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
  width: auto;
}
#vina_pricing_table .price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
}
#vina_pricing_table .price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
#vina_pricing_table .price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 48px;
  margin: 0 -20px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: none;
}
#vina_pricing_table .price-table .price-plan:before,
#vina_pricing_table .price-table .price-plan:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
}
#vina_pricing_table .price-table .price-plan:before {
  left: 0;
}
#vina_pricing_table .price-table .price-plan:after {
  right: 0;
}
#vina_pricing_table .price-table .price-plan span {
  font-size: 30px;
}
#vina_pricing_table .vina-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_porfolio {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#vina_porfolio .gallery-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}
#vina_porfolio .gallery-filters a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px;
  padding: 10px 14px;
  background: transparent;
  color: #999;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
#vina_porfolio .gallery-filters a.btn:focus {
  outline: none;
}
ul#vina_gallery {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
ul#vina_gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 3px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
ul#vina_gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#vina_gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: none;
  margin: 30px 0px 0px;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 25px;
}
#vina_contact_us .contact_block h3 {
  line-height: 20px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #333;
}
#vina_contact_us .contact_block span em {
  width: 20px;
  display: inline-block;
  text-align: center;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #333;
}
#vina_contact_us .contact_us .qlform {
  padding: 0px 0px 22px;
  position: relative;
}
#vina_contact_us .contact_us .qlform label {
  line-height: 30px;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform dd {
  position: relative;
}
#vina_contact_us .contact_us .qlform dd:before {
  font-family: FontAwesome;
  color: #ccc;
  right: 5px;
  padding-left: 3px;
  border-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}
#vina_contact_us .contact_us .qlform dd.jform_name,
#vina_contact_us .contact_us .qlform dd.jform_email,
#vina_contact_us .contact_us .qlform dd.jform_subject,
#vina_contact_us .contact_us .qlform dd.jform_message {
  display: block;
}
#vina_contact_us .contact_us .qlform dd.jform_name:before {
  content: "\f007";
}
#vina_contact_us .contact_us .qlform dd.jform_email:before {
  content: "\f0e0";
}
#vina_contact_us .contact_us .qlform dd.jform_subject:before {
  content: "\f02b";
}
#vina_contact_us .contact_us .qlform dd.jform_message:before {
  content: "\f075";
}
#vina_contact_us .contact_us .qlform .submit input,
#vina_contact_us .contact_us .qlform .captcha input {
  margin-top: 25px;
  margin-bottom: 0px;
}
#vina_contact_us .contact_us .qlform input.submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  background: #323232;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform .cluster .jform_name {
  display: block;
}
#vina_contact_us .contact_us .qlform .cluster .jform_email {
  display: block;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map > span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map > span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map > span.contact {
  margin-bottom: 12px;
}
#vina_contact_us .contact span {
  display: inline-block;
  width: auto;
}
#vina_contact_us .vina-map {
  margin-top: 20px;
}
#vina_contact_us ul.link-follow {
  margin-top: 20px;
}
#vina_contact_us ul.link-follow li a {
  border: 2px solid #898989;
  color: #898989 !important;
}
#vina_contact_us .thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us .qlform input,
#vina_contact_us .contact_us .qlform textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  background: none;
  padding: 0 10px;
}
#vina_contact_us .contact_us .qlform input:focus,
#vina_contact_us .contact_us .qlform input.invalid,
#vina_contact_us .contact_us .qlform textarea:focus,
#vina_contact_us .contact_us .qlform textarea.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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
#vina_contact_us .contact_us .qlform input.submit {
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
#vina_contact_us .contact_us .qlform input.submit:hover {
  color: #fff;
}
#vina_contact_us .contact_us .qlform label.invalid {
  color: #898989;
  background: transparent;
}
.vina-mail {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
.vina-mail span {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
#vina_faq .accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_faq .accordion-heading .accordion-toggle {
  height: auto;
  line-height: 45px;
  color: #656565;
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}
#vina_faq .accordion-inner {
  padding: 30px 50px;
  border: 1px solid #cdcdcd;
  border-top: none;
  background: #fff;
}
#vina_faq span.number {
  height: 45px;
  width: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-service-page .vina-service-item {
  position: relative;
  padding-bottom: 30px;
}
.vina-service-page .vina-service-item .media {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.vina-service-page .vina-service-item .media h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 65px;
}
.vina-service-page .vina-service-item .media:hover .sp-blocknumber {
  -webkit-animation: bounceIn 0.7s ease-in-out;
  -moz-animation: bounceIn 0.7s ease-in-out;
  animation: bounceIn 0.7s ease-in-out;
}
.vina-service-page .vina-service-item .sp-blocknumber {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 0 5px 0px;
  background: url(../images/block-shadow.png) 50% 72px no-repeat;
  margin-right: 15px;
}
.vina-service-page .vina-service-item .sp-blocknumber span {
  position: relative;
  top: 0;
  left: 0;
  border: 5px solid #dcdcdc;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  padding: 0 15px;
}
@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;
    overflow: hidden;
  }
  .responsive #vina_contact_us .contact_us .qlform dd.submit {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .responsive #vina_contact_us .contact_us .qlform dd.submit input {
    height: 40px;
    text-transform: uppercase;
  }
  .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;
  }
  .responsive #sp-right {
    width: 100%;
    float: left;
  }
  .responsive .vina-ticker-content .vina-items-wrapper {
    width: 100%;
    float: left;
  }
  .responsive .vina-ticker-content .vina-items-wrapper .vina-items {
    width: 100%;
  }
  .responsive .vina-ticker-content .vina-items-wrapper .vina-items .vina-item {
    width: 100%;
  }
  .responsive .vina-ticker-content .vina-items-wrapper .vina-items .vina-item .span4 {
    width: auto;
    float: left;
    margin-right: 20px;
  }
  .responsive .category-blog-4 .item .article-date,
  .responsive .category-blog-4 .item .article-title {
    width: auto;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
}
@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;
  }
}
.back-to-category {
  float: right;
}
.rtl .back-to-category {
  float: left;
}
.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;
}
.additional-images img {
  margin-right: 8px;
  width: 50px;
  height: auto;
}
.rtl .additional-images img {
  margin-left: 8px;
  margin-right: 0;
}
.product-price {
  margin: 0 0 6px;
  text-align: right;
  float: left;
}
.rtl .product-price {
  text-align: left;
}
.rtl .product-price {
  float: right;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.rtl .vm-price {
  text-align: left;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
.vm-price-value {
  display: inline-block;
  float: left;
}
.rtl .vm-price-value {
  float: right;
}
span.vm-price-desc {
  text-align: left;
  min-width: 1em;
}
.rtl span.vm-price-desc {
  text-align: right;
}
.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-weight: bold;
}
.rtl .vm-cart-price {
  float: right;
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.rtl span.variant-dropdown {
  float: right;
}
.rtl span.variant-dropdown {
  float: right;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.rtl span.custom-variant-inputbox {
  float: right;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0 0 4.2em;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
input.quantity-input {
  height: 2.2em !important;
  width: 2.2em !important;
  text-align: center;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
}
span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
.rtl span.quantity-controls {
  margin: 0 1px 0 0;
}
span.quantity-controls input.quantity-controls {
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}
span.quantity-controls input.quantity-plus {
  background: url(../images/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}
.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;
}
.rtl span.addtocart-button {
  margin: 0 2px 0 0;
}
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;
}
.rtl span.cart-images img {
  float: right;
}
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;
}
.orderby-displaynumber {
  border-bottom: solid #E9E8E8 1px;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0;
  padding: 10px 0;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0.5em;
}
.rtl .orderlistcontainer {
  margin: 0 0.5em 0 0;
}
.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;
}
.rtl .orderlistcontainer div.activeOrder {
  padding: 2px 12px 1px 24px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}
.rtl .ask-a-question-view .form-field textarea.field {
  text-align: right;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ask-a-question,
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.rtl .manufacturer-details-view img {
  float: left;
}
.rtl .manufacturer-details-view img {
  margin: 0 20px 10px 0;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
.rtl .manufacturer-details-view .email-weblink a {
  margin-left: 15px;
  margin-right: 0;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777;
}
span.details-button {
  margin: 0 0 0 10px;
}
.rtl span.details-button {
  margin: 0 10px 0 0;
}
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;
}
.rtl textarea.virtuemart {
  text-align: right;
}
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;
}
.rtl .page-results {
  text-align: left;
}
.control-buttons button.default {
  margin-left: 8px;
}
.rtl .control-buttons button.default {
  margin-right: 8px;
  margin-left: 0;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}
.rtl .control-buttons #reg_text {
  float: right;
}
.rtl .control-buttons #reg_text {
  margin: 0 0 0 20px;
}
.rtl .control-buttons #reg_text {
  text-align: right;
}
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: 150px;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.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;
}
.rtl .checkout-button-top input.terms-of-service {
  margin-left: 10px;
  margin-right: 0;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.rtl span.tos {
  margin-left: 15px;
  margin-right: 0;
}
.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;
}
.rtl .output-billto span.titles,
.rtl .output-shipto span.titles {
  float: right;
}
.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;
}
.rtl .output-billto span.values-first_name,
.rtl .output-billto span.values-middle_name,
.rtl .output-billto span.values-zip,
.rtl .output-shipto span.values-first_name,
.rtl .output-shipto span.values-middle_name,
.rtl .output-shipto span.values-zip {
  float: right;
}
.rtl .output-billto span.values-first_name,
.rtl .output-billto span.values-middle_name,
.rtl .output-billto span.values-zip,
.rtl .output-shipto span.values-first_name,
.rtl .output-shipto span.values-middle_name,
.rtl .output-shipto span.values-zip {
  margin-left: 3px;
  margin-right: 0;
}
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;
}
.rtl textarea.customer-comment {
  text-align: right;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  margin: 10px 0;
  width: 98%;
}
.cart-summary tr td {
  padding-top: 5px;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}
.rtl .VmArrowdown {
  float: left;
}
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;
}
.rtl #com-form-login .width30.floatleft {
  margin: 0 0 0 20px;
}
#com-form-login input {
  display: block;
}
#com-form-login label {
  display: inline-block;
  margin-top: 7px;
}
#com-form-login input[type="checkbox"] {
  display: inline-block;
  margin-top: 10px;
  width: auto;
}
.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
  background: url(../images/vmgeneral/update_quantity_cart.png) no-repeat scroll 50% 50%;
}
.vm2-add_quantity_cart:hover {
  background: url(../images/vmgeneral/update_quantity_cart.png) no-repeat scroll 50% 50%;
}
.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;
}
.rtl .vm2-billto-icon {
  margin-left: 6px;
  margin-right: 0;
}
.vm2-remove_from_cart {
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  background: url(../images/vmgeneral/remove_from_cart.png) no-repeat scroll 50% 50%;
}
.vm2-remove_from_cart:hover {
  background: url(../images/vmgeneral/remove_from_cart.png) no-repeat scroll 50% 50%;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.rtl .vm2-shipto-icon {
  margin-left: 6px;
  margin-right: 0;
}
.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;
}
.rtl .vm2-termsofservice-icon {
  margin-left: 6px;
  margin-right: 0;
}
.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;
}
.rtl .vm-product-media-rating {
  float: right;
}
.vm-product-media-rating h2 {
  border: 0;
  margin: 6px 0;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.rtl .vm-rating-header {
  float: left;
}
.rtl .vm-rating-header {
  margin: 0 0 0 6px;
}
.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}
.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}
.rtl .vm-product-container .vm-product-media-container {
  float: right;
}
.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
  width: 100%;
}
.rtl .vm-product-descr-container {
  float: right;
}
.vm-product-descr-container h2 {
  height: 3.2em;
  margin-bottom: 0px;
}
.vm-product-details-container {
  float: right;
  width: 45%;
}
.rtl .vm-product-details-container {
  float: left;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}
.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
.main-image img {
  max-width: 100%;
  max-height: 260px;
}
.browseProductImage {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.rtl span.variant-name,
.rtl span.custom-variant-name {
  float: right;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 0.4em;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 14px;
  margin: 0 0 0.2em;
  padding: 0;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
  margin: 0 0.5em 0 0;
}
.rtl .display-number,
.rtl .control-buttons,
.rtl .right {
  margin: 0 0 0 0.5em;
}
#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;
}
.rtl .output-billto span.values,
.rtl .output-shipto span.values,
.rtl .floatleft,
.rtl span.floatleft {
  float: right;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.rtl .output-billto span.values,
.rtl .output-shipto span.values {
  padding-left: 5px;
  padding-right: 0;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  float: left;
  text-align: center !important;
}
.rtl .vm-pagination {
  float: right;
}
.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;
}
.rtl .vm-page-counter {
  float: left;
}
.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-weight: bold;
  text-align: left;
}
.rtl td.orders-key {
  text-align: right;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0.4em;
}
.product-field-display {
  vertical-align: middle;
}
.product-field-display a img {
  display: block;
}
.product-related-products,
.product-related-categories {
  border-top: solid #ccc 1px;
  padding-bottom: 10px;
}
.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;
}
.rtl .product-fields .product-field label.other-customfield {
  float: right;
}
.rtl .product-fields .product-field label.other-customfield {
  left: auto;
  right: -18px;
}
.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;
}
.rtl .product-fields .product-field-type-M img {
  float: left;
}
.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;
}
.rtl .product-field-type-B,
.rtl .product-field-type-S,
.rtl .product-field-type-I {
  float: right;
}
.rtl .product-field-type-B,
.rtl .product-field-type-S,
.rtl .product-field-type-I {
  text-align: right;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.rtl .product-field-type-R {
  float: right;
}
.product-fields-title-wrapper {
  min-width: 10em;
  font-weight: bold;
  padding: 0.5em 0;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}
.vm-img-desc {
  display: block;
}
a:hover .vm-img-desc {
  background: #095197;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  vertical-align: middle;
}
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 0.4em;
}
.rtl .product-fields .product-field,
.rtl .product-related-categories .product-field {
  float: right;
}
.buttonBar-right {
  text-align: right;
  float: right;
}
.rtl .buttonBar-right {
  text-align: left;
}
.rtl .buttonBar-right {
  float: left;
}
.userfields_info {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}
div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 0.3%;
  min-width: 220px;
}
.rtl div.product_horizon div.product {
  float: right;
}
.vm-product-descr-container-0 {
  height: 3.3em;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  height: 8.6em;
  margin-bottom: 0px;
}
.vm-product-container {
  width: 100%;
  float: none;
  display: inline-block;
}
.vm-product-container > div {
  margin-bottom: 15px;
}
.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8) url('../images/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
ul,
li {
  list-style-type: none;
}
.cat_image {
  margin-bottom: 15px;
}
.entry-meta.muted {
  background-color: transparent;
}
.carousel-control.left i {
  margin-right: 5px;
}
.rtl .carousel-control.left i {
  margin-left: 5px;
  margin-right: 0;
}
.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;
}
.additional-images {
  margin-top: 9px;
}
.additional-images img {
  width: auto;
  margin-right: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.rtl .additional-images img {
  margin-left: 0;
  margin-right: 0;
}
.additional-images .row-fluid,
.additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.rtl .vm-product-details-inner {
  padding: 0 1.0em 0 0;
}
.sharethis {
  margin: 20px 0;
}
.display-number {
  margin: 0 0 0 5px;
}
.rtl .display-number {
  margin: 0 5px 0 0;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.vm-pagination.vm-pagination-top {
  margin-left: 20px;
}
.rtl .vm-pagination.vm-pagination-top {
  margin-right: 20px;
  margin-left: 0;
}
.product {
  text-align: center;
  text-align: center;
}
.product th,
.product tr,
.product td {
  text-align: center;
}
p.product_s_desc {
  height: auto;
}
.row-fluid {
  margin-bottom: 30px;
}
.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;
}
.rtl .product-price {
  text-align: right;
}
.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;
}
.rtl .addtocart-area .product-fields .product-field {
  text-align: right;
}
.vm3pr-2 .addtocart-area {
  height: auto;
}
.productdetails-view .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view h1 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 30px;
}
.productdetails-view .ratingbox {
  margin: 0 0 5px;
}
.productdetails-view .addtocart-area {
  margin: 0 0 10px;
}
.productdetails-view .addtocart-area .product-fields {
  text-align: left;
}
.rtl .productdetails-view .addtocart-area .product-fields {
  text-align: right;
}
.productdetails-view .product-price {
  display: inline;
}
.productdetails-view .spacer-buy-area {
  width: 100% !important;
  float: none !important;
  margin-bottom: 15px;
  padding: 0;
}
.productdetails-view .product-short-description {
  margin: 0 0 1.0em;
  padding: 0;
}
.productdetails-view .product-description {
  margin: 0;
}
.productdetails-view .addtocart-bar {
  margin: 1.5em 0 0;
  padding: 0;
  position: relative;
  bottom: 0;
  text-align: left;
}
.rtl .productdetails-view .addtocart-bar {
  text-align: right;
}
ul#slider {
  overflow: hidden;
}
ul#slider li {
  display: inline-block;
  margin: 15px;
}
.list_carousel {
  position: relative;
}
.list_prev,
.list_next {
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 99;
  text-align: center;
  border: 1px solid #cbcbcb;
  background: #ddd;
  box-shadow: 0 0 5px #d7d7d7 inset;
  outline: none !important;
  border-radius: 6px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.list_prev {
  left: 0;
}
.list_next {
  right: 0;
}
.right.vm-continue-shopping {
  margin: 0;
  padding-bottom: 10px;
  line-height: 30px;
}
.ratingbox {
  position: relative;
  display: block;
  width: 120px;
  height: 24px;
  background: url("../images/vmgeneral/color-stars.png") repeat-x scroll 0 bottom transparent;
  margin: 0 auto 15px;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/vmgeneral/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  position: absolute;
}
.ratingbox {
  background: url("../images/vmgeneral/bkg_rating_hover.png") repeat-x scroll 0 0 transparent;
  width: 70px !important;
  height: 10px;
  margin: 0;
  display: inline-block;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/vmgeneral/bkg_rating_hover.png) repeat-x transparent;
  background-position: 0 100% !important;
  height: 10px;
}
.amount {
  vertical-align: text-bottom;
  display: inline-block;
  height: 15px;
  font-size: 11px;
  line-height: 13px;
  margin-left: 3px;
}
.rtl .amount {
  margin-right: 3px;
  margin-left: 0;
}
.browse-view .ratingbox {
  margin: 0 auto;
}
.spacer-buy-area .ratingbox {
  margin-bottom: 15px;
}
div.vote,
span.vote {
  display: block;
  margin-bottom: 4px;
  float: right;
  margin-left: 130px;
}
.category-ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  background: url("../images/vmgeneral/color-stars-small.png") repeat-x scroll 0 bottom transparent;
}
.category-ratingbox div,
.category-ratingbox span {
  background: url(../images/vmgeneral/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}
.stars-orange {
  background-position: 0 0 !important;
}
.stars-red {
  background-position: 0 -54px !important;
}
.stars-green {
  background-position: 0 -108px !important;
}
.stars-blue {
  background-position: 0 -162px !important;
}
.stars-purple {
  background-position: 0 -216px !important;
}
#userForm h2,
.vmshop-cart-account.cart-account-login h2,
.vmshop-account.account-login h2,
.vmshop-account.account-logout h2 {
  background: url(../images/i_page1.gif) no-repeat;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}
.rtl #userForm h2,
.rtl .vmshop-cart-account.cart-account-login h2,
.rtl .vmshop-account.account-login h2,
.rtl .vmshop-account.account-logout h2 {
  padding: 0 23px 5px 0;
}
#userForm .new-users h2,
.vmshop-cart-account.cart-account-login .new-users h2,
.vmshop-account.account-login .new-users h2,
.vmshop-account.account-logout .new-users h2 {
  background: url(../images/i_page1.gif) no-repeat;
}
#userForm .login-users h2,
.vmshop-cart-account.cart-account-login .login-users h2,
.vmshop-account.account-login .login-users h2,
.vmshop-account.account-logout .login-users h2 {
  background: url(../images/i_page2.gif) no-repeat;
}
.control-buttons #reg_text {
  margin: 0 0 15px 0;
}
#reg_text {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm.edit-form h2 {
  background: url(../images/i_page1.gif) no-repeat;
}
.vmshop-account.account-login p,
.vmshop-account.account-logout p {
  color: #888888;
}
.vmshop-account.account-login .content,
.vmshop-account.account-logout .content {
  width: 100%;
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set,
.vmshop-account.account-logout .buttons-set {
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
}
.vmshop-account.account-login .buttons-set > a,
.vmshop-account.account-logout .buttons-set > a {
  line-height: 31px;
}
.vmshop-account.account-login .buttons-set input,
.vmshop-account.account-login .buttons-set .vina-button,
.vmshop-account.account-logout .buttons-set input,
.vmshop-account.account-logout .buttons-set .vina-button {
  float: right;
  display: inline-block;
  padding: 0px 20px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  line-height: 30px;
}
.rtl .vmshop-account.account-login .buttons-set input,
.rtl .vmshop-account.account-login .buttons-set .vina-button,
.rtl .vmshop-account.account-logout .buttons-set input,
.rtl .vmshop-account.account-logout .buttons-set .vina-button {
  float: left;
}
.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 {
  background: #3487d5;
  color: #fff;
}
#form-login input {
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl #form-login input {
  margin-left: 5px;
  margin-right: 0;
}
#form-login input:hover {
  color: #fff;
}
#form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#form-login input {
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl #form-login input {
  margin-left: 5px;
  margin-right: 0;
}
#form-login input:hover {
  color: #fff;
}
#com-form-login {
  display: inline-block;
  margin: 0px 0 20px;
  width: 100%;
}
#com-form-login h2 {
  font-size: 18px;
}
#com-form-login input {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#com-form-login label em {
  float: right;
  color: red;
}
.rtl #com-form-login label em {
  float: left;
}
#com-form-login #com-form-login-remember {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.rtl #com-form-login #com-form-login-remember {
  float: right;
}
#com-form-login #com-form-login-remember input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border: none;
}
.rtl #com-form-login #com-form-login-remember input {
  margin-left: 5px;
  margin-right: 0;
}
#com-form-login #com-form-login-remember input:hover {
  color: #fff;
}
#com-form-login .floatleft a:hover {
  text-decoration: underline;
}
#com-form-login .form-list li {
  margin-bottom: 15px;
}
.login-users #com-form-login {
  border: none;
  padding: 0px;
}
.vmshop-account.account-login .new-users button {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#com-form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view .vm-cart-header-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.cart-view .vm-cart-header {
  width: 50%;
  float: left;
}
.rtl .cart-view .vm-cart-header {
  float: right;
}
.cart-view .vm-cart-header h1 {
  font-size: 22px;
  color: #333;
  padding-bottom: 0;
}
.cart-view .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
.rtl .cart-view .vm-continue-shopping {
  float: right;
}
.cart-view .vm-continue-shopping .continue_link {
  text-transform: capitalize;
  float: right;
  color: #696969;
  margin: 0px;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  background: #e1e1e1;
}
.rtl .cart-view .vm-continue-shopping .continue_link {
  float: left;
}
.cart-view .vm-continue-shopping .continue_link:hover {
  color: #fff;
}
.cart-view #checkoutForm {
  width: 100%;
  float: left;
}
.rtl .cart-view #checkoutForm {
  float: right;
}
.cart-view form {
  width: 100%;
  float: left;
  margin: 0;
}
.rtl .cart-view form {
  float: right;
}
.cart-view #form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view #form-login input {
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl .cart-view #form-login input {
  margin-left: 5px;
  margin-right: 0;
}
.cart-view #form-login input:hover {
  color: #fff;
}
.cart-view form.inline {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view form.inline input.button,
.cart-view form.inline .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
}
.rtl .cart-view form.inline input.button,
.rtl .cart-view form.inline .chzn-container-single .chzn-single {
  float: left;
}
.cart-view #com-form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view #com-form-login input {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view #com-form-login #com-form-login-remember {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.rtl .cart-view #com-form-login #com-form-login-remember {
  float: right;
}
.cart-view #com-form-login #com-form-login-remember input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  display: block;
}
.rtl .cart-view #com-form-login #com-form-login-remember input {
  margin-left: 5px;
  margin-right: 0;
}
.cart-view #com-form-login #com-form-login-remember input:hover {
  color: #fff;
}
.cart-view #com-form-login #com-form-login-remember label {
  margin-top: 7px;
}
.cart-view #com-form-login #com-form-login-remember input[type="checkbox"] {
  margin-top: 10px !important;
}
.cart-view #com-form-login .floatleft a:hover {
  text-decoration: underline;
}
.cart-view .billto-shipto {
  width: 100%;
  float: left;
  border: none;
  margin-top: 0;
  padding: 20px 0px;
}
.rtl .cart-view .billto-shipto {
  float: right;
}
.cart-view .billto-shipto .width50 {
  border: 1px solid #f2f2f2;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  margin: 0 0px 0px 6%;
}
.rtl .cart-view .billto-shipto .width50 {
  float: right;
}
.cart-view .billto-shipto .width50:first-child {
  margin-left: 0;
}
.rtl .cart-view .billto-shipto .width50:first-child {
  margin-right: 0;
  margin-left: 0;
}
.cart-view .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
.cart-view .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
.rtl .cart-view .billto-shipto .width50 .output-shipto input {
  float: right;
}
.rtl .cart-view .billto-shipto .width50 .output-shipto input {
  margin-left: 5px;
  margin-right: 0;
}
.cart-view .billto-shipto h3 {
  margin: 0 0 10px;
}
.cart-view .billto-shipto i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.rtl .cart-view .billto-shipto i {
  margin-left: 5px;
  margin-right: 0;
}
.cart-view .width50 {
  width: 50%;
  float: left;
}
.rtl .cart-view .width50 {
  float: right;
}
.cart-view .checkout-button-top {
  width: 100%;
  float: left;
}
.rtl .cart-view .checkout-button-top {
  float: right;
}
.cart-view .vm-fieldset-pricelist {
  margin: 20px 0px;
}
.cart-view .cart-summary {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.cart-view .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;
}
.rtl .cart-view .cart-summary tr th {
  border-right: none;
  border-left: 1px solid #f2f2f2;
}
.cart-view .cart-summary tr th.tb-delete {
  border-right: none;
}
.cart-view .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 10px;
}
.rtl .cart-view .cart-summary .cart-images {
  float: right;
}
.cart-view .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 {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
.rtl .cart-view .cart-summary tbody td {
  border-right: none;
  border-left: 1px solid #f2f2f2;
}
.cart-view .cart-summary tbody td .product-name {
  text-align: center;
}
.cart-view .cart-summary tbody td.last {
  border-right: none;
}
.cart-view .cart-summary tbody .vm-price-value {
  float: none;
}
.cart-view .cart-summary tbody input.quantity-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .cart-summary tbody .vm2-add_quantity_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
.cart-view .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
.cart-view .cart-summary tbody .tb-total {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
.cart-view .cart-summary tbody .tb-total .total-title {
  text-align: right;
  padding: 20px 10px;
  border-right: none;
}
.rtl .cart-view .cart-summary tbody .tb-total .total-title {
  text-align: left;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 30%;
  float: left;
}
.rtl .cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
  float: right;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
}
.rtl .cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: right;
}
.cart-view .cart-summary tbody .tb-total .title {
  width: 55%;
  float: left;
  line-height: 40px;
}
.rtl .cart-view .cart-summary tbody .tb-total .title {
  float: right;
}
.cart-view .cart-summary tbody .tb-total .total {
  width: 15%;
  float: left;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
.rtl .cart-view .cart-summary tbody .tb-total .total {
  float: right;
}
.rtl .cart-view .cart-summary tbody .tb-total .total {
  padding-left: 30px;
  padding-right: 0;
}
.rtl .cart-view .cart-summary tbody .tb-total .total {
  text-align: left;
}
.cart-view .cart-summary tfoot {
  margin: 20px 0px;
  text-align: right;
}
.rtl .cart-view .cart-summary tfoot {
  text-align: left;
}
.cart-view .cart-summary tfoot a:hover {
  text-decoration: underline;
}
.cart-view .cart-summary tfoot .shipment {
  padding: 20px 40px 10px;
}
.cart-view .cart-summary tfoot .payment {
  padding: 20px 40px 10px;
}
.cart-view .checkout-button-top {
  padding: 0px 40px 30px;
  display: inline-block;
  float: right;
  text-align: right;
  border: medium none;
}
.rtl .cart-view .checkout-button-top {
  float: left;
}
.rtl .cart-view .checkout-button-top {
  text-align: left;
}
.cart-view .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;
  -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 {
  color: #fff;
}
.cart-view .fieldset-customer {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #f2f2f2;
  float: left;
  padding: 20px;
}
.rtl .cart-view .fieldset-customer {
  float: right;
}
.cart-view .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-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .fieldset-customer .vm-fieldset-tos input.terms-of-service {
  float: left;
}
.rtl .cart-view .fieldset-customer .vm-fieldset-tos input.terms-of-service {
  float: right;
}
.cart-view .fieldset-customer .vm-fieldset-tos span.cart {
  float: left;
}
.rtl .cart-view .fieldset-customer .vm-fieldset-tos span.cart {
  float: right;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
.rtl .cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service {
  float: right;
}
.cart-view .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 {
  text-decoration: underline;
}
.cart-view .fieldset-customer .checkout-button-top {
  float: left;
  text-align: left;
  padding: 0 0 10px;
  margin-top: 15px;
}
.rtl .cart-view .fieldset-customer .checkout-button-top {
  float: right;
}
.rtl .cart-view .fieldset-customer .checkout-button-top {
  text-align: right;
}
.cart-view .title-form {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px 23px;
}
.rtl .cart-view .title-form {
  padding: 0 23px 10px 0;
}
#userForm,
#paymentForm,
#adminForm {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#userForm button,
#paymentForm button,
#adminForm 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl #userForm button,
.rtl #paymentForm button,
.rtl #adminForm button {
  margin-left: 5px;
  margin-right: 0;
}
#userForm button:hover,
#paymentForm button:hover,
#adminForm button:hover {
  color: #fff;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
.rtl #userForm h3,
.rtl #paymentForm h3,
.rtl #adminForm h3 {
  float: right;
}
#userForm .buttonBar-right,
#paymentForm .buttonBar-right,
#adminForm .buttonBar-right {
  width: 100%;
  float: left;
  text-align: left;
}
.rtl #userForm .buttonBar-right,
.rtl #paymentForm .buttonBar-right,
.rtl #adminForm .buttonBar-right {
  float: right;
}
.rtl #userForm .buttonBar-right,
.rtl #paymentForm .buttonBar-right,
.rtl #adminForm .buttonBar-right {
  text-align: right;
}
#userForm fieldset,
#paymentForm fieldset,
#adminForm fieldset {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.rtl #userForm fieldset,
.rtl #paymentForm fieldset,
.rtl #adminForm fieldset {
  float: right;
}
#userForm fieldset label,
#paymentForm fieldset label,
#adminForm fieldset label {
  display: inline-block;
}
#user-registration {
  border: 1px solid #f2f2f2;
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  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;
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl #user-registration button {
  margin-left: 5px;
  margin-right: 0;
}
#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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
#tab-1,
#tab-2 {
  width: 100%;
  float: left;
}
.rtl #tab-1,
.rtl #tab-2 {
  float: right;
}
.adminlist {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.rtl .adminlist {
  float: right;
}
.adminlist th {
  width: 20%;
}
#adminForm .buttonBar-right {
  margin: 10px 0px;
}
.shipment >.vmshipment_name {
  float: left;
}
.rtl .shipment >.vmshipment_name {
  float: right;
}
.payment >.vmpayment_name {
  float: left;
}
.rtl .payment >.vmpayment_name {
  float: right;
}
#userForm fieldset .control-buttons,
#tab-1 fieldset .control-buttons {
  text-align: left !important;
  margin-bottom: 10px;
}
#userForm fieldset .control-buttons #reg_text,
#tab-1 fieldset .control-buttons #reg_text {
  margin-bottom: 10px;
}
#userForm fieldset a,
#tab-1 fieldset a {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  line-height: 20px;
}
.rtl #userForm fieldset a,
.rtl #tab-1 fieldset a {
  margin-left: 5px;
  margin-right: 0;
}
.rtl #userForm fieldset a,
.rtl #tab-1 fieldset a {
  float: right;
}
#userForm fieldset a:hover,
#tab-1 fieldset a:hover {
  color: #fff;
}
#userForm fieldset .chzn-single,
#tab-1 fieldset .chzn-single {
  width: 100%;
  background: #fff !important;
}
#userForm fieldset .chzn-single:hover,
#userForm fieldset .chzn-single:focus,
#tab-1 fieldset .chzn-single:hover,
#tab-1 fieldset .chzn-single:focus {
  color: #696969;
}
#paymentForm fieldset {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.rtl #paymentForm fieldset {
  float: right;
}
#paymentForm fieldset input {
  margin-right: 5px;
  margin-top: 0;
}
.rtl #paymentForm fieldset input {
  margin-left: 5px;
  margin-right: 0;
}
#paymentForm fieldset label {
  margin-right: 5px;
}
.rtl #paymentForm fieldset label {
  margin-left: 5px;
  margin-right: 0;
}
table.user-details input {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
table.user-details input:focus,
table.user-details input.invalid {
  border: 1px solid #f2f2f2 !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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
table.user-details .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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
}
table.user-details label.invalid {
  color: #898989;
  background: transparent;
}
.title-form {
  background: url("../images/i_page2.gif") no-repeat scroll 0 1px rgba(0,0,0,0);
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0 0 10px 23px;
  text-transform: uppercase;
  width: 100%;
  line-height: 20px;
}
div.login,
div.profile-edit,
div.registration,
div.reset-confirm,
div.reset-complete,
div.registration-complete,
div.order-view {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.login h2,
div.profile-edit h2,
div.registration h2,
div.reset-confirm h2,
div.reset-complete h2,
div.registration-complete h2,
div.order-view h2 {
  font-size: 18px;
}
div.login input,
div.profile-edit input,
div.registration input,
div.reset-confirm input,
div.reset-complete input,
div.registration-complete input,
div.order-view 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.login input:focus,
div.login input.invalid,
div.profile-edit input:focus,
div.profile-edit input.invalid,
div.registration input:focus,
div.registration input.invalid,
div.reset-confirm input:focus,
div.reset-confirm input.invalid,
div.reset-complete input:focus,
div.reset-complete input.invalid,
div.registration-complete input:focus,
div.registration-complete input.invalid,
div.order-view input:focus,
div.order-view input.invalid {
  border: 1px solid #f2f2f2 !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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.login input#remember,
div.profile-edit input#remember,
div.registration input#remember,
div.reset-confirm input#remember,
div.reset-complete input#remember,
div.registration-complete input#remember,
div.order-view input#remember {
  width: auto;
  margin: 0;
}
div.login select,
div.profile-edit select,
div.registration select,
div.reset-confirm select,
div.reset-complete select,
div.registration-complete select,
div.order-view select {
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.login select:focus,
div.login select.invalid,
div.profile-edit select:focus,
div.profile-edit select.invalid,
div.registration select:focus,
div.registration select.invalid,
div.reset-confirm select:focus,
div.reset-confirm select.invalid,
div.reset-complete select:focus,
div.reset-complete select.invalid,
div.registration-complete select:focus,
div.registration-complete select.invalid,
div.order-view select:focus,
div.order-view select.invalid {
  border: 1px solid #f2f2f2 !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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.login button,
div.login a.btn-danger,
div.login input.button,
div.login a.btn,
div.profile-edit button,
div.profile-edit a.btn-danger,
div.profile-edit input.button,
div.profile-edit a.btn,
div.registration button,
div.registration a.btn-danger,
div.registration input.button,
div.registration a.btn,
div.reset-confirm button,
div.reset-confirm a.btn-danger,
div.reset-confirm input.button,
div.reset-confirm a.btn,
div.reset-complete button,
div.reset-complete a.btn-danger,
div.reset-complete input.button,
div.reset-complete a.btn,
div.registration-complete button,
div.registration-complete a.btn-danger,
div.registration-complete input.button,
div.registration-complete a.btn,
div.order-view button,
div.order-view a.btn-danger,
div.order-view input.button,
div.order-view a.btn {
  background: #e1e1e1;
  color: #696969 !important;
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
}
.rtl div.login button,
.rtl div.login a.btn-danger,
.rtl div.login input.button,
.rtl div.login a.btn,
.rtl div.profile-edit button,
.rtl div.profile-edit a.btn-danger,
.rtl div.profile-edit input.button,
.rtl div.profile-edit a.btn,
.rtl div.registration button,
.rtl div.registration a.btn-danger,
.rtl div.registration input.button,
.rtl div.registration a.btn,
.rtl div.reset-confirm button,
.rtl div.reset-confirm a.btn-danger,
.rtl div.reset-confirm input.button,
.rtl div.reset-confirm a.btn,
.rtl div.reset-complete button,
.rtl div.reset-complete a.btn-danger,
.rtl div.reset-complete input.button,
.rtl div.reset-complete a.btn,
.rtl div.registration-complete button,
.rtl div.registration-complete a.btn-danger,
.rtl div.registration-complete input.button,
.rtl div.registration-complete a.btn,
.rtl div.order-view button,
.rtl div.order-view a.btn-danger,
.rtl div.order-view input.button,
.rtl div.order-view a.btn {
  margin-left: 5px;
  margin-right: 0;
}
div.login button:hover,
div.login a.btn-danger:hover,
div.login input.button:hover,
div.login a.btn:hover,
div.profile-edit button:hover,
div.profile-edit a.btn-danger:hover,
div.profile-edit input.button:hover,
div.profile-edit a.btn:hover,
div.registration button:hover,
div.registration a.btn-danger:hover,
div.registration input.button:hover,
div.registration a.btn:hover,
div.reset-confirm button:hover,
div.reset-confirm a.btn-danger:hover,
div.reset-confirm input.button:hover,
div.reset-confirm a.btn:hover,
div.reset-complete button:hover,
div.reset-complete a.btn-danger:hover,
div.reset-complete input.button:hover,
div.reset-complete a.btn:hover,
div.registration-complete button:hover,
div.registration-complete a.btn-danger:hover,
div.registration-complete input.button:hover,
div.registration-complete a.btn:hover,
div.order-view button:hover,
div.order-view a.btn-danger:hover,
div.order-view input.button:hover,
div.order-view a.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
div.login a:hover,
div.profile-edit a:hover,
div.registration a:hover,
div.reset-confirm a:hover,
div.reset-complete a:hover,
div.registration-complete a:hover,
div.order-view a:hover {
  text-decoration: underline;
}
div.login .form-actions,
div.profile-edit .form-actions,
div.registration .form-actions,
div.reset-confirm .form-actions,
div.reset-complete .form-actions,
div.registration-complete .form-actions,
div.order-view .form-actions {
  background: none;
  margin: 0;
  border: none;
}
div.login .nav-tabs.nav-stacked > li > a,
div.profile-edit .nav-tabs.nav-stacked > li > a,
div.registration .nav-tabs.nav-stacked > li > a,
div.reset-confirm .nav-tabs.nav-stacked > li > a,
div.reset-complete .nav-tabs.nav-stacked > li > a,
div.registration-complete .nav-tabs.nav-stacked > li > a,
div.order-view .nav-tabs.nav-stacked > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.login .nav-tabs.nav-stacked > li > a:hover,
div.profile-edit .nav-tabs.nav-stacked > li > a:hover,
div.registration .nav-tabs.nav-stacked > li > a:hover,
div.reset-confirm .nav-tabs.nav-stacked > li > a:hover,
div.reset-complete .nav-tabs.nav-stacked > li > a:hover,
div.registration-complete .nav-tabs.nav-stacked > li > a:hover,
div.order-view .nav-tabs.nav-stacked > li > a:hover {
  background: none;
}
.chzn-container-single .chzn-single {
  overflow: hidden !important;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.profile-edit .chzn-container {
  overflow: hidden !important;
}
.profile-edit .chzn-container.chzn-with-drop {
  overflow: visible !important;
}
.profile-edit .chzn-container.chzn-with-drop .chzn-drop {
  z-index: 9999;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.profile-edit .chzn-container .chzn-drop {
  display: none;
}
.profile-edit .chzn-container-single .chzn-single {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
  width: 210px;
}
chzn-container chzn-container-single
chzn-container chzn-container-single chzn-with-drop chzn-container-active
chzn-container chzn-container-single chzn-container-active
div.profile-edit .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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
}
chzn-container chzn-container-single
chzn-container chzn-container-single chzn-with-drop chzn-container-active
chzn-container chzn-container-single chzn-container-active
div.profile-edit .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-drop {
  display: block;
}
.chzn-container.chzn-with-drop .chzn-drop {
  display: none;
}
.chzn-container.chzn-with-drop.chzn-container-active .chzn-drop {
  display: block;
}
div.search #searchForm {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.search #searchForm 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.search #searchForm input:focus,
div.search #searchForm 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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.search #searchForm input#remember {
  width: auto;
  margin: 0;
}
div.search #searchForm select {
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.search #searchForm select:focus,
div.search #searchForm select.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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.search #searchForm button,
div.search #searchForm a.btn-danger,
div.search #searchForm input.button {
  background: #e1e1e1;
  color: #696969 !important;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
}
.rtl div.search #searchForm button,
.rtl div.search #searchForm a.btn-danger,
.rtl div.search #searchForm input.button {
  margin-left: 5px;
  margin-right: 0;
}
div.search #searchForm button:hover,
div.search #searchForm a.btn-danger:hover,
div.search #searchForm input.button:hover {
  color: #fff !important;
  text-decoration: none;
}
div.search #searchForm input[type="radio"],
div.search #searchForm input[type="checkbox"] {
  width: auto;
  height: auto;
}
div.logout {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.logout .form-horizontal {
  margin: 0;
}
div.logout .form-horizontal .control-group {
  margin: 0;
}
div.logout .form-horizontal .controls {
  margin-left: 0px;
}
div.logout 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl div.logout button {
  margin-left: 5px;
  margin-right: 0;
}
div.logout button:hover {
  color: #fff;
}
div.profile .btn-toolbar {
  width: 100%;
  float: left;
}
.rtl div.profile .btn-toolbar {
  float: right;
}
div.profile .btn-toolbar a.btn {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rtl div.profile .btn-toolbar a.btn {
  margin-left: 5px;
  margin-right: 0;
}
div.profile .btn-toolbar a.btn:hover {
  color: #fff;
}
div.profile fieldset {
  width: 100%;
  float: left;
}
.rtl div.profile fieldset {
  float: right;
}
div.profile .dl-horizontal dd {
  float: left;
}
.rtl div.profile .dl-horizontal dd {
  float: right;
}
#editcell {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.order-view br {
  display: none;
}
div.order-view #com-form-order-number {
  margin-right: 30px;
}
.rtl div.order-view #com-form-order-number {
  margin-left: 30px;
  margin-right: 0;
}
div.order-view #com-form-order-submit {
  width: 100%;
}
.search-results {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.search-results dt,
.search-results dd {
  display: block;
}
div.virtuemart_search {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.virtuemart_search 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
  margin: 0;
}
div.virtuemart_search input:focus,
div.virtuemart_search 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;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.virtuemart_search input.button {
  background: #e1e1e1;
  color: #696969 !important;
  padding: 0px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
}
.rtl div.virtuemart_search input.button {
  margin-left: 5px;
  margin-right: 0;
}
div.virtuemart_search input.button:hover,
div.virtuemart_search input.button:focus {
  color: #fff !important;
  text-decoration: none;
  border: none;
}
.orderby-displaynumber {
  margin: 20px 0 30px;
  position: relative;
  padding: 0px;
  font-size: 13px;
  float: left;
  width: 100%;
}
.rtl .orderby-displaynumber {
  float: right;
}
.orderby-displaynumber .vm-order-list {
  float: left;
  padding: 10px 0;
}
.rtl .orderby-displaynumber .vm-order-list {
  float: right;
}
.orderby-displaynumber .vm-order-list a {
  color: #898989 !important;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  margin: 0;
  position: relative;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
  top: 28px;
  right: 0;
  z-index: 9;
}
.rtl .orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
  left: 0;
  right: auto;
}
.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 5px 0 0;
  font-weight: normal;
  line-height: 28px;
  font-size: 14px;
}
.rtl .orderby-displaynumber .vm-order-list .title {
  float: right;
}
.rtl .orderby-displaynumber .vm-order-list .title {
  margin: 0 0 0 5px;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  float: left;
  padding: 5px 21px 5px 5px;
  vertical-align: bottom;
  text-align: center;
  background: url(../images/select_lang.png) no-repeat scroll 100% 50% transparent;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rtl .orderby-displaynumber .vm-order-list .activeOrder {
  float: right;
}
.rtl .orderby-displaynumber .vm-order-list .activeOrder {
  padding: 5px 5px 5px 21px;
}
.orderby-displaynumber .display-number {
  float: right;
  margin-right: 20px;
  line-height: 28px;
  padding: 10px 0px;
  font-size: 14px;
}
.rtl .orderby-displaynumber .display-number {
  float: left;
}
.rtl .orderby-displaynumber .display-number {
  margin-left: 20px;
  margin-right: 0;
}
.orderby-displaynumber .display-number select {
  padding: 0 5px;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  height: 28px;
  margin: 0;
  color: #898989;
  border-color: #fff;
  width: 50px;
}
.orderby-displaynumber .display-number select option {
  padding-right: 10px;
}
.rtl .orderby-displaynumber .display-number select option {
  padding-left: 10px;
  padding-right: 0;
}
.orderby-displaynumber .display-number .number {
  border: none;
  display: inline-block;
  position: relative;
  margin: 0px 5px;
}
.orderby-displaynumber .display-number .number:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background: url(../images/select_lang.png) no-repeat scroll 100% 50% #fff;
  width: 24px;
  pointer-events: none;
  z-index: 9;
}
.rtl .orderby-displaynumber .display-number .number:after {
  left: 0px;
  right: auto;
}
.vm-pagination {
  float: right;
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
}
.rtl .vm-pagination {
  float: left;
}
.vm-pagination ul {
  display: inline;
  margin-left: 5px;
}
.rtl .vm-pagination ul {
  margin-right: 5px;
  margin-left: 0;
}
.vm-pagination ul li {
  margin: 0 1px;
}
.vm-pagination ul li a {
  color: #333333 !important;
  font-weight: normal;
  min-width: 30px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #eee;
  display: inline-block;
  padding: 0 3px;
  border-radius: 0;
  background-color: #fff;
}
.vm-pagination ul li:hover a,
.vm-pagination ul li.pagination-active a {
  color: #fff !important;
  font-weight: bold;
  min-width: 30px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
}
.vm-pagination .vm-page-counter {
  display: none;
}
.vm-pagination.vm-pagination-top {
  margin: 0;
}
.vm-pagination.vm-pagination-bottom {
  display: none;
}
div.productdetails * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productdetails a.product-details {
  padding: 0px;
}
.productdetails .main-image {
  padding: 5px;
  background-color: #fff;
  margin: 0 0 25px;
  border: 1px solid #eee;
  min-height: 500px;
}
.productdetails .main-image img {
  max-height: 100%;
  max-width: 100%;
}
.productdetails .additional-images {
  margin: 0;
  overflow: hidden;
}
.productdetails .additional-images .additional-images-inner {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3px;
  text-align: center;
}
.productdetails .additional-images .additional-images-inner img {
  border: none;
}
.productdetails .product-name {
  margin: 0;
  width: auto;
}
.productdetails .product-name h1 {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: normal;
  float: none !important;
  text-transform: uppercase;
}
.productdetails .product-rating {
  display: inline-block;
  font-size: 11px;
  margin: 2px 0 0;
}
.productdetails .product-rating .amount {
  height: 14px;
}
.productdetails .price-box {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
}
.productdetails .price-box .PricesalesPrice {
  padding: 0px;
  display: inline-block;
  margin: 0;
}
.productdetails .price-box .PricesalesPrice .PricesalesPrice {
  font-size: 28px;
  font-weight: normal;
}
.productdetails .price-box .price-crossed {
  display: inline-block;
  margin: 0;
}
.productdetails .price-box .price-crossed .PricebasePriceWithTax {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 21px;
  letter-spacing: -0.3px;
  margin-left: 5px;
}
.rtl .productdetails .price-box .price-crossed .PricebasePriceWithTax {
  margin-right: 5px;
  margin-left: 0;
}
.productdetails .product-short-description {
  line-height: 25px;
  background: url(../images/description.png) repeat-x center bottom;
  padding-bottom: 30px;
  padding-top: 10px;
}
.productdetails .icons a {
  line-height: 50px;
  margin: 5px 10px 5px 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.rtl .productdetails .icons a {
  margin: 5px 0 5px 10px;
}
.productdetails .icons a:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  display: block;
}
.productdetails .icons a:before {
  font-family: FontAwesome;
}
.productdetails .icons a span {
  min-width: 100px;
  height: auto;
  line-height: 20px;
  padding: 1px 5px;
  left: 50%;
  margin-left: -50px;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #333;
  text-indent: 0px;
  position: absolute;
  pointer-events: none;
  bottom: 40px;
  font-family: Corbel;
  display: none;
}
.productdetails .icons a span:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0,0,0,0.1);
}
.productdetails .icons a span:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  border-top: 5px solid #333;
}
.productdetails .icons a:hover span {
  bottom: 50px;
  display: block;
}
.productdetails .icons a.icon-send:before {
  content: "\f059";
  font-family: FontAwesome;
}
.productdetails .spacer-buy-area .product-fields-title-wrapper {
  padding: 0;
  font-weight: normal;
  width: 100%;
  margin: 5px 0 0;
  float: left;
}
.rtl .productdetails .spacer-buy-area .product-fields-title-wrapper {
  float: right;
}
.productdetails .spacer-buy-area .product-field-display {
  width: 100%;
  margin: 5px 0 0;
  float: left;
}
.rtl .productdetails .spacer-buy-area .product-field-display {
  float: right;
}
.productdetails .spacer-buy-area .chzn-container-single .chzn-single {
  vertical-align: middle;
  color: #888888;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
  line-height: 17px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productdetails .spacer-buy-area .chzn-container-single .chzn-single span {
  margin-right: 26px;
}
.rtl .productdetails .spacer-buy-area .chzn-container-single .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}
.productdetails .spacer-buy-area .chzn-container-single .chzn-drop {
  width: 100% !important;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.productdetails .addtocart-bar .quantity-box {
  display: inline-block;
}
.productdetails .addtocart-bar .quantity-box .quantity-input {
  border: 1px solid #f1f1f1;
  padding: 2px;
  text-align: center;
  min-width: 50px !important;
  background: none;
  height: 40px !important;
  line-height: 40px;
  float: left;
  margin: 0;
  color: #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rtl .productdetails .addtocart-bar .quantity-box .quantity-input {
  float: right;
}
.productdetails .addtocart-bar .quantity-controls {
  width: 24px;
  height: 44px;
}
.productdetails .addtocart-bar .quantity-controls .quantity-controls {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.productdetails .addtocart-bar .quantity-controls .quantity-controls.quantity-plus {
  background: #aaa8a8 url(../images/vmgeneral/qty-increase.png) no-repeat 50% 50%;
  background-size: 100%;
  border-bottom: 1px solid #fff;
}
.productdetails .addtocart-bar .quantity-controls .quantity-controls.quantity-minus {
  background: #aaa8a8 url(../images/vmgeneral/qty-decrease.png) no-repeat 50% 50%;
  background-size: 100%;
  border-top: 1px solid #fff;
}
.productdetails .addtocart-bar span.addtocart-button {
  margin-left: 20px;
}
.rtl .productdetails .addtocart-bar span.addtocart-button {
  margin-right: 20px;
  margin-left: 0;
}
.productdetails .addtocart-bar input.addtocart-button {
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 18px;
}
.productdetails .tab-block ul {
  margin: 0;
}
.productdetails .tab-block ul li {
  padding-right: 0px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
.rtl .productdetails .tab-block ul li {
  padding-left: 0px;
  padding-right: 0;
}
.rtl .productdetails .tab-block ul li {
  margin-left: 5px;
  margin-right: 0;
}
.productdetails .tab-block ul li a {
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  line-height: 1.35;
  font-weight: bold;
  color: #fff;
  padding: 7px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #3487d5;
}
.productdetails .tab-block ul li.active a,
.productdetails .tab-block ul li:hover a {
  color: #000;
}
.productdetails .tab-block .tab-content {
  width: 100%;
  padding: 30px 15px 15px;
  line-height: 25px;
  border: 1px solid #ddd;
  float: left;
  min-height: 174px;
  overflow: auto;
}
.rtl .productdetails .tab-block .tab-content {
  float: right;
}
.productdetails #vina-description .title {
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  font-size: 17.5px;
}
.productdetails #vina-reviews blockquote {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.rtl .productdetails #vina-reviews blockquote {
  float: right;
}
.productdetails #vina-reviews .date {
  float: left;
}
.rtl .productdetails #vina-reviews .date {
  float: right;
}
.productdetails #vina-reviews .vote {
  float: left;
  margin-left: 30px;
}
.rtl .productdetails #vina-reviews .vote {
  float: right;
}
.rtl .productdetails #vina-reviews .vote {
  margin-right: 30px;
  margin-left: 0;
}
.productdetails #vina-reviews .bold {
  width: 100%;
  float: left;
}
.rtl .productdetails #vina-reviews .bold {
  float: right;
}
.productdetails #vina-reviews .customer-reviews {
  margin: 0;
}
.productdetails #vina-reviews textarea.virtuemart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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;
}
.productdetails #vina-reviews textarea.virtuemart:focus,
.productdetails #vina-reviews textarea.virtuemart:hover {
  background: #fff;
}
.productdetails #vina-reviews input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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;
}
.productdetails #vina-reviews input:focus,
.productdetails #vina-reviews input:hover {
  background: transparent;
}
.productdetails #vina-reviews input.highlight-button {
  width: auto;
  padding: 5px 10px;
  background: #e1e1e1;
  color: #696969;
  height: 30px;
  text-shadow: none;
}
.productdetails #vina-reviews input.highlight-button:hover {
  color: #fff;
}
.productdetails .product-related-products {
  width: 100%;
  float: left;
  margin: 40px 0 35px;
  border: none;
  padding: 0;
}
.productdetails .product-related-products .vina-title h3.header {
  line-height: 20px;
}
.productdetails .product-related-products .list_prev,
.productdetails .product-related-products .list_next {
  width: 40px;
  height: 40px;
  background: url(../images/bg_direction_nav_vm.png) 0 0 no-repeat #f1f1f1;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: none;
  position: absolute;
  top: 100px;
  margin: 0;
  margin-top: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  visibility: visible;
  border: none;
  opacity: 0;
}
.productdetails .product-related-products .list_prev {
  left: -10px;
  background-position: 0 0;
}
.productdetails .product-related-products .list_prev:hover {
  background-position: 0 100%;
}
.productdetails .product-related-products .list_next {
  background-position: 100% 0;
  right: 10px;
}
.productdetails .product-related-products .list_next:hover {
  background-position: 100% 100%;
}
.productdetails .product-related-products .price-box .PricesalesPrice.vm-display {
  float: none;
  margin: 0px;
}
.productdetails .product-related-products .price-box .PricesalesPrice .PricesalesPrice {
  font-size: 20px;
}
.productdetails .product-related-products .price-box .price-crossed {
  margin: 0;
}
.productdetails .product-related-products .price-box .price-crossed .PricebasePriceWithTax {
  font-size: 16px;
}
.productdetails .product-related-products:hover .list_prev,
.productdetails .product-related-products:hover .list_next {
  display: inline-block;
  opacity: 1;
}
.productdetails .list_carousel {
  float: left;
}
.productdetails .list_carousel .caroufredsel_wrapper {
  margin: 0 !important;
}
.productdetails .list_carousel .buttons {
  display: inline-block;
  right: 30px;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
}
.rtl .productdetails .list_carousel .buttons {
  left: 30px;
  right: auto;
}
.productdetails ul#slider {
  height: auto !important;
}
.productdetails ul#slider li {
  padding-right: 0;
  padding-left: 0px;
  margin: 0;
  margin-right: 30px;
  float: left;
  height: auto !important;
}
.productdetails ul#slider li .item-inner {
  background: transparent;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.productdetails ul#slider li .item-inner img {
  width: 100%;
  border: 1px solid #f1f1f1;
}
.productdetails ul#slider li .item-inner .product-name {
  margin: 0;
}
.productdetails ul#slider li .item-inner .product-rating {
  margin: 0;
}
.productdetails ul#slider li .item-inner .product-field-display a img {
  margin-bottom: 10px;
}
.productdetails ul#slider li .item-inner .price-box {
  margin: 0;
}
.productdetails ul#slider li .item-inner .price-box .Priceproduct_price.vm-display {
  text-decoration: line-through;
  font-size: 15px;
  line-height: 15px;
  margin: 0 5px;
  float: none;
}
.productdetails ul#slider li .item-inner .price-box .PricesalesPrice.vm-display {
  margin: 0px;
  float: none;
}
.label-pro {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: 60px;
  height: 61px;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
}
.label-pro.label-pro-new {
  background: url(../images/vmgeneral/label_new.png) no-repeat;
}
.label-pro.label-pro-sale {
  background: url(../images/vmgeneral/label_sale.png) no-repeat;
}
.label-pro.label-pro-sale-new {
  background: url(../images/vmgeneral/label_hot.png) no-repeat;
}
.quantity-block {
  display: none;
}
@media (max-width: 768px) {
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}
body {
  font-family: 'Roboto Slab', serif;
}
input,
button,
select,
textarea {
  font-family: 'Roboto Slab', serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i b {
  display: none;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
a,
input,
select {
  outline: none !important;
  text-decoration: none;
}
a:focus,
a:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  outline: none !important;
  background: none;
  text-decoration: none;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.visiable-gallery {
  animation-name: none !important;
}
.wrap-carousel > div,
.wrap-carousel > div >div {
  height: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}
.visiable-gallery {
  animation-name: none !important;
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -o-animation-name: none !important;
  visibility: visible;
}
.module.mt-50 {
  margin-top: 50px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-message-area.product-full {
  width: 100%;
}
.vina-submit {
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-header-wrapper {
  padding: 40px 0 20px;
}
#sp-header-wrapper .logo-wrapper {
  text-align: center;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin: 0;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.header-1-content {
  padding: 15px;
  border: 1px solid #d1d2d5;
  position: absolute;
  left: -20px;
  top: 100%;
  margin-top: 8px;
  min-width: 210px;
  background: #fff;
  z-index: 99;
  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;
}
.rtl .header-1-content {
  left: auto;
  right: -20px;
}
.header-1-content:before {
  content: "";
  border-color: transparent transparent #d1d2d5;
  border-style: solid;
  border-width: 8px;
  top: -16px;
  content: "";
  height: 0;
  left: 20px;
  opacity: 1;
  position: absolute;
  width: 0;
  z-index: 0;
}
.rtl .header-1-content:before {
  left: auto;
  right: 20px;
}
.header-1-content:after {
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  top: -15px;
  content: "";
  height: 0;
  left: 20px;
  opacity: 1;
  position: absolute;
  width: 0;
  z-index: 0;
}
.rtl .header-1-content:after {
  left: auto;
  right: 20px;
}
.vina-header-1-block .header-1-button {
  display: table-cell;
  position: relative;
  height: 80px;
  vertical-align: middle;
}
.vina-header-1-block .header-1-button:hover .header-1-content {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  margin-top: 8px;
  -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;
}
.vina-header-menu li {
  position: relative;
  line-height: 20px;
  padding: 5px 0px;
}
.vina-header-menu li:first-child {
  padding-top: 0;
}
.vina-header-menu li:last-child {
  padding-bottom: 0;
}
.vina-header-menu li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  width: 13px;
  height: 20px;
  color: #252525;
}
.vina-header-menu li a {
  padding-left: 13px;
  font-size: 13px;
}
.rtl .vina-header-menu li a {
  padding-right: 13px;
  padding-left: 0;
}
.language-block h3 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
}
.language-block .mod-languages ul.lang-block {
  margin-top: 7px;
  margin-bottom: 7px;
}
.language-block .mod-languages ul.lang-block li {
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 15px;
  border-bottom: 2px solid transparent;
}
.rtl .language-block .mod-languages ul.lang-block li {
  margin-right: 15px;
  margin-left: 0;
}
.language-block .mod-languages ul.lang-block li:first-child {
  margin-left: 0;
}
.rtl .language-block .mod-languages ul.lang-block li:first-child {
  margin-right: 0;
  margin-left: 0;
}
.search-block {
  display: inline-block;
  width: 55%;
}
.vina-header-search .search-box {
  display: inline-block;
  position: relative;
  float: right;
}
.rtl .vina-header-search .search-box {
  float: left;
}
.vina-header-search .search-button {
  border-right: 1px solid #d1d2d5;
  line-height: 40px;
  height: 40px;
  width: 57px;
  margin: 20px 0;
  padding: 0 20px;
  text-indent: 999999px;
  background: url(../images/search_icon.png) no-repeat scroll center center transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
}
.rtl .vina-header-search .search-button {
  border-right: none;
  border-left: 1px solid #d1d2d5;
}
.rtl .vina-header-search .search-button {
  float: left;
}
.vina-header-search .search-form-block {
  padding: 15px;
  border: 1px solid #d1d2d5;
  position: absolute;
  right: -20px;
  top: 100%;
  margin-top: 8px;
  min-width: 210px;
  background: #fff;
  z-index: 99;
  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;
}
.rtl .vina-header-search .search-form-block {
  left: -20px;
  right: auto;
}
.vina-header-search .search-form-block:before {
  content: "";
  border-color: transparent transparent #d1d2d5;
  border-style: solid;
  border-width: 8px;
  top: -16px;
  content: "";
  height: 0;
  right: 40px;
  opacity: 1;
  position: absolute;
  width: 0;
  z-index: 0;
}
.rtl .vina-header-search .search-form-block:before {
  left: 40px;
  right: auto;
}
.vina-header-search .search-form-block:after {
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  top: -15px;
  content: "";
  height: 0;
  right: 40px;
  opacity: 1;
  position: absolute;
  width: 0;
  z-index: 0;
}
.rtl .vina-header-search .search-form-block:after {
  left: 40px;
  right: auto;
}
.vina-header-search:hover .search-form-block {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  margin-top: 8px;
  -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;
}
.vina-header-search form {
  margin: 0;
}
.vina-header-search .header-input {
  display: inline-block;
}
.vina-header-search input.input-text {
  line-height: 38px;
  height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #dcdcdc;
  width: 136px !important;
  border-right: 0;
}
.vina-header-search input.input-text:hover {
  border-color: #dcdcdc !important;
}
.vina-header-search button.button {
  line-height: 38px;
  height: 38px;
  width: 42px;
  padding: 0 20px;
  text-indent: 999999px;
  background: url(../images/search_icon_hover.png) no-repeat scroll center center transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
  border: 1px solid #dcdcdc;
}
.rtl .vina-header-search button.button {
  float: left;
}
.cart-block {
  display: inline-block;
  width: 45%;
  float: right;
}
.rtl .cart-block {
  float: left;
}
.vmCartModule {
  padding-left: 20px;
  position: relative;
}
.rtl .vmCartModule {
  padding-right: 20px;
  padding-left: 0;
}
.vmCartModule .top-cart-title {
  padding: 0 10px 0 32px;
  margin: 20px 0;
  background: url(../images/cart_icon.png) no-repeat scroll left center transparent;
  position: relative;
}
.rtl .vmCartModule .top-cart-title {
  padding: 0 32px 0 10px;
}
.vmCartModule .top-cart-title .shopping_cart {
  text-transform: uppercase;
}
.vmCartModule .top-cart-title:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  line-height: 38px;
}
.rtl .vmCartModule .top-cart-title:after {
  left: 0;
  right: auto;
}
.vmCartModule .top-cart-content {
  padding: 15px 15px 30px;
  border: 1px solid #d1d2d5;
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 8px;
  min-width: 323px;
  background: #fff;
  z-index: 99;
  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;
}
.rtl .vmCartModule .top-cart-content {
  left: 0px;
  right: auto;
}
.vmCartModule .top-cart-content:before {
  content: "";
  border-color: transparent transparent #d1d2d5;
  border-style: solid;
  border-width: 8px;
  top: -16px;
  content: "";
  height: 0;
  right: 50px;
  opacity: 1;
  position: absolute;
  width: 0;
  z-index: 0;
}
.rtl .vmCartModule .top-cart-content:before {
  left: 50px;
  right: auto;
}
.vmCartModule .top-cart-content:after {
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  top: -15px;
  content: "";
  height: 0;
  right: 50px;
  opacity: 1;
  position: absolute;
  width: 0;
  z-index: 0;
}
.rtl .vmCartModule .top-cart-content:after {
  left: 50px;
  right: auto;
}
.vmCartModule:hover .top-cart-content {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  margin-top: 8px;
  -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;
}
.vmCartModule .total {
  font-size: 13.5px;
}
.vmCartModule .total strong {
  font-size: 13.5px;
  font-weight: normal;
}
.vmCartModule .top-cart .total {
  float: right;
  font-size: 14px;
  width: 100%;
  text-align: right;
  margin: 15px 0px;
}
.rtl .vmCartModule .top-cart .total {
  float: left;
}
.rtl .vmCartModule .top-cart .total {
  text-align: left;
}
.vmCartModule .top-cart .total strong {
  font-size: 16px;
}
.vmCartModule .top-cart a {
  line-height: 38px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 30px;
  float: right;
}
.rtl .vmCartModule .top-cart a {
  float: left;
}
.vmCartModule .product_row {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #d1d2d5;
}
.vmCartModule .product_row .product-details {
  position: relative;
}
.vmCartModule .product_row p {
  display: inline-block;
  margin: 0;
}
.vmCartModule .product_row .subtotal_with_tax {
  float: left;
}
.rtl .vmCartModule .product_row .subtotal_with_tax {
  float: right;
}
.vmCartModule .product_row .price {
  position: absolute;
  right: 0;
  top: 0;
}
.rtl .vmCartModule .product_row .price {
  left: 0;
  right: auto;
}
#sp-menu-wrapper {
  border-bottom: 3px solid #d1d2d5;
}
#sp-feature-wrapper {
  background: #f8f8f8;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap {
  margin: 0 !important;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_pag {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.rtl #sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_pag {
  left: auto;
  right: 0;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  width: 14px;
  height: 14px;
  margin: 30px 6px;
  background: url(../images/button_slide.png) no-repeat transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
#sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: url(../images/button_slide_active.png) no-repeat transparent;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption > div {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  padding: 0;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
  color: #252525;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  width: 100%;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 50px;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #252525;
}
.rtl #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title:before {
  left: auto;
  right: 0;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 46px;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .link a {
  line-height: 40px;
  padding: 0px 35px;
  display: inline-block;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_caption.caption_img img {
  width: 100%;
  float: left;
}
.rtl #sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_caption.caption_img img {
  float: right;
}
#sp-main-content .module {
  margin-top: 50px;
}
.light {
  font-weight: 300;
}
.vina-header-border h3.header {
  background: url(../images/bg-header.png) repeat-x scroll center transparent;
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.vina-header-border h3.header span {
  padding: 0px 25px;
  line-height: 32px;
  display: inline-block;
  background: #fff;
}
.vina-header-border h1.vina-title {
  background: url(../images/bg-header.png) repeat-x scroll center transparent;
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.vina-header-border h1.vina-title span {
  padding: 0px 25px;
  line-height: 32px;
  display: inline-block;
  background: #fff;
}
.vina-header-border.vina-header-left h3.header {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 0;
}
.rtl .vina-header-border.vina-header-left h3.header {
  text-align: right;
}
.vina-header-border.vina-header-left h1.vina-title {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 0;
}
.rtl .vina-header-border.vina-header-left h1.vina-title {
  text-align: right;
}
.vina-header-border.vina-header-left h1.vina-title span {
  padding-left: 0;
}
.rtl .vina-header-border.vina-header-left h1.vina-title span {
  padding-right: 0;
  padding-left: 0;
}
.vina-header-border.mb-20 h3.header {
  margin-bottom: 20px;
}
.vina-header-border.header-carousel h3.header {
  margin-bottom: 30px;
}
.custom-services {
  padding-top: 20px;
}
.vina-banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  float: left;
}
.rtl .vina-banner a {
  float: right;
}
.vina-banner a img {
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.vina-banner a:before,
.vina-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;
}
.vina-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;
}
.vina-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;
}
.vina-banner a:hover:before,
.vina-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);
}
.vina-banner .banner-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
.vina-banner .banner-block img {
  margin: 0;
  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,1,1);
  transform: scale3d(1,1,1);
}
.vina-banner .banner-block: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);
}
.rtl .vina-banner .banner-block:before {
  left: auto;
  right: -100px;
}
.vina-banner .banner-block: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);
}
.vina-banner .banner-block:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.vina-banner.insta-images .banner-block {
  margin: 10px 7px 0 0;
  width: auto;
}
.rtl .vina-banner.insta-images .banner-block {
  margin: 10px 0 0 7px;
}
.vina-banner.insta-images .banner-block img {
  max-width: 80px;
  height: 60px;
}
.vina-banner-1 a:before,
.vina-banner-1 a:after {
  display: none;
}
.list-banner .list-banner-1 .list-banner-11 {
  width: 50%;
  margin: 0;
  padding-right: 15px;
}
.rtl .list-banner .list-banner-1 .list-banner-11 {
  padding-left: 15px;
  padding-right: 0;
}
.list-banner .list-banner-1 .list-banner-12 {
  width: 50%;
  margin: 0;
  padding-left: 15px;
}
.rtl .list-banner .list-banner-1 .list-banner-12 {
  padding-right: 15px;
  padding-left: 0;
}
.list-banner .list-banner-2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.product-name {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
.price-box {
  display: inline-block;
  line-height: 24px;
}
.price-box .sale-price span.PricebasePrice {
  font-size: 15px;
  color: #9e9e9e;
  text-decoration: line-through;
  vertical-align: top;
  margin: 0px 0px 0px 10px;
}
.price-box .sale-price span.PricesalesPrice {
  font-size: 15px;
}
.price-box .regular-price span.PricebasePriceWithTax {
  font-size: 15px;
}
.vmgroup .vmproduct {
  margin-top: 30px;
  margin-bottom: 0px;
}
.vmgroup .vmproduct:first-child {
  margin-top: 0;
}
.item-i {
  position: relative;
}
.item-i .image-block >a {
  display: inline-block;
}
.item-i .image-block >a .pro-image {
  float: left;
  text-align: center;
  background: #fff;
  width: 100%;
}
.rtl .item-i .image-block >a .pro-image {
  float: right;
}
.item-i .image-block >a .pro-image.second-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.rtl .item-i .image-block >a .pro-image.second-image {
  left: auto;
  right: 0;
}
.item-i:hover .image-block >a .pro-image.second-image {
  opacity: 1;
}
.vina-items .item {
  position: relative;
}
.vina-items input.quantity-input {
  display: none;
}
.vina-items .image-block {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  width: 100%;
}
.vina-items .image-block > a {
  float: left;
  width: 100%;
}
.rtl .vina-items .image-block > a {
  float: right;
}
.vina-items .image-block:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.vina-items .product-fields {
  display: none;
}
.vina-items .actions-block {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20%;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 2;
}
.rtl .vina-items .actions-block {
  left: auto;
  right: 0;
}
.vina-items .actions-block .actions {
  background: #fff;
  padding: 10px 0px;
  width: 100%;
}
.vina-items .actions-block .addtocart-bar {
  margin: 0 !important;
  display: inline-block;
}
.vina-items .actions-block .addtocart-area {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
.vina-items .actions-block form {
  margin: 0;
}
.vina-items .actions-block span.addtocart-button {
  margin: 0;
}
.vina-items .actions-block input.addtocart-button {
  background: url(../images/icon_cart.png) no-repeat scroll center center;
  border-radius: 0px !important;
  text-indent: -9999px;
  width: 48px;
  height: 23px;
  display: block;
  padding: 0px !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-items .actions-block input.addtocart-button:hover {
  background-image: url(../images/icon_cart_hover.png);
}
.vina-items .actions-block .add-to-links {
  display: inline-block;
  margin: 0;
}
.vina-items .actions-block .add-to-links li {
  display: inline-block;
  float: left;
  border-left: 1px dotted #252525;
}
.rtl .vina-items .actions-block .add-to-links li {
  float: right;
}
.rtl .vina-items .actions-block .add-to-links li {
  border-left: none;
  border-right: 1px dotted #252525;
}
.vina-items .actions-block .add-to-links li .addtofav_aws_icon,
.vina-items .actions-block .add-to-links li .addtofav_aws_icon_active {
  width: 48px;
  height: 23px;
  font-size: 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/icon_review.png) no-repeat scroll center center;
}
.vina-items .actions-block .add-to-links li a {
  width: 48px;
  height: 23px;
  font-size: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-items .actions-block .add-to-links li a.link-wishlist {
  background: url(../images/icon_review.png) no-repeat scroll center center;
}
.vina-items .actions-block .add-to-links li a.product-details {
  background: url(../images/icon_view.png) no-repeat scroll center center;
}
.vina-items .actions-block .product-rating {
  padding: 10px 0px;
}
.vina-items .actions-block-2 {
  display: none;
  line-height: 10px;
  text-align: center;
}
.vina-items .actions-block-2 .product-fields {
  display: none;
}
.vina-items .actions-block-2 .actions {
  background: #fff;
  padding: 10px 0px;
  width: auto;
  display: inline-block;
  display: none;
}
.vina-items .actions-block-2 .wishlist-box,
.vina-items .actions-block-2 .view-box {
  display: inline-block;
}
.vina-items .actions-block-2 .addtocart-bar {
  margin: 0 !important;
  display: inline-block;
}
.vina-items .actions-block-2 .addtocart-area {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.vina-items .actions-block-2 form {
  margin: 0;
}
.vina-items .actions-block-2 span.addtocart-button {
  margin: 0;
}
.vina-items .actions-block-2 input.addtocart-button {
  background: url(../images/icon_cart_white.png) no-repeat scroll 15px center;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px 0 35px !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #3487d5;
  text-transform: uppercase;
}
.vina-items .actions-block-2 input.addtocart-button:hover {
  background-color: #252525;
  border-color: #252525;
}
.vina-items .actions-block-2 .addtofav_aws_icon,
.vina-items .actions-block-2 .addtofav_aws_icon_active {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/icon_review.png) no-repeat scroll center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rtl .vina-items .actions-block-2 .addtofav_aws_icon,
.rtl .vina-items .actions-block-2 .addtofav_aws_icon_active {
  float: right;
}
.vina-items .actions-block-2 .addtofav_aws_icon:hover,
.vina-items .actions-block-2 .addtofav_aws_icon_active:hover {
  background: url(../images/icon_review_2.png) no-repeat scroll center center;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.vina-items .actions-block-2 .product-details {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/icon_view.png) no-repeat scroll center center;
}
.rtl .vina-items .actions-block-2 .product-details {
  float: right;
}
.vina-items .actions-block-2 .product-details:hover {
  background: url(../images/icon_view_2.png) no-repeat scroll center center;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.vina-items .timer-grid {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
.vina-items .timer-grid .box-time-date {
  display: inline-block;
  border-right: 1px solid #f4f4f4;
  margin: 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  width: 24%;
  font-weight: 400;
}
.rtl .vina-items .timer-grid .box-time-date {
  border-right: none;
  border-left: 1px solid #f4f4f4;
}
.vina-items .timer-grid .box-time-date:last-child {
  border: 0;
}
.vina-items .timer-grid .box-time-date .number {
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.vina-items .box-des {
  overflow: hidden;
  padding: 15px 0px;
  text-align: center;
}
.vina-items:hover .image-block .actions-block {
  top: 40%;
  opacity: 1;
}
.vina-items:hover .image-block:before {
  opacity: 0.8;
}
.label-pro {
  position: absolute;
  right: auto;
  left: -4px;
  top: 10px;
  z-index: 10;
  width: 55px;
  height: 24px;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
}
.label-pro.label-percentage {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  height: 30px;
  right: 10px !important;
  left: auto !important;
  top: 10px !important;
  line-height: 30px;
  text-align: center;
  text-indent: 0 !important;
}
.label-pro.label-pro-new {
  background: url(../images/label/label_new.png) no-repeat;
}
.label-pro.label-pro-sale {
  background: url(../images/label/label_sale.png) no-repeat;
}
.label-pro.label-pro-sale-new {
  background: url(../images/label/label_hot.png) no-repeat;
}
.border-tab-center > ul {
  background: url("../images/bg-header.png") repeat-x scroll left center rgba(0,0,0,0);
  float: left;
  width: 100%;
}
.rtl .border-tab-center > ul {
  float: right;
}
.vina-header-border .tab .border-tab-center {
  background: none;
}
.vina-header-border .tab .border-tab-center ul.nav {
  text-align: center;
  margin-bottom: 30px;
  border: 0;
}
.vina-header-border .tab .border-tab-center ul.nav li {
  display: inline-block;
  float: none;
  background: #fff;
  padding: 0;
  z-index: 3;
  position: relative;
}
.vina-header-border .tab .border-tab-center ul.nav li:first-child a:before {
  display: none;
}
.vina-header-border .tab .border-tab-center ul.nav li a {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  background: #fff;
  color: #666;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  font-weight: normal;
}
.vina-header-border .tab .border-tab-center ul.nav li a:before {
  content: "";
  background: url(../images/b_dot1.png) no-repeat scroll center center;
  width: 11px;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0;
}
.rtl .vina-header-border .tab .border-tab-center ul.nav li a:before {
  left: auto;
  right: -6px;
}
.vina-tab .tab-content {
  width: 100%;
  float: left;
  overflow: visible;
  display: inline-block;
}
.rtl .vina-tab .tab-content {
  float: right;
}
.vina-tab .tab-content ul {
  margin: 0 0 10px 25px;
}
.vina-tab .tab-content ul li {
  list-style-type: circle;
}
.vina-carousel-product {
  width: 100%;
  display: inline-block;
}
.vina-carousel-virtuemart {
  display: inline-block !important;
  overflow: inherit !important;
}
.vina-carousel-virtuemart .label-pro {
  left: 0px;
}
.vina-carousel-virtuemart.owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100%;
  margin: 0;
}
.rtl .vina-carousel-virtuemart.owl-theme .owl-nav {
  left: 0;
  right: auto;
}
.vina-carousel-virtuemart.owl-theme .owl-nav div {
  width: 54px;
  height: 24px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-indent: 999999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev {
  float: left;
  background: url(../images/button_prev.png) no-repeat scroll left center #fff;
}
.vina-carousel-virtuemart.owl-theme .owl-nav div.owl-next {
  float: right;
  background: url(../images/button_next.png) no-repeat scroll right center #fff;
}
.vina-carousel-virtuemart.owl-theme .owl-dots {
  margin-bottom: 20px;
  margin-top: 20px;
}
.vina-carousel-virtuemart.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: url(../images/button_slide.png) no-repeat scroll center center;
  margin: 0px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-carousel-virtuemart.owl-theme .owl-dots .owl-dot.active span,
.vina-carousel-virtuemart.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  background-image: url(../images/button_slide_active.png);
}
.owl-theme .owl-dot span {
  display: block;
  opacity: 0.5;
}
.owl-theme .owl-dot.active span,
.owl-theme .owl-dot:hover span {
  opacity: 1;
}
.owl-theme.counter2 .vina-items .timer-grid {
  background: #FDFDFD;
  border: 1px solid #f4f4f4;
  position: absolute;
  overflow: hidden;
  right: 1px;
  bottom: 1px;
  width: 45px;
}
.rtl .owl-theme.counter2 .vina-items .timer-grid {
  left: 1px;
  right: auto;
}
.owl-theme.counter2 .vina-items .timer-grid .box-time-date {
  border: 0;
  border-bottom: 1px solid #f4f4f4;
  display: block;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.owl-theme.counter2 .vina-items .timer-grid .box-time-date:last-child {
  border: none;
}
.hot-deal1 .owl-theme.counter2 .vina-items .timer-grid {
  border: none;
  color: #fff;
  right: 0;
  bottom: 0;
}
.rtl .hot-deal1 .owl-theme.counter2 .vina-items .timer-grid {
  left: 0;
  right: auto;
}
.hot-deal1 .owl-theme.counter2 .vina-items .timer-grid .box-time-date {
  border-bottom: 1px dotted #f4f4f4;
}
.hot-deal1 .owl-theme.counter2 .vina-items .timer-grid .box-time-date:last-child {
  border: none;
}
.vina-collection ul li {
  display: inline-block;
  float: left;
  width: 33%;
}
.rtl .vina-collection ul li {
  float: right;
}
.vina-collection ul li img {
  width: 100%;
}
.vina-lookbook .lookbook-block .lookbook-image {
  width: 50%;
  float: left;
  padding-right: 3%;
}
.rtl .vina-lookbook .lookbook-block .lookbook-image {
  float: right;
}
.rtl .vina-lookbook .lookbook-block .lookbook-image {
  padding-left: 3%;
  padding-right: 0;
}
.vina-lookbook .lookbook-block .lookbook-image img {
  width: 100%;
}
.vina-lookbook .lookbook-block .lookbook-info {
  width: 50%;
  float: left;
  padding-left: 3%;
}
.rtl .vina-lookbook .lookbook-block .lookbook-info {
  float: right;
}
.rtl .vina-lookbook .lookbook-block .lookbook-info {
  padding-right: 3%;
  padding-left: 0;
}
.vina-lookbook .lookbook-block .lookbook-info .lookbook-text {
  margin: 90px 0;
  text-align: center;
}
.vina-lookbook .lookbook-block .lookbook-info .lookbook-text h2 {
  font-size: 39px;
  line-height: 48px;
  color: #252525;
  font-weight: 300;
  margin: 0;
}
.vina-lookbook .lookbook-block .lookbook-info .lookbook-text img {
  margin: 20px auto;
}
.vina-lookbook .lookbook-block .lookbook-info > img {
  width: 100%;
}
.vina-lookbook .lookbook-block.lookbook-block2 .lookbook-image {
  padding-left: 3%;
  padding-right: 0;
}
.vina-lookbook .lookbook-block.lookbook-block2 .lookbook-info {
  padding-right: 3%;
  padding-left: 0;
}
.vina-lookbook .lookbook-line {
  float: left;
  margin: 50px 0;
  width: 100%;
}
.rtl .vina-lookbook .lookbook-line {
  float: right;
}
.vina-lookbook .lookbook-line .border-bottom {
  width: 50%;
  margin: 0 auto;
  background-color: #252525;
  height: 1px;
}
.vina-lookbook .lookbook-line .border-bottom.border-bottom2 {
  margin-top: 3px;
}
#sp-amazing-video-wrapper {
  margin: 50px 0px 60px;
}
.custom.vina-video {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-attachment: fixed;
  padding: 190px 0;
}
.vina-video .video-block {
  position: relative;
  text-align: center;
}
.vina-video .video-block .des-video {
  color: #fff;
  line-height: 52px;
  position: relative;
  z-index: 3;
  font-size: 52px;
  font-weight: 300;
}
.vina-video .video-block .des-video span {
  font-weight: 200;
}
.vina-trending {
  border: 1px solid #f4f4f4;
}
.vina-top-rated {
  border: 1px solid #f4f4f4;
}
.ticker-header {
  padding: 35px 30px;
  text-align: center;
}
.ticker-header .title {
  margin: 0;
  line-height: 34px;
  font-size: 22px;
  text-transform: uppercase;
}
.ticker-header .des {
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.vina-ticker-virtuemart .vina-items {
  padding: 0px 30px;
}
.vina-ticker-virtuemart .vina-items .image-block {
  cursor: pointer;
  float: left;
  width: 45%;
}
.rtl .vina-ticker-virtuemart .vina-items .image-block {
  float: right;
}
.vina-ticker-virtuemart .vina-items .image-block:before {
  display: none;
}
.vina-ticker-virtuemart .vina-items .image-block:hover:before {
  display: block;
}
.vina-ticker-virtuemart .vina-items .text-block {
  float: left;
  text-align: right;
  width: 55%;
}
.rtl .vina-ticker-virtuemart .vina-items .text-block {
  float: right;
}
.rtl .vina-ticker-virtuemart .vina-items .text-block {
  text-align: left;
}
.vina-ticker-virtuemart .vina-items .text-block .product-title {
  font-size: 14px;
  text-align: inherit;
}
.vina-ticker-virtuemart .vina-items .text-block .product-price {
  padding-left: 30px;
  position: relative;
}
.rtl .vina-ticker-virtuemart .vina-items .text-block .product-price {
  padding-right: 30px;
  padding-left: 0;
}
.vina-ticker-virtuemart .vina-items .text-block .product-price:before {
  content: "";
  height: 1px;
  width: 25px;
  background: #e3e3e3;
  position: absolute;
  top: 50%;
  left: 0;
}
.rtl .vina-ticker-virtuemart .vina-items .text-block .product-price:before {
  left: auto;
  right: 0;
}
.vina-ticker-virtuemart .vina-items .text-block .product-price .sale-price span.PricebasePrice {
  font-size: 14px;
}
.vina-ticker-virtuemart .vina-items .text-block .product-price .sale-price span.PricesalesPrice {
  font-size: 20px;
}
.vina-ticker-virtuemart .vina-items .text-block .product-price .regular-price span.PricebasePrice {
  font-size: 20px;
}
.vina-ticker-virtuemart .vina-item {
  float: left;
  width: 100%;
  border-top: 1px solid #f4f4f4;
  padding: 15px 0px;
}
.rtl .vina-ticker-virtuemart .vina-item {
  float: right;
}
.vina-ticker .vina-ticker-virtuemart {
  position: relative;
  padding-bottom: 51px !important;
}
.vina-ticker .vina-ticker-virtuemart .header-block {
  padding: 0px;
  position: absolute;
  height: 51px;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f4f4f4;
}
.rtl .vina-ticker .vina-ticker-virtuemart .header-block {
  left: auto;
  right: 0;
}
.vina-ticker .vina-ticker-virtuemart .header-block .control-block {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  height: 51px;
}
.rtl .vina-ticker .vina-ticker-virtuemart .header-block .control-block {
  float: right;
}
.vina-ticker .vina-ticker-virtuemart .header-block span {
  position: absolute;
  height: 14px;
  width: 25px !important;
  margin-bottom: 19px;
  background-size: 100% !important;
}
.vina-ticker .vina-ticker-virtuemart .header-block span.up {
  background: url("../images/button_prev.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  left: 50%;
  bottom: 0;
  margin-left: -28px;
  right: auto;
}
.vina-ticker .vina-ticker-virtuemart .header-block span.down {
  background: url("../images/button_next.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  right: 50%;
  bottom: 0;
  margin-right: -28px;
}
.vina-ticker .vina-ticker-virtuemart .header-block span.toggle {
  display: none;
}
.vina-banner-main2 .carousel-inner .item {
  border: 1px solid #f4f4f4;
}
.carousel-inner .item {
  overflow: hidden;
}
.carousel-inner .item img {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.carousel-inner .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-indicators {
  bottom: 0;
  margin: 20px 0;
  right: 0;
  text-align: center;
  top: auto;
  width: 100%;
  height: 14px;
}
.rtl .carousel-indicators {
  left: 0;
  right: auto;
}
.carousel-indicators li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: url(../images/button_slide.png) no-repeat #fff;
  display: inline-block;
  float: none;
  height: 14px;
  width: 14px;
  margin: 0 6px;
  padding: 0;
  text-indent: 999999px;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
  background-image: url(../images/button_slide_active.png);
}
#sp-main-content-top-wrapper {
  margin-top: 0px;
}
.filter-full h3.header {
  margin-bottom: 0;
}
.filter-full .cf_form {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  float: left;
  border: 1px solid #dddee6;
  position: relative;
}
.rtl .filter-full .cf_form {
  float: right;
}
.filter-full .cf_form:before {
  content: "";
  border-style: solid;
  border-width: 8px;
  top: -19px;
  content: "";
  height: 0;
  left: 50%;
  opacity: 1;
  margin-left: -8px;
  position: absolute;
  width: 0;
  z-index: 0;
  display: block;
}
.filter-full .cf_form:after {
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  top: -16px;
  content: "";
  height: 0;
  left: 50%;
  opacity: 1;
  margin-left: -8px;
  position: absolute;
  width: 0;
  z-index: 0;
  display: block;
}
.filter-full .cf_flt_wrapper {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 25px 30px 30px;
  margin: 0;
}
.rtl .filter-full .cf_flt_wrapper {
  float: right;
}
.filter-full .cf_flt_header {
  border-bottom: 1px solid #dddee6;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.filter-full .cf_flt_header .headexpand {
  display: none;
}
.filter-full .cf_filters_list li .cf_option {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0px;
  color: #252525;
  line-height: 26px;
  position: relative;
  padding-left: 12px;
}
.rtl .filter-full .cf_filters_list li .cf_option {
  padding-right: 12px;
  padding-left: 0;
}
.filter-full .cf_filters_list li .cf_option:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.rtl .filter-full .cf_filters_list li .cf_option:before {
  left: auto;
  right: 0;
}
.filter-full .cf_filters_list li label {
  line-height: 30px;
}
.filter-full .cf_filters_list li label input[type="radio"],
.filter-full .cf_filters_list li label input[type="checkbox"] {
  margin: 0;
}
.filter-full .cf_filters_list li label .cf_option {
  line-height: normal;
  display: inline-block;
}
.filter-full .cf_filters_list li label .cf_option:before {
  display: none;
}
.filter-full .cf_flt_counter {
  color: #a8a8a8;
  font-size: 13px;
  margin: 0 3px;
}
.filter-full .cf_wrapper_input_text_2 input[type="search"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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;
  height: 30px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 50px;
  padding: 5px;
  width: 60px;
}
.filter-full .cf_li_clear {
  display: none;
}
.filter-full .cf_wrapper_input_text {
  padding-bottom: 15px;
}
.filter-full .cf_filtering_knob {
  background: url(../images/bg-layered-nav.png) center 0px no-repeat !important;
}
.filter-full .cf_filtering_knob.cf_filtering_knob_from {
  bottom: -7px !important;
}
.filter-full .cf_filtering_knob.cf_filtering_knob_to {
  bottom: 23px !important;
}
.filter-full .cf_filtering_slider_gutter {
  padding: 0 15px;
  width: 200px;
}
.filter-full .slider_bkg_img {
  background-image: url(../images/bold_line_active.png);
  width: 198px;
}
.filter-full .cf_slider_gutter_m {
  background-image: url(../images/bg-filler.png);
  width: 182px;
}
.filter-full .cf_slider_gutter_l,
.filter-full .cf_slider_gutter_r {
  display: none;
}
.filter-full .cf_search_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  width: 50px;
  opacity: 1;
  text-shadow: none;
}
.filter-full.filter-right .cf_flt_wrapper {
  width: 100%;
  padding: 0px 0px 30px;
}
.category_description {
  display: none;
}
.browse-view h1.title {
  display: none;
}
.browse-view .orderby-displaynumber {
  margin: 20px 0;
}
.browse-view .vm-product {
  padding-bottom: 0;
}
.browse-view .actions-block .product-fields {
  display: none;
}
.orderby-displaynumber {
  padding: 10px 0px 5px;
  border-top: 1px solid e2e3ea;
  border-bottom: 1px solid e2e3ea;
  z-index: 10;
}
.orderby-displaynumber .vm-order-list {
  padding: 0;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  border: none;
}
.orderby-displaynumber .vm-order-list .title {
  font-size: 13px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
  z-index: 99;
}
.orderby-displaynumber .display-number {
  padding: 0;
  font-size: 13px;
  margin-right: 15px;
}
.rtl .orderby-displaynumber .display-number {
  margin-left: 15px;
  margin-right: 0;
}
.orderby-displaynumber .display-number .number {
  line-height: 24px;
}
.vm-pagination {
  padding: 0 0 0 10px;
  border-left: 1px solid #e2e3ea;
  line-height: 28px;
}
.rtl .vm-pagination {
  padding: 0 10px 0 0;
}
.rtl .vm-pagination {
  border-left: none;
  border-right: 1px solid #e2e3ea;
}
.vm-pagination ul li a {
  line-height: 24px;
  height: auto;
  border: none;
  color: #252525;
}
.vm-pagination ul li.pagination-active a,
.vm-pagination ul li:hover a {
  font-weight: normal;
  height: auto;
  line-height: 24px;
}
.comp_buttons .add_compare {
  float: right;
}
.rtl .comp_buttons .add_compare {
  float: left;
}
.comp_buttons .add_compare a,
.comp_buttons .add_continue a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shop_home {
  float: right;
  margin: 10px 0px 0px;
}
.rtl .shop_home {
  float: left;
}
.shop_home a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.comapre-details-inner-img {
  height: 190px;
  max-height: 190px;
  float: left;
  width: 100%;
}
.rtl .comapre-details-inner-img {
  float: right;
}
.compareimg {
  height: 100%;
}
.goldrating,
.grayrating {
  background-position: 0 center;
  height: 100%;
  width: 16px;
}
.comapre-details-inner-description {
  height: 200px;
  max-height: 200px;
  float: left;
  width: 100%;
}
.rtl .comapre-details-inner-description {
  float: right;
}
.product-details-inner-description {
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  float: left;
  width: 100%;
}
.rtl .product-details-inner-description {
  float: right;
}
.comapre-details-inner,
.product-details-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  width: 100%;
}
.rtl .comapre-details-inner,
.rtl .product-details-inner {
  float: right;
}
.product-details-inner .addtocart-area form {
  margin: 0;
}
.product-details-inner span.addtocart-button {
  float: left;
}
.rtl .product-details-inner span.addtocart-button {
  float: right;
}
.product-details-inner span.addtocart-button input.addtocart-button {
  background: url(../images/icon_cart_white.png) no-repeat scroll 20px center;
  line-height: 30px;
  padding: 5px 20px 5px 40px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
  font-size: 14px;
}
.product-details-inner.remove {
  background-position: 20px center;
  padding-left: 45px;
}
.rtl .product-details-inner.remove {
  padding-right: 45px;
  padding-left: 0;
}
#bd_results .compare_home {
  display: block;
  font-weight: 300;
  font-size: 28px;
}
.list-option {
  display: none;
}
.list-option li {
  float: left;
  width: 32%;
}
.rtl .list-option li {
  float: right;
}
.list-option li:first-child {
  margin-left: 0;
}
.rtl .list-option li:first-child {
  margin-right: 0;
  margin-left: 0;
}
.list-option .addtofav_aws_icon,
.list-option .addtofav_aws_icon_active {
  background: transparent;
  height: 34px;
  line-height: 30px;
  padding: 0px 15px 0px 35px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: 2px solid #252525;
  color: #252525;
  font-size: 13px;
  width: 100%;
  position: relative;
  text-align: left;
}
.rtl .list-option .addtofav_aws_icon,
.rtl .list-option .addtofav_aws_icon_active {
  padding: 0px 35px 0px 15px;
}
.rtl .list-option .addtofav_aws_icon,
.rtl .list-option .addtofav_aws_icon_active {
  text-align: right;
}
.list-option .addtofav_aws_icon .fa-heart,
.list-option .addtofav_aws_icon_active .fa-heart {
  display: none;
}
.list-option .addtofav_aws_icon:before,
.list-option .addtofav_aws_icon_active:before {
  content: "\f08a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  text-align: center;
}
.rtl .list-option .addtofav_aws_icon:before,
.rtl .list-option .addtofav_aws_icon_active:before {
  left: auto;
  right: 0;
}
.list-option .addtofav_aws_icon:hover,
.list-option .addtofav_aws_icon_active:hover {
  color: #fff;
}
.list-option #vmcompare {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.list-option #vmcompare a {
  height: 34px;
  line-height: 30px;
  padding: 0px 15px 0px 34px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: 2px solid #252525;
  color: #252525;
  font-size: 13px;
  position: relative;
  width: 100%;
  text-align: left;
}
.rtl .list-option #vmcompare a {
  padding: 0px 34px 0px 15px;
}
.rtl .list-option #vmcompare a {
  text-align: right;
}
.list-option #vmcompare a:before {
  content: "\f021";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  text-align: center;
}
.rtl .list-option #vmcompare a:before {
  left: auto;
  right: 0;
}
.list-option #vmcompare a:hover {
  color: #fff;
}
.productdetails-view.productdetails {
  margin-top: 30px;
}
.productdetails-view.productdetails .additional-images {
  width: 100px;
  float: left;
  padding-right: 10px;
}
.rtl .productdetails-view.productdetails .additional-images {
  float: right;
}
.rtl .productdetails-view.productdetails .additional-images {
  padding-left: 10px;
  padding-right: 0;
}
.productdetails-view.productdetails .additional-images .additional-images-inner {
  border: medium none;
  margin: 0px 0px 10px;
  padding: 0;
  text-align: center;
  width: 100% !important;
  height: 102px;
  overflow: hidden;
}
.productdetails-view.productdetails .additional-images .additional-images-inner:hover {
  border: 2px solid #3487d5;
}
.productdetails-view.productdetails .additional-images .additional-images-inner:last-child {
  margin: 0;
}
.productdetails-view.productdetails .main-image {
  width: 400px;
  height: 550px;
  display: inline-block;
  padding: 0;
}
.productdetails-view.productdetails .main-image img {
  width: 100%;
}
.productdetails-view.productdetails .product-img-box {
  width: 45%;
  float: left;
}
.rtl .productdetails-view.productdetails .product-img-box {
  float: right;
}
.productdetails-view.productdetails .product-shop {
  width: 55%;
  float: left;
  padding-left: 30px;
}
.rtl .productdetails-view.productdetails .product-shop {
  float: right;
}
.rtl .productdetails-view.productdetails .product-shop {
  padding-right: 30px;
  padding-left: 0;
}
.productdetails-view.productdetails .product-name h1 {
  font-size: 20px !important;
  line-height: 28px;
  text-transform: capitalize;
}
.productdetails-view.productdetails .product-rating {
  display: inline-block;
  font-size: 11px;
  line-height: 28px;
  margin: 0;
}
.productdetails-view.productdetails .product-rating .ratingbox {
  margin: 0;
}
.productdetails-view.productdetails .product-rating .add_review {
  height: 18px;
  line-height: 20px;
}
.productdetails-view.productdetails .back-to-category {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.rtl .productdetails-view.productdetails .back-to-category {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .productdetails-view.productdetails .back-to-category {
  margin-right: 15px;
  margin-left: 0;
}
.productdetails-view.productdetails .back-to-category:before {
  content: "";
  border-left: 1px solid #bababa;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 28px;
  width: 1px;
  height: 15px;
}
.rtl .productdetails-view.productdetails .back-to-category:before {
  border-left: none;
  border-right: 1px solid #bababa;
}
.rtl .productdetails-view.productdetails .back-to-category:before {
  left: auto;
  right: 0;
}
.productdetails-view.productdetails .in-stock {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  color: #81ca33;
  font-style: italic;
  background: url(../images/icon_stock.png) no-repeat scroll left center;
  padding-left: 20px;
}
.rtl .productdetails-view.productdetails .in-stock {
  padding-right: 20px;
  padding-left: 0;
}
.productdetails-view.productdetails .sku {
  line-height: 28px;
  text-transform: uppercase;
}
.productdetails-view.productdetails .info-product {
  position: relative;
  margin: 20px 0px;
  padding: 20px 0px;
}
.productdetails-view.productdetails .info-product:before {
  content: "";
  border-top: 1px solid #bababa;
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 28px;
  height: 1px;
  width: 30px;
}
.rtl .productdetails-view.productdetails .info-product:before {
  left: auto;
  right: 0;
}
.productdetails-view.productdetails .info-product:after {
  content: "";
  border-top: 1px solid #bababa;
  position: absolute;
  left: 0;
  bottom: 0px;
  line-height: 28px;
  height: 1px;
  width: 30px;
}
.rtl .productdetails-view.productdetails .info-product:after {
  left: auto;
  right: 0;
}
.productdetails-view.productdetails .info-product .price-box {
  margin: 0;
  line-height: 50px;
}
.productdetails-view.productdetails .info-product .price-box .PricesalesPrice .PricesalesPrice {
  font-size: 29px;
  font-weight: normal;
  color: #3487d5;
}
.productdetails-view.productdetails .info-product .price-box .price-crossed .PricebasePrice {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 21px;
  letter-spacing: -0.3px;
  margin-left: 5px;
  font-size: 15px;
  color: #bdbdbd;
  letter-spacing: 0.7px;
  line-height: 5px;
  text-decoration: line-through;
}
.rtl .productdetails-view.productdetails .info-product .price-box .price-crossed .PricebasePrice {
  margin-right: 5px;
  margin-left: 0;
}
.productdetails-view.productdetails .info-product .product-price {
  display: block;
}
.productdetails-view.productdetails .info-product .product-short-description {
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.productdetails-view.productdetails .spacer-buy-area {
  float: left !important;
}
.productdetails-view.productdetails .spacer-buy-area .addtocart-area {
  float: left;
  width: 100%;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .addtocart-area {
  float: right;
}
.productdetails-view.productdetails .spacer-buy-area .addtocart-area input.addtocart-button {
  line-height: 74px;
  padding: 0 65px;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  background: url(../images/icon_cart_white.png) no-repeat scroll 40px 50%;
}
.productdetails-view.productdetails .spacer-buy-area form {
  float: left;
  width: 100%;
}
.rtl .productdetails-view.productdetails .spacer-buy-area form {
  float: right;
}
.productdetails-view.productdetails .spacer-buy-area .product-fields {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .product-fields {
  float: right;
}
.productdetails-view.productdetails .spacer-buy-area .product-fields .product-field {
  width: 50%;
  float: left;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .product-fields .product-field {
  float: right;
}
.productdetails-view.productdetails .spacer-buy-area .product-fields-title-wrapper strong {
  font-weight: normal;
  font-size: 14px;
}
.productdetails-view.productdetails .spacer-buy-area .addtocart-bar {
  margin: 0;
  width: 100%;
  float: left;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .addtocart-bar {
  float: right;
}
.productdetails-view.productdetails .spacer-buy-area .list-option {
  width: 100%;
  float: left;
  display: inline-block;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .list-option {
  float: right;
}
.productdetails-view.productdetails .product-field-display .chzn-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-right: 20px;
}
.rtl .productdetails-view.productdetails .product-field-display .chzn-container {
  padding-left: 20px;
  padding-right: 0;
}
.productdetails-view.productdetails .quantity-block {
  display: inline-block;
  float: left;
}
.rtl .productdetails-view.productdetails .quantity-block {
  float: right;
}
.productdetails-view.productdetails .quantity-block label {
  float: left;
  line-height: 74px;
  margin-right: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.rtl .productdetails-view.productdetails .quantity-block label {
  float: right;
}
.rtl .productdetails-view.productdetails .quantity-block label {
  margin-left: 15px;
  margin-right: 0;
}
.productdetails-view.productdetails .quantity-block span.quantity-box,
.productdetails-view.productdetails .quantity-block span.quantity-controls {
  display: block;
}
.productdetails-view.productdetails .quantity-block .quantity-controls {
  display: inline-block;
  float: left;
  height: 74px;
  width: 37px;
  margin: 0;
}
.rtl .productdetails-view.productdetails .quantity-block .quantity-controls {
  float: right;
}
.productdetails-view.productdetails .quantity-block .quantity-controls .quantity-controls {
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productdetails-view.productdetails .quantity-block .quantity-controls .quantity-controls.quantity-plus {
  background: url("../images/add.png") no-repeat scroll 50% 50% #fff;
  border: 1px solid #dcdee6;
}
.productdetails-view.productdetails .quantity-block .quantity-controls .quantity-controls.quantity-minus {
  background: url("../images/sub.png") no-repeat scroll 50% 50% #fff;
  border: 1px solid #dcdee6;
  border-top: none;
}
.productdetails-view.productdetails .quantity-block .quantity-box {
  display: inline-block;
  float: left;
  height: 74px;
  width: 74px;
}
.rtl .productdetails-view.productdetails .quantity-block .quantity-box {
  float: right;
}
.productdetails-view.productdetails .quantity-block .quantity-box .quantity-input {
  border: 1px solid #dcdee6;
  border-right: 0;
  color: #252525;
  height: 74px !important;
  line-height: 74px;
  min-width: 74px !important;
  padding: 0;
  font-family: 'Roboto Slab', serif;
}
.productdetails-view.productdetails .tab-block {
  overflow: hidden;
  margin-top: 20px;
}
.productdetails-view.productdetails .tab-block > ul {
  width: 20%;
  float: left;
  margin: 0;
}
.rtl .productdetails-view.productdetails .tab-block > ul {
  float: right;
}
.productdetails-view.productdetails .tab-block > ul li {
  width: 100%;
  float: left;
  margin: 0;
}
.rtl .productdetails-view.productdetails .tab-block > ul li {
  float: right;
}
.productdetails-view.productdetails .tab-block > ul li a {
  margin: 0 0px 3px 0px;
  border: 1px solid #ebebeb;
  background: #eeeeee;
  line-height: 40px;
  padding: 0px 0px 0px 15px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  position: relative;
  color: #252525;
  border-right: 0;
}
.rtl .productdetails-view.productdetails .tab-block > ul li a {
  padding: 0px 15px 0px 0px;
}
.rtl .productdetails-view.productdetails .tab-block > ul li a {
  border-right: none;
  border-left: 0;
}
.productdetails-view.productdetails .tab-block > ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 100%;
  display: none;
}
.productdetails-view.productdetails .tab-block > ul li.active a {
  background: #fff;
  color: #3487d5;
}
.productdetails-view.productdetails .tab-block > ul li.active a:before {
  display: block;
}
.productdetails-view.productdetails .tab-block .tab-content {
  width: 80%;
  float: left;
  margin: 0;
  border: 1px solid #ebebeb;
  padding: 25px 30px;
}
.rtl .productdetails-view.productdetails .tab-block .tab-content {
  float: right;
}
.productdetails-view.productdetails .tab-block .tab-content .ratingbox {
  margin: 0;
}
.productdetails-view.productdetails .product-related-products {
  margin-top: 90px;
  width: 100%;
}
.productdetails-view.productdetails .product-related-products .vina-header-border h3.header {
  margin-bottom: 30px;
  font-weight: normal;
}
.productdetails-view.productdetails .product-related-products .list_carousel {
  width: 100%;
}
.productdetails-view.productdetails .product-related-products .related_button {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -60px;
}
.productdetails-view.productdetails .product-related-products .list_prev {
  float: left;
  background: url(../images/button_prev.png) no-repeat scroll left center #fff;
  width: 54px;
  height: 24px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-indent: 999999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  position: initial;
}
.productdetails-view.productdetails .product-related-products .list_next {
  float: right;
  background: url(../images/button_next.png) no-repeat scroll right center #fff;
  width: 54px;
  height: 24px;
  position: initial;
  right: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-indent: 999999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.productdetails-view.productdetails .product-related-products .price-box {
  width: auto;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.productdetails-view.productdetails .product-related-products .price-box .PricesalesPrice .PricesalesPrice {
  font-size: 15px;
}
.productdetails-view.productdetails .product-related-products .price-box .PricesalesPrice.vm-display {
  float: left;
}
.rtl .productdetails-view.productdetails .product-related-products .price-box .PricesalesPrice.vm-display {
  float: right;
}
.productdetails-view.productdetails .product-related-products .label-pro {
  left: 0;
}
.rtl .productdetails-view.productdetails .product-related-products .label-pro {
  left: auto;
  right: 0;
}
.productdetails-view.productdetails .vina-items .image-block {
  width: 100%;
}
.productdetails-view.productdetails .vina-items .image-block a {
  width: 100%;
}
.productdetails-view.productdetails .vina-items .image-block a img {
  width: 100%;
}
.productdetails-view.productdetails .product-field-desc {
  display: none;
}
.cart-view .vina-title {
  display: none;
}
.cart-view .vm-fieldset-pricelist {
  margin: 50px 0;
}
.cart-view .vm-continue-shopping {
  width: auto;
}
.cart-view .vm-continue-shopping .continue_link {
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
}
.cart-view .cart-summary .tb-name2 {
  padding: 10px 20px;
}
.cart-view .cart-summary .cart-images {
  width: 30%;
  padding: 0;
}
.cart-view .cart-summary tbody td .product-name {
  font-size: 15px;
  margin-top: 60px;
  padding-left: 20px;
  text-align: left;
}
.rtl .cart-view .cart-summary tbody td .product-name {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .cart-view .cart-summary tbody td .product-name {
  text-align: right;
}
.cart-view .cart-summary tbody .vm-customfield-cart {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-align: left;
}
.rtl .cart-view .cart-summary tbody .vm-customfield-cart {
  text-align: right;
}
.cart-view .cart-summary tbody input.quantity-input {
  height: 40px !important;
  line-height: 60px;
  width: 60px !important;
  font-weight: normal;
}
.cart-view .cart-summary tbody .price-box .sale-price span.PricesalesPrice {
  font-size: 20px;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
  width: auto;
}
.cart-view .cart-summary tbody .tb-total .total-title {
  border-right: medium none;
  font-style: italic;
  padding: 20px 20px;
  text-align: left;
  text-transform: capitalize;
}
.rtl .cart-view .cart-summary tbody .tb-total .total-title {
  text-align: right;
}
.cart-view .cart-summary tbody .tb-total .total {
  text-align: center;
  width: 100%;
  padding: 0;
}
.cart-view .cart-summary tbody .tb-total td {
  border-right: 0;
}
.rtl .cart-view .cart-summary tbody .tb-total td {
  border-right: none;
  border-left: 0;
}
.cart-view .cart-summary tbody .tb-checkout {
  background: #f7f7f7;
}
.cart-view .cart-summary tbody .tb-checkout td {
  padding: 20px;
  border-top: 3px solid #f2f2f2;
}
.cart-view .cart-summary tfoot .coupon-code {
  padding: 0px;
}
.cart-view .cart-summary tfoot .shipment {
  padding: 0px;
}
.cart-view .cart-summary tfoot .payment {
  padding: 0px;
}
.cart-view .vm-button-correct {
  margin: 0;
  height: 40px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px 25px;
}
.cart-view .vm-button-correct:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .checkout-button-top {
  padding: 0;
  text-align: right;
}
.rtl .cart-view .checkout-button-top {
  text-align: left;
}
.cart-view .checkout-button-top button {
  line-height: 40px;
  padding: 0 30px;
  height: auto;
}
.cart-view .coupon {
  margin: 0;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view .coupon:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-view span.details-button input.details-button {
  height: 40px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 25px;
  font-size: 13px;
  text-shadow: none;
}
.cart-view .block-tfoot {
  padding: 50px 20px;
}
.cart-view .block-tfoot h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  line-height: 40px;
  margin-bottom: 15px;
}
.cart-view .block-tfoot input[type="radio"],
.cart-view .block-tfoot input[type="checkbox"] {
  float: left;
}
.rtl .cart-view .block-tfoot input[type="radio"],
.rtl .cart-view .block-tfoot input[type="checkbox"] {
  float: right;
}
.cart-view .block-tfoot .vmpayment_description,
.cart-view .block-tfoot .vmshipment_description {
  float: left;
  width: 100%;
  font-size: 10px;
  display: none;
}
.rtl .cart-view .block-tfoot .vmpayment_description,
.rtl .cart-view .block-tfoot .vmshipment_description {
  float: right;
}
.cart-view .block-tfoot .shipment,
.cart-view .block-tfoot .payment {
  line-height: 40px;
}
.cart-view .block-tfoot .shipment fieldset .vmpayment_description,
.cart-view .block-tfoot .shipment fieldset .vmshipment_description,
.cart-view .block-tfoot .payment fieldset .vmpayment_description,
.cart-view .block-tfoot .payment fieldset .vmshipment_description {
  display: block;
}
#ProOPC * {
  font-family: 'Roboto Slab', serif !important;
}
#ProOPC .cart-page-title {
  display: none !important;
}
#ProOPC button {
  line-height: 30px !important;
}
#ProOPC .inner-wrap {
  overflow: hidden;
}
#ProOPC .edit-address {
  overflow: hidden;
}
#ProOPC .proopc-process-title {
  overflow: hidden;
}
#ProOPC .proopc-btn,
#ProOPC button.proopc-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: #fff;
}
#ProOPC button.proopc-btn-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  line-height: 30px;
}
#ProOPC .proopc-inner {
  overflow: hidden;
}
#ProOPC .proopc-table-striped {
  overflow: hidden;
  display: table;
}
#ProOPC .cart-product-description.with-image {
  text-align: left;
}
.rtl #ProOPC .cart-product-description.with-image {
  text-align: right;
}
#ProOPC .vm-customfield-cart span {
  font-size: 11px;
  text-transform: capitalize;
}
#ProOPC .col-qty button.proopc-btn {
  background: transparent !important;
}
#ProOPC .proopc-qty-update button.proopc-btn,
#ProOPC .proopc-delete-product button.proopc-btn {
  background: transparent !important;
}
#ProOPC .vm-price-value span,
#ProOPC .col-price .PricediscountedPriceWithoutTax,
#ProOPC .col-total .PricesalesPrice,
#ProOPC .col-total .PricebillTotal {
  font-size: 20px;
  float: none;
}
#ProOPC .blank-row td {
  padding: 0;
  border: medium none;
}
#ProOPC .proopc-product-name a,
#ProOPC .col-name a {
  text-transform: capitalize;
  font-size: 15px;
}
#ProOPC #proopc-coupon button.proopc-btn {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
}
#ProOPC table.proopc-p-info-table .add-padding.add-padding-top td {
  text-align: left;
}
.rtl #ProOPC table.proopc-p-info-table .add-padding.add-padding-top td {
  text-align: right;
}
.last .proopc-shipments,
.last .proopc-payments,
.last .proopc-coupon,
.last .proopc-cartlist,
.last .proopc-confirm-order {
  box-sizing: border-box;
  float: left;
}
.rtl .last .proopc-shipments,
.rtl .last .proopc-payments,
.rtl .last .proopc-coupon,
.rtl .last .proopc-cartlist,
.rtl .last .proopc-confirm-order {
  float: right;
}
#proopc-pricelist,
#proopc-payments,
#proopc-shipments,
#proopc-st-address {
  overflow: hidden;
}
#proopc-pricelist {
  overflow: initial;
}
#proopc-pricelist .inner-wrap {
  overflow: initial;
}
#bd_results > h1 {
  display: none;
}
.userfields_info {
  font-weight: normal;
}
#userForm,
#paymentForm,
#adminForm {
  border: medium none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
div.login,
div.profile-edit,
div.registration,
div.reset-confirm,
div.reset-complete,
div.registration-complete,
div.order-view {
  border: medium none;
  padding: 0;
}
div.login input,
div.profile-edit input,
div.registration input,
div.reset-confirm input,
div.reset-complete input,
div.registration-complete input,
div.order-view input {
  height: auto;
  line-height: 34px;
  padding-bottom: 0;
  padding-top: 0;
  width: 400px;
}
#userForm .userfields_info {
  display: none;
}
#userForm .control-buttons {
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: left !important;
}
table.user-details input,
table.user-details select {
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  width: 100%;
}
table.user-details label {
  margin-bottom: 20px;
}
table.user-details .chzn-container {
  width: 100% !important;
}
table.user-details .chzn-container .chzn-single {
  height: 35px;
  line-height: 35px;
  margin: 0;
}
table.user-details .chzn-container .chzn-single div {
  top: 4px;
}
table.user-details .chzn-container .chzn-search input {
  width: 100% !important;
}
table.user-details .chzn-container .chzn-drop {
  width: 100% !important;
}
#userForm button,
#paymentForm button,
#adminForm button {
  line-height: 40px;
  padding: 0 25px;
}
.vmshop-account.account-login .content,
.vmshop-account .account-logout .content {
  padding: 0;
  border: none;
}
.vmshop-account.account-login .buttons-set,
.vmshop-account .account-logout .buttons-set {
  border: medium none;
  line-height: 40px;
  margin: 25px 0 0;
  padding: 0;
  text-align: left;
}
.rtl .vmshop-account.account-login .buttons-set,
.rtl .vmshop-account .account-logout .buttons-set {
  text-align: right;
}
.vmshop-account.account-login .buttons-set .vina-button,
.vmshop-account .account-logout .buttons-set .vina-button {
  float: left;
}
.rtl .vmshop-account.account-login .buttons-set .vina-button,
.rtl .vmshop-account .account-logout .buttons-set .vina-button {
  float: right;
}
.vmshop-account.account-login p,
.vmshop-account .account-logout p {
  color: #252525;
}
.vmshop-account .vina-title {
  display: none;
}
.recaptchatable #recaptcha_image {
  height: auto !important;
}
#com-form-login .form-list input {
  width: 95%;
  padding: 0 10px;
}
#com-form-login #com-form-login-remember input {
  width: auto;
  margin-top: 0;
  padding: 0;
}
#com-form-login label {
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 5px;
}
#com-form-login .width30.floatleft {
  float: left;
  margin: 0;
  width: 100%;
  line-height: 30px;
}
.rtl #com-form-login .width30.floatleft {
  float: right;
}
#com-form-login .width30.floatleft a {
  font-style: italic;
}
#com-form-login .buttons-set input,
#com-form-login .buttons-set button {
  float: left;
}
.rtl #com-form-login .buttons-set input,
.rtl #com-form-login .buttons-set button {
  float: right;
}
#fancybox-wrap {
  min-width: 400px;
}
#fancybox-content {
  border: 10px solid #fff !important;
  padding: 0px;
  width: 100% !important;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 10px;
  width: 48%;
  text-align: center;
}
.rtl #fancybox-content .continue_link,
.rtl #fancybox-content .showcart {
  float: right;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #000;
}
#fancybox-content .continue_link {
  margin-right: 2%;
}
.rtl #fancybox-content .continue_link {
  margin-left: 2%;
  margin-right: 0;
}
#fancybox-content .showcart {
  margin-left: 2%;
}
.rtl #fancybox-content .showcart {
  margin-right: 2%;
  margin-left: 0;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
}
.rtl #fancybox-content h4 {
  float: right;
}
#sp-blog-wrapper {
  margin-top: 60px;
}
.vina-blogs h3.header {
  margin-bottom: 30px;
}
.vina-carousel-content {
  display: inline-block !important;
  overflow: inherit !important;
}
.vina-carousel-content .blog_down {
  line-height: 45px;
  padding: 12px 0px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  overflow: hidden;
}
.vina-carousel-content .blog_down .author {
  display: inline-block;
  float: left;
  padding-left: 65px;
  padding-right: 15px;
  background: url(../images/icon_author.png) no-repeat scroll left center transparent;
  line-height: 45px;
  position: relative;
}
.rtl .vina-carousel-content .blog_down .author {
  float: right;
}
.vina-carousel-content .blog_down .author:before {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  height: 17px;
  width: 1px;
  border-right: 1px dotted #aaaaaa;
}
.rtl .vina-carousel-content .blog_down .author:before {
  left: 0;
  right: auto;
}
.rtl .vina-carousel-content .blog_down .author:before {
  border-right: none;
  border-left: 1px dotted #aaaaaa;
}
.vina-carousel-content .blog_down .category {
  display: inline-block;
  float: left;
  padding: 0px 15px;
  line-height: 45px;
  position: relative;
}
.rtl .vina-carousel-content .blog_down .category {
  float: right;
}
.vina-carousel-content .blog_down .category:before {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  height: 17px;
  width: 1px;
  border-right: 1px dotted #aaaaaa;
}
.rtl .vina-carousel-content .blog_down .category:before {
  left: 0;
  right: auto;
}
.rtl .vina-carousel-content .blog_down .category:before {
  border-right: none;
  border-left: 1px dotted #aaaaaa;
}
.vina-carousel-content .blog_down .hits {
  display: inline-block;
  float: left;
  line-height: 45px;
  padding: 0px 15px;
}
.rtl .vina-carousel-content .blog_down .hits {
  float: right;
}
.vina-carousel-content .text-block {
  padding: 20px 0px;
}
.vina-carousel-content .text-block .blog-title {
  font-size: 16px;
  margin: 0 0px 10px;
  font-weight: 300;
  line-height: 24px;
}
.vina-carousel-content .text-block .introtext {
  font-size: 14px;
  line-height: 24px;
}
.vina-carousel-content.owl-theme .item .image-block {
  position: relative;
  overflow: hidden;
}
.vina-carousel-content.owl-theme .item .image-block img {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.vina-carousel-content.owl-theme .item .image-block:hover img {
  -webkit-transform: scale(1.1) rotate(-1.75deg);
  -moz-transform: scale(1.1) rotate(-1.75deg);
  -o-transform: scale(1.1) rotate(-1.75deg);
  transform: scale(1.1) rotate(-1.75deg);
  -webkit-transform: scale(1.1) rotate(-1.75deg);
  -moz-transform: scale(1.1) rotate(-1.75deg);
  -o-transform: scale(1.1) rotate(-1.75deg);
  transform: scale(1.1) rotate(-1.75deg);
}
.vina-carousel-content.owl-theme .item .timmer {
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../images/bg-date.png) no-repeat scroll center center transparent;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 10px;
  text-align: left;
}
.rtl .vina-carousel-content.owl-theme .item .timmer {
  left: auto;
  right: 0px;
}
.rtl .vina-carousel-content.owl-theme .item .timmer {
  padding-right: 10px;
  padding-left: 0;
}
.rtl .vina-carousel-content.owl-theme .item .timmer {
  text-align: right;
}
.vina-carousel-content.owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100%;
  margin: 0;
}
.rtl .vina-carousel-content.owl-theme .owl-nav {
  left: 0;
  right: auto;
}
.vina-carousel-content.owl-theme .owl-nav div {
  width: 54px;
  height: 24px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-indent: 999999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.vina-carousel-content.owl-theme .owl-nav div.owl-prev {
  float: left;
  background: url(../images/button_prev.png) no-repeat scroll left center #fff;
}
.vina-carousel-content.owl-theme .owl-nav div.owl-next {
  float: right;
  background: url(../images/button_next.png) no-repeat scroll right center #fff;
}
.vina-carousel-content.owl-theme .owl-dots {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.vina-carousel-content.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.vina-carousel-content.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: url(../images/button_slide.png) no-repeat scroll center center;
  margin: 0px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-carousel-content.owl-theme .owl-dots .owl-dot.active span,
.vina-carousel-content.owl-theme .owl-dots .owl-dot:hover span {
  background: url(../images/button_slide_active.png) no-repeat scroll center center transparent;
}
.blog .items-row {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.blog .item .item-info {
  width: 15%;
  float: left;
}
.rtl .blog .item .item-info {
  float: right;
}
.blog .item .info {
  border: 1px solid #eee;
  border-top: 2px solid #404040;
  text-align: center;
  width: 100px;
}
.blog .item .item-content {
  width: 85%;
  float: left;
}
.rtl .blog .item .item-content {
  float: right;
}
.blog .blog-time {
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.blog .blog-time .blog-date {
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.rtl .blog .blog-time .blog-date {
  float: right;
}
.blog .blog-time .blog-year {
  font-size: 18px;
  width: 100%;
  float: left;
}
.rtl .blog .blog-time .blog-year {
  float: right;
}
.blog .blog-author {
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  font-size: 13px;
  font-weight: 300;
}
.blog .blog-author .by-author {
  width: 100%;
  float: left;
}
.rtl .blog .blog-author .by-author {
  float: right;
}
.blog .blog-hits {
  padding: 10px;
  overflow: hidden;
}
.blog .blog-hits .hits {
  padding-top: 32px;
  background: url(../images/icon_link.png) no-repeat scroll center 0;
  float: left;
  font-size: 15px;
  width: 100%;
}
.rtl .blog .blog-hits .hits {
  float: right;
}
.blog .item-images img {
  width: 100%;
}
.blog .item-content .pull-left {
  width: 100%;
  float: left;
}
.rtl .blog .item-content .pull-left {
  float: right;
}
.blog .item-content h2.entry-title {
  font-size: 29px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.rtl .blog .item-content h2.entry-title {
  float: right;
}
.blog .item-content .introtext {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.rtl .blog .item-content .introtext {
  float: right;
}
.blog .jcomments-links .comments-link,
.blog .jcomments-links .readmore-link {
  background: none;
  text-decoration: underline;
  padding: 0 30px 0 0;
  position: relative;
}
.blog .jcomments-links .comments-link:before,
.blog .jcomments-links .readmore-link:before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
.rtl .blog .jcomments-links .comments-link:before,
.rtl .blog .jcomments-links .readmore-link:before {
  left: 15px;
  right: auto;
}
.category-blog-2 .item .item-info {
  width: 100%;
}
.category-blog-2 .item .info {
  width: 100%;
  float: left;
}
.rtl .category-blog-2 .item .info {
  float: right;
}
.category-blog-2 .item .item-content {
  width: 100%;
}
.category-blog-2 .blog-time,
.category-blog-2 .blog-author {
  float: left;
  border: none;
}
.rtl .category-blog-2 .blog-time,
.rtl .category-blog-2 .blog-author {
  float: right;
}
.category-blog-2 .blog-hits {
  float: left;
}
.rtl .category-blog-2 .blog-hits {
  float: right;
}
.category-blog-2 .blog-hits .hits {
  background-position: left center;
  line-height: 40px;
  padding-left: 35px;
  padding-top: 0;
}
.rtl .category-blog-2 .blog-hits .hits {
  padding-right: 35px;
  padding-left: 0;
}
.category-blog-3 .item-content h2.entry-title {
  font-size: 24px;
  line-height: 24px;
}
.category-blog-3 .item-content .introtext {
  font-size: 13px;
}
.category-blog-4 .item-content h2.entry-title {
  font-size: 21px;
}
.category-blog-4 .item .info > div {
  width: 33.33%;
}
.pagination {
  margin: 0;
  text-align: center;
}
.pagination ul {
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li {
  margin: 0 5px;
  display: inline-block;
}
.pagination ul li a {
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination ul li.pagination-active a,
.pagination ul li:hover a {
  color: #fff;
}
#sp-right .filter-full .cf_flt_header,
#sp-left .filter-full .cf_flt_header {
  border: none;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: normal;
  border-top: 2px solid #dedede;
  background: #f5f5f5;
  padding: 0 10px;
}
#sp-right h3.header,
#sp-left h3.header {
  border: none;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: normal;
  border-top: 2px solid #dedede;
  background: #f5f5f5;
  padding: 0 10px;
}
#sp-right h3.header .light,
#sp-left h3.header .light {
  font-weight: 300;
}
#sp-right .module,
#sp-left .module {
  margin-top: 30px;
}
#sp-right .module:first-child,
#sp-left .module:first-child {
  margin-top: 0;
}
.tagspopular ul {
  overflow: hidden;
}
.tagspopular ul li {
  display: inline-block;
}
.tagspopular ul li a {
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  display: inline-block;
  text-transform: capitalize;
}
.rtl .tagspopular ul li a {
  margin-left: 5px;
  margin-right: 0;
}
.tagspopular ul li a:hover {
  color: #fff;
}
.categories-module li h4 {
  margin: 0;
  line-height: 38px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #eee;
}
.rtl .categories-module li h4 {
  padding-right: 15px;
  padding-left: 0;
}
.categories-module li h4:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  line-height: 38px;
}
.rtl .categories-module li h4:before {
  left: auto;
  right: 0;
}
.vina-ticker-content .vina-item {
  border-top: medium none !important;
  border-bottom: 1px solid #eee;
}
.vina-ticker-content .text-block h4 {
  font-size: 14px;
  font-weight: normal;
}
.vina-ticker-content .text-block .info {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #a4a4a4;
}
.vina-follow-us {
  margin: 15px 0px;
}
.vina-follow-us li {
  height: 36px;
  line-height: 36px;
  width: 36px;
  float: left;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rtl .vina-follow-us li {
  float: right;
}
.rtl .vina-follow-us li {
  margin-left: 10px;
  margin-right: 0;
}
.vina-follow-us li a {
  width: 100%;
  display: inline-block;
  color: #fff;
}
.vina-follow-us li.facebook {
  background: #2369b8;
}
.vina-follow-us li.twitter {
  background: #00bbf1;
}
.vina-follow-us li.youtube {
  background: #d93217;
}
.vina-follow-us li.linkedin {
  background: #0276a5;
}
.vina-follow-us li.pinterest {
  background: #ea2100;
}
.vina-follow-us li:hover {
  background: #252525;
}
.vina-follow-us li:hover a {
  color: #fff;
}
.carousel-control {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 30px;
  height: 30px;
  opacity: 1;
  background: rgba(0,0,0,0.5) !important;
}
.carousel-control i {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  float: left;
  width: 100%;
  margin: 0 !important;
}
.rtl .carousel-control i {
  float: right;
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control.left {
  left: 0;
  right: auto;
}
.carousel-control:hover {
  background: #000000 !important;
}
.carousel-banner .wrap-carousel div {
  width: 100%;
}
.carousel-banner .carousel {
  display: inline-block;
}
.carousel-banner .carousel-inner .item {
  overflow: hidden;
}
.carousel-banner .carousel-inner .item > img,
.carousel-banner .carousel-inner .item > a > img {
  width: 100%;
}
.carousel-banner .carousel-inner .item:hover > img,
.carousel-banner .carousel-inner .item:hover > a > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-banner .vina-banner {
  width: 100%;
  float: left;
}
.rtl .carousel-banner .vina-banner {
  float: right;
}
.carousel-banner .vina-banner .banner-block img {
  width: 100%;
}
.vina-archives h4 {
  margin: 0;
  line-height: normal;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #eee;
}
.vina-archives h4:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  line-height: 38px;
}
.rtl .vina-archives h4:before {
  left: auto;
  right: 0;
}
.vina-archives h4.active,
.vina-archives h4:hover {
  color: #3487d5;
}
.vina-archives h4.active a,
.vina-archives h4:hover a {
  color: #3487d5;
}
.vina-archives.hidden-des .catItemIntroText {
  display: none;
}
.vina-item-post .item .item-post-info {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.rtl .vina-item-post .item .item-post-info {
  float: right;
}
.vina-item-post .item .item-post-info .info {
  border: 1px solid #eee;
  border-left: 2px solid #404040;
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
}
.rtl .vina-item-post .item .item-post-info .info {
  border-left: none;
  border-right: 2px solid #404040;
}
.vina-item-post .item .item-post-info .info > div {
  float: left;
  border: none;
}
.rtl .vina-item-post .item .item-post-info .info > div {
  float: right;
}
.vina-item-post .item .item-post-info .info .blog-hits .hits {
  background: url("../images/icon_link.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  font-size: 15px;
  line-height: 32px;
  padding-left: 47px;
  padding-top: 0;
  width: 100%;
}
.rtl .vina-item-post .item .item-post-info .info .blog-hits .hits {
  float: right;
}
.rtl .vina-item-post .item .item-post-info .info .blog-hits .hits {
  padding-right: 47px;
  padding-left: 0;
}
.vina-item-post .item .item-info-img {
  width: 15%;
  float: left;
}
.rtl .vina-item-post .item .item-info-img {
  float: right;
}
.vina-item-post .item .item-info-img .info {
  border: 1px solid #eee;
  border-top: 2px solid #404040;
  text-align: center;
  width: 100px;
}
.vina-item-post .item .item-content.item-content-img {
  width: 85%;
  float: left;
}
.rtl .vina-item-post .item .item-content.item-content-img {
  float: right;
}
.vina-item-post .blog-time {
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.vina-item-post .blog-time .blog-date {
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.rtl .vina-item-post .blog-time .blog-date {
  float: right;
}
.vina-item-post .blog-time .blog-year {
  font-size: 18px;
  width: 100%;
  float: left;
}
.rtl .vina-item-post .blog-time .blog-year {
  float: right;
}
.vina-item-post .blog-author {
  padding: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  font-size: 13px;
  font-weight: 300;
}
.vina-item-post .blog-author .by-author {
  width: 100%;
  float: left;
}
.rtl .vina-item-post .blog-author .by-author {
  float: right;
}
.vina-item-post .blog-hits {
  padding: 10px;
  overflow: hidden;
}
.vina-item-post .blog-hits .hits {
  padding-top: 32px;
  background: url(../images/icon_link.png) no-repeat scroll center 0;
  float: left;
  font-size: 15px;
  width: 100%;
}
.rtl .vina-item-post .blog-hits .hits {
  float: right;
}
.vina-item-post .item-images img {
  width: 100%;
}
.vina-item-post .item-content.item-content-img .pull-left {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.rtl .vina-item-post .item-content.item-content-img .pull-left {
  float: right;
}
.vina-item-post .item-content h1.vina-title {
  font-size: 29px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.rtl .vina-item-post .item-content h1.vina-title {
  float: right;
}
.vina-item-post .item-content .introtext {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.rtl .vina-item-post .item-content .introtext {
  float: right;
}
.vina-item-post .item-content .testimonial {
  margin: 30px 0px;
}
.vina-item-post .item-content .testimonial .pull-left {
  width: 90px;
  min-height: 70px;
  text-align: center;
}
.vina-item-post .item-content .testimonial .pull-left i {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #3487d5;
}
.vina-item-post .item-content .testimonial .testimonial-content {
  font-size: 18px;
  font-style: italic;
}
#jc {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  width: 100%;
}
#jc h4 {
  text-transform: capitalize;
  position: relative;
  line-height: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  float: left;
  border: none;
  margin-bottom: 25px;
  margin-top: 30px;
}
.rtl #jc h4 {
  float: right;
}
#jc a {
  color: #3487d5;
  text-decoration: underline;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
}
#jc #comments {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.rtl #jc #comments {
  float: right;
}
#jc #comments h4 {
  margin-top: 0px;
  margin-bottom: 0;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
.rtl #jc #comments .comments-list {
  float: right;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
.rtl #jc #comments #comments-list-footer {
  float: right;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 25px 0px;
  border: none;
  border-bottom: 1px solid #eee;
}
#jc #comments .comment-author {
  font-size: 16px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #eee;
  font-family: 'Roboto Slab', serif;
}
.rtl #jc #comments .comment-author {
  float: right;
}
.rtl #jc #comments .comment-author {
  margin-left: 15px;
  margin-right: 0;
}
.rtl #jc #comments .comment-author {
  padding-left: 15px;
  padding-right: 0;
}
.rtl #jc #comments .comment-author {
  border-right: none;
  border-left: 1px solid #eee;
}
#jc #comments .comment-date {
  font-size: 12px;
  color: #969696;
}
#jc #comments .comment-body {
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#jc #comments .comments-buttons {
  float: left;
  height: 15px;
}
.rtl #jc #comments .comments-buttons {
  float: right;
}
#jc #comments .comments-buttons a {
  text-decoration: underline;
  font-size: 13px;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
.rtl #jc #comments-form {
  float: right;
}
#jc #comments-form label {
  float: left;
  margin-bottom: 0px;
  width: 50%;
  padding-left: 10px;
  line-height: 40px;
  font-family: 'Roboto Slab', serif;
}
.rtl #jc #comments-form label {
  float: right;
}
.rtl #jc #comments-form label {
  padding-right: 10px;
  padding-left: 0;
}
#jc #comments-form .comments-name-email {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.rtl #jc #comments-form .comments-name-email {
  float: right;
}
#jc #comments-form .comments-name {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.rtl #jc #comments-form .comments-name {
  float: right;
}
.rtl #jc #comments-form .comments-name {
  padding-left: 10px;
  padding-right: 0;
}
#jc #comments-form .comments-email {
  width: 40%;
  float: left;
  padding-left: 10px;
}
.rtl #jc #comments-form .comments-email {
  float: right;
}
.rtl #jc #comments-form .comments-email {
  padding-right: 10px;
  padding-left: 0;
}
#jc #comments-form .comments-form-comment {
  width: 100%;
  float: left;
}
.rtl #jc #comments-form .comments-form-comment {
  float: right;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.rtl #jc #comments-form .row-item {
  float: right;
}
#jc #comments-form .comments-captcha {
  width: 100%;
  float: left;
}
.rtl #jc #comments-form .comments-captcha {
  float: right;
}
#jc #comments-form input {
  border: 1px solid #dfdfdf;
  border-radius: 0;
  box-shadow: none;
  float: left;
  height: 40px;
  max-width: 100% !important;
  padding: 0 15px !important;
  width: 100%;
  line-height: 40px;
}
.rtl #jc #comments-form input {
  float: right;
}
#jc #comments-form input.checkbox {
  width: auto;
}
#jc #comments-form input.captcha {
  width: 150px;
}
#jc #comments-form #comments-form-name {
  margin-right: 20px;
}
.rtl #jc #comments-form #comments-form-name {
  margin-left: 20px;
  margin-right: 0;
}
#jc #comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 15px !important;
  width: 80%;
  max-width: 100% !important;
  border: 1px solid #ddd;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
  display: none;
}
#jc #comments-form .comments-subscribe {
  width: 100%;
  float: left;
}
.rtl #jc #comments-form .comments-subscribe {
  float: right;
}
#jc #comments-form #comments-form-send,
#jc #comments-form #comments-form-cancel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0px 30px !important;
  float: left;
  margin-right: 0;
  line-height: 40px;
}
.rtl #jc #comments-form #comments-form-send,
.rtl #jc #comments-form #comments-form-cancel {
  float: right;
}
.rtl #jc #comments-form #comments-form-send,
.rtl #jc #comments-form #comments-form-cancel {
  margin-left: 0;
  margin-right: 0;
}
#jc #comments-form #comments-form-send a,
#jc #comments-form #comments-form-cancel a {
  text-shadow: none;
  text-transform: uppercase;
}
#jc #comments-form #comments-form-cancel {
  margin: 0px 10px;
}
#jc #comments-footer {
  width: 100%;
  float: left;
  display: none;
}
.rtl #jc #comments-footer {
  float: right;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
  width: 100%;
  float: left;
}
.rtl #jc #comments-form-buttons {
  float: right;
}
#jc #comments-list .comments-inline-edit {
  overflow: hidden;
}
article .tags {
  width: 100%;
  float: left;
}
.rtl article .tags {
  float: right;
}
article .tags a {
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee !important;
  display: inline-block;
  text-transform: capitalize;
  text-shadow: none;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rtl article .tags a {
  margin-left: 5px;
  margin-right: 0;
}
.sp-portfolio {
  overflow: hidden;
}
.sp-portfolio .showcase-1 {
  padding: 30px 0px 60px;
}
.sp-portfolio .showcase-item {
  margin-bottom: 30px;
}
.sp-portfolio .showcase-item:last-child {
  margin-bottom: 0;
}
.sp-portfolio .block-item {
  overflow: hidden;
  position: relative;
  text-align: center;
  transform: translateZ(0px);
}
.sp-portfolio .block-item:before {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  content: "";
  height: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transition-duration: 0.3s;
  transition-property: width, height;
  width: 0;
  z-index: 1000;
}
.rtl .sp-portfolio .block-item:before {
  left: 0;
  right: auto;
}
.sp-portfolio .block-item .item-img {
  position: relative;
}
.sp-portfolio .block-item .item-img:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl .sp-portfolio .block-item .item-img:before {
  left: auto;
  right: 0;
}
.sp-portfolio .block-item .item-text {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl .sp-portfolio .block-item .item-text {
  left: auto;
  right: 0;
}
.sp-portfolio .block-item .item-text a {
  color: #fff !important;
  width: 100%;
  float: left;
}
.rtl .sp-portfolio .block-item .item-text a {
  float: right;
}
.sp-portfolio .block-item .item-text h3 {
  margin: 150px 0px 100px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
.sp-portfolio .block-item .item-text h3 span {
  font-size: 13px;
  font-weight: 300;
  width: 100%;
}
.sp-portfolio .block-item .item-text ul {
  overflow: hidden;
  display: inline-block;
  font-size: 13px;
}
.sp-portfolio .block-item .item-text ul li {
  padding: 0 30px;
  position: relative;
  float: left;
}
.rtl .sp-portfolio .block-item .item-text ul li {
  float: right;
}
.sp-portfolio .block-item .item-text ul li:last-child {
  padding-right: 0px;
}
.rtl .sp-portfolio .block-item .item-text ul li:last-child {
  padding-left: 0px;
  padding-right: 0;
}
.sp-portfolio .block-item .item-text ul li.dow:before {
  content: "\f0ed";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  top: 0;
}
.rtl .sp-portfolio .block-item .item-text ul li.dow:before {
  left: auto;
  right: 0;
}
.sp-portfolio .block-item .item-text ul li.like:before {
  content: "\f08a";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  top: 0;
}
.rtl .sp-portfolio .block-item .item-text ul li.like:before {
  left: auto;
  right: 0;
}
.sp-portfolio .block-item .item-text ul li.view:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  top: 0;
}
.rtl .sp-portfolio .block-item .item-text ul li.view:before {
  left: auto;
  right: 0;
}
.sp-portfolio .block-item:hover:before {
  height: 20px;
  width: 20px;
}
.sp-portfolio .block-item:hover .item-img:before {
  top: 0;
}
.sp-portfolio .block-item:hover .item-text {
  top: 0;
}
.sp-portfolio .showcase-2 {
  padding: 60px 20px;
  background: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.sp-portfolio .block-item-2 {
  position: relative;
}
.sp-portfolio .block-item-2 .item-img {
  position: relative;
  overflow: hidden;
}
.sp-portfolio .block-item-2 .item-img:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  opacity: 0.5;
  background: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.rtl .sp-portfolio .block-item-2 .item-img:before {
  left: auto;
  right: 0;
}
.sp-portfolio .block-item-2 .item-img:after {
  content: "\f002";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  font-family: FontAwesome;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.rtl .sp-portfolio .block-item-2 .item-img:after {
  left: auto;
  right: 50%;
}
.sp-portfolio .block-item-2 .item-text {
  padding: 15px 0px;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #fff;
}
.sp-portfolio .block-item-2 .item-text a {
  color: #252525 !important;
  width: 100%;
  float: left;
}
.rtl .sp-portfolio .block-item-2 .item-text a {
  float: right;
}
.sp-portfolio .block-item-2 .item-text h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
.sp-portfolio .block-item-2 .item-text h3 span {
  font-size: 13px;
  font-weight: 300;
  width: 100%;
}
.sp-portfolio .block-item-2:hover .item-img:before {
  top: 0;
}
.sp-portfolio .block-item-2:hover .item-img:after {
  display: block;
}
.sp-portfolio .block-item-2:hover .item-text h3 a {
  color: #fff !important;
}
.sp-portfolio .block-item-2:hover .item-text h3 span {
  color: #fff;
}
.sp-portfolio .showcase-3 {
  padding: 60px 0px;
}
.sp-portfolio .block-item-3 {
  width: 33.33%;
  float: left;
  position: relative;
}
.rtl .sp-portfolio .block-item-3 {
  float: right;
}
.sp-portfolio .block-item-3 .item-img {
  position: relative;
  overflow: hidden;
}
.sp-portfolio .block-item-3 .item-img:after {
  content: "\f002";
  position: absolute;
  left: 50%;
  top: 70px;
  font-family: FontAwesome;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  border: 2px solid #fff;
}
.rtl .sp-portfolio .block-item-3 .item-img:after {
  left: auto;
  right: 50%;
}
.sp-portfolio .block-item-3 .item-text {
  position: absolute;
  width: 100%;
  bottom: -50%;
  background: rgba(0,0,0,0.8);
  padding: 15px 0px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.sp-portfolio .block-item-3 .item-text h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}
.sp-portfolio .block-item-3 .item-text h3 span {
  font-size: 13px;
  font-weight: 300;
  width: 100%;
}
.sp-portfolio .block-item-3 .item-text a {
  color: #fff !important;
  width: 100%;
  float: left;
  text-transform: uppercase;
}
.rtl .sp-portfolio .block-item-3 .item-text a {
  float: right;
}
.sp-portfolio .block-item-3:hover .item-img:after {
  display: block;
}
.sp-portfolio .block-item-3:hover .item-text {
  bottom: 0;
}
.portfolio-slide {
  margin-bottom: 60px;
}
.portfolio-slide .carousel-control {
  height: 46px;
  width: 46px;
}
.portfolio-slide .carousel-control i {
  font-size: 22px;
  line-height: 46px;
}
.portfolio-slide .carousel-control.right {
  right: 30px;
  top: auto;
  bottom: 30px;
}
.portfolio-slide .carousel-control.left {
  right: 86px;
  top: auto;
  left: auto;
  bottom: 30px;
}
.portfolio-info {
  margin-bottom: 20px;
}
.portfolio-info .intro {
  font-weight: 300;
  line-height: 24px;
}
.portfolio-info h3.title {
  margin: 0 0px 30px;
  font-size: 20px;
  font-weight: normal;
}
.block-author {
  padding: 20px 30px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 10px #f1f1f1;
}
.block-author h3 {
  margin: 0 0px 20px;
  font-size: 20px;
  font-weight: normal;
}
.block-author ul {
  overflow: hidden;
}
.block-author li {
  line-height: 24px;
  border-top: 1px dotted #ccc;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rtl .block-author li {
  float: right;
}
.block-author li:before {
  color: #3487d5;
  font-family: FontAwesome;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 10px;
  left: 0;
}
.rtl .block-author li:before {
  left: auto;
  right: 0;
}
.block-author li.author:before {
  content: "\f007";
}
.block-author li.date:before {
  content: "\f133";
}
.block-author li.skills:before {
  content: "\f016";
}
.block-author li.tags:before {
  content: "\f02b";
}
.block-author li.demo:before {
  content: "\f0c1";
}
.block-author li.share a {
  padding: 0 10px;
}
.block-author li.share a.facebook {
  color: #0080c3;
}
.block-author li.share a.twitter {
  color: #00d5ee;
}
.block-author li.share a.youtube {
  color: #e80000;
}
.block-author li.share a.skype {
  color: #00ccd3;
}
.block-author li.share a.dribbble {
  color: #ca0000;
}
#sp-partners-wrapper {
  margin-top: 40px;
}
.vina-manufacturers h3.header {
  margin: 0;
}
.vina-manufacturers .vina-manufacturers-virtuemart .owl-item:hover {
  opacity: 0.5;
}
.vina-manufacturers .vina-manufacturers-virtuemart .owl-nav {
  margin: 0;
}
.vina-manufacturers .vina-manufacturers-virtuemart .owl-prev,
.vina-manufacturers .vina-manufacturers-virtuemart .owl-next {
  padding: 0 !important;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block !important;
  visibility: visible;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0 !important;
}
.vina-manufacturers .vina-manufacturers-virtuemart .owl-prev {
  width: 43px;
  height: 24px;
  background: url(../images/button_prev.png) 0 0 no-repeat !important;
  left: 0px;
}
.vina-manufacturers .vina-manufacturers-virtuemart .owl-next {
  width: 43px;
  height: 24px;
  background: url(../images/button_next.png) 100% 0 no-repeat !important;
  right: 0px;
}
#sp-users-wrapper {
  border-top: 1px solid #ffffff;
  background: #f2f2f2;
}
#sp-breadcrumb-wrapper {
  padding: 10px 0px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  float: right;
}
.rtl ul.breadcrumb {
  float: left;
}
ul.breadcrumb li {
  line-height: 28px;
  font-size: 14px;
}
ul.breadcrumb li span,
ul.breadcrumb li a {
  line-height: 28px;
}
ul.breadcrumb li .divider {
  color: #252525;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.rtl .sp-border::after {
  left: auto;
  right: 0;
}
#sp-bottom-wrapper {
  color: #acacac;
  background: #252525;
  font-size: 14px;
  padding: 50px 0px;
}
#sp-bottom-wrapper a {
  color: #acacac;
}
#sp-bottom-wrapper a:hover {
  color: #fff;
}
#sp-bottom-wrapper h3.header {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#sp-bottom-wrapper .vina-bottom-menu li {
  padding-left: 15px;
  background: url(../images/dot.png) no-repeat scroll left center;
}
.rtl #sp-bottom-wrapper .vina-bottom-menu li {
  padding-right: 15px;
  padding-left: 0;
}
#sp-bottom-wrapper .vina-bottom-menu li a {
  color: #acacac;
  background: none;
  display: inline-block;
  line-height: 30px;
}
#sp-bottom-wrapper .vina-bottom-menu li:hover,
#sp-bottom-wrapper .vina-bottom-menu li.active {
  background-image: url(../images/dot_hover.png);
}
#sp-bottom-wrapper .vina-bottom-menu li:hover a,
#sp-bottom-wrapper .vina-bottom-menu li.active a {
  color: #fff;
}
#sp-bottom-wrapper .acymailing_module .acymailing_module_form {
  margin-top: 10px !important;
  width: 100%;
  float: left;
}
.rtl #sp-bottom-wrapper .acymailing_module .acymailing_module_form {
  float: right;
}
#sp-bottom-wrapper .acymailing_module .acymailing_module_form .acymailing_introtext {
  margin: 0 0 5px !important;
  line-height: 1.35;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #333;
}
#sp-bottom-wrapper .acymailing_module form {
  margin: 0;
}
#sp-bottom-wrapper table.acymailing_form {
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
}
.rtl #sp-bottom-wrapper table.acymailing_form {
  float: right;
}
#sp-bottom-wrapper table.acymailing_form input.inputbox {
  display: block;
  border: 1px solid #393939;
  background: transparent;
  padding: 12px 10px;
  color: #acacac;
  border-radius: 0;
  height: 40px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
}
#sp-bottom-wrapper table.acymailing_form input.btn-primary {
  background: url(../images/icon_go.png) no-repeat scroll left center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 33px;
  text-indent: 999999px;
  height: 32px;
  padding: 0px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl #sp-bottom-wrapper table.acymailing_form input.btn-primary {
  left: 4px;
  right: auto;
}
#sp-bottom-wrapper .acymailing_module_form td {
  padding: 0;
}
#sp-bottom-wrapper .module.vina-follow {
  margin-top: 35px;
}
#sp-bottom-wrapper .vina-gallery .img-polaroid {
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 0;
  height: 60px;
  overflow: hidden;
  margin: 2.5px !important;
}
#sp-bottom-wrapper .vina-gallery ul.gallery {
  margin: -2.5px;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.rtl #sp-bottom-wrapper .vina-gallery ul.gallery {
  float: right;
}
#sp-bottom-wrapper .vina-gallery ul.gallery li > a {
  display: block;
  position: relative;
}
#sp-bottom-wrapper .vina-gallery ul.gallery li > a img {
  width: 100%;
}
#sp-bottom-wrapper .vina-gallery ..modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-bottom-wrapper .vina-gallery .modal-body {
  padding: 0;
}
#sp-bottom-wrapper .vina-gallery .modal-body img {
  max-height: 100% !important;
}
.vina-css3-image-gallery-wrapper .item .image-block > a {
  display: block;
}
.vina-social ul {
  overflow: hidden;
  margin-top: 10px;
}
.vina-social li {
  display: inline-block;
  float: left;
  margin: 0 15px;
  font-size: 16px;
}
.vina-social li:first-child {
  margin-left: 0;
}
.vina-social li:last-child {
  margin-right: 0;
}
#sp-footer-wrapper {
  padding: 15px 0;
  color: #acacac;
  background: #1e1e1e;
  font-size: 14px;
  line-height: 22px;
}
#sp-footer-wrapper .row-fluid {
  visibility: visible !important;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.rtl #sp-footer-wrapper ul li {
  margin-right: 10px;
  margin-left: 0;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .sp-totop {
  background: url("../images/back_to_top.png") no-repeat scroll 50% 50%;
  bottom: 35px !important;
  display: none;
  height: 55px;
  position: fixed;
  right: 12px !important;
  width: 58px;
  z-index: 9999;
  cursor: pointer;
}
#sp-footer-wrapper .sp-totop i {
  display: none;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.rtl .ltr #sp-footer-wrapper .helix-framework {
  float: right;
}
.rtl .ltr #sp-footer-wrapper .helix-framework {
  margin-left: 15px;
  margin-right: 0;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl .ltr #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl .rtl #sp-footer-wrapper .helix-framework {
  float: left;
}
.rtl .rtl #sp-footer-wrapper .helix-framework {
  margin-right: 15px;
  margin-left: 0;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl .rtl #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
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);
  -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);
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.fav_title {
  font-weight: 300;
  text-align: left;
}
.rtl .fav_title {
  text-align: right;
}
.fav_table button.art-button {
  background: url(../images/remove_wishlist.png) no-repeat scroll 10px center;
  line-height: 40px;
  padding-left: 38px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
}
.rtl .fav_table button.art-button {
  padding-right: 38px;
  padding-left: 0;
}
.fav_table span.addtocart-button input.addtocart-button {
  background: url(../images/icon_cart_white.png) no-repeat scroll 20px center;
  line-height: 40px;
  padding: 5px 20px 5px 40px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
}
.rtl .fav_table span.addtocart-button input.addtocart-button {
  padding: 5px 40px 5px 20px;
}
.tab-content {
  overflow-x: hidden \9;
}
.vina-home-1 .vina-camera-slider-wrapper {
  text-align: center;
}
.vina-home-1 .vina-camera-slider-wrapper .vina-camera-slider {
  display: inline-block;
  max-width: 1392px !important;
  text-align: left;
}
.rtl .vina-home-1 .vina-camera-slider-wrapper .vina-camera-slider {
  text-align: right;
}
#ProOPC .proopc-change-shopper-inner {
  min-height: 75px;
}
#sp-main-menu {
  text-align: center;
  position: relative;
  width: 100%;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 18px;
  padding: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  position: relative;
  font-size: 18px;
}
#sp-main-menu ul.level-0 > li >a .menu-title {
  padding: 20px 10px;
  display: inline-block;
  position: relative;
}
#sp-main-menu ul.level-0 > li >a .menu-title:before {
  content: "";
  border-color: transparent transparent #3487d5;
  border-style: solid;
  border-width: 8px;
  bottom: 0px;
  content: "";
  height: 0;
  left: 50%;
  opacity: 1;
  margin-left: -8px;
  position: absolute;
  width: 0;
  z-index: 0;
  display: none;
}
.rtl #sp-main-menu ul.level-0 > li >a .menu-title:before {
  left: auto;
  right: 50%;
}
.rtl #sp-main-menu ul.level-0 > li >a .menu-title:before {
  margin-right: -8px;
  margin-left: 0;
}
#sp-main-menu ul.level-0 > li >a .menu-title:after {
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  bottom: -3px;
  content: "";
  height: 0;
  left: 50%;
  opacity: 1;
  margin-left: -8px;
  position: absolute;
  width: 0;
  z-index: 0;
  display: none;
}
.rtl #sp-main-menu ul.level-0 > li >a .menu-title:after {
  left: auto;
  right: 50%;
}
.rtl #sp-main-menu ul.level-0 > li >a .menu-title:after {
  margin-right: -8px;
  margin-left: 0;
}
#sp-main-menu ul.level-0 > li >a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: #3487d5;
  display: none;
}
.rtl #sp-main-menu ul.level-0 > li >a:before {
  left: auto;
  right: 0;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.active > a,
#sp-main-menu ul.level-0 > li:hover > a {
  color: #3487d5;
}
#sp-main-menu ul.level-0 > li.active > a:before,
#sp-main-menu ul.level-0 > li:hover > a:before {
  display: block;
}
#sp-main-menu ul.level-0 > li.parent:hover > a .menu-title:before {
  display: block;
  z-index: 99999;
}
#sp-main-menu ul.level-0 > li.parent:hover > a .menu-title:after {
  display: block;
  z-index: 99999;
}
#sp-main-menu .menu-no-title .sp-menu-group-title {
  display: none;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border: none;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0px;
  color: #252525;
  line-height: 26px;
  position: relative;
  padding-left: 12px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group) a {
  padding-right: 12px;
  padding-left: 0;
}
#sp-main-menu li li:not(.sp-menu-group) a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.rtl #sp-main-menu li li:not(.sp-menu-group) a:before {
  left: auto;
  right: 0;
}
#sp-main-menu li li:not(.sp-menu-group):hover a,
#sp-main-menu li li:not(.sp-menu-group).active a {
  color: #3487d5;
}
#sp-main-menu div.sp-menu-group {
  margin: 0px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 0px;
  border-bottom: 1px solid #e4e4e4;
  color: #252525;
  line-height: 36px;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 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;
}
.menu-banner-1 {
  padding: 34px 60px;
}
.no-padding-bottom .sp-submenu .sp-submenu-wrap {
  padding-bottom: 0;
}
.sp-submenu {
  left: 0;
  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;
  width: 100%;
}
.rtl .sp-submenu {
  left: auto;
  right: 0;
}
.sp-submenu.open {
  z-index: 9999;
  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: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 30px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 3px solid #3487d5;
}
.sp-submenu .megacol {
  float: left;
}
.rtl .sp-submenu .megacol {
  float: right;
}
.sp-submenu .megacol > ul {
  width: 100%;
  float: left;
  text-align: left;
  padding-right: 50px;
}
.rtl .sp-submenu .megacol > ul {
  float: right;
}
.rtl .sp-submenu .megacol > ul {
  text-align: right;
}
.rtl .sp-submenu .megacol > ul {
  padding-left: 50px;
  padding-right: 0;
}
.sp-submenu .megacol > ul li {
  width: 100%;
}
.sp-submenu .megacol > ul div.sp-menu-group {
  margin: 0px;
}
.sp-submenu .megacol .m-50 {
  padding-right: 50px;
}
.rtl .sp-submenu .megacol .m-50 {
  padding-left: 50px;
  padding-right: 0;
}
.sp-submenu .megacol .m-20 {
  padding-right: 20px;
}
.rtl .sp-submenu .megacol .m-20 {
  padding-left: 20px;
  padding-right: 0;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
  margin-left: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  margin-left: 0;
}
.menu-row-6 .sp-submenu {
  left: 50% !important;
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
  width: auto;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: relative;
  right: 0px;
  top: 0px;
  padding: 8px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
}
.rtl .vina-menu {
  left: 0px;
  right: auto;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: relative !important;
  right: 0px;
  top: 0px;
  padding: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.vina-home-2 #sp-menu-wrapper {
  -webkit-box-shadow: 0 0 7px 0 rgba(153,153,153,0.75);
  -moz-box-shadow: 0 0 7px 0 rgba(153,153,153,0.75);
  box-shadow: 0 0 7px 0 rgba(153,153,153,0.75);
  border: none;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.vina-home-2 #menu {
  position: relative;
}
.vina-home-2 #sp-main-menu {
  position: inherit;
}
.vina-home-2 #sp-main-menu ul.level-0 > li {
  margin: 0px 25px;
}
.vina-home-2 #sp-main-menu ul.level-0 > li.first {
  margin-left: 0;
}
.rtl .vina-home-2 #sp-main-menu ul.level-0 > li.first {
  margin-right: 0;
  margin-left: 0;
}
.vina-home-2 #sp-main-menu ul.level-0 > li.last {
  margin-right: 0;
}
.rtl .vina-home-2 #sp-main-menu ul.level-0 > li.last {
  margin-left: 0;
  margin-right: 0;
}
.vina-home-2 #sp-main-menu ul.level-0 > li > a .menu-title {
  padding: 30px 0px;
}
.vina-home-2 #sp-main-menu ul.level-0 > li.hidden {
  display: none;
}
.vina-home-2 .header-block .moduletable {
  display: inline-block;
  float: right;
}
.rtl .vina-home-2 .header-block .moduletable {
  float: left;
}
.vina-home-2 .form-search {
  margin: 0px 0px;
}
.vina-home-2 .vina-header-search .search-button {
  width: 50px;
  border: 0;
}
.vina-home-2 .vina-header-1-block .header-1-button {
  padding: 0;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 50px;
}
.vina-home-2 .header-1-content {
  right: 0;
  left: auto;
  text-align: left;
  line-height: normal;
}
.rtl .vina-home-2 .header-1-content {
  text-align: right;
}
.vina-home-2 .header-1-content:before,
.vina-home-2 .header-1-content:after {
  right: 15px;
  left: auto;
}
.vina-home-2 .header-1-content .moduletable {
  width: 100%;
  float: left;
}
.rtl .vina-home-2 .header-1-content .moduletable {
  float: right;
}
.vina-home-2 .header-1-content .vina-header-menu li {
  width: 100%;
  float: left;
}
.rtl .vina-home-2 .header-1-content .vina-header-menu li {
  float: right;
}
.vina-home-2 .language-block {
  margin-top: 7px;
}
.vina-home-2 .language-block h3 {
  float: left;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
}
.rtl .vina-home-2 .language-block h3 {
  float: right;
}
.vina-home-2 .language-block .mod-languages ul.lang-block {
  float: left;
  width: 100%;
}
.rtl .vina-home-2 .language-block .mod-languages ul.lang-block {
  float: right;
}
.vina-home-2 .vmCartModule {
  display: inline-block;
  padding: 0;
  width: 50px;
  float: left;
}
.rtl .vina-home-2 .vmCartModule {
  float: right;
}
.vina-home-2 .vmCartModule .top-cart-title {
  background-position: center center;
  height: 80px;
  width: 50px;
  padding: 0;
  margin: 0;
}
.vina-home-2 .vmCartModule .top-cart-title:after {
  display: none;
}
.vina-home-2 .vmCartModule .top-cart-title .shopping_cart {
  display: none;
}
.vina-home-2 .vmCartModule .top-cart-title .total {
  display: none;
}
.vina-home-2 .vmCartModule .top-cart-content:before,
.vina-home-2 .vmCartModule .top-cart-content:after {
  right: 15px;
}
.rtl .vina-home-2 .vmCartModule .top-cart-content:before,
.rtl .vina-home-2 .vmCartModule .top-cart-content:after {
  left: 15px;
  right: auto;
}
.vina-home-2 #sp-feature-wrapper {
  background: none;
  margin: 20px 0px 40px;
}
.vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
  font-size: 60px;
  margin: 0;
  padding: 0;
}
.vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title:before {
  display: none;
}
.vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
  font-size: 29px;
  line-height: 40px;
}
.vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .link a {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
}
.vina-home-2 .vina-header-border h3.header {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: left;
}
.rtl .vina-home-2 .vina-header-border h3.header {
  text-align: right;
}
.vina-home-2 .vina-header-border h3.header span {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  font-size: 16px;
  line-height: 38px;
  padding: 0 20px;
}
.vina-home-2 .vina-header-border .tab .border-tab-center ul.nav {
  background: none;
  border-bottom: 1px solid #dcdcdc;
}
.vina-home-2 .vina-header-border .tab .border-tab-center ul.nav li {
  float: left;
  margin-right: 5px;
}
.rtl .vina-home-2 .vina-header-border .tab .border-tab-center ul.nav li {
  float: right;
}
.rtl .vina-home-2 .vina-header-border .tab .border-tab-center ul.nav li {
  margin-left: 5px;
  margin-right: 0;
}
.vina-home-2 .vina-header-border .tab .border-tab-center ul.nav li a {
  border: 1px solid #dcdcdc;
  font-size: 16px;
}
.vina-home-2 .vina-header-border .tab .border-tab-center ul.nav li a:before {
  display: none;
}
.vina-home-2 .label-pro {
  width: 41px;
  height: 41px;
}
.vina-home-2 .label-pro.label-percentage {
  line-height: 41px;
}
.vina-home-2 .label-pro.label-pro-new {
  background: url(../images/label/label_new2.png) no-repeat;
}
.vina-home-2 .label-pro.label-pro-sale {
  background: url(../images/label/label_sale2.png) no-repeat;
}
.vina-home-2 .label-pro.label-pro-sale-new {
  background: url(../images/label/label_hot2.png) no-repeat;
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav {
  display: inline-block;
  top: -70px;
  width: auto;
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div {
  height: 40px;
  width: 40px;
  position: relative;
  border: 1px solid #dcdcdc;
  background: none;
  text-indent: inherit;
  color: #252525;
  font-size: 0;
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div:before {
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  font-family: FontAwesome;
}
.rtl .vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div:before {
  left: auto;
  right: 0;
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div:hover {
  color: #fff;
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev {
  border-right: none;
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev:before {
  content: "\f104";
}
.vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-next:before {
  content: "\f105";
}
.vina-home-2 .vmgroup .vmproduct {
  margin-top: 10px;
}
.vina-home-2 .vmgroup .vmproduct:first-child {
  margin-top: 0;
}
.vina-home-2 .vina-items .image-block:before {
  background: #000;
}
.vina-home-2 .vina-items .actions-block .actions {
  background: transparent;
}
.vina-home-2 .vina-items .actions-block .addtocart-area {
  display: inline-block;
  float: left;
  margin: 0 0 10px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.rtl .vina-home-2 .vina-items .actions-block .addtocart-area {
  float: right;
}
.vina-home-2 .vina-items .actions-block form {
  display: inline-block;
  margin: 0;
}
.vina-home-2 .vina-items .actions-block input.addtocart-button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  padding: 0 15px 0 40px !important;
  text-indent: inherit;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: auto;
  border: 1px solid #fff;
  background: url("../images/icon_cart_2.png") no-repeat scroll 15px center rgba(0,0,0,0);
}
.vina-home-2 .vina-items .actions-block input.addtocart-button:hover {
  background-image: url("../images/icon_cart_2.png");
}
.vina-home-2 .vina-items .actions-block .add-to-links {
  display: inline-block;
  margin: 0;
}
.vina-home-2 .vina-items .actions-block .add-to-links li {
  border: medium none;
  margin: 0 5px;
}
.vina-home-2 .vina-items .actions-block .add-to-links li .addtofav_aws_icon,
.vina-home-2 .vina-items .actions-block .add-to-links li .addtofav_aws_icon_active {
  border: 1px solid #fff;
  color: #fff !important;
  display: block;
  font-size: 0;
  height: 40px;
  transition: all 0.5s ease 0s;
  width: 40px;
  line-height: 40px;
  background: url("../images/icon_review_2.png") no-repeat scroll center center rgba(0,0,0,0);
}
.vina-home-2 .vina-items .actions-block .add-to-links li .addtofav_aws_icon:hover,
.vina-home-2 .vina-items .actions-block .add-to-links li .addtofav_aws_icon_active:hover {
  background-image: url("../images/icon_review_2.png");
}
.vina-home-2 .vina-items .actions-block .add-to-links li .addtofav_aws_icon_active {
  border: none !important;
}
.vina-home-2 .vina-items .actions-block .add-to-links li .addtofav_aws_icon_active:hover {
  border: none !important;
}
.vina-home-2 .vina-items .actions-block .add-to-links li a {
  border: 1px solid #fff;
  color: #fff !important;
  display: block;
  font-size: 0;
  height: 40px;
  transition: all 0.5s ease 0s;
  width: 40px;
  line-height: 40px;
}
.vina-home-2 .vina-items .actions-block .add-to-links li a.product-details {
  background: url("../images/icon_view_2.png") no-repeat scroll center center rgba(0,0,0,0);
}
.vina-home-2 .vina-items .actions-block .add-to-links li a.product-details:hover {
  background-image: url("../images/icon_view_2.png");
}
.vina-home-2 .vina-items .actions-block .product-rating {
  display: none;
}
.vina-home-2 .vina-items .actions-block-2 {
  display: block;
}
.vina-home-2 .vina-items .actions-block-2 .product-rating {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-home-2 .vina-items:hover .image-block:before {
  opacity: 0.7;
}
.vina-home-2 .vina-items:hover .actions-block-2 .product-rating {
  opacity: 1;
}
.vina-home-2 .custom-services .item-services {
  border: 1px solid #dcdcdc;
  padding: 60px 0px 70px;
  text-align: center;
}
.vina-home-2 .custom-services .item-services a {
  padding-top: 50px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.vina-home-2 .custom-services .item-services.shipping a {
  background: url(../images/home2-shipping.png) no-repeat scroll center 0 transparent;
}
.vina-home-2 .custom-services .item-services.gift a {
  background: url(../images/home2-gift.png) no-repeat scroll center 0 transparent;
}
.vina-home-2 .custom-services .item-services.money a {
  background: url(../images/home2-money.png) no-repeat scroll center 0 transparent;
}
.vina-home-2 .vina-manufacturers h3.header {
  margin: 0;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart {
  overflow: initial;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button {
  right: 0;
  position: absolute;
  top: -28px;
}
.rtl .vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button {
  left: 0;
  right: auto;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div {
  height: 40px;
  width: 40px;
  position: relative;
  border: 1px solid #dcdcdc;
  background: none;
  text-indent: initial;
  color: #252525;
  font-size: 0;
  float: left;
}
.rtl .vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div {
  float: right;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div:before {
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  font-family: FontAwesome;
}
.rtl .vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div:before {
  left: auto;
  right: 0;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div:hover {
  color: #fff;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div.vina-prev {
  border-right: none;
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div.vina-prev:before {
  content: "\f104";
}
.vina-home-2 .vina-manufacturers .vina-manufacturers-virtuemart .controls-button div.vina-next:before {
  content: "\f105";
}
.vina-home-2 .filter-full h3.header {
  margin-bottom: 0;
}
.vina-home-2 .filter-full .cf_form {
  border-top: medium none;
  margin-top: 0;
}
.vina-home-2 .filter-full .cf_form:before,
.vina-home-2 .filter-full .cf_form:after {
  display: none;
}
.vina-home-2 .filter-full .cf_option.cf_clear {
  display: none;
}
.vina-home-2 .filter-full.filter-right .cf_flt_header {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}
.vina-home-2 #sp-home2-right h3.header,
.vina-home-2 #sp-home2-right h3.header {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.vina-home-2 #sp-home2-right .module,
.vina-home-2 #sp-home2-right .module {
  margin-top: 30px;
}
.vina-home-2 #sp-home2-right .module:first-child,
.vina-home-2 #sp-home2-right .module:first-child {
  margin-top: 0;
}
.vina-home-2 .carousel-banner .carousel-inner > .item > img {
  width: 100%;
}
.vina-home-2 .carousel-banner .carousel-control {
  background: #fff !important;
  opacity: 0.5;
}
.vina-home-2 .carousel-banner .carousel-control i {
  color: #252525;
}
.vina-home-2 .carousel-banner .carousel-control:hover {
  opacity: 1;
}
.vina-home-2 .carousel-banner .icon-angle-left::before {
  content: "\f0d9";
}
.vina-home-2 .carousel-banner .icon-angle-right::before {
  content: "\f0da";
}
.vina-home-2 .productdetails-view.productdetails {
  margin-top: 0;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button {
  right: 0;
  position: absolute;
  top: -70px;
  text-align: right;
}
.rtl .vina-home-2 .productdetails-view.productdetails .product-related-products .related_button {
  left: 0;
  right: auto;
}
.rtl .vina-home-2 .productdetails-view.productdetails .product-related-products .related_button {
  text-align: left;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button .controls-button {
  display: inline-block;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a {
  height: 40px;
  width: 40px;
  position: relative;
  border: 1px solid #dcdcdc;
  background: none;
  text-indent: initial;
  color: #252525;
  font-size: 0;
  float: left;
  left: auto;
  top: auto;
  right: auto;
}
.rtl .vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a {
  float: right;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a:before {
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  font-family: FontAwesome;
}
.rtl .vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a:before {
  left: auto;
  right: 0;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a:hover {
  color: #fff;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a.list_prev {
  border-right: none;
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a.list_prev:before {
  content: "\f104";
}
.vina-home-2 .productdetails-view.productdetails .product-related-products .related_button a.list_next:before {
  content: "\f105";
}
.vina-home-2 .cart-view .vm-fieldset-pricelist {
  margin: 0;
}
.vina-home-3 {
  background: #fff;
}
.vina-home-3.container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.vina-home-3 .box-container {
  margin-left: 20px;
  margin-right: 20px;
}
.vina-home-3 #sp-feature-wrapper {
  background: transparent;
  padding: 20px 0px;
}
.vina-home-3 #sp-feature-wrapper .vina-banner .banner-block img {
  height: auto;
}
.vina-home-3 #sp-menu-wrapper {
  border-bottom: 1px solid #d1d2d5;
  border-top: 1px solid #d1d2d5;
}
.vina-home-3 #sp-main-menu {
  text-align: left;
}
.vina-home-3 #sp-main-menu ul.level-0 > li {
  margin: 0px;
}
.vina-home-3 #sp-main-menu ul.level-0 > li > a:before {
  height: 1px;
  bottom: -1px;
}
.vina-home-3 #sp-main-menu ul.level-0 > li > a .menu-title {
  border-left: 1px solid #d1d2d5;
  line-height: 30px;
  margin: 10px 0;
  padding: 0 25px;
}
.vina-home-3 #sp-main-menu ul.level-0 > li > a .menu-title:before {
  bottom: -10px;
}
.vina-home-3 #sp-main-menu ul.level-0 > li > a .menu-title:after {
  bottom: -11px;
}
.vina-home-3 #sp-main-menu ul.level-0 > li:first-child > a .menu-title {
  border-left: none;
}
.vina-home-3 .border-tab-center > ul {
  background-image: url("../images/home3-bg-header.png");
}
.vina-home-3 .vina-header-border h3.header {
  background-image: url("../images/home3-bg-header.png");
  margin-bottom: 30px;
}
.vina-home-3 .vina-items .item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-home-3 .vina-items .actions-block .actions {
  background: transparent;
  padding: 0;
}
.vina-home-3 .vina-items .actions-block .addtocart-area {
  display: none;
}
.vina-home-3 .vina-items .actions-block .add-to-links li {
  border: none;
}
.vina-home-3 .vina-items .actions-block .add-to-links li .addtofav_aws_icon,
.vina-home-3 .vina-items .actions-block .add-to-links li .addtofav_aws_icon_active {
  display: none;
}
.vina-home-3 .vina-items .actions-block .add-to-links li .product-details {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/icon_view_2.png) no-repeat scroll center center;
}
.vina-home-3 .vina-items .actions-block .add-to-links li .product-details:hover {
  background-image: url(../images/icon_view_2.png);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.vina-home-3 .vina-items .actions-block .product-rating {
  padding: 0;
}
.vina-home-3 .vina-items .actions-block-2 {
  display: block;
  opacity: 0;
}
.vina-home-3 .vina-items .actions-block-2 .product-rating {
  display: none;
}
.vina-home-3 .vina-items .actions-block-2 .actions {
  padding: 0px 0;
  display: inline-block;
}
.vina-home-3 .vina-items:hover .item {
  padding: 10px;
  -webkit-box-shadow: 0 0 7px 0 rgba(153,153,153,0.75);
  -moz-box-shadow: 0 0 7px 0 rgba(153,153,153,0.75);
  box-shadow: 0 0 7px 0 rgba(153,153,153,0.75);
}
.vina-home-3 .vina-items:hover .actions-block-2 {
  opacity: 1;
}
.vina-home-3 .vina-items .vmproduct {
  margin-top: 0px;
}
.vina-home-3 .vmgroup .vmproduct {
  margin-top: 0px;
}
.vina-home-3 .vina-carousel-virtuemart .vm-product:hover .item {
  padding: 10px !important;
}
.vina-home-3 .vina-banner-main2 .banner-block img {
  margin-top: 8px;
}
.vina-home-3 .vina-banner.insta-images .banner-block {
  margin: 5px 5px 0 0;
  display: block;
  float: left;
}
.rtl .vina-home-3 .vina-banner.insta-images .banner-block {
  margin: 5px 0 0 5px;
}
.rtl .vina-home-3 .vina-banner.insta-images .banner-block {
  float: right;
}
.vina-home-3 .vina-ticker h3.header {
  margin-bottom: 0px;
}
.vina-home-3 .vina-ticker-virtuemart .item {
  padding: 18px 0px !important;
}
.vina-home-3 .vina-ticker-virtuemart .item:first-child {
  border-top: none;
}
.vina-home-3 .vina-ticker-virtuemart .item:last-child {
  border-bottom: none;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product {
  padding: 0px;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product:hover .item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product .image-block {
  width: 40%;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product .box-des {
  padding-top: 30px;
  text-align: left;
  width: 60%;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product .box-des .price-box {
  padding-left: 0;
  position: relative;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product .box-des .price-box:before {
  display: none;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product .box-des .price-box .sale-price span.PricesalesPrice {
  font-size: 16px;
}
.vina-home-3 .vina-ticker-virtuemart .vm-product .box-des .price-box .regular-price span.PricebasePriceWithTax {
  font-size: 16px;
}
.vina-home-3 .vina-ticker .vina-ticker-virtuemart {
  padding-bottom: 0 !important;
}
.vina-home-3 #sp-blog-wrapper {
  margin-top: 40px;
}
.vina-home-3 .filter-full .cf_flt_header {
  border: none;
  font-size: 18px;
  line-height: 32px;
  background: url("../images/home3-bg-header.png") repeat-x scroll center center;
}
.vina-home-3 .filter-full .cf_flt_header span {
  background: none repeat scroll 0 0 #fff;
  display: inline-block;
  line-height: 32px;
  padding-right: 25px;
}
.vina-home-3 #sp-home3-right h3.header {
  text-transform: capitalize;
  font-size: 16px;
  border: none;
  font-size: 18px;
  line-height: 32px;
  background: url("../images/home3-bg-header.png") repeat-x scroll center center;
}
.vina-home-3 #sp-home3-right h3.header .light {
  font-weight: 300;
}
.vina-home-3 #sp-home3-right h3.header span {
  background: none repeat scroll 0 0 #fff;
  display: inline-block;
  line-height: 32px;
  padding-right: 25px;
}
.vina-home-3 .vina-manufacturers h3.header {
  margin-bottom: 0;
}
.vina-home-3 #sp-bottom-wrapper,
.vina-home-3 #sp-footer-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.vina-home-3 #sp-bottom-wrapper a,
.vina-home-3 #sp-footer-wrapper a {
  color: #baccdb;
}
.vina-home-3 #sp-bottom-wrapper a:hover,
.vina-home-3 #sp-footer-wrapper a:hover {
  color: #fff;
}
.vina-home-3 #sp-bottom-wrapper {
  color: #baccdb;
}
.vina-home-3 #sp-bottom-wrapper .vina-bottom-menu li a {
  color: #baccdb;
}
.vina-home-3 #sp-bottom-wrapper .vina-bottom-menu li a:hover {
  color: #fff;
}
.vina-home-3 #sp-bottom-wrapper table.acymailing_form input.inputbox {
  border: 1px solid #498cb3;
  color: #baccdb;
}
.vina-home-3 .carousel-banner .carousel-inner > .item > img {
  width: 100%;
}
.vina-home-3 .carousel-banner .carousel-control {
  background: #fff !important;
  opacity: 0.5;
}
.vina-home-3 .carousel-banner .carousel-control i {
  color: #252525;
}
.vina-home-3 .carousel-banner .carousel-control:hover {
  opacity: 1;
}
.vina-home-3 .carousel-banner .icon-angle-left::before {
  content: "\f0d9";
}
.vina-home-3 .carousel-banner .icon-angle-right::before {
  content: "\f0da";
}
.vina-home-3 #sp-breadcrumb-wrapper {
  background: none repeat scroll 0 0 transparent;
  margin-bottom: 0;
}
.vina-home-3 ul.breadcrumb {
  float: left;
}
.vina-home-3 ul.breadcrumb li.active span {
  font-style: italic;
  text-decoration: underline;
}
.vina-home-3 .browse-view .vm-product-row {
  margin-bottom: 0px;
}
.vina-home-3 .cart-view .vm-fieldset-pricelist {
  margin: 0;
}
.vina-home-3 #sp-footer-wrapper {
  color: #baccdb;
}
.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;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span.blocknumber-cubes {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.blocknumber-cubes.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.blocknumber-cubes.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span.blocknumber-cubes {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span.blocknumber-cubes {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.rtl .vmCartModule .top-cart-title {
  background-position: right center;
}
.rtl .vmCartModule .top-cart a {
  float: left !important;
}
.rtl .header-1-content {
  left: auto;
  right: -20px;
}
.rtl .header-1-content:before,
.rtl .header-1-content:after {
  right: 20px;
  left: auto;
}
.rtl .vina-header-menu li a {
  padding-left: 0;
  padding-right: 13px;
}
.rtl #sp-feature-wrapper .vina-camera-slider {
  direction: ltr;
  text-align: right;
}
.rtl #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title:before {
  left: auto;
  right: 0;
}
.rtl .vina-banner-1 .banner-block img {
  float: left;
}
.rtl .vm-product .actions-block .add-to-links li {
  border-right: 1px dotted #252525;
  border-left: medium none;
}
.rtl .vina-header-border .tab .border-tab-center ul.nav li a:before {
  left: auto;
  right: -6px;
}
.rtl .vina-carousel-virtuemart {
  direction: ltr;
  float: left;
}
.rtl .vina-carousel-virtuemart .vm-product {
  direction: rtl;
}
.rtl .vina-carousel-content {
  direction: ltr;
  float: left;
}
.rtl .vina-carousel-content .vina-item {
  direction: rtl;
}
.rtl .vina-carousel-content .blog_down .author {
  padding-right: 50px;
  padding-left: 15px;
  background-position: right center;
  float: right;
}
.rtl .vina-carousel-content .blog_down .author:before {
  left: 0;
  right: auto;
}
.rtl .vina-carousel-content .blog_down .category {
  float: right;
}
.rtl .vina-carousel-content .blog_down .category:before {
  right: auto;
  left: 0;
}
.rtl .vina-carousel-content .blog_down .hits {
  float: right;
}
.rtl .list-banner .list-banner-1 .list-banner-11 {
  padding-right: 0px;
  padding-left: 15px;
}
.rtl .list-banner .list-banner-1 .list-banner-12 {
  padding-right: 15px;
  padding-left: 0px;
}
.rtl .filter-full .cf_flt_wrapper {
  display: inline-block;
  float: right;
}
.rtl .filter-full .cf_filters_list li .cf_option {
  padding: 0 12px 0 0;
}
.rtl .filter-full .cf_filters_list li .cf_option:before {
  left: auto;
  right: 0;
}
.rtl .cf_filtering_slide_container {
  float: right;
  margin-right: 15px;
}
.rtl .cf_flt_wrapper_rtl .cf_filtering_slider_gutter {
  float: left;
}
.rtl .slider_bkg_img {
  margin: 11px -8px 0 9px;
}
.rtl .orderby-displaynumber .display-number .number:after {
  left: 0;
  right: auto;
}
.rtl .productdetails-view.productdetails .product-img-box {
  float: right;
}
.rtl .productdetails-view.productdetails .product-shop {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
.rtl .productdetails-view.productdetails .additional-images {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}
.rtl .productdetails-view.productdetails .in-stock {
  background-position: right center;
  padding-left: 0;
  padding-right: 20px;
}
.rtl .productdetails-view.productdetails .info-product:before,
.rtl .productdetails-view.productdetails .info-product:after {
  left: auto;
  right: 0;
}
.rtl .productdetails-view.productdetails .info-product .product-price {
  float: right;
}
.rtl .productdetails-view.productdetails .product-field-display .chzn-container {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .product-fields-title-wrapper {
  text-align: right;
}
.rtl .productdetails-view.productdetails #vina-reviews .date {
  float: right;
}
.rtl .productdetails-view.productdetails #vina-reviews .vote {
  float: right;
  margin-right: 30px;
}
.rtl .productdetails-view.productdetails .tab-block > ul li a {
  padding: 0 15px 0 0;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .addtocart-bar {
  float: right;
}
.rtl .productdetails-view.productdetails .quantity-block {
  float: right;
}
.rtl .productdetails-view.productdetails .quantity-block label {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.rtl .productdetails-view.productdetails .quantity-block .quantity-box .quantity-input {
  border-left: 0;
  border-right: 1px solid #dcdee6;
}
.rtl .productdetails-view.productdetails .spacer-buy-area .product-fields {
  direction: ltr;
}
.rtl #ProOPC .cart-images {
  float: right;
}
.rtl #ProOPC .proopc-process-title {
  padding: 2px 15px;
}
.rtl #ProOPC .sub-headings {
  text-align: right;
}
.rtl #ProOPC .proopc-cart-sub-total .sub-headings {
  text-align: right;
}
.rtl #ProOPC .vm-customfield-cart span {
  float: right;
}
.rtl #ProOPC .proopc-column3 .col-name {
  text-align: right;
}
.rtl .blog .item .item-info,
.rtl .blog .item .item-content {
  float: right;
}
.rtl .jcomments-links {
  text-align: right;
}
.rtl .jcomments-links .readmore-link {
  float: right;
}
.rtl .vina-home-2 .vmCartModule .top-cart-title {
  background-position: center center;
}
.rtl .categories-module li h4 {
  padding-right: 15px;
  padding-left: 0px;
}
.rtl .categories-module li h4:before {
  left: auto;
  right: 0;
}
.rtl .vina-archives h4:before {
  left: auto;
  right: 0;
}
.rtl .vina-follow-us li {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
.rtl .carousel {
  direction: ltr;
}
.rtl .vina-item-post .item .item-info-img {
  float: right;
}
.rtl .vina-item-post .item .item-content.item-content-img {
  float: right;
}
.rtl .fav_title {
  text-align: right;
}
.rtl .language-block .mod-languages ul.lang-block li {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .language-block .mod-languages ul.lang-block li:first-child {
  margin-right: 0;
}
.rtl .vina-header-search input.input-text {
  border-left: 0;
  border-right: 1px solid #dcdcdc;
}
.rtl .sp-totop {
  left: 12px !important;
  right: auto !important;
}
.rtl .vmCartModule .top-cart-content {
  left: 0px;
  right: auto;
}
.rtl .vmCartModule .top-cart-content:before,
.rtl .vmCartModule .top-cart-content:after {
  left: 50px;
  right: auto;
}
.rtl #com-form-login .buttons-set input,
.rtl #com-form-login .buttons-set button {
  float: right;
}
.rtl .vmshop-account.account-login .buttons-set .vina-button,
.rtl .vmshop-account .account-logout .buttons-set .vina-button {
  float: right;
}
.rtl .vina-items .actions-block-2 input.addtocart-button {
  background-image: none;
  padding: 0 15px !important;
}
.rtl .chzn-container.chzn-container-single .chzn-drop,
.rtl .chzn-container.chzn-container-single .chzn-search {
  left: 9000px !important;
}
.rtl .chzn-container.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  display: none;
}
.rtl .chzn-container.chzn-container-active.chzn-container-single .chzn-drop,
.rtl .chzn-container.chzn-container-active.chzn-container-single .chzn-search {
  left: 0 !important;
}
.rtl .chzn-single div b {
  background-position: 6px 5px;
}
.rtl .chzn-container-single-nosearch .chzn-search input {
  left: 9000px;
}
.rtl .chzn-container-single .chzn-single div {
  left: 8px;
  right: auto;
}
.rtl #sp-bottom-wrapper table.acymailing_form input.btn-primary {
  left: 4px;
  right: auto;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rtl #sp-bottom-wrapper .vina-bottom-menu li {
  padding-right: 15px;
  padding-left: 0;
  background-position: right center;
}
.rtl .vina-social ul {
  display: inline-block;
}
.rtl .vina-home-2 #sp-main-menu ul.level-0 > li {
  margin-right: 0;
}
.rtl .vina-home-2 #sp-main-menu ul.level-0 > li.first {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .vina-home-2 #sp-main-menu ul.level-0 > li.parent > a span.menu {
  padding: 0;
}
.rtl .vina-home-2 .header-block .moduletable {
  float: left;
}
.rtl .vina-home-2 .header-1-content {
  left: 0px;
  right: auto;
}
.rtl .vina-home-2 .header-1-content:before,
.rtl .vina-home-2 .header-1-content:after {
  left: 15px;
  right: auto;
}
.rtl .vina-home-2 .header-1-content .vina-header-menu li {
  text-align: right;
}
.rtl .vina-home-2 .vmCartModule .top-cart-content {
  left: 0;
  right: auto;
}
.rtl .vina-home-2 .vmCartModule .top-cart-content:before,
.rtl .vina-home-2 .vmCartModule .top-cart-content:after {
  left: 15px;
  right: auto;
}
.rtl .vina-home-2 .language-block {
  float: right;
}
.rtl .vina-home-2 .language-block h3 {
  float: right;
  text-align: right;
  width: 100%;
}
.rtl .vina-home-2 .language-block .mod-languages ul.lang-block li {
  margin-left: 15px;
  margin-right: 0;
}
.rtl .vina-home-3 #sp-main-menu ul.level-0 {
  float: right;
}
.rtl .vina-home-3 #sp-main-menu ul.level-0 > li:first-child > a span.menu {
  padding: 0;
}
.rtl .vina-home-3 #sp-main-menu ul.level-0 > li:first-child > a .menu-title {
  border-left: 1px solid #d1d2d5;
}
.rtl .vina-home-3 .vina-ticker-virtuemart .vm-product .image-block {
  float: right;
}
.rtl .vina-home-3 .vina-ticker-virtuemart .vm-product .box-des {
  text-align: right;
}
.rtl .vina-home-3 .vm-product .actions-block .add-to-links li {
  border-left: none;
  border-right: none;
}
.rtl .vina-home-3 .filter-full .cf_flt_header {
  text-align: left;
}
@media (max-width: 1200px) {
  .responsive .menu-home .sp-submenu-inner {
    width: 100% !important;
  }
  .responsive .menu-home .sp-submenu-inner > .megacol.col1 {
    width: 75% !important;
  }
  .responsive .menu-home .sp-submenu-inner > .megacol.col1 .megacol.col1,
  .responsive .menu-home .sp-submenu-inner > .megacol.col1 .megacol.col2,
  .responsive .menu-home .sp-submenu-inner > .megacol.col1 .megacol.col3 {
    width: 33% !important;
  }
  .responsive .menu-home .sp-submenu-inner > .megacol.col1 .megacol.col4 {
    width: 100% !important;
  }
  .responsive .menu-home .sp-submenu-inner > .megacol.col2 {
    width: 25% !important;
  }
  .responsive .menu-row-4 .sp-submenu-inner {
    width: 100% !important;
  }
  .responsive .menu-row-4 .sp-submenu-inner > .megacol {
    width: 25% !important;
  }
  .responsive .menu-row-5 .sp-submenu-inner {
    width: 100% !important;
  }
  .responsive .menu-row-5 .sp-submenu-inner > .megacol {
    width: 20% !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    top: 30px !important;
    width: 40% !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
    margin-bottom: 30px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text3 {
    width: 30% !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_caption.caption_img {
    height: 100%;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_caption.caption_img img {
    height: 100%;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    width: 50% !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    font-size: 40px !important;
    margin-bottom: 0px !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
    font-size: 24px;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text23 {
    width: 33% !important;
  }
  .responsive .vina-ticker-virtuemart .vina-items .box-des .price-box .regular-price span.PricebasePriceWithTax {
    font-size: 16px;
  }
  .responsive .vina-carousel-content .blog_down .category,
  .responsive .vina-carousel-content .blog_down .hits {
    padding: 0 10px;
  }
  .responsive .filter-full .cf_wrapper_input_text_2 input[type="search"] {
    min-width: 40px;
    width: 40px;
  }
  .responsive .filter-full .cf_flt_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .productdetails-view.productdetails .additional-images {
    width: 20%;
  }
  .responsive .productdetails-view.productdetails .main-image {
    width: 80%;
  }
  .responsive .productdetails-view.productdetails .main-image img {
    height: 100%;
  }
  .responsive .productdetails-view.productdetails .social {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .spacer-buy-area .addtocart-bar {
    margin: 0 0 30px;
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .spacer-buy-area .list-option {
    width: 100%;
  }
  .responsive .list-option li {
    margin: 0 2% 0 0;
    width: 48%;
  }
  .responsive .blog .blog-time,
  .responsive .blog .blog-author,
  .responsive .blog .blog-hits {
    padding: 10px 5px;
  }
  .responsive .sp-portfolio .block-item .item-text h3 {
    margin: 100px 0 50px;
  }
  .responsive .vina-home-2 #sp-main-menu ul.level-0 > li {
    margin: 0 15px;
  }
  .responsive .vina-home-2 #sp-main-menu ul.level-0 > li.first {
    margin-left: 0;
  }
  .responsive .vina-home-2 #sp-main-menu ul.level-0 > li.last {
    margin-right: 0;
  }
  .responsive .vina-home-2 #sp-main-menu ul.level-0 > li > a {
    font-size: 16px;
  }
  .responsive .vina-home-2 .vina-menu {
    margin: 20px 0;
  }
  .responsive .vina-home-2 .vina-header-1-block {
    width: 40px;
  }
  .responsive .vina-home-2 .vmCartModule {
    width: 40px;
    display: block;
  }
  .responsive .vina-home-2 .vmCartModule .top-cart-title {
    display: block;
  }
  .responsive .vina-home-2 .vina-header-search .search-button {
    width: 40px;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 80px;
  }
  .responsive .vina-items .actions-block-2 input.addtocart-button {
    background-position: center center;
    width: 40px;
    font-size: 0;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 0 !important;
  }
  .responsive .filter-full .cf_slider_gutter_m {
    width: 150px !important;
  }
  .responsive .filter-full .slider_bkg_img {
    width: 159px !important;
  }
}
@media (max-width: 1199px) {
  .responsive .custom.vina-video {
    background-attachment: scroll;
  }
  .responsive .orderby-displaynumber .display-number select {
    width: 70px;
  }
  .responsive .cart-view .coupon {
    margin-bottom: 10px;
  }
  .responsive .cart-view span.details-button {
    margin: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .responsive .sp-submenu .vina-banner .banner-block {
    float: none;
  }
}
@media (max-width: 991px) {
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive #header .span4 {
    width: 50%;
    margin: 0;
  }
  .responsive .vina-header-1-block {
    display: none;
  }
  .responsive #sp-header-wrapper {
    background: url(../images/bg-home3.png);
    padding: 20px 0;
  }
  .responsive .search-block {
    width: 60%;
  }
  .responsive .cart-block {
    width: 40%;
  }
  .responsive .width50 {
    width: 47.23757% !important;
    margin: 0 1.38022% !important;
  }
  .responsive .vina-banner-main2 {
    display: none;
  }
  .responsive .vina-menu {
    margin: 10px 0;
    width: auto;
  }
  .responsive .vmCartModule {
    display: inline-block;
  }
  .responsive .vmCartModule .top-cart-title {
    display: inline-block;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
    line-height: 20px;
    font-size: 14px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text3 {
    width: 30% !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    width: 50% !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    font-size: 40px !important;
    margin-bottom: 0px !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
    font-size: 18px;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text23 {
    left: 30% !important;
    padding-left: 0 !important;
    width: 30% !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text23 .title {
    font-size: 34px !important;
    margin-bottom: 0 !important;
    line-height: 40px !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text23 .intro-slider {
    font-size: 24px !important;
  }
  .responsive .list-banner .list-banner-2 {
    margin-top: 20px;
  }
  .responsive .vina-video .video-block .des-video {
    font-size: 30px;
  }
  .responsive .custom.vina-video {
    padding: 90px 0;
  }
  .responsive .vina-banner-main2 {
    text-align: center;
    margin-top: 20px;
  }
  .responsive .vina-banner-main2 .carousel-inner {
    display: inline-block;
    width: auto;
  }
  .responsive #sp-bottom-wrapper .row-fluid [class*="span"] {
    margin-bottom: 20px;
  }
  .responsive #sp-bottom-wrapper .vina-gallery .img-polaroid {
    height: 200px;
  }
  .responsive .filter-full .cf_flt_wrapper {
    padding: 0 0 30px;
  }
  .responsive .filter-full .cf_wrapper_input_text_2 input[type="search"] {
    margin: 0;
  }
  .responsive .filter-full .cf_search_button {
    width: auto;
  }
  .responsive .filter-full .cf_filtering_slider_gutter {
    width: 100%;
  }
  .responsive .filter-full .cf_slider_gutter_m {
    width: 100% !important;
  }
  .responsive .filter-full .slider_bkg_img {
    width: 100% !important;
    margin: 11px 0 0;
  }
  .responsive .productdetails-view.productdetails .product-img-box {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .product-shop {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .list_carousel .caroufredsel_wrapper {
    height: 320px !important;
  }
  .responsive .last .proopc-shipments,
  .responsive .last .proopc-payments,
  .responsive .last .proopc-coupon,
  .responsive .last .proopc-cartlist,
  .responsive .last .proopc-confirm-order {
    width: 100%;
  }
  .responsive .fav_table button.art-button {
    line-height: 20px;
  }
  .responsive #sp-message-area {
    margin-bottom: 20px;
  }
  .responsive .vina-ticker-content .vina-items {
    padding: 0;
  }
  .responsive .vina-ticker-content .vina-item .span4 {
    width: auto;
  }
  .responsive .vina-ticker-content .vina-item .span8 {
    width: auto;
  }
  .responsive #sp-right .carousel {
    display: inline-block;
  }
  .responsive .sp-portfolio img {
    width: 100%;
  }
  .responsive .sp-portfolio .span3 {
    margin: 0;
    width: 50%;
  }
  .responsive .sp-portfolio .span4 {
    margin: 0;
    width: 33%;
  }
  .responsive .sp-portfolio .block-item-3 .item-img:after {
    z-index: 1;
    top: 20px;
  }
  .responsive .vina-home-2 #sp-home2-header {
    text-align: center;
  }
  .responsive .vina-home-2 .vina-header-1-block .header-1-button {
    padding: 0;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_caption.caption_img {
    left: auto !important;
    right: 0 !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    padding-left: 20px !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    margin-bottom: 0;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .link a {
    padding: 0 10px;
  }
  .responsive .vina-home-3 #sp-header-wrapper {
    background: transparent;
  }
  .responsive .vina-home-3 #sp-header-wrapper .row-fluid [class*="span"] {
    margin: 0;
  }
  .responsive .vina-home-3 .vina-banner-main2 .banner-block img {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 20px;
  }
  .responsive .cart-view .block-tfoot {
    padding: 50px 10px;
  }
  .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: 40%;
  }
  .responsive .row-offcanvas-left.active {
    left: 40%;
  }
  .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: 40%;
    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;
    direction: ltr;
  }
  .responsive .vina-home-2 #sp-menu-wrapper {
    position: relative;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .vina-home-3 #sp-feature-wrapper .span8 {
    width: 65.7459%;
  }
  .responsive .vina-home-3 #sp-feature-wrapper .span4 {
    width: 31.9149%;
  }
  .responsive .vmproduct .span3 {
    width: 25%;
    padding: 0px 5px;
  }
  .responsive .browse-view .span3 {
    width: 25%;
    padding: 0px 5px;
  }
  .responsive .browse-view .span4 {
    margin: 0;
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .responsive #header {
    position: relative;
  }
  .responsive #header .span4 {
    width: 100%;
  }
  .responsive #sp-header-wrapper {
    padding: 0;
    background: transparent;
  }
  .responsive #sp-header-wrapper .logo-wrapper a {
    display: inline-block;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    display: block;
  }
  .responsive .vina-header-2-block .search-block,
  .responsive .vina-header-2-block .cart-block {
    width: auto;
  }
  .responsive .vina-header-2-block .search-block .search-button,
  .responsive .vina-header-2-block .search-block .top-cart-title,
  .responsive .vina-header-2-block .cart-block .search-button,
  .responsive .vina-header-2-block .cart-block .top-cart-title {
    margin: 0;
  }
  .responsive .custom.vina-video {
    padding: 40px 0;
    background-position: center center;
  }
  .responsive #sp-menu-wrapper {
    border-top: 1px solid #d1d2d5;
    border-bottom: 1px solid #d1d2d5;
  }
  .responsive .vina-banner-1 {
    display: none;
  }
  .responsive .vina-banner-2 .span4,
  .responsive .vina-banner-2 .list-banner-1 {
    display: none;
  }
  .responsive .vina-menu {
    float: left;
  }
  .rtl .responsive .vina-menu {
    float: right;
  }
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
  }
  .responsive .width100 {
    width: 100%;
    margin: 0;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_wrap .camera_caption.caption_img {
    width: 50% !important;
    right: 0 !important;
    left: auto !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .intro-slider {
    display: none;
  }
  .responsive .vina-banner .banner-block img {
    width: 100%;
  }
  .responsive .vina-collection ul li {
    width: 100%;
  }
  .responsive .vina-lookbook .lookbook-block .lookbook-image {
    margin: 10px 0;
    padding: 0 !important;
    width: 100%;
  }
  .responsive .vina-lookbook .lookbook-block .lookbook-info {
    padding: 0 !important;
    width: 100%;
  }
  .responsive .list-banner .list-banner-1 .list-banner-11 {
    padding-right: 0px;
  }
  .responsive .list-banner .list-banner-1 .list-banner-12 {
    padding-left: 0px;
  }
  .responsive .vina-banner-1 .banner-block img {
    margin: 10px 0px;
  }
  .responsive #sp-footer-wrapper #sp-footer1 {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    display: none;
  }
  .responsive .vmproduct {
    text-align: center;
    display: inline-block;
  }
  .responsive .vina-carousel-content.owl-theme .item .image-block img {
    width: 100%;
  }
  .responsive .browse-view .vina-items {
    text-align: center;
  }
  .responsive .browse-view .vina-items .item-i {
    display: inline-block;
  }
  .responsive .productdetails-view.productdetails .tab-block > ul {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .tab-block > ul li {
    width: 50%;
  }
  .responsive .productdetails-view.productdetails .tab-block .tab-content {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .list_carousel .caroufredsel_wrapper {
    height: 400px !important;
  }
  .responsive .product-field-display a img {
    display: block;
    width: 100%;
  }
  .responsive .prod_name {
    min-width: 0px;
    font-size: 15px;
    font-weight: normal;
  }
  .responsive .fav_col h4 {
    font-size: 14px;
    font-weight: normal;
  }
  .responsive .blog .item .item-info {
    width: 100%;
  }
  .responsive .blog .item .item-content {
    width: 100%;
    padding-bottom: 20px;
  }
  .responsive .blog .item .info {
    width: 100%;
  }
  .responsive .blog .blog-time,
  .responsive .blog .blog-author,
  .responsive .blog .blog-hits {
    width: 33%;
  }
  .responsive .blog .blog-hits .hits {
    background-position: left center;
    line-height: 40px;
    padding-top: 0;
  }
  .responsive .vina-item-post .item .item-info-img {
    width: 100%;
  }
  .responsive .vina-item-post .item .item-info-img .info {
    width: 100%;
  }
  .responsive .vina-item-post .item .item-content-img {
    width: 100%;
  }
  .responsive .vina-item-post .blog-time,
  .responsive .vina-item-post .blog-author,
  .responsive .vina-item-post .blog-hits {
    width: 33%;
  }
  .responsive .vina-item-post .blog-hits .hits {
    background-position: left center;
    line-height: 40px;
    padding-top: 0;
  }
  .responsive #jc #comments-form .comments-name {
    width: 50%;
  }
  .responsive #jc #comments-form .comments-email {
    width: 50%;
  }
  .responsive #jc #comments-form textarea {
    width: 100%;
  }
  .responsive #jc #comments-form label {
    width: 80%;
  }
  .responsive .sp-portfolio .row-fluid [class*="span"] {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
  .responsive .sp-portfolio .block-item-3 {
    width: 100%;
  }
  .responsive .sp-portfolio .block-item-3 .item-img::after {
    top: 40%;
  }
  .responsive .vmCartModule .top-cart-content {
    min-width: 250px;
  }
  .responsive .vina-home-2 .logo-wrapper {
    text-align: center;
  }
  .responsive .vina-home-2 .logo-wrapper a {
    display: inline-block;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    width: 60% !important;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    line-height: 40px;
  }
  .responsive .vina-home-2 #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text22 .title {
    line-height: 30px !important;
    font-size: 24px !important;
  }
  .responsive .vina-home-2 .vina-banner-2 .span6:first-child {
    display: none;
  }
  .responsive .custom-services {
    display: none;
  }
  .responsive .width50 {
    margin: 0 0 20px 0 !important;
    width: 100% !important;
  }
  .rtl .responsive .width50 {
    margin: 0 0 !important 20px 0;
  }
  .responsive .orderby-displaynumber .vm-order-list {
    display: none;
  }
  .responsive .vm-pagination {
    padding: 0;
  }
  .responsive .filter-full .cf_flt_wrapper {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 20px;
    width: 100%;
  }
  .responsive .vina-home-3 .vina-ticker h3.header {
    display: inline-block;
  }
  .responsive .vina-home-3 .vina-carousel-virtuemart .vm-product {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-home-3 .vina-carousel-virtuemart .vm-product .item {
    display: inline-block;
    margin: 0 !important;
  }
  .responsive .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next,
  .responsive .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
    width: 35px;
    background-size: 100%;
  }
  .responsive .vina-header-border .tab .border-tab-center ul.nav li a {
    font-size: 14px;
  }
  .responsive table.cart-summary.proopc-table-striped tr td,
  .responsive table.cart-summary.proopc-table-striped tr.grand-total td {
    text-align: left !important;
  }
  .responsive .cart-view .cart-summary tr th {
    padding: 5px;
  }
  .responsive .cart-view .cart-summary tr th.tb-price {
    display: none;
  }
  .responsive .cart-view .cart-summary .tb-name2 {
    padding: 0;
  }
  .responsive .cart-view .cart-summary .cart-images {
    padding: 20px 0;
    float: none;
    width: 100%;
  }
  .responsive .cart-view .cart-summary tbody td .product-name {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .responsive .cart-view .cart-summary tbody td .product-name a {
    float: none;
  }
  .responsive .cart-view .cart-summary tbody td .product-name .vm-customfield-cart {
    display: none;
  }
  .responsive .cart-view .cart-summary tbody td.tb-price2 {
    display: none;
  }
  .responsive .cart-view .cart-summary tbody input.quantity-input {
    height: 30px !important;
    width: 30px !important;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .total-title {
    padding: 5px 0;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .total-title .title {
    line-height: 24px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    left: 20px !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text.camera_text3 {
    left: auto !important;
    right: 20px !important;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text {
    width: 50% !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title {
    font-size: 16px;
    line-height: 24px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .title:before {
    display: none;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption.camera_text .link {
    display: none;
  }
  .responsive .vina-carousel-virtuemart .vm-product {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-carousel-virtuemart .vm-product .item {
    display: inline-block;
    margin: 0 !important;
  }
  .responsive .vina-banner-main2 .carousel-inner .item img {
    width: 100%;
  }
  .responsive .carousel-inner > .item > img,
  .responsive .carousel-inner > .item > a > img {
    width: 100%;
  }
  .responsive #sp-bottom-wrapper .vina-gallery .img-polaroid {
    height: auto;
  }
  .responsive .list-option li {
    margin: 5px 0;
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .additional-images .additional-images-inner {
    height: 75px;
  }
  .responsive .productdetails-view.productdetails .additional-images .additional-images-inner img {
    height: 100%;
  }
  .responsive .productdetails-view.productdetails .main-image {
    min-height: 415px;
    height: 415px;
  }
  .responsive .productdetails-view.productdetails .spacer-buy-area .product-fields .product-field {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .spacer-buy-area .addtocart-area input.addtocart-button {
    width: 100%;
  }
  .responsive .productdetails-view.productdetails .addtocart-bar span.addtocart-button {
    width: 100%;
    margin-top: 20px;
  }
  .responsive .productdetails-view.productdetails .list_carousel .caroufredsel_wrapper {
    height: 300px !important;
  }
  .responsive .product-field-display .vm-product {
    width: 100%;
  }
  .responsive table.cart-summary.proopc-table-striped tr td,
  .responsive table.cart-summary.proopc-table-striped tr.grand-total td {
    overflow: hidden;
  }
  .responsive .fav_col {
    display: inline-block;
    width: 100%;
  }
  .responsive .vina-ticker-content .vina-items-wrapper .vina-items .vina-item .span4 {
    width: 20%;
  }
  .responsive .vina-ticker-content .vina-items-wrapper .vina-items .vina-item .span8 {
    width: 80%;
  }
  .responsive .vina-carousel-content .blog_down .author {
    background: none;
  }
  .responsive .border-tab-center > ul {
    background: transparent;
  }
  .responsive .border-tab-center > ul.nav li a:before {
    display: none;
  }
  .responsive .vm-product {
    width: 100%;
  }
  .responsive .vm-product .item {
    width: 100%;
  }
  .responsive .vm-product .image-block img {
    width: 100%;
  }
  .responsive .vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons {
    top: 30%;
    width: 100%;
  }
  .responsive .vina-home-2 .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
    border: 1px solid #dcdcdc;
  }
  .responsive .vina-home-3 .vina-carousel-virtuemart .vm-product .item {
    width: 100% !important;
  }
  .responsive .vina-item-post .item-content h1.vina-title {
    font-size: 24px;
  }
  .responsive .productdetails-view.productdetails .tab-block > ul li {
    width: 100%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .responsive .tab-content .vina-carousel-virtuemart.owl-theme .owl-nav {
    top: -80px;
    z-index: 2;
  }
  .responsive .vina-header-border .tab .border-tab-center ul.nav li {
    z-index: 1;
  }
  .responsive .owl-theme .owl-dots {
    display: none;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .total-title {
    display: inline-block;
  }
  .responsive .cart-view .cart-summary tbody .tb-checkout {
    background: transparent;
  }
  .responsive .cart-view .cart-summary tbody .tb-checkout td {
    padding: 0;
    border: none;
  }
  .responsive .cart-view .cart-summary tbody .tb-checkout td:last-child {
    display: none;
  }
}
@media (max-width: 320px) {
  .responsive .container {
    min-width: auto;
  }
  .responsive #sp-feature-wrapper {
    display: none;
  }
  .responsive .vina-carousel-virtuemart {
    width: 100% !important;
  }
  .responsive .vina-carousel-content {
    width: 100% !important;
  }
  .responsive .vina-carousel-content .item {
    margin: 0 !important;
    width: 100% !important;
  }
  .responsive .vina-carousel-content.owl-theme .owl-controls .owl-buttons {
    padding: 0 !important;
  }
  .responsive .vina-carousel-content .blog_down .category {
    padding: 0 5px;
  }
  .responsive .vina-ticker-virtuemart .vm-product .image-block {
    padding: 0px;
    width: 100%;
  }
  .responsive .vina-ticker-virtuemart .vm-product .box-des {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@media (max-width: 1200px) {
  .vina-ticker-virtuemart .vina-items .image-block {
    padding-right: 15px;
  }
  .rtl .vina-ticker-virtuemart .vina-items .image-block {
    padding-left: 15px;
    padding-right: 0;
  }
  .vina-carousel-content .blog_down .author {
    padding: 0 10px 0 55px;
  }
  .rtl .vina-carousel-content .blog_down .author {
    padding: 0 55px 0 10px;
  }
  .productdetails-view.productdetails .social {
    float: left;
  }
  .rtl .productdetails-view.productdetails .social {
    float: right;
  }
  .list-option li {
    margin: 0 2% 0 0;
  }
  .rtl .list-option li {
    margin: 0 0 0 2%;
  }
  .vina-follow-us li {
    margin-right: 5px;
  }
  .rtl .vina-follow-us li {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .sp-submenu .megacol .m-50 {
    padding-right: 30px;
  }
  .rtl .sp-submenu .megacol .m-50 {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #sp-header-wrapper .logo-wrapper {
    text-align: left;
  }
  .rtl #sp-header-wrapper .logo-wrapper {
    text-align: right;
  }
  .vina-menu {
    float: right;
  }
  .rtl .vina-menu {
    float: left;
  }
  .productdetails-view.productdetails .product-shop {
    padding-left: 0;
  }
  .rtl .productdetails-view.productdetails .product-shop {
    padding-right: 0;
    padding-left: 0;
  }
  .vina-ticker-content .vina-item .span4 {
    float: left;
  }
  .rtl .vina-ticker-content .vina-item .span4 {
    float: right;
  }
  .vina-ticker-content .vina-item .span8 {
    float: left;
    padding-left: 20px;
  }
  .rtl .vina-ticker-content .vina-item .span8 {
    float: right;
  }
  .rtl .vina-ticker-content .vina-item .span8 {
    padding-right: 20px;
    padding-left: 0;
  }
  .sp-portfolio .block-item .item-text ul li {
    padding-right: 10px;
  }
  .rtl .sp-portfolio .block-item .item-text ul li {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .vina-home-3 #sp-feature-wrapper .span8 {
    float: left;
  }
  .rtl .vina-home-3 #sp-feature-wrapper .span8 {
    float: right;
  }
  .vina-home-3 #sp-feature-wrapper .span4 {
    margin-left: 2.262%;
    float: left;
  }
  .rtl .vina-home-3 #sp-feature-wrapper .span4 {
    margin-right: 2.262%;
    margin-left: 0;
  }
  .rtl .vina-home-3 #sp-feature-wrapper .span4 {
    float: right;
  }
  .browse-view .span4 {
    padding-right: 10px;
  }
  .rtl .browse-view .span4 {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #sp-header-wrapper .logo-wrapper {
    text-align: center;
  }
  .vina-header-2-block {
    bottom: -65%;
    position: absolute;
    right: 0;
  }
  .rtl .vina-header-2-block {
    left: 0;
    right: auto;
  }
  .vina-menu {
    float: left;
  }
  .rtl .vina-menu {
    float: right;
  }
  .vina-banner-1 .banner-block img {
    float: left;
  }
  .rtl .vina-banner-1 .banner-block img {
    float: right;
  }
  .blog .item .item-info {
    float: left;
  }
  .rtl .blog .item .item-info {
    float: right;
  }
  .blog .item .item-content {
    float: left;
  }
  .rtl .blog .item .item-content {
    float: right;
  }
  .blog .blog-time,
  .blog .blog-author,
  .blog .blog-hits {
    float: left;
  }
  .rtl .blog .blog-time,
  .rtl .blog .blog-author,
  .rtl .blog .blog-hits {
    float: right;
  }
  .vina-item-post .blog-time,
  .vina-item-post .blog-author,
  .vina-item-post .blog-hits {
    float: left;
  }
  .rtl .vina-item-post .blog-time,
  .rtl .vina-item-post .blog-author,
  .rtl .vina-item-post .blog-hits {
    float: right;
  }
  .vina-home-2 .vmCartModule .top-cart-content:before,
  .vina-home-2 .vmCartModule .top-cart-content:after {
    right: 10px;
  }
  .rtl .vina-home-2 .vmCartModule .top-cart-content:before,
  .rtl .vina-home-2 .vmCartModule .top-cart-content:after {
    left: 10px;
    right: auto;
  }
}
@media (max-width: 480px) {
  .header-1-content {
    left: -60px;
  }
  .rtl .header-1-content {
    left: auto;
    right: -60px;
  }
  .header-1-content:before,
  .header-1-content:after {
    left: 60px;
  }
  .rtl .header-1-content:before,
  .rtl .header-1-content:after {
    left: auto;
    right: 60px;
  }
  .productdetails-view.productdetails .spacer-buy-area .product-fields .product-field {
    float: left;
  }
  .rtl .productdetails-view.productdetails .spacer-buy-area .product-fields .product-field {
    float: right;
  }
  .productdetails-view.productdetails .addtocart-bar span.addtocart-button {
    margin-left: 0;
  }
  .rtl .productdetails-view.productdetails .addtocart-bar span.addtocart-button {
    margin-right: 0;
    margin-left: 0;
  }
  .vina-ticker-content .vina-items-wrapper .vina-items .vina-item .span4 {
    margin-right: 0px;
  }
  .rtl .vina-ticker-content .vina-items-wrapper .vina-items .vina-item .span4 {
    margin-left: 0px;
    margin-right: 0;
  }
  .vina-carousel-content .blog_down .author {
    padding-left: 0;
  }
  .rtl .vina-carousel-content .blog_down .author {
    padding-right: 0;
    padding-left: 0;
  }
  .orderby-displaynumber .display-number {
    margin-right: 5px;
  }
  .rtl .orderby-displaynumber .display-number {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .vina-header-search .search-form-block {
    right: -100px;
  }
  .rtl .vina-header-search .search-form-block {
    left: -100px;
    right: auto;
  }
  .vina-header-search .search-form-block:before,
  .vina-header-search .search-form-block:after {
    right: 120px;
  }
  .rtl .vina-header-search .search-form-block:before,
  .rtl .vina-header-search .search-form-block:after {
    left: 120px;
    right: auto;
  }
}
