.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
    text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #5bcbfa;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
/*  display: inline;*/
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-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;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-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;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform .submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform .cluster .jform_name {
  display: block;
}
#vina_contact_us .contact_us .qlform .cluster .jform_email {
  display: block;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#my_projects .vina_projects {
  list-style: none;
  padding: 0;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
#my_projects .vina_projects .projects {
  display: inline-block;
  vertical-align: top;
}
#my_projects .vina_projects a {
  text-decoration: none;
  color: #888;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 16px;
}
#my_projects .vina_projects a:focus {
  outline: none;
}
#my_projects .vina_projects a img {
  display: inline;
  max-width: 100%;
  height: auto !important;
}
#my_projects .vina_projects .project-label {
  display: block;
  margin: 5px 0 10px;
}
#my_projects .vina_projects .current a {
  color: #000;
}
#my_projects .vina_projects .current a:after {
  content: "";
  display: block;
  border: 10px solid;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0;
  right: 0;
  border-top: none;
  border-color: #333 transparent;
  margin: auto;
}
#my_projects .vina_projects h3 {
  font-size: 16px;
}
#my_projects .vina_projects .details {
  font-size: 16px;
  display: none;
  position: absolute;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  background: #444;
  box-shadow: inset 0 10px 20px 5px #333;
  color: #ddd;
  padding: 20px;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .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;
  }
}

.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
input,
button,
select {
  outline: none !important;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.row-fluid [class*="span"] {
  min-height: 0px;
}
.visible {
  visibility: visible !important;
}
.hidden {
  display: none !important;
}
.block {
  display: block;
}
a {
  outline: medium none;
}
a:focus {
  outline: medium none;
  text-decoration: none;
}
#sp-top-wrapper {
  padding: 0;
  position: relative;
  z-index: 1;
}
.currency-language {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.currency-language .top-currency {
  float: left;
  width: 40%;
  display: inline-block;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.currency-language .top-currency label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
  float: left;
  padding: 5px 0px;
}
.currency-language .vina-currency select {
  width: auto;
  height: 30px;
  border: none;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.currency-language .vina-currency .currency-box {
  display: inline-block;
  position: relative;
  background: none repeat scroll 0 0 #474e58;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.currency-language .vina-currency .currency-box .down {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: none repeat scroll 0 0 #474e58;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding-left: 5px;
  pointer-events: none;
}
.currency-language .vina-currency .currency-box .down .caret {
  margin-top: -2px;
  position: relative;
  top: 50%;
  border-top: 4px solid #fff;
}
.currency-language .top-language {
  float: left;
  width: 60%;
  display: inline-block;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.currency-language .top-language label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
  float: left;
  padding: 5px 0px;
}
.currency-language .top-language .dropdown {
  display: inline-block;
}
.currency-language .top-language .dropdown a {
  padding: 5px 6px 5px 32px;
  display: inline-block;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 8;
  min-width: 32px;
}
.currency-language .top-language .dropdown a .caret {
  margin-left: 5px;
}
.currency-language .top-language .dropdown .dropdown-menu {
  min-width: 0;
  border: medium none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.currency-language .top-language .dropdown .dropdown-menu li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.currency-language .top-language .dropdown .dropdown-menu li:first-child a {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.currency-language .top-language .dropdown .dropdown-menu li:last-child a {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.vina-who-online .who-online,
.vina-who-online .who-online-des {
  margin: 0;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
}
.top-menu-shop {
  margin: 0;
  float: right;
}
.top-menu-shop li {
  float: left;
  padding: 0 5px;
  line-height: 25px;
}
.top-menu-shop li a {
  padding: 13px 8px;
  display: inline-block;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 21px;
}
#sp-top-header-wrapper {
  padding: 26px 0;
  position: relative;
}
#sp-top-header-wrapper .row-fluid {
  margin: 0;
}
.vina-top-header {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.vina-top-header h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.vina-top-header p {
  text-transform: capitalize;
  font-size: 14px;
  margin: 0;
}
.vina-top-header .header-time {
  padding: 0 0 0 43px;
  background: url("/templates/vina_sagitta/images/header-time.png") no-repeat left center;
}
.vina-top-header .header-shipping {
  padding: 0 0 0 43px;
  background: url("/templates/vina_sagitta/images/header-shipping.png") no-repeat left center;
}
.vina-top-header .header-money {
  padding: 0 0 0 43px;
  background: url("/templates/vina_sagitta/images/header-money.png") no-repeat left center;
}
.vina-top-header .header-phone {
  padding: 0 0 0 43px;
  background: url("/templates/vina_sagitta/images/header-phone.png") no-repeat left center;
}
#sp-header-wrapper {
  padding: 0 0 35px 0;
}
#sp-header-wrapper #header {
  position: relative;
  z-index: 100;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.vina-search .form-search {
  position: relative;
  padding: 0 0 0 20px;
  float: none;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vina-search .form-search .input-text {
  background: none;
  color: #777;
  font-size: 15px;
  float: left;
  height: 38px;
  line-height: 38px;
  width: 300px;
  border: 0;
  margin: 0;
  width: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.vina-search button.button {
  float: right;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: medium none;
  float: right;
  padding: 0;
  line-height: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.vina-search button.button span {
  border: 0 none;
  height: 58px;
  line-height: 58px;
  padding: 0;
  width: 60px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-search button.button span span {
  float: left;
  padding: 0;
  text-indent: -99999px;
}
.vina-search .header-input {
  float: left;
  padding: 10px 0;
  width: 80%;
}
#sp-cartsmall {
  position: relative;
  z-index: 100000;
}
.vina-cart .cart-wrapper {
  float: left;
  margin: 0;
  text-align: center;
  padding: 0 0 0 80px;
  cursor: pointer;
  margin: 0;
  color: #ccc;
  position: relative;
  z-index: 100000;
}
.vina-cart .cart-wrapper .cart-contain {
  position: relative;
  padding: 0 0 20px 0;
  margin: 6px 0 0;
  z-index: 100001;
  height: 100%;
  width: 100%;
}
.vina-cart .cart-wrapper .cart-contain .shopping_cart {
  color: #777777;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.vina-cart .cart-wrapper .top-cart-title {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  text-align: left;
  line-height: 26px;
  margin-top: 0;
  position: relative;
  font-size: 13px;
}
.vina-cart .cart-wrapper .top-cart-title span {
  color: #777777;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 20px;
}
.vina-cart .cart-wrapper .cart_arrow {
  background: url("/templates/vina_sagitta/images/bg-arrow.png") no-repeat 0 0;
  bottom: 3px;
  display: none;
  height: 11px;
  left: -58px;
  position: absolute;
  width: 18px;
  z-index: 1000;
}
.vina-cart .cart-wrapper .top-cart-content {
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  width: 210px;
  position: absolute;
  top: 67px;
  right: -28px;
  background: #fff;
  padding: 20px;
  text-align: left;
  color: #777;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
}
.vina-cart .cart-wrapper .top-cart-content .empty {
  font-size: 16px;
  color: #777;
}
.vina-cart .cart-wrapper .top-cart-content .cart-bottom {
  width: 100%;
  margin: 0;
  display: inline-block;
  border-top: 1px solid #f1f1f1;
  padding: 10px 0 0;
}
.vina-cart .cart-wrapper .top-cart-content .subtotal-title {
  float: left;
  color: #777777;
  margin: 3px 0 0;
  font-size: 16px;
}
.vina-cart .cart-wrapper .top-cart-content .top-subtotal {
  font-size: 20px;
  float: right;
  margin: 0;
}
.vina-cart .cart-wrapper:hover .cart_arrow {
  display: block;
}
.vina-cart .cart-wrapper:hover .top-cart-content {
  display: block;
  height: auto;
}
button.vina-button,
button.vina-button-2 {
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  color: #777;
  background: transparent;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
button.vina-button span,
button.vina-button-2 span {
  color: #FFFFFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 8px 18px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
button.vina-button span span,
button.vina-button-2 span span {
  padding: 0;
  border: 0;
  background: none;
  line-height: 20px;
}
button.vina-button:hover span,
button.vina-button-2:hover span {
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
button.vina-button:hover span span,
button.vina-button-2:hover span span {
  padding: 0;
  border: 0;
  background: none;
}
.jshop-cart .entry-header {
  border-bottom: 0;
  margin: 0 0 25px;
}
.jshop-cart #shopping-cart-table {
  border-collapse: collapse;
  max-width: 100%;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
}
.jshop-cart #shopping-cart-table td {
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.jshop-cart #shopping-cart-table .product-name {
  text-align: left;
  margin: 0 auto;
}
.jshop-cart #shopping-cart-table .item-options {
  text-align: center;
  line-height: 0;
}
.jshop-cart #shopping-cart-table .item-options span {
  display: inline-block;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
  display: inline-block;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute .value {
  padding-left: 10px;
  margin: 0 0 6px;
}
.jshop-cart .data-table tbody th,
.jshop-cart .data-table tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.jshop-cart .data-table td {
  padding: 10px;
}
.jshop-cart .data-table td .product-image {
  display: block;
  width: 120px;
}
.jshop-cart .data-table .product-image img {
  border: none;
  padding: 0px;
}
.jshop-cart .data-table .product-name {
  font-weight: normal;
  margin: 0 0 5px;
  color: #2f2f2f;
}
.jshop-cart .data-table .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  width: 2.5em;
  text-align: center;
  background: #fff;
  height: 25px;
  line-height: 25px;
  margin: 0;
}
.jshop-cart .data-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.jshop-cart .data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.jshop-cart .data-table tfoot {
  border-bottom: 1px solid #ddd;
}
.jshop-cart .data-table tfoot td {
  vertical-align: top;
  font-weight: normal;
  border-bottom: 0;
  border-right: 1px solid #ddd;
  padding: 5px 10px;
}
.jshop-cart .data-table .tbody th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.jshop-cart .data-table .tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.jshop-cart .data-table .btn-continue {
  float: left;
}
.jshop-cart .data-table .btn-update {
  float: right;
}
.jshop-cart .data-table .btn-checkout {
  float: right;
  margin-left: 10px;
}
.btn-remove {
  display: block;
  width: 17px;
  height: 22px;
  margin: 48px 0 0;
  font-size: 0;
  line-height: 0;
  background: url(/templates/vina_sagitta/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cart-collaterals {
  padding: 25px 0 0;
  float: left;
}
.cart-collaterals .totals {
  border: 1px solid #ddd;
  background: none;
}
.cart-collaterals .totals table {
  width: 100%;
  margin: 7px 0;
}
.cart-collaterals .totals tfoot td,
.cart-collaterals .totals tbody td {
  padding: 1px 15px 1px 7px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-collaterals .totals tfoot td strong,
.cart-collaterals .totals tbody td strong {
  font-weight: normal;
  font-size: 15px;
}
.cart-collaterals .totals .checkout-types {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}
.cart-collaterals .totals .checkout-types li {
  list-style: none;
  clear: both;
  margin: 10px 0;
}
.cart-collaterals .discount {
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin: 0 0 18px;
}
.cart-collaterals .discount h2 {
  margin: 0 0 5px;
  font-weight: normal;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  color: #777;
  text-transform: uppercase;
}
.cart-collaterals .discount .discount-form label {
  font-weight: normal;
}
.cart-collaterals .discount .discount-form .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart-collaterals .discount .discount-form .input-box .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  width: 254px;
}
.cart-collaterals .crosssell {
  border: 1px solid #ddd;
  padding: 12px 15px;
}
.cart-collaterals .crosssell h2 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #555;
  font-size: 13px;
  font-weight: normal;
}
.entry-header {
  background: url("/templates/vina_sagitta/images/bg-bottom1-title.png") repeat-x scroll left bottom;
  float: none;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.entry-header h1 {
  float: left;
  color: #777777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.35;
  border: none;
}
#sp-menu-wrapper {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 99;
  bottom: 30px;
}
.visiable-gallery {
  animation-name: none !important;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.module .megamenu-title,
.vina-title .megamenu-title {
  float: left;
  width: 100%;
}
.module .megamenu-title h3,
.module .megamenu-title h1,
.vina-title .megamenu-title h3,
.vina-title .megamenu-title h1 {
  color: #777777;
  font-size: 20px;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 30px;
}
.vina-title {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
/*  float: left;*/
}
.vina-left-category .megamenu-title {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  float: none;
}
.vina-left-category .megamenu-title h3 {
  line-height: 1.35;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  display: inline-block;
  padding: 12px 12px 12px 30px;
  margin: 0 0 -3px 45px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.vina-left-category .vina-treeview-jshopping > ul {
  font-size: 14px;
  margin: 0 0 33px;
  padding: 0;
  z-index: 1000;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-left-category .vina-treeview-jshopping > ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0 !important;
  background: none !important;
  position: relative;
}
.vina-left-category .vina-treeview-jshopping > ul li a {
  text-decoration: none;
  display: block;
  line-height: 21px;
  padding: 18px 30px 18px 27px;
  text-transform: uppercase;
  border-right: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.vina-left-category .vina-treeview-jshopping > ul li a:after {
  display: none;
}
.vina-left-category .vina-treeview-jshopping > ul li .hitarea {
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -20px 0px 0px;
  float: right;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 9;
}
.vina-left-category .vina-treeview-jshopping > ul li.collapsable {
  border-bottom: 0;
}
.vina-left-category .vina-treeview-jshopping > ul li.collapsable .hitarea {
  top: 18px;
  margin-top: -10px;
  line-height: 21px;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul {
  border-bottom: none;
  border-top: 1px solid #f1f1f1;
  margin: 0;
  background: #fcfcfc;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > a {
  margin-left: 10px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > a:before {
  content: "\f105";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  line-height: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > a:hover:before {
  left: 10px;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > ul {
  background: #fff;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > ul > li > a {
  margin-left: 20px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > ul > li > ul > li > a {
  margin-left: 40px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > ul > li > a:before {
  content: "\f101";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  line-height: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
}
.vina-left-category .vina-treeview-jshopping > ul li > ul > li > ul > li > a:hover:before {
  left: 10px;
}
.vina-left-featured .vina-ticker-jshopping {
  width: 100%;
  float: left;
}
.vina-left-featured .vina-ticker-jshopping .vina-items {
  width: 100%;
}
.vina-left-featured .vina-ticker-jshopping .vina-item {
  float: left;
  text-align: center;
  margin: 20px 0 0;
}
.vina-left-featured .vina-ticker-jshopping .vina-item .product-image {
  float: left;
  padding: 0;
  margin: 0;
  width: 100px;
  display: inline-block;
}
.vina-left-featured .vina-ticker-jshopping .vina-item .product-image img {
  max-width: 100%;
  height: auto;
}
.vina-left-featured .vina-ticker-jshopping .vina-item .box-feature {
  margin-left: 115px;
}
.vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .product-name {
  line-height: 1.35;
  color: #555;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  min-height: 25px;
  text-align: left;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .product-name a {
  font-size: 14px;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
}
.vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .actions {
  text-align: left;
  margin: 6px 0 0;
}
.price-box {
  display: inline-block;
  text-align: left;
  margin: 0 0 5px;
  color: red;
}
.price-box .special-price {
  padding: 3px 0;
  display: inline-block;
  margin: 0;
}
.price-box .special-price .price-label {
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  color: #cd5033;
  display: none;
}
.price-box .special-price .price {
  font-size: 20px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.price-box .special-price .price.price1 {
  line-height: 24px;
}
.price-box .old-price {
  display: inline-block;
  margin: 0;
}
.price-box .old-price .price-label {
  white-space: nowrap;
  color: #999;
  display: none;
}
.price-box .old-price .price {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
  letter-spacing: -0.3px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
}
.regular-price .price {
  font-size: 20px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.addtocart {
  float: none;
  display: inline-block;
}
.addtocart span {
  background: none;
  border: 0;
  line-height: 19px;
  padding: 0;
  color: #777;
  font-size: 16px;
  font-weight: normal;
}
.addtocart span span {
  border: 0 none;
  color: #777;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.price {
  white-space: nowrap !important;
}
.vina-left-banner .carousel {
  margin: 0;
}
.vina-left-banner .carousel ul.carousel-indicators {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0;
  right: auto;
  top: auto;
}
.vina-left-banner .carousel ul.carousel-indicators li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  background: none;
  float: none;
}
.vina-left-banner .carousel ul.carousel-indicators li .circle-carousel {
  margin: 0 -2px;
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  z-index: 9;
}
.product-name {
  line-height: 1.35;
  color: #555;
  font-size: 18px;
  margin: 8px 0 0;
  width: 100%;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.product-name a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.vina-pro-carousel .vina-carousel-jshopping .product-name {
  margin: 10px 0 0;
}
.vina-pro-carousel .vina-carousel-jshopping .product-name a {
  font-size: 18px;
}
.vina-pro-carousel .vina-carousel-jshopping .label-pro {
  display: none;
}
.vina-pro-carousel .vina-carousel-jshopping .actions {
  display: none;
}
.vina-pro-carousel .vina-carousel-jshopping .actions-links {
  display: none;
}
.vina-pro-carousel .vina-carousel-jshopping .price-box .old-price .price {
  font-size: 15px;
  margin-left: 2px;
}
.vina-left-menu .mod-content {
  background: none;
  padding: 7px 10px 7px;
  width: 100%;
  display: inline-block;
  margin: 18px 0 0;
  box-sizing: border-box;
}
.vina-left-menu .mod-content ul li {
  line-height: 30px;
  background: none;
  border-bottom: 1px solid #ddd;
}
.vina-left-menu .mod-content ul li a {
  display: block;
  padding: 5px 0;
  color: #666;
  text-decoration: none;
  background: none;
}
.vina-left-menu .mod-content ul li.active,
.vina-left-menu .mod-content ul li:hover {
  background: none;
}
.vina-left-menu .mod-content ul li.active a,
.vina-left-menu .mod-content ul li:hover a {
  color: #0067FF;
}
.vina-left-menu .mod-content ul li:last-child {
  border-bottom: none;
}
#sp-feature-wrapper {
  margin-bottom: 30px;
}
.vina-camera-slider .camera_caption > div {
  background: none !important;
  padding: 0 !important;
}
.vina-camera-slider .cameraContent {
  margin: 0 !important;
  line-height: normal;
  position: relative;
  width: 100%;
  height: 100%;
}
.vina-camera-slider .cameraContent .title {
  left: 50%;
  width: auto;
  z-index: 50;
  font-size: 44px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  text-transform: capitalize;
  padding: 0 16px 3px;
  line-height: 1.35;
  background: url("/templates/vina_sagitta/images/bg_slide/bg-title-sequence.png") repeat;
  text-shadow: none;
  color: #ecf0f1;
  opacity: 1;
  top: 65px;
  position: absolute;
}
.vina-camera-slider .cameraContent .title.title2 {
  background-image: url("/templates/vina_sagitta/images/bg_slide/bg-title-sequence2.png");
}
.vina-camera-slider .cameraContent .title.title3 {
  right: 50%;
  left: auto;
  background-image: url("/templates/vina_sagitta/images/bg_slide/bg-title-sequence3.png");
}
.vina-camera-slider .cameraContent .subtitle {
  padding: 6px 10px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: url("/templates/vina_sagitta/images/bg_slide/bg-title2-sequence.png") repeat 0 0;
  color: #fff;
  font-weight: normal !important;
  text-transform: uppercase;
  width: auto;
  z-index: 999999;
  left: 50%;
  top: 140px;
  opacity: 1;
  position: absolute;
  line-height: 1.35;
}
.vina-camera-slider .cameraContent .subtitle.subtitle2 {
  background-image: url("/templates/vina_sagitta/images/bg_slide/bg-title2-sequence2.png");
}
.vina-camera-slider .cameraContent .subtitle.subtitle3 {
  right: 50%;
  left: auto;
  background-image: url("/templates/vina_sagitta/images/bg_slide/bg-title2-sequence3.png");
}
.vina-camera-slider .cameraContent .intro-slider {
  text-shadow: none;
  top: 200px;
  line-height: 26px;
  width: 370px;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
  font-weight: normal;
  text-transform: inherit;
  z-index: 999999;
  background: none;
  left: 50%;
  opacity: 1;
  position: absolute;
}
.vina-camera-slider .cameraContent .intro-slider.intro-slider2 {
  color: #fff;
}
.vina-camera-slider .cameraContent .intro-slider.intro-slider3 {
  right: 50%;
  left: auto;
  text-align: right;
}
.vina-camera-slider .cameraContent .link {
  left: 50%;
  top: 265px;
  font-size: 24px;
  font-family: 'pathway';
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  width: auto;
  padding: 0;
  opacity: 1;
  z-index: 999999;
  background: none;
  position: absolute;
}
.vina-camera-slider .cameraContent .link a {
  border-radius: 5px;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  font-size: 12px;
  padding: 6px 28px 6px 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 3px solid #818c95;
  background: url("/templates/vina_sagitta/images/bg_slide/icon-subtitle.png") no-repeat 80% 53% #939da4;
  line-height: normal;
}
.vina-camera-slider .cameraContent .link a:hover {
  background-color: #76d6f6;
  border-bottom: 3px solid #64b6d1;
}
.vina-camera-slider .cameraContent .link.link2 a {
  background-color: #d34b2d;
  border-bottom: 3px solid #b93c20;
}
.vina-camera-slider .cameraContent .link.link2 a:hover {
  background-color: #939da4;
  border-bottom: 3px solid #818C95;
}
.vina-camera-slider .cameraContent .link.link3 {
  right: 50%;
  left: auto;
}
.vina-camera-slider .cameraContent .link.link3 a {
  background-color: #b4a8a0;
  border-bottom: 3px solid #9a8f88;
}
.vina-camera-slider .cameraContent .link.link3 a:hover {
  background-color: #939da4;
  border-bottom: 3px solid #818C95;
}
.vina-camera-slider .camera_prev,
.vina-camera-slider .camera_next {
  bottom: 0;
  top: auto !important;
  width: 50% !important;
  height: 40px !important;
  background-size: inherit !important;
  transition: all 0.5s;
}
.vina-camera-slider .camera_prev span,
.vina-camera-slider .camera_next span {
  background: none !important;
}
.vina-camera-slider .camera_next {
  background: url("/templates/vina_sagitta/images/bg_slide/arrows-next.png") no-repeat scroll 100% 0 rgba(0,0,0,0.5) !important;
  right: 0px !important;
}
.vina-camera-slider .camera_next:hover {
  background-position: 100% 100% !important;
}
.vina-camera-slider .camera_prev {
  background: url("/templates/vina_sagitta/images/bg_slide/arrows-prev.png") no-repeat scroll 0 0 rgba(0,0,0,0.5) !important;
  left: 0px !important;
  padding-left: 0px;
}
.vina-camera-slider .camera_prev:hover {
  background-position: 0% 100% !important;
}
.vina-main-banner-1 img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-main-banner-1 img:hover {
  opacity: 0.8;
}
#sp-main-content-wrapper .module {
  margin-top: 30px;
}
#sp-main-content-wrapper .module:first-child {
  margin: 0;
}
.module.vina-main-tab {
  position: relative;
}
.vina-main-tab .tab ul.nav {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
.vina-main-tab .tab ul.nav li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0 15px 0 6px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  list-style: none;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  background: url("/templates/vina_sagitta/images/bg-right-title.png") no-repeat 100% 50%;
}
.vina-main-tab .tab ul.nav li:last-child {
  background: none;
}
.vina-main-tab .tab ul.nav li a {
  padding: 8px 0px;
  border: none;
  color: #777777;
}
.vina-main-tab .tab ul.nav li a:hover {
  background: none;
}
.vina-main-tab .tab-content {
  overflow: inherit;
  display: inline-block;
  width: 100%;
  float: left;
}
.tab-content {
  display: inline-block;
  width: 100%;
  float: left;
}
.label-pro {
  height: 50px;
  right: 22px;
  position: absolute;
  top: 135px;
  width: 50px;
  z-index: 1;
}
.vina-carousel-jshopping {
  display: inline-block !important;
  overflow: inherit !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div {
  background: url("/templates/vina_sagitta/images/bg_direction_nav.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 42px;
  margin: -16px 0px 0px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 75px;
  width: 40px;
  z-index: 5;
  opacity: 1;
  padding: 0;
  opacity: 0;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev {
  lefft: -5px;
  display: block;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0;
  right: -5px;
  display: block;
}
.vina-carousel-jshopping.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.vina-rate {
  position: relative;
}
div.rating-cancel {
  display: none !important;
}
div.star-rating {
  background: url("/templates/vina_sagitta/images/bkg_rating.png") no-repeat scroll 0 0px rgba(0,0,0,0);
}
div.star-rating a {
  background: url("/templates/vina_sagitta/images/bkg_rating.png") no-repeat scroll 0 0px rgba(0,0,0,0);
}
div.star-rating a {
  background-position: 0 0px !important;
}
div.star-rating-on a {
  background-position: 0 100% !important;
}
div.star-rating-hover a {
  background-position: 0 100% !important;
}
.stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px !important;
  font-size: 0;
  line-height: 0;
  background: url(/templates/vina_sagitta/images/bkg_rating.png) 0 0 repeat-x !important;
  text-indent: -999em;
  overflow: hidden;
}
.stars_no_active .stars_active {
  background: url(/templates/vina_sagitta/images/bkg_rating.png) 0 100% repeat-x !important;
  height: 13px !important;
  float: none;
  text-align: left;
}
div.star-rating {
  background: none repeat scroll 0 100% transparent !important;
  overflow: hidden !important;
}
.ratings {
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  display: inline-block;
  float: right;
  margin: 8px 0 0;
}
.ratings .amount {
  display: none;
}
.ratings .stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(/templates/vina_sagitta/images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.ratings .stars_no_active .stars_active {
  float: none;
  text-align: left;
  height: 13px;
  background: url(/templates/vina_sagitta/images/bkg_rating.png) 0 100% repeat-x;
}
.vina-main-product .vina-carousel-jshopping .product-name {
  margin-top: 8px !important;
  display: inline-block;
  line-height: 20px;
  float: none;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  opacity: 1;
  z-index: 1;
  margin-bottom: 0;
}
.vina-main-product .vina-carousel-jshopping .product-name a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.vina-main-product .vina-carousel-jshopping .label-pro {
  top: 90px;
  right: 10px;
}
.vina-main-product .vina-carousel-jshopping .review-price {
  right: 0;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  top: 90px;
  width: 75px;
  z-index: 9;
}
.vina-main-product .vina-carousel-jshopping .price-box {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
  width: 65px;
  height: 62px;
  position: relative;
  -webkit-transform: translateX(100%) rotate(90deg);
  -moz-transform: translateX(100%) rotate(90deg);
  -o-transform: translateX(100%) rotate(90deg);
  transform: translateX(100%) rotate(90deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 14px;
}
.vina-main-product .vina-carousel-jshopping .price-box .special-price {
  padding-top: 19px;
}
.vina-main-product .vina-carousel-jshopping .price-box .special-price .price {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.vina-main-product .vina-carousel-jshopping .price-box .old-price .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  color: #fff;
}
.vina-main-product .vina-carousel-jshopping .actions {
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  bottom: 55px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.vina-main-product .vina-carousel-jshopping .actions .product-name {
  display: none;
}
.vina-main-product .vina-carousel-jshopping .actions .product-buy {
  display: block;
}
.vina-main-product .vina-carousel-jshopping .actions-links {
  display: none;
}
.vina-main-product .vina-carousel-jshopping .owl-controls {
  opacity: 0;
}
.vina-main-product .vina-carousel-jshopping .owl-controls.clickable .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-main-product .vina-carousel-jshopping .owl-controls.clickable .owl-pagination .owl-page.active span,
.vina-main-product .vina-carousel-jshopping .owl-controls.clickable .owl-pagination .owl-page:hover span {
  width: 12px;
  height: 12px;
}
.vina-main-product .vina-carousel-jshopping .owl-controls .owl-buttons div {
  background: url("/templates/vina_sagitta/images/bg_direction_nav.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 42px;
  margin: -16px 0px 0px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 75px;
  width: 40px;
  z-index: 5;
  opacity: 1;
  padding: 0;
}
.vina-main-product .vina-carousel-jshopping .owl-controls .owl-buttons div.owl-prev {
  lefft: -5px;
  display: block;
}
.vina-main-product .vina-carousel-jshopping .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0;
  right: -5px;
  display: block;
}
.vina-main-product .vina-carousel-jshopping:hover .owl-controls {
  opacity: 1;
}
.vina-main-product .vina-carousel-jshopping .item {
  position: relative;
}
.vina-main-product .vina-carousel-jshopping .item:hover .product-name {
  opacity: 0;
  z-index: 0;
}
.vina-main-product .vina-carousel-jshopping .item:hover .label-pro {
  display: none;
}
.vina-main-product .vina-carousel-jshopping .item:hover .price-box {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(5px) rotate(0);
  -moz-transform: translate(5px) rotate(0);
  -o-transform: translate(5px) rotate(0);
  transform: translate(5px) rotate(0);
  opacity: 1;
}
.vina-main-product .vina-carousel-jshopping .item:hover .actions {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.vina-main-latest {
  float: none;
  width: 100%;
  text-align: center;
  padding: 0px 2px;
  box-sizing: border-box;
}
.vina-main-latest .megamenu-title {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  float: none;
}
.vina-main-latest .megamenu-title h3 {
  color: #777777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  min-width: 160px;
  background: #fff;
  padding: 0 0 3px;
  margin: 0;
  font-weight: normal;
  background: #fff !important;
}
.vina-main-latest .custom-block-content {
  display: inline-block;
  background: url("/templates/vina_sagitta/images/bg-right-custom.png") no-repeat 100% 0;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.vina-main-latest .custom-block-text {
  display: inline-block;
  background: url("/templates/vina_sagitta/images/bg-left-custom.png") no-repeat 0 0;
  margin: 0;
  padding: 0;
  height: 75px;
  width: 100%;
  text-align: center;
}
.vina-main-latest .custom-block-text p {
  max-width: 600px;
  display: inline-block;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
}
.vina-recently-bought .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div {
  top: 60px;
}
.vina-recently-bought .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
}
.vina-recently-bought .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -20px;
}
.vina-recently-bought .vina-jshopping-products {
  margin-top: 20px;
}
.vina-recently-bought .vina-jshopping-slides {
  overflow: inherit !important;
}
.vina-recently-bought .item {
  height: auto !important;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.vina-recently-bought .item:hover {
  border: 1px solid #a2e597;
}
.vina-recently-bought .image-block {
  float: left;
  width: 105px;
}
.vina-recently-bought .image-block img {
  max-width: 100%;
  height: auto;
}
.vina-recently-bought .label-pro {
  display: none;
}
.vina-recently-bought .box-feature {
  float: none;
  width: auto;
  margin-left: 115px;
  text-align: left;
}
.vina-recently-bought .box-feature .product-name {
  margin: 0;
  width: 120px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vina-recently-bought .box-feature .product-name a {
  font-size: 14px;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
}
.vina-recently-bought .box-feature .price-box {
  float: none;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.vina-recently-bought .box-feature .actions {
  text-align: left;
  margin: 6px 0 0;
}
.vina-recently-bought .box-feature .actions .product-name {
  display: none;
}
.vina-recently-bought .box-feature .actions .product-buy {
  display: block;
}
.vina-recently-bought .box-feature .actions .actions-links {
  display: none;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions {
  display: block;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .product-name {
  margin: 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .product-name a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions {
  opacity: 0;
  padding: 10px 0;
  background-color: #fff;
  transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  margin-top: -100px;
  text-align: center;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions a {
  width: 100%;
  text-align: center;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions .product-name {
  display: block;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions .product-buy {
  display: none;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions-links {
  display: inline-block;
  width: 100%;
  margin: 6px 0 0;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions-links .add-to-links {
  list-style: disc outside;
  list-style-type: circle;
  font-size: 11px;
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions-links .add-to-links li {
  display: inline-block;
  float: none;
  list-style: none outside none;
  text-align: center;
  margin: 0;
  text-align: center;
  width: 50%;
  float: left;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions-links .add-to-links li .link-wishlist {
  background: none;
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-indent: 0;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions-links .add-to-links li .link-compare {
  background: none;
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-indent: 0;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .item:hover .actions {
  bottom: -35px;
  opacity: 1;
  z-index: 1;
  position: relative;
  margin-top: -70px;
}
.vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div {
  top: 115px;
}
#sp-after-main-wrapper {
  margin-top: 40px;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .actions {
  display: block;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .product-name {
  margin: 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .product-name a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .price-box .special-price {
  line-height: 20px;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .price-box .special-price .price {
  line-height: 0;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .price-box .special-price .price.price1 {
  line-height: 0;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping .actions {
  display: none;
}
.vina-main-upsell.vina-pro-carousel .vina-carousel-jshopping.owl-theme .owl-controls .owl-buttons div {
  top: 115px;
}
.vina-main-subscribe form {
  overflow: hidden;
  margin: 0;
}
.vina-main-subscribe .mod-content {
  width: 100%;
  display: inline-block;
  margin: -15px 0 0;
}
.vina-main-subscribe .acymailing_module {
  padding: 30px 40px 24px !important;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.vina-main-subscribe .acymailing_module .acymailing_form {
  display: inline;
}
.vina-main-subscribe .acymailing_module .acymailing_form tbody {
  float: left;
  margin: 0;
}
.vina-main-subscribe .acymailing_module .acymailing_form tbody td,
.vina-main-subscribe .acymailing_module .acymailing_form tbody tr {
  float: left;
}
.vina-main-subscribe .acymailing_module .acyfield_email {
  float: left;
}
.vina-main-subscribe .acymailing_module input.inputbox {
  border: 1px solid #fff;
  background: #fff !important;
  display: block;
  width: 240px;
  margin: 0 16px 0 0;
  height: 39px;
  line-height: 39px;
  padding: 4px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
}
.vina-main-subscribe .acymailing_module .acysubbuttons {
  width: auto;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
}
.vina-main-subscribe .acymailing_module .acysubbuttons input.subbutton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #474e58;
  border-bottom: 3px solid #323a45;
  padding: 8px 18px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.vina-main-subscribe .acymailing_module .acysubbuttons input.subbutton:hover {
  background: #f1f1f1;
  border-bottom: 3px solid #E5E5E5;
  color: #999999;
}
.vina-main-subscribe .acymailing_introtext {
  float: left;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 3px 20px 0 0 !important;
}
.vina-main-new-pro .latest_products {
  margin-top: 15px;
  width: 100%;
  float: left;
}
.vina-main-new-pro .vina-item {
  position: relative;
  margin: 15px 0px;
}
.vina-main-new-pro .vina-item .image-block img {
  border: none;
}
.vina-main-new-pro .vina-item .product-name {
  margin-top: 8px !important;
  display: inline-block;
  line-height: 40px;
  float: none;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  opacity: 1;
  margin-bottom: 0;
}
.vina-main-new-pro .vina-item .product-name a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.vina-main-new-pro .vina-item .label-pro {
  top: 3px;
  right: 3px;
}
.vina-main-new-pro .vina-item .review-price {
  right: 0;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  top: 225px;
  width: 75px;
  z-index: 9;
  
}
.vina-main-new-pro .vina-item .price-box {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
  width: 70px;
  height: 68px;
  position: relative;
  -webkit-transform: translateX(100%) rotate(90deg);
  -moz-transform: translateX(100%) rotate(90deg);
  -o-transform: translateX(100%) rotate(90deg);
  transform: translateX(100%) rotate(90deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 14px;
}
.vina-main-new-pro .vina-item .price-box .special-price {
  padding-top: 22px;
}
.vina-main-new-pro .vina-item .price-box .special-price .price {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.vina-main-new-pro .vina-item .price-box .old-price .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  color: #fff;
}
.vina-main-new-pro .vina-item .actions {
  opacity: 0;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  bottom: 55px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.vina-main-new-pro .vina-item:hover .product-name {
  opacity: 0;
}
.vina-main-new-pro .vina-item:hover .label-pro {
/*  display: none;*/
}
.vina-main-new-pro .vina-item:hover .price-box {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(5px) rotate(0);
  -moz-transform: translate(5px) rotate(0);
  -o-transform: translate(5px) rotate(0);
  transform: translate(5px) rotate(0);
  opacity: 1;
}
.vina-main-new-pro .vina-item:hover .actions {
  bottom: 15px;
  opacity: 1;
  z-index: 1;
}
#sp-right .vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .actions {
  display: none;
}
.vina-blog .vina-carousel-content {
  width: 100%;
  float: left;
}
.vina-blog .vina-carousel-content .item .item-images {
  padding: 4px;
  border: 1px solid #dddddd;
  background: #fff;
  position: relative;
}
.vina-blog .vina-carousel-content .item .item-images .overlay {
  background-color: rgba(131,104,104,0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=20);
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  pointer-events: none;
}
.vina-blog .vina-carousel-content .item .item-images:hover .overlay {
  opacity: 0.4;
}
.vina-blog .vina-carousel-content .item .item-content {
  margin: 10px 0 0;
}
.vina-blog .vina-carousel-content .item .item-content h2 {
  line-height: 1.35;
  font-weight: normal;
  color: #777;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.vina-blog .vina-carousel-content .item .item-content p {
  margin: 10px 0 0;
  color: #777;
}
.vina-blog .vina-carousel-content .item .item-content .info {
  text-align: right;
  width: 100%;
  display: inline-block;
}
.vina-blog .vina-carousel-content .item .item-content .info span {
  color: #999999;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  margin: 5px 0 0 5px;
}
.vina-blog .vina-carousel-content .owl-controls {
  opacity: 0;
}
.vina-blog .vina-carousel-content .owl-controls.clickable {
  opacity: 1;
}
.vina-blog .vina-carousel-content .owl-controls.clickable .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-blog .vina-carousel-content .owl-controls.clickable .owl-pagination .owl-page.active span,
.vina-blog .vina-carousel-content .owl-controls.clickable .owl-pagination .owl-page:hover span {
  width: 12px;
  height: 12px;
}
.vina-blog .vina-carousel-content .owl-controls .owl-buttons div {
  background: url("/templates/vina_sagitta/images/bg_direction_nav.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 42px;
  margin: -16px 0px 0px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 75px;
  width: 40px;
  z-index: 5;
  opacity: 1;
  padding: 0;
}
.vina-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-prev {
  lefft: -5px;
  display: block;
}
.vina-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0;
  right: 0px;
  display: block;
}
.vina-blog .vina-carousel-content:hover .owl-controls {
  opacity: 1;
}
#sp-partners-wrapper {
  margin-top: 20px;
}
.vina-manufacturers .vina-manufacturers-jshopping {
  overflow: inherit;
  position: relative;
  z-index: 9;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.vina-manufacturers .vina-manufacturers-jshopping ul li {
  height: 90px;
  width: 170px;
}
.vina-manufacturers .vina-manufacturers-jshopping ul li a {
  width: 100%;
  display: inline-block;
}
.vina-manufacturers .vina-manufacturers-jshopping ul li img {
  height: 90px;
}
.vina-manufacturers .vina-manufacturers-jshopping .vina-prev {
  background: url("/templates/vina_sagitta/images/bg_direction_nav.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 42px;
  margin: -16px 0px 0px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 40px;
  z-index: 5;
  opacity: 0;
  padding: 0;
  left: -20px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-manufacturers .vina-manufacturers-jshopping .vina-next {
  background: url("/templates/vina_sagitta/images/bg_direction_nav.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 42px;
  margin: -16px 0px 0px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 40px;
  z-index: 5;
  opacity: 0;
  padding: 0;
  background-position: 100% 0 !important;
  right: -20px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-manufacturers .vina-manufacturers-jshopping:hover .vina-prev,
.vina-manufacturers .vina-manufacturers-jshopping:hover .vina-next {
  opacity: 0.6;
}
.vina-manufacturers .vina-manufacturers-jshopping:hover .vina-prev:hover,
.vina-manufacturers .vina-manufacturers-jshopping:hover .vina-next:hover {
  opacity: 1;
}
#sp-bottom-wrapper {
  padding: 50px 0 40px;
  margin-top: 40px;
  color: #fff;
}
#sp-bottom-wrapper .megamenu-title {
  padding-bottom: 13px;
  width: 100%;
  display: inline-block;
  background: none;
}
#sp-bottom-wrapper .megamenu-title h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  background: none;
  padding: 0;
}
#sp-bottom-wrapper .mod-content {
  margin: 15px 0 0;
  display: inline-block;
}
#sp-bottom-wrapper .mod-content p {
  font-size: 14px;
  color: #ffffff;
  text-transform: inherit;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 27px;
  margin: 0;
}
#sp-bottom-wrapper .f-payment {
  margin: 25px 0 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.vina-testimonials .carousel {
  padding-bottom: 20px;
  margin: 0;
}
.vina-testimonials p {
  font-size: 14px;
  color: #ffffff;
  text-transform: inherit;
  font-family: "TitilliumWebThinItalic";
  line-height: 27px;
  margin: 0;
}
.vina-testimonials .f-name {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.vina-testimonials .carousel-indicators {
  right: 50%;
  margin-right: -15px;
  top: 100%;
}
.vina-testimonials .carousel-indicators li {
  width: 5px;
  height: 5px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  position: inherit;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.vina-testimonials .carousel-indicators li.active,
.vina-testimonials .carousel-indicators li:hover {
  background: #0067FF;
}
.vina-list-menu ul {
  list-style: none;
  margin: 0;
}
.vina-list-menu ul li {
  line-height: 30px;
  padding: 3px 0px;
}
.vina-list-menu ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  -webkit-transition: padding 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out;
  outline: 0;
  line-height: normal;
}
.vina-list-menu ul li a:hover {
  padding-left: 20px;
}
.module.vina-b-cat {
  margin-top: 0 !important;
}
.vina-shop-by .vina-sb-inner {
  margin: 18px 0 0;
  display: inline-block;
}
.vina-shop-by .vina-sb-inner h3 {
  padding: 10px 0 2px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 20px;
  float: left;
  width: 100%;
}
.jshop_menu_level a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  padding-left: 12px;
  text-align: left;
  transition: padding 0.1s ease-in-out 0s;
}
.vina-sb-price #search {
  margin: 18px 0 10px;
  display: inline-block;
}
.vina-sb-price #search input {
  color: #777777;
  line-height: 30px;
  min-width: 50px;
  height: 30px;
  background: #fff;
  padding: 0 6px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.vina-sb-price #search button.vina-button {
  margin: 0 0 0 10px;
}
.vina-sb-price #search button.vina-button span {
  padding: 5px 8px;
}
.jshop_list_product form {
  font-size: 14px;
  padding: 0 0 8px 0;
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.jshop_list_product form label {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
  vertical-align: middle;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777777;
  line-height: 22px;
}
.jshop_list_product form .sort-by {
  float: none;
  margin: 0;
  padding: 2px 20px 6px;
  position: relative;
  display: inline-block;
}
.jshop_list_product form .select-sort-by {
  display: inline-block;
}
.jshop_list_product form .select-sort-by:before {
  background: url("/templates/vina_sagitta/images/bg-select.png") no-repeat scroll 50% 50% #fff;
  content: "";
  display: inline-block;
  float: left;
  height: 25px;
  pointer-events: none;
  position: absolute;
  right: 31px;
  top: 3px;
  width: 28px;
}
.jshop_list_product form .limiter {
  color: #666666;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 8px 10px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
.jshop_list_product form .select-limiter {
  display: inline-block;
}
.jshop_list_product form .select-limiter:before {
  background: url("/templates/vina_sagitta/images/bg-select.png") no-repeat scroll 50% 50% #fff;
  content: "";
  display: inline-block;
  float: left;
  height: 25px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 9px;
  width: 28px;
}
.jshop_list_product form select {
  box-sizing: border-box;
  line-height: 20px;
  padding: 2px 4px;
  border: 1px solid #f1f1f1;
  margin: 0;
  vertical-align: middle;
  color: #777;
  background: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
}
.jshop_list_product form select option {
  padding-right: 10px;
}
.jshop_list_product .jshop.list_product {
  margin-top: 25px;
  width: 100%;
  float: left;
}
.jshop_list_product .jshop.list_product.list_product_1 .description {
  display: block;
  font-size: 14px !important;
  color: #777777;
  padding: 8px 0 0 !important;
  margin: 0;
  float: left;
  width: 100%;
  text-align: left;
}
.jshop_list_product .jshop.list_product.list_product_1 .product-name a {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 18px;
}
.jshop_list_product .jshop.list_product.list_product_1 .price-box .special-price .price {
  font-size: 24px;
}
.jshop_list_product .jshop.list_product.list_product_1 .price-box .old-price .price {
  font-size: 16px;
}
.jshop_list_product .jshop.list_product.list_product_1 .link-learn {
  font-size: 14px;
  margin: 0;
  float: left;
}
.jshop_list_product .jshop.list_product.list_product_1 .actions {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
  opacity: 1;
  position: relative;
  bottom: 0;
}
.jshop_list_product .jshop.list_product.list_product_1 .actions-links {
  display: block;
  margin: 0;
  float: left;
}
.jshop_list_product .jshop.list_product.list_product_1 .actions-links li {
  margin: 13px 0 0;
  display: inline-block;
  float: none;
  list-style: none outside none;
  text-align: center;
  width: auto;
}
.jshop_list_product .jshop.list_product.list_product_1 .actions-links li a {
  box-sizing: border-box;
  background: #f1f1f1;
  border-bottom: 3px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999 !important;
  padding: 8px 29px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jshop_list_product .jshop.list_product.list_product_1 .actions-links li a:hover {
  background: #474e58;
  border-bottom: 3px solid #323a45;
  color: #fff !important;
}
.jshop_list_product .jshop.list_product.list_product_1 .label-pro {
  top: 150px;
  right: 10px;
}
.jshop_list_product .block_product {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.jshop_list_product .block_product .image_block {
  padding: 0;
}
.jshop_list_product .block_product .image_block img {
  border: 0;
  padding: 0;
  width: 100%;
}
.jshop_list_product .block_product .description {
  display: none;
}
.jshop_list_product .block_product .product-name {
  margin: 3px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jshop_list_product .block_product .product-name a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}
.jshop_list_product .block_product .review_mark {
  display: none;
}
.jshop_list_product .block_product .count_commentar {
  display: none;
}
.jshop_list_product .block_product .actions {
  opacity: 0;
  padding: 10px 0;
  background-color: #fff;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  margin-top: 0px;
  text-align: center;
  float: left;
  position: absolute;
  bottom: 65px;
  position: absolute;
}
.jshop_list_product .block_product .actions .product-buy {
  display: none;
}
.jshop_list_product .block_product .actions a {
  width: 100%;
  text-align: center;
}
.jshop_list_product .block_product .actions-links {
  display: inline-block;
  width: 100%;
  margin: 6px 0 0;
}
.jshop_list_product .block_product .actions-links .add-to-links {
  list-style: disc outside;
  list-style-type: circle;
  font-size: 11px;
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.jshop_list_product .block_product .actions-links .add-to-links li {
  display: inline-block;
  float: none;
  list-style: none outside none;
  text-align: center;
  margin: 0;
  text-align: center;
  width: 50%;
  float: left;
}
.jshop_list_product .block_product .actions-links .add-to-links li .link-wishlist {
  background: none;
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-indent: 0;
}
.jshop_list_product .block_product .actions-links .add-to-links li .link-compare {
  background: none;
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-indent: 0;
}
.jshop_list_product .block_product .label-pro {
  top: 5px;
  right: 5px;
}
.jshop_list_product .block_product .review-price2 {
  right: 0;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  top: 225px;
  width: 75px;
  z-index: 9;
}
.jshop_list_product .block_product .review-price2 .price-box {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
  width: 70px;
  height: 68px;
  position: relative;
  -webkit-transform: translateX(110%) rotate(90deg);
  -moz-transform: translateX(110%) rotate(90deg);
  -o-transform: translateX(110%) rotate(90deg);
  transform: translateX(110%) rotate(90deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 14px;
}
.jshop_list_product .block_product .review-price2 .price-box .special-price {
  padding-top: 22px;
}
.jshop_list_product .block_product .review-price2 .price-box .special-price .price {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.jshop_list_product .block_product .review-price2 .price-box .old-price .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  color: #fff;
}
.jshop_list_product .block_product:hover .actions {
  bottom: 0px;
  opacity: 1;
  z-index: 1;
}
.jshop_list_product .block_product:hover .review-price2 .price-box {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(5px) rotate(0);
  -moz-transform: translate(5px) rotate(0);
  -o-transform: translate(5px) rotate(0);
  transform: translate(5px) rotate(0);
  opacity: 1;
}
.jshop.list_related {
  width: 100%;
  float: left;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a {
  font-family: Arial, Helvetica, sans-serif;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 30px;
  display: inline-block;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none;
  text-align: center;
}
.jshop_pagination .pagination {
  padding-bottom: 30px;
  margin: 0;
}
.jshop_pagination .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.jshop_pagination .pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.jshop_pagination .pagination ul li a {
  font-family: Arial, Helvetica, sans-serif;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none;
}
.productfull .detailsLeft .product_label {
  display: none;
}
.productfull .detailsLeft .text_zoom {
  display: none;
}
.productfull .detailsLeft .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
.productfull .detailsLeft .thumbnail a {
  display: inline-block;
  margin: 0 0 13px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description {
  display: inline-block;
  margin: 10px 0 0px;
  width: 360px;
}
.productfull .detailsLeft .jshop_img_description ul li:first-child {
  padding-left: 0 !important;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb {
  width: 107px;
  border: none;
  margin: 0;
  padding: 0 5px 5px;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb:first-child {
  padding-left: 0;
}
.productfull .detailsRight .list-box {
  border-bottom: 1px solid #f1f1f1;
  float: none;
  display: inline-block;
/*  padding: 0 0 13px;*/
  width: 100%;
}
.productfull .detailsRight .list-box .product-name {
  margin: 0 0 13px 0;
}
.productfull .detailsRight .list-box .product-name h1 {
  line-height: 1.35;
  margin: 0;
  font-size: 24px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.productfull .detailsRight .no-rating {
  margin: 0;
}
.productfull .detailsRight .short-description {
  margin: 6px 0 0;
  padding: 10px 0 20px;
  float: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.productfull .detailsRight .short-description .std {
  font-size: 14px;
}
.productfull .detailsRight .price-box {
  margin: 10px 0;
  width: auto;
}
.productfull .detailsRight .price-box .special-price .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px !important;
  font-weight: normal !important;
}
.productfull .detailsRight .price-box .old-price {
  margin: 0 0 0 6px;
}
.productfull .detailsRight .price-box .old-price .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
}
.productfull .detailsRight .qty_in_stock {
  margin: 6px 0 0;
  float: right;
  width: auto;
  font-size: 14px;
}
.productfull .detailsRight .qty_in_stock span {
  font-weight: normal;
}
.productfull .detailsRight .add-to-box {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  margin: 18px 0 0;
  padding: 15px 0 0;
}
.productfull .detailsRight .add-to-box ul {
  list-style: none;
  float: left;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  margin: 0;
}
.productfull .detailsRight .add-to-box ul li {
  list-style: none outside none;
  margin: 0 23px 0 0;
  text-align: center;
  width: auto;
  float: left;
  margin-right: 15px;
  display: inline;
}
.productfull .detailsRight .add-to-box ul li a,
.productfull .detailsRight .add-to-box ul li input {
  border: 0;
  display: block;
  font-weight: normal;
  text-indent: 0;
  background: #f1f1f1;
  border-bottom: 3px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  padding: 8px 29px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.productfull .detailsRight .add-to-box ul li a:hover,
.productfull .detailsRight .add-to-box ul li input:hover {
  background: #474e58;
  border-bottom: 3px solid #323a45;
  color: #fff;
}
.productfull .detailsRight .product-options {
  margin: 20px 0;
  padding: 0;
  position: relative;
  background: none;
  border: 0;
  display: inline-block;
  width: 200px;
}
.productfull .detailsRight .product-options dl {
  margin: 0;
}
.productfull .detailsRight .product-options dt {
/*  float: left;*/
}
.productfull .detailsRight .product-options dt label {
  font-weight: normal;
  color: #777;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 10px 0px 0;
  line-height: 31px;
  cursor: default;
}
.productfull .detailsRight .product-options dt label.required em {
  color: #76d6f6;
  margin-left: 0;
  margin-right: 6px;
}
.productfull .detailsRight .product-options dd {
  float: left;
  margin: 0 20px 0 0;
}
.productfull .detailsRight .product-options dd .input-box {
  position: relative;
  overflow: hidden;
}
.productfull .detailsRight .product-options dd .input-box:before {
  background: url("/templates/vina_sagitta/images/bg-select.png") no-repeat scroll 50% 50% #fff;
  content: "";
  display: inline-block;
  float: left;
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 28px;
}
.productfull .detailsRight .product-options dd select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  width: 170px;
  padding: 6px;
  margin: 0;
  outline: none;
}
.productfull .detailsRight .product-options dd .prod_attr_img {
  display: none;
}
.productfull .detailsRight .add-to-cart {
  float: left;
  width: 100%;
}
.productfull .detailsRight .add-to-cart label {
  display: inline-block;
  float: left;
  margin: 8px 10px 0 0;
  font-weight: normal;
  font-size: 16px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
}
.productfull .detailsRight .add-to-cart .input-content {
  float: left;
  border: 1px solid #f1f1f1;
  padding: 3px 10px;
  width: 55px;
}
.productfull .detailsRight .add-to-cart .input-content .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  width: 30px;
  margin: 0;
}
.productfull .detailsRight .add-to-cart .input-content input.qty-increase {
  border: medium none;
  float: left;
  height: 5px;
  margin: 9px 0 3px 6px;
  padding: 0;
  width: 10px;
  background: url(/templates/vina_sagitta/images/bg-qty.png) no-repeat 0 0;
  cursor: pointer;
  outline: none;
}
.productfull .detailsRight .add-to-cart .input-content input.qty-increase:hover {
  background-position: 100% 0;
}
.productfull .detailsRight .add-to-cart .input-content input.qty-decrease {
  border: medium none;
  float: left;
  height: 5px;
  margin: 0 0 0 6px;
  padding: 0;
  width: 10px;
  background: url(/templates/vina_sagitta/images/bg-qty.png) no-repeat 0 100%;
  cursor: pointer;
  outline: none;
}
.productfull .detailsRight .add-to-cart .input-content input.qty-decrease:hover {
  background-position: 100% 100%;
}
.productfull .detailsRight .add-to-cart .button {
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  color: #777;
  float: left;
  margin: 0 0 0 20px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  outline: none;
}
.productfull .detailsRight .add-to-cart .button span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  white-space: nowrap;
  border: 0;
  line-height: 19px;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  background: #0067FF;
  color: #fff;
  border-bottom: 3px solid #0049C0;
  padding: 8px 18px;
}
.productfull .detailsRight .add-to-cart .button span span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  background: none;
  border: 0;
}
.productfull .detailsRight .add-to-cart .button:hover span {
  background: #474e58;
  border-bottom: 3px solid #323a45;
  color: #fff;
}
.productfull .detailsRight .add-to-cart .button:hover span span {
  background: none;
  border: 0;
  padding: 0;
}
.productfull .detailsRight .add-to-box-view {
  margin: 13px 0 0;
  display: inline-block;
  width: 100%;
}
.productfull .product-collateral {
  margin-top: 30px;
}
.productfull .product-collateral .product-tabs {
  background: url("/templates/vina_sagitta/images/bg-bottom1-title.png") repeat-x scroll left bottom;
  float: left;
  width: 100%;
  border: none;
  margin: 0;
}
.productfull .product-collateral .product-tabs li {
  float: left;
  margin: 0 30px 0 0;
  list-style: none;
  border: none;
}
.productfull .product-collateral .product-tabs li a {
  color: #aaaaaa;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  padding-bottom: 13px;
  margin: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.productfull .product-collateral .product-tabs li a:hover {
  color: #777777;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0 0 13px;
  line-height: 30px;
  text-transform: uppercase;
  border: 0;
}
.productfull .product-collateral .product-tabs li.active {
  background: none;
  border: none;
}
.productfull .product-collateral .product-tabs li.active a {
  color: #777777;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0 0 13px;
  line-height: 30px;
  text-transform: uppercase;
  border: 0;
}
.productfull .product-collateral .product-tab-content {
  border: 0;
  float: left;
  margin: 0;
  min-height: 110px;
  overflow: hidden;
  padding: 2%;
  width: 100%;
  box-sizing: border-box;
}
.productfull .product-collateral .product-tab-content .std {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #777777;
}
#jshop_menu_order {
  background: none;
  display: inline-block;
  padding: 0;
  margin: 18px 0 0 !important;
  width: 100%;
  border: none !important;
  display: inline-block;
}
#jshop_menu_order dl {
  margin: 0;
}
#jshop_menu_order dl dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 5px 8px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
}
#jshop_menu_order dl dt span,
#jshop_menu_order dl dt a {
  font-size: 16px;
  font-weight: normal;
  border: 0;
  margin: 0;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
}
.step-title {
  margin: 16px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  border: 1px solid #f1f1f1;
  padding: 8px 10px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title .number {
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  padding: 0px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  line-height: 25px;
  background: #0067FF;
  border: 1px solid #0067FF;
  color: #fff;
  font-size: 16px;
  text-shadow: none;
}
.step-title h2 {
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #777777;
}
.step-title h2 #active_step {
  font-weight: normal;
}
.step-title.active {
  display: block;
}
.fields {
  width: 100%;
  float: left;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop_register {
  width: 100% !important;
  padding: 15px 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .fields {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.jshop_register .field {
  float: left;
  width: 275px;
}
.jshop_register label {
  float: left;
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.checkmargin {
    margin-right: 10px !important;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .input-box input.inputbox,
.jshop_register .input-box select.inputbox {
  width: 254px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
label b {
  font-weight: bold;
  color: #003399;
}
.data-table td {
  vertical-align: top;
  font-weight: normal;
  padding: 6px 10px;
}
.data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
.data-table tfoot td {
  padding: 6px 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #ddd;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#table_shippings {
  margin-top: 15px;
}
#checkout-review-table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  box-sizing: border-box;
  margin: 15px 0px;
}
#checkout-review-table .product-name {
  font-weight: normal;
  color: #333;
  font-size: 13px;
}
#checkout-review-table strong {
  font-weight: bold;
}
#checkout-review-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
  color: #777;
}
.jshop-place-order strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  float: left;
  width: 120px;
}
.jshop-place {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.jshop-place table {
  float: left;
}
#wishlist-table {
  border: 1px solid #ddd;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
button.btn-cart {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  text-shadow: none;
}
button.btn-cart span {
  background: none;
  border: 0;
  line-height: 19px;
  padding: 0;
  color: #777;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
button.btn-cart span span {
  border: 0 none;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}
button.btn-cart:hover {
  background: none;
}
.box-account {
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  margin: 20px 0;
  padding: 15px;
  width: 100%;
}
.box-account .box-head {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
}
.box-account .jshop_profile_data span,
.box-account .jshop_profile_data .name {
  font-weight: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #555555;
}
.jshop-edit {
  width: 100%;
  float: left;
}
.myorders_block_info,
.myorders_no_orders {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.account-login .content,
.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.account-login .content h2,
.account-logout .content h2 {
  font-weight: normal;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  line-height: 24px;
}
.account-login .new-users h2,
.account-logout .new-users h2 {
  background-image: url(/templates/vina_sagitta/images/i_page1.gif);
}
.account-login .login-users h2,
.account-logout .login-users h2 {
  background-image: url(/templates/vina_sagitta/images/i_page2.gif);
}
.account-logout .content {
  min-height: 50px;
}
.buttons-set {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
}
.buttons-set .vina-button {
  float: left;
  margin-left: 0;
  background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
}
.buttons-set .vina-button span {
  background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
  border-bottom: medium none !important;
  color: #777;
  padding: 0;
}
.form-list {
  list-style: none;
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list input.inputbox,
.form-list select.inputbox {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
  background: #fff;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: left;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #ddd;
  background: #fff;
  color: #777;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  line-height: 1.35;
}
.account-create .fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.account-create .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
  display: inline-block;
}
.reset .form-list input.validate-username {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.reset .buttons-set {
  clear: both;
  margin: 20px 0 20px 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form .form-list input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.contact-form .form-list textarea {
  width: 529px;
}
.contact-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.contact .dl-horizontal {
  float: left;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(/templates/vina_sagitta/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
#vina_about_us p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}
#vina_about_us small {
  font-size: 1em;
}
.blog .entry-header {
  margin-bottom: 30px;
}
.blog .item {
  margin-bottom: 10px;
}
.blog .item .pull-left {
  margin: 0;
}
.blog .item .item-images {
  padding: 4px;
  border: 1px solid #dddddd;
  background: #fff;
  position: relative;
  display: inline-block;
}
.blog .item .item-images .overlay {
  background-color: rgba(131,104,104,0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=20);
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  pointer-events: none;
}
.blog .item .item-images:hover .overlay {
  opacity: 0.4;
}
.blog .item .item-content {
  margin: 10px 0 0;
}
.blog .item .item-content h2 {
  line-height: 1.35;
  font-weight: normal;
  color: #777;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.blog .item .item-content p {
  margin: 10px 0 0;
  color: #777;
}
.blog .item .item-content .info {
  text-align: left;
  width: 100%;
  display: inline-block;
}
.blog .item .item-content .info span {
  color: #999999;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  margin: 5px 5px 0 0px;
}
.blog .item .jcomments-links {
  display: inline-block;
}
.blog .item .jcomments-links .readmore-link {
  background: none;
  padding: 0;
}
.blog.column-4 .item .item-images img {
  width: 100%;
}
.blog.column-1 .item .pull-left {
  margin: 0px 10px 0px 0px;
}
.blog.column-1 .item .item-content {
  margin: 0;
}
.blog.column-1 .item .item-content .info {
  width: auto;
}
.categories-list .entry-header {
  margin-bottom: 30px;
}
.categories-list h3.item-title {
  border: medium none;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.categories-list h3.item-title a {
  border: medium none;
  color: #777777;
  float: left;
  font-family: "titilliumwebsemibold";
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.categories-list h3.item-title .number-article {
  color: #fff;
  background: #960;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 3px solid #332200;
  display: inline-block;
  height: 40px;
  padding: 5px;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
}
.categories-list h3.item-title:hover a {
  color: #0067FF;
}
.categories-list h3.item-title:hover .number-article {
  background: #474E58;
  border-bottom: 3px solid #191c20;
}
#jquery-overlay {
  z-index: 999;
}
#jquery-lightbox {
  z-index: 9999;
}
ul.breadcrumb {
  font-size: 14px;
  color: #777777;
  line-height: 25px;
  padding: 12px 20px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  margin: 0 0 25px;
}
ul.breadcrumb li {
  text-shadow: none;
}
ul.breadcrumb li .divider {
  background: url("/templates/vina_sagitta/images/bg-breadcrumbs.png") no-repeat scroll center center;
  display: inline-block;
  margin: 0 5px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
}
ul.breadcrumb li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}
ul.breadcrumb li span {
  font-weight: normal;
  color: #76d6f6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.unstyled li {
  float: right;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  margin: 0 auto;
  padding: 20px 0 12px;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
#sp-footer-wrapper .copyright {
  margin: 0px 0 0;
  color: #fff;
  float: left;
  text-shadow: none;
}
#sp-footer-wrapper .designed-by {
  float: right;
  padding-right: 3px;
}
#sp-footer-wrapper .powered-by {
  float: right;
}
#sp-footer-wrapper ul li {
  float: right;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper 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 .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(/templates/vina_sagitta/images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-totop {
  bottom: 35px !important;
  display: block;
  height: 55px;
  position: fixed;
  right: 12px !important;
  width: 55px;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
#to-top {
  visibility: visible !important;
}
.vina-social .static-left {
  position: fixed;
  top: 150px;
  display: inline-block;
  right: 0;
  background: #000;
  height: auto;
  width: 100%;
  z-index: 999;
}
.vina-social .static-left .l-col {
  margin: 10px 0 0;
  right: -182px;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.vina-social .static-left .l-col:hover {
  right: 0;
}
.vina-social .static-left .box-left {
  padding: 0 0 0 50px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.vina-social .static-left .l-text {
  background: url("/templates/vina_sagitta/images/bg-box-left.png") repeat-y 0 0;
  height: auto;
  margin: 0 0 -3px 0;
  padding: 0 20px 0 15px;
  width: 182px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-indent: 0px;
  box-sizing: border-box;
}
.vina-social .static-left a {
  color: #fff !important;
}
.vina-social .static-left .facebook {
  top: 0px;
}
.vina-social .static-left .facebook .box-left {
  background: url("/templates/vina_sagitta/images/bg-facebook.png") no-repeat 0 0 #3b5998;
  border-bottom: 3px solid #324c81;
}
.vina-social .static-left .insta {
  top: 58px;
}
.vina-social .static-left .insta .box-left {
  background: url("/templates/vina_sagitta/images/bg-insta.png") no-repeat 0 0 #3f729b;
  border-bottom: 3px solid #366184;
}
.vina-social .static-left .twitter {
  top: 115px;
}
.vina-social .static-left .twitter .box-left {
  background: url("/templates/vina_sagitta/images/bg-twitter.png") no-repeat 0 0 #00aced;
  border-bottom: 3px solid #0092ca;
}
.vina-social .static-left .dribble {
  top: 172px;
}
.vina-social .static-left .dribble .box-left {
  background: url("/templates/vina_sagitta/images/bg-dribble.png") no-repeat 0 0 #ea4c89;
  border-bottom: 3px solid #c74175;
}
.vina-social .static-left .pinterest {
  top: 229px;
  right: -184px;
}
.vina-social .static-left .pinterest .box-left {
  background: url("/templates/vina_sagitta/images/bg-pinterest.png") no-repeat 0 0 #cb2027;
  border-bottom: 3px solid #ad1b21;
}
.vina-social .static-left .google {
  top: 286px;
}
.vina-social .static-left .google .box-left {
  background: url("/templates/vina_sagitta/images/bg-google.png") no-repeat 0 0 #dd4b39;
  border-bottom: 3px solid #bc4031;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vina-camera-slider .camera_prev {
    padding-left: 1px;
  }
  #sp-feature2 .vina-camera-slider .camera_prev {
    padding-left: 0px;
  }
  .jshop_list_product form .select-sort-by:before {
    height: 27px;
  }
  .jshop_list_product form .select-limiter:before {
    height: 27px;
  }
  .productfull .detailsRight .product-options dd .input-box:before {
    height: 30px;
  }
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .product-name {
  display: block;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .label-pro {
  display: block;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .price-box {
  display: none;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .actions .product-buy {
  display: none;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .actions .product-name {
  display: none;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .item {
  padding-bottom: 20px !important;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .item:hover {
  padding-bottom: 40px !important;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .item:hover .product-name {
  display: none;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .item:hover .label-pro {
  display: none;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .item:hover .price-box {
  display: inline-block;
}
.lt-ie9 .vina-main-product .vina-carousel-jshopping .item:hover .actions .product-buy {
  display: block;
}
.lt-ie9 .vina-camera-slider .cameraContents .subtitle {
  font-size: 16px;
}
.lt-ie9 #sp-main-menu ul.level-0 > li.parent:before {
  display: none;
}
.lt-ie9 #sp-main-menu ul.level-0 > li.parent:hover:before {
  display: block;
}
.lt-ie9 .vina-recently-bought .image-block img {
  height: 95px;
}
.lt-ie9 .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions {
  display: none;
}
.lt-ie9 .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .item:hover .actions {
  display: block;
}
.lt-ie9 .vina-main-new-pro .vina-item .product-name {
  display: inline-block;
}
.lt-ie9 .vina-main-new-pro .vina-item .label-pro {
  display: inline-block;
}
.lt-ie9 .vina-main-new-pro .vina-item .price-box {
  display: none;
}
.lt-ie9 .vina-main-new-pro .vina-item .actions {
  display: none;
}
.lt-ie9 .vina-main-new-pro .vina-item:hover {
  padding-bottom: 50px !important;
}
.lt-ie9 .vina-main-new-pro .vina-item:hover .product-name {
  display: none;
}
.lt-ie9 .vina-main-new-pro .vina-item:hover .label-pro {
  display: none;
}
.lt-ie9 .vina-main-new-pro .vina-item:hover .price-box {
  display: inline-block;
  -webkit-transform: translate(5px) rotate(0);
  -moz-transform: translate(5px) rotate(0);
  -o-transform: translate(5px) rotate(0);
  transform: translate(5px) rotate(0);
}
.lt-ie9 .vina-main-new-pro .vina-item:hover .actions {
  display: block;
}
.lt-ie9 .vina-manufacturers .vina-manufacturers-jshopping {
  position: relative;
  height: 105px !important;
}
.lt-ie9 .vina-manufacturers .vina-manufacturers-jshopping ul {
  display: block;
  list-style: none;
  padding: 0;
  left: 0 !important;
}
.lt-ie9 .vina-manufacturers .vina-manufacturers-jshopping ul li {
  text-align: center;
  padding: 0;
  float: left;
  display: block;
  position: relative;
}
.lt-ie9 .vina-camera-slider .camera_next {
  background: url("/templates/vina_sagitta/images/bg_slide/arrows-next.png") no-repeat scroll 100% 0 #000 !important;
}
.lt-ie9 .vina-camera-slider .camera_next:hover {
  background-position: 100% 100% !important;
}
.lt-ie9 .vina-camera-slider .camera_prev {
  background: url("/templates/vina_sagitta/images/bg_slide/arrows-prev.png") no-repeat scroll 0 0 #000 !important;
}
.lt-ie9 .vina-camera-slider .camera_prev:hover {
  background-position: 0% 100% !important;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 {
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #323a45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  position: relative;
  z-index: 1000;
}
#sp-main-menu ul.level-0 >li {
  float: left;
  background: none;
  position: relative;
  display: inline-block;
  -webkit-transition: padding 0.1s ease-in-out 0s;
  -moz-transition: padding 0.1s ease-in-out 0s;
  -o-transition: padding 0.1s ease-in-out 0s;
  transition: padding 0.1s ease-in-out 0s;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 >li >a {
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  line-height: 32px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
  position: relative;
  z-index: 1;
}
#sp-main-menu ul.level-0 >li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 >li >a.home-menu {
  text-indent: -9999px;
  padding: 17px 20px 18px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
#sp-main-menu ul.level-0 >li >a.home-menu .menu-title {
  height: 21px;
  width: 23px;
  display: block;
}
#sp-main-menu ul.level-0 >li .menu-image {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-main-menu ul.level-0 >li .menu-image:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#sp-main-menu ul.level-0 >li:hover .sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
#sp-main-menu ul.level-0 >li.parent {
  position: relative;
}
#sp-main-menu ul.level-0 >li.parent:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #323A45 transparent;
  left: 50%;
  bottom: -20px;
  z-index: 0;
  opacity: 0;
  margin-left: -4px;
}
#sp-main-menu ul.level-0 >li.parent:hover:before {
  opacity: 1;
  z-index: 1;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  margin-top: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
  padding: 0 0 0 15px;
}
#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.menu-categories li:not(.sp-menu-group),
#sp-main-menu li.menu-featured li:not(.sp-menu-group),
#sp-main-menu li.menu-brands li:not(.sp-menu-group),
#sp-main-menu li.menu-custom li:not(.sp-menu-group),
#sp-main-menu li.menu-joomla li:not(.sp-menu-group) {
  margin-top: 10px;
}
#sp-main-menu li.menu-categories li:not(.sp-menu-group) a,
#sp-main-menu li.menu-featured li:not(.sp-menu-group) a,
#sp-main-menu li.menu-brands li:not(.sp-menu-group) a,
#sp-main-menu li.menu-custom li:not(.sp-menu-group) a,
#sp-main-menu li.menu-joomla li:not(.sp-menu-group) a {
  padding: 0;
}
#sp-main-menu li.menu-categories li.first,
#sp-main-menu li.menu-featured li.first,
#sp-main-menu li.menu-brands li.first,
#sp-main-menu li.menu-custom li.first,
#sp-main-menu li.menu-joomla li.first {
  margin-top: 0px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  color: #fff;
}
#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-main-menu div.sp-menu-group .sp-menu-group-content ul li {
  margin: 0;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
  padding: 0 0 0 15px;
}
#sp-main-menu .megacol div.sp-menu-group a.sp-menu-group .menu-title {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 10px 0;
  margin: 15px 0 5px;
  text-transform: uppercase;
  display: block;
}
#sp-main-menu .megacol.col1 div.sp-menu-group a.sp-menu-group .menu-title {
  background: url("/templates/vina_sagitta/images/bg2-catlist.png") no-repeat left bottom;
}
#sp-main-menu .megacol.col2 div.sp-menu-group a.sp-menu-group .menu-title {
  background: url("/templates/vina_sagitta/images/bg2-catlist.png") no-repeat left bottom;
}
#sp-main-menu .megacol.col3 div.sp-menu-group a.sp-menu-group .menu-title {
  background: url("/templates/vina_sagitta/images/bg2-catlist.png") no-repeat left bottom;
}
#sp-main-menu .megacol.col4 div.sp-menu-group a.sp-menu-group .menu-title {
  background: url("/templates/vina_sagitta/images/bg-catlist.png") no-repeat left bottom;
}
#sp-main-menu .menu-categories .sp-submenu-inner {
  padding: 30px 35px;
}
#sp-main-menu .menu-categories li:not(.sp-menu-group) a .menu-title {
  display: none;
}
#sp-main-menu .menu-featured .sp-submenu-inner {
  padding: 30px 35px;
}
#sp-main-menu .menu-brands .sp-submenu-inner {
  padding: 15px;
}
#sp-main-menu .menu-brands li:not(.sp-menu-group) a .menu-title {
  display: none;
}
#sp-main-menu .menu-brands .megacol {
  margin: 0;
}
#sp-main-menu .menu-brands li:not(.sp-menu-group) {
  margin-top: 10px;
}
#sp-main-menu .menu-custom {
  color: #fff;
}
#sp-main-menu .menu-custom .sp-submenu-inner {
  padding: 30px 35px;
}
#sp-main-menu .menu-custom .sp-submenu-inner p {
  font-family: Arial, Helvetica, sans-serif;
}
#sp-main-menu .menu-custom .sp-submenu-inner .cuttom-link a {
  font-family: "TitilliumWebThinItalic";
}
#sp-main-menu .menu-custom .megacol div.sp-menu-group a.sp-menu-group .menu-title {
  display: none;
}
#sp-main-menu .menu-custom .megacol.col1 div.sp-menu-group a.sp-menu-group .menu-title {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
  display: block;
}
#sp-main-menu .menu-joomla .sp-submenu-inner {
  padding: 10px 35px 20px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  -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 .sp-submenu-inner {
  background: #323A45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
  padding: 30px 35px;
}
.sp-submenu .sp-submenu-inner .megacol {
  margin: 0px 30px 0px 0px;
}
.sp-submenu .sp-submenu-inner .megacol.last {
  margin: 0px 0px;
}
.sp-submenu .sp-submenu-inner li:not(.sp-menu-group) {
  margin-top: 30px;
}
.sp-submenu .sp-submenu-inner li:not(.sp-menu-group).first {
  margin-top: 0px;
}
.sp-submenu .sp-submenu-inner li:not(.sp-menu-group) a {
  padding: 0px;
}
.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;
}
.home-menu .sp-submenu .sp-submenu-inner:before {
  left: 20px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  width: 40px;
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 30px;
  padding: 8px 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;
}
.sp-mobile-close {
  width: 100%;
  float: left;
  background: #666;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp-mobile-close span {
  color: #fff;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 30px;
  float: right;
  font-weight: bold;
}
.vina-menu-small {
  position: absolute !important;
  top: 5px;
  right: 10px;
  padding: 0 !important;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 30px !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
}
.jshop label {
  margin: 0px;
  display: inline;
}
.jshop .total {
  font-weight: bold;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: left;
}
.cart .odd td {
    background-color: #fff;
    color: #777;
}
.cart .even td {
    background-color: #fdfdfd;
    color: #777;
}
.jshop .cart .product_name .name {
  color:#0067FF;
}
.jshop .cart .product_name .attribs {
  color: #777;
  font-style: italic;
}
.jshop .prod_qty_input input {
  width: 20px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#order_add_info {
  height: 100px;
  width: 100%;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.jshop_list_product .block_product {
  padding-bottom: 20px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .image_block {
  padding: 2px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.productfull #block_price {
  font-size: 16px;
  font-weight: bold;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  padding-left: 0px;
}
.review_user {
  font-weight: bold;
}
.review_text {
  padding-top: 2px;
  padding-bottom: 2px;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 180px;
}
.stars_no_active {
  height: 16px;
  background-image: url(/templates/vina_sagitta/images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(/templates/vina_sagitta/images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 11px;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.fielderror {
  background-color: #FDC055 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}

/*Мои стили*/
#sp-top2 input {
  padding: 3px;  
}
.jshop_filters #search input {
    width: 40px;
}
#cities-list {
    margin-top: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
.recent-cities > ul, .cities-list-item > ul {
    list-style:outside none none;
}
.recent-cities {
    font-weight: bold;
}
.conventional-signs {
    border-collapse: collapse;
    float: left;
    margin-left: 6px;
    width: 250px;
}
.conventional-signs td:first-child {
    background: url("/templates/vina_sagitta/images/textile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:50px;
}
.conventional-signs td {
    background: none repeat scroll 0 0 #fff;
    height: 60px;
    vertical-align: middle;
}

/* Скрытие описания для способов доставки */

#table_shippings div{
  display: none !important;
}
#table_shippings input[type="radio"]:checked ~ div{
  display: block !important;
}


@media (max-width: 1200px) {
  .responsive .currency-language .top-currency,
  .responsive .currency-language .top-language {
    width: auto;
  }
  .responsive .currency-language .top-currency label,
  .responsive .currency-language .top-language label {
    display: none;
  }
  .responsive .vina-top-header h2 {
    font-size: 14px;
  }
  .responsive .vina-top-header p {
    font-size: 12px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
    background-size: 100%;
  }
  .responsive .vina-cart .cart-wrapper .cart-contain .shopping_cart {
    font-size: 14px;
  }
  .responsive .vina-cart .cart-wrapper .top-cart-title span {
    font-size: 14px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a {
    font-size: 12px;
  }
  .responsive .vina-camera-slider .cameraContent {
    margin-bottom: 50px;
  }
  .responsive .vina-camera-slider .cameraContent .title {
    font-size: 38px;
  }
  .responsive .vina-camera-slider .cameraContent .subtitle {
    font-size: 15px;
  }
  .responsive .vina-main-latest .custom-block-content,
  .responsive .vina-main-latest .custom-block-text {
    background: #f1f1f1;
  }
  .responsive .vina-recently-bought .image-block {
    width: 80px;
  }
  .responsive .vina-recently-bought .box-feature {
    margin-left: 80px;
  }
  .responsive .vina-recently-bought .box-feature .product-name {
    line-height: 20px;
  }
  .responsive .addtocart span span {
    font-size: 14px;
  }
  .responsive .price-box .special-price {
    padding: 0;
  }
  .responsive .price-box .special-price .price.price1 {
    line-height: 20px;
  }
  .responsive .vina-main-subscribe .acymailing_introtext {
    font-size: 18px;
  }
  .responsive .vina-main-subscribe .acymailing_module input.inputbox {
    width: 165px !important;
  }
  .responsive .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions {
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
    width: 100%;
  }
  .responsive .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions a {
    text-align: left;
  }
  .responsive .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions .product-name {
    display: none;
  }
  .responsive .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .item:hover .actions {
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    bottom: 0;
  }
  .responsive .vina-main-new-pro.vina-main-new-pro .vina-item .actions {
    bottom: 0;
    opacity: 1;
    position: relative;
  }
  .responsive #sp-bottom-wrapper .f-payment img {
    width: 100%;
  }
  .responsive .jshop_list_product .block_product .label-pro {
    top: 5px;
    right: 5px;
/*    display: none;*/
  }
  .responsive .jshop_list_product .block_product .product-name {
/*    display: none;*/
  }
  .responsive .jshop_list_product .block_product .review-price {
    display: none;
  }
  .responsive .jshop_list_product .block_product .review-price2 {
    top: 172px;
    right: 0;
  }
  .responsive .jshop_list_product .block_product .review-price2 .price-box {
    opacity: 1;
    position: relative;
/*    -webkit-transform: translate(5px) rotate(0deg);
    -moz-transform: translate(5px) rotate(0deg);
    -o-transform: translate(5px) rotate(0deg);
    transform: translate(5px) rotate(0deg);*/
  }
  .responsive .jshop_list_product .block_product .actions {
    margin-top: 0;
    opacity: 1;
    padding: 0;
    bottom: 0;
    position: initial;
    width: 100%;
    float: left;
  }
  .responsive .jshop_list_product .block_product .actions a {
    float: left;
  }
  .responsive .jshop_list_product .block_product .actions .addtocart {
    display: none;
  }
  .responsive .jshop_list_product .block_product .actions .product-name.addtocart {
    display: block;
  }
  .responsive .productfull .detailsRight .add-to-box ul li {
    margin: 0 3px 0 0;
  }
  .responsive .productfull .detailsRight .product-options dd select {
    margin-bottom: 5px;
  }
  .responsive .vina-main-new-pro .vina-item {
    margin: 15px;
  }
  .responsive .vina-main-new-pro .vina-item .label-pro {
    top: 2px;
  }
  .responsive .vina-main-new-pro .vina-item .review-price {
    top: 130px;
  }
  .responsive .vina-main-new-pro .vina-item:hover .product-name {
    opacity: 1;
  }
  
}
@media (max-width: 979px) {
    .responsive .vina-main-new-pro .vina-item .review-price {
    top: 225px;
  }
    .responsive #sp-top2 {
        text-align: center;
    }
    .responsive #sp-top3 {
        font-size:13px;
    } 
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
    float: left;
    margin: 0;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .responsive .sidebar-offcanvas > ul {
    padding-top: 40px;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
  .responsive .vina-who-online .who-online,
  .responsive .vina-who-online .who-online-des {
    display: none;
  }
  
  .responsive .top-menu-shop li a {
    padding: 13px 2px;
  }
  .responsive .vina-top-header .span3 {
    width: 50%;
    margin: 0;
    float: left;
    margin-bottom: 10px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-position: 50% center;
    background-size: auto auto;
    margin-bottom: 20px;
  }
  .responsive #sp-cartsmall {
    margin: 0 auto;
    text-align: center;
    width: 50% !important;
  }
  .responsive .vina-cart .cart-wrapper {
    display: inline-block;
    float: none;
  }
  .responsive #sp-search {
    display: block !important;
    width: 50% !important;
  }
  .responsive .vina-search .form-search {
    width: 100%;
    margin: 0;
  }
  .responsive #sp-menu-wrapper {
    bottom: 20px;
  }
  .responsive #sp-menu-wrapper .vina-menu {
    box-sizing: border-box;
    position: relative !important;
    right: 0;
    top: auto;
    width: 100% !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .responsive .menu-image {
    display: none;
  }
  .responsive #sp-main-menu ul.level-0 > li .menu-title {
    display: block !important;
  }
  .responsive .vina-camera-slider .cameraContent {
    bottom: 40px;
    top: auto;
  }
  .responsive .vina-camera-slider .cameraContent .title {
    font-size: 30px;
    top: 50px;
  }
  .responsive .vina-camera-slider .cameraContent .subtitle {
    font-size: 12px;
    top: 100px;
  }
  .responsive .vina-camera-slider .cameraContent .intro-slider {
    font-size: 12px;
    top: 135px;
    line-height: 20px;
    width: 270px;
  }
  .responsive .vina-camera-slider .cameraContent .link {
    top: 200px;
  }
  .responsive .vina-left-category .megamenu-title h3 {
    padding: 12px;
  }
  .responsive .vina-left-category .vina-treeview-jshopping > ul li a {
    padding: 15px 20px;
    font-size: 14px;
  }
  .responsive .vina-left-featured .vina-ticker-jshopping .vina-item .product-image {
    width: 100%;
  }
  .responsive .vina-left-featured .vina-ticker-jshopping .vina-item .box-feature {
    margin: 0;
  }
  .responsive .vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .product-name {
    text-align: center;
  }
  .responsive .vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .price-box {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-left-featured .vina-ticker-jshopping .vina-item .box-feature .actions {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .responsive .vina-main-mostview.vina-pro-carousel .vina-carousel-jshopping .actions-links .add-to-links li {
    width: 100%;
  }
  .responsive .vina-main-new-pro .latest_products .span3 {
    width: 50%;
    margin: 0;
    float: left;
  }
  .responsive .vina-main-subscribe .acymailing_introtext {
    margin-bottom: 10px !important;
  }
  .responsive .productfull .detailsRight .add-to-box ul li {
    margin: 0 3px 3px 0px;
  }
  .responsive .jshop_list_product .block_product {
    width: 40%;
    margin: 0 5% !important;
    float: left;
  }
  .responsive .jshop_list_product .block_product .label-pro {
    top: 2px;
    right: 18px;
  }
  .responsive .jshop_list_product .block_product .review-price2 {
    top: 229px;
    right: 18px;
  }
  .responsive .jshop_list_product .block_product .review-price .price-box {
    width: 100%;
    text-align: left;
    float: left;
  }
  .responsive .jshop_list_product .block_product .review-price .price-box .special-price,
  .responsive .jshop_list_product .block_product .review-price .price-box .old-price {
    float: left;
  }
  .responsive .jshop_list_product .block_product .actions a {
    text-align: left;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box {
    width: 100%;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box .inputbox {
    width: 100%;
  }
  .responsive .blog .item .item-images {
    width: 100%;
    box-sizing: border-box;
  }
  .responsive .vina-search .form-search {
    padding: 0;
  }
  .responsive .vina-search .header-input {
    float: right;
  }
  .responsive .vina-search button.button {
    float: left;
  }
  .responsive .vina-search button.button span {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 767px) {
    .responsive #cities-list {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
    .responsive .vina-main-new-pro .vina-item .review-price {
    top: 225px;
  }
    .responsive .jshop_list_product .block_product .label-pro {
    top: 2px;
    right: 2px;
  }
  .responsive .jshop_list_product .block_product .review-price2 {
    top: 215px;
    right: 2px;
  }
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive .top-menu-shop {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .responsive .top-menu-shop li {
    display: inline-block;
    float: none;
  }
  .responsive .currency-language {
    text-align: center;
    width: 100%;
  }
  .responsive .currency-language .top-currency,
  .responsive .currency-language .top-language {
    float: none;
  }
  .responsive .vina-search .header-input {
    width: 70%;
  }
  .responsive .vina-left-featured .vina-ticker-jshopping .vina-item {
    width: 100%;
  }
  .responsive .vina-left-banner .carousel-inner .item img {
    margin: 0 auto;
    width: 100%;
  }
  .responsive .vina-left-sale.vina-pro-carousel .vina-carousel-jshopping .product-name {
    text-align: center;
  }
  .responsive .vina-left-sale.vina-pro-carousel .vina-carousel-jshopping .price-box {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-left-sale.vina-pro-carousel .vina-carousel-jshopping .ratings {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-left-sale.vina-pro-carousel .vina-carousel-jshopping .ratings .stars_no_active {
    margin: 0 auto;
  }
  .responsive .vina-camera-slider .cameraContent .subtitle {
    font-size: 11px;
  }
  .responsive .vina-camera-slider .cameraContent .intro-slider {
    font-size: 11px;
    width: 250px;
  }
  .responsive .feature-2 .vina-camera-slider .cameraContent .intro-slider {
    display: none;
  }
  .responsive .feature-2 .vina-camera-slider .cameraContent .link {
    top: 140px;
  }
  .responsive .vina-main-product .vina-carousel-jshopping .review-price {
    top: 0;
  }
  .responsive .vina-main-banner-1 img {
    margin-bottom: 10px;
  }
  .responsive #sp-bottom-wrapper .module {
    margin-bottom: 20px;
  }
  .responsive ul.breadcrumb {
    margin: 25px 0px;
  }
  .responsive .productfull .detailsRight .product-options dd {
    margin: 0 10px 0 0;
  }
  .responsive .productfull .product-collateral .product-tabs li a {
    font-size: 16px;
  }
  .responsive .productfull .product-collateral .product-tabs li.active a {
    font-size: 16px;
  }
  .responsive .blog .item .item-images img {
    width: 100%;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
    line-height: 20px;
  }
  .responsive .jshop-cart .data-table .vina-button {
    margin-bottom: 10px;
  }
  .responsive .cart-collaterals .crosssell {
    margin-bottom: 20px;
  }
  .responsive .account-login .row-fluid,
  .responsive .account-logout .row-fluid {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive .step-title {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive #checkout-review-table {
    float: left;
  }
  .responsive .jshop {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .responsive #sp-footer-wrapper .copyright {
    width: 100%;
    float: left;
  }
  .responsive #sp-footer-wrapper .powered-by {
    float: left;
  }
  .responsive #sp-footer-wrapper .designed-by {
    float: left;
    padding-left: 3px;
  }
}
@media (max-width: 599px) {
    .responsive .vina-main-new-pro .vina-item .review-price {
    top: 225px;
  }
    .responsive .jshop_list_product .block_product .review-price2 {
    display:none;
  }
  .responsive .jshop_list_product .block_product .review-price {
    display: inline-block;
  }
  .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-social .static-left {
    display: none;
  }
  .responsive .vina-camera-slider .cameraContent .title {
    font-size: 24px;
    top: 60px;
  }
  .responsive .vina-camera-slider .cameraContent .intro-slider {
    display: none;
  }
  .responsive .vina-camera-slider .cameraContent .link {
    top: 140px;
  }
  .responsive .vina-main-latest .custom-block-text p {
    padding: 10px 20px;
  }
  .responsive .productfull .detailsRight .product-options dd select {
    width: 100px;
  }
  .responsive .blog.column-1 .item .pull-left {
    margin: 0;
    width: 100%;
  }
  .responsive .contact-form .form-list textarea {
    width: 100%;
  }
  .responsive .sp-totop {
    width: 30px;
    height: 30px;
    bottom: 15px !important;
  }
  .responsive #lightbox-container-image-box {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
    .responsive .vina-main-new-pro .vina-item .review-price {
    top: 130px;
  }
    .responsive .jshop_list_product .block_product .label-pro {
    display:none;
  }
  .responsive .top-menu-shop li a {
    font-size: 12px;
    padding: 13px 0;
  }
  .responsive .vina-top-header .span3 {
    text-align: center;
    width: 100%;
  }
  .responsive .vina-top-header .header-time,
  .responsive .vina-top-header .header-shipping,
  .responsive .vina-top-header .header-money,
  .responsive .vina-top-header .header-phone {
    display: inline-block;
    margin: 0 auto;
    width: 170px;
    text-align: left;
  }
  .responsive #sp-search,
  .responsive #sp-cartsmall {
    width: 100% !important;
  }
  .responsive img {
    width: 100%;
    margin: 0;
    float: left;
  }
  .responsive .vina-main-tab .tab ul.nav {
    position: inherit;
    width: 100%;
    float: left;
    margin: 0;
  }
  .responsive .vina-camera-slider .cameraContent .title {
    font-size: 16px;
  }
  .responsive .vina-camera-slider .cameraContent .subtitle {
    display: none;
  }
  .responsive .vina-camera-slider .cameraContent .link {
    top: 95px;
  }
  .responsive .feature-2 .vina-camera-slider .cameraContent .title {
    display: none;
  }
  .responsive .feature-2 .vina-camera-slider .cameraContent .link {
    display: none;
  }
  .responsive .productfull .detailsRight .product-options dd select {
    width: 190px;
  }
  .responsive .data-table {
    box-sizing: border-box;
  }
  .responsive .data-table thead {
    display: none !important;
  }
  .responsive .data-table colgroup {
    display: none !important;
  }
  .responsive .data-table tbody {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive .data-table tbody th,
  .responsive .data-table tbody td,
  .responsive .data-table tbody tr,
  .responsive .data-table tbody col {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: left;
  }
  .responsive .data-table .button {
    float: left !important;
    margin: 0px 5px 5px 0px !important;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    text-align: left;
  }
  .responsive .jshop-cart #shopping-cart-table td {
    line-height: 60px;
    text-align: left;
  }
  .responsive #lightbox-container-image-box {
    height: 350px !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}

/*
     */
/*
*/