.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: #e5e5e5;
  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;
}
#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;
  font-size: 38px;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
  border: none !important;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform .submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 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 .map .info {
  margin-top: 35px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
.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 60px;
  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;
}
@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;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@font-face {
  font-family: 'HelveticaNeueLTStd27UltraLightCondensed';
  src: url('../fonts/helveticaneueltstd-ultltcn.eot');
  src: url('../fonts/helveticaneueltstd-ultltcn.eot') format('embedded-opentype'), url('../fonts/helveticaneueltstd-ultltcn.woff') format('woff'), url('../fonts/helveticaneueltstd-ultltcn.ttf') format('truetype'), url('../fonts/helveticaneueltstd-ultltcn.svg#helveticaneueltstd-ultltcn') format('svg');
}
@font-face {
  font-family: 'HelveticaLTStdRoman';
  src: url('../fonts/helveticaltstd-roman.eot');
  src: url('../fonts/helveticaltstd-roman.eot') format('embedded-opentype'), url('../fonts/helveticaltstd-roman.woff') format('woff'), url('../fonts/helveticaltstd-roman.ttf') format('truetype'), url('../fonts/helveticaltstd-roman.svg#helveticaltstd-roman') format('svg');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  position: relative;
}
section {
  width: 100%;
  float: left;
}
input,
button,
select,
textarea,
option {
  font-family: "Open Sans";
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
button:focus,
select:focus,
textarea:focus,
option:focus {
  outline: none;
}
a,
input,
button {
  outline: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
form {
  margin: 0;
}
.row-fluid [class*="span"] {
  min-height: 0px;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
i b {
  display: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.vina-copyright {
  height: 1px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
body {
  font-size: 14px;
  line-height: 25px;
  color: #555555;
  text-align: left;
  margin: 0;
  background: url(../images/bg_page.png);
  position: relative;
}
body#home-layout-2 {
  background: #fff;
}
body#home-layout-3 {
  background: #fff;
}
body .home-layout-3 {
  font-size: 13px;
  line-height: 25px;
  color: #888;
  text-align: left;
}
.vina-body-wrapper.container {
  box-shadow: 8px 0 5px -5px #ededed, -8px 0 5px -5px #ededed;
}
.vina-body-wrapper.container .body-innerwrapper {
  padding: 0 30px;
}
.carousel-control {
  font-size: 38px;
}
.gallery-popup {
  position: initial !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
.boxed {
  background: #fff;
}
.vina-wrap-option {
  background: url("../images/bg-color.png") repeat;
  width: 300px;
  padding: 20px 5px 30px;
  position: fixed;
  top: 110px;
  left: -300px;
  border: 1px solid #ededed;
  z-index: 999;
  text-align: left;
  line-height: 20px;
  font-family: tahoma;
  font-size: 12px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-wrap-option .vina-wrap-title {
  color: #666666;
  font-size: 18px;
  padding: 0 10px 14px;
  margin: 0;
  line-height: 20px;
}
.vina-wrap-option.active {
  left: 0;
}
.vina-wrap-option .vina-option {
  background: #f5f5f5;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 100%;
}
.vina-wrap-option .option-wrapper {
  float: left;
  width: 100%;
}
.vina-wrap-option .option-container {
  float: left;
  width: 100%;
}
.vina-wrap-option .option-table {
  float: left;
  width: 100%;
}
.vina-wrap-option ul {
  margin: 0;
}
.vina-wrap-option ul li {
  padding: 7px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/bg-bottom-color.png") repeat-x 0 100%;
  float: left;
}
.vina-wrap-option ul li:last-child {
  background: none;
}
.vina-wrap-option ul li a {
  color: #666;
  float: left;
  text-transform: capitalize;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  display: block;
  text-align: left;
  position: relative;
  background: transparent;
}
.vina-wrap-option ul li a:hover,
.vina-wrap-option ul li a:focus {
  background: transparent;
}
.vina-wrap-option ul li a span {
  float: right;
  width: 75px;
  height: 25px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.vina-wrap-option ul li a span span {
  float: right;
  width: 50px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.vina-wrap-option ul li a span span span {
  float: right;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.vina-wrap-option ul li.layout1 a span {
  background: #65c178;
}
.vina-wrap-option ul li.layout1 a span span {
  background: #e44f4f;
}
.vina-wrap-option ul li.layout1 a span span span {
  background: #ffa200;
}
.vina-wrap-option ul li.layout2 a span {
  background: #cc9462;
}
.vina-wrap-option ul li.layout2 a span span {
  background: #e44f4f;
}
.vina-wrap-option ul li.layout2 a span span span {
  background: #cc9462;
}
.vina-wrap-option ul li.layout3 a span {
  background: #f17a56;
}
.vina-wrap-option ul li.layout3 a span span {
  background: #9bb770;
}
.vina-wrap-option ul li.layout3 a span span span {
  background: #f17a56;
}
.vina-wrap-option ul li.layout4 a span {
  background: #e44f4f;
}
.vina-wrap-option ul li.layout4 a span span {
  background: #9cce4b;
}
.vina-wrap-option ul li.layout4 a span span span {
  background: #e44f4f;
}
.vina-wrap-option ul li.layout5 a span {
  background: #34b696;
}
.vina-wrap-option ul li.layout5 a span span {
  background: #f45880;
}
.vina-wrap-option ul li.layout5 a span span span {
  background: #34b696;
}
.vina-wrap-option ul li.layout6 a span {
  background: #57d2f1;
}
.vina-wrap-option ul li.layout6 a span span {
  background: #f15757;
}
.vina-wrap-option ul li.layout6 a span span span {
  background: #57d2f1;
}
.vina-wrap-option .vina-control {
  cursor: pointer;
}
.vina-wrap-option .vina-control.active {
  background: url("../images/close-icon.png") no-repeat scroll 50% 50% #e44f4f;
  height: 35px;
  border-radius: 0 3px 3px 0;
  margin-right: 0px;
  margin-top: 0;
  width: 35px;
  border-left: 0;
  position: absolute;
  right: -35px;
  top: 50px;
}
.vina-wrap-option .vina-control.active.inactive {
  background: url(../images/switcher.png) no-repeat 0 0 scroll;
  border: 0 none;
  height: 37px;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  right: -37px;
  top: 50px;
  width: 37px;
}
.vina-wrap-option .vina-control a {
  float: right;
  width: 100%;
  height: 100%;
}
#sp-top-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  background: #f5f5f5;
}
#sp-top-wrapper.boxed {
  background: #fefefe;
  float: none;
  width: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
#sp-top-wrapper.boxed #currencies-block-top .moduletablevina-currency:after,
#sp-top-wrapper.boxed #currencies-block-top .moduletablevina-language:after,
#sp-top-wrapper.boxed #languages-block-top .moduletablevina-currency:after,
#sp-top-wrapper.boxed #languages-block-top .moduletablevina-language:after {
  background: #fefefe;
}
#sp-top-wrapper.electronics {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
#sp-top-wrapper.electronics #currencies-block-top select,
#sp-top-wrapper.electronics #languages-block-top select {
  font-size: 13px;
}
#sp-top-wrapper.electronics #currencies-block-top .cur-label,
#sp-top-wrapper.electronics #languages-block-top .cur-label {
  color: #888;
}
#sp-top-wrapper.electronics #currencies-block-top .moduletablevina-currency:after,
#sp-top-wrapper.electronics #currencies-block-top .moduletablevina-language:after,
#sp-top-wrapper.electronics #languages-block-top .moduletablevina-currency:after,
#sp-top-wrapper.electronics #languages-block-top .moduletablevina-language:after {
  background: #fff;
}
#currencies-block-top,
#languages-block-top {
  float: left;
  position: relative;
  margin-right: 23px;
}
#currencies-block-top .cur-label,
#languages-block-top .cur-label {
  float: left;
}
#currencies-block-top .moduletablevina-currency,
#currencies-block-top .moduletablevina-language,
#languages-block-top .moduletablevina-currency,
#languages-block-top .moduletablevina-language {
  float: left;
  position: relative;
}
#currencies-block-top .moduletablevina-currency:after,
#currencies-block-top .moduletablevina-language:after,
#languages-block-top .moduletablevina-currency:after,
#languages-block-top .moduletablevina-language:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 24px;
  color: #a0a0a0;
  vertical-align: 1px;
  padding-left: 7px;
  width: 14px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
#currencies-block-top select,
#languages-block-top select {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 18px;
  height: auto;
}
#currencies-block-top div.current,
#languages-block-top div.current {
  padding: 0 0 0 25px;
  display: block;
  color: #666;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
  position: relative;
  z-index: 8;
  cursor: pointer;
  height: 21px;
  line-height: 21px;
}
#currencies-block-top select {
  min-width: 50px;
}
#languages-block-top {
  margin-right: 0px;
}
#languages-block-top div {
  float: left;
}
#languages-block-top select {
  min-width: 65px;
}
.vina-menu-top {
  float: right;
}
.vina-menu-top ul {
  text-align: right;
  margin: 0;
}
.vina-menu-top ul li {
  padding: 0 15px 0 14px;
  line-height: 25px;
  border-right: 1px solid #e2e2e2;
  display: inline-block;
}
.vina-menu-top ul li a {
  text-decoration: none;
  text-transform: capitalize;
}
.vina-menu-top ul li:last-child {
  border: none;
}
.menu-top-social {
  margin: 0 !important;
  float: right;
}
.menu-top-social .web-links ul {
  float: right;
}
.menu-top-social .web-links ul li {
  margin-top: 0px;
}
.menu-top-social .web-links ul li a {
  background-size: 100% !important;
  height: 25px;
  width: 25px;
}
#sp-header-wrapper {
  padding: 30px 0;
  width: 100%;
  float: left;
}
#sp-header-wrapper.boxed .search form #jshop_search,
#sp-header-wrapper.boxed .search form #mod-search-searchword {
  width: 480px;
}
#sp-header-wrapper.electronics .search form {
  padding: 1px;
}
#sp-header-wrapper.electronics .search form #jshop_search,
#sp-header-wrapper.electronics .search form #mod-search-searchword {
  border: none;
}
#sp-header-wrapper.electronics .search form input.button,
#sp-header-wrapper.electronics .search form button.button {
  background: url("../images/bg-search.png") no-repeat 50% 50% #fff !important;
  width: 50px;
  text-indent: -9999px;
  line-height: 34px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-header-wrapper.electronics .search form input.button:hover,
#sp-header-wrapper.electronics .search form button.button:hover {
  background: url("../images/bg-search.png") no-repeat 50% 50% #fff !important;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 15px 0;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search-contact {
  padding: 8px 0;
}
#sp-header-wrapper .search-contact .phone {
  display: inline-block;
  padding-left: 25px;
  border-right: 1px solid #e2e2e2;
  margin-right: 14px;
  padding-right: 15px;
}
#sp-header-wrapper .search-contact .email {
  text-transform: capitalize;
  display: inline-block;
  padding-left: 25px;
}
#sp-header-wrapper .search {
  float: left !important;
}
#sp-header-wrapper .search form {
  padding-top: 5px;
  float: left;
  margin: auto;
  background: #e4e4e4;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
}
#sp-header-wrapper .search form #jshop_search,
#sp-header-wrapper .search form #mod-search-searchword {
  font-size: 13px;
  line-height: 1.42857;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  display: inline-block;
  float: left;
  padding: 13px 10px 14px;
  font-style: italic;
  color: #999;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  height: 44px;
  width: 536px;
  box-sizing: border-box;
}
#sp-header-wrapper .search form input.button,
#sp-header-wrapper .search form button.button {
  border: 0;
  text-transform: capitalize;
  width: 111px;
  line-height: 34px;
  display: block;
  padding: 5px 20px;
  font-size: 18px !important;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-left: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-header-wrapper .shopping_cart {
  background: url(../images/topcart.png) no-repeat 10px 50%;
  float: right;
  margin: 41px 0 0;
  text-align: center;
  width: 170px;
  height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-header-wrapper .shopping_cart a.tile-cart {
  display: block;
  float: left;
  line-height: 50px;
  padding-left: 42px;
}
#sp-header-wrapper .shopping_cart b {
  color: #fff;
  font-weight: normal;
  float: left;
  margin-right: 3px;
}
#sp-header-wrapper .shopping_cart span {
  color: #fff;
  font-weight: normal;
  float: left;
}
#sp-header-wrapper .shopping_cart .cart_block {
  float: left;
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  width: 250px;
  border: none;
  border-radius: 0;
  border: 1px solid #ededed;
  background: #fff;
  padding: 10px 10px 15px 10px;
  text-align: left;
  margin: 0;
}
#sp-header-wrapper .shopping_cart .cart_block .block_content {
  padding: 0;
  float: none;
  margin-bottom: 0;
  text-align: left;
}
#sp-header-wrapper .shopping_cart .cart_block .cart_block_no_products {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
}
#sp-header-wrapper .shopping_cart .cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  padding: 7px 0;
}
#sp-header-wrapper .shopping_cart .cart_block .cart-prices .cart-prices-line.last-line {
  border: none;
  background: url("../images/title-block.png") repeat-x top;
}
#sp-header-wrapper .shopping_cart .cart_block .cart-prices .cart-prices-line span {
  color: #777;
}
#sp-header-wrapper .shopping_cart .cart_block .cart_block_total {
  float: right;
  font-size: 16px;
}
#sp-header-wrapper .shopping_cart .cart_block .cart-buttons {
  overflow: hidden;
  margin: 0;
  float: right;
}
#sp-header-wrapper .shopping_cart .cart_block .cart-buttons a#button_order_cart {
  margin-right: 0;
  border: none;
  text-shadow: none;
  color: white;
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-header-wrapper .shopping_cart .cart_block .cart-buttons span i.pull-right {
  margin-right: 0;
  margin-left: 5px;
  line-height: 44px;
}
#sp-header-wrapper .shopping_cart:hover .cart_block {
  display: block;
}
.search input.inputbox {
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-results dt {
  width: 100%;
  float: left;
}
.search-results dd.result-text {
  width: 100%;
  float: left;
}
.search-results dd.result-created {
  float: left;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
  width: 100%;
}
.visiable-gallery {
  animation-name: none !important;
  visibility: initial !important;
}
#sp-menu-wrapper {
  width: 100%;
  float: left;
  background: #f5f5f5;
}
#sp-menu-wrapper.electronics {
  background: #fdfdfd;
}
#sp-main-menu .vina-main-product .item:hover .item-inner .des-inbox {
  bottom: -100%;
}
#sp-main-menu .vina-main-product .item:hover .item-inner .item-inner-top .info {
  opacity: 1;
}
#sp-main-menu .vina-main-product .item:hover .add-to-links li a.addToWishlist {
  left: -100%;
}
#sp-main-menu .vina-main-product .item:hover .add-to-links li a.quick-view {
  left: -100%;
}
#sp-main-menu .vina-main-product .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  margin-top: -15px;
}
#sp-main-menu .vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: auto;
  left: 5px;
}
#sp-main-menu .vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 5px;
}
.block-custom-menu .des {
  padding-left: 15px;
}
.block-custom-menu .static-fashion-trend .static-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.block-custom-menu .static-fashion-trend .static-content ul {
  margin-bottom: 10px !important;
}
.block-custom-menu .static-fashion-trend .static-content li {
  line-height: 30px;
  padding-left: 25px !important;
}
.button-link {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  white-space: normal;
  text-align: left;
  height: 44px;
  font-weight: bold;
  line-height: 44px !important;
  text-transform: capitalize;
  font-size: 18px;
  margin: 10px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.electronics .button-link {
  padding: 5px 20px;
  height: auto;
  line-height: normal !important;
  font-size: 15px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-feature-wrapper {
  width: 100%;
  float: left;
}
#sp-feature-wrapper.boxed {
  margin: 30px 0px 0px;
}
#sp-feature-wrapper.boxed .vina-camera-slider .cameraContents .caption_text .title h3 {
  font-size: 48px;
  font-family: HelveticaLTStdRoman;
  color: #fff;
  text-transform: capitalize;
}
#sp-feature-wrapper.boxed .vina-camera-slider .cameraContents .caption_text .des {
  font-size: 37px;
  font-family: HelveticaNeueLTStd27UltraLightCondensed;
  margin-left: 75px;
}
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_prev,
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_next {
  color: white;
  cursor: pointer;
  text-indent: -9999px;
  font-weight: normal;
  background: url(../images/nav_banner_slider.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  height: 49px;
  width: 25px;
  margin: auto;
}
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_prev span,
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_next span {
  display: none;
}
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_prev {
  left: 0px;
  background-position: 100% 0%;
}
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_prev:hover {
  background-position: 100% 100%;
}
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_next {
  right: 0px;
  background-position: 0% 0%;
}
#sp-feature-wrapper.boxed .vina-camera-slider .camera_wrap .camera_next:hover {
  background-position: 0% 100%;
}
#sp-feature-wrapper.boxed #sp-banner-feature img:hover {
  opacity: 0.8;
}
#sp-feature-wrapper.electronics {
  padding: 33px 0;
  width: 100%;
  background: url("../images/bg-box-banner.jpg") no-repeat 50% 0;
  background-size: 100% 100%;
}
#sp-feature-wrapper.electronics .vina-camera-slider .camera_wrap .camera_next {
  right: 10px;
}
#sp-feature-wrapper.electronics .vina-camera-slider .camera_wrap .camera_prev {
  left: 10px;
}
#sp-feature-wrapper.electronics .vina-camera-slider .cameraContents .caption_text h2.title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
#sp-feature-wrapper.electronics .vina-camera-slider .cameraContents .caption_text .intro {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}
#sp-feature-wrapper.electronics .vina-camera-slider .cameraContents .caption_text .link-subtitle {
  margin-top: 15px;
}
#sp-feature-wrapper.electronics .vina-camera-slider .cameraContents .caption_text .link-subtitle .button-link {
  font-size: 15px;
  line-height: normal;
  padding: 5px 20px;
}
#sp-feature-wrapper.electronics .block-right-banner .block-right {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
  -webkit-box-shadow: 0 0 6px 3px #e5e4e3;
  -moz-box-shadow: 0 0 6px 3px #e5e4e3;
  box-shadow: 0 0 6px 3px #e5e4e3;
  position: relative;
}
#sp-feature-wrapper.electronics .block-right-banner .block-right.col1 {
  margin: 16px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-feature-wrapper.electronics .block-right-banner .block-right a {
  display: inline-block;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 6px 3px #e5e4e3;
  -moz-box-shadow: 0 0 6px 3px #e5e4e3;
  box-shadow: 0 0 6px 3px #e5e4e3;
}
#sp-feature-wrapper.electronics .block-right-banner .block-right a img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#sp-feature-wrapper.electronics .block-right-banner .block-right a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
#sp-feature-wrapper.electronics .block-right-banner .banner-col1,
#sp-feature-wrapper.electronics .block-right-banner .banner-col2 {
  overflow: hidden;
  display: inline-block;
  float: left;
  position: relative;
  width: 48%;
}
#sp-feature-wrapper.electronics .block-right-banner .banner-col1 {
  margin-right: 4%;
}
#sp-feature-wrapper.electronics .block-right-banner p {
  z-index: 3;
  position: absolute;
  font-weight: bold;
  top: 15px;
  left: 15px;
  color: #e8e8e8;
  font-size: 19px;
  text-transform: capitalize;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
.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 h2 {
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: 1.1;
}
.vina-camera-slider .cameraContents .caption_text h2.title {
  text-transform: uppercase;
  padding: 0;
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
}
.vina-camera-slider .cameraContents .caption_text h3 {
  margin-bottom: 9px;
}
.vina-camera-slider .cameraContents .caption_text .subtitle-slider {
  font-size: 48px;
  font-weight: bold;
  text-transform: capitalize;
}
.vina-camera-slider .cameraContents .caption_text .intro {
  font-size: 82px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.1;
  display: inline-block;
}
.vina-camera-slider .cameraContents .caption_text .link a {
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
  padding: 12px 20px;
  font-size: 18px;
  height: auto;
  line-height: normal !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.vina-camera-slider .camera_wrap .camera_prev,
.vina-camera-slider .camera_wrap .camera_next {
  color: white;
  cursor: pointer;
  text-indent: -9999px;
  font-weight: normal;
  background: url(../images/bg_controls_sequence.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  height: 61px;
  width: 61px;
  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: 90px;
  background-position: 0% 0%;
}
.vina-camera-slider .camera_wrap .camera_prev:hover {
  background-position: 100% 0%;
}
.vina-camera-slider .camera_wrap .camera_next {
  right: 90px;
  background-position: 100% 100%;
}
.vina-camera-slider .camera_wrap .camera_next:hover {
  background-position: 0 100%;
}
#sp-banner-feature .vina-banner .static1,
#sp-banner-feature .vina-banner .static2 {
  width: 100%;
  float: left;
}
#sp-banner-feature .vina-banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  float: left;
}
#sp-banner-feature .vina-banner a:hover img {
  opacity: 0.8;
}
#sp-banner-feature .vina-banner a img {
  width: 100%;
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
#sp-banner-feature .vina-banner a:hover:before,
#sp-banner-feature .vina-banner a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#sp-banner-feature .vina-banner a:before,
#sp-banner-feature .vina-banner a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
#sp-banner-feature .vina-banner a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#sp-banner-feature .vina-banner a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#sp-banner-1-wrapper {
  background: #fff;
  padding: 35px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  width: 100%;
  float: left;
}
#sp-banner-1-wrapper.boxed {
  padding: 30px 0;
  border: none;
}
#sp-banner-1-wrapper.boxed .home-banner-static .banner-box .banner-box-inner {
  padding: 20px 30px 20px 90px;
  border: 1px dashed #d7d7d7;
}
#sp-banner-1-wrapper.boxed .home-banner-static .banner-box .banner-box-inner .banner-title {
  font-size: 20px;
}
#sp-banner-1-wrapper.electronics {
  background: #f5f5f5;
  padding: 45px 0 43px;
  border-bottom: 1px solid #ededed;
  border-top: 0;
}
#sp-banner-1-wrapper.electronics .home-banner-static .banner-box {
  position: relative;
}
#sp-banner-1-wrapper.electronics .home-banner-static .banner-box a {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 100%;
  float: right;
  height: 86px;
  margin-top: 33px;
  text-indent: -9999px;
  width: 86px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
#sp-banner-1-wrapper.electronics .home-banner-static .banner-box a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sp-banner-1-wrapper.electronics .home-banner-static .banner-box .box-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 55px;
  text-align: left;
  border: 1px solid #f0f0f0;
  padding: 25px 55px 25px 20px;
  background: #fff;
  color: #888;
  font-size: 17px;
}
#sp-banner-1-wrapper.electronics .home-banner-static .banner-box .box-title h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  font-size: 17px;
  line-height: normal;
}
#sp-banner-1-wrapper.electronics .home-banner-static .banner-box .box-title p {
  font-size: 12px;
  margin: 3px 0 0;
  padding-top: 0;
  line-height: normal;
}
.home-banner-static .banner-box .banner-box-inner {
  padding-left: 70px;
}
.home-banner-static .banner-box .banner-box-inner .banner-title {
  color: #444;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 3px;
}
#sp-main-body-wrapper {
  width: 100%;
  float: left;
}
#sp-main-body-wrapper.electronics #sp-message-area {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home-layout-1 #main-body #sp-left.span3 {
  width: 25.641%;
}
.home-layout-1 #main-body #sp-message-area.span9 {
  margin: 0;
  width: 74.359%;
}
.module.module-left {
  z-index: 1000;
  background: #fff;
  margin-top: 35px;
  border: 1px solid #ededed;
}
.module.module-left h3 {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
}
.module.module-left.vina-category-left {
  padding: 0 0 45px;
}
.module.module-left.vina-hot-sale {
  padding: 0 0 45px;
}
.module.module-left.vina-hot-sale h3 {
  background: url(../images/hot.png) no-repeat scroll 60% 16px;
}
.module.module-left:first-child {
  margin-top: 35px;
}
.boxed .module.module-left:first-child {
  margin-top: 0px;
}
.electronics .module.module-left,
.electronics .module.module-main {
  z-index: 1000;
  background: #fff;
  margin-top: 35px;
  border: none;
}
.electronics .module.module-left h3.header,
.electronics .module.module-main h3.header {
  background: url("../images/bg-title.png") repeat-x scroll 0 100%;
  float: left;
  width: 100%;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  border: none;
}
.electronics .module.module-left h3.header span,
.electronics .module.module-main h3.header span {
  color: #666;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin: 0 5px 0 0;
  padding: 0 0 18px;
  text-transform: capitalize;
}
.electronics .module.module-left .mod-content,
.electronics .module.module-main .mod-content {
  width: 100%;
  float: left;
}
.electronics .module.module-left.vina-hot-sale,
.electronics .module.module-main.vina-hot-sale {
  padding: 0;
}
.electronics .module.module-left.vina-category-left,
.electronics .module.module-main.vina-category-left {
  padding: 0;
}
.electronics .module.module-main {
  margin-top: 20px;
}
.electronics .vina-category-left.module-left h3.header {
  padding: 13px 20px;
  background: #171cd6;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.electronics .vina-category-left.module-left h3.header span {
  background: url("../images/icon-vgamenu.png") no-repeat 100% 3px;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 20px;
  color: #fff;
}
.electronics .vina-category-left .vina-treeview-jshopping {
  border: 1px solid #f0f0f0;
}
.electronics .vina-category-left .vina-treeview-jshopping > ul li {
  padding: 0 !important;
  background: none !important;
  position: relative;
}
.electronics .vina-category-left .vina-treeview-jshopping > ul li a {
  display: block;
  line-height: 24px;
  padding: 13px 20px;
  height: auto;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
  color: #888;
  background-image: none !important;
}
.electronics .vina-category-left .vina-treeview-jshopping > ul li a:after {
  display: none;
}
.electronics .vina-category-left .vina-treeview-jshopping > ul li > ul > li > a:before {
  display: none;
}
.electronics .vina-category-left .vina-treeview-jshopping > ul li > ul > li > ul > li > a:before {
  display: none;
}
.electronics .module.module-left.vina-hot-sale h3 {
  background-position: 0 100% !important;
}
.banner-left {
  display: inline-block;
  width: 100%;
  padding: 32px 26px;
  background: #fcfcfc;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-left h2 {
  font-size: 23px;
  color: #333333;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.banner-left h2 p {
  color: #666666;
  padding: 0;
  margin: 3px 0 13px 0;
  font-weight: normal;
}
.vina-category-left .vina-treeview-jshopping > ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-category-left .vina-treeview-jshopping > ul li {
  padding: 0 !important;
  background: none !important;
  position: relative;
}
.vina-category-left .vina-treeview-jshopping > ul li a {
  border-right: none !important;
  text-decoration: none;
  display: block;
  line-height: 28px;
  padding: 13px 20px 13px 54px;
  height: 52px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-category-left .vina-treeview-jshopping > ul li a:after {
  display: none;
}
.vina-category-left .vina-treeview-jshopping > ul li .hitarea {
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -20px 0px 0px;
  float: right;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 9;
}
.vina-category-left .vina-treeview-jshopping > ul li.collapsable {
  border-bottom: 0;
}
.vina-category-left .vina-treeview-jshopping > ul li.collapsable .hitarea {
  top: 18px;
  margin-top: -10px;
  line-height: 21px;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul {
  border-bottom: none;
  border-top: 1px solid #ededed;
  margin: 0;
  background: #fcfcfc;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > a {
  margin-left: 10px;
  text-transform: capitalize;
  position: relative;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > a:before {
  content: "\f105";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 23px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  line-height: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > a:hover:before {
  left: 30px;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > ul {
  background: #fff;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > ul > li > a {
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > ul > li > a:before {
  content: "\f101";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 23px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  line-height: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
}
.vina-category-left .vina-treeview-jshopping > ul li > ul > li > ul > li > a:hover:before {
  left: 30px;
}
.vina-shop-by .jshop_filters {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-shop-by .jshop_filters form {
  margin: 0;
}
.vina-shop-by dl {
  margin: 0;
  border-bottom: 1px solid #ededed;
  padding: 0px 20px 30px;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-shop-by dl:last-child {
  border: none;
}
.vina-shop-by dt {
  padding: 10px 0px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.vina-shop-by dd {
  padding: 5px 0 12px;
  margin: 0;
  line-height: 20px;
}
.vina-shop-by li {
  padding: 10px 0px;
  line-height: 30px;
}
.vina-shop-by li a {
  text-decoration: none;
  font-size: 16px;
}
.vina-shop-by .box_manufacrurer li {
  float: left;
  line-height: 20px;
  padding: 10px 0;
  width: 100%;
}
.vina-shop-by .box_manufacrurer li a {
  text-decoration: none;
  font-size: 16px;
}
.vina-shop-by input[type="checkbox"] {
  margin: 0 4px 0px 0px;
}
.vina-shop-by #search {
  display: inline-block;
}
.vina-shop-by #search input {
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 80px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  margin: 0;
  height: 44px;
  padding: 3px;
  text-align: center;
}
.vina-shop-by .button-link {
  margin-left: 10px;
}
.electronics .vina-shop-by dl {
  padding: 20px 0;
}
.electronics .vina-shop-by .button-link {
  margin-left: 0px;
}
.electronics .vina-shop-by #search input {
  height: 40px;
}
.boxed .vina-shop-by .button-link {
  margin-left: 0;
}
.tagspopular ul {
  padding: 20px 20px 30px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tagspopular ul li a {
  width: auto;
  color: #666 !important;
  height: 30px;
  line-height: 30px;
  display: block;
  border: 1px solid #ededed;
  background: #f5f5f5;
  padding: 0 15px;
  float: left;
  font-weight: normal;
  margin: 5px 9px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 13px;
}
.tagspopular ul li a:hover {
  text-decoration: none;
  border-color: #ccc;
}
.vina-newsletter {
  padding: 20px 20px 30px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-newsletter form {
  margin: 0;
}
.vina-newsletter form .acymailing_introtext {
  margin: 0 0 5px 0 !important;
  line-height: 20px;
}
.vina-newsletter form table {
  wfloat: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-newsletter form table input {
  display: inline-block;
  margin: 3px 6px 3px 0px;
  padding: 5px 10px;
  line-height: 30px;
  height: 48px;
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-newsletter form table input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-newsletter form table input.button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  border: none;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  white-space: normal;
  text-align: left;
  height: 44px;
  font-weight: bold;
  float: left;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 12px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.electronics .tagspopular ul {
  padding: 20px 0px 30px;
}
.electronics .vina-newsletter {
  padding: 20px 0px 30px;
}
.web-links ul li {
  float: left;
  margin: 5px 5px 0 0;
}
.web-links ul li a {
  display: block;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
}
.web-links ul li a.rss {
  background: url(../images/rss.png) no-repeat;
}
.web-links ul li a.picasa {
  background: url(../images/picasa.png) no-repeat;
}
.web-links ul li a.face {
  background: url(../images/face.png) no-repeat;
}
.web-links ul li a.google {
  background: url(../images/google.png) no-repeat;
}
.web-links ul li a.twitter {
  background: url(../images/twitter.png) no-repeat;
}
.vina-left-product .product-name a {
  text-transform: uppercase;
  font-weight: bold;
}
.vina-left-product .owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 1px 1px 3px 1px #ccc;
  -moz-box-shadow: inset 1px 1px 3px 1px #ccc;
  box-shadow: inset 1px 1px 3px 1px #ccc;
  margin: 0 3px;
}
.vina-left-product .owl-theme .owl-controls .owl-page.active span,
.vina-left-product .owl-theme .owl-controls .owl-page:hover span {
  cursor: pointer;
}
.electronics .vina-ticker-jshopping .products-block-image {
  margin-right: 18px;
}
.electronics .vina-ticker-jshopping .product-content {
  padding-left: 0px;
}
.vina-ticker-jshopping {
  position: relative;
}
.vina-ticker-jshopping .products-block-image {
  display: block;
  border: 1px solid #ededed;
  margin-right: 0px;
}
.vina-ticker-jshopping .products-block-image .img-responsive {
  width: 100%;
}
.vina-ticker-jshopping .comments_note {
  margin-top: 2px;
}
.vina-ticker-jshopping .product-name {
  overflow: initial;
  text-overflow: inherit;
  white-space: normal;
  line-height: 20px;
}
.vina-ticker-jshopping .product-name a {
  float: left;
}
.vina-ticker-jshopping .old-price.product-price {
  display: none;
}
.vina-ticker-jshopping .product-content {
  margin: 0;
  padding-left: 18px;
}
.vina-ticker-jshopping .vina-items {
  width: 100%;
}
.vina-ticker-jshopping .vina-item {
  border-bottom: 1px solid #ededed !important;
}
.vina-ticker-jshopping .header-block {
  position: absolute !important;
  top: -45px;
  right: 0;
}
.vina-ticker-jshopping .header-block span.toggle {
  display: none !important;
}
.vina-ticker-jshopping .header-block span.up {
  background: #919191 !important;
  position: relative !important;
  width: 31px !important;
  height: 31px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-right: 2px;
  right: auto !important;
}
.vina-ticker-jshopping .header-block span.up:after {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: 1px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.vina-ticker-jshopping .header-block span.down {
  background: #919191 !important;
  position: relative !important;
  width: 31px !important;
  right: auto !important;
  height: 31px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.vina-ticker-jshopping .header-block span.down:after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: 1px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.vina-ticker-jshopping .actions {
  display: none;
  float: left;
  width: 100%;
}
.vina-ticker-jshopping .actions .add-to-links {
  float: left;
  display: inline-block;
  margin: 0;
}
.vina-ticker-jshopping .actions .add-to-links .wishlist {
  float: left;
}
.vina-ticker-jshopping .actions .add-to-links li {
  float: left;
}
.vina-ticker-jshopping .actions .add-to-links li a {
  float: left;
  left: auto;
  top: auto;
  right: auto;
  position: relative;
}
.vina-ticker-2 .vina-ticker-jshopping .products-block-image {
  margin-right: 35px;
}
.vina-ticker-2 .vina-ticker-jshopping .product-content {
  padding: 0;
}
.vina-ticker-2 .vina-ticker-jshopping .vina-item {
  border-bottom: none !important;
}
.vina-ticker-2 .vina-ticker-jshopping .vina-item:hover .actions {
  display: block;
}
.vina-ticker-2 .vina-ticker-jshopping .vina-item:hover .actions .add-to-links li a {
  left: auto;
  right: auto;
  position: relative;
}
.vina-hot-sale .vina-ticker-jshopping .actions {
  display: inline-block;
}
.vina-hot-sale .vina-ticker-jshopping .actions .add-to-links {
  display: none;
}
.boxed #sp-message-area {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.electronics #sp-message-area {
  padding: 35px 0px;
}
.electronics #sp-message-area h3.header,
.electronics #sp-message-area h1.header {
  padding: 0;
  line-height: normal;
  border: none;
  background: url("../images/bg-title.png") repeat-x scroll 0 bottom;
  float: left;
  width: 100%;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  border: none;
}
.electronics #sp-message-area h3.header span,
.electronics #sp-message-area h1.header span {
  color: #666;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin: 0 5px 0 0;
  padding: 0 0 18px;
  text-transform: capitalize;
}
#sp-message-area {
  background: #fff;
  box-shadow: 5px 0 3px -3px #ededed, -5px 0 3px -3px #ededed;
  padding: 20px 15px 28px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-message-area h3.header {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 23px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
#sp-message-area h1 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 23px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
#sp-message-area .moduletable > h3 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 23px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
#sp-message-area .productfull {
  margin-top: 20px;
}
#sp-message-area .productfull .detailsLeft .text_zoom {
  display: none;
}
#sp-message-area .productfull .detailsLeft .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
  margin: 0 0 10px;
  border: 1px solid #ededed;
}
#sp-message-area .productfull .detailsLeft .thumbnail a {
  display: inline-block;
  width: 100%;
}
#sp-message-area .productfull .detailsLeft .jshop_img_description {
  display: inline-block;
  margin: 0px;
  width: 100%;
}
#sp-message-area .productfull .detailsLeft .jshop_img_description ul li .jshop_img_thumb {
  border: 1px solid #ededed;
}
#sp-message-area .productfull .detailsLeft #list_product_image_thumb ul.nav li {
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#sp-message-area .productfull .detailsLeft #list_product_image_thumb ul.nav li div.jshop_img_thumb {
  margin: 0 10px 10px 0px;
}
#sp-message-area .productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb {
  width: 107px;
  border: none;
  margin: 0;
  padding: 0;
}
#sp-message-area .productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb:first-child {
  padding-left: 0;
}
#sp-message-area .productfull .detailsRight .product-name {
  margin: 0 0 5px;
}
#sp-message-area .productfull .detailsRight .product-name h1 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  line-height: 20px;
  border: none;
  padding: 0;
}
#sp-message-area .productfull .detailsRight .short-description {
  margin: 10px 0;
}
#sp-message-area .productfull .detailsRight .price-container {
  border-bottom: 1px solid #ededed;
}
#sp-message-area .productfull .detailsRight .availability {
  margin: 10px 0;
  float: right;
}
#sp-message-area .productfull .detailsRight .availability span {
  font-weight: normal;
  margin-left: 10px;
  color: #fff;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-message-area .productfull .detailsRight .price-box {
  margin: 10px 0;
}
#sp-message-area .productfull .detailsRight .price-box .special-price {
  display: block;
  padding: 0;
  line-height: 30px;
  margin: 0;
}
#sp-message-area .productfull .detailsRight .price-box .special-price .price {
  font-size: 30px;
  font-weight: bold;
}
#sp-message-area .productfull .detailsRight .price-box .old-price {
  display: block;
  line-height: 25px;
  margin: 0;
}
#sp-message-area .productfull .detailsRight .price-box .old-price .price {
  font-size: 23px;
  font-weight: bold;
  color: #ccc;
}
#sp-message-area .productfull .detailsRight .qty_in_stock #product_qty {
  font-weight: normal;
  text-transform: uppercase;
}
#sp-message-area .productfull .detailsRight .no-rating {
  margin: 0;
}
#sp-message-area .productfull .detailsRight .product-options {
  margin: 0px;
  padding: 0;
  position: relative;
  background: none;
  border: 0;
  display: inline-block;
  width: 100%;
}
#sp-message-area .productfull .detailsRight .product-options .product-options-item {
  width: 50%;
  float: left;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-message-area .productfull .detailsRight .product-options dl {
  margin: 0;
  width: 100%;
  float: left;
}
#sp-message-area .productfull .detailsRight .product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
  width: 100%;
  float: left;
}
#sp-message-area .productfull .detailsRight .product-options dd {
  width: 100%;
  float: left;
  margin: 0;
}
#sp-message-area .productfull .detailsRight .product-options select {
  width: 100%;
  padding: 6px 10px;
  color: #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-message-area .productfull .detailsRight .product-options .prod_attr_img {
  display: none;
}
#sp-message-area .productfull .detailsRight .not_available {
  margin: 0;
}
#sp-message-area .productfull .detailsRight .input-box {
  position: relative;
}
#sp-message-area .productfull .detailsRight .input-box:before {
  width: 29px;
  height: 34px;
  background: #efefef url(../images/select_lang.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  pointer-events: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-message-area .productfull .detailsRight .input-box label {
  display: inline;
  float: left;
  margin: 0 0 5px;
  width: 100%;
}
#sp-message-area .productfull .detailsRight .product-options-bottom {
  width: 100%;
  float: left;
}
#sp-message-area .productfull .detailsRight .add-to-cart {
  border-bottom: 1px solid #ededed;
  margin: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
#sp-message-area .productfull .detailsRight .add-to-cart label {
  float: left;
  margin: 0 10px 0 20px;
  color: #666;
  line-height: 44px;
}
#sp-message-area .productfull .detailsRight .add-to-cart .qty-increase,
#sp-message-area .productfull .detailsRight .add-to-cart .qty-decrease {
  display: none;
}
#sp-message-area .productfull .detailsRight .add-to-cart .qty {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  margin: 6px 0;
  padding: 7px 0;
  text-align: center;
  width: 50px;
}
#sp-message-area .productfull .detailsRight .add-to-cart button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  float: left;
}
#sp-message-area .productfull .detailsRight .add-to-cart button.button span {
  display: block;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-message-area .productfull .detailsRight .add-to-cart button.button span span {
  border: 0;
  padding: 0;
}
#sp-message-area .productfull .detailsRight .add-to-box {
  border-bottom: 1px solid #ededed;
  margin: 20px 0;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
#sp-message-area .productfull .detailsRight .add-to-box ul {
  margin: 0;
  float: left;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}
#sp-message-area .productfull .detailsRight .add-to-box ul li {
  display: inline;
  float: left;
  margin-right: 25px;
}
#sp-message-area .productfull .detailsRight .add-to-box ul li a,
#sp-message-area .productfull .detailsRight .add-to-box ul li input {
  color: #666;
  font-weight: normal;
  padding: 0px 0px 0px 25px;
  line-height: 25px;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sp-message-area .productfull .product-collateral {
  margin-top: 30px;
}
#sp-message-area .productfull .product-collateral .product-tabs-container {
  border: 1px solid #ededed;
  padding: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-message-area .productfull .product-collateral .product-tabs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  border: none;
  overflow: hidden;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}
#sp-message-area .productfull .product-collateral .product-tabs li {
  float: left;
  border-right: 1px solid #ededed;
  font-size: 1.1em;
  line-height: 1em;
}
#sp-message-area .productfull .product-collateral .product-tabs li:last-child {
  border-right: 0;
}
#sp-message-area .productfull .product-collateral .product-tabs li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  text-transform: uppercase;
  border: none;
  background: none;
}
#sp-message-area .productfull .product-collateral .tab-content {
  padding: 15px 10px;
  margin-top: 5px;
  background-color: #fff;
}
#sp-message-area .productfull .product-collateral .tab-content ul {
  margin: 0 0 10px 25px;
}
#sp-message-area .related-container {
  float: left;
  width: 100%;
  position: relative;
}
#sp-message-area .related-container .header-title {
  padding: 10px 0;
  margin: 20px 0 30px;
  border-bottom: 1px solid #ededed;
}
#sp-message-area .related-container .header-title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
#sp-message-area .list_related .carousel-control {
  width: 34px;
  height: 34px;
  background: url(../images/bx-controls-direction.png) 0 0 no-repeat #919191;
  display: block;
  position: absolute;
  top: -60px;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  opacity: 1;
}
#sp-message-area .list_related .carousel-control.left {
  right: 40px;
  left: auto;
  background-position: 0 100%;
}
#sp-message-area .list_related .carousel-control.right {
  right: 0px;
  background-position: 100% 100%;
}
#sp-message-area .list_related .vina-main-product .item:hover .item-inner {
  border: none;
}
#sp-message-area .vina-weekly-featured h3.header {
  margin: 16px 0 0;
  padding: 15px 0;
}
.required em {
  margin-right: 3px;
}
.vina-button {
  border-radius: 3px;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
}
.vina-button-4 {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
}
button.vina-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  float: left;
}
button.vina-button span {
  display: block;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
button.vina-button span span {
  border: 0;
  padding: 0;
}
.vina-button-small {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  float: left;
}
.vina-button-small span {
  display: block;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.vina-button-small span span {
  border: 0;
  padding: 0;
}
.electronics button.vina-button span {
  padding: 5px 20px;
  font-size: 15px;
  line-height: 25px;
}
#jshop_menu_order {
  background: none;
  display: inline-block;
  padding: 10px 0px;
  background: #fff;
  margin: 0 !important;
  width: 100%;
  border: none !important;
  display: inline-block;
  box-sizing: border-box;
}
#jshop_menu_order dl {
  margin-bottom: 20px;
}
#jshop_menu_order dl dt {
  font-size: 13px;
  font-weight: normal;
  line-height: 27px;
  border: 1px solid #ededed;
  margin: 0 0 6px;
  padding: 2px 8px;
  color: #555;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#jshop_menu_order dl dt span,
#jshop_menu_order dl dt a {
  font-weight: normal;
  border: 0;
  margin: 0;
  color: #777;
  display: block;
  text-decoration: none;
}
.step-title {
  margin: 16px 0 0;
  background: none;
  background: #ededed;
  border: 1px solid #ededed;
  padding: 7px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title .number {
  color: #fff;
  text-shadow: none;
  float: left;
  padding: 0 4px;
  margin: 0 5px 0 0;
  font: normal 11px/14px arial, helvetica, sans-serif;
}
.step-title h2 {
  color: #555;
  float: left;
  margin: 0;
  font: normal 13px/16px Arial, Helvetica, sans-serif;
}
.step-title h2 #active_step {
  font-weight: normal;
}
.step-title.active {
  display: block;
}
.fields {
  width: 100%;
  float: left;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop_register {
  width: 100% !important;
  padding: 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .fields {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.jshop_register .field {
  float: left;
  width: 275px;
}
.jshop_register label {
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -14px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .input-box input.inputbox,
.jshop_register .input-box select.inputbox {
  width: 254px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
label b {
  font-weight: normal;
  color: #666;
}
.data-table td {
  vertical-align: top;
  font-weight: normal;
  padding: 6px 10px;
}
.data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}
.data-table tfoot {
  border-bottom: 1px solid #ededed;
}
.data-table tfoot td {
  padding: 6px 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #ededed;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#checkout-review-table {
  border: 1px solid #ededed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  box-sizing: border-box;
  margin: 0px;
  background: #fff;
}
#checkout-review-table thead {
  background: #ededed;
}
#checkout-review-table thead th {
  font-weight: bold;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  color: #666;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
#checkout-review-table tfoot tr.last strong,
#checkout-review-table tfoot tr.last .price {
  font-weight: bold;
}
#checkout-review-table .product-name {
  font-weight: normal;
  color: #333;
  font-size: 13px;
}
#checkout-review-table .product-name .short_description {
  display: none;
}
#checkout-review-table .price {
  color: #555;
  font-weight: normal;
}
#checkout-review-table .cart-price .price {
  font-size: 30px;
  font-weight: bold;
}
#checkout-review-table strong {
  font-weight: normal;
}
#checkout-review-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
  color: #777;
}
.jshop-place-order strong {
  font-weight: normal;
  float: left;
  width: 120px;
}
.jshop-place {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.jshop-place table {
  float: left;
}
#wishlist-table {
  border: 1px solid #ddd;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .price {
  font-size: 30px;
  font-weight: bold;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table .add-to-cart-alt {
  overflow: hidden;
  float: right;
  margin-top: 20px;
}
#wishlist-table.data-table input.qty {
  width: 50px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  float: left;
  height: 44px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
  text-align: right;
}
.jshop-cart .entry-header {
  border-bottom: 0;
  margin: 0 0 25px;
}
.jshop-cart #shopping-cart-table {
  border-collapse: collapse;
  max-width: 100%;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
}
.jshop-cart #shopping-cart-table td {
  line-height: 75px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.jshop-cart #shopping-cart-table .cart-price .price {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.jshop-cart #shopping-cart-table .product-name {
  text-align: center;
  line-height: 75px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.jshop-cart #shopping-cart-table .item-options {
  text-align: center;
  line-height: 0;
}
.jshop-cart #shopping-cart-table .item-options span {
  display: inline-block;
  font-weight: normal;
  font-style: italic;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
  display: inline-block;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute .value {
  padding-left: 10px;
  margin: 0 0 6px;
}
.jshop-cart #shopping-cart-table .item-options .short_description {
  display: none;
}
.jshop-cart .data-table tbody th,
.jshop-cart .data-table tbody td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.jshop-cart .data-table td {
  padding: 10px;
}
.jshop-cart .data-table td .product-image {
  display: block;
  width: 120px;
}
.jshop-cart .data-table .product-image img {
  border: none;
  padding: 0px;
}
.jshop-cart .data-table .product-name {
  font-weight: normal;
  margin: 0 0 5px;
  color: #2f2f2f;
}
.jshop-cart .data-table .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  width: 2.5em;
  text-align: center;
  background: #fff;
  height: 25px;
  line-height: 25px;
  margin: 0;
}
.jshop-cart .data-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  background: #ededed;
}
.jshop-cart .data-table thead th {
  background: none;
  font-weight: bold;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  color: #666;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.jshop-cart .data-table tfoot {
  border-bottom: 1px solid #d9dde3;
  background: #ededed;
}
.jshop-cart .data-table tfoot td {
  vertical-align: top;
  font-weight: normal;
  border-bottom: 0;
  border-right: 1px solid #ededed;
  padding: 5px 10px;
}
.jshop-cart .data-table .tbody th {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.jshop-cart .data-table .tbody td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.jshop-cart .data-table .btn-continue {
  float: left;
}
.jshop-cart .data-table .btn-update {
  float: right;
}
.jshop-cart .data-table .btn-checkout {
  float: right;
  margin-left: 10px;
}
.btn-remove {
  display: block;
  width: 18px;
  height: 24px;
  margin: 30px 0 0;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.png) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cart-collaterals {
  padding: 25px 0 0;
  float: left;
}
.cart-collaterals .totals {
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-collaterals .totals table {
  width: 100%;
  margin: 7px 0;
}
.cart-collaterals .totals tfoot td,
.cart-collaterals .totals tbody td {
  padding: 1px 15px 1px 7px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-collaterals .totals tfoot td strong,
.cart-collaterals .totals tbody td strong {
  font-size: 15px;
  font-weight: normal;
}
.cart-collaterals .totals .checkout-types {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
  overflow: hidden;
}
.cart-collaterals .totals .checkout-types li {
  list-style: none;
  clear: both;
  margin: 10px 0;
  float: right;
}
.cart-collaterals .totals .price {
  font-weight: normal;
  color: #555;
}
.cart-collaterals .totals .total strong,
.cart-collaterals .totals .total .price {
  font-weight: bold;
}
.cart-collaterals .discount {
  border: 1px solid #e2e2e2;
  margin: 0 0 18px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-collaterals .discount h2 {
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  color: #666;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.cart-collaterals .discount .discount-form {
  padding: 10px;
  overflow: hidden;
}
.cart-collaterals .discount .discount-form label {
  font-weight: normal;
}
.cart-collaterals .discount .discount-form .input-box {
  position: relative;
}
.cart-collaterals .discount .discount-form .input-box:before {
  width: 29px;
  height: 34px;
  background: #efefef url(../images/select_lang.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  pointer-events: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cart-collaterals .discount .discount-form .input-box input {
  width: 100%;
  padding: 6px 10px;
  color: #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-collaterals .crosssell {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 12px 15px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-collaterals .crosssell h2 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #555;
  font-size: 13px;
  font-weight: normal;
}
.checkout-step-billing {
  border-top: 0;
  background: #fff;
  padding: 0px 0px 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}
.vina-title {
  margin: 0 0 25px;
  width: 100%;
  float: left;
}
.account-login .content,
.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ededed;
  border-bottom: 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.account-login .content h2,
.account-logout .content h2 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  line-height: 24px;
}
.account-login .new-users h2,
.account-logout .new-users h2 {
  background-image: url(../images/i_page1.gif);
}
.account-login .login-users h2,
.account-logout .login-users h2 {
  background-image: url(../images/i_page2.gif);
}
.account-logout .content {
  min-height: 50px;
}
.buttons-set {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
}
.buttons-set button {
  float: right;
}
.buttons-set .lost-past {
  line-height: 30px;
}
.form-list {
  list-style: none;
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -14px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list input.inputbox,
.form-list select.inputbox {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.form-list input[type="checkbox"] {
  float: left;
  margin-right: 4px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
  background: #fff;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: left;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #ddd;
  background: #fff;
  color: #777;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  line-height: 1.35;
}
.account-create .fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.account-create .buttons-set {
  clear: both;
  margin: 0px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
  display: inline-block;
  width: 100%;
}
.reset .form-list input.validate-username {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.reset .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form .form-list input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.contact-form .form-list textarea {
  width: 529px;
}
.contact-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.contact .dl-horizontal {
  float: left;
}
.box-account {
  border: 1px solid #ededed;
  box-sizing: border-box;
  float: left;
  margin: 0px;
  padding: 15px;
  width: 100%;
  background: #fff;
}
.box-account .box-head {
  border-bottom: 1px solid #ededed;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
}
.box-account .jshop_profile_data span,
.box-account .jshop_profile_data .name {
  font-weight: normal;
  line-height: 20px;
  color: #555555;
}
.editaccount_block .vina-title {
  margin: 0;
}
.no-margin {
  margin: 0 !important;
}
.mtop-30 {
  margin-top: 30px !important;
}
.mtop-20 {
  margin-top: 20px !important;
}
.mtop-50 {
  margin-top: 50px !important;
}
.mbottom-30 {
  margin-bottom: 30px !important;
}
.mbottom-20 {
  margin-bottom: 20px !important;
}
.mbottom-50 {
  margin-bottom: 50px !important;
}
.jshop-edit {
  width: 100%;
  float: left;
}
.myorders_block_info,
.myorders_no_orders {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.vina-tab ul.nav-tabs {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none ! important;
  width: 100%;
  overflow: hidden;
  float: left;
  border: none;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.vina-tab ul.nav-tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 25px;
  line-height: 25px;
  border-left: none;
  font-weight: normal;
  text-transform: capitalize;
  list-style: none;
  overflow: hidden;
  position: relative;
  border: none;
  border-right: 1px solid #ededed;
}
.vina-tab ul.nav-tabs li a {
  padding: 0 0 0 23px;
  border: none !important;
  color: #555;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vina-tab ul.nav-tabs li a:hover {
  border: none;
}
.vina-tab ul.nav-tabs li a:hover span {
  border-bottom: 1px solid #ddd;
}
.vina-tab ul.nav-tabs li.active a span {
  border-bottom: 1px solid #ddd;
}
.vina-tab ul.nav-tabs li:first-child {
  padding-left: 0;
}
.vina-tab .tab-content {
  width: 100%;
  float: left;
  overflow: initial;
}
.vina-tab-2 ul.nav-tabs {
  background: url("../images/bg-title.png") repeat-x 0 bottom;
  float: left;
  width: 100%;
  border: none;
  margin-top: 10px;
}
.vina-tab-2 ul.nav-tabs li {
  display: inline-block;
  margin: 0 30px 0 0;
  border: none;
}
.vina-tab-2 ul.nav-tabs li a {
  display: inline-block;
  padding: 0 0 18px 0;
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #888888;
  font-weight: normal;
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vina-tab-2 ul.nav-tabs li:hover,
.vina-tab-2 ul.nav-tabs li.active {
  border: none;
}
.vina-tab-2 ul.nav-tabs li:hover a,
.vina-tab-2 ul.nav-tabs li.active a {
  cursor: pointer;
  border: none;
}
.vina-tab-2 .tab-content {
  width: 100%;
  float: left;
  overflow: initial;
}
.vina-carousel-jshopping .plabel {
  right: -1px !important;
  top: -1px !important;
  z-index: 9;
  overflow: hidden;
}
.vina-carousel-jshopping .plabel .sale {
  height: 70px;
  width: 70px;
  top: 0px;
  right: 0px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.vina-carousel-jshopping .plabel .new {
  height: 70px;
  width: 70px;
  top: 0px;
  right: 0px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.vina-carousel-jshopping .des-inbox {
  display: none;
}
.vina-carousel-jshopping .add-to-links {
  display: none;
}
.electronics .product-name a {
  color: #888 !important;
}
.actions-3 {
  display: none;
  padding: 12px 10px 16px;
  border-top: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.actions-3 .add-to-links-3 {
  font-size: 11px;
  margin: 5px 0 0;
}
.actions-3 .add-to-links-3 li {
  display: inline-block;
}
.actions-3 .add-to-links-3 li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.actions-3 .add-to-links-3 li .link-wishlist {
  color: #666 !important;
  margin: 0 0 0 12px;
  width: 18px;
  height: 20px;
  line-height: 18px;
  text-indent: -99999px;
  display: inline-block;
  font-weight: normal !important;
  overflow: hidden;
}
.actions-3 .add-to-links-3 li .link-view {
  color: #666 !important;
  margin: 0 0 0 5px;
  font-weight: normal !important;
  line-height: 19px;
  display: inline-block;
  height: 20px;
  width: 18px;
  text-indent: -99999px;
  overflow: hidden;
}
.actions-3 .add-to-links-3 li button.button-cart {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.actions-3 .add-to-links-3 li button.button-cart span {
  line-height: 25px;
  display: block;
  padding: 0 0 0 30px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  color: #888888;
  text-transform: capitalize;
}
.actions-3 .add-to-links-3 li button.button-cart span span {
  border: 0;
  padding: 0;
  background: none;
  line-height: 18px;
}
.actions-3 .add-to-links-3 li button.button-cart:hover span {
  padding: 0 0 0 30px;
}
.actions-3 .add-to-links-3 li button.button-cart:hover span span {
  padding: 0;
  background: none;
}
.product-name {
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.product-name a {
  color: #666 !important;
  text-transform: capitalize;
}
.product-name a:hover {
  color: #333 !important;
}
.comments_note {
  font-size: 11px;
  margin: 1px 0;
  width: 100%;
  float: left;
  position: relative;
}
.comments_note .vina-comment {
  display: none;
}
div.rating-cancel {
  display: none !important;
}
div.star-rating {
  background: url("../images/bkg_rating.png") no-repeat scroll 0 0px rgba(0,0,0,0);
}
div.star-rating a {
  background: url("../images/bkg_rating.png") no-repeat scroll 0 0px rgba(0,0,0,0);
}
div.star-rating a {
  background-position: 0 0px !important;
}
div.star-rating-on a {
  background-position: 0 100% !important;
}
div.star-rating-hover a {
  background-position: 0 100% !important;
}
.stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px !important;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.png) 0 0 repeat-x !important;
  text-indent: -999em;
  overflow: hidden;
}
.stars_no_active .stars_active {
  background: url(../images/bkg_rating.png) 0 100% repeat-x !important;
  height: 13px !important;
  float: none;
  text-align: left;
}
div.star-rating {
  background: none repeat scroll 0 100% transparent !important;
  overflow: hidden !important;
}
.ratings {
  line-height: 25px;
  text-align: right;
  display: inline-block;
  float: right;
  margin: 8px 0 0;
}
.ratings .amount {
  display: none;
}
.ratings .stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.ratings .stars_no_active .stars_active {
  float: none;
  text-align: left;
  height: 13px;
  background: url(../images/bkg_rating.png) 0 100% repeat-x;
}
.content_price {
  margin: 3px 0;
  clear: both;
  float: left;
}
.price.product-price {
  font-weight: normal;
  font-size: 18px;
  font-weight: bold;
}
.old-price.product-price {
  font-weight: normal;
  text-decoration: line-through;
}
.add-to-links {
  font-size: 11px;
  margin: 5px 0 0;
}
.add-to-links li {
  margin-left: 6px;
  display: inline;
  float: left;
  overflow: hidden;
}
.add-to-links li a {
  width: 30px;
  height: 30px;
  position: absolute;
  text-indent: -9999px;
  left: -100%;
  display: inline-block;
  padding: 3px 0;
  color: #666;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.add-to-links li a.addToWishlist {
  background: #aaa url(../images/wishlist.png);
  top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.add-to-links li a.quick-view {
  background: #aaa url(../images/quickview.png);
  top: 46px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.item .plabel {
  right: -1px !important;
  top: -1px !important;
  z-index: 9;
  position: absolute;
}
.item .plabel label {
  pointer-events: none;
}
.item .plabel .sale {
  height: 70px;
  width: 70px;
  top: 0px;
  right: 0px;
  position: absolute;
  text-indent: -9999px;
  z-index: 9;
}
.item .plabel .new {
  height: 70px;
  width: 70px;
  top: 0px;
  right: 0px;
  position: absolute;
  text-indent: -9999px;
  z-index: 9;
}
.vina-main-product .vina-carousel-jshopping {
  overflow: initial !important;
}
.vina-main-product .vina-carousel-jshopping .des-inbox {
  display: block;
}
.vina-main-product .vina-carousel-jshopping .add-to-links {
  display: block;
}
.vina-main-product .group-items {
  margin-bottom: 21px;
  clear: both;
}
.vina-main-product .description {
  display: none;
}
.vina-main-product .item {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.vina-main-product .item .item-inner {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.vina-main-product .item .item-inner .actions {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.vina-main-product .item .item-inner-top {
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-main-product .item .des-inbox {
  padding: 10px;
  background: url(../images/bg_des_inbox.png);
  position: absolute;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-main-product .item .des-inbox .button-container {
  padding-top: 10px;
  border-top: 1px solid #efefef;
  width: 100%;
  float: left;
}
.vina-main-product .item:hover .item-inner .des-inbox {
  bottom: 0;
}
.vina-main-product .item:hover .item-inner .item-inner-top .info {
  opacity: 0;
}
.vina-main-product .item:hover .add-to-links li a.addToWishlist {
  left: 10px;
}
.vina-main-product .item:hover .add-to-links li a.quick-view {
  left: 10px;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 31px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  margin: -15px 0px 0px;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
  text-indent: -999999px;
  overflow: hidden;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: 1px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
  text-indent: -999999px;
  overflow: hidden;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: 1px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.vina-main-product .owl-theme .owl-controls .owl-pagination {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -54px;
}
.vina-main-product .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 1px 1px 3px 1px #ccc;
  -moz-box-shadow: inset 1px 1px 3px 1px #ccc;
  box-shadow: inset 1px 1px 3px 1px #ccc;
  margin: 0 3px;
}
.vina-main-product .owl-theme .owl-controls .owl-pagination .owl-page.active span,
.vina-main-product .owl-theme .owl-controls .owl-pagination .owl-page:hover span {
  cursor: pointer;
}
.vina-main-product.vina-main-product-2 .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  margin-top: -15px;
}
.vina-main-product.vina-main-product-2 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: auto;
  left: -5px;
}
.vina-main-product.vina-main-product-2 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -5px;
}
.vina-main-product-3 .vina-carousel-jshopping {
  overflow: initial !important;
}
.vina-main-product-3 .vina-carousel-jshopping .add-to-links {
  display: block;
}
.vina-main-product-3 .des-inbox {
  display: none;
}
.vina-main-product-3 .actions-3 {
  display: block;
}
.vina-main-product-3 .group-items {
  margin-bottom: 30px;
}
.vina-main-product-3 .description {
  display: none;
}
.vina-main-product-3 .item {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ededed;
  position: relative;
}
.vina-main-product-3 .item .item-inner {
  position: relative;
  overflow: hidden;
}
.vina-main-product-3 .item .item-inner .actions {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.vina-main-product-3 .item .item-inner-top {
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-main-product-3 .item:hover {
  border: 1px solid #ccc;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-buttons div {
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  padding: 0;
  border: 1px solid #ccc;
  margin: -15px 0px 0px;
  background: #fff;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: "";
  width: 8px;
  height: 12px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -6px 0px 0px -4px;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: "";
  width: 8px;
  height: 12px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -6px 0px 0px -4px;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-pagination {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -55px;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 1px 1px 3px 1px #ccc;
  -moz-box-shadow: inset 1px 1px 3px 1px #ccc;
  box-shadow: inset 1px 1px 3px 1px #ccc;
  margin: 0 3px;
}
.vina-main-product-3 .owl-theme .owl-controls .owl-pagination .owl-page.active span,
.vina-main-product-3 .owl-theme .owl-controls .owl-pagination .owl-page:hover span {
  cursor: pointer;
}
.electronics .price.product-price {
  font-weight: normal;
  float: left;
}
.electronics .old-price.product-price {
  font-weight: normal;
  font-size: 12px;
  float: left;
  margin-left: 5px;
}
.electronics .vina-main-product .item {
  border: none;
}
.electronics .vina-main-product .owl-theme .owl-controls .owl-buttons div {
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  width: 8px;
  height: 12px;
  position: absolute;
  top: -56px;
  text-indent: -9999px;
  padding: 0;
}
.electronics .vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.electronics .vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.boxed .vina-our-favourites ul.nav-tabs li {
  width: 12.5%;
}
.vina-our-favourites ul.nav-tabs {
  border: none;
  margin-top: 30px;
  height: 125px;
  overflow: hidden;
}
.vina-our-favourites ul.nav-tabs li {
  float: left;
  display: inline-block;
  padding-right: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66%;
  -webkit-box-shadow: inset 0 -4px 3px -3px #ccc;
  -moz-box-shadow: inset 0 -4px 3px -3px #ccc;
  box-shadow: inset 0 -4px 3px -3px #ccc;
}
.vina-our-favourites ul.nav-tabs li .line-top {
  display: block;
  height: 15px;
  opacity: 0;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 {
  float: left;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  border: none;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab {
  height: 70px;
  width: 100%;
  float: left;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-books {
  background: url("../images/tab-img/books.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-electronics {
  background: url("../images/tab-img/electronics.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-clothing {
  background: url("../images/tab-img/clothing.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-gifts {
  background: url("../images/tab-img/gifts.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-health {
  background: url("../images/tab-img/health.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-medical {
  background: url("../images/tab-img/medical.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-equipments {
  background: url("../images/tab-img/equipments.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li .vina-tab2 .img-tab.img-jewellery {
  background: url("../images/tab-img/jewellery.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab {
  background: url("../images/tab-img/books_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-books,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-books {
  background: url("../images/tab-img/books_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-electronics,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-electronics {
  background: url("../images/tab-img/electronics_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-clothing,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-clothing {
  background: url("../images/tab-img/clothing_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-gifts,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-gifts {
  background: url("../images/tab-img/gifts_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-health,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-health {
  background: url("../images/tab-img/health_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-medical,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-medical {
  background: url("../images/tab-img/medical_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-equipments,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-equipments {
  background: url("../images/tab-img/equipments_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .vina-tab2 .img-tab.img-jewellery,
.vina-our-favourites ul.nav-tabs li:hover .vina-tab2 .img-tab.img-jewellery {
  background: url("../images/tab-img/jewellery_active.png") no-repeat scroll 50%;
}
.vina-our-favourites ul.nav-tabs li.active .line-top,
.vina-our-favourites ul.nav-tabs li:hover .line-top {
  opacity: 1;
}
.vina-our-favourites .tab-content {
  overflow: initial;
}
.electronics .vina-our-favourites-3 ul.nav-tabs {
  border: none;
  margin-top: 23px;
  background: #efefef;
  position: relative;
}
.electronics .vina-our-favourites-3 ul.nav-tabs li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.electronics .vina-our-favourites-3 ul.nav-tabs li .bg-top {
  display: block;
  height: 8px;
  padding: 0;
  position: absolute;
  top: -8px;
  width: 100%;
  opacity: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.electronics .vina-our-favourites-3 ul.nav-tabs li a {
  margin: 0 -2px 0 0;
  display: inline-block;
  padding: 12px 26px 15px;
  text-transform: capitalize;
  background: url("../images/bg-right-tab.png") no-repeat center right;
  border: none;
}
.electronics .vina-our-favourites-3 ul.nav-tabs li.active a,
.electronics .vina-our-favourites-3 ul.nav-tabs li:hover a {
  text-transform: capitalize;
}
.electronics .vina-our-favourites-3 ul.nav-tabs li.active .bg-top,
.electronics .vina-our-favourites-3 ul.nav-tabs li:hover .bg-top {
  opacity: 1;
}
.jshop_list_product {
  position: relative;
}
.jshop_list_product .row-fluid {
  margin: 0;
}
.jshop_list_product .box_products_sorting {
  padding: 0 !important;
  margin: 0 !important;
}
.jshop_list_product form {
  padding: 0 0 8px 0;
  margin: 10px 0 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.jshop_list_product form label {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
  vertical-align: middle;
  color: #777777;
  line-height: 22px;
}
.jshop_list_product form .sort-by {
  float: left;
  margin: 0;
  padding: 2px 20px 6px;
  position: relative;
  display: inline-block;
}
.jshop_list_product form .select-sort-by {
  display: inline-block;
}
.jshop_list_product form .select-sort-by:before {
  background: url("../images/bg-select.png") no-repeat scroll 50% 50% #fff;
  content: "";
  display: inline-block;
  float: left;
  height: 26px;
  pointer-events: none;
  position: absolute;
  right: 31px;
  top: 3px;
  width: 20px;
  width: 25px \9;
}
.jshop_list_product form .limiter {
  color: #666666;
  float: right;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 2px 20px 6px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
.jshop_list_product form .select-limiter {
  display: inline-block;
}
.jshop_list_product form .select-limiter:before {
  background: url("../images/bg-select.png") no-repeat scroll 50% 50% #fff;
  content: "";
  display: inline-block;
  float: left;
  height: 26px;
  pointer-events: none;
  position: absolute;
  right: 21px;
  top: 3px;
  width: 20px;
  width: 25px \9;
}
.jshop_list_product form select {
  box-sizing: border-box;
  line-height: 20px;
  padding: 2px 4px;
  border: 1px solid #ededed;
  margin: 0;
  vertical-align: middle;
  color: #777;
  background: #fff;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
}
.jshop_list_product form select option {
  padding-right: 10px;
}
.jshop_list_product .jshop_pagination_bottom {
  position: relative;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination {
  width: 100%;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination .pagination {
  margin-top: 12px;
}
.jshop_list_product #sort_count {
  width: 100%;
}
.jshop_list_product .list_product {
  width: 100%;
  float: left;
}
.electronics .jshop_list_product .list_product .item {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ededed;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.electronics .jshop_list_product .list_product .item .item-inner {
  position: relative;
  overflow: hidden;
}
.electronics .jshop_list_product .list_product .item .item-inner .actions {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.electronics .jshop_list_product .list_product .item .item-inner-top {
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.electronics .jshop_list_product .list_product .item:hover {
  border: 1px solid #ccc;
}
.electronics .jshop_list_product .list_product .item:hover .item-inner .item-inner-top .info {
  opacity: 1;
}
.electronics .jshop_list_product .list_product .des-inbox {
  display: none;
}
.electronics .jshop_list_product .list_product .add-to-links {
  display: none;
}
.electronics .jshop_list_product .list_product .actions-3 {
  display: block;
}
.electronics .jshop_list_product .list_product .group-items {
  margin-bottom: 30px;
}
.electronics .jshop_list_product .list_product .description {
  display: none;
}
.electronics .jshop_pagination .pagination {
  padding-bottom: 0px;
  margin: 0;
  width: 100%;
  float: left;
}
.jshop_pagination .pagination {
  padding-bottom: 30px;
  margin: 0;
  width: 100%;
  float: left;
}
.jshop_pagination .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.jshop_pagination .pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.jshop_pagination .pagination ul li a {
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 30px;
  display: inline-block;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none;
}
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}
.category-image img {
  width: 100%;
}
.vina-brand-clients .vina-manufacturers-jshopping {
  overflow: initial;
}
.vina-brand-clients .vina-manufacturers-jshopping .vina-prev,
.vina-brand-clients .vina-manufacturers-jshopping .vina-next {
  position: absolute;
  top: -70px;
  width: 31px;
  height: 31px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-brand-clients .vina-manufacturers-jshopping .vina-prev {
  right: 34px;
  text-indent: -999999px;
  overflow: hidden;
}
.vina-brand-clients .vina-manufacturers-jshopping .vina-prev:after {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: 1px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.vina-brand-clients .vina-manufacturers-jshopping .vina-next {
  right: 0px;
  text-indent: -999999px;
  overflow: hidden;
}
.vina-brand-clients .vina-manufacturers-jshopping .vina-next:after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  vertical-align: 1px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.electronics .vina-brand-clients .vina-manufacturers-jshopping .vina-prev,
.electronics .vina-brand-clients .vina-manufacturers-jshopping .vina-next {
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  width: 8px;
  height: 12px;
  position: absolute;
  top: -56px;
  text-indent: -9999px;
  padding: 0;
}
.electronics .vina-brand-clients .vina-manufacturers-jshopping .vina-prev {
  right: 13px;
}
.electronics .vina-brand-clients .vina-manufacturers-jshopping .vina-next {
  right: 0px;
}
.button.cart_button {
  font-size: 16px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  white-space: normal;
  text-align: left;
  height: 44px;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0;
  width: 100%;
}
.button.cart_button span {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-banner img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.vina-banner img:hover {
  opacity: 0.8;
}
.vina-banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.vina-banner a:hover img {
  opacity: 0.8;
}
.vina-banner a img {
  width: 100%;
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.vina-banner a:hover:before,
.vina-banner a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-banner a:before,
.vina-banner a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.vina-banner a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vina-banner a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.vina-banner-3 {
  display: inline-block;
  width: 100%;
}
.vina-banner-3 .banner-box {
  background: #fcfcfc;
  display: inline-block;
  padding: 23px 15px 0 35px;
  width: 100%;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-banner-3 .banner-box a {
  background: url("../images/banner-home3-content1.png") no-repeat 0 0;
  float: left;
  height: 156px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0;
  width: 148px;
}
.vina-banner-3 .banner-box a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-banner-3 .banner-box .box-title {
  margin-left: 175px;
  margin-top: 13px;
  color: #888;
  font-size: 17px;
}
.vina-banner-3 .banner-box .box-title h2 {
  font-size: 23px;
  color: #333333;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.vina-banner-3 .banner-box .box-title p {
  color: #666666;
  padding: 0;
  margin: 0px 0 10px 0;
  font-weight: normal;
  font-size: 14px;
}
.vina-banner-3 .banner-box .box-title .button-link {
  color: #ffffff;
  padding: 6px 15px;
  margin: 0;
  background: #96b7cb;
  font-weight: normal;
  height: auto;
  width: auto;
  text-indent: 0;
}
.vina-banner-3 .banner-box2 .banner-box {
  padding: 23px 10px 0 13px;
}
.vina-banner-3 .banner-box2 .banner-box a {
  background: url("../images/banner-home3-content2.png") no-repeat 0 0;
}
.vina-banner-3 .banner-box2 .banner-box .box-title {
  margin-left: 0;
}
.banner-home3-content-2 .banner-content {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  padding: 25px 40px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-home3-content-2 .banner-content .banner-img {
  background: url("../images/bg-home3-content2.png") no-repeat scroll 0 0;
  float: right;
  height: 154px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 405px;
}
.banner-home3-content-2 .banner-content .box-title {
  margin-right: 415px;
  text-align: left;
  margin-top: 20px;
  color: #888;
  font-size: 17px;
}
.banner-home3-content-2 .banner-content .box-title h2 {
  color: #333333;
  font-weight: bold;
  font-size: 23px;
  margin: 0;
  padding: 0;
}
.banner-home3-content-2 .banner-content .box-title p {
  color: #666666;
  margin: 0px 0 10px;
  padding-top: 0;
  font-size: 14px;
}
.banner-home3-content-2 .banner-content .box-title .button-link {
  font-weight: normal;
  margin: 0px 0;
}
.vina-banner2 .banner-content {
  margin-top: 33px;
  border: 1px solid #ededed;
}
.vina-banner2 .banner-content .banner-content-inner {
  padding: 10px 0;
}
.vina-banner2 .banner-content .col {
  display: inline-block;
  width: 19%;
  text-align: center;
  border-right: 1px dashed #ededed;
  text-transform: capitalize;
}
.vina-banner2 .banner-content .col .col-title {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 80px;
}
.vina-banner2 .banner-content .col5 {
  border-right: none;
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: none;
  background: #fff;
}
ul.breadcrumb {
  margin: 0;
  line-height: 32px;
  padding: 15px 0px;
  background: transparent;
}
.electronics ul.breadcrumb {
  padding: 0px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
body#home-layout-4 {
  background: #fff;
}
.business .vina-camera-slider .camera_wrap img {
  width: 100%;
}
.business .vina-camera-slider .cameraContents .caption_text h2.title {
  font-size: 30px;
  font-weight: normal;
}
.business .vina-camera-slider .cameraContents .caption_text .subtitle-slider {
  font-size: 60px;
  font-weight: normal;
  line-height: 60px;
  text-transform: uppercase;
}
.business .vina-camera-slider .cameraContents .caption_text .intro {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  text-transform: none;
}
.business .vina-camera-slider .cameraContents .caption_text .link a {
  margin-top: 40px;
}
.business #sp-search {
  float: right;
}
.business #sp-search .search-contact {
  float: right;
}
.business #sp-search .search {
  float: right !important;
}
.business #sp-cartsmall {
  display: none;
}
#sp-banner-1-wrapper.business {
  padding: 90px 0px;
}
.banner-top-h4 .list-item {
  text-align: center;
}
.banner-top-h4 .list-item h3 {
  font-size: 20px;
  margin: 30px 0 0;
  text-transform: uppercase;
}
.banner-top-h4 .list-item img {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.banner-top-h4 .list-item:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#sp-about-us-wrapper {
  padding: 90px 0px;
  background: url(../images/bg-about-us.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.about-us-h4 h3.header {
  font-size: 30px;
  text-transform: uppercase;
}
.about-us-h4 h3.header img {
  margin-right: 20px;
}
.about-us-h4 .about-content {
  margin-top: 35px;
}
.about-us-h4 .about-content h4 {
  font-size: 20px;
}
.about-us-h4 .vina-button-4 {
  margin-top: 30px;
}
#sp-services-wrapper {
  padding: 90px 0px;
  background: #f5f5f5;
}
.vina-services .list-item {
  margin-top: 50px;
}
.vina-services .list-item:first-child {
  margin-top: 0;
}
.vina-services .list-item .list-img {
  display: inline-block;
  float: left;
}
.vina-services .list-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 80px;
}
.vina-services .list-item p {
  line-height: 20px;
  margin: 0;
  padding-left: 80px;
}
.vina-services .list-item img {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.vina-services .list-item:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.module h3.vina-title {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  line-height: 50px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.module h3.vina-title > span {
  padding-left: 65px;
  line-height: 50px;
  background: url(../images/icon-header.png) no-repeat scroll 0 0 / auto 100% rgba(0,0,0,0);
}
.module h3.vina-title:before {
  height: 2px;
  width: 50px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #1091f1;
}
#sp-our-porifolio-wrapper {
  padding: 90px 0px 0px;
  text-align: center;
}
#sp-our-porifolio-wrapper .module h3.vina-title:before {
  left: 50%;
  margin-left: -25px;
}
.vina-portfolio {
  text-align: center;
}
.vina-portfolio ul.gallery {
  margin: 0px;
  padding: 0;
}
.vina-portfolio ul.gallery li a {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.vina-portfolio ul.gallery li a:hover img {
  opacity: 0.8;
}
.vina-portfolio ul.gallery li a img {
  width: 100%;
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.vina-portfolio ul.gallery li a:hover:before,
.vina-portfolio ul.gallery li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-portfolio ul.gallery li a:before,
.vina-portfolio ul.gallery li a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.vina-portfolio ul.gallery li a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vina-portfolio ul.gallery li a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.vina-portfolio .gallery-filters {
  margin-bottom: 30px;
}
.vina-portfolio .gallery-filters a {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 15px;
  margin: 0px 15px !important;
  background: url(../images/icon-select.png) no-repeat scroll 0 50% rgba(0,0,0,0);
}
.vina-portfolio .gallery-filters a:hover,
.vina-portfolio .gallery-filters a.active {
  background: url(../images/icon-select-hover.png) no-repeat scroll 0 50% rgba(0,0,0,0);
}
#sp-powerfull-clients-wrapper {
  padding: 90px 0px;
}
.vina-our-power ul li {
  margin-bottom: 15px;
}
.vina-our-power .power-title {
  font-size: 16px;
  margin: 0;
}
.vina-our-power .power-percent {
  position: relative;
  text-align: right;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
.vina-our-power .power-percent:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 7px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.vina-our-power .power-percent.percent-90:before {
  width: 90%;
}
.vina-our-power .power-percent.percent-80:before {
  width: 80%;
}
.vina-our-power .power-percent.percent-50:before {
  width: 50%;
}
.vina-our-power .power-percent.percent-70:before {
  width: 70%;
}
.vina-our-power .power-percent.percent-60:before {
  width: 60%;
}
#sp-our-clients .module h3.vina-title > span {
  background: url(../images/icon-header-client.png) no-repeat scroll 0 0 / auto 100% rgba(0,0,0,0);
}
.client-say .carousel {
  display: inline-block;
  margin: 0;
}
.client-say .carousel .carousel-inner {
  float: left;
}
.client-say .client-item .item-info {
  padding: 25px 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.client-say .client-item .item-info:before {
  position: absolute;
  bottom: -10px;
  left: 40px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-top-color: rgba(0,0,0,0.2);
  content: '';
}
.client-say .client-item .item-info:after {
  position: absolute;
  bottom: -9px;
  left: 41px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffff;
  border-left: 9px solid transparent;
  content: '';
}
.client-say .client-item .item-img img {
  float: left;
  margin-right: 20px;
}
.client-say .client-item .item-img .title {
  font-weight: bold;
  font-size: 18px;
}
.client-say .carousel-control {
  top: auto;
  bottom: 0;
  left: 120px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  background: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #000 !important;
}
.client-say .carousel-control.right {
  right: auto;
  left: 155px;
}
#sp-our-team-wrapper {
  padding: 90px 0px;
  background: url(../images/bg-our-team.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
}
#sp-our-team-wrapper .module h3.vina-title > span {
  background: url(../images/icon-header-team.png) no-repeat scroll 0 0 / auto 100% rgba(0,0,0,0);
}
#sp-our-team-wrapper .module h3.vina-title:before {
  left: 50%;
  margin-left: -25px;
}
.vina-our-team .carousel {
  display: inline-block;
}
.vina-our-team .carousel .carousel-control {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  border: medium none;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}
.vina-our-team .carousel .carousel-control.left {
  left: -40px;
}
.vina-our-team .carousel .carousel-control.right {
  right: -40px;
}
.vina-our-team .item >ul > li {
  color: #fff;
  max-width: 156px;
  padding: 0 37px;
  text-align: center;
}
.vina-our-team .item >ul > li >  div {
  overflow: hidden;
  cursor: pointer;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 500ms 0s;
  -moz-transition: all 500ms 0s;
  -o-transition: all 500ms 0s;
  transition: all 500ms 0s;
}
.vina-our-team .item >ul > li >  div:hover {
  background: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vina-our-team .item >ul > li >  div > div {
  height: 140px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
}
.vina-our-team .item >ul > li >  div > div > div {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vina-our-team .item >ul > li >  div > div > div >div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vina-our-team .item >ul > li >  div > div div {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.vina-our-team .item >ul > li h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
  padding-top: 15px;
  margin-top: -7px;
}
.vina-our-team .item >ul > li p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 19px;
}
.vina-our-team .vina-social {
  padding-bottom: 23px;
}
.vina-our-team .vina-social li {
  margin: 2px;
}
.vina-our-team .vina-social a {
  border: 1px solid #666;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  width: 33px;
}
.vina-our-team .vina-social a i:before {
  font-size: 16px;
  color: #666;
}
.vina-our-team .vina-social a:hover {
  border: 1px solid #fff;
}
.vina-our-team .vina-social a:hover i:before {
  color: #fff;
}
.vina-our-team ul,
.vina-our-team li {
  margin: 0;
  padding: 0;
}
.vina-our-team ul li,
.vina-our-team li li {
  display: inline-block;
}
#sp-latest-blog-wrapper {
  padding: 90px 0px;
  background: #f5f5f5;
}
#sp-latest-blog-wrapper .module h3.vina-title {
  text-align: center;
}
#sp-latest-blog-wrapper .module h3.vina-title:before {
  left: 50%;
  margin-left: -25px;
}
.vina-carousel-wrapper {
  width: 100%;
  float: left;
}
.vina-carousel-content .image-block {
  position: relative;
}
.vina-carousel-content .image-block:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/icon-blog.png) no-repeat;
  width: 30px;
  height: 30px;
}
.vina-carousel-content .text-block {
  margin-top: 20px;
}
.vina-carousel-content .text-block .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
}
.vina-carousel-content .text-block .title a {
  color: #000;
}
.vina-carousel-content .text-block .blog-time {
  font-size: 12px;
  color: #909090;
}
.vina-carousel-content .text-block .introtext {
  font-size: 13px;
}
.vina-carousel-content .vina-button-4 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 10px;
  color: #000 !important;
  border: 1px solid #000;
  margin-top: 15px;
  padding: 5px 20px;
}
.vina-carousel-content .vina-item .image-block a {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.vina-carousel-content .vina-item .image-block a img {
  width: 100%;
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.vina-carousel-content .vina-item .image-block a:before,
.vina-carousel-content .vina-item .image-block a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.vina-carousel-content .vina-item .image-block a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vina-carousel-content .vina-item .image-block a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.vina-carousel-content .vina-item:hover .image-block a:before,
.vina-carousel-content .vina-item:hover .image-block a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-carousel-content .vina-item:hover .image-block a img {
  opacity: 0.8;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div {
  position: absolute;
  top: 60px;
  background: none;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-prev {
  left: -13px;
  text-indent: -999999;
  color: transparent;
  height: 35px;
  overflow: hidden;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-next {
  right: -13px;
  text-indent: -999999;
  color: transparent;
  height: 35px;
  overflow: hidden;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
#sp-brands-wrapper h3.header {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 23px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
#sp-brands-wrapper.business {
  padding: 90px 0px;
  text-align: center;
}
#sp-brands-wrapper.business .module h3.vina-title > span {
  background: url(../images/icon-header-client.png) no-repeat scroll 0 0 / auto 100% rgba(0,0,0,0);
}
#sp-brands-wrapper.business .module h3.vina-title:before {
  left: 50%;
  margin-left: -25px;
}
.vina-brand ul {
  float: left;
  margin: 25px 0;
  width: 100%;
}
.vina-brand ul:first-child {
  margin-top: 0;
}
.vina-brand ul:last-child {
  margin-bottom: 0;
}
.vina-brand ul li {
  width: 20%;
  float: left;
  cursor: pointer;
}
.vina-brand ul li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-brand ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#sp-our-view-wrapper {
  padding: 50px 0px;
  color: #fff;
}
.vina-our-view {
  text-align: center;
}
.vina-our-view img {
  float: none;
  margin-right: 15px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.vina-our-view img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.vina-our-view .info .pi-counter {
  margin: 0;
}
.vina-our-view .info .pi-counter-count {
  font-size: 40px;
  line-height: 40px;
  margin: 15px 0 0;
}
.vina-our-view .info p {
  margin: 0;
}
.business #sp-message-area {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.featured .business #sp-message-area {
  padding: 0;
}
#sp-right {
  padding: 20px 0px 28px;
}
#sp-right h3.header {
  text-transform: uppercase;
  position: relative;
  padding: 20px 0px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#sp-right h3.header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  content: "";
}
.business #sp-left {
  padding: 20px 0px 28px;
}
.business #sp-left h3.header {
  text-transform: uppercase;
  position: relative;
  padding: 20px 0px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.business #sp-left h3.header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  content: "";
}
.categories-module {
  width: 100%;
  float: left;
  margin: 0;
}
.categories-module li {
  margin-top: 20px;
}
.categories-module li h4 {
  margin: 0;
  font-weight: normal;
}
.categories-module li h4 a {
  color: #000 !important;
  line-height: 32px;
}
.categories-module li h4 a span {
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  padding: 0px 5px;
  min-width: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
}
.categories-module li:first-child {
  margin-top: 0;
}
.gallery-right ul.gallery {
  margin: 0;
}
.gallery-right ul.gallery li > a {
  padding: 0;
  margin: 3px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.module.vina-newsletter-right {
  padding: 20px 35px;
  border: 5px solid #e5e5e5;
  margin-top: 50px;
}
.module.vina-newsletter-right h3.header {
  margin-bottom: 0 !important;
}
.module.vina-newsletter-right h3.header:after {
  display: none;
}
.module.vina-newsletter-right .acymailing_module_form table {
  width: 100%;
  float: left;
}
.module.vina-newsletter-right .acymailing_module_form table tr,
.module.vina-newsletter-right .acymailing_module_form table td {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
}
.module.vina-newsletter-right .acymailing_module_form table input.inputbox {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px !important;
  border: 1px solid #ccc;
  line-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.module.vina-newsletter-right .acymailing_module_form table input.button {
  background: url(../images/icon-newletter.png) no-repeat transparent;
  background-position: 50% 50%;
  text-indent: -999999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  border: 1px solid #ccc;
  border-left: none;
  line-height: 40px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.vina-newsletter-right .acymailing_module_form table input.button:focus,
.module.vina-newsletter-right .acymailing_module_form table input.button:hover {
  outline: none;
}
.vina-recent-post {
  position: relative;
}
.vina-recent-post .vina-ticker-content .header-block {
  position: absolute;
  top: 20px;
  right: 0;
}
.vina-recent-post .vina-ticker-content .header-block span.up {
  background: url("../images/recent-prev.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  right: 42px;
}
.vina-recent-post .vina-ticker-content .header-block span.toggle {
  right: 18px;
  background: url("../images/recent-play.png") no-repeat scroll 0 0 rgba(0,0,0,0) !important;
}
.vina-recent-post .vina-ticker-content .header-block span.toggle.et-run {
  background: url("../images/recent-pause.png") no-repeat scroll 0 0 rgba(0,0,0,0) !important;
}
.vina-recent-post .vina-ticker-content .header-block span.down {
  background: url("../images/recent-next.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}
.vina-recent-post .vina-ticker-content .vina-item {
  border: none !important;
  padding: 20px 0px !important;
}
.vina-recent-post .vina-ticker-content .vina-item .text-block .info {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
}
.vina-recent-post .vina-ticker-content .vina-item .text-block .info .hit {
  margin-left: 30px;
}
.vina-recent-post .vina-ticker-content .vina-item .text-block .title {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}
.vina-recent-post .vina-ticker-content .vina-item .text-block .title a {
  color: #000 !important;
}
.vina-tag ul {
  padding: 0;
}
.vina-tag ul li a {
  margin: 0px 9px 9px 0px;
  color: #323232 !important;
  border: 1px solid #ededed;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.vina-tag ul li a:hover {
  border-color: #ccc;
}
.article-item .pull-left,
.vina-single .pull-left {
  margin: 0;
}
.article-item .pull-left img,
.vina-single .pull-left img {
  width: 100%;
}
.article-header {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.entry-meta ul.actions li a {
  font-size: 12px;
}
.article-date {
  float: left;
}
.article-title {
  float: left;
}
.article-info {
  float: left;
  width: 100%;
}
.article-info .create-date {
  color: #000;
}
.article-info .create-date .blog-time {
  border-right: 1px solid #ccc;
  display: inline-block;
  padding-right: 15px;
  margin-right: 25px;
}
.article-info .create-date .blog-date {
  float: left;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
  line-height: 20px;
}
.article-info .create-date .blog-month {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
.article-info .article-title .entry-title {
  margin: 0;
  font-size: 22px;
  line-height: 20px;
  margin: 10px 0px;
}
.article-info .article-title .entry-title a {
  color: #000 !important;
}
.article-info .article-title .entry-title a:hover {
  color: #1091f1 !important;
}
.article-info .article-title .page-header {
  border: none;
  margin: 10px 0px;
  padding: 0;
}
.article-info .entry-meta.muted {
  background: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
}
.article-info .entry-meta.muted > span,
.article-info .entry-meta.muted > time {
  margin: 0 30px 0px 0px;
}
.article-info .jcomments-links {
  margin-top: 25px;
  margin-bottom: 30px;
}
.article-info .jcomments-links .readmore-link {
  border: 1px solid #1091f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  padding: 15px 20px;
  text-transform: uppercase;
  background: #1091f1;
  line-height: 20px;
}
.article-info .jcomments-links .comments-link {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #323232 !important;
  display: inline-block;
  font-size: 12px;
  padding: 15px 20px;
  text-transform: uppercase;
  background: #fff;
  line-height: 20px;
}
.entry-content {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-blog-2 .article-date,
.category-blog-3 .article-date {
  width: 25%;
}
.category-blog-2 .article-title,
.category-blog-3 .article-title {
  width: 75%;
}
.category-blog-2 .article-info .create-date .blog-time,
.category-blog-3 .article-info .create-date .blog-time {
  border-right: 1px solid #ccc;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.category-blog-2 .article-info .article-title .entry-title,
.category-blog-3 .article-info .article-title .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-blog-4 .article-date {
  width: 20%;
}
.category-blog-4 .article-title {
  width: 80%;
}
.category-blog-4 .article-info .create-date .blog-time {
  border-right: 1px solid #ccc;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.category-blog-4 .article-info .article-title .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-blog-4 .article-info .jcomments-links .readmore-link,
.category-blog-4 .article-info .jcomments-links .comments-link {
  padding: 10px;
}
.pagination ul {
  width: 100%;
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.pagination ul > li {
  margin-right: 5px;
  float: left;
  display: inline-block;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: 1px solid #e5e5e5;
  color: #000;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
  background: #1091f1;
  color: #fff;
  border: 1px solid #1091f1;
}
.pagination .counter.pull-right {
  float: left;
  color: #000;
}
.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;
  border: none;
}
#jc h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  content: "";
}
#jc #comments {
  width: 100%;
  float: left;
}
#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 #ccc;
  -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 {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#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 #ccc;
  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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 3% !important;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 94%;
  max-width: 100% !important;
  border: none;
}
#jc #comments-form input.captcha {
  border: 1px solid #ccc;
  width: 150px;
}
#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 3% !important;
  width: 92%;
  max-width: 100% !important;
  border: none;
}
#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;
}
.tags {
  width: 100%;
  float: left;
}
.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-brand-clients-wrapper {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#sp-brand-clients-wrapper h3.header {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 23px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
}
#sp-bottom-menu-wrapper {
  width: 100%;
  float: left;
  padding: 35px 0px 25px;
  border-top: 1px solid #ededed;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-bottom-menu-wrapper ul.nav {
  margin: 0;
}
#sp-bottom-menu-wrapper.electronics {
  background: #fff;
}
#sp-bottom-menu-wrapper.electronics .module.module-bottom h3 {
  color: #333;
}
.catlist-images {
  position: relative;
  overflow: hidden;
}
.catlist-images img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.catlist-images:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
#sp-bottom-wrapper {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.module.module-bottom h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  margin-bottom: 5px;
}
#sp-bottom-wrapper.electronics {
  background: #f7f7f7;
  border-top: 1px solid #ededed;
}
#sp-bottom-wrapper.electronics .module.module-bottom h3 {
  color: #333;
}
.bottom-content .logo {
  display: block;
  margin: 17px 0 20px;
}
.bottom-content .web-links {
  margin-top: 10px;
}
.bottom-4 .bottom-content {
  line-height: 28px;
}
.bottom-4 .bottom-content .address {
  padding-left: 25px;
}
.bottom-4 .bottom-content .phone {
  padding-left: 25px;
}
.bottom-4 .bottom-content .mail {
  padding-left: 25px;
}
.bottom-4 .bottom-content .mail a {
  color: #555 !important;
}
.bottom-2 ul li {
  padding-left: 25px;
  line-height: 32px;
}
.bottom-2 ul li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.bottom-3 ul li {
  position: relative;
  padding-left: 25px;
  line-height: 32px;
}
.bottom-3 ul li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.bottom-3 ul li .number {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.bottom-3 ul li .hidden {
  display: block;
  visibility: visible;
}
#sp-bottom-2-wrapper {
  width: 100%;
  float: left;
}
#sp-bottom-2-wrapper.boxed {
  padding: 20px 0 30px;
  border-top: 1px solid #ededed;
}
#sp-bottom-2-wrapper.electronics {
  background: #f7f7f7;
}
#sp-bottom-2-wrapper .container {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.vina-bottom-category {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
.vina-bottom-category ul {
  margin: 0;
}
.vina-bottom-category li {
  margin: 0;
  padding: 0 11px 0 10px;
  border-right: 1px solid #ddd;
  line-height: 14px;
  display: inline-block;
  float: left;
}
.vina-bottom-category li a {
  text-transform: capitalize;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.vina-bottom-category li:first-child {
  padding-left: 0;
}
.vina-bottom-category li:last-child {
  border: none;
}
.payment {
  float: left;
  width: 100%;
  clear: both;
}
.payment ul {
  margin-bottom: 9px;
}
.payment ul li {
  margin-right: 10px;
  display: inline-block;
}
.payment ul li:first-child {
  padding-left: 0;
}
#sp-footer-wrapper {
  width: 100%;
  float: left;
}
#sp-footer-wrapper.boxed {
  padding: 20px 0 30px;
  border-top: 1px solid #ededed;
}
#sp-footer-wrapper .container {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #ededed;
}
#sp-footer-wrapper.electronics {
  background: #f7f7f7;
}
#sp-footer-wrapper .row-fluid {
  visibility: visible !important;
}
#sp-footer-wrapper ul.nav {
  margin-bottom: 9px;
  width: 100%;
  float: left;
}
#sp-footer-wrapper ul.nav li {
  margin: 0;
  padding: 0 11px 0 10px;
  border-right: 1px solid #ddd;
  line-height: 14px;
  display: inline-block;
  float: left;
}
#sp-footer-wrapper ul.nav li a {
  text-transform: capitalize;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#sp-footer-wrapper ul.nav li:first-child {
  padding-left: 0;
}
#sp-footer-wrapper ul.nav li:last-child {
  border: none;
}
#sp-footer-wrapper .sp-totop {
  background: url("../images/back-top.png") no-repeat scroll 50% 50%;
  bottom: 35px !important;
  height: 65px;
  position: fixed;
  right: 12px !important;
  width: 65px;
  z-index: 9999;
  border-radius: 40px;
  cursor: pointer;
}
#sp-footer-wrapper .sp-totop i {
  display: none;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
  display: none;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.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;
}
.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;
}
.tweet-button iframe {
  width: 78px !important;
}
.facebook-like-button,
.facebook-share {
  margin-top: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .jshop_list_product form .select-sort-by:before {
    height: 27px;
  }
  .jshop_list_product form .select-limiter:before {
    height: 27px;
  }
  .jshop_list_product form .select-sort-by:before {
    height: 27px;
  }
  .jshop_list_product form .select-limiter:before {
    height: 27px;
  }
  #sp-our-favourites .item-tab {
    width: 139px;
  }
}
.electronics #sp-main-menu ul.level-0 > li >a {
  padding: 10px 20px 10px 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}
.electronics #sp-main-menu ul.level-0 > li >a:hover.parent {
  background: url("../images/select_lang.png") no-repeat scroll right center #fdfdfd;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#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;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li.hidden {
  display: none;
}
#sp-main-menu ul.level-0 > li >a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu li.menu-category li:not(.sp-menu-group) {
  border-right: 1px dashed #ededed;
}
#sp-main-menu li.menu-home li:not(.sp-menu-group) {
  border: none;
}
#sp-main-menu li.menu-home li:not(.sp-menu-group) a .menu-image {
  padding: 3px;
  margin: 0;
}
#sp-main-menu li.menu-home li:not(.sp-menu-group) a .menu-title {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 14px;
}
#sp-main-menu li li:not(.sp-menu-group) {
  position: relative;
  padding: 0 10px;
  border-right: none;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title {
  padding: 25px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ededed;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  float: left;
}
#sp-main-menu li li:not(.sp-menu-group) a .menu-image {
  float: left;
  margin-right: 10px;
  padding: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  text-decoration: none;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
  text-transform: uppercase;
  white-space: nowrap;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content {
  margin-top: 5px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .row {
  margin: 0;
}
#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;
}
.boxed #sp-main-menu li li:not(.sp-menu-group) {
  border: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed #sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.boxed #sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title a {
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed #sp-main-menu li.menu-home li:not(.sp-menu-group) .sp-menu-group-title a {
  padding: 10px;
}
.boxed #sp-main-menu li.menu-home li:not(.sp-menu-group) a .menu-image {
  padding: 0;
}
.boxed #sp-main-menu .custom-module div.sp-menu-group .sp-menu-group-title {
  display: none !important;
}
.boxed #sp-main-menu .custom-module div.sp-menu-group .sp-menu-group-content {
  margin-top: 0;
}
.boxed #sp-main-menu .custom-module div.sp-menu-group .sp-menu-group-content >.module {
  padding: 0;
}
.boxed #sp-main-menu div.sp-menu-group a.sp-menu-group {
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed #sp-main-menu div.sp-menu-group a.sp-menu-group:hover {
  color: #fff;
  background: #f15757;
}
.boxed #sp-main-menu div.sp-menu-group .sp-menu-group-content {
  margin-left: 10px;
  margin-top: 10px;
}
.boxed #sp-main-menu div.sp-menu-group .sp-menu-group-content ul li {
  border: none;
}
.boxed #sp-main-menu div.sp-menu-group .sp-menu-group-content ul li a {
  text-decoration: none;
  display: block;
  line-height: 32px;
  color: #666;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  text-transform: capitalize;
}
.boxed #sp-main-menu div.sp-menu-group .sp-menu-group-content ul li a:hover {
  color: #000;
}
.boxed .sp-submenu .sp-submenu-wrap {
  background: #fff;
}
.boxed .sp-submenu .sp-submenu-inner {
  padding: 20px;
}
.boxed .sp-submenu .megacol {
  padding-left: 20px;
}
.boxed .sp-submenu .megacol:first-child {
  padding-left: 0px;
}
.electronics #sp-main-menu li li:not(.sp-menu-group) {
  border: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.electronics #sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.electronics #sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title a {
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.business #sp-main-menu li li:not(.sp-menu-group) {
  border: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.business #sp-main-menu li li:not(.sp-menu-group) a {
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.business #sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.business #sp-main-menu li li:not(.sp-menu-group) .sp-menu-group-title a {
  text-decoration: none;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
}
.sp-submenu .sp-submenu-inner {
  padding: 10px;
  box-sizing: border-box;
}
.sp-submenu .megacol {
  float: left;
  margin-right: 0px;
}
.sp-submenu .megacol.last {
  margin-right: 0;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu {
  z-index: 9999;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  border-radius: 0;
  margin: 0 !important;
  padding: 8px 16px !important;
  position: relative !important;
  right: 0;
  top: 0;
  width: 100% !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: relative !important;
  right: 0px;
  top: 0px;
  padding: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.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;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
}
.jshop label {
  margin: 0px;
  display: inline;
}
.jshop .total {
  font-weight: bold;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .vina-rating {
  display: inline-block;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: left;
}
.jshop .prod_qty_input input {
  width: 20px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#order_add_info {
  height: 70px;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.jshop_list_product .block_product {
  padding-bottom: 20px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .image_block {
  padding: 2px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.productfull #block_price {
  font-size: 16px;
  font-weight: bold;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  padding-left: 0px;
}
.review_user {
  font-weight: bold;
}
.review_text {
  padding-top: 2px;
  padding-bottom: 2px;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 180px;
}
.stars_no_active {
  height: 16px;
  background-image: url(../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 11px;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.fielderror {
  background-color: #FDC055 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.vina_jsproduct .jshop_img_description ul {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  margin: 3px 0 0;
}
.vina_jsproduct .jshop_img_description ul .jshop_img_thumb {
  cursor: pointer;
  margin: 2px;
}
.vina_jsproduct .jshop_img_description ul li {
  max-width: 87px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1300px) {
  .responsive #sp-header-wrapper .search form #jshop_search,
  .responsive #sp-header-wrapper .search form #mod-search-searchword {
    width: 350px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a {
    font-size: 15px;
    padding: 10px;
  }
  .responsive #sp-main-menu ul.level-0 > li.menu-category .sp-submenu {
    left: -100px !important;
  }
  .responsive #sp-main-menu ul.level-0 > li.menu-category .sp-submenu .sp-submenu-inner {
    width: 1000px !important;
  }
  .responsive #sp-main-menu ul.level-0 > li.menu-category .sp-submenu .megacol {
    width: 195px !important;
  }
  .responsive #sp-main-menu ul.level-0 > li.menu-category .sp-submenu .megacol a {
    font-size: 13px;
  }
  .responsive .electronics #sp-main-menu ul.level-0 > li >a:hover.parent {
    background: transparent;
  }
  .responsive .vina-menu-top ul li {
    padding: 0 10px;
  }
  .responsive .add-to-links li a.quick-view {
    top: 10px;
  }
  .responsive .vina-main-product .item:hover .add-to-links li a.quick-view {
    left: 46px;
  }
  .responsive .button.cart_button span {
    padding: 0 10px;
  }
  .responsive .vina-ticker-jshopping .actions .add-to-links li {
    margin-left: 1px;
  }
  .responsive .vina-ticker-jshopping .actions .add-to-links li a.quick-view {
    top: 0;
  }
  .responsive .vina-banner-3 .banner-box .box-title {
    margin-top: 0;
  }
  .responsive .vina-banner-3 .banner-box .box-title h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive .actions-3 .add-to-links-3 li:first-child {
    width: 100%;
  }
  .responsive .vina-camera-slider .camera_caption {
    top: 0 !important;
  }
  .responsive .vina-camera-slider .camera_caption > div {
    height: 100%;
  }
  .responsive .boxed .vina-camera-slider .camera_caption {
    top: auto !important;
    bottom: 30px !important;
  }
  .responsive .category-blog-4 .article-info .create-date .blog-time {
    margin-right: 10px;
    padding-right: 5px;
  }
  .responsive .category-blog-4 .article-info .jcomments-links .readmore-link,
  .responsive .category-blog-4 .article-info .jcomments-links .comments-link {
    margin: 5px 0px;
  }
  .responsive .vina-our-favourites ul.nav-tabs li .vina-tab2 {
    font-size: 14px;
  }
  .responsive .button.cart_button span {
    font-size: 14px;
  }
  .responsive .module.module-left.vina-hot-sale h3 {
    background-position: 70% 16px;
  }
  .responsive .module.module-left h3 {
    font-size: 20px;
  }
  .responsive .module.module-bottom h3 {
    font-size: 20px;
  }
  .responsive #sp-message-area h3.header {
    font-size: 20px;
  }
  .responsive .electronics .vina-our-favourites-3 ul.nav-tabs li a {
    padding: 12px 23px 15px;
  }
  .responsive .vina-portfolio ul.gallery {
    margin: -5px;
  }
  .responsive .vina-portfolio {
    text-align: center;
  }
  .responsive .vina-portfolio ul.gallery {
    margin: -10px;
  }
}
@media (max-width: 979px) {
  .responsive .body-innerwrapper {
    font-size: 12px;
  }
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
    margin: 0;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    display: inline-block;
  }
  .responsive #sp-header-wrapper #sp-search {
    display: block !important;
  }
  .responsive #sp-header-wrapper.business #sp-search {
    text-align: center;
    width: 100%;
  }
  .responsive #sp-header-wrapper.business #sp-search .search-contact {
    float: none;
  }
  .responsive #sp-header-wrapper.business #sp-search .search {
    display: inline-block;
    float: none !important;
  }
  .responsive #sp-cartsmall {
    float: right !important;
  }
  .responsive .menu-image {
    margin: 5px;
  }
  .responsive .vina-banner2 .banner-content .col {
    font-size: 11px;
  }
  .responsive .vina-banner2 .banner-content .col5 .col-title {
    font-size: 14px;
  }
  .responsive .vina-menu-top ul li {
    padding: 0 5px;
  }
  .responsive .vina-menu-top ul li a {
    font-size: 12px;
  }
  .responsive #currencies-block-top,
  .responsive #languages-block-top {
    font-size: 12px;
  }
  .responsive #currencies-block-top select,
  .responsive #languages-block-top select {
    font-size: 12px;
  }
  .responsive .vina-camera-slider .camera_wrap img {
    height: 100%;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text h2.title {
    font-size: 34px;
    line-height: 34px;
    margin-top: 10px;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text .subtitle-slider {
    font-size: 32px;
    line-height: 32px;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text .intro {
    font-size: 64px;
    line-height: 64px;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text .link a {
    font-size: 16px;
  }
  .responsive .vina-camera-slider .home-banner-static .banner-box .banner-box-inner {
    padding-left: 55px;
  }
  .responsive .vina-camera-slider .vina-category-left .vina-treeview-jshopping > ul li a {
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .responsive .vina-camera-slider .module.module-left.vina-hot-sale h3 {
    background-position: 90% 16px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text {
    width: 45% !important;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text h2.title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .subtitle-slider {
    font-size: 38px;
    line-height: 38px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .intro {
    font-size: 14px;
    line-height: 20px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .link a {
    font-size: 16px;
    margin-top: 20px;
  }
  .responsive #sp-banner-1-wrapper .home-banner-static .banner-box .banner-box-inner {
    font-size: 12px;
    padding: 71px 15px 15px;
    text-align: justify;
    background-position: 50% 20px !important;
  }
  .responsive #sp-banner-1-wrapper .home-banner-static .banner-box .banner-box-inner .banner-title {
    font-size: 16px;
    text-align: center;
  }
  .responsive #sp-message-area .moduletable > h3 {
    font-size: 18px;
  }
  .responsive .vina-our-favourites ul.nav-tabs li .vina-tab2 {
    box-sizing: border-box;
    font-size: 12px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
  }
  .responsive .vina-ticker-2 .vina-ticker-jshopping .vina-item:hover .actions {
    display: none;
  }
  .responsive button.vina-button {
    margin: 5px 0;
    width: 100%;
  }
  .responsive .cart-collaterals .totals .checkout-types li {
    width: 100%;
  }
  .responsive .cart-collaterals .totals .checkout-types li .button.vina-button {
    margin: 5px 0px;
    width: 100%;
  }
  .responsive .cart-collaterals .totals .checkout-types li .button.vina-button span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .vina-shop-by #search input {
    width: 100%;
  }
  .responsive .vina-shop-by .button-link {
    margin-left: 0;
  }
  .responsive #sp-message-area .productfull .detailsLeft #list_product_image_thumb ul.nav li {
    margin: 0;
  }
  .responsive #sp-message-area .productfull .detailsLeft #list_product_image_thumb ul.nav li .jshop_img_thumb {
    margin: 5px 0px;
  }
  .responsive .jshop_register .fields {
    float: left;
    width: 100%;
  }
  .responsive .jshop_register .field {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .responsive .jshop_register .input-box {
    width: 100%;
  }
  .responsive .jshop_register .input-box input,
  .responsive .jshop_register .input-box select {
    width: 100%;
  }
  .responsive .vina-ticker-jshopping .product-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .responsive .bottom-4 .bottom-content .mail {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .responsive .vina-tab ul.nav-tabs li {
    padding: 0px 10px;
  }
  .responsive .module.module-bottom h3 {
    font-size: 16px;
  }
  .responsive button.vina-button span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive #sp-banner-1-wrapper.electronics .home-banner-static .banner-box .box-title {
    padding-right: 30px;
  }
  .responsive .vina-banner-3 .banner-box {
    padding: 23px 15px 23px 35px;
  }
  .responsive .vina-banner-3 .banner-box a {
    width: 100%;
    height: auto;
    background-position: 50%;
    margin-bottom: 10px;
  }
  .responsive .vina-banner-3 .banner-box .box-title {
    margin: 0;
  }
  .responsive .banner-home3-content-2 .banner-content .banner-img {
    width: 100%;
    background-position: 50%;
    margin-bottom: 10px;
  }
  .responsive .banner-home3-content-2 .banner-content .box-title {
    margin: 0;
  }
  .responsive .business .vina-camera-slider .camera_wrap img {
    width: auto;
  }
  .responsive .module.vina-newsletter-right {
    padding: 20px;
  }
  .responsive .module.vina-newsletter-right .acymailing_module_form table input.inputbox {
    width: 100% !important;
    border: 1px solid #ccc;
  }
  .responsive .module.vina-newsletter-right .acymailing_module_form table input.button {
    border: 1px solid #ccc;
  }
  .responsive .article-info .jcomments-links .readmore-link,
  .responsive .article-info .jcomments-links .comments-link {
    padding: 10px 10px;
    margin: 5px 0px;
  }
  .responsive .category-blog-4 .article-date {
    width: 100%;
  }
  .responsive .category-blog-4 .article-title {
    width: 100%;
  }
  .responsive #vina_contact_us .contact_us .qlform .submit {
    height: 32px;
    padding: 0px 10px;
    float: right;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin: 5px 0;
  }
  .responsive .vina-our-team .carousel .carousel-control.left {
    left: 0;
  }
  .responsive .vina-our-team .carousel .carousel-control.right {
    right: 0;
  }
  .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;
    z-index: 999999;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .jshop .button.cart_button span {
    font-size: 12px;
  }
  .responsive .module.module-left.vina-hot-sale h3 {
    background-position: 90% 16px;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive .jshop_list_product .block_product {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .responsive #sp-header-wrapper #sp-search {
    text-align: center;
    width: 100%;
  }
  .responsive #sp-header-wrapper #sp-search .search {
    display: inline-block;
    float: left !important;
    text-align: center;
    width: 100%;
  }
  .responsive #sp-header-wrapper #sp-search .search form {
    display: inline-block;
    float: none;
  }
  .responsive #sp-header-wrapper #sp-cartsmall {
    text-align: center;
    width: 100%;
  }
  .responsive #sp-header-wrapper #sp-cartsmall .shopping_cart {
    margin-top: 20px;
    float: none;
    display: inline-block;
  }
  .responsive .language-currency {
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
  }
  .responsive .language-currency #currencies-block-top,
  .responsive .language-currency #languages-block-top {
    float: none;
    display: inline-block;
  }
  .responsive #sp-menutop {
    text-align: center;
  }
  .responsive #sp-menutop .vina-menu-top {
    display: inline-block;
    float: none;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text h2.title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text .subtitle-slider {
    font-size: 22px;
    line-height: 22px;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text .intro {
    font-size: 50px;
    line-height: 50px;
  }
  .responsive .vina-camera-slider .cameraContents .caption_text .link a {
    font-size: 12px;
  }
  .responsive #sp-banner-feature {
    margin-top: 20px;
  }
  .responsive #sp-banner-1-wrapper .home-banner-static .banner-box .banner-box-inner {
    text-align: center;
  }
  .responsive .home-layout-1 #main-body #sp-left.span3 {
    width: 100%;
  }
  .responsive .home-layout-1 #main-body #sp-message-area.span9 {
    width: 100%;
  }
  .responsive .vina-ticker-jshopping .product-name {
    line-height: 20px;
  }
  .responsive .vina-ticker-jshopping .span5 {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .responsive .vina-ticker-jshopping .products-block-image {
    display: inline-block;
    width: auto;
  }
  .responsive .vina-ticker-jshopping .product-content {
    margin: 0;
    padding-left: 0;
    overflow: hidden;
    float: left;
    width: auto;
  }
  .responsive .vina-main-product .latest_products .group-items {
    text-align: center;
  }
  .responsive .vina-main-product .latest_products .item {
    display: inline-block;
  }
  .responsive .vina-main-product .latest_products .item .item-inner-top {
    text-align: center;
  }
  .responsive .vina-main-product-3 .group-items {
    text-align: center;
  }
  .responsive .vina-main-product-3 .item {
    margin: 10px 0px;
    display: inline-block;
  }
  .responsive .vina-main-product-3 .item .actions-3 {
    text-align: left;
  }
  .responsive .vina-main-product-3 .item .actions-3 .add-to-links-3 li:first-child {
    width: auto;
  }
  .responsive .vina-main-product-3 img {
    width: 100%;
  }
  .responsive #sp-header-wrapper.business #sp-logo {
    width: 100%;
  }
  .responsive #sp-header-wrapper.business .logo-wrapper .logo {
    width: 100% !important;
    background-position: 50%;
  }
  .responsive .jshop_list_product .block_product {
    text-align: center;
  }
  .responsive .jshop_list_product .block_product .item {
    display: inline-block;
  }
  .responsive .jshop_list_product .block_product .item .item-inner-top {
    text-align: center;
  }
  .responsive .vina-left-product .item .item-inner-top {
    text-align: center;
  }
  .responsive .vina-left-product .item .item-inner-top a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .responsive .vina-left-product .item .item-inner-top .product-name a {
    text-align: left;
  }
  .responsive .vina-left-product .item .item-inner-top .info {
    display: inline-block;
  }
  .responsive .vina-bottom-category li {
    margin: 5px 0px;
  }
  .responsive .data-table {
    box-sizing: border-box;
  }
  .responsive .data-table thead {
    display: none !important;
  }
  .responsive .data-table colgroup {
    display: none !important;
  }
  .responsive .data-table tbody {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive .data-table tbody th,
  .responsive .data-table tbody td,
  .responsive .data-table tbody tr,
  .responsive .data-table tbody col {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: left;
  }
  .responsive .data-table .button {
    float: left !important;
    margin: 0px 5px 5px 0px !important;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    text-align: left;
  }
  .responsive .jshop-cart #shopping-cart-table td {
    line-height: 60px;
    text-align: left;
  }
  .responsive .form-list .field {
    width: 100%;
  }
  .responsive .form-list .input-box {
    width: 100%;
  }
  .responsive .form-list .input-box input,
  .responsive .form-list .input-box select {
    width: 100%;
  }
  .responsive .form-list textarea {
    width: 100%;
  }
  .responsive #wishlist-table.data-table input.qty {
    margin-bottom: 10px;
  }
  .responsive #wishlist-table.data-table .add-to-cart-alt {
    float: left;
  }
  .responsive #wishlist-table .cart-cell .price-box {
    text-align: left;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    margin: 0;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options {
    text-align: left;
  }
  .responsive .new-users {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .responsive .login-users {
    width: 100%;
    float: left;
  }
  .responsive .menu-top-social {
    float: none;
  }
  .responsive .menu-top-social .web-links ul {
    display: inline-block;
    float: none;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text h2.title {
    font-size: 18px;
    line-height: 18px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .subtitle-slider {
    font-size: 28px;
    line-height: 28px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .intro {
    font-size: 13px;
    margin-top: 0;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .link a {
    font-size: 14px;
  }
  .responsive #sp-feature-wrapper.boxed .vina-camera-slider .cameraContents .caption_text .title h3 {
    font-size: 32px;
  }
  .responsive #sp-feature-wrapper.boxed .vina-camera-slider .cameraContents .caption_text .des {
    font-size: 30px;
  }
  .responsive .vina-banner img {
    margin: 5px 0;
    width: 100%;
  }
  .responsive .about-us-h4 h3.header {
    margin-top: 20px;
  }
  .responsive .vina-services .list-item {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .responsive .vina-our-view .row-fluid [class*="span"] {
    float: left;
    margin: 10px 0;
    width: 100%;
  }
  .responsive #sp-banner-feature img {
    width: 100%;
  }
  .responsive .vina-our-favourites ul.nav-tabs li {
    width: auto;
  }
  .responsive .vina-our-favourites ul.nav-tabs li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .vina-our-favourites ul.nav-tabs li a .img-tab {
    display: none;
  }
  .responsive .vina-banner-3 .banner-box {
    margin: 10px 0px;
  }
  .responsive .vina-banner-3 .banner-box a {
    width: 116px;
    margin-right: 20px;
  }
  .responsive .vina-banner-3 .banner-box a img {
    width: 100%;
  }
  .responsive ul#vina_gallery li {
    width: 100% !important;
  }
  .responsive #vina_contact_us .contact_us {
    overflow: hidden;
  }
  .responsive #vina_contact_us .contact_us input.submit {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .responsive #sp-banner-1-wrapper.electronics .home-banner-static .banner-box .box-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .responsive #sp-banner-1-wrapper .home-banner-static .banner-box .banner-box-inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .responsive .vina-portfolio .gallery-filters a {
    float: left;
    margin-bottom: 10px;
  }
  .responsive .vina-our-favourites ul.nav-tabs li {
    margin: 5px 0;
  }
  .responsive .vina-our-favourites ul.nav-tabs li .line-top {
    height: 5px;
  }
  .responsive .vina-main-product .owl-theme .owl-controls .owl-pagination {
    position: relative;
    right: 0;
    top: 0;
  }
  .responsive .vina-main-product-3 .owl-theme .owl-controls .owl-pagination {
    position: relative;
    right: 0;
    top: 0;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
  .responsive .vina-camera-slider .camera_caption {
    left: 20px !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    left: 40% !important;
    margin: 0 !important;
  }
  .responsive .boxed .vina-camera-slider .camera_caption.caption_text {
    left: 30px !important;
  }
  .responsive .vina-banner2 .banner-content .col {
    width: 100%;
    border: none;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text h2.title {
    font-size: 16px;
    line-height: 16px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .subtitle-slider {
    font-size: 24px;
    line-height: 24px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .intro {
    font-size: 12px;
    margin-top: 0;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text .link a {
    margin-top: 10px;
  }
  .responsive .vina-our-favourites ul.nav-tabs {
    height: auto;
  }
  .responsive #sp-header-wrapper .shopping_cart .cart_block {
    width: 100%;
  }
  .responsive .vina-wrap-option {
    top: 0;
  }
  .responsive #sp-header-wrapper .search form #jshop_search,
  .responsive #sp-header-wrapper .search form #mod-search-searchword {
    width: 250px;
  }
  .responsive #sp-header-wrapper .search form input.button,
  .responsive #sp-header-wrapper .search form button.button {
    width: 100px;
  }
}
@media (max-width: 479px) {
  .responsive .language-currency #currencies-block-top,
  .responsive .language-currency #languages-block-top {
    margin: 0;
  }
  .responsive .vina-menu-top ul {
    text-align: center;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-header-wrapper .shopping_cart {
    display: inline-block;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
    background-position: 50%;
  }
  .responsive #sp-header-wrapper .search-contact .phone {
    border: none;
    margin-right: 0;
    padding-right: 0px;
    width: 50%;
  }
  .responsive #sp-header-wrapper .search-contact .email {
    width: 50%;
  }
  .responsive #sp-header-wrapper .search form #jshop_search,
  .responsive #sp-header-wrapper .search form #mod-search-searchword {
    width: 180px;
  }
  .responsive .vina-camera-slider .camera_caption {
    width: 100% !important;
    left: 0 !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    padding-left: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0px !important;
  }
  .responsive .vina-camera-slider .camera_wrap .camera_prev {
    left: 0;
  }
  .responsive .vina-camera-slider .camera_wrap .camera_next {
    right: 0;
  }
  .responsive #sp-feature-wrapper.electronics .vina-camera-slider .cameraContents .caption_text h2.title {
    font-size: 24px;
  }
  .responsive .vina-main-product .latest_products .item {
    width: 99%;
  }
  .responsive #sp-feature-wrapper.boxed .vina-camera-slider .cameraContents .caption_text .title h3 {
    font-size: 24px;
  }
  .responsive #sp-feature-wrapper.boxed .vina-camera-slider .cameraContents .caption_text .des {
    font-size: 24px;
    margin-left: 0;
  }
  .responsive .vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -5px;
    right: auto;
    top: 48%;
  }
  .responsive .vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -5px;
    top: 48%;
  }
  .responsive .vina-brand-clients .vina-manufacturers-jshopping .vina-prev {
    top: 50%;
    margin-top: -15px;
    left: -5px;
    right: auto;
  }
  .responsive .vina-brand-clients .vina-manufacturers-jshopping .vina-next {
    top: 50%;
    margin-top: -15px;
    right: -5px;
  }
  .responsive .vina-main-product .item {
    width: 99%;
    margin: 5px 0 !important;
  }
  .responsive #sp-message-area .list_related .carousel-control {
    top: 150px;
    z-index: 9;
    margin-top: -17px;
  }
  .responsive #sp-message-area .list_related .carousel-control.left {
    left: -5px;
    right: auto;
  }
  .responsive #sp-message-area .list_related .carousel-control.right {
    right: -5px;
  }
  .responsive .payment ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .responsive .vina-tab-2 ul.nav-tabs li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .responsive .business .vina-camera-slider .cameraContents .caption_text {
    box-sizing: border-box;
    padding-left: 30% !important;
    width: 100% !important;
  }
  .responsive .vina-brand ul li {
    width: 100%;
    margin: 5px 0px;
  }
  .responsive .module h3.vina-title {
    font-size: 24px;
  }
  .responsive .module h3.vina-title > span {
    padding-left: 50px;
  }
  .responsive ul#vina_gallery .item .gallery-info .info .description {
    display: none;
  }
  .responsive .vina-ticker-jshopping .span5 {
    width: 100%;
    margin: 0;
  }
  .responsive .vina-ticker-jshopping .products-block-image {
    margin: 0 0 10px;
    width: 99%;
  }
  .responsive .vina-wrap-option .vina-control.active {
    right: 0;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .responsive .vina-wrap-option .vina-control.active.inactive {
    right: -37px;
    top: 50px;
  }
  .responsive .vina-portfolio ul.gallery li {
    width: 100% !important;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -60%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -60%;
  }
  .responsive .row-offcanvas-right.active {
    right: 60%;
  }
  .responsive .row-offcanvas-left.active {
    left: 60%;
  }
  .responsive .sidebar-offcanvas {
    width: 60%;
  }
}
@media (max-width: 320px) {
  .responsive .container {
    min-width: 0;
  }
  .responsive .vina-wrap-option {
    display: none;
  }
}
.fixed .hidden-desktop {
  display: none;
}
