.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;
  box-shadow: none;
  text-shadow: none;
}
.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;
  -ms-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;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  font-family: FontAwesome;
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  font-family: FontAwesome;
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  font-family: FontAwesome;
  content: "\f044";
}
.entry-meta ul.actions li a {
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
a {
  font-weight: normal !important;
}
a:focus {
  outline: 0px dotted #333;
  outline-offset: 0px;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
iframe {
  max-width: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.vina-text-indent {
  text-indent: 9999 !important;
}
.category-blogs .media >.pull-left {
  margin-right: 0px;
}
.category-blogs .media .introtext-image {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
}
.vina-name,
.title {
  line-height: normal;
}
.vina-name a,
.title a {
  font-size: 22px !important;
  color: #595959 !important;
}
.border {
  color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pagination {
  margin: 0px !important;
}
.tags .label {
  color: #fff;
  padding: 10px;
}
.tags .label:hover {
  color: #fff;
  background: #444;
}
.navbar {
  margin-bottom: 0px !important;
}
.jshop_list_product .product .image {
  margin-bottom: 0px !important;
}
.module .header {
  font-size: 36px;
  line-height: 36px;
}
#sp-left .module h3.header,
#sp-right .module h3.header {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 15px 0;
  padding-bottom: 8px 0px 12px;
}
h3.name {
  margin: 0px !important;
}
.text_color {
  color: #e14f66;
}
h1.page-header {
  line-height: 45px;
}
.cameraSlide img {
  position: static !important;
}
.review_mark {
  display: inline-block;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.vina-items {
  width: 100%;
}
img.jshop_img {
  padding: 0px !important;
  border: 0px !important;
}
.jshop_price,
.old_price {
  display: inline;
}
.jshop_price {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
}
.old_price {
  font-size: 14px;
  font-style: italic;
  font-size: 18px;
}
.jshop_categ .short_des a:last-child {
  padding: 6px 10px;
  color: #fff;
}
.jshop_categ .short_des a:last-child:hover {
  background: #444;
}
.category_img,
.jshop_img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-top-wrapper {
  background: #e6e6e6;
}
#sp-top-wrapper #sp-menu #sp-main-menu li li:not(.sp-menu-group) {
  padding-left: 15px;
}
#sp-top-wrapper #sp-menu #sp-main-menu li li:not(.sp-menu-group):before {
  content: "\f0c8";
  font-family: FontAwesome;
  font-size: 6px;
  left: 10px;
  -webkit-transition: color 600ms ease 0s;
  -moz-transition: color 600ms ease 0s;
  -o-transition: color 600ms ease 0s;
  -ms-transition: color 600ms ease 0s;
  transition: color 600ms ease 0s;
  line-height: 35px;
  color: #b3b3b3;
  position: absolute;
}
#sp-top-wrapper #sp-menu ul > li a {
  font-size: 13px;
}
#sp-top-wrapper #sp-top1 ul {
  float: right;
  margin-bottom: 0px;
}
#sp-top-wrapper #sp-top1 ul > li {
  float: left;
}
#sp-top-wrapper #sp-top1 ul > li a {
  display: block;
  font-size: 12px;
  padding: 10px;
}
#sp-header-wrapper .logo-wrapper {
  padding: 14px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: auto !important;
  height: auto !important;
  max-width: 261px;
  min-height: 46px;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-search form {
  margin: 0;
  text-align: right;
  padding: 22px 0;
}
#sp-header-wrapper #sp-search .vina_search {
  display: inline-block;
  background: #e6e6e6;
  border: 1px solid #CCCCCC;
  margin: 0;
}
#sp-header-wrapper #sp-search input.inputbox {
  color: #A2A2A2;
  font-style: italic;
  width: 216px !important;
  height: 28px;
  margin: 0;
  background: transparent;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-header-wrapper #sp-search input.button {
  text-shadow: none;
  padding: 6px 8px;
}
#sp-header-wrapper #sp-position1 {
  padding: 10px 0px;
}
#sp-header-wrapper #sp-position1 .cart-inner {
  padding-top: 8px;
}
#sp-user-wrapper {
  padding: 30px 0px;
}
#sp-feature-wrapper .container-fluid {
  padding: 0px;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1,
#sp-feature-wrapper #feature h3,
#sp-feature-wrapper #feature .vina_title {
  font-size: 72px;
  line-height: 100px;
}
#sp-feature-wrapper #feature p {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'MYRIADPRO-COND', sans-serif;
}
#sp-feature-wrapper .vina-jssor-image-slider {
  margin: 0 auto;
}
#sp-feature-wrapper .vina-jssor-image-slider .vina-caption.default {
  background: rgba(0,0,0,0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-feature-wrapper .vina-jssor-image-slider .vina-caption.default .btn {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-position: 0 0;
  margin: 20px 10px 0 0;
  padding: 8px 12px;
  text-shadow: none;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-feature-wrapper .vina-jssor-image-slider .vina-caption.default .btn:hover {
  background: #fff;
  color: #e14f66;
}
#sp-feature-wrapper .vina-jssor-image-slider .vina-caption.default .btn:hover i {
  float: right;
  margin-left: 10px;
  margin-right: 0px !important;
  line-height: 30px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
#sp-feature-wrapper .vina-jssor-image-slider .slider1-N {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}
#sp-feature-wrapper .vina-jssor-image-slider .slider1-N div {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.tcvn-banner-slider {
  overflow: hidden;
}
#sp-banner-wrapper {
  background: #f9f9f9;
}
.tcvn-banner-item {
  display: none;
}
.tcvn-banner-item .span4 {
  overflow: hidden;
}
#sp-main-body-wrapper .block_item .item_inner,
.top_hits_products .block_item .item_inner {
  -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;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
}
#sp-main-body-wrapper .block_item .item_inner .image_block,
.top_hits_products .block_item .item_inner .image_block {
  text-align: center;
}
#sp-main-body-wrapper .block_item .item_inner .review_mark,
.top_hits_products .block_item .item_inner .review_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#sp-main-body-wrapper .block_item .item_inner .review_mark tbody,
.top_hits_products .block_item .item_inner .review_mark tbody {
  display: inline-block;
  margin: 0 auto;
}
#sp-main-body-wrapper .block_item:hover,
.top_hits_products .block_item:hover {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-body-wrapper .block_item:hover .product-footer,
.top_hits_products .block_item:hover .product-footer {
  background-color: #ffffff;
}
#sp-main-body-wrapper .block_item:hover .product-hover,
.top_hits_products .block_item:hover .product-hover {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms;
}
#sp-main-body-wrapper .block_item:hover .item_inner:before,
.top_hits_products .block_item:hover .item_inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17,17,17,0.2);
}
#sp-main-body-wrapper .block_item:hover .row-fluid:before,
#sp-main-body-wrapper .block_item:hover .row-fluid:after,
.top_hits_products .block_item:hover .row-fluid:before,
.top_hits_products .block_item:hover .row-fluid:after {
  content: "";
  display: block !important;
}
#sp-main-body-wrapper .product-hover,
#sp-main-body-wrapper .count_commentar,
.top_hits_products .product-hover,
.top_hits_products .count_commentar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
}
#sp-main-body-wrapper .product-hover,
.top_hits_products .product-hover {
  -webkit-transform: translate(0,-150%);
  -moz-transform: translate(0,-150%);
  -ms-transform: translate(0,-150%);
  -o-transform: translate(0,-150%);
  transform: translate(0,-150%);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms;
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
}
#sp-main-body-wrapper .product-hover .img-circle,
.top_hits_products .product-hover .img-circle {
  background: rgba(51,51,51,0.79);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
#sp-main-body-wrapper .product-hover .img-circle .buttons .add-cart,
.top_hits_products .product-hover .img-circle .buttons .add-cart {
  line-height: 50px;
  border-bottom: 1px solid #999;
}
#sp-main-body-wrapper .product-hover .img-circle .buttons a.button_buy,
.top_hits_products .product-hover .img-circle .buttons a.button_buy {
  top: 15px;
  position: relative;
}
#sp-main-body-wrapper .product-hover .img-circle .buttons a.button_detail,
.top_hits_products .product-hover .img-circle .buttons a.button_detail {
  display: block;
}
#sp-main-body-wrapper .product-hover .button_buy i.icon-shopping-cart,
.top_hits_products .product-hover .button_buy i.icon-shopping-cart {
  font-size: 1.5em;
}
#sp-main-body-wrapper .product-footer,
.top_hits_products .product-footer {
  position: absolute;
  background-color: rgba(255,255,255,0.8);
  left: 0;
  bottom: -1px;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
}
#sp-main-body-wrapper .product-footer th,
#sp-main-body-wrapper .product-footer tr,
#sp-main-body-wrapper .product-footer td,
.top_hits_products .product-footer th,
.top_hits_products .product-footer tr,
.top_hits_products .product-footer td {
  text-align: center;
}
#sp-main-body-wrapper .product-footer h3,
.top_hits_products .product-footer h3 {
  margin: 0px;
}
#sp-main-body-wrapper .product-footer .price-block,
.top_hits_products .product-footer .price-block {
  padding: 0 !important;
}
#sp-breadcrumb-wrapper > .container {
  width: 100%;
}
#sp-breadcrumb-wrapper ul.breadcrumb {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  margin: 0 0 20px;
}
#sp-position2 .module {
  margin-top: 30px;
}
#sp-position2 .module:first-child {
  margin-top: 0;
}
#sp-position2 .vina-carousel-jshopping {
  overflow: visible;
}
#sp-position2 .vina-carousel-jshopping .owl-wrapper-outer .owl-item .image-block a img {
  width: 100%;
}
#sp-position2 .vina-carousel-jshopping .owl-buttons {
  position: absolute;
  top: -40px;
  right: 5px;
  margin-top: 0px;
}
#sp-position2 .vina-carousel-jshopping .owl-buttons .owl-next,
#sp-position2 .vina-carousel-jshopping .owl-buttons .owl-prev {
  text-indent: -1000em;
  width: 21px;
  height: 21px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-position2 .vina-carousel-jshopping .owl-buttons .owl-prev {
  background: url("../images/carousel-button.png") no-repeat;
}
#sp-position2 .vina-carousel-jshopping .owl-buttons .owl-prev:hover {
  background: url("../images/carousel-button.png") 0 -22px no-repeat;
}
#sp-position2 .vina-carousel-jshopping .owl-buttons .owl-next {
  background: url("../images/carousel-button.png") -26px 0 no-repeat;
}
#sp-position2 .vina-carousel-jshopping .owl-buttons .owl-next:hover {
  background: url("../images/carousel-button.png") -26px -22px no-repeat;
}
.online-shipping .online-shipping-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
  color: #434343;
  display: block;
}
.online-shipping .online-shipping-inner:hover,
.online-shipping .online-shipping-inner:focus {
  color: #434343;
  text-decoration: none;
}
.online-shipping .online-shipping-inner .img-circle {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
  width: 78px;
  line-height: 78px;
  height: 78px;
  text-align: center;
  font-size: 50px;
  border: 1px solid #e6e6e6;
}
.online-shipping .online-shipping-inner .img-circle a {
  width: 100%;
  line-height: 80px;
}
.online-shipping .online-shipping-inner .img-circle a:before {
  width: 100%;
}
.online-shipping .online-shipping-inner .img-circle i {
  display: none;
}
.online-shipping .online-shipping-inner .media-body {
  padding-left: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.online-shipping .online-shipping-inner .media-body h5 {
  font-size: 30px;
  line-height: normal;
  font-weight: normal;
}
#sp-advertise-wrapper > .container {
  width: 100%;
}
div.jshop_prod_attributes select {
  width: 260px;
}
#sp-component-area-wrapper .product ul {
  margin: 0px;
}
#sp-component-area-wrapper .product ul li.image {
  padding-right: 0px;
}
#sp-component-area-wrapper .product ul li.image .image_block {
  padding: 0px;
}
#sp-component-area-wrapper .product ul li.image .image_block img {
  width: 100%;
}
#sp-component-area-wrapper .jshop h1 {
  font-size: 38.5px;
  line-height: normal;
}
#sp-component-area-wrapper .jshop .category_description {
  margin: 0px 0;
  padding: 10px 0 20px;
}
#sp-component-area-wrapper .jshop .jshop_list_product form {
  margin: 20px 0;
}
#sp-component-area-wrapper .jshop .jshop_list_product form .block_sorting_count_to_page {
  padding: 20px 0px;
}
#sp-component-area-wrapper .jshop .jshop_list_product form .box_products_sorting,
#sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page {
  width: 48%;
  padding: 0px;
  display: inline-block;
}
#sp-component-area-wrapper .jshop .jshop_list_product form .box_products_sorting select,
#sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page select {
  color: #9c9c9c;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50%;
}
#sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page {
  text-align: right;
}
#sp-component-area-wrapper .jshop .jshop_prod_description li {
  list-style-type: disc !important;
}
#sp-component-area-wrapper .pagination ul >li.pagination-active a {
  background-color: #f5f5f5;
}
#sp-left .module,
#sp-right .module {
  background: #f9f9f9;
  padding: 10px 20px 20px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-left .module h3.header,
#sp-right .module h3.header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#sp-left .module.top-products,
#sp-right .module.top-products {
  background: #fff;
}
#sp-left ul.mostread li,
#sp-left ul.latestnews li,
#sp-right ul.mostread li,
#sp-right ul.latestnews li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}
#sp-left ul.mostread li:before,
#sp-left ul.latestnews li:before,
#sp-right ul.mostread li:before,
#sp-right ul.latestnews li:before {
  content: "";
}
#sp-left ul.mostread li a,
#sp-left ul.latestnews li a,
#sp-right ul.mostread li a,
#sp-right ul.latestnews li a {
  color: #111;
}
#sp-left ul.mostread li a:before,
#sp-left ul.latestnews li a:before,
#sp-right ul.mostread li a:before,
#sp-right ul.latestnews li a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
  font-size: 12px;
  text-shadow: 0 0 0 transparent;
}
#sp-left ul.mostread li:hover,
#sp-left ul.latestnews li:hover,
#sp-right ul.mostread li:hover,
#sp-right ul.latestnews li:hover {
  padding-left: 15px;
}
#sp-left .module._newsletter form p.onefield {
  margin: 0px;
}
#sp-left .module._newsletter form p.onefield input {
  padding: 3px 5%;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-left .module._newsletter form input.button {
  float: right;
}
#sp-left .module.banner-left {
  padding: 0px;
  border: 0px solid #e6e6e6;
}
#sp-left .vina-ticker-jshopping {
  text-align: center;
}
#sp-left .vina-ticker-jshopping .header-block {
  top: -53px;
}
#sp-left .vina-ticker-jshopping .header-block h3.header {
  border: 0;
  padding: 0px;
  margin-bottom: 15px;
}
#sp-left .vina-ticker-jshopping .header-block span.up,
#sp-left .vina-ticker-jshopping .header-block span.toggle,
#sp-left .vina-ticker-jshopping .header-block span.down {
  width: 21px;
  height: 21px;
}
#sp-left .vina-ticker-jshopping .header-block span.up {
  right: 30px;
  background: url("../images/carousel-button.png") no-repeat;
}
#sp-left .vina-ticker-jshopping .header-block span.up:hover {
  background: url("../images/carousel-button.png") 0 -22px no-repeat;
}
#sp-left .vina-ticker-jshopping .header-block span.down {
  background: url("../images/carousel-button.png") -26px 0 no-repeat;
}
#sp-left .vina-ticker-jshopping .header-block span.down:hover {
  background: url("../images/carousel-button.png") -26px -22px no-repeat;
}
#sp-left .vina-ticker-jshopping .header-block span.toggle {
  display: none;
}
#sp-left .vina-ticker-jshopping .vina-items-wrapper {
  top: -20px;
}
#sp-left .vina-ticker-jshopping .vina-items-wrapper .vina-items {
  text-align: center;
}
#sp-left .vina-ticker-jshopping .vina-items-wrapper .vina-items th,
#sp-left .vina-ticker-jshopping .vina-items-wrapper .vina-items tr,
#sp-left .vina-ticker-jshopping .vina-items-wrapper .vina-items td {
  text-align: center;
}
#sp-left .vina-ticker-jshopping .vina-items-wrapper .vina-item {
  float: none;
  display: inline-block;
  margin: 0px auto !important;
  border: 0px;
}
.subpage #sp-left .module.top-products {
  padding: 10px 20px 0px;
}
#sp-left .module.site-categories a,
#sp-left .module.mod_vina_manufacturers a {
  color: #2a2a2a;
}
#sp-left .module.site-categories a:before,
#sp-left .module.mod_vina_manufacturers a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
  font-size: 12px;
  text-shadow: 0 0 0 transparent;
}
#sp-left .module .contact-text p {
  margin-bottom: 0px;
}
#sp-left .module .contact-wrapper li {
  margin-bottom: 15px;
  overflow: hidden;
}
#sp-left .module .modal {
  width: 360px;
  margin-left: -180px;
}
#sp-left .jshop_menu_level_0,
#sp-left .jshop_menu_level_1,
#sp-left .jshop_menu_level_0_a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 28px;
}
#sp-left .jshop_menu_level_0:hover,
#sp-left .jshop_menu_level_1:hover,
#sp-left .jshop_menu_level_0_a:hover {
  padding-left: 15px;
}
#sp-left .site-categories ul li,
#sp-left .mod_vina_manufacturers ul li {
  line-height: 28px;
}
#sp-component .categories-list .badge {
  padding: 6px 12px;
  font-size: 22px;
  font-weight: normal;
  text-shadow: none;
}
#sp-component .blog .items-row .item {
  padding-bottom: 20px;
}
#sp-component .entry-meta ul.actions {
  float: right;
  margin-right: 0px;
}
#sp-component .entry-meta ul.actions li {
  float: left;
}
#sp-component .entry-meta ul.actions li.print-icon a,
#sp-component .entry-meta ul.actions li.email-icon a,
#sp-component .entry-meta ul.actions li.edit-icon a {
  margin-left: 0px;
  margin-right: 5px;
}
#sp-component .entry-meta ul.actions li.print-icon a:before,
#sp-component .entry-meta ul.actions li.email-icon a:before,
#sp-component .entry-meta ul.actions li.edit-icon a:before {
  margin-right: 3px;
}
#sp-left .module .tagspopular ul li,
#sp-right .module .tagspopular ul li {
  float: left;
  margin: 2px 5px 2px 0px;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-left .module .tagspopular ul li a,
#sp-right .module .tagspopular ul li a {
  color: #fff;
  font-size: 11.844px;
}
#sp-left .module .tagspopular ul li:hover,
#sp-right .module .tagspopular ul li:hover {
  background: #444;
}
#sp-left .module .tagspopular ul li:hover a,
#sp-right .module .tagspopular ul li:hover a {
  color: #fff;
}
.image {
  overflow: hidden;
}
.tcvn-banner-item a img,
.category-module a img,
.vina-carousel-content a img {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -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;
  width: 100%;
  height: auto;
}
.tcvn-banner-item a img:hover,
.category-module a img:hover,
.vina-carousel-content a img:hover {
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.jshop_image {
  position: relative;
}
.jshop .product_label,
.image-block .product_label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.jshop .product_label span.label_name,
.image-block .product_label span.label_name {
  font-family: 'DubielItalic', sans-serif;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1;
}
.jshop_list_product .box_products_count_to_page {
  float: right;
}
#jshop_module_cart .cart-inner {
  float: right;
  padding: 7px 0 0 50px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 42px;
}
#jshop_module_cart .cart-inner .cart-count #jshop_quantity_products {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  background-color: #DDDDDD;
  margin-left: 5px;
}
#jshop_module_cart .cart-inner .cart-count #jshop_quantity_products:before {
  border-color: rgba(0,0,0,0) #DDDDDD rgba(0,0,0,0) rgba(0,0,0,0);
  border-image: none;
  border-right: 4px solid #DDDDDD;
  border-style: solid solid solid none;
  border-width: 4px 4px 4px medium;
  content: "";
  left: -8px;
  position: absolute;
  top: 7px;
  width: 4px;
}
#jshop_module_cart .cart-inner .cart-view i:before {
  margin-left: 5px;
}
#sp-purchase-wrapper {
  color: #fff;
}
#sp-purchase-wrapper .container-fluid {
  padding: 0;
}
#sp-purchase-wrapper .vina_purchase {
  z-index: 1;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#sp-purchase-wrapper .vina_purchase .bg-inner {
  position: relative;
  z-index: 1;
  padding: 30px 0px;
}
#sp-purchase-wrapper .vina_purchase .bg-inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#sp-purchase-wrapper .vina_purchase .container {
  position: relative;
  z-index: 1;
}
#sp-purchase-wrapper .pull-left {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
}
#sp-purchase-wrapper .btn {
  background: #fff;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 12px;
  text-shadow: none;
  background-image: none;
}
#sp-other-wrapper {
  padding: 60px 0 40px;
}
#sp-other-wrapper .module h3 {
  margin: 5px 0px;
}
#sp-other-wrapper .module h3.header {
  margin-bottom: 30px;
}
#sp-position3 .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
}
#sp-position3 .vina-carousel-content a img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-position3 .vina-carousel-content .info {
  font-size: 12px;
  font-weight: bold;
}
#sp-position3 .owl-item .introtext {
  color: #666;
}
#sp-position3 .owl-item .readmore {
  text-align: center;
}
#sp-position3 .owl-item .readmore th,
#sp-position3 .owl-item .readmore tr,
#sp-position3 .owl-item .readmore td {
  text-align: center;
}
#sp-position3 .owl-item .readmore a {
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  background: #555;
}
#sp-position3 .owl-item .readmore:hover a {
  background: #555;
}
#sp-position3 .owl-item .title a {
  font-size: 18px !important;
  color: #595959 !important;
}
#vina-copyright194 {
  display: none;
}
#sp-position4 .vina_caption .sp-bubble {
  margin-bottom: 30px;
  padding: 15px 10px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-position4 .vina_caption .sp-bubble p {
  margin: 0px;
  line-height: 20px;
}
#sp-position4 .vina_caption .sp-bubble cite span {
  border: 15px solid #eee !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
#sp-position4 .vina_caption .img-thumbnail {
  padding-left: 20px;
}
#sp-position4 .vina_caption .img-thumbnail img {
  max-width: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-position4 .carousel-control {
  top: -45px;
  left: auto;
  right: 20px;
  width: auto;
  height: auto;
  font-size: 40px;
  color: #555;
  background: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-position4 .carousel-control.right {
  right: 0px;
}
#sp-position4 .carousel-indicators {
  top: auto;
  right: 50%;
  bottom: -15px;
}
#sp-position4 .carousel-indicators li {
  opacity: 0.5;
  margin: 0px 7px;
  background: #869791;
}
#sp-position4 .carousel-indicators li:hover,
#sp-position4 .carousel-indicators li.active {
  opacity: 1;
  background: #869791;
}
#sp-partner-wrapper {
  position: relative;
}
#sp-partner-wrapper:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e6e6e6;
}
#sp-partner-wrapper #sp-partner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  border: 1px solid #eee;
}
#sp-partner-wrapper #vina_partner {
  margin: 0;
  padding: 0 50px;
  background: #fff;
}
#sp-partner-wrapper #vina_partner ul {
  text-align: center;
  margin: 0;
}
#sp-partner-wrapper #vina_partner ul li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
#sp-partner-wrapper #vina_partner ul li a img {
  border: 0px;
}
#sp-partner-wrapper #vina_partner .carousel-control {
  left: 10px;
  top: 50%;
  color: #999;
  background: transparent;
  border: 0px;
}
#sp-partner-wrapper #vina_partner .carousel-control.right {
  left: auto;
  right: 10px;
}
#sp-bottom-wrapper {
  background: #e6e6e6;
  padding: 30px 0;
}
#sp-bottom-wrapper .module h3.header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
#sp-bottom-wrapper .module h3.header::after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-wrapper .module h3.header::after {
  border-bottom: 1px solid #ccc;
}
#sp-bottom-wrapper .module .about-us .media {
  margin: 5px 0 0;
  padding-left: 2px;
}
#sp-bottom-wrapper #sp-bottom1 .icon-map-marker {
  padding: 0 3px;
}
#sp-bottom-wrapper #sp-bottom2 ul li,
#sp-bottom-wrapper #sp-bottom3 ul li {
  list-style: disc outside none;
}
#sp-bottom-wrapper #sp-bottom2 ul li a,
#sp-bottom-wrapper #sp-bottom3 ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-wrapper #sp-bottom2 ul li:hover a,
#sp-bottom-wrapper #sp-bottom3 ul li:hover a {
  padding-left: 20px;
}
#sp-bottom-wrapper #sp-bottom4 .fb-like-box {
  width: 100%;
}
#sp-bottom-wrapper #sp-bottom4 .fb-like-box > span {
  width: 100% !important;
}
#sp-bottom-wrapper #sp-bottom4 .fb-like-box > span iframe {
  width: 100% !important;
}
#sp-footer-wrapper {
  padding: 30px 0;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.vina-online .header:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 34px;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 12px;
}
#login-form input[type="checkbox"] {
  display: none;
}
#login-form input[type="checkbox"] + label {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin-left: 10px;
  line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
  content: "\f096";
  color: #bdc3c7;
  text-align: center;
  line-height: 10px;
  font-family: "FontAwesome";
  font-size: 18px;
  width: 16px;
  margin-left: -10px;
  height: 16px;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}
#login-form input[type="checkbox"]:checked  + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: -9px;
  top: -1px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.vina_comments {
  background: #fff;
}
.vina_comments ul {
  margin: 0;
  padding: 0;
}
.vina_comments li {
  list-style: none;
  border-bottom: 0;
  background: #fff;
  padding: 0;
  margin-bottom: 10px;
}
.vina_comments img {
  border: 0;
  padding: 0;
}
.vina_comments .comment_link {
  margin: 0 0 15px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 12px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.vina_comments .comment_link:after {
  width: 30px;
  height: 23px;
  background: #f5f5f5;
  position: absolute;
  transform: rotate(62deg);
  left: 8px;
  bottom: -4px;
  z-index: -1;
  content: " ";
}
.vina_comments .lcUsername {
  display: block;
  line-height: 30px;
}
.vina_comments .lcUsername a {
  color: #999;
}
.vina_comments .lcCommentDate {
  color: #999;
  font-size: 12px;
}
.vina_comments .lcComment {
  color: #999;
}
.vina-news ul {
  margin: 0;
}
.vina-news li {
  list-style: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.vina-news li:before {
  content: "\f105";
  font-family: FontAwesome;
}
.vina-news li a {
  color: #999999;
  line-height: 24px;
}
.vina-news li:hover {
  padding-left: 10px;
}
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;
  box-shadow: none;
  text-shadow: none;
  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;
  -ms-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 {
  float: left;
  background: #333333;
  border-radius: 500px !important;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  font-size: 20px;
  margin: 0;
  margin-left: 10px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
button.social:first-child,
input[type='submit'].social:first-child,
input[type='button'].social:first-child,
submit.social:first-child {
  margin-left: 0;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
button.social:focus,
input[type='submit'].social:focus,
input[type='button'].social:focus,
submit.social:focus {
  outline: none;
}
.btn.social {
  float: left;
  background: #333333;
  border-radius: 500px !important;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  font-size: 20px;
  margin: 0;
  margin-left: 10px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.btn.social:first-child {
  margin-left: 0;
}
.btn.social:hover {
  text-decoration: none;
}
.btn.social:focus {
  outline: none;
}
.contact-wrapper .img-circle {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  text-align: center;
  width: 30px;
  color: #fff;
}
.contact-wrapper .contact-text {
  overflow: hidden;
  padding-left: 12px;
}
#sp-component .jshop a.product_link {
  font-size: 35px;
  line-height: 35px;
}
#sp-component .jshop .category {
  text-align: center;
  position: relative;
  padding: 0px;
  margin-bottom: 30px;
}
#sp-component .jshop .category th,
#sp-component .jshop .category tr,
#sp-component .jshop .category td {
  text-align: center;
}
#sp-component .jshop .category p {
  margin: 15px 0;
}
#sp-component .jshop .category .image {
  padding: 0px;
}
#sp-component .jshop .category .image img {
  border: 0px;
}
#sp-component .jshop .category .short_des .product_link {
  display: inline-block;
}
#sp-component .jshop .category .short_des .product_link.maincategory_name {
  margin-top: 10px;
}
#sp-component .jshop table.jshop td {
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-component .jshop table.jshop .inputbox {
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
#sp-component .jshop table.jshop .inputbox th,
#sp-component .jshop table.jshop .inputbox tr,
#sp-component .jshop table.jshop .inputbox td {
  text-align: center;
}
#sp-component .jshop table.jshop .button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-component .jshop table.jshop .jshop_img_description_center img {
  width: 100%;
}
#sp-main-menu ul li.preset-1:hover a,
#sp-main-menu ul li.preset-2:hover a,
#sp-main-menu ul li.preset-3:hover a,
#sp-main-menu ul li.preset-4:hover a,
#sp-main-menu ul li.preset-5:hover a {
  color: #fff;
}
#sp-main-menu ul li.preset-1:hover:before,
#sp-main-menu ul li.preset-2:hover:before,
#sp-main-menu ul li.preset-3:hover:before,
#sp-main-menu ul li.preset-4:hover:before,
#sp-main-menu ul li.preset-5:hover:before {
  color: #fff !important;
}
#sp-main-menu ul li.preset-1:hover {
  background: #e14f66 !important;
}
#sp-main-menu ul li.preset-2:hover {
  background: #506db1 !important;
}
#sp-main-menu ul li.preset-3:hover {
  background: #475577 !important;
}
#sp-main-menu ul li.preset-4:hover {
  background: #EF9033 !important;
}
#sp-main-menu ul li.preset-5:hover {
  background: #22b8f0 !important;
}
.owl-carousel {
  direction: ltr;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.rtl #sp-top-wrapper #sp-main-menu li li:not(.sp-menu-group) {
  padding-left: 0px;
  padding-right: 15px;
}
.rtl #sp-top-wrapper #sp-main-menu li li:not(.sp-menu-group):before {
  left: auto;
  right: 10px;
}
.rtl .vina-cmenu-jshopping > ul > li > ul:after {
  right: 30px;
  left: auto;
}
.rtl .vina-cmenu-jshopping ul ul li.has-sub:after {
  right: 5px;
  top: 16px;
}
.rtl #sp-position2 .vina-carousel-jshopping .owl-controls .owl-buttons {
  left: 5px;
  right: auto;
}
.rtl #sp-left .contact-wrapper .contact-text {
  padding-right: 12px;
}
.rtl #sp-position4 .vina_caption .img-thumbnail {
  padding-right: 0px;
}
.rtl #sp-position4 .carousel-control {
  left: 20px;
  right: auto;
}
.rtl #sp-position4 .carousel-control.right {
  left: 0px;
}
.rtl #sp-partner-wrapper #vina_partner .carousel-control.right {
  left: 10px;
  right: auto;
}
.rtl #vina_about_us .carousel .carousel-control.right {
  left: -100px;
  right: auto;
}
.rtl #vina_about_us .carousel .carousel-control.left {
  right: -100px;
  left: auto;
}
.rtl #vina_about_us .carousel:hover .carousel-control.right {
  left: 10px;
  right: auto;
}
.rtl #vina_about_us .carousel:hover .carousel-control.left {
  right: 10px;
  left: auto;
}
.rtl .owl-item {
  float: left !important;
}
.rtl .stars_active {
  float: left;
}
.rtl .star-rating-control {
  direction: ltr;
}
.related_header {
  border-bottom: 0px solid #999;
}
.row-fluid .vina_img_description {
  margin-top: 20px;
}
#vinaTab {
  margin-top: 30px;
  margin-bottom: 0px;
}
#vinaTabContent {
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.jshop .jshop_list_category {
  margin-top: 40px;
}
.jshop.productfull #list_product_image_thumb img.jshop_img_thumb {
  padding: 0px;
  border: 0px solid #808080;
  margin-right: 0px;
  margin-bottom: 0px;
}
.jshop.productfull .text_zoom img {
  float: none;
}
.jshop.productfull .jshop .attributes_title select,
.jshop.productfull .jshop .attributes_title .attributes_name {
  margin: 5px 0px;
}
.jshop.productfull .jshop .attributes_name,
.jshop.productfull .jshop .prod_name {
  font-size: 20px;
  padding-right: 10px;
}
.jshop.productfull .jshop div.jshop_prod_description {
  padding-top: 20px;
}
.jshop.productfull .jshop div.jshop_prod_description ul,
.jshop.productfull .jshop div.jshop_prod_description ol {
  margin: 0 0 10px 25px;
}
.jshop.productfull .jshop .prod_cart {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.jshop.productfull .jshop .prod_qty_input input {
  width: 10px;
}
.jshop.productfull .jshop .prod_buttons,
.jshop.productfull .jshop .buttons {
  margin: 10px 0px 0px;
}
.jshop.productfull .jshop .prod_buttons input,
.jshop.productfull .jshop .buttons input {
  padding: 10px 20px;
}
.jshop.productfull .jshop .prod_buttons {
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.jshop.productfull .jshop .buttons-detail {
  float: left;
}
.jshop.productfull .jshop .buttons-detail .add-cart-detail,
.jshop.productfull .jshop .buttons-detail .add-wishlist-detail {
  position: relative;
  float: left;
}
.jshop.productfull .jshop .buttons-detail .add-cart-detail i,
.jshop.productfull .jshop .buttons-detail .add-wishlist-detail i {
  position: absolute;
  z-index: 0;
  left: 10px;
  line-height: 42px;
}
.jshop.productfull .jshop .buttons-detail .add-cart-detail:hover i:before,
.jshop.productfull .jshop .buttons-detail .add-wishlist-detail:hover i:before {
  color: #fff;
}
.jshop.productfull .jshop .buttons-detail .add-cart-detail {
  float: left;
  margin-right: 15px;
}
.jshop.productfull .jshop .buttons-detail input {
  padding: 10px 20px 10px 30px;
}
.jshop.productfull .jshop .prod_qty {
  display: inline-block;
  max-width: 30px;
}
.jshop.productfull .jshop .prod_qty input {
  padding: 1px 0;
  color: #555;
  border: 1px solid #d5d5d5;
  line-height: 14px;
  width: 17px;
}
.jshop.productfull .jshop .prod_qty #sub-quantity {
  float: left;
  margin-top: 3px;
}
.jshop.productfull .jshop .prod_qty input,
.jshop.productfull .jshop .buttons input {
  background: transparent;
  color: #555;
  border: 1px solid #d5d5d5;
}
.jshop.productfull .jshop .prod_qty input:hover,
.jshop.productfull .jshop .buttons input:hover {
  background: #e14f66;
  border: 1px solid #e14f66;
  color: #fff;
}
.jshop.productfull .jshop input[type='button']:focus,
.jshop.productfull .jshop submit:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.jshop.productfull .jshop_code_prod {
  color: #999;
  font-size: 18px;
}
.jshop.productfull form input#quantity {
  text-align: center;
  margin: 0 5px;
}
.jshop.productfull form input#quantity th,
.jshop.productfull form input#quantity tr,
.jshop.productfull form input#quantity td {
  text-align: center;
}
.jshop.productfull span.review {
  margin-bottom: 20px;
}
.jshop.productfull #jshop_review_write input,
.jshop.productfull #jshop_review_write #review_review {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jshop.productfull table:first-child {
  float: left;
}
.jshop.productfull .vina_price {
  display: inline-block;
  width: 100%;
  margin: 35px 0px 30px;
  line-height: 30px;
}
.jshop.productfull .vina_price .prod_price {
  float: left;
  margin-right: 15px;
}
.jshop.productfull .vina_price .prod_price #block_price {
  font-size: 30px;
}
.jshop.productfull .vina_price .old_price {
  font-size: 22px;
}
.jshop.productfull .prod_buttons .prod_qty_input #quantity {
  border: 1px solid #e6e6e6;
}
.jshop.productfull .vina-bold {
  font-weight: bold;
}
.jshop.productfull .review_header {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.jshop.productfull .review_item {
  border: 0px;
}
.jshop.productfull .review_item.event {
  background: #f9f9f9;
}
.jshop.productfull textarea.jshop {
  border: 1px solid #ccc;
}
.jshop.productfull .submit_review {
  padding: 8px 14px;
}
.jshop .jshop_login .inputbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
.jshop .jshop_login #remember_me {
  margin-top: 0px;
  margin-left: 5px;
}
.jshop .jshop_login .button {
  margin: 10px 0px;
}
.jshop .jshop_login .row-fluid {
  margin-bottom: 0px;
}
#list_attribute {
  margin: 20px 0 0;
}
#list_attribute thead {
  background: #777;
  color: #fff;
}
.stars_active {
  background: url("../images/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.stars_no_active {
  background: url("../images/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 15px;
  overflow: hidden;
  width: 85px !important;
}
#sp-component-area-wrapper .jshop h1 {
  margin-bottom: 3px;
}
.link_back .button {
  padding: 0px;
  color: #666;
  background: transparent;
  border: 0px;
}
.link_back .button:hover {
  color: #e14f66;
  background: transparent;
}
.link_back:hover:before {
  color: #e14f66;
}
.link_back:before {
  font-family: FontAwesome;
  content: "\f177";
  display: inline-block;
}
.review_rate .review_rate-top {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.review_rate .review_rate-top div {
  margin-right: 20px;
}
.review_rate .review_rate-top .reviews {
  float: left;
}
.review_rate .review_rate-top .link_back {
  float: right;
  margin-right: 0px;
}
.review_rate .review_rate-bottom div {
  display: inline-block;
  margin-right: 30px;
}
.review_rate .review_rate-bottom .manufacturer_name {
  padding: 0px;
}
.prod_social span {
  float: left;
}
.prod_social .fb_iframe_widget {
  margin-right: 30px;
}
.prod_social #___plusone_0 {
  width: 200px !important;
}
.prod_social #plusone {
  display: inline-block;
}
#vina-description table {
  border-left: 1px solid #D5D5C8;
  border-top: 1px solid #D5D5C8;
}
#vina-description table thead {
  color: #fff;
  background: #999;
}
#vina-description table td,
#vina-description table tbody {
  border-right: 1px solid #D5D5C8;
  border-bottom: 1px solid #D5D5C8;
}
#vina-description ul {
  padding: 0px 25px;
}
#vina-description ul li {
  display: list-item;
  list-style-type: disc;
}
.jshop .prod_attr_img {
  vertical-align: middle;
}
.vina-cmenu-jshopping ul ul {
  top: 56px \0/!important;
}
#sp-bottom-wrapper #sp-bottom2 a:hover,
#sp-bottom-wrapper #sp-bottom3 a:hover {
  background: transparent;
}
#sp-feature-wrapper #feature .vina_title {
  line-height: 70px \9;
}
a,
li,
ul {
  list-style: none;
}
.block_item {
  float: left;
  text-align: center;
}
.block_item th,
.block_item tr,
.block_item td {
  text-align: center;
}
b.caret {
  border-top: 4px solid #fff;
}
.menu-hover {
  text-decoration: none;
  background-color: #e5e5e5;
  background-image: none;
  background-repeat: repeat-x;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #666;
  text-transform: uppercase;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#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 .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -ms-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;
  -ms-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu {
  z-index: 10;
}
.sp-mobile-menu ul {
  width: 100% !important;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li a {
  color: #fff !important;
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  padding: 10px 16px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.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;
  -ms-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
#sp-menu-wrapper #indicatorContainer {
  display: none;
}
#sp-menu-wrapper .vina-cmenu-jshopping {
  background: transparent;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul {
  z-index: 10;
  background: transparent;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li > a {
  font-weight: normal;
  line-height: 22px;
  padding: 20px 25px;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li#menu-button:hover a,
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li#menu-button.active a {
  color: #fff;
  background: transparent !important;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li:hover > ul,
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li.active > ul {
  top: 100%;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li:hover a,
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li.active a {
  background: #E5E5E5;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul > li.has-sub:after {
  right: 6px;
  top: 28px;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul.level0.open > li:hover a {
  background: #E5E5E5;
}
#sp-menu-wrapper .vina-cmenu-jshopping > ul.level0.open > li.active a {
  background: #ccc;
}
#sp-menu-wrapper .vina-cmenu-jshopping ul ul li a {
  color: #333333;
}
#sp-main-menu .product-hover {
  padding-top: 25px;
}
#sp-main-menu .product-hover .img-circle {
  width: 70px;
  height: 70px;
}
#sp-main-menu .product-hover .img-circle .buttons .add-cart {
  line-height: 35px;
}
#sp-main-menu .product-hover .img-circle .buttons .add-cart a.button_buy {
  top: 6px;
}
#sp-main-menu .product-hover .img-circle a {
  font-size: 11px;
}
.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:first-child {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span:first-child.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span:first-child.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;
}
.no-modal {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  left: auto;
  margin-left: auto;
  outline: 0 none;
  position: inherit;
  top: auto;
  margin-right: auto;
}
.text-hidden span {
  display: none;
}
.border {
  border: 1px solid ;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 25px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-animation: swing 1500ms ease;
  -ms-animation: swing 1500ms ease;
  animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  -ms-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  -ms-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform .control-group {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .control-group .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .control-group .controls {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .control-group .controls input,
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: auto;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: 135px;
}
#vina_contact_us .contact_us .qlform .control-group.jform_name {
  width: 47%;
  margin-right: 6%;
  float: left;
}
#vina_contact_us .contact_us .qlform .control-group.jform_email {
  width: 47%;
  float: left;
}
#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:first-child {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span:first-child em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span:first-child.contact {
  margin-bottom: 12px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  -ms-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;
  -ms-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@media (max-width: 1300px) {
  .responsive .vina-blogs .media-body {
    overflow: visible;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 10px;
    display: inline-block;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption {
    left: 560px !important;
    max-width: 396px !important;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption .introtext {
    font-size: 22px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption a.morebutton {
    top: 175px;
    padding: 10px 20px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption > div {
    padding: 10px;
  }
  .responsive .online-shipping .online-shipping-inner .media-body > span {
    font-size: 22px;
  }
  .responsive #sp-bottom-wrapper .module h3.header {
    font-size: 33px;
  }
  .responsive .jshop.productfull #jshop_review_write input {
    width: 100% !important;
  }
  .responsive #sp-left .module h3.header {
    font-size: 26px;
  }
  .responsive #sp-left .module .vina-ticker-jshopping .header-block {
    top: -55px;
  }
  .responsive #sp-purchase-wrapper .vina_purchase {
    background-size: 100% 100%;
  }
  .responsive .review_rate .review_rate-bottom div {
    margin-right: 10px;
  }
  .responsive #lightbox-container-image-box {
    width: 30% !important;
    height: 30% !important;
    padding: 0 10px;
  }
  .responsive #lightbox-container-image-box #lightbox-nav a {
    height: 30% !important;
  }
  .responsive #lightbox-container-image-data-box {
    width: 30% !important;
  }
}
@media (max-width: 1023px) {
  .responsive #sp-top-wrapper #sp-menu .vina-menu {
    right: auto;
    left: 40px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption {
    top: 55px !important;
    left: 410px !important;
    max-width: 340px !important;
  }
  .responsive #sp-left .module .contact-wrapper {
    line-height: 0px;
  }
  .responsive #sp-bottom-wrapper .module h3.header {
    font-size: 25px;
  }
  .responsive #sp-bottom-wrapper .btn.social {
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: 5px;
    font-size: 16px;
  }
  .responsive #sp-position2 .online-shipping .online-shipping-inner {
    padding: 10px;
  }
  .responsive .jshop .review_rate .review_rate-bottom div {
    display: block;
    margin-right: 0px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-position1 {
    float: right;
    position: relative;
  }
  .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;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 999999;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
  .responsive #sp-menu-wrapper .nav-collapse.collapse {
    height: auto;
  }
  .responsive #sp-menu-wrapper .vina-cmenu-jshopping > ul > li > a {
    padding: 10px 25px;
  }
  .responsive #sp-menu-wrapper .vina-cmenu-jshopping > ul > li:last-child {
    margin-bottom: 10px;
  }
  .responsive #sp-category-menu .vina-cmenu-jshopping #menu-button:before {
    top: 25px;
  }
  .responsive #sp-category-menu .vina-cmenu-jshopping #menu-button:after {
    top: 15px;
  }
  .responsive #sp-category-menu .vina-cmenu-jshopping ul.level0 > li.has-sub > .open-submenu {
    top: 5px;
  }
  .responsive .vina-blogs .moduleItemImage {
    width: 100%;
    margin-right: 0;
  }
  .responsive .vina-blogs .moduleItemImage img {
    width: 100%;
  }
  .responsive .vina-blogs .moduleItemTitle {
    display: inline-block;
    min-height: 0;
    margin-top: 5px;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 0;
  }
  .responsive .vina-blogs .media-heading {
    margin: 0;
  }
  .responsive .online-shipping .online-shipping-inner .media-body > span {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    max-width: 600px;
    min-width: 180px;
    padding: 0 20px;
  }
  .responsive .vina-blogs .media-body {
    overflow: hidden;
  }
  .responsive .vina-blogs .moduleItemImage {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .responsive .vina-blogs .moduleItemTitle {
    display: block;
    min-height: 55px;
    margin-top: 0px;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 0;
  }
  .responsive .vina-blogs .media-heading {
    margin: 0 0 5px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption {
    top: 40px !important;
    left: 310px !important;
    max-width: 278px !important;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption h3 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption a.morebutton {
    top: 120px;
    padding: 5px 15px;
  }
  .responsive #sp-feature-wrapper #sp-feature .camera_caption .introtext {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive #sp-breadcrumb-wrapper .container,
  .responsive #sp-advertise-wrapper .container {
    padding: 0px;
  }
  .responsive #sp-position2 .online-shipping-wrapper {
    margin-bottom: 5px;
  }
  .responsive #sp-left {
    margin-bottom: 30px;
  }
  .responsive #sp-left .banner-left,
  .responsive #sp-left .tcvn-banner-bottom {
    display: none;
  }
  .responsive #sp-bottom-wrapper .module h3.header {
    padding-top: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
    padding-top: 10px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 th,
  .responsive #sp-footer-wrapper #sp-footer2 tr,
  .responsive #sp-footer-wrapper #sp-footer2 td {
    text-align: center;
  }
  .responsive .jshop.productfull #list_product_image_thumb img.jshop_img_thumb {
    display: none;
  }
  .responsive #sp-purchase-wrapper .vina_purchase .container {
    text-align: center;
  }
  .responsive #sp-purchase-wrapper .vina_purchase .container th,
  .responsive #sp-purchase-wrapper .vina_purchase .container tr,
  .responsive #sp-purchase-wrapper .vina_purchase .container td {
    text-align: center;
  }
  .responsive #sp-purchase-wrapper .vina_purchase .container .pull-right {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
  .responsive #sp-other-wrapper .module h3.header {
    margin-bottom: 20px;
  }
  .responsive #sp-position3 {
    margin-bottom: 20px;
  }
}
@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-item-last ul {
    margin: 0;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 100%;
  }
  .responsive #sp-header-wrapper #sp-logo .logo {
    margin: 0 auto;
  }
  .responsive #sp-header-wrapper #sp-position1 {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-header-wrapper #sp-position1 th,
  .responsive #sp-header-wrapper #sp-position1 tr,
  .responsive #sp-header-wrapper #sp-position1 td {
    text-align: center;
  }
  .responsive #sp-header-wrapper #sp-position1 #jshop_module_cart .cart-inner {
    display: inline-block;
    float: none;
  }
  .responsive #sp-feature-wrapper #sp-feature .vina-camera-slider-content .camera_caption {
    display: none !important;
  }
  .responsive #sp-main-body-wrapper ul.breadcrumb {
    margin: 20px 0px 0px !important;
  }
  .responsive #sp-breadcrumb {
    margin-bottom: 10px;
  }
  .responsive #jquery-lightbox #lightbox-container-image-box {
    width: 80% !important;
    height: 60% !important;
  }
  .responsive #jquery-lightbox #lightbox-container-image-box #lightbox-nav a {
    height: 30% !important;
  }
  .responsive #jquery-lightbox #lightbox-container-image-data-box {
    width: 80% !important;
  }
}
@media (max-width: 479px) {
  .responsive .container {
    padding: 0 10px;
  }
  .responsive .block_item {
    margin-bottom: 10px !important;
  }
  .responsive div.itemContentFooter {
    text-align: left;
  }
  .responsive div.itemTwitterButton {
    display: inline-block;
    float: none;
  }
  .responsive div.itemGooglePlusOneButton {
    display: inline-block;
  }
  .responsive div.itemCommentsForm form input.inputbox {
    width: 100%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 100%;
  }
  .responsive #sp-top-wrapper #sp-menu {
    min-height: 38px;
  }
  .responsive #sp-top-wrapper #sp-menu button.vina-menu {
    right: auto;
    top: 0px !important;
    width: 100% !important;
    left: 0px;
  }
  .responsive #sp-top-wrapper #sp-top1 {
    text-align: center;
    line-height: 10px;
  }
  .responsive #sp-top-wrapper #sp-top1 th,
  .responsive #sp-top-wrapper #sp-top1 tr,
  .responsive #sp-top-wrapper #sp-top1 td {
    text-align: center;
  }
  .responsive #sp-top-wrapper #sp-top1 ul {
    float: none;
    display: inline-block;
  }
  .responsive #sp-top-wrapper #sp-top1 ul > li a {
    padding: 10px 5px;
  }
  .responsive .jshop.productfull .jshop .prod_buttons {
    margin: 10px auto;
  }
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .block_sorting_count_to_page {
    display: inline-block;
  }
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .box_products_sorting,
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page {
    float: left;
    width: 100%;
    display: block;
  }
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .box_products_sorting select,
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page select {
    width: 50%;
  }
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page {
    text-align: left;
    margin-top: 5px;
  }
  .responsive #sp-component-area-wrapper .jshop .jshop_list_product form .box_products_count_to_page select {
    margin-left: 10px;
  }
  .responsive #sp-bottom1 .media .pull-left {
    display: inline-block;
  }
  .responsive #sp-other-wrapper .sp-bubble cite {
    padding-left: 70px;
    line-height: 20px;
  }
  .responsive #sp-other-wrapper .sp-bubble cite p {
    margin-top: 10px;
  }
  .responsive table.jshop td,
  .responsive table.jshop th {
    font-size: 11px;
  }
  .responsive div.jshop_prod_attributes select {
    width: 200px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -60%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -60%;
  }
  .responsive .row-offcanvas-right.active {
    right: 60%;
  }
  .responsive .row-offcanvas-left.active {
    left: 60%;
  }
  .responsive .sidebar-offcanvas {
    width: 60%;
  }
}
@media (max-width: 319px) {
  .responsive #sp-top1 ul > li a {
    font-size: 11px !important;
  }
  .responsive .vina-blogs .moduleItemImage {
    float: left;
    margin: 0;
    width: 100%;
  }
  .responsive .vina-blogs .media-body {
    overflow: visible;
  }
  .responsive .vina-blogs .media-body .moduleItemTitle {
    overflow: visible;
  }
  .responsive h3 .header {
    font-size: 34px !important;
  }
  .responsive #sp-header-wrapper .logo {
    background-size: 100% 80%;
  }
  .responsive .jshop.productfull .jshop .jshop_prod_attributes select {
    width: 125px;
  }
  .responsive #add-cart,
  .responsive #add-wishlist {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .responsive #sp-banner1 .tcvn-banner-item a {
    display: inline-block;
    margin-left: 35px;
  }
  .responsive #sp-component-area-wrapper .product {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .responsive #sp-menu {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-left .module .contact-wrapper .contact-text {
    padding-left: 0px;
    padding-top: 5px;
    float: left;
  }
  .responsive #sp-left .module._newsletter {
    padding: 10px 10px 20px;
  }
  .responsive #sp-left .module.top-products h3.header {
    padding-bottom: 35px;
  }
  .responsive #sp-left .module.top-products .vina-ticker-jshopping .header-block {
    top: -45px;
  }
  .responsive #sp-left .module.top-products .vina-ticker-jshopping .product-hover {
    padding-top: 25px;
  }
  .responsive #sp-left .module.top-products .vina-ticker-jshopping .product-hover .img-circle {
    width: 70px;
    height: 70px;
  }
  .responsive #sp-left .module.top-products .vina-ticker-jshopping .product-hover .img-circle .buttons .add-cart {
    line-height: 35px;
  }
  .responsive #sp-left .module.top-products .vina-ticker-jshopping .product-hover .img-circle .buttons .add-cart a.button_buy {
    top: 5px;
  }
  .responsive #sp-left .module.top-products .vina-ticker-jshopping .product-hover .img-circle a {
    font-size: 11px;
  }
  .responsive #sp-top-wrapper #sp-menu {
    width: 35%;
  }
  .responsive #sp-top-wrapper #sp-top1 {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .responsive #sp-other-wrapper .module h3.title {
    font-size: 14px;
  }
}
@media (min-width: 599px) and (max-width: 979px) {
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 261px !important;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .responsive #sp-position2 .featured-products .jshop .block_item {
    width: 48.148%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .responsive #sp-position2 .featured-products .jshop .block_item.vertical-separator {
    margin-left: 3.703%;
  }
  .responsive #sp-position2 .featured-products .jshop .block_item .product-hover {
    padding-top: 30%;
  }
  .responsive #sp-component .jshop .span_block_item {
    width: 48.148%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    margin-left: 3.703%;
    margin-right: 0px;
  }
  .responsive #sp-component .jshop .span_block_item.vertical-separator {
    margin-left: 0px;
  }
  .responsive #sp-component .jshop .span_block_item .product-hover {
    padding-top: 30%;
  }
}
@media (max-width: 979px) {
  .rtl #sp-menu-wrapper .vina-cmenu-jshopping #menu-button:before,
  .rtl #sp-menu-wrapper .vina-cmenu-jshopping #menu-button:after {
    left: 20px;
    right: auto;
  }
  .rtl #sp-menu-wrapper .vina-cmenu-jshopping li.has-sub .open-submenu {
    left: 0;
    right: auto;
  }
  .rtl #sp-menu-wrapper .vina-cmenu-jshopping > ul > li ul li a:before {
    margin-left: 2px;
    margin-right: auto;
  }
}
.fixed .hidden-desktop {
  display: none;
}
@font-face {
  font-family: 'GrandHotel-Regular';
  src: url("../fonts/GrandHotel-Regular.eot?") format("eot"), url("../fonts/GrandHotel-Regular.woff") format("woff"), url("../fonts/GrandHotel-Regular.ttf") format("truetype"), url("../fonts/GrandHotel-Regular.svg#GrandHotel-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MYRIADPRO-COND';
  src: url('../fonts/MYRIADPRO-COND.eot');
  src: url('../fonts/MYRIADPRO-COND.eot?#iefix') format('embedded-opentype'), url('../fonts/MYRIADPRO-COND.woff') format('woff'), url('../fonts/MYRIADPRO-COND.ttf') format('truetype'), url('../fonts/MYRIADPRO-COND.svg#MYRIADPRO-COND') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad_Pro_Regular';
  src: url('../fonts/Myriad_Pro_Regular.eot');
  src: url('../fonts/Myriad_Pro_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Myriad_Pro_Regular.woff') format('woff'), url('../fonts/Myriad_Pro_Regular.ttf') format('truetype'), url('../fonts/Myriad_Pro_Regular.svg#Myriad_Pro_Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DubielItalic';
  src: url('../fonts/DubielItalic.eot');
  src: url('../fonts/DubielItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/DubielItalic.woff') format('woff'), url('../fonts/DubielItalic.ttf') format('truetype'), url('../fonts/DubielItalic.svg#DubielItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header,
.vina_title,
.vina-name,
.page-header {
  font-family: 'GrandHotel-Regular', sans-serif;
  font-weight: normal;
}
