@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #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 .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
  width: auto;
}
#vina_pricing_table .price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
}
#vina_pricing_table .price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
#vina_pricing_table .price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 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;
  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;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: 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;
}
#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;
}
#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;
  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;
  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;
  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;
}
.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;
}
.product-price {
  margin: 0 0 6px;
  text-align: right;
  float: left;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
.vm-price-value {
  display: inline-block;
  float: left;
}
span.vm-price-desc {
  text-align: left;
  min-width: 1em;
}
.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;
}
.price-crossed div.PricebasePrice .PricebasePrice {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0 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;
}
span.quantity-controls input.quantity-controls {
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}
span.quantity-controls input.quantity-plus {
  background: url(../images/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 4.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.vmgroup .addtocart-bar {
  bottom: 0.0em;
  position: relative;
  margin: 2.0em 0 0 0;
}
.vmgroup .addtocart-area {
  margin: 0.5em 0 1em 0;
}
span.addtocart-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
}
span.addtocart-button input.addtocart-button-disabled {
  width: 11em;
  max-width: 100%;
  background: #f2f2f2;
  color: #333;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  height: 2.9em;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  text-align: center;
  padding: 4px 5px;
  color: #333;
  margin: 10px 0px 0px 0px;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  background: #0077B3;
  color: #fff;
  border: solid #00669a 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.8em 0.81em;
}
div.vm-details-button {
  text-align: center;
}
div.vm-details-button a {
  padding: 0.8em 1.0em;
  border: 1px solid grey;
  font-size: 1.1em;
  max-width: 85%;
  width: 12em;
}
.category-view h4 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  font-size: 0.8em;
  display: block;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin-top: 0.1em;
  max-width: 100%;
  height: auto;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
.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;
}
.orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 24px 1px 12px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px 2px 2px 2px;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ask-a-question,
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}
.coupon {
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
p.product_s_desc {
  padding: 0;
  height: 3.4em;
  margin: 0 0;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}
.invalid {
  background-color: #ffd;
  color: #000;
  border-color: red;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}
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;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
#full-tos {
  display: none;
}
.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}
table.cart-summary tr th {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 0 3px;
}
.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  margin: 10px 0 10px 0px;
  width: 98%;
}
.cart-summary tr td {
  padding-top: 5px;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none !important;
  background-image: none !important;
  padding: 2px;
}
#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 0 20px 0 0;
}
#com-form-login label {
  display: inline-block;
}
#com-form-login input[type="checkbox"] {
  margin: 0;
}
.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
  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;
}
.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;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.featured-view .vm2-lowstock,
.featured-view .vm2-nostock,
.featured-view .vm2-normalstock,
.latest-view .vm2-lowstock,
.latest-view .vm2-nostock,
.latest-view .vm2-normalstock,
.topten-view .vm2-lowstock,
.topten-view .vm2-nostock,
.topten-view .vm2-normalstock,
.recent-view .vm2-lowstock,
.recent-view .vm2-nostock,
.recent-view .vm2-normalstock,
.related-view .vm2-lowstock,
.related-view .vm2-nostock,
.related-view .vm2-normalstock {
  margin: 10px auto;
}
.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 25px;
}
.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: center;
}
.vm-product-media-rating {
  width: 100%;
  float: left;
}
.vm-product-media-rating h2 {
  border: 0;
  margin: 6px 0;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}
.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}
.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
  width: 100%;
}
.vm-product-descr-container h2 {
  height: 3.2em;
  margin-bottom: 0px;
}
.vm-product-details-container {
  float: right;
  width: 45%;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}
.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
.main-image img {
  max-width: 100%;
  max-height: 260px;
}
.browseProductImage {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
.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;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 0.4em;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 14px;
  margin: 0 0 0.2em;
  padding: 0;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
  margin: 0 0.5em 0 0;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}
label.invalid,
span.red {
  color: red;
}
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  float: left;
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  text-align: right !important;
}
.vm-page-counter {
  float: right;
}
.vm-bottom div {
  text-align: center !important;
}
.vm-bottom ul {
  text-align: center !important;
}
.vm-bottom ul li {
  display: inline;
}
.vm-bottom .counter {
  text-align: right !important;
}
.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;
}
.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;
}
.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}
.product-fields .product-field-type-M {
  display: block;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}
.product-fields .product-field-type-M label {
  display: inline-block;
}
.product-fields .product-field-type-M img {
  display: block;
  vertical-align: text-top;
  float: right;
}
.product-field-type-P .product-fields-title {
  font-size: 120%;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.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;
}
.buttonBar-right {
  text-align: right;
  float: right;
}
.userfields_info {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}
div.product {
  float: left;
  border: 1px solid #ddd;
}
div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 0.3%;
  min-width: 220px;
}
.vm-product-descr-container-0 {
  height: 3.3em;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  height: 8.6em;
  margin-bottom: 0px;
}
.vm-product-container {
  width: 100%;
  float: none;
  display: inline-block;
}
.vm-product-container > div {
  margin-bottom: 15px;
}
.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8) url('../images/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
ul,
li {
  list-style-type: none;
}
.cat_image {
  margin-bottom: 15px;
}
.entry-meta.muted {
  background-color: transparent;
}
.carousel-control.left i {
  margin-right: 5px;
}
.carousel-control.right {
  text-align: center !important;
}
.carousel-control.right i {
  margin-left: 5px;
}
.carousel-control i {
  font-size: 40px;
  line-height: 40px;
}
.main-image img,
.browseProductImage {
  max-height: none;
}
.vm-product-container .vm-product-media-container {
  width: 40%;
}
.vm-product-details-container {
  width: 60%;
}
.quantity-controls button,
.quantity-controls input[type='submit'],
.quantity-controls input[type='button'],
.quantity-controls submit {
  padding: 0;
}
.additional-images {
  margin-top: 9px;
}
.additional-images img {
  width: auto;
  margin-right: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.additional-images .row-fluid,
.additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.sharethis {
  margin: 20px 0;
}
.display-number {
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.vm-pagination.vm-pagination-top {
  margin-left: 20px;
}
.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;
}
.vm3pr-4 .product-price {
  height: auto;
}
.addtocart-bar {
  position: static;
}
.addtocart-area {
  margin: 0 0 5px;
}
.addtocart-area .product-fields {
  margin-bottom: 20px;
  text-align: center;
  text-align: center;
}
.addtocart-area .product-fields th,
.addtocart-area .product-fields tr,
.addtocart-area .product-fields td {
  text-align: center;
}
.addtocart-area .product-fields .product-field {
  float: none;
  width: auto;
  margin: 0 auto;
  text-align: left;
}
.vm3pr-2 .addtocart-area {
  height: auto;
}
.productdetails-view .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view 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;
}
.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 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
}
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;
}
.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;
}
#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;
}
.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: #001894;
  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;
  border: none;
}
#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;
  border: none;
}
#form-login input:hover {
  color: #fff;
}
#com-form-login {
  display: inline-block;
  margin: 0px 0 20px;
  width: 100%;
}
#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;
}
#com-form-login label em {
  float: right;
  color: red;
}
#com-form-login #com-form-login-remember {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
#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;
}
#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;
}
@media (max-width: 768px) {
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}
#cur_form a,
#cur_form span,
#cur_form p {
  color: #fff;
  font-size: 11px !important;
}
#cur_form .bootstrap-select.btn-group {
  vertical-align: top;
}
#cur_form .bootstrap-select button,
#cur_form .bootstrap-select .btn,
#cur_form .bootstrap-select .btn-default {
  min-width: 55px;
  display: inline-block;
  padding: 4px 5px;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select button:focus,
#cur_form .bootstrap-select .btn:focus,
#cur_form .bootstrap-select .btn-default:focus {
  outline: 0px;
}
#cur_form .bootstrap-select .caret {
  border-top: 4px solid #fff;
}
#cur_form .bootstrap-select ul.dropdown-menu {
  position: static;
}
#cur_form .bootstrap-select div.dropdown-menu {
  position: absolute;
}
#cur_form .bootstrap-select .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: 140px;
  background-color: #2c2c2c;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cur_form .bootstrap-select .dropdown-menu li {
  cursor: pointer;
  padding: 0 15px;
}
#cur_form .bootstrap-select .dropdown-menu li a {
  padding: 10px 0;
  line-height: 19px;
  border-bottom: 1px solid #424242;
}
#cur_form .bootstrap-select .dropdown-menu li a,
#cur_form .bootstrap-select .dropdown-menu li span {
  font-size: 11px;
  color: #fff;
}
#cur_form .bootstrap-select .dropdown-menu li.selected >a span.text {
  color: #001894;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus {
  background-color: transparent;
  background-image: none;
  outline: 0px;
}
#cur_form .bootstrap-select .dropdown-menu >li >a:hover span.text,
#cur_form .bootstrap-select .dropdown-menu >li >a:focus span.text {
  color: #001894;
}
body {
  font-size: 14px;
  line-height: 1.35;
  font-family: 'Oxygen', Arial, sans-serif;
  color: #898989;
  text-align: left;
  background: url(../images/bg_body.png) repeat;
}
input,
button,
select,
textarea {
  font-family: 'Oxygen', Arial, sans-serif;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
}
a,
input,
select {
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  outline: none;
  text-decoration: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  outline: none;
}
i b {
  display: none;
}
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}
.hidden {
  display: none !important;
}
.vina-copyright {
  height: 1px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.wrap-carousel > div,
.wrap-carousel > div >div {
  height: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.vina-submit {
  border-radius: 3px;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
}
#sp-header-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 400;
  border-bottom: 1px solid #e5e5e5;
}
#sp-header-wrapper .logo-wrapper {
  padding-top: 15px;
  float: left;
  padding-right: 20px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search form {
  float: right;
  position: relative;
  margin: 20px 20px 0 0;
  border: 1px solid #eee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 3px 10px rgba(236,236,236,0.58);
  -moz-box-shadow: inset 0 3px 10px rgba(236,236,236,0.58);
  box-shadow: inset 0 3px 10px rgba(236,236,236,0.58);
}
#sp-header-wrapper .search form input.inputbox {
  font-size: 12px;
  height: 30px;
  float: left;
  margin: 0;
  border: none;
  background: none;
  padding: 10px;
  font-style: italic;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 150px;
}
#sp-header-wrapper .search form button.button {
  float: right;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  color: #a9a9a9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#sp-header-wrapper .search form button.button:hover {
  background: none;
}
#sp-header-wrapper .search form:hover input.inputbox {
  width: 200px;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
#sp-header-wrapper .vina-search form {
  float: right;
  position: relative;
  margin: 20px 20px 0 0;
  border: 1px solid #eee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 3px 10px rgba(236,236,236,0.58);
  -moz-box-shadow: inset 0 3px 10px rgba(236,236,236,0.58);
  box-shadow: inset 0 3px 10px rgba(236,236,236,0.58);
}
#sp-header-wrapper .vina-search form input.inputbox {
  font-size: 12px;
  height: 30px;
  float: left;
  margin: 0;
  border: none;
  background: none;
  padding: 10px;
  font-style: italic;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 150px;
}
#sp-header-wrapper .vina-search form button.button {
  float: right;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  color: #a9a9a9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#sp-header-wrapper .vina-search form button.button:hover {
  background: none;
}
#sp-header-wrapper .vina-search form:hover input.inputbox {
  width: 200px;
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
#sp-header-wrapper #sp-menu-top-wrapper {
  float: left;
}
#sp-header-wrapper .logo-wrapper {
  float: left;
}
.form-language {
  float: right;
  min-height: 72px;
  line-height: 72px;
  text-align: center;
  min-width: 50px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 0 2px;
}
.form-language:hover .drop-lang .drop-trigger a {
  color: #fff;
}
.form-language .drop-lang {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.form-language .drop-lang .drop-trigger {
  position: relative;
  z-index: 999;
}
.form-language .drop-lang .drop-trigger a {
  display: inline-block;
  font-weight: normal;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 40px;
  line-height: 72px;
}
.form-language .drop-lang .drop-trigger .lang-inline {
  position: absolute;
  top: 100%;
  right: -5px;
  z-index: 9;
  list-style: none;
  padding: 0px 15px 15px 15px;
  margin: 0;
  display: none;
  min-width: 140px;
  text-align: right;
  background-color: #2c2c2c;
}
.form-language .drop-lang .drop-trigger .lang-inline li a {
  padding: 10px 0;
  line-height: 19px;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #424242;
  border-top: none;
  height: inherit;
  border-radius: 0;
  color: #fff;
}
.form-language .drop-lang .drop-trigger:hover .sub-lang {
  top: 100%;
  display: block;
}
#sp-search .module {
  display: inline-block;
  float: right;
  margin: 0;
}
.vina-top-menu ul {
  float: left;
  margin: 0;
}
.vina-top-menu ul li {
  display: inline;
}
.vina-top-menu ul li a {
  background: url(../images/wishlist.png) no-repeat 50% 27px;
  text-indent: -9999em;
  font-size: 0;
  color: transparent;
  min-width: 50px;
  min-height: 72px;
  float: left;
  border-right: 1px solid #e5e5e5;
}
.vina-top-menu ul li a:hover {
  background-position: 50% -37px;
}
.vina-top-menu ul li a.my-account {
  background-image: url(../images/my_acount.png);
}
.vina-top-menu ul li a.my-wishlist {
  background-image: url(../images/wishlist.png);
}
.vina-top-menu ul li a.my-cart {
  background-image: url(../images/link-cart.png);
}
.vina-top-menu ul li a.checkout {
  background-image: url(../images/checkout.png);
}
.vina-top-menu ul li a.log-in {
  background-image: url(../images/login.png);
}
.vina-top-menu ul li:first-child a {
  border-left: 1px solid #e5e5e5;
}
.vina-top-menu ul li.active a {
  background-position: 50% -37px;
}
#vmCartModule {
  position: relative;
  z-index: 1111;
  height: 72px;
  float: right;
  cursor: pointer;
}
#vmCartModule .top-cart-title a {
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  min-width: 50px;
  min-height: 72px;
  float: right;
  border-right: 1px solid #e5e5e5;
  background: url(../images/icon_cart.png) no-repeat 16px 25px;
}
#vmCartModule .cart-image {
  margin-right: 10px;
  overflow: hidden;
}
#vmCartModule .cart-image img {
  height: 70px;
}
#vmCartModule .top-cart-content {
  display: none;
  width: 273px;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  background-color: #333333;
  font-size: 12px;
}
#vmCartModule .top-cart-content .product_name {
  margin: 0;
}
#vmCartModule .top-cart-content .product_name a {
  font-size: 14px;
}
#vmCartModule .top-cart-content .product_row {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #525252;
}
#vmCartModule .top-cart-content .product_row:last-child {
  border: none;
}
#vmCartModule .top-cart-content .product-details {
  border: none;
  float: none;
  width: auto;
}
#vmCartModule .top-cart {
  margin: 15px -10px 0;
  text-transform: uppercase;
  font-weight: normal;
  clear: both;
  border-top: 1px solid #eee;
  padding: 10px 10px 0;
}
#vmCartModule .top-cart strong {
  font-weight: normal;
  float: right;
}
#vmCartModule .top-cart a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: #696969;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
#vmCartModule .top-cart a:hover {
  color: #fff;
}
#vmCartModule:hover .top-cart-content {
  overflow: hidden;
  display: inline-block;
}
#cur_form {
  float: right;
  height: 72px;
  text-align: center;
  line-height: 72px;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
}
#cur_form button {
  padding: 0;
  text-align: center;
}
#cur_form button a,
#cur_form button span,
#cur_form button p {
  color: #696969;
  width: 100%;
  font-size: 12px !important;
}
#cur_form .bootstrap-select button.btn-default {
  min-width: auto;
  height: 72px;
  padding: 0;
}
#cur_form .bootstrap-select .caret {
  border-top: none;
}
#cur_form .chzn-container {
  display: none;
}
.visiable-gallery {
  animation-name: none !important;
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -o-animation-name: none !important;
  visibility: visible;
}
#sp-menu-wrapper {
  position: relative;
  z-index: 300;
  background-color: #f8f8f8;
}
#sp-menu-wrapper .container {
  background-color: #f8f8f8;
}
#sp-menu-wrapper.nav-container-fix {
  z-index: 1100;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #f8f8f8 !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
#sp-menu-wrapper.nav-container-fix .container {
  background-color: transparent !important;
}
.home-4 #sp-menu-wrapper,
.home-3 #sp-menu-wrapper,
.home-2 #sp-menu-wrapper {
  border-bottom: 1px solid #e5e5e5;
}
.vina-camera-slider .camera_caption > div {
  background: none !important;
  padding: 0 !important;
}
.vina-camera-slider .camera_caption img {
  float: left;
}
.vina-camera-slider .cameraContents .caption_text {
  z-index: 10;
}
.vina-camera-slider .cameraContents .caption_text .title {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  white-space: nowrap;
  line-height: 80px;
  font-size: 80px;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 0 30px;
  padding: 0;
}
.vina-camera-slider .cameraContents .caption_text .subtitle-slider {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  white-space: nowrap;
  line-height: 140px;
  font-size: 105px;
  font-weight: bold;
  color: #fbf61e;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.vina-camera-slider .cameraContents .caption_text .intro-subtitle {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  white-space: nowrap;
  line-height: 40px;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 110px 0 0;
  padding: 0;
  text-align: right;
}
.vina-camera-slider .cameraContents .caption_text .link {
  margin-top: 25px;
  display: inline-block;
}
.vina-camera-slider .camera_wrap .camera_prev,
.vina-camera-slider .camera_wrap .camera_next {
  color: white;
  cursor: pointer;
  text-indent: -9999px;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 25px;
  height: 104px;
  margin: auto;
}
.vina-camera-slider .camera_wrap .camera_prev span,
.vina-camera-slider .camera_wrap .camera_next span {
  display: none;
}
.vina-camera-slider .camera_wrap .camera_prev {
  left: 0px;
  background: url(../images/small_left.png) no-repeat 0 50% #3d3d3d;
}
.vina-camera-slider .camera_wrap .camera_next {
  right: 0px;
  background: url(../images/small_right.png) no-repeat 0 50% #3d3d3d;
}
.tab-content {
  width: 100%;
  float: left;
}
.vina-tab .pro-image.second-image {
  display: none;
}
.vina-tab-category .tab-category ul.nav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  border: none;
}
.vina-tab-category .tab-category ul.nav li {
  float: left;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 16.66666666666666666%;
  height: 138px;
  background-color: #363636;
  min-width: 140px;
}
.vina-tab-category .tab-category ul.nav li:after {
  content: "";
  background: url(../images/img-tab/act_thumb.png) no-repeat scroll 50% 100%;
  width: 20px;
  height: 19px;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  position: absolute;
  display: none;
}
.vina-tab-category .tab-category ul.nav li.active:after,
.vina-tab-category .tab-category ul.nav li:hover:after {
  display: block;
}
.vina-tab-category .tab-category ul.nav li a.vina-tab {
  width: 100%;
  background: url(../images/img-tab/1.jpg) no-repeat scroll 50% transparent;
  height: 100%;
  border: none !important;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.vina-tab-category .tab-category ul.nav li a.vina-tab-1 {
  background-image: url(../images/img-tab/1.jpg);
}
.vina-tab-category .tab-category ul.nav li a.vina-tab-2 {
  background-image: url(../images/img-tab/2.jpg);
}
.vina-tab-category .tab-category ul.nav li a.vina-tab-3 {
  background-image: url(../images/img-tab/3.jpg);
}
.vina-tab-category .tab-category ul.nav li a.vina-tab-4 {
  background-image: url(../images/img-tab/4.jpg);
}
.vina-tab-category .tab-category ul.nav li a.vina-tab-5 {
  background-image: url(../images/img-tab/5.jpg);
}
.vina-tab-category .tab-category ul.nav li a.vina-tab-6 {
  background-image: url(../images/img-tab/6.jpg);
}
.vina-tab-category .tab-category ul.nav li span.title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 19px;
}
.vina-tab-category .tab-category .tab-content {
  border: 1px solid #eee;
  border-top: none;
}
.vina-tab-category .tab-category .vina-carousel-product .owl-theme .owl-controls .owl-buttons div {
  width: 36px;
  height: 36px;
  background: url(../images/btn-slider01.png) 100% 0 no-repeat;
  text-indent: -9999px;
  border: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.vina-tab-category .tab-category .vina-carousel-product .owl-theme .owl-controls .owl-buttons div:hover {
  background-position: 0 100%;
}
.vina-tab-category .tab-category .vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-position: 0 0;
}
.vina-tab-category .tab-category .vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 100%;
}
.ratingbox {
  background: url("../images/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/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: 15px;
  margin-left: 3px;
}
.product-name {
  margin: 0 0 5px;
  line-height: 1.2;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-name a {
  font-size: 14px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.product-name a:hover {
  color: #001894;
}
.price-box {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.price-box .sale-price .PricebasePrice,
.price-box .price-crossed .PricebasePrice {
  font-size: 15px;
  line-height: 20px;
  text-decoration: line-through;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}
.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/icon_new.png) no-repeat;
}
.label-pro.label-pro-sale {
  background: url(../images/icon_sale.png) no-repeat;
}
.label-pro.label-pro-sale-new {
  background: url(../images/icon_sale.png) no-repeat;
}
.label-pro.label-percentage {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  height: 30px;
  right: auto !important;
  left: 10px !important;
  top: 10px !important;
  line-height: 30px;
  text-align: center;
  text-indent: 0 !important;
}
button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
button.button span {
  display: block;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  text-transform: capitalize;
}
.actions-top {
  display: block;
}
.actions-bottom {
  display: none;
}
.vina-tab-product .vina-carousel-virtuemart .image-block {
  width: 50%;
  text-align: center;
  padding: 20px;
  margin: 0;
  float: right;
}
.vina-tab-product .vina-carousel-virtuemart .text-block {
  width: 50%;
  text-align: right;
  padding: 20px 0 20px 20px;
  display: inline-block;
}
.vina-tab-product .vina-carousel-virtuemart .label-pro {
  display: none;
}
.vina-tab-product .product-name {
  margin: 0 0 5px;
  line-height: 1.2;
}
.vina-tab-product .product-name a {
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  padding-top: 35px;
}
.vina-tab-product p.des {
  font-size: 18px;
  line-height: 1.5;
  color: #898989;
}
.vina-tab-product .product-rating {
  width: 100%;
  float: right;
}
.vina-tab-product .product-rating .ratingbox {
  margin: 0;
}
.vina-tab-product .price-box {
  font-size: 30px;
  color: #333333;
  margin: 10px 0;
  float: right;
}
.vina-tab-product .price-box .sale-price .PricebasePrice {
  font-size: 24px;
  line-height: 40px;
  text-decoration: line-through;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.vina-tab-product .addtocart-button {
  float: right;
}
.vina-tab-product .actions-top {
  display: none;
}
.vina-tab-product .actions-bottom {
  display: block;
  width: 100%;
  float: left;
}
.vina-tab-product input.addtocart-button {
  border: 1px solid #525352 !important;
  border-radius: 25px !important;
  float: right;
  font-size: 16px !important;
  height: 38px;
  line-height: 38px;
  margin-top: 5px;
  padding: 0 15px !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-tab-product .add-to-links {
  float: right;
}
.vina-tab-product .add-to-links li {
  float: right;
}
.vina-tab-product .add-to-links li .addtofav_aws_icon,
.vina-tab-product .add-to-links li .addtofav_aws_icon_active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  border: 1px solid #525352;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-shadow: none;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
.vina-tab-product .add-to-links li .addtofav_aws_icon i,
.vina-tab-product .add-to-links li .addtofav_aws_icon_active i {
  display: none;
}
.vina-tab-product .add-to-links li a.product-details {
  padding: 0 15px;
  border: 1px solid #525352;
  border-radius: 25px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
.vina-tab-product .owl-theme .owl-controls .owl-buttons div {
  width: 36px;
  height: 36px;
  background: url(../images/btn-slider01.png) 100% 0 no-repeat;
  text-indent: -9999px;
  border: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.vina-tab-product .owl-theme .owl-controls .owl-buttons div:hover {
  background-position: 0 100%;
}
.vina-tab-product .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-position: 0 0;
}
.vina-tab-product .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 100%;
}
.vina-banner a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.vina-banner a:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background: none repeat scroll 0 0 rgba(75,26,180,0.3);
}
.vina-banner a:hover:before {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.vina-banner-2 .box-col {
  width: 100%;
  float: left;
}
.vina-banner-2 a {
  display: block;
  position: relative;
}
.vina-banner-2 a:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background: none repeat scroll 0 0 rgba(75,26,180,0.3);
}
.vina-banner-2 a:hover:before {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.vina-banner-category {
  margin-top: 35px;
}
.vina-title {
  overflow: hidden;
  margin-bottom: 35px;
  background: url(../images/ma-title.png) repeat-x 0 100%;
}
.vina-title h1.header,
.vina-title h3.header {
  background: url(../images/bg-ma-title.png) no-repeat right center;
  padding: 0 17px 0 0;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}
.vina-title h1.header span,
.vina-title h3.header span {
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  color: #fff;
  padding: 2px 15px;
  background-color: #001894;
}
.vina-header-nobg .vina-title {
  margin: 0;
}
.vina-header-nobg .vina-title h3.header {
  background: none;
}
.vina-header-nobg .vina-title h3.header span {
  background: none;
  color: #898989;
  padding-left: 0px;
}
.vina-header-nobg .vina-title .mod-content {
  padding: 20px 0 10px;
}
.vina-header-bg .vina-title {
  background: none;
  margin: 0;
}
.vina-header-bg .vina-title h3.header {
  background: url(../images/block-title.png) no-repeat right center;
  padding-right: 17px;
  display: inline-block;
  margin: 0;
  font-size: 18px;
}
.vina-header-bg .vina-title h3.header span {
  background: #363636;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  color: #fff;
  padding: 2px 15px;
}
.vina-header-bg .mod-content {
  padding: 20px 10px 20px 15px;
  border: 1px solid #000;
}
.vina-header-margin .vina-title {
  margin-bottom: 35px;
}
#sp-users-wrapper {
  margin: 30px 0px;
}
#sp-left .module,
#sp-right .module {
  margin: 0 0 30px;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal {
  text-align: left;
  padding: 10px 0;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal label[for^="price_263_0"],
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal label[for^="price_263_0"] {
  display: none !important;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filters_list li .cf_sel_opt,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filters_list li .cf_sel_opt {
  font-weight: normal;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner input.cf_smart_search,
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_wrapper_input_text,
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner input.cf_smart_search,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_wrapper_input_text,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal label,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .form-horizontal label {
  margin: 0 5px 0 10px;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_wrapper_input_text .form-horizontal input[type="search"],
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_wrapper_input_text .form-horizontal input[type="search"] {
  height: 35px !important;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter {
  background-color: #909090;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_filtering_slider_gutter_item,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_filtering_slider_gutter_item {
  width: 156px;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper {
  height: 4px !important;
  background-color: #909090;
  width: 100%;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper .cf_filtering_knob,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper .cf_filtering_knob {
  background: url(../images/bg-layered-nav.png) center 0px no-repeat;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper .cf_filtering_knob.cf_filtering_knob_from,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper .cf_filtering_knob.cf_filtering_knob_from {
  bottom: 5px !important;
  background-position: 100% 0px !important;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper .cf_filtering_knob.cf_filtering_knob_to,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper .cf_filtering_knob.cf_filtering_knob_to {
  bottom: 34.5px !important;
  background-position: 0 0px !important;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_filtering_slider_gutter_item,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_filtering_slider_gutter_item {
  height: 4px !important;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .slider_bkg_img,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .slider_bkg_img {
  position: absolute;
  height: 4px;
  margin: 0px;
  width: 100%;
  background-color: #909090;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_r,
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_l,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_r,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_l {
  display: none;
}
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .slider_bkg_img,
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_r,
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_l,
#sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_m,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .slider_bkg_img,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_r,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_l,
#sp-right .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .cf_slider_gutter_m {
  background-image: none !important;
}
.vina-popular-tags ul {
  background: none;
  border: 0;
  font-size: 12px;
  display: block;
}
.vina-popular-tags ul li {
  display: inline;
  margin: 0 3px 0 0;
}
.vina-popular-tags ul li a {
  font-size: 12px;
  display: inline-block;
  padding: 4px 6px;
  margin: 0 0 7px;
  border: 1px solid #ddd;
  text-transform: capitalize;
}
.vina-popular-tags ul li a:hover {
  text-decoration: none;
}
.vina-ticker-virtuemart .image-block {
  margin-right: 10px;
  display: block;
  float: left;
  margin-bottom: 0px !important;
}
.vina-ticker-virtuemart .box-des {
  min-height: 90px;
  text-align: left;
}
.vina-ticker-virtuemart .item {
  width: 100%;
  float: left;
  min-height: 115px;
}
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav #narrow-by-list {
  margin: 0 -10px 0 -15px;
}
.block-layered-nav #narrow-by-list dt {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 5px 5px 5px 20px;
  color: #333;
  display: block;
}
.block-layered-nav #narrow-by-list dd {
  padding-bottom: 20px;
  display: block;
}
.block-layered-nav #narrow-by-list li {
  background: url(../images/black-dot1.png) no-repeat 20px 18px;
  padding: 10px 10px 10px 40px;
  font-size: 13px;
  line-height: 25px;
  color: #888;
  border-bottom: 1px solid #eee;
}
.block-layered-nav #narrow-by-list li a {
  text-transform: capitalize;
  cursor: pointer;
}
.block-layered-nav #search {
  margin: 20px 0 10px 10px;
}
.block-layered-nav #search input {
  min-width: 55px;
  padding: 0 2px;
  border: 1px solid #eee;
  text-align: center;
  height: 31px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.block-layered-nav #search button.button {
  background: #e1e1e1;
  color: #696969 !important;
  padding: 5px 15px;
  margin-left: 20px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
}
.block-layered-nav #search button.button:hover {
  color: #fff !important;
  text-decoration: none;
}
.block-layered-nav .cf_form {
  margin: 0 -10px 0px -15px;
}
.block-layered-nav .cf_flt_header {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 5px 5px 5px 20px;
  color: #333;
}
.block-layered-nav .cf_filters_list {
  padding-bottom: 20px;
}
.block-layered-nav .cf_filters_list li {
  background: url(../images/black-dot1.png) no-repeat 20px 18px;
  padding: 10px 10px 10px 40px;
  font-size: 13px;
  line-height: 25px;
  color: #888;
  border-bottom: 1px solid #eee;
}
.block-layered-nav .cf_filters_list li a {
  text-transform: capitalize;
  cursor: pointer;
}
.block-layered-nav .cf_smart_search {
  display: none;
}
.block-layered-nav .cf_wrapper_input_text {
  padding-bottom: 0px;
}
.block-layered-nav .form-horizontal {
  line-height: 26px;
  margin: 0px;
}
.block-layered-nav .slider_bkg_img {
  background: url("../images/bg-price.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}
.block-layered-nav .cf_slider_gutter_m {
  background: url("../images/slider_rptr.gif") repeat-x scroll center center rgba(0,0,0,0);
}
.block-layered-nav .cf_wrapper_input_text_2 input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 5px;
  margin: 0 5px;
  height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block-layered-nav .cf_wrapper_input_text_2 input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.block-layered-nav .cf_filtering_slide_container {
  padding: 0 0 0 30px;
}
.block-layered-nav .cf_filtering_slide_container .cf_filtering_slider_gutter {
  display: inline-block;
  float: none;
  padding: 0;
}
.block-layered-nav .cf_li_clear {
  display: none;
}
.block-layered-nav .cf_wrapper_input_text_2 input[type="search"] {
  min-width: 0;
  width: 45px;
}
.block-layered-nav .cf_resetAll_link {
  background: none repeat scroll 0 0 #f6f6f6;
  font-size: 14px;
  padding: 5px 15px;
  color: #333;
  margin-left: 15px;
  text-transform: uppercase;
}
.block-layered-nav .cf_resetAll_link:hover {
  background: #001894;
  color: #fff;
}
#sp-maincontent .module.vina-carousel-product {
  margin-bottom: 40px !important;
}
#sp-maincontent .module.vina-featured-product {
  margin-bottom: 0 !important;
}
.vina-carousel-product .vina-carousel-virtuemart {
  overflow: initial !important;
}
.vina-carousel-product .owl-theme .owl-controls .owl-buttons div {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 100% 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  right: 0;
  top: 0;
  margin: 0;
  margin-top: -58px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.vina-carousel-product .owl-theme .owl-controls .owl-buttons div:hover {
  background-position: 0 100%;
}
.vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 25px;
  background-position: 0 0;
}
.vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 100%;
}
.vina-carousel-feauture .vina-carousel-virtuemart {
  overflow: initial !important;
}
.vina-carousel-feauture .vina-carousel-virtuemart .box-des {
  clear: both;
  min-height: 90px;
}
.vina-carousel-feauture .vina-carousel-virtuemart .image-block {
  margin: 0;
  background: #fff;
}
.vina-carousel-feauture .vina-carousel-virtuemart .image-block .pro-image.second-image {
  display: none;
}
.vina-carousel-feauture .vina-carousel-virtuemart .actions-top {
  position: relative;
  float: left;
  display: none;
}
.vina-carousel-feauture .vina-carousel-virtuemart .actions-top ul.add-to-links li {
  display: inline;
}
.vina-carousel-feauture .vina-carousel-virtuemart .actions-top ul.add-to-links li a {
  width: 45px;
  height: 30px;
  display: block;
  font-size: 0;
  background: url(../images/link-wishlist.png) no-repeat;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-carousel-feauture .vina-carousel-virtuemart .actions-top ul.add-to-links li a.product-details {
  background: url(../images/link-compare.png) no-repeat;
}
.vina-carousel-feauture .vina-carousel-virtuemart .actions-top span.addtocart-button {
  margin: 0;
}
.vina-carousel-feauture .vina-carousel-virtuemart .actions-top input.addtocart-button {
  background: url(../images/btn-cart.png) no-repeat;
  border-radius: 0px !important;
  text-indent: -9999px;
  width: 45px;
  height: 30px;
  display: block;
  padding: 0px !important;
  text-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-carousel-feauture .vina-carousel-virtuemart .text-block {
  padding: 0px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.vina-carousel-feauture .vina-carousel-virtuemart .product-rating {
  width: 100%;
  text-align: center;
  margin: 0px;
}
.vina-carousel-feauture .vina-carousel-virtuemart .product-rating .ratingbox {
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
}
.vina-carousel-feauture .vina-carousel-virtuemart .product-name a {
  color: #333333 !important;
  font-size: 24px !important;
}
.vina-carousel-feauture .vina-carousel-virtuemart .price-box {
  width: 100%;
  color: #898989;
  text-align: center;
}
.vina-carousel-feauture .vina-carousel-virtuemart .price-box .vm-price-value {
  float: none;
}
.vina-carousel-feauture .vina-carousel-virtuemart .image-block {
  border: 4px solid #fff;
  border-bottom: 0;
  padding-bottom: 0px;
}
.vina-carousel-feauture .vina-carousel-virtuemart .item {
  position: relative;
  cursor: pointer;
}
.vina-carousel-feauture .vina-carousel-virtuemart .item:hover .actions-top ul.add-to-links li a {
  background-position: 0 100%;
}
.vina-carousel-feauture .vina-carousel-virtuemart .item:hover input.addtocart-button {
  background-position: 0 100%;
}
.vina-carousel-feauture .vina-carousel-virtuemart {
  overflow: initial !important;
}
.vina-carousel-feauture .owl-theme .owl-controls .owl-buttons div {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 100% 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.vina-carousel-feauture .owl-theme .owl-controls .owl-buttons div:hover {
  background-position: 0 100%;
}
.vina-carousel-feauture .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -10px;
  background-position: 0 0;
}
.vina-carousel-feauture .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -10px;
}
.vina-carousel-feauture .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 100%;
}
.vina-carousel-feauture.vina-carousel-feauture-2 .owl-theme .owl-controls .owl-buttons div {
  top: 0;
  margin-top: -69px;
}
.vina-carousel-feauture.vina-carousel-feauture-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 17px;
  left: auto;
}
.vina-carousel-feauture.vina-carousel-feauture-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -11px;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .item {
  display: inline-block;
  width: 100%;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .image-block {
  display: inline-block;
  float: left;
  width: 55%;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .text-block {
  text-align: left;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .box-des {
  display: inline-block;
  padding: 120px 0 0px;
  text-align: left;
  width: 45%;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .product-rating {
  text-align: left;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .price-box {
  text-align: left;
}
.vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .price-box .sale-price .PricebasePrice {
  line-height: 40px;
}
.vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -58px;
}
.vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons div {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 100% 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  border: 1px solid #eee;
  right: 0;
  top: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}
.vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons div:hover {
  background-position: 0 100%;
}
.vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 25px;
  background-position: 0 0;
}
.vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 100%;
}
.vina-carousel-virtuemart.owl-theme .owl-controls {
  margin: 0;
}
.vina-carousel-product .vina-carousel-virtuemart .box-des {
  clear: both;
  background-color: #f6f6f6;
  min-height: 90px;
}
.vina-carousel-product .vina-carousel-virtuemart .image-block {
  margin: 0;
  background: #fff;
}
.vina-carousel-product .vina-carousel-virtuemart .actions-top {
  border-right: 1px solid #fff;
  position: relative;
  float: left;
}
.vina-carousel-product .vina-carousel-virtuemart .actions-top ul.add-to-links li {
  display: inline;
}
.vina-carousel-product .vina-carousel-virtuemart .actions-top ul.add-to-links li .addtofav_aws_icon,
.vina-carousel-product .vina-carousel-virtuemart .actions-top ul.add-to-links li .addtofav_aws_icon_active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 45px;
  height: 30px;
  font-size: 0;
  background: url(../images/link-wishlist.png) no-repeat;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-carousel-product .vina-carousel-virtuemart .actions-top ul.add-to-links li a.product-details {
  width: 45px;
  height: 30px;
  display: block;
  font-size: 0;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/link-compare.png) no-repeat;
}
.vina-carousel-product .vina-carousel-virtuemart .actions-top span.addtocart-button {
  margin: 0;
}
.vina-carousel-product .vina-carousel-virtuemart .actions-top input.addtocart-button {
  background: url(../images/btn-cart.png) no-repeat;
  border-radius: 0px !important;
  text-indent: -9999px;
  width: 45px;
  height: 30px;
  display: block;
  padding: 0px !important;
  text-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-carousel-product .vina-carousel-virtuemart .text-block {
  padding: 5px 5px 5px 10px;
  overflow: hidden;
  zoom: 1;
}
.vina-carousel-product .vina-carousel-virtuemart .product-rating {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0px;
}
.vina-carousel-product .vina-carousel-virtuemart .product-rating .ratingbox {
  float: left;
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
}
.vina-carousel-product .vina-carousel-virtuemart .product-name a {
  color: #333333 !important;
}
.vina-carousel-product .vina-carousel-virtuemart .price-box {
  width: 100%;
  float: left;
  color: #898989;
}
.vina-carousel-product .vina-carousel-virtuemart .image-block {
  border: 4px solid #fff;
  border-bottom: 0;
  padding-bottom: 20px;
}
.vina-carousel-product .vina-carousel-virtuemart .item {
  position: relative;
  cursor: pointer;
}
.vina-carousel-product .vina-carousel-virtuemart .item:hover .price-box {
  color: #fff;
}
.vina-carousel-product .vina-carousel-virtuemart .item:hover .actions-top ul.add-to-links li .addtofav_aws_icon,
.vina-carousel-product .vina-carousel-virtuemart .item:hover .actions-top ul.add-to-links li .addtofav_aws_icon_active {
  background-position: 0 100%;
}
.vina-carousel-product .vina-carousel-virtuemart .item:hover .actions-top ul.add-to-links li a.product-details {
  background-position: 0 100%;
}
.vina-carousel-product .vina-carousel-virtuemart .item:hover input.addtocart-button {
  background-position: 0 100%;
}
.browse-view {
  margin: 0;
}
.browse-view h1 {
  display: none;
}
.browse-view .row-fluid {
  margin-bottom: 35px;
}
.orderby-displaynumber {
  margin: 0 0 30px;
  position: relative;
  padding: 0 15px;
  font-size: 13px;
  float: left;
  width: 100%;
}
.orderby-displaynumber .vm-order-list {
  float: left;
  padding: 10px 0;
}
.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;
}
.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;
}
.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;
}
.orderby-displaynumber .display-number {
  float: right;
  margin-right: 20px;
  line-height: 28px;
  padding: 10px 0px;
}
.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: none;
  width: 50px;
}
.orderby-displaynumber .display-number select option {
  padding-right: 10px;
}
.orderby-displaynumber .display-number .number {
  display: inline-block;
  position: relative;
  margin: 0px 5px;
  border: 1px solid #ddd;
}
.orderby-displaynumber .display-number .number:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background: url(../images/select_lang.png) no-repeat scroll 100% 50% #fff;
  width: 21px;
  pointer-events: none;
  z-index: 9;
}
.vm-pagination,
.pagination {
  float: right;
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
}
.vm-pagination ul,
.pagination ul {
  display: inline;
}
.vm-pagination ul li,
.pagination ul li {
  margin: 0 1px;
}
.vm-pagination ul li a,
.pagination ul li a {
  color: #333333 !important;
  font-weight: bold;
  min-width: 30px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #eee;
  display: inline-block;
  padding: 0 3px;
  border-radius: 0;
  background-color: #fff;
}
.vm-pagination ul li:hover a,
.vm-pagination ul li.pagination-active a,
.pagination ul li:hover a,
.pagination ul li.pagination-active a {
  color: #fff !important;
  font-weight: bold;
  min-width: 30px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
}
.vm-pagination .vm-page-counter,
.pagination .vm-page-counter {
  display: none;
}
.vm-pagination.vm-pagination-top,
.pagination.vm-pagination-top {
  margin: 0;
}
.vm-pagination.vm-pagination-bottom,
.pagination.vm-pagination-bottom {
  display: none;
}
.pagination .counter {
  float: left;
  margin: 0px 10px 0px 0px;
}
.pagination ul {
  float: right;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li {
  float: left;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.category_description {
  display: none;
}
.vmgroup .vmproduct {
  margin-bottom: 35px;
}
.item {
  position: relative;
  cursor: pointer;
}
.item .image-block {
  overflow: hidden;
}
.item .image-block >a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
}
.item .image-block >a .pro-image {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}
.item .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;
}
.item:hover .image-block >a .pro-image.second-image {
  opacity: 1;
}
.vm-product {
  padding-bottom: 0;
}
.vm-product .box-des {
  clear: both;
  background-color: #f6f6f6;
  min-height: 90px;
}
.vm-product .image-block {
  margin: 0;
}
.vm-product .actions-top {
  border-right: 1px solid #fff;
  position: relative;
  float: left;
}
.vm-product .actions-top ul.add-to-links li {
  display: inline;
}
.vm-product .actions-top ul.add-to-links li .addtofav_aws_icon,
.vm-product .actions-top ul.add-to-links li .addtofav_aws_icon_active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 45px;
  height: 30px;
  font-size: 0;
  background: url(../images/link-wishlist.png) no-repeat;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vm-product .actions-top ul.add-to-links li a.product-details {
  width: 45px;
  height: 30px;
  display: block;
  font-size: 0;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/link-compare.png) no-repeat;
}
.vm-product .actions-top .addtocart-bar,
.vm-product .actions-top .addtocart-area,
.vm-product .actions-top form.product {
  margin: 0 !important;
}
.vm-product .actions-top span.quantity-box {
  display: none !important;
}
.vm-product .actions-top span.addtocart-button {
  margin: 0;
}
.vm-product .actions-top input.addtocart-button {
  background: url(../images/btn-cart.png) no-repeat;
  border-radius: 0px !important;
  text-indent: -9999px;
  width: 45px;
  height: 30px;
  display: block;
  padding: 0px !important;
  text-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;
}
.vm-product .text-block {
  padding: 5px 5px 5px 10px;
  overflow: hidden;
  zoom: 1;
}
.vm-product .product-rating {
  float: left;
  width: 100%;
  text-align: left;
}
.vm-product .product-rating .ratingbox {
  float: left;
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
}
.vm-product .product-name a {
  color: #333333 !important;
}
.vm-product .des {
  display: none;
}
.vm-product .quantity-box,
.vm-product .quantity-controls {
  display: none;
}
.vm-product .price-box {
  width: 100%;
  float: left;
  color: #898989;
}
.vm-product .image-block {
  border: 4px solid #fff;
  border-bottom: 0;
  padding-bottom: 20px;
}
.vm-product .item {
  position: relative;
  cursor: pointer;
}
.vm-product .item .image-block {
  overflow: hidden;
}
.vm-product .item .image-block >a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
}
.vm-product .item .image-block >a .pro-image {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}
.vm-product .item .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;
}
.vm-product .item:hover .price-box {
  color: #fff;
}
.vm-product .item:hover .actions-top ul.add-to-links li .addtofav_aws_icon,
.vm-product .item:hover .actions-top ul.add-to-links li .addtofav_aws_icon_active {
  background-position: 0 100%;
}
.vm-product .item:hover .actions-top ul.add-to-links li a.product-details {
  background-position: 0 100%;
}
.vm-product .item:hover input.addtocart-button {
  background-position: 0 100%;
}
.vm-product .item:hover .image-block >a .pro-image.second-image {
  opacity: 1;
}
.vm-product .addtocart-area .product-fields {
  display: none;
}
.productdetails-view.productdetails .main-image {
  padding: 5px;
  background-color: #fff;
  margin: 0 0 25px;
  border: 1px solid #eee;
  min-height: 400px;
}
.productdetails-view.productdetails .main-image img {
  max-height: 100%;
  max-width: 100%;
}
.productdetails-view.productdetails .additional-images {
  margin: 0;
  overflow: hidden;
}
.productdetails-view.productdetails .additional-images .additional-images-inner {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3px;
  text-align: center;
}
.productdetails-view.productdetails .additional-images .additional-images-inner img {
  border: none;
}
.productdetails-view.productdetails .product-name {
  margin: 0 0 10px;
}
.productdetails-view.productdetails .product-name h1 {
  margin: 0 !important;
  font-size: 24px !important;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: bold;
  float: none !important;
}
.productdetails-view.productdetails .product-rating {
  font-size: 11px;
  margin: 4px 0 15px;
}
.productdetails-view.productdetails .product-rating .amount {
  height: 14px;
}
.productdetails-view.productdetails .vm-product-container .price-box {
  margin: 15px 0 5px;
  width: 50%;
  font-size: 30px;
  line-height: 30px;
  float: left;
}
.productdetails-view.productdetails .vm-product-container .price-box .sale-price .PricebasePrice,
.productdetails-view.productdetails .vm-product-container .price-box .price-crossed .PricebasePrice {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
}
.productdetails-view.productdetails .price-box {
  margin: 10px 0 15px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.productdetails-view.productdetails .price-box .PricebasePrice.vm-display {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.productdetails-view.productdetails .price-box .PricebasePrice.vm-display .PricebasePrice {
  text-decoration: line-through;
  font-size: 20px;
  line-height: 30px;
}
.productdetails-view.productdetails .price-box .PricesalesPrice.vm-display {
  display: inline-block;
  margin: 0 5px 0 0;
}
.productdetails-view.productdetails .in-stock {
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: right;
  width: 50%;
}
.productdetails-view.productdetails .in-stock span {
  text-transform: capitalize;
  font-weight: bold;
}
.productdetails-view.productdetails .product-short-description {
  line-height: 25px;
  background: url(../images/description.png) repeat-x center bottom;
  padding-bottom: 20px;
  padding-top: 10px;
}
.productdetails-view.productdetails .icons {
  overflow: hidden;
  background: url("../images/description.png") repeat-x scroll center bottom rgba(0,0,0,0);
  padding-bottom: 18px;
}
.productdetails-view.productdetails .icons a {
  font-family: "Oxygen", Arial, sans-serif;
  margin: 0;
  position: relative;
}
.productdetails-view.productdetails .icons a:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #001894;
  color: #fff;
  font-size: 20px;
  display: block;
  float: left;
}
.productdetails-view.productdetails .icons a:before {
  font-family: FontAwesome;
}
.productdetails-view.productdetails .icons a span {
  display: inline-block;
  float: left;
  padding-left: 5px;
}
.productdetails-view.productdetails .icons a.icon-send {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}
.productdetails-view.productdetails .icons a.icon-send:before {
  content: "\f059";
  font-family: FontAwesome;
  float: left;
}
.productdetails-view.productdetails .icons a.icon-print {
  margin-top: 5px;
  width: 100%;
  float: left;
  line-height: 50px;
}
.productdetails-view.productdetails .icons a.email-friend {
  margin-top: 5px;
  width: 100%;
  float: left;
  line-height: 50px;
}
.productdetails-view.productdetails .icons a.ask-a-question {
  margin-top: 5px;
  padding: 0px;
  width: 100%;
  float: left;
  line-height: 50px;
}
.productdetails-view.productdetails .spacer-buy-area .addtocart-area .product-fields {
  margin-bottom: 0px;
}
.productdetails-view.productdetails .spacer-buy-area .addtocart-bar {
  margin: 10px 0 0;
}
.productdetails-view.productdetails .spacer-buy-area .product-fields-title-wrapper {
  padding: 0;
  font-weight: normal;
  width: 100%;
  margin: 5px 0 0;
  float: left;
}
.productdetails-view.productdetails .spacer-buy-area .product-field-display {
  width: 100%;
  margin: 5px 0 0;
  float: left;
}
.productdetails-view.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;
}
.productdetails-view.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-view.productdetails .spacer-buy-area .product-field {
  width: 48% !important;
}
.productdetails-view.productdetails .spacer-buy-area .product-field .chzn-container {
  width: 100% !important;
  max-width: 100% !important;
}
.productdetails-view.productdetails .addtocart-bar .quantity-box {
  display: inline-block;
}
.productdetails-view.productdetails .addtocart-bar .quantity-box .quantity-input {
  border: 1px solid #ddd;
  padding: 2px;
  text-align: center;
  min-width: 48px !important;
  background: none;
  height: 48px !important;
  line-height: 48px;
  float: left;
  border-color: #000;
  margin: 0;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productdetails-view.productdetails .addtocart-bar .quantity-controls {
  width: 24px;
  height: 48px;
}
.productdetails-view.productdetails .addtocart-bar .quantity-controls .quantity-controls {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.productdetails-view.productdetails .addtocart-bar .quantity-controls .quantity-controls.quantity-plus {
  background: #aaa8a8 url(../images/qty-increase.png) no-repeat 50% 50%;
  background-size: 100%;
  border-bottom: 1px solid #fff;
}
.productdetails-view.productdetails .addtocart-bar .quantity-controls .quantity-controls.quantity-minus {
  background: #aaa8a8 url(../images/qty-decrease.png) no-repeat 50% 50%;
  background-size: 100%;
  border-top: 1px solid #fff;
}
.productdetails-view.productdetails .addtocart-bar span.addtocart-button {
  margin-left: 20px;
}
.productdetails-view.productdetails .addtocart-bar input.addtocart-button {
  display: block;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  text-transform: capitalize;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 18px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.productdetails-view.productdetails .addtocart-bar input.addtocart-button:hover {
  color: #fff;
}
.productdetails-view.productdetails .tab-block ul#vinaTab {
  margin: 0;
}
.productdetails-view.productdetails .tab-block ul#vinaTab li {
  background: url(../images/bg-ma-title.png) no-repeat right center;
  padding-right: 17px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
.productdetails-view.productdetails .tab-block ul#vinaTab li a {
  text-transform: capitalize;
  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: #001894;
}
.productdetails-view.productdetails .tab-block ul#vinaTab li.active a,
.productdetails-view.productdetails .tab-block ul#vinaTab li:hover a {
  color: #000;
}
.productdetails-view.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;
}
.productdetails-view.productdetails .tab-block .tab-content ul {
  margin: 0 0 10px 25px;
}
.productdetails-view.productdetails .tab-block .tab-content ul li {
  list-style-type: circle;
}
.productdetails-view.productdetails #vina-description .title {
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  font-size: 17.5px;
}
.productdetails-view.productdetails #vina-reviews blockquote {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.productdetails-view.productdetails #vina-reviews .date {
  float: left;
}
.productdetails-view.productdetails #vina-reviews .vote {
  float: left;
  margin-left: 30px;
}
.productdetails-view.productdetails #vina-reviews .bold {
  width: 100%;
  float: left;
}
.productdetails-view.productdetails #vina-reviews .customer-reviews {
  margin: 0;
}
.productdetails-view.productdetails #vina-reviews textarea.virtuemart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.productdetails-view.productdetails #vina-reviews textarea.virtuemart:focus,
.productdetails-view.productdetails #vina-reviews textarea.virtuemart:hover {
  background: #fff;
}
.productdetails-view.productdetails #vina-reviews input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50px;
  height: 20px;
  margin: 0;
  padding: 0px 5px;
  background: transparent;
  border: none;
}
.productdetails-view.productdetails #vina-reviews input:focus,
.productdetails-view.productdetails #vina-reviews input:hover {
  background: transparent;
}
.productdetails-view.productdetails #vina-reviews input.highlight-button {
  width: auto;
  padding: 5px 10px;
  background: #e1e1e1;
  color: #696969;
  height: 30px;
  text-shadow: none;
}
.productdetails-view.productdetails #vina-reviews input.highlight-button:hover {
  color: #fff;
}
.productdetails-view.productdetails .product-related-products {
  width: 100%;
  float: left;
  margin: 40px 0 35px;
  border: none;
  padding: 0;
}
.productdetails-view.productdetails .product-related-products .vina-title h3.header {
  line-height: 20px;
}
.productdetails-view.productdetails .product-related-products .list_prev,
.productdetails-view.productdetails .product-related-products .list_next {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 100% 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  right: 0;
  top: 0;
  margin: 0;
  margin-top: -58px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productdetails-view.productdetails .product-related-products .list_prev:hover,
.productdetails-view.productdetails .product-related-products .list_next:hover {
  background-position: 0 100%;
}
.productdetails-view.productdetails .product-related-products .list_prev {
  right: 25px;
  background-position: 0 0;
  left: auto;
}
.productdetails-view.productdetails .product-related-products .list_next:hover {
  background-position: 100% 100%;
}
.productdetails-view.productdetails .list_carousel .caroufredsel_wrapper {
  min-height: 500px !important;
}
.productdetails-view.productdetails .list_carousel .buttons {
  display: inline-block;
  right: 30px;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
}
.productdetails-view.productdetails ul#slider {
  height: auto !important;
  min-height: 430px !important;
}
.productdetails-view.productdetails ul#slider li {
  margin: 0px;
  padding-right: 0;
  padding-left: 0px;
  margin-right: 30px;
  float: left;
}
.productdetails-view.productdetails ul#slider li .item-inner {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.productdetails-view.productdetails ul#slider li .item-inner img {
  width: 100%;
}
.productdetails-view.productdetails ul#slider li .item-inner img:hover {
  opacity: 0.8;
}
.productdetails-view.productdetails ul#slider li .item-inner .product-name {
  margin: 0;
}
.productdetails-view.productdetails ul#slider li .item-inner .product-rating {
  margin: 0;
}
.productdetails-view.productdetails ul#slider li .item-inner .product-field-display a img {
  margin-bottom: 10px;
}
.productdetails-view.productdetails ul#slider li .item-inner .price-box {
  margin: 5px 0 15px;
}
.productdetails-view.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-view.productdetails ul#slider li .item-inner .price-box .PricesalesPrice.vm-display {
  margin: 0 5px;
  float: none;
}
.productdetails-view .ratingbox {
  margin: 0;
}
.productdetails-view .price-box .sale-price .PricebasePrice,
.productdetails-view .price-box .price-crossed .PricebasePrice {
  padding-top: 2px;
}
a.product-details,
a.details,
div.details {
  line-height: 30px;
  padding: 0;
}
.manufacturer-details-view {
  margin-bottom: 35px;
  overflow: hidden;
}
.manufacturer-details-view > .spacer {
  display: inline-block;
  float: left;
  padding: 0;
  width: 100%;
}
.manufacturer-details-view > .spacer .manufacturer-image {
  float: left;
  margin-right: 20px;
}
.manufacturer-details-view > .spacer .manufacturer-image img {
  float: left;
  margin: 0;
  width: 151px;
  height: 108px;
  border: 1px solid #ddd;
  padding: 10px;
}
#fancybox-title {
  width: 100% !important;
  margin: 0 !important;
}
#fancybox-wrap {
  left: 50% !important;
  margin-left: -250px;
}
#fancybox-frame {
  padding: 10px;
}
#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;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #000;
}
#fancybox-content .continue_link {
  margin-right: 2%;
}
#fancybox-content .showcart {
  margin-left: 2%;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
}
body.contentpane {
  background: #fff;
  margin: 0;
}
body.contentpane .productdetails .icons {
  display: none;
}
body.contentpane article {
  margin-bottom: 0px;
}
.ask-a-question-view {
  background: #fff;
  padding: 0;
}
.ask-a-question-view h1 {
  color: #333;
}
.ask-a-question-view .product-summary h2 {
  color: #333;
}
.ask-a-question-view .product-summary {
  overflow: hidden;
}
.ask-a-question-view .form-field input,
.ask-a-question-view .form-field textarea {
  background: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.ask-a-question-view .form-field input.highlight-button,
.ask-a-question-view .form-field textarea.highlight-button {
  border: none;
  background: #f1f1f1 !important;
  margin-top: 20px;
}
.ask-a-question-view .form-field input.highlight-button:hover,
.ask-a-question-view .form-field textarea.highlight-button:hover {
  background: #001894 !important;
}
.ask-a-question-view .form-field textarea.field {
  width: 100%;
}
.ask-a-question-view .form-field .submit {
  width: 100%;
}
.ask-a-question-view .right {
  text-align: left !important;
}
.ask-a-question-view .center {
  float: none;
}
.login-users #com-form-login {
  border: none;
  padding: 0px;
}
#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;
}
.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;
}
.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;
}
.cart-view .vm-continue-shopping .continue_link:hover {
  color: #fff;
}
.cart-view #checkoutForm {
  width: 100%;
  float: left;
}
.cart-view form {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset {
  width: 100%;
  float: left;
  margin: 0;
}
.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;
  border: none;
}
.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;
  float: right;
}
.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;
}
.cart-view #com-form-login #com-form-login-remember {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.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;
}
.cart-view #com-form-login #com-form-login-remember input:hover {
  color: #fff;
}
.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;
}
.cart-view .billto-shipto .width50 {
  border: 1px solid #f2f2f2;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  margin: 0 0px 0px 6%;
}
.cart-view .billto-shipto .width50:first-child {
  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;
}
.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;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}
.cart-view .width50 {
  width: 50%;
  float: left;
}
.cart-view .checkout-button-top {
  width: 100%;
  float: left;
}
.cart-view .vm-fieldset-pricelist {
  margin: 20px 0px;
}
.cart-view .cart-summary {
  width: 100%;
  border: 1px solid #f2f2f2;
  display: inline-block;
}
.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;
}
.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;
}
.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;
}
.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-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;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart {
  -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;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 30%;
  float: left;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
}
.cart-view .cart-summary tbody .tb-total .title {
  width: 55%;
  float: left;
  line-height: 40px;
}
.cart-view .cart-summary tbody .tb-total .total {
  width: 15%;
  float: left;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
.cart-view .cart-summary tfoot {
  margin: 20px 0px;
  text-align: right;
}
.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;
}
.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;
  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;
}
.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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cart-view .fieldset-customer .vm-fieldset-tos input.terms-of-service {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos span.cart {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon {
  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;
}
.cart-view .title-form {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px 23px;
}
#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;
  border: none;
}
#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;
}
#userForm .buttonBar-right,
#paymentForm .buttonBar-right,
#adminForm .buttonBar-right {
  width: 100%;
  float: left;
  text-align: left;
}
#userForm fieldset,
#paymentForm fieldset,
#adminForm fieldset {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#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;
  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;
  background: none;
}
#user-registration button {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
#user-registration button:hover {
  color: #fff;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #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;
}
.adminlist {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.adminlist th {
  width: 20%;
}
#adminForm .buttonBar-right {
  margin: 10px 0px;
}
#userForm fieldset .control-buttons,
#tab-1 fieldset .control-buttons {
  text-align: left !important;
  margin-bottom: 10px;
}
#userForm fieldset .control-buttons #reg_text,
#tab-1 fieldset .control-buttons #reg_text {
  margin-bottom: 10px;
}
#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;
}
#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%;
}
#paymentForm fieldset input {
  margin-right: 5px;
  margin-top: 0;
}
#paymentForm fieldset label {
  margin-right: 5px;
}
table.user-details input {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #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;
  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;
  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 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;
  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;
  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;
  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;
  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;
  border: none;
  width: auto;
}
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;
}
.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;
}
.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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  border: none;
  width: auto;
}
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;
  border: none;
}
div.logout button:hover {
  color: #fff;
}
div.profile .btn-toolbar {
  width: 100%;
  float: left;
}
div.profile .btn-toolbar a.btn {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
div.profile .btn-toolbar a.btn:hover {
  color: #fff;
}
div.profile fieldset {
  width: 100%;
  float: left;
}
div.profile .dl-horizontal dd {
  float: left;
}
#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;
}
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;
  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;
  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;
  border: none;
  width: auto;
}
div.virtuemart_search input.button:hover,
div.virtuemart_search input.button:focus {
  color: #fff !important;
  text-decoration: none;
  border: none;
}
.body-innerwrapper {
  overflow-x: hidden;
  position: relative;
}
#sp-main-body-wrapper #main-body {
  margin-top: 40px;
}
#sp-component-area-wrapper h1 {
  line-height: 1.35;
  margin: 0 0px 20px;
  float: left;
  font-size: 22px;
  color: #333;
}
#sp-component-area-wrapper h1.entry-title {
  width: 100%;
  float: none;
}
#sp-component-area-wrapper h1.header {
  margin: 0;
}
#sp-component-area-wrapper .entry-meta.muted {
  border: 1px dashed #ccc;
  overflow: hidden;
  padding: 20px;
}
#sp-component-area-wrapper .entry-meta.muted a {
  pointer-events: none;
  color: #898989 !important;
}
#sp-component-area-wrapper .entry-meta.muted > span,
#sp-component-area-wrapper .entry-meta.muted > time {
  margin: 0 15px 0 5px;
}
.data-table {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.data-table thead th {
  font-weight: normal;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
}
.data-table th {
  padding: 6px 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.data-table td {
  padding: 6px 10px;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.entry-content dt {
  display: block;
}
.entry-content dd {
  margin: 0;
}
.std dl dd {
  margin: 0 0 10px;
  display: block;
}
.tag-category > h2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.tag-category .thumbnails > li {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #ddd;
  padding: 5px 15px;
}
.tag-category .thumbnails > li h3 {
  line-height: 30px;
  margin: 0;
  width: 100%;
}
.tag-category ul.list-striped li {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.tag-category ul.list-striped li img {
  float: left;
  margin-right: 20px;
}
#sp-sale-product-wrapper {
  margin: 20px 0px;
}
.vina-sale-time .item-inner {
  padding: 10px 10px 0 10px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #eee;
}
.vina-sale-time .item-inner .box-des {
  padding: 56px 0;
}
.vina-sale-time .item-inner .pull-left img {
  max-width: 100%;
  display: block;
}
.vina-sale-time .item-inner .media-body {
  padding-left: 10px;
  padding-top: 110px;
}
.vina-sale-time .item-inner .product-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vina-sale-time .item-inner .product-name a {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #333333;
}
.vina-sale-time .item-inner .ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
}
.vina-sale-time .item-inner .ratings .rating-box {
  width: 70px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating_hover.png) 0 2px repeat-x;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
}
.vina-sale-time .item-inner .ratings .rating-box .rating {
  float: left;
  height: 12px;
  background: url(../images/bkg_rating_hover.png) 0 100% repeat-x;
  text-indent: -999999px;
}
.vina-sale-time .item-inner .ratings .amount {
  vertical-align: text-bottom;
  display: inline-block;
  height: 15px;
}
.vina-sale-time .item-inner .ratings .amount a {
  color: #333333;
}
.vina-sale-time .item-inner .price-box {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 25px;
}
.vina-sale-time .item-inner .price-box p {
  margin: 0 5px 0 0;
}
.vina-sale-time .item-inner .old-price {
  display: inline-block;
  vertical-align: top;
  color: #898989;
}
.vina-sale-time .item-inner .old-price .price {
  text-decoration: line-through;
  font-size: 15px;
  line-height: 15px;
}
.vina-sale-time .item-inner .special-price {
  display: inline-block;
}
.vina-sale-time .box-timer .timer-grid {
  text-align: center;
  overflow: hidden;
  margin: 0 -10px;
  clear: both;
  color: #fff;
  padding: 10px 0;
}
.vina-sale-time .box-timer .timer-grid span {
  display: block;
  font-size: 30px;
}
.vina-sale-time .box-timer .timer-grid .hour,
.vina-sale-time .box-timer .timer-grid .min,
.vina-sale-time .box-timer .timer-grid .sec,
.vina-sale-time .box-timer .timer-grid .day {
  font-size: 12px;
  float: left;
  width: 25%;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #eee;
}
.vina-sale-time .box-timer .timer-grid .sec {
  margin: 0;
  border: 0;
}
.vina-sale-time.vina-sale-time-1 .item-inner .label-pro-sale,
.vina-sale-time.vina-sale-time-1 .item-inner .label-pro-sale-new {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  width: 138px;
  height: 135px;
  background: url(../images/time_sale.png) no-repeat;
  text-indent: -999999px;
}
.vina-sale-time.vina-sale-time-1 .item-inner .label-pro-new {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  width: 138px;
  height: 135px;
  background: url(../images/time_new.png) no-repeat;
  text-indent: -999999px;
}
.vina-sale-time.vina-sale-time-2 .item-inner .box-des {
  padding: 17px 0px;
}
.vina-sale-time.vina-sale-time-2 .item-inner .box-des .price-box .sale-price .PricebasePrice {
  line-height: 30px;
}
.vina-sale-time.vina-sale-time-2 .item-inner .pull-left img {
  width: 100%;
}
.vina-sale-time.vina-sale-time-2 .item-inner .media-body {
  display: inline-block;
  padding-bottom: 35px;
  padding-left: 0;
  padding-top: 0;
  text-align: center;
  width: 100%;
}
.vina-sale-time.vina-sale-time-2 .box-timer .timer-grid .day,
.vina-sale-time.vina-sale-time-2 .box-timer .timer-grid .hour,
.vina-sale-time.vina-sale-time-2 .box-timer .timer-grid .min,
.vina-sale-time.vina-sale-time-2 .box-timer .timer-grid .sec {
  width: 50%;
}
.vina-sale-time.vina-sale-time-2 .box-timer .timer-grid .day {
  border-bottom: 1px solid #eee;
}
.vina-sale-time.vina-sale-time-2 .box-timer .timer-grid .hour {
  border-right: none;
  border-bottom: 1px solid #eee;
}
.feature-layout .vina-sale-time.vina-sale-time-2 .item-inner {
  border-top: none;
}
.feature-layout .vina-banner .banner-home {
  text-align: center;
  overflow: hidden;
  margin: 30px 0 0;
}
.feature-layout .vina-banner .box-col {
  width: 25%;
  padding: 0;
  float: left;
}
.feature-layout.feature-layout-2 {
  background: url(../images/bg_blog.jpg);
  padding-bottom: 50px;
}
.feature-layout.feature-layout-4 .banner-home {
  text-align: center;
  overflow: hidden;
  margin: 0px 0 30px;
}
.feature-layout.feature-layout-4 .sp-slide {
  width: 75%;
  margin: 0;
}
.feature-layout.feature-layout-4 .banner-right {
  width: 25%;
  margin: 0;
}
.feature-layout-3 .banner-home {
  text-align: center;
  overflow: hidden;
  margin: 30px 0 0;
}
#sp-list-product-top-wrapper {
  margin-top: 30px;
  background: #ebebeb url(../images/bg_newproduct.png) repeat-x center top;
  padding: 50px 0;
}
#sp-list-product-bottom-wrapper #list-product-bottom {
  margin-bottom: 35px;
}
#sp-blog-wrapper {
  padding: 20px 0;
}
#sp-blog-wrapper .moduletable > h3 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
.module.blog-group-2 {
  background: url(../images/bg_blog.jpg);
  padding: 30px 0px 40px;
}
.vina-blog.vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
}
.vina-blog-post .vina-carousel-content {
  overflow: initial !important;
}
.vina-blog-post .vina-carousel-content .image-block {
  position: relative;
  clear: both;
  margin-right: 20px;
  float: left;
}
.vina-blog-post .vina-carousel-content .image-block .timmer {
  color: #898989;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  min-width: 45px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vina-blog-post .vina-carousel-content .image-block .timmer .day {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 25px;
}
.vina-blog-post .vina-carousel-content .image-block .timmer .year {
  margin-left: 6px;
  line-height: 25px;
}
.vina-blog-post .vina-carousel-content .vina-item {
  border: none !important;
  overflow: hidden;
}
.vina-blog-post .vina-carousel-content .text-block {
  position: relative;
  padding: 10px 0px;
  min-height: 163px;
  line-height: 25px;
  color: #898989;
  width: 100%;
  float: left;
}
.vina-blog-post .vina-carousel-content .text-block h3.blog-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.35;
}
.vina-blog-post .vina-carousel-content .text-block .introtext {
  text-align: left;
  overflow: hidden;
}
.vina-blog-post .vina-carousel-content .text-block .introtext span {
  float: left;
}
.vina-blog-post .vina-carousel-content .text-block a.view {
  font-size: 11px;
  font-weight: bold;
}
.vina-blog-post .vina-carousel-content .text-block a.view:hover {
  text-decoration: underline;
}
.vina-blog-post .vina-carousel-content .text-block .blog_down {
  margin: 0;
  font-size: 13px;
}
.vina-blog-post .vina-carousel-content .text-block .blog_down .category,
.vina-blog-post .vina-carousel-content .text-block .blog_down .hits {
  float: left;
  padding-right: 18px;
}
.vina-blog-post .vina-carousel-content .text-block .blog_down .category {
  background: url(../images/author.png) no-repeat 96% 50%;
}
.vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons div {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 100% 100% no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  right: 0;
  top: 0;
  margin: 0;
  margin-top: -58px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons div:hover {
  background-position: 0 0;
}
.vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 25px;
  background-position: 0 100%;
}
.vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 100% 0;
}
.vina-blog-post .vina-ticker-content .image-block {
  position: relative;
  clear: both;
  margin-right: 20px;
  float: left;
}
.vina-blog-post .vina-ticker-content .image-block .timmer {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  min-width: 45px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}
.vina-blog-post .vina-ticker-content .image-block .timmer .day {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 25px;
}
.vina-blog-post .vina-ticker-content .image-block .timmer .year {
  margin-left: 6px;
  line-height: 25px;
}
.vina-blog-post .vina-ticker-content .vina-item {
  border: none !important;
}
.vina-blog-post .vina-ticker-content .text-block {
  position: relative;
  padding: 10px;
  min-height: 163px;
  line-height: 25px;
  color: #898989;
}
.vina-blog-post .vina-ticker-content .text-block h3.blog-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.35;
}
.vina-blog-post .vina-ticker-content .text-block .introtext {
  text-align: left;
  overflow: hidden;
}
.vina-blog-post .vina-ticker-content .text-block .introtext span {
  float: left;
}
.vina-blog-post .vina-ticker-content .text-block a.view {
  font-size: 11px;
  font-weight: bold;
}
.vina-blog-post .vina-ticker-content .text-block a.view:hover {
  text-decoration: underline;
}
.vina-blog-post .vina-ticker-content .text-block .blog_down {
  margin: 10px 0 0;
  font-size: 13px;
}
.vina-blog-post .vina-ticker-content .text-block .blog_down .category,
.vina-blog-post .vina-ticker-content .text-block .blog_down .hits {
  float: left;
  padding-right: 18px;
}
.vina-blog-post .vina-ticker-content .text-block .blog_down .category {
  background: url(../images/author.png) no-repeat 96% 50%;
}
.vina-blog-post .vina-ticker-content .header-block span.up {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 0 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  top: 0;
  margin-top: -58px;
  right: 25px;
}
.vina-blog-post .vina-ticker-content .header-block span.up:hover {
  background-position: 0 100%;
}
.vina-blog-post .vina-ticker-content .header-block span.toggle {
  display: none;
}
.vina-blog-post .vina-ticker-content .header-block span.down {
  width: 22px;
  height: 22px;
  background: url(../images/btn-slider.png) 100% 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  right: 0;
  top: 0;
  margin-top: -58px;
}
.vina-blog-post .vina-ticker-content .header-block span.down:hover {
  background-position: 100% 100%;
}
.vina-blog-post.vina-blog-post-2 .vina-ticker-content .vina-item {
  overflow: hidden;
}
.vina-blog-post.vina-blog-post-2 .vina-ticker-content .text-block {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.vina-blog-post.vina-blog-post-2 .vina-ticker-content .text-block .blog_down {
  margin: 0;
}
.vina-blog-post.vina-blog-post-right .vina-ticker-content .image-block .timmer {
  right: auto;
  left: 0;
}
.blog .entry-header {
  margin-bottom: 30px;
}
.blog .item {
  margin-bottom: 10px;
}
.blog .item .pull-left {
  margin: 0;
}
.blog .item .item-images {
  padding: 4px;
  border: 1px solid #dddddd;
  background: #fff;
  position: relative;
  display: inline-block;
}
.blog .item .item-images .overlay {
  background-color: rgba(131,104,104,0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=20);
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  pointer-events: none;
}
.blog .item .item-images:hover .overlay {
  opacity: 0.4;
}
.blog .item .item-content {
  margin: 10px 0 0;
}
.blog .item .item-content h2 {
  line-height: 1.35;
  font-weight: normal;
  color: #777;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.blog .item .item-content p {
  margin: 10px 0 0;
  color: #777;
}
.blog .item .item-content .info {
  text-align: left;
  width: 100%;
  display: inline-block;
}
.blog .item .item-content .info span {
  color: #999999;
  font-size: 13px;
  text-decoration: underline;
  margin: 5px 5px 0 0px;
  font-style: italic;
}
.blog .item .jcomments-links {
  display: inline-block;
}
.blog .item .jcomments-links .readmore-link {
  background: none;
  padding: 0;
}
.blog.column-4 .item .item-images img {
  width: 100%;
}
.blog.column-1 .item .pull-left {
  margin: 0px 10px 0px 0px;
}
.blog.column-1 .item .item-content {
  margin: 0;
}
.blog.column-1 .item .item-content .info {
  width: auto;
}
.vina-mostviewed .row-fluid {
  margin: 0;
}
.vina-mostviewed .row-fluid:first-child .item-inner {
  margin-top: 0px;
}
.vina-mostviewed .item-inner {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}
.vina-mostviewed .item-inner .pull-left {
  margin-right: 10px;
}
.vina-mostviewed .item-inner .pull-left img {
  width: 100px;
  height: 100px;
}
.vina-mostviewed .item-inner .product-name {
  font-weight: normal;
  margin-bottom: 5px;
}
.vina-mostviewed .item-inner .price-box {
  display: inline-block;
  margin: 5px 0 0;
}
.vina-mostviewed .item-inner .price-box .sale-price .PricebasePrice {
  width: 100%;
  margin: 0;
}
.vina-mostviewed .amount {
  line-height: 14px;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
}
#sp-testimonials-wrapper {
  padding: 50px 0;
}
.vina-testimonial .carousel ul {
  position: absolute;
  bottom: 0px;
  right: 50%;
  top: auto;
  z-index: 5;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
.vina-testimonial .carousel ul li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
}
.vina-testimonial .carousel-inner > .item {
  overflow: hidden;
}
.vina-testimonial .testimonial-sidebar-content {
  width: 770px;
  margin: 0 auto;
}
.vina-testimonial .testimonial-sidebar-content .image_testimonial {
  padding-left: 30px;
}
.vina-testimonial .testimonial-sidebar-content .post-by {
  margin: 8px 0 0;
  clear: both;
  font-size: 12px;
  font-family: arial;
  text-align: right;
  background: url(../images/post-by.jpg) repeat-x 0 50%;
}
.vina-testimonial .testimonial-sidebar-content .post-by span {
  display: inline-block;
  padding-left: 10px;
  background-color: #fff;
}
.vina-testimonial .testimonial-sidebar-content .std {
  padding-right: 10px;
  background: url(../images/std.jpg) no-repeat 102% 50%;
}
.vina-testimonial .testimonial-sidebar-content .std .std-inner {
  height: 172px;
  border: 1px solid #eee;
  padding: 25px;
  border-right: 0;
}
.vina-testimonial .testimonial-sidebar-content .std a {
  font-size: 18px;
  line-height: 1.5;
}
.vina-testimonial .testimonial-sidebar-content .std .testimonial-date {
  font-size: 12px;
  text-align: left;
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: underline;
  margin: 10px 0 0;
}
.left-testimonials .std-inner {
  border: 1px solid #eee;
  padding: 15px;
}
.left-testimonials .testimonial-sidebar-content .std a {
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
}
.left-testimonials .image_testimonial {
  margin-top: 10px;
  min-height: 65px;
}
.left-testimonials .testimonial-content-avatar {
  margin-right: 5px;
}
.left-testimonials .post-by {
  font-size: 12px;
  font-family: arial;
  padding-top: 10px;
}
.left-testimonials .testimonial-date {
  font-size: 10px;
  text-align: left;
  display: inline-block;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: underline;
  margin: 5px 0 0;
  width: 100%;
}
.left-testimonials .carousel ul {
  position: absolute;
  bottom: 0px;
  right: 50%;
  z-index: 5;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  top: auto;
}
.left-testimonials .carousel ul li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
}
article {
  overflow: hidden;
  margin-bottom: 20px;
}
.category-list ul.category li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 0px;
  background: #fff;
}
.category-list ul.category li .list-hits {
  margin: 10px 0px;
  padding: 7px 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.category-list .element-invisible {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.category-list .inputbox {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.category-list .blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
.category-list .blog-date .sp_date_day {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 100%;
}
.category-list .blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
}
#jc h4 {
  text-transform: uppercase;
  position: relative;
  padding: 20px 0px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#jc #comments {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#jc #comments h4 {
  margin-top: 0px;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #e7e7e7;
  padding: 20px;
}
#jc #comments .comment-author {
  font-size: 16px;
  width: 100%;
  float: left;
}
#jc #comments .comment-date {
  font-size: 12px;
}
#jc #comments .comment-body {
  line-height: 20px;
  padding-top: 20px;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
#jc #comments-form label {
  float: left;
  margin-bottom: 5px;
  width: 50%;
  padding-left: 20px;
}
#jc #comments-form p {
  margin-left: 0 !important;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form .row-45 {
  width: 45%;
  float: left;
}
#jc #comments-form .row-100 {
  width: 100%;
  float: left;
}
#jc #comments-form .row-input {
  border: 1px solid #f2f2f2;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
}
#jc #comments-form .row-left {
  float: left;
}
#jc #comments-form .row-right {
  float: right;
}
#jc #comments-form input {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  max-width: 100% !important;
  padding: 5px 15px !important;
  width: 50%;
  float: left;
}
#jc #comments-form input.checkbox {
  width: auto;
}
#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;
  padding: 5px 15px !important;
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ddd;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
}
#jc #comments-form #comments-form-send {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px !important;
  float: right;
  margin-right: 0;
}
#jc #comments-form #comments-form-send a {
  text-shadow: none;
}
#jc #comments-footer {
  width: 100%;
  float: left;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
}
article .tags {
  width: 100%;
  float: left;
}
article .tags a {
  padding: 5px 15px;
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5 !important;
  text-shadow: none;
  font-weight: normal;
}
#sp-brands-wrapper .vina-manufacturers-virtuemart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#sp-brands-wrapper .vina-manufacturers-virtuemart .vina-prev,
#sp-brands-wrapper .vina-manufacturers-virtuemart .vina-next {
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  position: absolute;
  border: 1px solid #eee;
  top: 50%;
  margin-top: -18px;
}
#sp-brands-wrapper .vina-manufacturers-virtuemart .vina-prev {
  width: 36px;
  height: 36px;
  background: url(../images/btn-slider01.png) 0 0 no-repeat;
  left: 0px;
}
#sp-brands-wrapper .vina-manufacturers-virtuemart .vina-prev:hover {
  background-position: 0 100%;
}
#sp-brands-wrapper .vina-manufacturers-virtuemart .vina-next {
  width: 36px;
  height: 36px;
  background: url(../images/btn-slider01.png) 100% 0 no-repeat;
  right: 0px;
}
#sp-brands-wrapper .vina-manufacturers-virtuemart .vina-next:hover {
  background-position: 100% 100%;
}
#sp-bottom-wrapper a:not(.btn) {
  display: inline-block;
}
#sp-bottom2-wrapper #bottom2 {
  padding: 30px 10px 35px;
}
#sp-bottom2-wrapper .acymailing_module .acymailing_module_form {
  padding: 0 15px !important;
}
#sp-bottom2-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-bottom2-wrapper .acymailing_module form {
  margin: 0;
}
#sp-bottom2-wrapper table.acymailing_form {
  background-color: #ececec;
  overflow: hidden;
  width: 90%;
  float: left;
}
#sp-bottom2-wrapper table.acymailing_form input.inputbox {
  display: block;
  border: none;
  background: none;
  padding: 12px 10px;
  color: #333;
  border-radius: 0;
  height: 39px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}
#sp-bottom2-wrapper table.acymailing_form input.btn-primary {
  background: none repeat scroll 0 0 #525252;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  float: right;
  font-size: 13px;
  height: 39px;
  padding: 13px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  float: right;
}
#sp-bottom2-wrapper .acymailing_module_form td {
  padding: 0;
}
ul.link-follow li {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
ul.link-follow li a {
  position: relative;
  display: block;
  height: 45px;
  line-height: 40px;
  width: 45px;
  text-align: center;
  color: #fff !important;
  font-size: 22px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 100%;
}
ul.link-follow li a .social-title {
  min-width: 70px;
  height: auto;
  line-height: 20px;
  padding: 1px 5px;
  left: 50%;
  margin-left: -40px;
  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;
}
ul.link-follow li a .social-title: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);
}
ul.link-follow li a .social-title: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;
}
ul.link-follow li a:hover .social-title {
  bottom: 50px;
  display: block;
}
.payment {
  margin: 10px 0 0;
}
ul.breadcrumb {
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  background: transparent;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li .divider {
  padding: 0 5px;
}
ul.breadcrumb li span {
  font-weight: bold;
  font-style: italic;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper #footer {
  padding: 20px 0;
}
#sp-footer-wrapper .row-fluid {
  visibility: visible !important;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .copyright {
  font-style: normal;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  clear: both;
  text-align: center;
}
#sp-footer-wrapper .sp-totop {
  background: url("../images/scroll-to-top.png") no-repeat scroll 50% 50%;
  bottom: 35px !important;
  display: none;
  height: 51px;
  position: fixed;
  right: 12px !important;
  width: 51px;
  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;
}
.home-2 #sp-bottom-wrapper,
.home-2 #sp-bottom2-wrapper,
.home-2 #sp-footer-wrapper {
  background: url(../images/bg_blog.jpg);
}
.carousel-control {
  font-size: 40px;
  line-height: 20px;
}
.carousel-control i {
  font-size: 30px;
  line-height: 33px;
}
.vina-popup {
  text-align: center;
  padding: 35px;
  margin: 0;
  background: url(../images/bg_newsletter.jpg) no-repeat;
  width: 600px;
  height: 350px;
  color: #000;
}
.vina-popup .vina-newsletter h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.vina-popup .vina-newsletter .acymailing_introtext {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin: 8px 0 30px !important;
  color: #898989;
}
.vina-popup .acymailing_form input.inputbox {
  color: #888888;
  background: #fff;
  padding: 2px;
  margin: 0 0 5px;
  width: 350px !important;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.vina-popup .acymailing_form input.subbutton {
  background: #001894;
  color: #000;
  padding: 0 10px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  min-width: 160px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.vina-popup .acymailing_form input.subbutton:hover {
  background: #ddd;
  color: #fff;
}
#sbox-window {
  padding: 0;
  padding: 0px;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl #sp-header-wrapper .logo-wrapper {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
.rtl #sp-header-wrapper #sp-menu-top-wrapper {
  float: right;
}
.rtl #sp-header-wrapper .vina-search form {
  margin: 20px 0px 0 20px;
}
.rtl #sp-search .module {
  float: left;
}
.rtl #vmCartModule .top-cart-content {
  right: auto;
  left: 0;
}
.rtl #vmCartModule .top-cart-title a {
  border-left: 1px solid #e5e5e5;
}
.rtl #cur_form {
  border-right: none;
}
.rtl .vina-camera-slider,
.rtl .vina-carousel-product,
.rtl .vina-carousel-virtuemart {
  direction: ltr;
}
.rtl #sp-maincontent .vina-carousel-product {
  direction: ltr;
}
.rtl .ratingbox div,
.rtl .ratingbox span {
  left: 0;
}
.rtl .orderby-displaynumber .display-number .number:after {
  right: auto;
  left: 0;
}
.rtl blockquote {
  padding: 0 0px 0 15px;
}
.rtl .cart-view .cart-summary tfoot {
  text-align: left;
}
.rtl .cart-view .checkout-button-top {
  text-align: left;
}
.rtl .cart-view .billto-shipto .width50 .output-shipto input {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.rtl .form-horizontal .control-label {
  float: right;
  text-align: right;
}
.rtl .form-horizontal .controls {
  margin-right: 180px;
}
.rtl #com-form-login .width30.floatleft {
  float: right;
  margin: 0 0 0 20px;
}
.rtl #userForm .login-users h2,
.rtl .vmshop-cart-account.cart-account-login .login-users h2,
.rtl .vmshop-account.account-login .login-users h2,
.rtl .vmshop-account.account-logout .login-users h2,
.rtl .title-form {
  padding: 0 23px 5px 0px;
  background-position: right center;
}
.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 0px;
  background-position: right center;
}
.rtl #userForm fieldset .control-buttons,
.rtl #tab-1 fieldset .control-buttons {
  margin-bottom: 10px;
  margin-right: 0;
  text-align: right !important;
}
.rtl .control-buttons #reg_text {
  text-align: right;
}
.rtl .cart-view .cart-summary tbody .sectiontableentry1 td {
  border-left: 1px solid #f2f2f2;
  border-right: none;
}
.rtl .cart-view .cart-summary tbody .sectiontableentry1 td.last {
  border-left: none;
}
.rtl .blog-group-2 {
  direction: ltr;
}
.rtl .vina-testimonial .carousel ul {
  right: auto;
  left: 50%;
}
.rtl .left-testimonials .carousel ul {
  right: auto;
  left: 50%;
}
.rtl .tag-category .thumbnails > li {
  margin-right: 0;
}
.rtl .cf_flt_wrapper_rtl .slider_bkg_img {
  margin: 11px 9px 0 -8px;
}
.rtl .cf_filtering_slider_gutter_item {
  float: right;
  padding: 0 10px;
  margin: 0 10px;
  background: #909090;
}
.rtl div.productdetails .product-related-products {
  direction: ltr;
}
.rtl .vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: auto;
  left: 0;
}
.rtl .vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons .owl-next {
  right: auto;
  left: 25px;
}
.rtl .vina-carousel-feauture.vina-carousel-feauture-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: auto;
  left: -10px;
}
.rtl .vina-carousel-feauture.vina-carousel-feauture-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: auto;
  left: 15px;
}
.rtl .vina-title h1.header,
.rtl .vina-title h3.header {
  padding: 0 0px 0 17px;
  background: url("../images/bg-ma-title-right.png") no-repeat scroll left center rgba(0,0,0,0);
}
.rtl .vina-header-nobg .vina-title h3.header {
  background: none;
}
.rtl .vina-header-nobg .vina-title h3.header span {
  padding-right: 0;
  padding-left: 25px;
}
.rtl .vina-header-bg .vina-title h3.header {
  background: url("../images/block-title-right.png") no-repeat scroll left center rgba(0,0,0,0);
}
.rtl .vina-blog-post .vina-ticker-content .header-block span.up {
  right: auto;
  left: 0;
}
.rtl .vina-blog-post .vina-ticker-content .header-block span.down {
  right: auto;
  left: 25px;
}
.rtl .block-layered-nav .cf_flt_header {
  padding: 5px 20px 5px 15px;
}
.rtl .block-layered-nav .cf_filters_list li {
  padding: 10px 20px 10px 10px;
}
.rtl .block-layered-nav .cf_resetAll_link {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .block-layered-nav .cf_filtering_slide_container {
  padding: 0 30px 0 0px;
}
.rtl .block-layered-nav .form-horizontal {
  text-align: right !important;
}
.rtl .block-layered-nav .cf_wrapper_input_text_2 input {
  margin: 0 15px 0 0;
}
.rtl .block-layered-nav .slider_bkg_img {
  padding: 0px 10px !important;
}
.rtl .knob_wrapper {
  margin-left: -10px;
  background-color: transparent !important;
}
.rtl #sp-left .module .cf_wrapp_all .cf_wrapper_inner .cf_filtering_slide_container .cf_filtering_slider_gutter .knob_wrapper {
  width: auto;
}
.rtl .cf_filtering_knob {
  width: 10px;
}
.rtl .vina-ticker-virtuemart .item {
  float: right;
}
.rtl .vina-ticker-virtuemart .image-block {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .vina-ticker-virtuemart .box-des {
  text-align: right;
}
.rtl .vina-ticker-virtuemart .box-des .vm-price-value {
  float: right;
}
.rtl .vina-blog-post .vina-carousel-content .image-block {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl .vina-blog-post .vina-carousel-content .text-block .blog_down {
  float: right;
}
.rtl .vina-blog-post .vina-carousel-content .text-block .blog_down .hits {
  padding-right: 0px;
}
.rtl .vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons .owl-prev {
  right: auto;
  left: 0;
}
.rtl .vina-blog-post .vina-carousel-content.owl-theme .owl-controls .owl-buttons .owl-next {
  right: auto;
  left: 25px;
}
.rtl div.productdetails .price-box .PricesalesPrice.vm-display {
  margin: 0 0 0 5px;
  float: right;
}
.rtl .text-block .product-name {
  text-align: left;
}
.rtl .vina-tab-product .text-block .product-name {
  text-align: right;
}
.rtl .vina-mostviewed .item-inner .pull-left {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .vina-mostviewed .text-block .product-name {
  text-align: right;
}
.rtl #sp-bottom2-wrapper table.acymailing_form {
  float: right;
}
.rtl .left-testimonials .testimonial-content-avatar {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.rtl .left-testimonials .testimonial-date {
  text-align: right;
}
.rtl .vina-blog-post .vina-ticker-content .image-block {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
.rtl .vina-blog-post .vina-ticker-content .text-block .blog_down {
  float: right;
  margin: 0;
}
.rtl .vina-blog-post .vina-ticker-content .text-block .blog_down .hits {
  padding-right: 0;
}
.rtl #sp-component-area-wrapper h1 {
  float: right;
}
.rtl .vina-blog-post.vina-blog-post-2 .vina-ticker-content .text-block .blog_down {
  float: right;
  margin: 0;
}
.rtl .vina-blog-post.vina-blog-post-2 .vina-ticker-content .text-block .blog_down .hits {
  padding-right: 0;
}
.rtl ul.link-follow li {
  float: right;
}
.rtl #sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  padding-left: 20px;
  padding-right: 0px;
}
.rtl .sp-submenu .sp-submenu-inner .megacol {
  float: right;
}
.rtl .vina-testimonial .testimonial-sidebar-content .std .testimonial-date {
  text-align: right;
}
.rtl div.productdetails .product-related-products .list_prev {
  right: auto;
  left: 0;
}
.rtl div.productdetails .product-related-products .list_next {
  right: auto;
  left: 25px;
}
.rtl div.productdetails .tab-block ul li {
  background: url("../images/bg-ma-title-right.png") no-repeat scroll left center rgba(0,0,0,0);
  padding-right: 0;
  padding-left: 17px;
}
.rtl div.productdetails .addtocart-bar span.addtocart-button {
  margin-left: 20px;
  margin-right: 0px;
}
.rtl .back-to-category {
  float: left;
}
.rtl .addtocart-area .product-fields .product-field {
  text-align: right;
}
.rtl div.productdetails .icons a {
  margin: 5px 0px 5px 10px;
}
.rtl .productdetails-view .addtocart-bar {
  text-align: right;
}
.rtl .media,
.rtl .media-body {
  overflow: visible;
  display: inline-block;
}
.rtl .blog .item .pull-left {
  float: right;
}
.rtl .blog .item .item-content .info {
  text-align: right;
}
.rtl .category-list ul.category li .list-hits {
  float: left;
}
.rtl .entry-meta ul.actions {
  float: left;
}
.rtl #sp-component-area-wrapper .entry-meta.muted > span,
.rtl #sp-component-area-wrapper .entry-meta.muted > time {
  margin: 0 5px 0 15px;
}
.rtl .blog.column-1 .item .pull-left {
  margin: 0 0px 0 10px;
}
body.rtl {
  text-align: right;
}
body.productdetails.rtl {
  direction: initial;
}
body.productdetails.rtl > * {
  direction: initial;
}
body.productdetails.rtl article,
body.productdetails.rtl aside,
body.productdetails.rtl details,
body.productdetails.rtl figcaption,
body.productdetails.rtl figure,
body.productdetails.rtl footer,
body.productdetails.rtl header,
body.productdetails.rtl hgroup,
body.productdetails.rtl nav,
body.productdetails.rtl section {
  direction: rtl;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .feature-layout-2 .vina-carousel-feauture .vina-carousel-virtuemart .item {
    padding: 0px 0px 16px !important;
  }
}
.cf_search_button.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 27px;
}
.cf_search_button.btn i {
  color: #fff;
}
#ProOPC * {
  font-family: "Oxygen", Arial, sans-serif;
}
#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;
  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;
  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;
}
#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: 14px;
  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;
}
.last .proopc-shipments,
.last .proopc-payments,
.last .proopc-coupon,
.last .proopc-cartlist,
.last .proopc-confirm-order {
  box-sizing: border-box;
  float: left;
}
#proopc-pricelist,
#proopc-payments,
#proopc-shipments,
#proopc-st-address {
  overflow: hidden;
}
#proopc-pricelist {
  overflow: initial;
}
#proopc-pricelist .inner-wrap {
  overflow: initial;
}
.proopc-empty-continue-link {
  margin-bottom: 15px;
}
.fav_title {
  font-weight: 300;
  text-align: left;
}
.fav_table button.art-button {
  background: url(../images/remove_wishlist.png) no-repeat scroll 10px center;
  line-height: 40px;
  padding-left: 38px;
  padding-right: 10px;
  display: inline-block;
  -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;
}
.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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
}
.comp_buttons .add_compare {
  float: right;
}
.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;
}
.shop_home {
  float: right;
  margin: 10px 0px 0px;
}
.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;
}
.comapre-details-inner-img {
  height: 190px;
  max-height: 190px;
  float: left;
  width: 100%;
}
.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%;
}
.product-details-inner-description {
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  float: left;
  width: 100%;
}
.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%;
}
.product-details-inner .addtocart-area form {
  margin: 0px 0px;
}
.product-details-inner span.addtocart-button {
  float: left;
}
.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-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;
}
#bd_results .compare_home {
  display: block;
  font-weight: 300;
  font-size: 28px;
}
.list-option li {
  float: left;
  width: 50%;
  display: inline-block;
}
.list-option li:first-child {
  margin-left: 0;
}
.list-option li a {
  width: 100%;
}
.list-option .addtofav_aws_icon,
.list-option .addtofav_aws_icon_active {
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px 0px 60px;
  display: inline-block;
  -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: none;
  font-size: 14px;
  width: 100%;
  position: relative;
  text-align: left;
}
.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: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}
.list-option #vmcompare {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.list-option #vmcompare a {
  height: 50px;
  line-height: 50px;
  padding: 0px 15px 0px 60px;
  display: inline-block;
  -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: none;
  font-size: 14px;
  position: relative;
  width: 100%;
  text-align: left;
}
.list-option #vmcompare a:before {
  content: "\f021";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}
.form-language div.mod-languages li {
  margin-left: 0px;
  margin-right: 0px;
}
#wk_compare {
  top: 20%;
}
#ProOPC .proopc-change-shopper-inner {
  min-height: 75px;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 > li >a {
  padding: 15px 25px 13px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover > a {
  font-weight: 400;
}
#sp-main-menu ul.level-0 > li:hover.parent > a {
  background: url(../images/arrow_menu.png) 50% 100% no-repeat;
}
#sp-main-menu li li:not(.sp-menu-group) {
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
#sp-main-menu li li:not(.sp-menu-group) .sp-submenu .sp-submenu-wrap {
  border-width: 1px;
}
#sp-main-menu li li:not(.sp-menu-group) .sp-submenu .sp-submenu-inner {
  padding: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  background: url(../images/background-title.png) repeat-x center 9px #fff !important;
  display: block;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  display: inline-block;
  background-color: #fff;
  padding-right: 20px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-submenu .sp-submenu-inner {
  overflow: hidden;
  float: left;
  padding: 30px;
}
.sp-submenu .sp-submenu-inner .megacol {
  float: left;
  margin-right: 25px;
}
.sp-submenu .sp-submenu-inner .megacol .menu-custom .sp-menu-group-title {
  display: none;
}
.sp-submenu .sp-submenu-inner .megacol .menu-custom img {
  margin-bottom: 10px;
}
.sp-submenu .sp-submenu-inner .megacol .menu-custom p {
  margin: 0;
  line-height: 24px;
}
.sp-submenu .sp-submenu-inner .megacol:last-child {
  margin-right: 0;
}
.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;
  padding: 8px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: relative;
  padding: 3px 8px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  margin: 0;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span.blocknumber-cubes {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.blocknumber-cubes.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.blocknumber-cubes.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span.blocknumber-cubes {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span.blocknumber-cubes {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1300px) {
  .responsive .vina-camera-slider .camera_caption.caption_img_1 {
    width: 35% !important;
    top: 30px !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_img_1 img {
    width: 100%;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 30px !important;
    width: 45% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .title {
    font-size: 60px;
    line-height: 60px;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .subtitle-slider {
    font-size: 80px;
    line-height: 80px;
  }
  .responsive .vina-camera-slider .camera_caption.caption_img_2 {
    left: 20% !important;
    margin-left: 0 !important;
    width: 60% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_img_2 img {
    width: 100%;
  }
  .responsive .vina-camera-slider .camera_wrap img {
    width: 100%;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text {
    width: 400px !important;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_wrap img {
    width: 100%;
  }
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text {
    left: 0 !important;
    top: 30px !important;
  }
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_img_1 {
    top: 30px !important;
  }
  .responsive .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .item {
    padding: 40px 0px !important;
    display: inline-block;
  }
  .responsive .vina-mostviewed .item-inner .pull-left {
    width: 40%;
    margin-right: 0;
    padding-right: 5px;
  }
  .responsive .vina-mostviewed .item-inner .text-block {
    float: left;
    width: 60%;
  }
  .responsive .vina-ticker-virtuemart .image-block {
    margin-right: 0;
    width: 40%;
    padding-right: 5px;
  }
  .responsive .vina-ticker-virtuemart .box-des {
    float: left;
    width: 60%;
  }
  .responsive .vina-ticker-virtuemart .item {
    margin-bottom: 10px !important;
  }
  .responsive .vina-blog-post .vina-ticker-content .text-block {
    padding: 10px 0px;
  }
  .responsive .vina-blog-post .vina-ticker-content .text-block .blog_down {
    overflow: hidden;
  }
  .responsive .vina-sale-time.vina-sale-time-2 .item-inner .box-des {
    padding: 0;
  }
  .responsive .vina-top-menu ul li a {
    min-width: 48px;
  }
  .responsive .vina-portfolio ul.gallery {
    margin: -5px;
  }
  .responsive .vina-portfolio {
    text-align: center;
  }
  .responsive .vina-portfolio ul.gallery {
    margin: -10px;
  }
  .responsive .feature-layout-2 .vina-carousel-feauture .vina-carousel-virtuemart .image-block .browseProductImage {
    width: 170px;
  }
  .responsive .list-option li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .responsive .list-option li:first-child {
    margin-top: 0px;
  }
  .responsive .cf_search_button.btn {
    display: inline-block;
    margin: 10px 10%;
    width: 80%;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper {
    padding-bottom: 10px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding-bottom: 15px;
  }
  .responsive #sp-header-wrapper #sp-menu-top-wrapper {
    float: left;
    width: 100%;
  }
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive #sp-header-wrapper .vina-search {
    width: 100%;
  }
  .responsive #sp-header-wrapper .vina-search form {
    margin: 10px 0 0;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .subtitle-slider {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .responsive #vmCartModule .top-cart-title a {
    border: none;
  }
  .responsive .form-language,
  .responsive #cur_form {
    border: none;
  }
  .responsive .vina-top-menu ul li a {
    border: none;
  }
  .responsive .vina-blog-post .vina-ticker-content .vina-item {
    width: 100%;
    float: left;
  }
  .responsive .vina-blog-post .vina-ticker-content .text-block {
    float: left;
    width: 100%;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text {
    width: 55% !important;
    left: 40% !important;
    margin: 0 !important;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text .subtitle-slider {
    font-size: 70px !important;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text .title {
    font-size: 50px !important;
    margin: 0 0px 0 0 !important;
    line-height: 70px !important;
  }
  .responsive .left-testimonials .carousel ul {
    right: 20px;
  }
  .responsive .vina-tab-category .tab-category ul.nav li {
    min-width: 0;
  }
  .responsive .vina-tab-category .add-to-links li a {
    font-size: 12px;
    padding: 0 10px;
  }
  .responsive .vina-tab-category input.addtocart-button {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  .responsive .back-to-category {
    display: none;
  }
  .responsive div.productdetails .addtocart-bar span.addtocart-button {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .responsive div.productdetails .main-image {
    min-height: 400px;
  }
  .responsive .block-layered-nav .cf_wrapper_input_text {
    padding: 5px 10px;
  }
  .responsive .block-layered-nav .cf_wrapper_input_text_2 input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    min-width: 50px;
    width: 100%;
  }
  .responsive .block-layered-nav .cf_filtering_slide_container {
    padding: 0 0 0 7px;
  }
  .responsive .block-layered-nav .cf_flt_header {
    padding: 5px;
  }
  .responsive .block-layered-nav .cf_filters_list li {
    padding: 10px;
    background: none;
  }
  .responsive .cf_flt_wrapper > div {
    height: 190px !important;
  }
  .responsive .cf_flt_wrapper .cf_flt_header {
    height: auto !important;
  }
  .responsive .block-layered-nav .cf_slider_gutter_m,
  .responsive .block-layered-nav .slider_bkg_img {
    width: 150px !important;
  }
  .responsive .blog .item .item-images {
    width: 100%;
  }
  .responsive ul#vina_gallery li {
    width: 50% !important;
  }
  .responsive #sp-menu-wrapper.nav-container-fix {
    position: relative !important;
  }
  .responsive ul.link-follow li {
    margin-right: 5px;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
  .responsive div.productdetails .vm-product-container .price-box {
    width: 100%;
    margin: 10px 0px;
  }
  .responsive div.productdetails .in-stock {
    width: 100%;
    text-align: left;
    margin: 0px 0px 10px;
  }
  .responsive .vina-carousel-feauture .vina-carousel-virtuemart .product-name a {
    font-size: 18px !important;
  }
  .responsive .fav_table button.art-button {
    line-height: 20px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .vina-header-bg .vina-title h3.header span {
    font-size: 16px;
  }
  .responsive div.productdetails .list_carousel .caroufredsel_wrapper {
    min-height: 300px !important;
  }
  .responsive div.productdetails ul#slider {
    min-height: 300px !important;
  }
  .responsive .vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .item {
    padding: 22px 0 !important;
  }
  .responsive .vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .box-des {
    padding: 0;
  }
  .responsive .vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .label-pro {
    display: none;
  }
  .responsive .vina-blog-post .vina-ticker-content .vina-item {
    padding: 0 !important;
  }
  .responsive .vina-blog-post .vina-ticker-content .text-block {
    min-height: auto;
  }
  .responsive .vina-blog-post .vina-ticker-content .text-block h3.blog-title {
    margin: 0;
  }
  .responsive .vina-blog-post .vina-ticker-content .text-block .blog_down {
    margin: 0;
  }
  .responsive .vina-blog-post .vina-carousel-content .image-block .timmer {
    padding: 5px;
  }
  .responsive .vina-blog-post .vina-carousel-content .image-block .timmer .day {
    font-size: 18px;
    line-height: 18px;
  }
  .responsive #sp-left .vina-blog-post .vina-ticker-content .header-block span.up,
  .responsive #sp-left .vina-blog-post .vina-ticker-content .header-block span.down,
  .responsive #sp-right .vina-blog-post .vina-ticker-content .header-block span.up,
  .responsive #sp-right .vina-blog-post .vina-ticker-content .header-block span.down {
    margin-top: -30px;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 180px;
  }
  .responsive #sp-header-wrapper {
    text-align: center;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-position: 50% center;
    width: 100% !important;
  }
  .responsive #sp-header-wrapper #sp-menu-top-wrapper {
    text-align: center;
  }
  .responsive #sp-header-wrapper .vina-top-menu ul {
    display: inline-block;
    float: none;
  }
  .responsive #sp-header-wrapper #sp-search {
    width: auto;
    float: none;
    display: inline-block;
  }
  .responsive #sp-header-wrapper .vina-search form:hover input.inputbox {
    width: 150px;
  }
  .responsive .vina-tab-category .tab-category ul.nav li {
    width: 33.33%;
  }
  .responsive .vina-tab-product .add-to-links li a {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive #sp-bottom-wrapper .row-fluid [class*="span"] {
    margin-bottom: 20px;
  }
  .responsive .vina-mostviewed .item-inner {
    margin-top: 20px;
  }
  .responsive .vina-mostviewed .row-fluid:first-child .item-inner {
    margin-top: 20px;
  }
  .responsive .feature-layout .vina-banner .box-col {
    width: 50%;
  }
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .subtitle-slider {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .intro-subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .responsive .feature-layout.feature-layout-4 .row-fluid [class*="span"] {
    width: 100% !important;
    float: left;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content {
    width: 100%;
  }
  .responsive #sp-bottom2-wrapper .acymailing_module .acymailing_module_form {
    padding: 0 0px !important;
  }
  .responsive #sp-bottom2-wrapper .row-fluid [class*="span"] {
    margin: 10px 0px;
  }
  .responsive .vina-banner-2 .box-col {
    float: left;
    width: 33.33%;
    text-align: center;
  }
  .responsive .vina-banner a img {
    width: 100%;
  }
  .responsive .cart-view .cart-summary .cart-images {
    padding: 0;
  }
  .responsive .cart-view .cart-summary .cart-images img {
    width: 100%;
    border: none;
  }
  .responsive .cart-view .cart-summary tbody td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .responsive .cart-view .cart-summary .tb-sku,
  .responsive .cart-view .cart-summary .tb-sku2 {
    display: none;
  }
  .responsive #com-form-login .width30.floatleft {
    margin: 0 20px 10px 0;
  }
  .responsive .blog .item .item-content {
    float: left;
    margin-top: 20px !important;
    width: 100%;
  }
  .responsive .browse-view .row-fluid {
    float: left;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .responsive .browse-view .vm-product {
    padding-bottom: 20px;
  }
  .responsive .additional-images .row-fluid,
  .responsive .additional-images .row-fluid:first-child {
    margin-bottom: 0;
  }
  .responsive .additional-images .additional-images-inner {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 3px;
  }
  .responsive .vina-tab-product .vina-carousel-virtuemart .image-block {
    width: 100%;
    padding: 20px;
  }
  .responsive .vina-tab-product .vina-carousel-virtuemart .text-block {
    width: 100%;
    padding: 20px;
  }
  .responsive .block-layered-nav .cf_filtering_slide_container {
    margin-left: 13px;
  }
  .responsive ul#vina_gallery li {
    width: 100% !important;
  }
  .responsive .vina-portfolio .gallery-filters a {
    float: left;
    margin-bottom: 10px;
  }
  .responsive .vina-mostviewed .item-inner .pull-left {
    width: 30%;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content .std {
    padding-right: 15px;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content .std .std-inner {
    padding: 15px;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content .std a {
    font-size: 13px;
  }
  .responsive #sbox-overlay {
    display: none;
  }
  .responsive #sbox-window.shadow {
    display: none;
  }
  .responsive .cf_search_button.btn {
    margin: 10px 0%;
    width: 100%;
  }
  .responsive div.productdetails .addtocart-bar span.addtocart-button {
    margin-left: 10px;
    margin-top: 0px;
    width: auto;
    display: inline-block;
  }
  .responsive #ProOPC.cart-view .cart-summary tbody td {
    text-align: right;
  }
  .responsive #ProOPC .proopc-product-name a,
  .responsive #ProOPC .col-name a {
    float: right;
  }
  .responsive .prod_name {
    min-width: 0px;
    font-size: 15px;
    font-weight: normal;
  }
  .responsive .fav_col h4 {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 599px) {
  .responsive .vina-camera-slider .camera_caption.caption_text {
    margin-left: 20px !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .subtitle-slider {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .intro-subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text .link {
    margin-top: 10px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
  .responsive .vina-tab-product .vina-carousel-virtuemart .image-block {
    padding: 0;
  }
  .responsive .item .image-block > a .pro-image {
    float: none;
    width: auto;
  }
  .responsive .vina-tab-category .tab-category ul.nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .responsive .vina-tab-category .tab-category ul.nav li a.vina-tab {
    background: none;
    line-height: 40px;
  }
  .responsive .vina-tab-category .tab-category ul.nav li:after {
    background: none;
  }
  .responsive .vina-tab-category .tab-category ul.nav li span.title {
    padding-bottom: 0;
  }
  .responsive .vina-tab-product .product-name a {
    font-size: 20px;
    padding: 0;
  }
  .responsive .vina-tab-product p.des {
    font-size: 14px;
  }
  .responsive .vina-tab-product .price-box {
    font-size: 20px;
  }
  .responsive .vina-tab-product .price-box .sale-price .PricebasePriceWithTax {
    font-size: 16px;
    line-height: 20px;
  }
  .responsive .vina-tab-product .browseProductImage {
    width: 258px;
  }
  .responsive .vina-top-menu ul li a {
    background-position: 50% 15px;
    min-height: 48px;
  }
  .responsive .vina-top-menu ul li a:hover {
    background-position: 50% -49px;
  }
  .responsive .vina-top-menu ul li.active a {
    background-position: 50% -49px;
  }
  .responsive #vmCartModule {
    height: 48px;
  }
  .responsive #vmCartModule .top-cart-title a {
    background-position: 16px 16px;
    height: 48px;
    min-height: 48px;
  }
  .responsive .form-language,
  .responsive #cur_form {
    height: 48px;
    line-height: 48px;
  }
  .responsive .form-language .bootstrap-select button.btn-default,
  .responsive #cur_form .bootstrap-select button.btn-default {
    height: 48px;
  }
  .responsive .form-language .drop-lang .drop-trigger a {
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text,
  .responsive .vina-slideshow-1 .vina-camera-slider .camera_caption.caption_text,
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text,
  .responsive .vina-slideshow-4 .vina-camera-slider .camera_caption.caption_text {
    margin-left: 0px !important;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text .subtitle-slider,
  .responsive .vina-slideshow-1 .vina-camera-slider .camera_caption.caption_text .subtitle-slider,
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .subtitle-slider,
  .responsive .vina-slideshow-4 .vina-camera-slider .camera_caption.caption_text .subtitle-slider {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text .title,
  .responsive .vina-slideshow-1 .vina-camera-slider .camera_caption.caption_text .title,
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .title,
  .responsive .vina-slideshow-4 .vina-camera-slider .camera_caption.caption_text .title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text .intro-subtitle,
  .responsive .vina-slideshow-1 .vina-camera-slider .camera_caption.caption_text .intro-subtitle,
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .intro-subtitle,
  .responsive .vina-slideshow-4 .vina-camera-slider .camera_caption.caption_text .intro-subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .responsive .vina-slideshow-2 .vina-camera-slider .camera_caption.caption_text .link,
  .responsive .vina-slideshow-1 .vina-camera-slider .camera_caption.caption_text .link,
  .responsive .vina-slideshow-3 .vina-camera-slider .camera_caption.caption_text .link,
  .responsive .vina-slideshow-4 .vina-camera-slider .camera_caption.caption_text .link {
    margin-top: 10px;
  }
  .responsive .vina-tab-product .product-name a {
    font-size: 30px;
  }
  .responsive .vina-tab-product input.addtocart-button {
    font-size: 10px !important;
    padding: 0 5px !important;
  }
  .responsive .vina-tab-product .add-to-links li a {
    font-size: 10px;
    padding: 0 5px;
  }
  .responsive .vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .image-block {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .responsive .vina-carousel-feauture.vina-carousel-feauture-1 .vina-carousel-virtuemart .box-des {
    padding: 0;
    width: 100%;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content .image_testimonial {
    padding-left: 0;
    width: 100%;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content .std {
    float: right;
    width: 100%;
    padding-bottom: 20px;
    background: none;
    margin-top: 10px;
    border: 1px solid #ddd;
  }
  .responsive .vina-testimonial .testimonial-sidebar-content .std .std-inner {
    border: none;
  }
  .responsive .vina-testimonial .carousel ul {
    bottom: -20px;
  }
  .responsive .vm-pagination.vm-pagination-top,
  .responsive .vm-pagination.vm-pagination-top {
    float: left;
  }
  .responsive .orderby-displaynumber .display-number {
    float: left;
    margin: 0;
  }
  .responsive div.productdetails .list_carousel .caroufredsel_wrapper {
    height: auto !important;
    min-height: 250px !important;
  }
  .responsive .cart-view .cart-summary tbody td {
    float: left;
    width: 100% !important;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .total-title {
    text-align: center;
    width: 100%;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
    float: none;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .title {
    width: 100%;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .total {
    text-align: center;
    width: 100%;
  }
  .responsive .cart-view .cart-summary tr th {
    float: left;
    width: 100% !important;
  }
  .responsive .cart-view .billto-shipto .width50 {
    width: 100%;
    margin: 10px 0 !important;
  }
  .responsive ul#vina_gallery .item .gallery-info .info .description {
    display: none;
  }
  .responsive .vina-portfolio ul.gallery li {
    width: 100% !important;
  }
  .responsive #vmCartModule .top-cart-content {
    width: 250px;
  }
  .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%;
  }
}
@media (max-width: 320px) {
  .responsive .container {
    min-width: auto;
  }
  .responsive #sp-menu-wrapper {
    margin-bottom: 10px;
  }
  .responsive #sp-feature-wrapper {
    display: none;
  }
  .responsive .vina-top-menu ul li a {
    min-width: 40px;
  }
  .responsive .vina-blog-post .vina-ticker-content .image-block {
    width: 100%;
  }
  .responsive .cart-view #com-form-login input {
    width: 100%;
  }
  .responsive .cart-view #com-form-login #com-form-login-remember input {
    width: auto;
  }
  .responsive .cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
    width: 100%;
  }
  .responsive #vmCartModule .top-cart-content {
    width: 200px;
  }
  .responsive .vina-carousel.vina-carousel-product .owl-theme .owl-controls .owl-buttons {
    top: -30px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
