@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:800,400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.floatright {
  float: right;
}
.rtl .floatright {
  float: left;
}
.floatleft {
  float: left;
}
.rtl .floatleft {
  float: right;
}
.sppb-text-left {
  text-align: left;
}
.rtl .sppb-text-left {
  text-align: right;
}
.sppb-text-right {
  text-align: right;
}
.rtl .sppb-text-right {
  text-align: left;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #777;
  margin: 0 0 1.0em;
}
.product-neighbours a.next-page {
  background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.product-fields {
  margin: 0 0 0;
}
.product-packaging {
  margin: 1.2em 0 0;
}
.additional-images img {
  margin-right: 8px;
  width: 50px;
  height: auto;
}
.product-price {
  margin: 0 0 6px;
  text-align: right;
  float: left;
}
.vm-price {
  text-align: right;
  line-height: 1.2em;
}
.vm-price span {
  display: inline-block;
  min-width: 4em;
  padding: 0 0.2em;
}
.vm-price-value {
  display: inline-block;
  float: left;
}
span.vm-price-desc {
  text-align: left;
  min-width: 1em;
}
.vm3pr-1 .product-price {
  height: 1.25em;
}
.vm3pr-1 .addtocart-area {
  height: 3.2em;
}
.vm3pr-2 .product-price {
  height: 2.5em;
}
.vm3pr-2 .addtocart-area {
  height: 6.4em;
}
.vm3pr-3 .product-price {
  height: 3.75em;
}
.vm3pr-3 .addtocart-area {
  height: 9.6em;
}
.vm3pr-4 .product-price {
  height: 5.0em;
}
.vm3pr-4 .addtocart-area {
  height: 12.8em;
}
.vm3pr-5 .product-price {
  height: 6.25em;
}
.vm3pr-5 .addtocart-area {
  height: 16.0em;
}
.vm3pr-6 .product-price {
  height: 6.25em;
}
.vm3pr-0 .addtocart-area {
  height: 0.0em;
}
.vm-cart-price {
  float: left;
  font-weight: bold;
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.availability {
  text-align: center;
  margin: 15px 0 0;
}
span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0 0 4.2em;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
input.quantity-input {
  height: 2.2em !important;
  width: 2.2em !important;
  text-align: center;
  font-weight: 700;
  padding: 0.1em;
  margin-bottom: 0 !important;
}
span.quantity-controls {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
span.quantity-controls input.quantity-controls {
  height: 15px;
  border: none;
  width: 15px;
  cursor: pointer;
}
span.quantity-controls input.quantity-plus {
  background: url(../images/vmgeneral/quantity-controls.png) no-repeat;
  margin: 1px 0;
}
span.quantity-controls input.quantity-minus {
  background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
  margin: 1px 0;
}
.addtocart-bar {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 4.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.vmgroup .addtocart-bar {
  bottom: 0.0em;
  position: relative;
  margin: 2.0em 0 0 0;
}
.vmgroup .addtocart-area {
  margin: 0.5em 0 1em 0;
}
span.addtocart-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
}
span.addtocart-button input.addtocart-button-disabled {
  width: 11em;
  max-width: 100%;
  background: #f2f2f2;
  color: #333;
  border: solid #333 1px;
  border-radius: 0px;
  font-size: 1.2em;
  cursor: pointer;
  height: 2.9em;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  background: #f2f2f2 top repeat-x;
  font-size: 14px;
  height: 34px;
  padding: 4px 5px;
  margin: 10px 0px 0px 0px;
}
span.cart-images img {
  float: left;
  margin: 0;
  width: 45px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  background: #0077B3;
  color: #fff;
  border: solid #00669a 1px;
  border-radius: 0px;
  font-size: 1.2em;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.8em 0.81em;
}
div.vm-details-button {
  text-align: center;
}
div.vm-details-button a {
  padding: 0.8em 1.0em;
  border: 1px solid grey;
  font-size: 1.1em;
  max-width: 85%;
  width: 12em;
}
.category-view h4 {
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.category-view .row .category .spacer h2 a {
  font-size: 0.8em;
  display: block;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin-top: 0.1em;
  max-width: 100%;
  height: auto;
}
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
.view-mode {
  margin: 0 -5px;
  line-height: 32px;
}
.view-mode a {
  display: inline-block;
  font-size: 22px;
  margin: 0 5px;
}
.orderby-displaynumber {
  border-bottom: solid #E9E8E8 1px;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0;
  padding: 10px 0;
}
.orderlistcontainer {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0.5em;
}
.orderlistcontainer div.activeOrder {
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  border: solid #CAC9C9 1px;
  border-radius: 0px;
  padding: 2px 24px 1px 12px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a :hover {
  text-decoration: none;
  display: block;
  color: #EEE;
  background: #777;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: solid #CAC9C9 1px;
  background: #FFF;
  cursor: pointer;
  z-index: 1;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}
.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 0px;
  color: #777;
  text-align: left;
  padding: 12px;
}
.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 0px;
  color: #777;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 5px 4px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px 2px 2px 2px;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ask-a-question,
.manufacturer,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
a.product-details,
a.details,
div.details {
  background-position: 0 0;
  display: inline-block;
  padding: 3px 8px 1px;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  background-position: 0 -40px;
  color: #777;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  color: #135CAE;
  border: 1px solid #CAC9C9;
  border-radius: 0px;
  cursor: pointer;
  text-align: center;
  padding: 3px 8px 1px;
}
.coupon {
  color: gray;
  border-radius: 0px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
}
textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 0px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}
p.product_s_desc {
  padding: 0;
  height: 3.4em;
  margin: 0 0;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}
.invalid {
  background-color: #ffd;
  color: #000;
  border-color: red;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}
table.user-details {
  width: 450px;
  margin-bottom: 10px;
}
table.user-details .vm-chzn-select {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 0px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 210px;
}
table.user-details input {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 0px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 200px;
}
table.user-details input.invalid {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 0px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 150px;
}
.cart-view h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}
.cart-view h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.checkout-button-top {
  text-align: right;
  border-top: solid #E9E8E8 1px;
  padding: 10px 0 0;
}
.checkout-button-top input.terms-of-service {
  margin-right: 10px;
  display: inline-block;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
#full-tos {
  display: none;
}
.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}
table.cart-summary tr th {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 6px 0 3px;
}
.customer-comment {
  text-align: center;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 0px;
  color: #777;
  margin-bottom: 2px;
  text-align: left;
  padding: 5px 5px 4px;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  margin: 10px 0 10px 0px;
  width: 98%;
}
.cart-summary tr td {
  padding-top: 5px;
}
div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 0px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none !important;
  background-image: none !important;
  padding: 2px;
}
#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 0 20px 0 0;
}
#com-form-login label {
  display: inline-block;
}
#com-form-login input[type="checkbox"] {
  margin: 0;
}
.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
  background: url(../images/vmgeneral/update_quantity_cart.png) no-repeat scroll 50% 50%;
}
.vm2-add_quantity_cart:hover {
  background: url(../images/vmgeneral/update_quantity_cart.png) no-repeat scroll 50% 50%;
}
.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}
.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}
.vm2-remove_from_cart {
  background-position: 0 -212px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
  background: url(../images/vmgeneral/remove_from_cart.png) no-repeat scroll 50% 50%;
}
.vm2-remove_from_cart:hover {
  background: url(../images/vmgeneral/remove_from_cart.png) no-repeat scroll 50% 50%;
}
.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}
.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;
  display: block;
  margin: 10px auto;
}
.featured-view .vm2-lowstock,
.featured-view .vm2-nostock,
.featured-view .vm2-normalstock,
.latest-view .vm2-lowstock,
.latest-view .vm2-nostock,
.latest-view .vm2-normalstock,
.topten-view .vm2-lowstock,
.topten-view .vm2-nostock,
.topten-view .vm2-normalstock,
.recent-view .vm2-lowstock,
.recent-view .vm2-nostock,
.recent-view .vm2-normalstock,
.related-view .vm2-lowstock,
.related-view .vm2-nostock,
.related-view .vm2-normalstock {
  margin: 10px auto;
}
.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 25px;
}
.main-image,
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.center,
span.center {
  text-align: center;
}
.vm-product-media-rating {
  width: 100%;
  float: left;
}
.vm-product-media-rating h2 {
  border: 0;
  margin: 6px 0;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.vm-product-media-container {
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
}
.vm-product-container .vm-product-media-container {
  float: left;
  width: 55%;
}
.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
}
.vm-product-descr-container h2 {
  height: 3.2em;
  margin-bottom: 0px;
}
.vm-product-details-container {
  float: right;
  width: 45%;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}
.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}
.main-image img {
  max-width: 100%;
  max-height: 260px;
}
.browseProductImage {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}
span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 0.4em;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
  font-size: 14px;
  margin: 0 0 0.2em;
  padding: 0;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons,
.right {
  text-align: right !important;
  margin: 0 0.5em 0 0;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}
label.invalid,
span.red {
  color: red;
}
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  float: left;
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  text-align: right !important;
}
.vm-page-counter {
  float: right;
}
.vm-bottom div {
  text-align: center !important;
}
.vm-bottom ul {
  text-align: center !important;
}
.vm-bottom ul li {
  display: inline;
}
.vm-bottom .counter {
  text-align: right !important;
}
.pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #aaa;
  background-color: #fafafa;
  color: #808080;
}
a.pagenav {
  color: #555;
  text-decoration: none;
}
td.orders-key {
  font-weight: bold;
  text-align: left;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0.4em;
}
.product-field-display {
  vertical-align: middle;
}
.product-field-display a img {
  display: block;
}
.product-related-products,
.product-related-categories {
  border-top: solid #ccc 1px;
  padding-bottom: 10px;
}
.product-fields .product-field-type-P {
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 18px;
}
.product-fields .product-field label.other-customfield {
  width: 25%;
  float: left;
  position: relative;
  top: 20px;
  left: -18px;
  margin-bottom: 27px;
  text-align: center;
}
.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}
.product-fields .product-field-type-M {
  display: block;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}
.product-fields .product-field-type-M label {
  display: inline-block;
}
.product-fields .product-field-type-M img {
  display: block;
  vertical-align: text-top;
  float: right;
}
.product-field-type-P .product-fields-title {
  font-size: 120%;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R {
  float: left;
  margin: 0 1em;
}
.product-fields-title-wrapper {
  min-width: 10em;
  font-weight: bold;
  padding: 0.5em 0;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}
.vm-img-desc {
  display: block;
}
a:hover .vm-img-desc {
  background: #095197;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
}
.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}
.virtuemart_search .inputbox {
  vertical-align: middle;
}
.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 0.4em;
}
.buttonBar-right {
  text-align: right;
  float: right;
}
.userfields_info {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}
div.product {
  float: left;
  border: 1px solid #ddd;
}
div.product_horizon div.product {
  float: left;
  border: 1px solid #ddd;
  margin: 0.3%;
  min-width: 220px;
}
.vm-product-descr-container-0 {
  height: 3.3em;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  height: 8.6em;
  margin-bottom: 0px;
}
.vm-product-container {
  width: 100%;
  float: none;
  display: inline-block;
}
.vm-product-container > div {
  margin-bottom: 15px;
}
.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8) url('../images/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
ul,
li {
  list-style-type: none;
}
.cat_image {
  margin-bottom: 15px;
}
.entry-meta.muted {
  background-color: transparent;
}
.carousel-control.left i {
  margin-right: 5px;
}
.carousel-control.right {
  text-align: center !important;
}
.carousel-control.right i {
  margin-left: 5px;
}
.carousel-control i {
  font-size: 40px;
  line-height: 40px;
}
.main-image img,
.browseProductImage {
  max-height: none;
}
.vm-product-container .vm-product-media-container {
  width: 40%;
}
.vm-product-details-container {
  width: 60%;
}
.quantity-controls button,
.quantity-controls input[type='submit'],
.quantity-controls input[type='button'],
.quantity-controls submit {
  padding: 0;
}
.additional-images {
  margin-top: 9px;
}
.additional-images img {
  width: auto;
  margin-right: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.additional-images .row-fluid,
.additional-images .row-fluid:first-child {
  margin-bottom: 9px;
}
.vm-product-details-inner {
  padding: 0 0 0 1.0em;
}
.sharethis {
  margin: 20px 0;
}
.display-number {
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  margin-bottom: 0;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.vm-pagination.vm-pagination-top {
  margin-left: 20px;
}
.product {
  text-align: center;
}
p.product_s_desc {
  height: auto;
}
.row-fluid {
  margin-bottom: 30px;
}
.vm-col {
  margin: 0;
  padding-bottom: 20px;
}
div.product {
  min-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2.product-title {
  font-size: 20px;
}
.vm-product-descr-container-1 {
  height: auto;
}
.product-price {
  float: none;
  text-align: left;
  margin: 5px auto;
  display: inline-block;
}
.vm3pr-4 .product-price {
  height: auto;
}
.addtocart-bar {
  position: static;
}
.addtocart-area {
  margin: 0 0 5px;
}
.addtocart-area .product-fields {
  margin-bottom: 20px;
  text-align: center;
}
.addtocart-area .product-fields .product-field {
  float: none;
  width: auto;
  margin: 0 auto;
  text-align: left;
}
.vm3pr-2 .addtocart-area {
  height: auto;
}
.productdetails-view .addtocart-area,
.productdetails-view .manufacturer,
.productdetails-view .addtocart-bar {
  padding: 0;
}
.productdetails-view h1 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 30px;
}
.productdetails-view .ratingbox {
  margin: 0 0 5px;
}
.productdetails-view .addtocart-area {
  margin: 0 0 10px;
}
.productdetails-view .addtocart-area .product-fields {
  text-align: left;
}
.productdetails-view .product-price {
  display: inline;
}
.productdetails-view .spacer-buy-area {
  width: 100% !important;
  float: none !important;
  margin-bottom: 15px;
  padding: 0;
}
.productdetails-view .product-short-description {
  margin: 0 0 1.0em;
  padding: 0;
}
.productdetails-view .product-description {
  margin: 0;
}
.productdetails-view .addtocart-bar {
  margin: 1.5em 0 0;
  padding: 0 0 0 0px;
  position: relative;
  bottom: 0.0em;
  text-align: left;
}
ul#slider {
  overflow: hidden;
}
ul#slider li {
  display: inline-block;
  margin: 15px;
}
.list_carousel {
  position: relative;
}
.list_prev,
.list_next {
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 99;
  text-align: center;
  border: 1px solid #cbcbcb;
  background: #ddd;
  box-shadow: 0 0 5px #d7d7d7 inset;
  outline: none !important;
  border-radius: 0px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.list_prev {
  left: 0;
}
.list_next {
  right: 0;
}
.right.vm-continue-shopping {
  margin: 0;
  padding-bottom: 10px;
  line-height: 30px;
}
.ratingbox {
  background: url("../images/star.png") repeat-x transparent;
  width: 65px !important;
  height: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/star-active.png) repeat-x transparent;
  height: 12px;
}
.browse-view .ratingbox {
  margin: 0 auto;
}
.spacer-buy-area .ratingbox {
  margin-bottom: 15px;
}
div.vote,
span.vote {
  display: block;
  margin-bottom: 4px;
  float: right;
  margin-left: 130px;
}
.category-ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  background: url("../images/vmgeneral/color-stars-small.png") repeat-x scroll 0 bottom transparent;
}
.category-ratingbox div,
.category-ratingbox span {
  background: url(../images/vmgeneral/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}
.stars-orange {
  background-position: 0 0 !important;
}
.stars-red {
  background-position: 0 -54px !important;
}
.stars-green {
  background-position: 0 -108px !important;
}
.stars-blue {
  background-position: 0 -162px !important;
}
.stars-purple {
  background-position: 0 -216px !important;
}
#userForm h2,
.vmshop-cart-account.cart-account-login h2,
.vmshop-account.account-login h2,
.vmshop-account.account-logout h2 {
  background: url(../images/i_page1.gif) no-repeat;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}
#userForm .new-users h2,
.vmshop-cart-account.cart-account-login .new-users h2,
.vmshop-account.account-login .new-users h2,
.vmshop-account.account-logout .new-users h2 {
  background: url(../images/i_page1.gif) no-repeat;
}
#userForm .login-users h2,
.vmshop-cart-account.cart-account-login .login-users h2,
.vmshop-account.account-login .login-users h2,
.vmshop-account.account-logout .login-users h2 {
  background: url(../images/i_page2.gif) no-repeat;
}
.control-buttons #reg_text {
  margin: 0 0 15px 0;
}
#reg_text {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userForm.edit-form h2 {
  background: url(../images/i_page1.gif) no-repeat;
}
.vmshop-account.account-login p,
.vmshop-account.account-logout p {
  color: #888888;
}
.vmshop-account.account-login .content,
.vmshop-account.account-logout .content {
  width: 100%;
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set,
.vmshop-account.account-logout .buttons-set {
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
}
.vmshop-account.account-login .buttons-set > a,
.vmshop-account.account-logout .buttons-set > a {
  line-height: 31px;
}
.vmshop-account.account-login .buttons-set input,
.vmshop-account.account-login .buttons-set .vina-button,
.vmshop-account.account-logout .buttons-set input,
.vmshop-account.account-logout .buttons-set .vina-button {
  float: right;
  display: inline-block;
  padding: 0px 20px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  border-radius: 0;
  border: none;
  text-shadow: none;
}
.vmshop-account.account-login .buttons-set input:hover,
.vmshop-account.account-login .buttons-set .vina-button:hover,
.vmshop-account.account-logout .buttons-set input:hover,
.vmshop-account.account-logout .buttons-set .vina-button:hover {
  background: ;
  color: #fff;
}
#form-login input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#form-login input:hover {
  color: #fff;
}
#form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#form-login input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#form-login input:hover {
  color: #fff;
}
#com-form-login {
  display: inline-block;
  margin: 0px 0 20px;
  width: 100%;
}
#com-form-login input {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#com-form-login label em {
  float: right;
  color: red;
}
#com-form-login #com-form-login-remember {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
#com-form-login #com-form-login-remember input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border: none;
}
#com-form-login #com-form-login-remember input:hover {
  color: #fff;
}
#com-form-login .floatleft a:hover {
  text-decoration: underline;
}
#com-form-login .form-list li {
  margin-bottom: 15px;
}
.login-users #com-form-login {
  border: none;
  padding: 0px;
}
#com-form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view .vm-cart-header-container {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.cart-view .vm-cart-header {
  width: 50%;
  float: left;
}
.cart-view .vm-cart-header h1 {
  font-size: 22px;
  color: #333;
  padding-bottom: 0;
}
.cart-view .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
.cart-view .vm-continue-shopping .continue_link {
  text-transform: capitalize;
  float: right;
  color: #696969;
  margin: 0px;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  background: #e1e1e1;
  border-radius: 0px;
}
.cart-view .vm-continue-shopping .continue_link:hover {
  color: #fff;
}
.cart-view #checkoutForm {
  width: 100%;
  float: left;
}
.cart-view form {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view fieldset {
  width: 100%;
  float: left;
  margin: 0;
}
.cart-view #form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view #form-login input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.cart-view #form-login input:hover {
  color: #fff;
}
.cart-view form.inline {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view form.inline input.button,
.cart-view form.inline .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
}
.cart-view #com-form-login {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.cart-view #com-form-login input {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-view #com-form-login #com-form-login-remember {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.cart-view #com-form-login #com-form-login-remember input {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
}
.cart-view #com-form-login #com-form-login-remember input:hover {
  color: #fff;
}
.cart-view #com-form-login .floatleft a:hover {
  text-decoration: underline;
}
.cart-view .billto-shipto {
  width: 100%;
  float: left;
  border: none;
  margin-top: 0;
  padding: 20px 0px;
}
.cart-view .billto-shipto .width50 {
  border: 1px solid #f2f2f2;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  margin: 0 0px 0px 6%;
}
.cart-view .billto-shipto .width50:first-child {
  margin-left: 0;
}
.cart-view .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
.cart-view .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
.cart-view .billto-shipto h3 {
  margin: 0 0 10px;
}
.cart-view .billto-shipto i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.cart-view .width50 {
  width: 50%;
  float: left;
}
.cart-view .checkout-button-top {
  width: 100%;
  float: left;
}
.cart-view .vm-fieldset-pricelist {
  margin: 20px 0px;
}
.cart-view .cart-summary {
  width: 100%;
  border: 1px solid #f2f2f2;
  display: inline-block;
}
.cart-view .cart-summary tr th {
  font-weight: normal;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
}
.cart-view .cart-summary tr th.tb-delete {
  border-right: none;
}
.cart-view .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 10px;
}
.cart-view .cart-summary .cart-images img {
  border: 1px solid #eee;
  display: inline-block;
  float: none;
  margin: 0 auto;
  width: 150px;
}
.cart-view .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
.cart-view .cart-summary tbody td.last {
  border-right: none;
}
.cart-view .cart-summary tbody .vm-price-value {
  float: none;
}
.cart-view .cart-summary tbody input.quantity-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: 60px !important;
  margin: 0 10px;
}
.cart-view .cart-summary tbody .vm2-add_quantity_cart {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.cart-view .cart-summary tbody .vm2-remove_from_cart {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-view .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
.cart-view .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
.cart-view .cart-summary tbody .tb-total {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
.cart-view .cart-summary tbody .tb-total .total-title {
  text-align: right;
  padding: 20px 10px;
  border-right: none;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 30%;
  float: left;
}
.cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
}
.cart-view .cart-summary tbody .tb-total .title {
  width: 55%;
  float: left;
  line-height: 40px;
}
.cart-view .cart-summary tbody .tb-total .total {
  width: 15%;
  float: left;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
.cart-view .cart-summary tfoot {
  margin: 20px 0px;
  text-align: right;
}
.cart-view .cart-summary tfoot a:hover {
  text-decoration: underline;
}
.cart-view .cart-summary tfoot .shipment {
  padding: 20px 40px 10px;
}
.cart-view .cart-summary tfoot .payment {
  padding: 20px 40px 10px;
}
.cart-view .checkout-button-top {
  padding: 0px 40px 30px;
  display: inline-block;
  float: right;
  text-align: right;
  border: medium none;
}
.cart-view .checkout-button-top button {
  display: block;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  background: #e1e1e1;
  color: #696969;
  text-transform: capitalize;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  border: none;
  text-shadow: none;
}
.cart-view .checkout-button-top button:hover {
  color: #fff;
}
.cart-view .fieldset-customer {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #f2f2f2;
  float: left;
  padding: 20px;
}
.cart-view .fieldset-customer textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.cart-view .fieldset-customer .vm-fieldset-tos input.terms-of-service {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos span.cart {
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
.cart-view .fieldset-customer .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
.cart-view .fieldset-customer .checkout-button-top {
  float: left;
  text-align: left;
  padding: 0 0 10px;
  margin-top: 15px;
}
.cart-view .title-form {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px 23px;
}
.cart-view .couponcode {
  padding: 20px 40px 10px;
}
.cart-view .couponcode input.details-button {
  background: none repeat scroll 0 0 #e1e1e1;
  border: medium none;
  box-shadow: none;
  color: #696969;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
  padding: 0 15px;
  text-align: center;
  text-shadow: none;
  text-transform: capitalize;
  white-space: nowrap;
}
.cart-view .couponcode input.details-button:hover {
  color: #fff;
}
.cart-view .coupon {
  height: 34px;
  line-height: 34px;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  color: #848994;
  box-shadow: none;
  float: right;
}
.cart-view .coupon:focus,
.cart-view .coupon.invalid {
  border: 1px solid #eaecef;
  box-shadow: none;
}
h3.vina-form-title {
  margin: 0px 0px 15px;
  font-size: 22px;
}
#userForm,
#paymentForm,
#adminForm {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
}
#userForm button,
#paymentForm button,
#adminForm button {
  height: 36px;
  padding: 0px 60px;
  display: inline-block;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  color: #f59c17;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
#userForm button:hover,
#paymentForm button:hover,
#adminForm button:hover {
  background: #f59c17;
  border-color: #f59c17;
  color: #fff;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
#userForm .buttonBar-right,
#paymentForm .buttonBar-right,
#adminForm .buttonBar-right {
  width: 100%;
  float: left;
  text-align: left;
}
#userForm fieldset,
#paymentForm fieldset,
#adminForm fieldset {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#userForm fieldset label,
#paymentForm fieldset label,
#adminForm fieldset label {
  display: inline-block;
}
#user-registration {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
}
#user-registration input {
  height: 30px;
  line-height: 30px;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  box-shadow: none;
}
#user-registration input:focus,
#user-registration input.invalid {
  border: 1px solid #eaecef;
  box-shadow: none;
}
#user-registration button {
  height: 36px;
  padding: 0px 60px;
  display: inline-block;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  color: #f59c17;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
#user-registration button:hover {
  background: #f59c17;
  border-color: #f59c17;
  color: #fff;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
#tab-1,
#tab-2 {
  width: 100%;
  float: left;
}
.adminlist {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.adminlist th {
  width: 20%;
}
#adminForm .buttonBar-right {
  margin: 10px 0px;
}
#userForm fieldset .control-buttons,
#tab-1 fieldset .control-buttons {
  text-align: left !important;
  margin-bottom: 10px;
}
#userForm fieldset .control-buttons #reg_text,
#tab-1 fieldset .control-buttons #reg_text {
  margin-bottom: 10px;
}
#userForm fieldset a,
#tab-1 fieldset a {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  line-height: 20px;
}
#userForm fieldset a:hover,
#tab-1 fieldset a:hover {
  color: #fff;
}
#userForm fieldset .chzn-single,
#tab-1 fieldset .chzn-single {
  width: 100%;
  background: #fff !important;
}
#userForm fieldset .chzn-single:hover,
#userForm fieldset .chzn-single:focus,
#tab-1 fieldset .chzn-single:hover,
#tab-1 fieldset .chzn-single:focus {
  color: #696969;
}
#paymentForm fieldset {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#paymentForm fieldset input {
  margin-right: 5px;
  margin-top: 0;
}
#paymentForm fieldset label {
  margin-right: 5px;
}
table.user-details input {
  height: 30px;
  line-height: 30px;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  box-shadow: none;
  font-size: 13px;
}
table.user-details input:focus,
table.user-details input.invalid {
  border: 1px solid #eaecef !important;
  box-shadow: none !important;
  background: #f5f6f8;
}
table.user-details .chzn-container {
  width: 100% !important;
}
table.user-details .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border: 1px solid #f2f2f2;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  box-shadow: none;
  font-size: 13px;
  border-radius: 0;
}
table.user-details .chzn-container-single .chzn-drop {
  width: 100% !important;
}
table.user-details label.invalid {
  color: #898989;
  background: transparent;
}
.title-form {
  background: url("../images/i_page2.gif") no-repeat scroll 0 1px rgba(0,0,0,0);
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0 0 10px 23px;
  text-transform: uppercase;
  width: 100%;
  line-height: 20px;
}
div.login,
div.profile-edit,
div.registration,
div.reset-confirm,
div.reset-complete,
div.registration-complete,
div.order-view {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
}
div.login input,
div.profile-edit input,
div.registration input,
div.reset-confirm input,
div.reset-complete input,
div.registration-complete input,
div.order-view input {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.login input:focus,
div.login input.invalid,
div.profile-edit input:focus,
div.profile-edit input.invalid,
div.registration input:focus,
div.registration input.invalid,
div.reset-confirm input:focus,
div.reset-confirm input.invalid,
div.reset-complete input:focus,
div.reset-complete input.invalid,
div.registration-complete input:focus,
div.registration-complete input.invalid,
div.order-view input:focus,
div.order-view input.invalid {
  border: 1px solid #f2f2f2 !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.login input#remember,
div.profile-edit input#remember,
div.registration input#remember,
div.reset-confirm input#remember,
div.reset-complete input#remember,
div.registration-complete input#remember,
div.order-view input#remember {
  width: auto;
  margin: 0;
}
div.login select,
div.profile-edit select,
div.registration select,
div.reset-confirm select,
div.reset-complete select,
div.registration-complete select,
div.order-view select {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.login select:focus,
div.login select.invalid,
div.profile-edit select:focus,
div.profile-edit select.invalid,
div.registration select:focus,
div.registration select.invalid,
div.reset-confirm select:focus,
div.reset-confirm select.invalid,
div.reset-complete select:focus,
div.reset-complete select.invalid,
div.registration-complete select:focus,
div.registration-complete select.invalid,
div.order-view select:focus,
div.order-view select.invalid {
  border: 1px solid #f2f2f2 !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.login button,
div.login a.btn-danger,
div.login input.button,
div.login a.btn,
div.profile-edit button,
div.profile-edit a.btn-danger,
div.profile-edit input.button,
div.profile-edit a.btn,
div.registration button,
div.registration a.btn-danger,
div.registration input.button,
div.registration a.btn,
div.reset-confirm button,
div.reset-confirm a.btn-danger,
div.reset-confirm input.button,
div.reset-confirm a.btn,
div.reset-complete button,
div.reset-complete a.btn-danger,
div.reset-complete input.button,
div.reset-complete a.btn,
div.registration-complete button,
div.registration-complete a.btn-danger,
div.registration-complete input.button,
div.registration-complete a.btn,
div.order-view button,
div.order-view a.btn-danger,
div.order-view input.button,
div.order-view a.btn {
  height: 36px;
  padding: 0px 60px;
  display: inline-block;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  color: #f59c17;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
div.login button:hover,
div.login a.btn-danger:hover,
div.login input.button:hover,
div.login a.btn:hover,
div.profile-edit button:hover,
div.profile-edit a.btn-danger:hover,
div.profile-edit input.button:hover,
div.profile-edit a.btn:hover,
div.registration button:hover,
div.registration a.btn-danger:hover,
div.registration input.button:hover,
div.registration a.btn:hover,
div.reset-confirm button:hover,
div.reset-confirm a.btn-danger:hover,
div.reset-confirm input.button:hover,
div.reset-confirm a.btn:hover,
div.reset-complete button:hover,
div.reset-complete a.btn-danger:hover,
div.reset-complete input.button:hover,
div.reset-complete a.btn:hover,
div.registration-complete button:hover,
div.registration-complete a.btn-danger:hover,
div.registration-complete input.button:hover,
div.registration-complete a.btn:hover,
div.order-view button:hover,
div.order-view a.btn-danger:hover,
div.order-view input.button:hover,
div.order-view a.btn:hover {
  background: #f59c17;
  border-color: #f59c17;
  color: #fff;
}
div.login a:hover,
div.profile-edit a:hover,
div.registration a:hover,
div.reset-confirm a:hover,
div.reset-complete a:hover,
div.registration-complete a:hover,
div.order-view a:hover {
  text-decoration: underline;
}
div.login .form-actions,
div.profile-edit .form-actions,
div.registration .form-actions,
div.reset-confirm .form-actions,
div.reset-complete .form-actions,
div.registration-complete .form-actions,
div.order-view .form-actions {
  background: none;
  margin: 0;
  border: none;
}
div.login .form-horizontal .control-label,
div.profile-edit .form-horizontal .control-label,
div.registration .form-horizontal .control-label,
div.reset-confirm .form-horizontal .control-label,
div.reset-complete .form-horizontal .control-label,
div.registration-complete .form-horizontal .control-label,
div.order-view .form-horizontal .control-label {
  text-align: left;
}
div.login .nav-tabs,
div.profile-edit .nav-tabs,
div.registration .nav-tabs,
div.reset-confirm .nav-tabs,
div.reset-complete .nav-tabs,
div.registration-complete .nav-tabs,
div.order-view .nav-tabs {
  border: none;
}
div.login .nav-tabs > li > a,
div.profile-edit .nav-tabs > li > a,
div.registration .nav-tabs > li > a,
div.reset-confirm .nav-tabs > li > a,
div.reset-complete .nav-tabs > li > a,
div.registration-complete .nav-tabs > li > a,
div.order-view .nav-tabs > li > a {
  border: none;
  background: none;
  padding: 10px 15px 10px 0px;
}
div.login .nav-tabs > li > a:hover,
div.profile-edit .nav-tabs > li > a:hover,
div.registration .nav-tabs > li > a:hover,
div.reset-confirm .nav-tabs > li > a:hover,
div.reset-complete .nav-tabs > li > a:hover,
div.registration-complete .nav-tabs > li > a:hover,
div.order-view .nav-tabs > li > a:hover {
  background: none;
  border: none;
}
div.login .nav-tabs.nav-stacked > li,
div.profile-edit .nav-tabs.nav-stacked > li,
div.registration .nav-tabs.nav-stacked > li,
div.reset-confirm .nav-tabs.nav-stacked > li,
div.reset-complete .nav-tabs.nav-stacked > li,
div.registration-complete .nav-tabs.nav-stacked > li,
div.order-view .nav-tabs.nav-stacked > li {
  display: inline-block;
}
div.login .nav-tabs.nav-stacked > li > a,
div.profile-edit .nav-tabs.nav-stacked > li > a,
div.registration .nav-tabs.nav-stacked > li > a,
div.reset-confirm .nav-tabs.nav-stacked > li > a,
div.reset-complete .nav-tabs.nav-stacked > li > a,
div.registration-complete .nav-tabs.nav-stacked > li > a,
div.order-view .nav-tabs.nav-stacked > li > a {
  border-radius: 0;
}
div.login .nav-tabs.nav-stacked > li > a:hover,
div.profile-edit .nav-tabs.nav-stacked > li > a:hover,
div.registration .nav-tabs.nav-stacked > li > a:hover,
div.reset-confirm .nav-tabs.nav-stacked > li > a:hover,
div.reset-complete .nav-tabs.nav-stacked > li > a:hover,
div.registration-complete .nav-tabs.nav-stacked > li > a:hover,
div.order-view .nav-tabs.nav-stacked > li > a:hover {
  background: none;
}
.chzn-container-single .chzn-single {
  overflow: hidden !important;
}
.chzn-container-single .chzn-drop {
  border-radius: 0;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.profile-edit .chzn-container {
  overflow: hidden !important;
}
.profile-edit .chzn-container.chzn-with-drop {
  overflow: visible !important;
}
.profile-edit .chzn-container.chzn-with-drop .chzn-drop {
  z-index: 9999;
  display: block;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.profile-edit .chzn-container .chzn-drop {
  display: none;
}
.profile-edit .chzn-container-single .chzn-single {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
  width: 210px;
}
chzn-container chzn-container-single
chzn-container chzn-container-single chzn-with-drop chzn-container-active
chzn-container chzn-container-single chzn-container-active
div.profile-edit .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
}
chzn-container chzn-container-single
chzn-container chzn-container-single chzn-with-drop chzn-container-active
chzn-container chzn-container-single chzn-container-active
div.profile-edit .chzn-container-single .chzn-drop {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-drop {
  display: block;
}
.chzn-container.chzn-with-drop .chzn-drop {
  display: none;
}
.chzn-container.chzn-with-drop.chzn-container-active .chzn-drop {
  display: block;
}
div.search #searchForm {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.search #searchForm input {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.search #searchForm input:focus,
div.search #searchForm input.invalid {
  border: 1px solid #ccc !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.search #searchForm input#remember {
  width: auto;
  margin: 0;
}
div.search #searchForm select {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
  padding: 0 10px;
  background: #f5f6f8;
}
div.search #searchForm select:focus,
div.search #searchForm select.invalid {
  border: 1px solid #ccc !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.search #searchForm button,
div.search #searchForm a.btn-danger,
div.search #searchForm input.button {
  background: #e1e1e1;
  color: #696969 !important;
  padding: 0px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
  line-height: 30px;
}
div.search #searchForm button:hover,
div.search #searchForm a.btn-danger:hover,
div.search #searchForm input.button:hover {
  color: #fff !important;
  text-decoration: none;
}
div.search #searchForm button i,
div.search #searchForm a.btn-danger i,
div.search #searchForm input.button i {
  margin: 0;
  line-height: 30px;
}
div.search #searchForm input[type="radio"],
div.search #searchForm input[type="checkbox"] {
  width: auto;
  height: auto;
}
div.vina-form-search:before {
  display: none;
}
div.logout {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.logout .form-horizontal {
  margin: 0;
}
div.logout .form-horizontal .control-group {
  margin: 0;
}
div.logout .form-horizontal .controls {
  margin-left: 0px;
}
div.logout button {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
div.logout button:hover {
  color: #fff;
}
div.profile .btn-toolbar {
  width: 100%;
  float: left;
}
div.profile .btn-toolbar a.btn {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
div.profile .btn-toolbar a.btn:hover {
  color: #fff;
}
div.profile fieldset {
  width: 100%;
  float: left;
}
div.profile .dl-horizontal dd {
  float: left;
}
#editcell {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.order-view br {
  display: none;
}
div.order-view #com-form-order-number {
  margin-right: 30px;
}
div.order-view #com-form-order-submit {
  width: 100%;
}
.search-results {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
.search-results dt,
.search-results dd {
  display: block;
}
div.virtuemart_search {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.virtuemart_search input {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
  margin: 0;
}
div.virtuemart_search input:focus,
div.virtuemart_search input.invalid {
  border: 1px solid #ccc !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.virtuemart_search input.button {
  background: #e1e1e1;
  color: #696969 !important;
  padding: 0px 15px;
  margin-right: 5px;
  margin-top: 15px;
  height: auto;
  text-shadow: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: auto;
}
div.virtuemart_search input.button:hover,
div.virtuemart_search input.button:focus {
  color: #fff !important;
  text-decoration: none;
  border: none;
}
.vmshop-account.account-login .buttons-set .vina-button {
  height: 36px;
  padding: 0px 60px;
  display: inline-block;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  color: #f59c17;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vmshop-account.account-login .buttons-set .vina-button:hover {
  background: #f59c17;
  border-color: #f59c17;
  color: #fff;
}
#com-form-login input[type="text"],
#com-form-login input[type="password"] {
  height: 32px;
  line-height: 32px;
  opacity: 1;
  text-shadow: none;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  font-size: 13px;
}
#com-form-login .vina-button {
  height: 36px;
  padding: 0px 60px;
  display: inline-block;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  color: #f59c17;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
#com-form-login .vina-button:hover {
  background: #f59c17;
  border-color: #f59c17;
  color: #fff;
}
#com-form-login #com-form-login-remember {
  margin: 0;
}
.alert {
  padding: 0;
}
@media (max-width: 768px) {
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}
.cf_search_button.btn {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 27px;
}
.cf_search_button.btn i {
  color: #fff;
}
#ProOPC * {
  font-family: "Oxygen", Arial, sans-serif;
}
#ProOPC .cart-page-title {
  display: none !important;
}
#ProOPC button {
  line-height: 30px !important;
}
#ProOPC .inner-wrap {
  overflow: hidden;
}
#ProOPC .edit-address {
  overflow: hidden;
}
#ProOPC .proopc-process-title {
  overflow: hidden;
}
#ProOPC .proopc-btn,
#ProOPC button.proopc-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: #fff;
}
#ProOPC button.proopc-btn-info {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  line-height: 30px;
}
#ProOPC .proopc-inner {
  overflow: hidden;
}
#ProOPC .proopc-table-striped {
  overflow: hidden;
  display: table;
}
#ProOPC .cart-product-description.with-image {
  text-align: left;
}
#ProOPC .vm-customfield-cart span {
  font-size: 11px;
  text-transform: capitalize;
}
#ProOPC .col-qty button.proopc-btn {
  background: transparent !important;
}
#ProOPC .proopc-qty-update button.proopc-btn,
#ProOPC .proopc-delete-product button.proopc-btn {
  background: transparent !important;
}
#ProOPC .vm-price-value,
#ProOPC .vm-price-value span,
#ProOPC .col-price .PricediscountedPriceWithoutTax,
#ProOPC .col-total .PricesalesPrice,
#ProOPC .col-total .PricebillTotal {
  font-size: 14px;
  float: none;
}
#ProOPC .blank-row td {
  padding: 0;
  border: medium none;
}
#ProOPC .proopc-product-name a,
#ProOPC .col-name a {
  text-transform: capitalize;
  font-size: 15px;
}
#ProOPC #proopc-coupon button.proopc-btn {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
}
#ProOPC table.proopc-p-info-table .add-padding.add-padding-top td {
  text-align: left;
}
#ProOPC .col-total {
  text-align: center;
}
#ProOPC .col-total .line-through,
#ProOPC .col-total br {
  display: none;
}
.last .proopc-shipments,
.last .proopc-payments,
.last .proopc-coupon,
.last .proopc-cartlist,
.last .proopc-confirm-order {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
#proopc-pricelist,
#proopc-payments,
#proopc-shipments,
#proopc-st-address {
  overflow: hidden;
}
#proopc-pricelist {
  overflow: initial;
}
#proopc-pricelist .inner-wrap {
  overflow: initial;
}
.proopc-empty-continue-link {
  margin-bottom: 15px;
}
.fav_title {
  font-weight: 300;
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
}
.fav_header {
  text-align: left;
}
.fav_table {
  margin-bottom: 30px;
}
.fav_table .prod_name {
  font-size: 22px;
}
.fav_table .fav_col {
  text-align: center;
}
.fav_table .fav_col h4 {
  font-size: 14px;
}
.fav_table .fav_col img {
  display: inline-block;
}
.fav_table .fav_col .prod_price {
  font-size: 18px;
}
.fav_table button.art-button {
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  box-shadow: none;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
  border-radius: 0px;
}
.fav_table span.addtocart-button input.addtocart-button {
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
}
.comp_buttons .add_compare {
  float: right;
}
.comp_buttons .add_compare a,
.comp_buttons .add_continue a {
  border-radius: 0;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop_home {
  float: right;
  margin: 10px 0px 0px;
}
.shop_home a {
  border-radius: 0 !important;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.comapre-details-inner-img {
  height: 190px;
  max-height: 190px;
  float: left;
  width: 100%;
}
.compareimg {
  height: 100%;
}
.goldrating,
.grayrating {
  background-position: 0 center;
  height: 100%;
  width: 16px;
}
.comapre-details-inner-description {
  height: 200px;
  max-height: 200px;
  float: left;
  width: 100%;
}
.product-details-inner-description {
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
  float: left;
  width: 100%;
}
.comapre-details-inner,
.product-details-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  width: 100%;
}
.product-details-inner .addtocart-area form {
  margin: 0px 0px;
}
.product-details-inner span.addtocart-button {
  float: left;
}
.product-details-inner span.addtocart-button input.addtocart-button {
  background: url(../images/icon_cart_white.png) no-repeat scroll 20px center;
  line-height: 30px;
  padding: 5px 20px 5px 40px;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
  font-size: 14px;
}
.product-details-inner.remove {
  background-position: 20px center;
  padding-left: 45px;
}
#bd_results .compare_home {
  display: block;
  font-weight: 300;
  font-size: 28px;
}
#fancybox-title {
  width: 100% !important;
  margin: 0 !important;
}
#fancybox-wrap {
  left: 50% !important;
  margin-left: -250px;
}
#fancybox-frame {
  padding: 10px;
}
#fancybox-content {
  border: 10px solid #fff !important;
  padding: 0px;
  width: 100% !important;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 10px;
  width: 48%;
  text-align: center;
  border-radius: 0px;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #000;
}
#fancybox-content .continue_link {
  margin-right: 2%;
}
#fancybox-content .showcart {
  margin-left: 2%;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
}
.item .image-block {
  position: relative;
  overflow: hidden;
}
.item .image-block .product-image {
  width: 100%;
  overflow: hidden;
  float: left;
  -webkit-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}
.item .image-block .product-image a {
  text-decoration: none;
  float: left;
  margin-left: 0;
  width: auto;
}
.item .image-block .product-image img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  max-width: 100%;
}
.item .image-block .product-image2 {
  left: 0;
  -webkit-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.item .image-block .product-image2 .pro-image {
  width: 100%;
  float: left;
}
#additional_images_gallery {
  margin: 10px -5px;
}
#additional_images_gallery .item {
  margin: 0 5px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 1200px) {
  .vina-shop-by .cf_wrapper_input_text_2 input[type="search"] {
    width: 50px;
  }
  .productdetails-view.productdetails .list-option li {
    margin: 15px 0 0;
    width: 100%;
  }
  .productdetails-view.productdetails .list-option li:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 979px) {
  .fav_table button.art-button {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .vina-shop-by .cf_search_button {
    width: 100%;
    margin-top: 10px;
  }
  .vina-shop-by .cf_slider_gutter_m {
    width: 120px !important;
  }
  .vina-shop-by .slider_bkg_img {
    width: 129px !important;
  }
}
@media (max-width: 767px) {
  .product-related-products ul#slider li {
    float: left;
    width: 50%;
  }
  #ProOPC .vm-price-value,
  #ProOPC .vm-price-value span,
  #ProOPC .col-price .PricediscountedPriceWithoutTax,
  #ProOPC .col-total .PricesalesPrice,
  #ProOPC .col-total .PricebillTotal {
    float: none;
  }
  #offcanvas-toggler {
    line-height: 50px;
  }
  .cart-view .vm-fieldset-pricelist {
    padding: 0 !important;
    overflow: hidden;
  }
  .cart-view .cart-summary tbody td {
    float: left;
    width: 100% !important;
  }
  .cart-view .cart-summary tbody .tb-total .total-title {
    text-align: center;
    width: 100%;
  }
  .cart-view .cart-summary tbody .tb-total .vm-continue-shopping {
    width: 100%;
  }
  .cart-view .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
    float: none;
  }
  .cart-view .cart-summary tbody .tb-total .title {
    width: 100%;
  }
  .cart-view .cart-summary tbody .tb-total .total {
    text-align: center;
    width: 100%;
  }
  .cart-view .cart-summary tbody .vm-customfield-cart {
    text-align: center;
  }
  .cart-view .cart-summary tr th {
    float: left;
    width: 100% !important;
  }
  .cart-view .billto-shipto .width50 {
    width: 100%;
    margin: 10px 0 !important;
  }
}
@media (max-width: 599px) {
  #wk_compare {
    left: 0;
    margin: 0 0 0 15px;
    width: 100%;
  }
  .fav_col {
    display: inline-block;
    width: 100%;
  }
  #fancybox-wrap {
    left: 10% !important;
    margin-left: 0;
    width: 80% !important;
  }
  table.user-details {
    width: 100%;
  }
  table.user-details td,
  table.user-details th {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .productdetails-view.productdetails .product-fields .product-field {
    width: 100%;
  }
  .product-related-products ul#slider li {
    width: 100%;
  }
  .product-field-display a img {
    width: 100%;
  }
  .comp_buttons {
    height: auto;
    overflow: hidden;
  }
  .comp_buttons .add_compare {
    width: 100%;
  }
  .comp_buttons .add_compare a {
    margin-left: 0;
  }
  .add_continue {
    margin-bottom: 10px;
    width: 100%;
  }
  .comapre-details {
    display: none;
  }
  .product-details {
    width: 100%;
  }
  .shop_home {
    float: left;
    margin: 10px 0;
  }
  .shop_home a {
    margin: 0;
  }
  #com-form-login .vina-button {
    float: left;
  }
  .vmshop-account.account-login .buttons-set .vina-button {
    float: left;
  }
  .cart-view .couponcode input.details-button {
    margin: 10px 0px 0px;
  }
  #userForm button,
  #paymentForm button,
  #adminForm button {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .offcanvas-menu {
    width: 100%;
  }
}
.menu-wrapper .sp-megamenu-parent li {
  margin-right: 0 !important;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
div.vina-treeview-menus .treeview li.lastCollapsable,
div.vina-treeview-menus .treeview li.lastExpandable {
  background-image: none !important;
}
#offcanvas-toggler {
  float: right;
  line-height: 50px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: auto;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li li > a {
  padding: 4px 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li li li > a {
  padding: 4px 40px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview ul {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview li {
  padding: 0;
  position: relative;
  background-image: none;
  background: none;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea {
  background: url("../images/general/minus_dark.png") no-repeat scroll center center transparent;
  margin-left: 0;
  position: absolute;
  width: 25px;
  height: 37px;
  right: 0;
  top: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea.expandable-hitarea {
  background: url("../images/general/plus_dark.png") no-repeat scroll center center transparent;
}
.rtl  .offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea {
  right: auto;
  left: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .sub-menu li {
  padding-left: 10px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 767px) {
  #offcanvas-toggler {
    line-height: 90px;
  }
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans';
  color: #646464;
  text-align: left;
  background: #ffffff;
}
.home-page .vina-menu-category.vina-visible .sp-module-content .vina-treeview-virtuemart {
  display: block;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 13px;
  font-family: 'Bitter', serif;
}
i b,
i strong,
em b,
em strong {
  display: none;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
a {
  outline: none;
}
a:hover,
a:focus {
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#sp-top1,
#sp-top2 {
  min-height: 0;
}
#sp-top-bar {
  padding: 0px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-logo-header-home3 #sp-logo .sp-retina-logo,
#sp-logo-header-home2 #sp-logo .sp-retina-logo {
  display: none;
}
#sp-logo-header {
  border-bottom: 1px solid #5d5d5d;
}
#sp-logo-header #sp-logo .logo {
  display: inline-block;
  height: auto;
  display: table;
  margin-top: 25px;
  margin-left: 22px;
  margin-bottom: 25px;
}
#sp-logo-header #sp-logo .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-logo-header #sp-logo .logo p {
  margin: 5px 0 0;
}
#sp-logo-header #sp-logo .sp-retina-logo {
  display: none;
}
#sp-module-top {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}
#sp-module-top .language-menu-top .sp-module-content,
#sp-module-top .currency-menu-top .sp-module-content {
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
}
#sp-module-top .language-menu-top .sp-module-content select,
#sp-module-top .currency-menu-top .sp-module-content select {
  height: 22px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#sp-module-top .sp-module {
  float: right;
  margin-top: 0px;
  text-align: center;
  padding: 0px;
}
#sp-module-top .sp-module.menu-top .sp-module-content {
  padding-top: 0;
}
#sp-module-top .sp-module.menu-top .sp-module-content ul >li:last-child {
  border-right: 0;
}
#sp-module-top .sp-module .sp-module-content {
  text-align: center;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  padding-top: 13px;
}
#sp-module-top .sp-module .sp-module-content ul {
  float: right;
}
#sp-module-top .sp-module .sp-module-content ul >li {
  border-right: 1px solid #5c5c5c;
  float: left;
  border-bottom: 0px;
  padding: 13px 0px 0px;
}
#sp-module-top .sp-module .sp-module-content ul >li i >b {
  display: none;
}
#sp-module-top .sp-module .sp-module-content ul >li >a {
  color: #FFF;
  background-image: url("../images/bg/bg-header.png");
  line-height: 22px;
  min-width: 100px;
  min-height: 84px;
  padding: 0;
}
#sp-module-top .sp-module .sp-module-content ul >li >a img {
  margin-left: auto;
  margin-right: auto;
}
#sp-module-top .sp-module .sp-module-content ul >li >a:before {
  display: none;
}
#sp-module-top .sp-module .sp-module-content .inputbox {
  width: 100%;
  border: 0px;
  margin-top: 0px;
  color: #fff;
  background: url("../images/bg/bg-header.png") #222;
}
#sp-module-top .sp-module .sp-module-content .inputbox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-module-top .sp-module .sp-module-content .total_products {
  line-height: 34px;
}
#sp-module-top .language-menu-top .sp-module-content {
  border-right: none;
}
#sp-module-top .fa {
  font-size: 50px;
}
.vmCartModule {
  position: relative;
  cursor: pointer;
}
.vmCartModule:hover .cart-content {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.vmCartModule .cart-icon {
  padding: 0 25px;
}
.vmCartModule .cart-icon .header {
  margin-bottom: 0;
  margin-top: 0px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  font-family: 'Open Sans';
}
.vmCartModule .cart-content {
  width: 273px;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  background: #fff;
  color: #646464;
  padding: 10px;
  text-align: left;
  border: 1px solid #eee;
  z-index: 9999999;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: 0 3px 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 3px rgba(0,0,0,0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.vmCartModule .cart-content .total-product-wapper {
  border-top: 1px solid #eee;
  color: #000;
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 15px 0 0;
}
.vmCartModule .cart-content .total-product-wapper .total {
  clear: both;
}
.vmCartModule .cart-content .total-product-wapper .total_products {
  line-height: 20px !important;
}
.vmCartModule .cart-content .show_cart {
  margin: 15px 0 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.vmCartModule .cart-content .show_cart a {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
}
#sp-header .vina-menu-category .sp-module-title span {
  background: #464646 url(../images/bg/bkg_category.png) no-repeat 92% center;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 31px 20px 35px;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  letter-spacing: -2px;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent {
  float: none;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent >li.active > a {
  background: #464646;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent >li >a {
  line-height: 32px;
  color: #fff;
  display: inline-block;
  padding: 9px 12px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: bold;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent >li >a:hover {
  background: #464646;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent >li >a:after {
  display: none;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent .sp-has-child .sp-dropdown-inner {
  padding: 5px;
}
#sp-header .sp-megamenu-wrapper .sp-module {
  margin-top: 0px;
}
#sp-category-menu {
  z-index: 1;
}
#sp-category-menu .sp-column {
  position: relative;
  z-index: 0;
}
.vina-menu-category {
  position: absolute;
  overflow: visible;
  z-index: 1;
  width: 100%;
}
.vina-menu-category .treeview .expandable-hitarea {
  display: none;
}
.vina-menu-category .treeview .expandable-hitarea:first-child {
  display: block;
}
.vina-menu-category .treeview .expandable-hitarea:before {
  content: "\f0fe";
}
.vina-menu-category .treeview .hitarea {
  background: transparent;
  display: none;
}
.vina-menu-category .treeview .hitarea:first-child {
  display: block;
}
.vina-menu-category .treeview .hitarea:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background: transparent;
}
.vina-menu-category ul >li {
  border-bottom: 0px;
}
.vina-menu-category ul >li >a:before {
  content: none;
}
.vina-menu-category .sp-module-title {
  width: 100%;
  line-height: 25px;
}
.vina-menu-category .sp-module-title span {
  background: #464646 url(../images/bg/bkg_category.png) no-repeat 92% center;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 41px 20px 46px;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  letter-spacing: -2px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart {
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li.collapsable .hitarea {
  background-position: 0 0;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li.expandable .hitarea:before {
  content: "\f0da";
  font-size: 20px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li .hitarea {
  height: 12px;
  width: 12px;
  margin: 16px 23px 0 0;
  float: right;
  cursor: cell;
  background: transparent;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li .hitarea:before {
  position: relative;
  z-index: 99;
  font-family: FontAwesome;
  content: "\f0d7";
  padding: 0;
  font-size: 20px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li:hover > a,
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li:focus > a {
  background-color: #393939 !important;
  color: #fff !important;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li:hover >.hitarea,
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li:focus >.hitarea {
  color: #fff;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul li.expandable {
  background: none !important;
  padding: 0 !important;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li {
  padding: 0px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a {
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 20px 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  line-height: 22px;
  padding: 16px 0 16px 48px;
  color: #464646;
  text-transform: capitalize;
  word-wrap: break-word;
  font-size: 13px;
  font-weight: bold;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a .catTitle {
  margin-left: 15px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a.women {
  background-image: url(../images/bg/bkg_category.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a {
  background-repeat: no-repeat;
  background-position: 20px 12px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.baby {
  background-image: url(../images/icon/icon-baby.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.camera {
  background-image: url(../images/icon/icon-camera.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.destop {
  background-image: url(../images/icon/icon-destop.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.fashion {
  background-image: url(../images/icon/icon-fashion.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.furniture {
  background-image: url(../images/icon/icon-furniture.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.health {
  background-image: url(../images/icon/icon-health.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.houseware {
  background-image: url(../images/icon/icon-houseware_1.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.mobile {
  background-image: url(../images/icon/icon-mobile.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.toys {
  background-image: url(../images/icon/icon-toy.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a.watches {
  background-image: url(../images/icon/icon-watches.png);
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li > .sub-menu {
  margin-top: 0px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li > .sub-menu li {
  padding: 0px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li > .sub-menu li ul {
  margin-top: 0px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > a {
  padding-left: 63px;
}
.vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 73px !important;
}
*/



.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-seach {
  padding: 6px 0px 2px;
}
.sp-vmsearch {
  padding-bottom: 6px;
}
.sp-vmsearch form {
  border-radius: 3px;
  padding: 3px;
  background: #fff;
}
.sp-vmsearch .sp-vmsearch-categorybox {
  border: 0;
  width: 25%;
  background: #fff;
  color: #575757;
  font-weight: bold;
  height: 42px;
  border-right: 2px solid #e5e5e5;
  line-height: 42px;
}
.sp-vmsearch .sp-vmsearch-categorybox .category-name-wrapper .category-name:before {
  position: relative;
  z-index: 9;
  font-family: FontAwesome;
  content: "\f0d7";
  padding: 0;
  color: #000;
  float: right;
  font-size: 14px;
  pointer-events: none;
}
.sp-vmsearch .search-input-wrapper input {
  min-height: 42px;
  padding: 0 10px;
  box-shadow: none;
}
.sp-vmsearch .search-button-wrapper {
  position: relative;
}
.sp-vmsearch .search-button-wrapper button {
  min-height: 42px;
  height: 42px;
  text-indent: -10000px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sp-vmsearch .search-button-wrapper button:focus {
  outline: none;
}
.sp-vmsearch .search-button-wrapper:before {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  line-height: 40px;
  width: 100%;
}
.sp-vmsearch .dropdown-menu li a {
  padding: 0 15px;
}
.sp-vmsearch .dropdown-menu >.active>a,
.sp-vmsearch .dropdown-menu >.active>a:focus {
  color: #222;
  background-color: #fff;
}
#sp-feature {
  margin-top: 30px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap {
  margin-bottom: 0px !important;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_pag {
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 23123;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des h2.title1 {
  clear: both;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  margin: 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .sea-more a {
  border: 1px solid #fff;
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #fff;
  background: none;
  display: inline-block;
  font-size: 12px;
  padding: 8px 18px;
  text-transform: uppercase;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des ul {
  overflow: hidden;
  margin: 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des ul li {
  text-transform: uppercase;
  width: 100%;
  clear: both;
  color: #ffffff;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
  left: 30px;
  position: absolute;
  width: 300px;
  text-align: center;
  top: 0;
  padding-top: 60px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1 {
  background: none;
  font-family: 'arial';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul >li {
  font-style: italic;
  font-family: 'Bitter', serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: normal;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 {
  left: 35px;
  width: 400px;
  position: absolute;
  text-align: left;
  top: 0;
  padding-top: 30px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1 {
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 22px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 42px;
  line-height: 40px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more {
  margin-top: 20px;
}
#sp-feature .sp-column >.bannerfeature {
  margin: 16px 0px 0px;
}
#sp-feature .sp-column >.bannerfeature .banner-wapper .banner-home-inner {
  width: 49%;
}
#sp-feature #sp-feature-right .sp-module {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  height: auto;
}
#sp-feature #sp-feature-right .sp-module .sp-module-title {
  padding: 0 15px;
  margin: 0 0 10px;
}
#sp-feature #sp-feature-right .sp-module .sp-module-title span {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  padding-right: 20px;
  font-size: 20px;
  color: #262626;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.35;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content div.product {
  min-width: 250px;
  border: 0px;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart {
  padding: 0 !important;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .image-block {
  margin-bottom: 0 !important;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-wrapper-outer .item-inner-wrapper {
  width: 100%;
  border: 0;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-wrapper-outer .item-inner-wrapper .actions {
  margin-top: 8px;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-controls {
  top: 20%;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  right: 229px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-feature #sp-feature-right .sp-module .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: #fff !important;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
.vina-camera-slider {
  overflow: hidden;
}
.vina-camera-slider .camera_caption > div {
  background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
  padding: 0 !important;
}
.item .item-inner-wrapper .text-block .product_s_desc {
  display: none;
}
.item .item-inner-wrapper .text-block .box-des .actions {
  float: none;
  width: auto;
  margin: 0 -10px;
}
.product-grid-view .item-inner-wrapper .text-block .product_s_desc {
  display: none;
}
.product-grid-view.list .vm-product {
  width: 100%;
}
.product-grid-view.list .item-inner-wrapper {
  overflow: hidden;
}
.product-grid-view.list .item-inner-wrapper .image-block {
  float: left;
}
.rtl .product-grid-view.list .item-inner-wrapper .image-block {
  float: right;
}
.product-grid-view.list .item-inner-wrapper .image-block .quick-view-detail {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.product-grid-view.list .item-inner-wrapper .text-block {
  display: table;
}
.product-grid-view.list .item-inner-wrapper .text-block .product_s_desc {
  display: block;
}
.product-grid-view.list .item-inner-wrapper .text-block .product-name,
.product-grid-view.list .item-inner-wrapper .text-block .product-rating,
.product-grid-view.list .item-inner-wrapper .text-block .price-box .product-price {
  text-align: initial;
}
.product-grid-view.list .item-inner-wrapper .text-block .actions {
  margin-top: 40px;
}
.product-grid-view.list .item-inner-wrapper .text-block .actions .addtocart-area {
  background: #f0f0f0;
}
.product-grid-view.list .item-inner-wrapper .text-block .actions .pro-wishlist {
  background: #f0f0f0;
}
.product-grid-view.list .item-inner-wrapper .text-block .actions .pro-detail {
  background: #f0f0f0;
}
.image-block .browseProductImage {
  max-height: none;
  width: auto;
  max-width: 100%;
}
.text-block {
  padding: 0 10px;
}
.text-block .vm-product-rating-container {
  text-align: center;
}
.product-rating .amount {
  display: none;
}
.vina-product .sp-module-title {
  font-size: 21px !important;
  border-bottom: 1px solid #464646;
  border-top: 4px solid #464646;
  margin: 25px 0px !important;
  text-transform: capitalize !important;
  font-family: 'Bitter', serif;
  line-height: 48px !important;
  display: inline-block;
  width: 100%;
}
.vina-product .vina-carousel-virtuemart .owl-controls {
  top: -85px;
  right: 10px;
  margin: 0;
}
.vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons div {
  margin: 5px;
}
.vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
.vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
.vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
.vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
.vina-title .sp-module-title {
  font-size: 21px !important;
  border-bottom: 1px solid #464646;
  border-top: 4px solid #464646;
  margin: 25px 0px !important;
  text-transform: capitalize !important;
  font-family: 'Bitter', serif;
  line-height: 48px !important;
  display: inline-block;
  width: 100%;
}
.vina-carousel-virtuemart {
  overflow: visible !important;
}
.vina-carousel-virtuemart .owl-controls {
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 0px;
  margin-top: 0px;
}
.vina-carousel-virtuemart .owl-controls .owl-buttons div {
  opacity: 1 !important;
  float: left;
}
.vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  right: 35px;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  top: 8px;
  z-index: 9;
  border-radius: 0px;
  margin: 5px;
}
.rtl .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  right: auto;
  left: 0;
}
.vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  top: 8px;
  right: 0;
  z-index: 9;
  border-radius: 0px;
  margin: 5px;
}
.rtl .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  right: auto;
  left: 35px;
}
.item-inner-wrapper {
  border: 1px solid #e8e8e8;
  display: block;
  position: relative;
  cursor: pointer;
}
.item-inner-wrapper .image-block {
  overflow: hidden;
  position: relative;
}
.item-inner-wrapper .image-block .label-pro {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #f32f6b;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  line-height: 41px;
  margin: 0;
  z-index: 6;
}
.item-inner-wrapper .image-block .label-pro.label-pro-new {
  background: #6fd1df;
}
.item-inner-wrapper .image-block .label-percentage {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  position: absolute;
  top: 50px;
  right: 15px;
  left: auto;
  display: inline-block;
  line-height: 42px;
  margin: 0;
  z-index: 1;
  background: #222;
  overflow: hidden;
}
.item-inner-wrapper .image-block .label-percentage .vm-price-value {
  display: inline-block;
  float: none;
}
.item-inner-wrapper .image-block >a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
}
.item-inner-wrapper .image-block >a .pro-image {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}
.item-inner-wrapper .image-block >a .pro-image.second-image {
  position: absolute;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.item-inner-wrapper .image-block .quick-view-detail {
  border: 0 none;
  font-family: "Bitter";
  font-size: 12px;
  font-weight: 700;
  padding: 8px 23px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  bottom: 0;
  left: -100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.item-inner-wrapper .image-block .quick-view-detail a {
  color: #ffffff !important;
}
.item-inner-wrapper .text-block .price-box {
  margin: 0px 0 20px;
  text-align: center;
  font-family: 'Bitter', serif;
}
.item-inner-wrapper .text-block .price-box .product-price {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 21px;
  margin: 0;
}
.item-inner-wrapper .text-block .price-box .product-price .price-crossed {
  display: inline-block;
}
.item-inner-wrapper .text-block .price-box .product-price .vm-price-value {
  float: none;
  font-family: 'Bitter', serif;
}
.item-inner-wrapper .text-block .price-box .product-price .vm-price-value .PricebasePrice {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
  font-size: 14px;
}
.item-inner-wrapper .text-block .price-box .product-price .vm-price-value .PricesalesPrice {
  font-size: 21px;
}
.item-inner-wrapper .text-block .product-name {
  width: 100%;
  text-align: center;
  margin: 8px 0;
  font-weight: normal;
  line-height: 25px;
  display: inline-block;
}
.item-inner-wrapper .text-block .product-name a {
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Bitter', serif;
  color: #3a3a3a !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.item-inner-wrapper .text-block .product-rating {
  text-align: center;
  padding-bottom: 10px;
}
.item-inner-wrapper .text-block .product-rating .ratingbox {
  display: inline-block;
}
.item-inner-wrapper .text-block .product-rating .vmicon {
  display: none;
}
.item-inner-wrapper .text-block .product-rating .amount {
  display: none;
}
.item-inner-wrapper .text-block .box-des {
  display: inline-block;
  width: 100%;
}
.item-inner-wrapper .text-block .box-des .actions {
  float: left;
  width: 100%;
}
.item-inner-wrapper .text-block .actions {
  border-top: 1px solid #e8e8e8;
}
.item-inner-wrapper .text-block .actions .addtocart-area {
  float: left;
  width: 33.333333333333%;
  margin: 0;
}
.item-inner-wrapper .text-block .actions .addtocart-area .quantity-box {
  display: none;
}
.item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:focus {
  outline: none;
}
.item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button input.addtocart-button {
  width: 100%;
  height: 38px;
  text-indent: -99999px;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: none;
  border-right: 1px solid #e8e8e8;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
  position: absolute;
  top: 20%;
  right: 0;
  width: 100%;
  z-index: 100;
  font-family: FontAwesome;
  content: "\f07a";
  color: #000;
  font-size: 15px;
  pointer-events: none;
  line-height: 20px;
}
.item-inner-wrapper .text-block .actions .add-to-links {
  margin: 0;
  padding: 0;
}
.item-inner-wrapper .text-block .actions .add-to-links li {
  text-align: center;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-detail {
  float: left;
  width: 33.333333333333%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-detail >a {
  padding: 0;
  line-height: 38px;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-detail >a i {
  display: inline-block;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-detail >a i:before {
  font-size: 15px;
  color: #000;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-detail >a:before {
  content: none;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist {
  float: left;
  width: 33.333333333333%;
  border-right: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist >form {
  width: 100%;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon,
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active {
  outline: none;
  height: 38px;
  width: 100%;
  border: 0;
  background: none;
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon .fa-heart:before,
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active .fa-heart:before {
  font-size: 15px;
  content: "\f08a";
}
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon span,
.item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active span {
  display: none;
}
.item-inner-wrapper:hover {
  border-radius: 0 !important;
}
.item-inner-wrapper:hover .image-block >a .pro-image.second-image {
  bottom: 0;
}
.item-inner-wrapper:hover .image-block .quick-view-detail {
  left: 0;
  display: block;
  z-index: 999999;
}
.item-inner-wrapper:hover .image-block .quick-view-detail:hover {
  background: #464646;
}
.item-inner-wrapper:hover .actions .addtocart-area {
  background: #f2f2f2;
}
.item-inner-wrapper:hover .actions .pro-wishlist {
  background: #f2f2f2;
}
.item-inner-wrapper:hover .actions .pro-detail {
  background: #f2f2f2;
}
.banner-wapper .col {
  float: left;
}
.banner-wapper .col1 {
  float: right;
}
.banner-wapper .banner-home-inner {
  text-align: center;
  width: 100%;
}
.banner-wapper a {
  position: relative;
  display: block;
}
.banner-wapper a:after {
  pointer-events: none;
  position: absolute;
  content: "";
  opacity: 0.5;
  margin: auto;
  border: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.banner-wapper a:hover:after {
  border: 3px solid #fff;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  transition: all 0.3s ease-out;
}
.banner-wapper a:hover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.5);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.banner-block {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
.banner-block:before {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner-block:hover:before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
}
.banner-block:hover img {
  opacity: 0.6;
}
.banner-block img {
  margin: 0;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  width: 100%;
}
#sp-position1 .sp-module .sp-module-title {
  margin-top: 30px;
  border-bottom: 2px solid #3ea1df;
}
#sp-position1 .sp-module .sp-module-title span {
  background: #3ea1df;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: capitalize;
}
#sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls {
  top: -55px;
  right: 10px;
}
#sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100% #3ea1df;
}
#sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100% #3ea1df;
}
#sp-position2 .sp-module .sp-module-title {
  border-bottom: 2px solid #3ecadf;
  margin: 25px 0 0;
}
#sp-position2 .sp-module .sp-module-title span {
  background: #3ecadf;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: capitalize;
}
#sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls {
  top: -55px;
  right: 10px;
}
#sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100% #3ecadf;
}
#sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100% #3ecadf;
}
#sp-position3 .sp-module .sp-module-title {
  border-bottom: 2px solid #68b10c;
  margin: 25px 0 0;
}
#sp-position3 .sp-module .sp-module-title span {
  background: #68b10c;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: capitalize;
}
#sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls {
  top: -55px;
  right: 10px;
}
#sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100% #68b10c;
}
#sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100% #68b10c;
}
#sp-position4 .sp-module .sp-module-title {
  border-bottom: 2px solid #ff4234;
  margin: 25px 0 0;
}
#sp-position4 .sp-module .sp-module-title span {
  background: #ff4234;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: capitalize;
}
#sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls {
  top: -55px;
  right: 10px;
}
#sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100% #ff4234;
}
#sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100% #ff4234;
}
.moduletable .owl-theme {
  overflow: visible !important;
}
.moduletable .owl-theme .clickable {
  display: inline-block;
  position: absolute;
  top: -9%;
  right: 0px;
  margin-top: 0px;
}
#sp-panner .sp-module .sp-module-title {
  font-size: 21px !important;
  border-bottom: 1px solid #464646;
  border-top: 4px solid #464646;
  margin: 37px 0px 0px !important;
  text-transform: capitalize !important;
  font-family: 'Bitter', serif;
  line-height: 48px !important;
}
#sp-panner .sp-module .vina-manufacturers-virtuemart {
  overflow: visible !important;
  margin: 20px 0 !important;
}
#sp-panner .sp-module .vina-manufacturers-virtuemart ul .item {
  border: 0 !important;
}
#sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-prev {
  top: -61px;
  right: 35px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
#sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-next {
  top: -61px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
#sp-bottom-1 #sp-bottom1 .sp-module-title span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Bitter', serif;
  color: #fff;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content {
  margin: 20px 0 0;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #949595;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon h3 {
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 16px;
  text-transform: uppercase;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul {
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li {
  float: left;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a:before {
  content: none;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a {
  background: none;
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 0;
  font-size: 0;
  margin: 0;
  border: 0;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a .fa {
  font-size: 24px;
  color: #858585;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a:hover .fa {
  font-size: 26px;
  color: #fff;
}
#sp-bottom-1 #sp-bottom2 .moduletable h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Bitter', serif;
  color: #fff;
  line-height: 1.35;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul {
  margin: 20px 0 0;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul li a:before {
  content: none;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul li a {
  padding-left: 20px;
  color: #949595;
  font-size: 13px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul li a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f178";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  line-height: 32px;
  color: #949595;
}
#sp-bottom-2 p {
  color: #949595;
  font-size: 13px;
  line-height: 20px;
}
#sp-bottom-2 .row {
  border-top: 1px solid #373737;
  display: inline-block;
  width: 100%;
  padding: 45px 0 40px;
}
#sp-bottom-2 .sp-module-title span {
  color: #ffffff;
  font-family: 'Bitter', serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.35;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content {
  padding: 0 100px 0 0;
  margin: 15px 0 0;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content p {
  display: inline-block;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content p:hover {
  color: #fff;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content .adress {
  margin: 0 0 10px;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content em {
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 34px;
  margin: 0 10px 0 0;
  padding: 0 0 0 4px;
  text-align: center;
  width: 34px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-2 #sp-bottomlatest .header-block {
  position: absolute;
  top: -10%;
  right: 10%;
}
#sp-bottom-2 #sp-bottomlatest .header-block .up {
  width: 32px;
  right: 35px;
  height: 32px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-bottom-2 #sp-bottomlatest .header-block .up:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 108%;
}
#sp-bottom-2 #sp-bottomlatest .header-block .toggle {
  display: none;
}
#sp-bottom-2 #sp-bottomlatest .header-block .down {
  width: 32px;
  height: 32px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-bottom-2 #sp-bottomlatest .header-block .down:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 108%;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item {
  border-top: none !important;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .row-fluid {
  margin-bottom: 0;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .text-block .info {
  float: left;
  width: 53px;
  height: 53px;
  border: 3px solid #fff;
  font-family: 'arial';
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 23px;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .text-block .info-text {
  margin-left: 70px;
  display: block;
  width: auto;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .text-block .info-text .title a {
  font-size: 13px;
  line-height: 20px;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form {
  margin: 15px 0 0 !important;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_introtext {
  float: left;
  margin-right: 30px !important;
  font-weight: normal;
  font-size: 13px;
  color: #949595;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form {
  background: #363636;
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin: 30px 0 0;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email {
  padding-bottom: 0;
  height: 45px;
  line-height: 45px;
  background: none;
  width: 250px;
  float: left;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email .inputbox {
  display: block;
  height: 45px;
  border: none;
  background: none;
  width: 100%;
  padding: 12px 10px;
  color: #dddddd;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email .inputbox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
  text-align: center;
  padding: 13px 20px 14px;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  font-family: '' arial;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button:focus {
  outline: none;
}
#sp-footer #sp-footer1 .sp-column {
  float: left;
}
#sp-footer #sp-footer1 .sp-column .sp-copyright {
  margin: 0;
  clear: both;
  padding-top: 5px;
  font-style: normal;
  line-height: 25px;
  color: #646464;
}
#sp-footer .payment {
  float: right;
}
#sp-logo-header-home2 {
  border-bottom: 1px solid #5d5d5d;
  background-color: #2F2F2F;
}
#sp-logo-header-home2 #sp-module-top .cart-menu-top {
  display: none;
}
#sp-logo-header-home2 #sp-module-top .menu-top ul li {
  border-right: 1px solid #5c5c5c;
}
#sp-logo-header-home2 #sp-module-top .menu-top ul li a img {
  webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-logo-header-home2 #sp-module-top .menu-top ul li:hover a img {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#sp-logo-header-home2 #sp-module-top .currency-menu-top i,
#sp-logo-header-home2 #sp-module-top .language-menu-top i {
  webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-logo-header-home2 #sp-module-top .currency-menu-top:hover i,
#sp-logo-header-home2 #sp-module-top .language-menu-top:hover i {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#sp-seach-home2 .sp-vmsearch {
  padding-bottom: 6px;
  padding-top: 6px;
}
#sp-seach-home2 .sp-vmsearch form {
  border-radius: 5px;
}
#sp-seach-home2 .sp-vmsearch .sp-vmsearch-categorybox {
  height: 38px;
  line-height: 38px;
}
#sp-seach-home2 .sp-vmsearch .search-input-wrapper input {
  min-height: 38px;
}
#sp-seach-home2 .sp-vmsearch .search-button-wrapper button {
  min-height: 38px;
  height: 38px;
  border-radius: 5px;
  background: #000;
}
#sp-seach-home2 .sp-vmsearch .search-button-wrapper button:hover {
  background: #d83721;
}
#sp-cart-home2 .cart-icon {
  color: #fff;
  padding: 0px 22px;
  z-index: 999;
  min-width: 210px;
  background: #d83721;
  font-family: 'arial';
  float: right;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
}
#sp-cart-home2 .cart-icon i.fa {
  display: inline-block;
  margin-right: 5px;
}
#sp-cart-home2 .cart-icon .mini-cart-title {
  display: inline-block;
}
#sp-cart-home2 .cart-icon .mini-cart-title .header {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-family: "Bitter", serif;
  font-size: 18px;
}
#sp-cart-home2 .cart-content {
  top: 56px;
}
#sp-main-home2 {
  padding: 25px 0 0px;
}
#sp-main-home2-left .vina-menu-category {
  position: inherit;
}
#sp-main-home2-left .vina-menu-category .sp-module-content .vina-treeview-virtuemart {
  position: inherit;
}
#sp-main-home2-left .vina-menu-category .sp-module-title span {
  background: #464646 url(../images/bg/bkg_category.png) no-repeat 92% center;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 30px 20px 28px;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  letter-spacing: -2px;
}
#sp-main-home2-left .banner-left-home2 .camera_pag {
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 23123;
}
#sp-main-home2-left .banner-left-home2 .camera_pag .camera_pag_ul li {
  margin: 0px 5px;
}
#sp-main-home2-left .special-home2 {
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
#sp-main-home2-left .special-home2 .sp-module-title {
  padding: 0 15px;
  margin: 0 0 10px;
}
#sp-main-home2-left .special-home2 .sp-module-title span {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  padding-right: 20px;
  font-size: 20px;
  color: #262626;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.35;
}
#sp-main-home2-left .special-home2 .sp-module-content div.product {
  min-width: 250px;
  border: 0px;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart {
  padding: 0;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-wrapper-outer .item-inner-wrapper {
  width: 100%;
  border: 0;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-controls {
  top: 20%;
  width: 100%;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  right: auto;
  left: 0;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
  right: 0;
  left: auto;
}
#sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .image-block {
  border: none;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .quick-view-detail {
  display: none;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper:hover .image-block {
  border: none;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .addtocart-area {
  width: auto;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button {
  background: #464646;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
  display: none;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button input.addtocart-button {
  text-indent: 0;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .add-to-links {
  float: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .add-to-links li {
  background: none;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .add-to-links li i {
  color: #464646;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .add-to-links li > a i::before {
  color: #464646;
}
#sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions:hover .add-to-links {
  visibility: visible;
  opacity: 1;
}
#sp-main-home2-left .featuredproducts-home2 {
  margin-top: 38px;
}
#sp-main-home2-left .featuredproducts-home2 .sp-module-title {
  border-bottom: 3px solid #000;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 20px;
}
#sp-main-home2-left .featuredproducts-home2 .sp-module-title span {
  color: #464646;
  margin: 0;
  padding: 15px 0;
}
#sp-main-home2-left .vina-ticker-virtuemart {
  position: relative;
}
#sp-main-home2-left .vina-ticker-virtuemart .header-block {
  position: absolute;
  right: 0%;
  top: -65px;
}
#sp-main-home2-left .vina-ticker-virtuemart .header-block .up {
  width: 32px;
  right: 35px;
  height: 32px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-main-home2-left .vina-ticker-virtuemart .header-block .up:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
#sp-main-home2-left .vina-ticker-virtuemart .header-block .toggle {
  display: none;
}
#sp-main-home2-left .vina-ticker-virtuemart .header-block .down {
  width: 32px;
  height: 32px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-main-home2-left .vina-ticker-virtuemart .header-block .down:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item {
  width: 100%;
  float: left;
  border: none !important;
  overflow: hidden;
  position: relative;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .label-pro {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #41e8a3;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  line-height: 41px;
  margin: 0;
  z-index: 6;
  display: none;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .label-percentage {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  position: absolute;
  top: 50px;
  right: 15px;
  display: inline-block;
  line-height: 42px;
  margin: 0;
  z-index: 1;
  display: none;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .image-block {
  overflow: hidden;
  float: left;
  max-width: 80px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .text-block .product-title {
  font: 400 13px/20px 'Bitter', sans-serif;
  text-align: left;
  margin: 0;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .text-block .product-title a {
  color: #3a3a3a !important;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .text-block .PricesalesPrice {
  display: inline-block;
  font: 400 16px/25px 'Bitter', serif;
  color: #d83721;
  white-space: nowrap;
}
#sp-main-home2-left .vina-ticker-virtuemart .vina-item .text-block .PricebasePrice {
  display: inline-block;
  font: 400 14px/15px 'Bitter', serif;
  text-decoration: line-through;
  color: #888;
  padding-top: 3px;
  margin-right: 7px;
}
#sp-main-home2-left .bestsellers-home2 {
  margin-top: 38px;
}
#sp-main-home2-left .bestsellers-home2 .sp-module-title {
  border-bottom: 3px solid #000;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 20px;
}
#sp-main-home2-left .bestsellers-home2 .sp-module-title span {
  color: #464646;
  margin: 0;
  padding: 15px 0;
}
#sp-main-home2-content .sp-module {
  margin-top: 0;
}
#sp-main-home2-content .bannerfeature .banner-wapper {
  display: inline-block;
  width: 100%;
}
#sp-main-home2-content .bannerfeature .banner-wapper .banner-home-inner {
  width: auto;
}
#sp-main-home2-content .bannerfeature .banner-wapper .col1 {
  float: left;
  margin-left: 17px;
}
#sp-main-home2-content .bannerfeature .banner-wapper .col2 {
  float: right;
}
#sp-main-home2-content .banner-home2 .banner-home-inner {
  width: auto;
}
#sp-main-home2-content .item-home2 {
  margin-top: 40px;
}
#sp-main-home2-content .item-home2 .sp-module-title {
  border-bottom: 1px solid #e5e5e5;
  text-transform: none;
}
#sp-main-home2-content .item-home2 .sp-module-title span {
  color: #464646;
  font-size: 21px;
  margin: 0;
  padding: 15px 0;
}
#sp-main-home2-content .item-home2 .vina-carousel-virtuemart .owl-controls {
  top: -85px;
  right: 10px;
}
#sp-main-home2-content .item-home2 .vina-carousel-virtuemart .owl-controls .owl-buttons div {
  margin: 5px;
}
#sp-main-home2-content .item-home2 .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-main-home2-content .item-home2 .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
#sp-main-home2-content .item-home2 .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-main-home2-content .item-home2 .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
#sp-main-home2-content .banner-home2 {
  margin: 30px 0 0;
}
.bottom2-home2 .newsletter-bottom .acysubbuttons input {
  position: absolute;
  padding: 2px 19px 3px !important;
  font: 700 13px/40px 'Arial';
  text-shadow: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-logo-header-home3 {
  border-bottom: 1px solid #5d5d5d;
  background-color: #2F2F2F;
}
#sp-logo-header-home3 #sp-module-top .menu-top ul li a img {
  webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-logo-header-home3 #sp-module-top .menu-top ul li:hover a img {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#sp-logo-header-home3 #sp-module-top .currency-menu-top i,
#sp-logo-header-home3 #sp-module-top .language-menu-top i,
#sp-logo-header-home3 #sp-module-top .cart-menu-top i {
  webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-logo-header-home3 #sp-module-top .currency-menu-top:hover i,
#sp-logo-header-home3 #sp-module-top .language-menu-top:hover i,
#sp-logo-header-home3 #sp-module-top .cart-menu-top:hover i {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.menu-wrapper .sp-megamenu-parent li {
  margin-right: 10px;
}
.menu-wrapper .sp-megamenu-parent li.active >a {
  background: #000 !important;
  color: #fff !important;
}
.menu-wrapper .sp-megamenu-parent li a {
  padding: 6px 26px !important;
  text-decoration: none;
  display: block;
  font-family: 'Bitter', serif;
  border: 1px solid #464646;
  color: #262626 !important;
  background: #fff;
}
.menu-wrapper .sp-megamenu-parent li a:hover {
  background: #000 !important;
  color: #fff !important;
}
#sp-seach-home3 #sp-category-menu .sp-module-title span {
  font: 400 22px/63px 'Bitter', sans-serif;
  padding: 0 0 0 20px;
}
#sp-seach-home3 #sp-category-menu .vina-treeview-virtuemart {
  z-index: 3;
}
#sp-seach-home3 .sp-vmsearch {
  padding-bottom: 7px;
  padding-top: 6px;
}
#sp-seach-home3 .sp-vmsearch form {
  border-radius: 5px;
}
#sp-seach-home3 .sp-vmsearch .sp-vmsearch-categorybox {
  height: 44px;
  line-height: 44px;
}
#sp-seach-home3 .sp-vmsearch .search-input-wrapper input {
  min-height: 44px;
}
#sp-seach-home3 .sp-vmsearch .search-button-wrapper button {
  min-height: 44px;
  height: 44px;
  border-radius: 5px;
}
.banner-wrapper-home3 {
  margin: 40px 0 0;
  display: inline-block;
  width: 100%;
}
.banner-wrapper-home3 .inner-bottom-home3 .inner-bottom {
  margin-top: 24px;
}
.new-home3-products .tabs_buttons {
  display: none;
}
.new-home3-products .vina-carousel-virtuemart .owl-controls {
  top: -33% !important;
  right: 10px;
}
#sp-main-home3-content .sp-module {
  margin-top: 0;
}
.home3-wrapper {
  display: block;
  overflow: hidden;
  padding: 40px 0 10px;
}
.home3-wrapper .sp-module-title {
  margin: 0 0 30px !important;
  position: relative;
  text-align: center;
}
.home3-wrapper .sp-module-title:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 23px;
  left: 0;
}
.home3-wrapper .sp-module-title span {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 15px;
  margin: 0;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #000;
  font: 400 21px/48px 'Bitter', serif;
}
.home3-wrapper .sptab_red {
  border: 0 !important;
}
.home3-wrapper .sptab_red .tabs_buttons {
  position: relative;
  text-align: center;
}
.home3-wrapper .sptab_red .tabs_buttons .tabs_mask {
  display: inline-block;
}
.home3-wrapper .sptab_red .tabs_buttons .tabs_mask .tab {
  background-color: #FFF !important;
  color: #000 !important;
  border-right: 0 !important;
  text-transform: capitalize;
  font-family: 'Bitter', serif;
  font-size: 16px;
}
.home3-wrapper .sptab_red .tabs_buttons .tabs_mask .active span {
  padding-bottom: 10px;
}
.home3-wrapper .sptab_red .items_mask {
  overflow: visible !important;
}
.home3-wrapper .vina-carousel-virtuemart .owl-controls {
  top: -44%;
  right: 10px;
  background: #ffffff;
  height: 50px;
  width: 80px;
}
.home3-wrapper .vina-carousel-virtuemart .owl-controls div {
  margin: 0;
  opacity: 1;
}
.home3-wrapper .vina-carousel-virtuemart .owl-controls .owl-prev {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 -2px #fff;
  border: 1px solid #000;
}
.home3-wrapper .vina-carousel-virtuemart .owl-controls .owl-prev:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 100%;
}
.home3-wrapper .vina-carousel-virtuemart .owl-controls .owl-next {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% -2px #fff;
  border: 1px solid #000;
}
.home3-wrapper .vina-carousel-virtuemart .owl-controls .owl-next:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 100%;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper {
  border: 1px solid transparent;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .image-block {
  border: 1px solid #fff;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .image-block .quick-view-detail {
  right: -100%;
  left: auto;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions {
  border-top: 0;
  display: none;
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  text-align: center;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .bnt-actions {
  display: inline-block;
  max-width: 132px;
  width: 100%;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .addtocart-area {
  display: block;
  float: left;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0;
  margin: 0 3px;
  background: #464646;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .addtocart-area span.addtocart-button {
  background: #464646;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button {
  height: 38px;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button input {
  border-right: 0;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
  top: 0;
  z-index: 0;
  color: #fff;
  line-height: 38px;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist {
  border-right: 0;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .add-to-links .pro-detail {
  border-right: 0;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .add-to-links .pro-detail i:before {
  color: #fff;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper .text-block .actions .add-to-links >li {
  display: block;
  float: left;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0;
  color: #fff;
  margin: 0 3px;
  background: #464646;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper:hover .image-block {
  border-color: #e5e5e5;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper:hover .image-block .quick-view-detail {
  right: 0%;
  left: auto;
}
.home3-wrapper .vina-carousel-virtuemart .item-inner-wrapper:hover .text-block .actions {
  display: block;
  z-index: 123;
  -moz-animation: zoomIn 300ms ease-in-out;
  -o-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
.home-page .category-home4 .vina-menu-category.vina-visible .sp-module-content .vina-treeview-virtuemart {
  display: none;
  z-index: 8 !important;
}
.new-home4-products .sptab_red .tabs_buttons {
  text-align: left;
  overflow: inherit !important;
  height: inherit !important;
}
.new-home4-products .sptab_red .tabs_buttons .tabs_mask {
  height: inherit !important;
  background: #fff;
  position: relative;
}
.new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab {
  margin: 0 10px 0px 0px !important;
  padding: 0 !important;
}
.new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab span {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 21px;
  margin: 0;
  padding: 8px 16px;
  height: inherit !important;
}
.new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab:hover span,
.new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab.active span {
  padding-bottom: 7px;
  background: #000;
  color: #fff;
}
.new-home4-products .sptab_red .tabs_buttons:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 23px;
  left: 0;
}
.new-home4-products .sptab_red .items_mask .vina-carousel-virtuemart .owl-controls {
  top: -110px;
}
.main-home4-inner .sp-module {
  margin-top: 0;
}
.main-home4-inner .home3-wrapper .sp-module-title {
  text-align: left;
}
.main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
  top: -24%;
}
body.page-home5 {
  background: url(../images/bg/bg-bd.png) repeat;
}
body.page-home5 .container {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  body.page-home5 .container {
    width: 1170px;
  }
}
.logo-header-home5 {
  padding: 15px 0 12px;
  background: none !important;
  border: 0 !important;
}
.logo-header-home5 .logo {
  margin-top: 0 !important;
}
.logo-header-home5 .sp-vmsearch form {
  border-radius: 6px;
  padding: 6px;
}
.logo-header-home5 .sp-vmsearch form .sp-vmsearch-categorybox {
  padding: 4px 0 8px 0;
  line-height: 34px;
  height: 40px;
}
.logo-header-home5 .sp-vmsearch form .search-button-wrapper button {
  min-height: 40px;
  height: 40px;
}
.logo-header-home5 .sp-vmsearch form .search-button-wrapper button:hover {
  background: #000;
}
.logo-header-home5 .sp-vmsearch form .search-input-wrapper input {
  padding: 4px 0 8px 0;
  min-height: 40px;
}
#sp-header-category .container {
  background-image: url("../images/bg/bg-header.png");
}
#sp-header-category .container .vina-menu-category .sp-module-title span {
  padding: 26px 20px 26px;
  font-family: 'Oswald', sans-serif;
}
.header-home5 {
  background: #fff;
}
.feature-home6-banner .bannerfeature .banner-wapper {
  display: inline-block;
  width: 100%;
}
.feature-home6-banner .bannerfeature .banner-wapper .banner-home-inner {
  width: auto !important;
}
.feature-home6-banner .bannerfeature .banner-wapper .col1 {
  float: left;
  margin-left: 17px;
}
.feature-home6-banner .bannerfeature .banner-wapper .col2 {
  float: right;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart .owl-controls {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons div {
  height: 98px;
  width: 30px;
  margin: -70px 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background: url(../images/bg/nav-icon-new.png) no-repeat scroll 0 0 #a2a2a2;
  right: inherit;
  left: 15px;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/bg/nav-icon-new.png) no-repeat scroll 0 100% #429a9d;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background: url(../images/bg/nav-icon-new.png) no-repeat scroll 100% 0 #a2a2a2;
  right: 15px;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/bg/nav-icon-new.png) no-repeat scroll 100% 100% #429a9d;
}
.newproducts-home6 .vina-product .vina-carousel-virtuemart:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.newproducts-home6 .vina-product:hover .vina-carousel-virtuemart .owl-controls .owl-buttons div {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.mobile-home6 .sp-module-title {
  background: #262626;
  padding: 3px 12px;
  margin: 48px 0 5px !important;
  border-bottom: 0 !important;
}
.mobile-home6 .sp-module-title span {
  background: url(../images/icon/bg-mobile1.png) no-repeat 0 50% !important;
  padding: 0 0 0 50px !important;
  line-height: 40px;
}
.mobile-home6 .vina-carousel-virtuemart .owl-controls {
  top: -15.5% !important;
}
.fashion-home6 .sp-module-title {
  background: #3ecadf;
  padding: 3px 12px;
  margin: 18px 0 5px !important;
  border-bottom: 0 !important;
}
.fashion-home6 .sp-module-title span {
  background: url(../images/icon/bg-fashion.png) no-repeat 0 50% !important;
  padding: 0 0 0 50px !important;
  line-height: 40px;
}
.fashion-home6 .vina-carousel-virtuemart .owl-controls {
  top: -15.5% !important;
}
.furniture-home6 .sp-module-title {
  background: #68b10c;
  padding: 3px 12px;
  margin: 18px 0 5px !important;
  border-bottom: 0 !important;
}
.furniture-home6 .sp-module-title span {
  background: url(../images/icon/furniture.png) no-repeat 0 50% !important;
  padding: 0 0 0 50px !important;
  line-height: 40px;
}
.furniture-home6 .vina-carousel-virtuemart .owl-controls {
  top: -15.5% !important;
}
.health-home6 .sp-module-title {
  background: #ff4234;
  padding: 3px 12px;
  margin: 18px 0 5px !important;
  border-bottom: 0 !important;
}
.health-home6 .sp-module-title span {
  background: url(../images/icon/bg-health.png) no-repeat 0 50% !important;
  padding: 0 0 0 50px !important;
  line-height: 40px;
}
.health-home6 .vina-carousel-virtuemart .owl-controls {
  top: -15.5% !important;
}
#sp-left .sp-module,
#sp-right .sp-module {
  display: inline-block;
  width: 100%;
}
#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
  margin-bottom: 0;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  color: #3c414c;
  text-transform: none;
}
#sp-left .sp-module h3.sp-module-title,
#sp-right .sp-module h3.sp-module-title {
  font-size: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #eef0f2;
}
#sp-left .sp-module h3.sp-module-title:after,
#sp-right .sp-module h3.sp-module-title:after {
  content: "";
  display: inherit;
  width: 35px;
  margin-top: 20px;
  border-top: 2px solid #bbbfc8;
}
#sp-left .sp-module ul.port-icons li,
#sp-right .sp-module ul.port-icons li {
  display: inline-block;
}
#sp-left .sp-module ul.port-icons li a,
#sp-right .sp-module ul.port-icons li a {
  line-height: 26px;
}
#sp-left table.acymailing_form,
#sp-right table.acymailing_form {
  width: 100%;
}
#sp-left .acymailing_module_form,
#sp-right .acymailing_module_form {
  margin: 15px 0 0 !important;
}
#sp-left .acymailing_module_form input.inputbox,
#sp-right .acymailing_module_form input.inputbox {
  width: 100%;
  box-shadow: none;
  background: #fff;
  height: 40px;
}
#sp-left .acymailing_module_form td,
#sp-right .acymailing_module_form td {
  vertical-align: middle !important;
  padding-bottom: 0 !important;
  text-align: left;
}
#sp-left .acymailing_module_form td.acysubbuttons input,
#sp-right .acymailing_module_form td.acysubbuttons input {
  margin: 7px 0 0;
  height: 40px;
  border-color: #555;
  background-color: #555;
}
.mod_vina_latest_twitter .header-block {
  display: none;
}
.mod_vina_latest_twitter .vina-items-wrapper .vina-items .vina-item {
  border-top: 0 !important;
}
.mod_vina_latest_twitter .vina-items-wrapper .vina-items .vina-item .row-fluid {
  margin-bottom: 0px;
}
.mod_vina_latest_twitter .vina-items-wrapper .vina-items .vina-item .row-fluid .text-block .info-text .title a {
  font-size: 16px;
}
.blog-single {
  font-family: 'Bitter', serif;
  font-size: 15px;
  line-height: 26px;
  padding: 0px;
}
.blog-single .single1 {
  float: left;
  margin-right: 20px;
}
.blog-single .single2 {
  float: right;
  margin-left: 20px;
}
.blog .item {
  border: 0;
}
.blog .item .entry-header {
  margin-bottom: 20px;
}
.blog .item .jcomments-links {
  text-align: left;
}
.blog .item .jcomments-links .comments-link,
.blog .item .jcomments-links .readmore-link {
  padding: 3px 15px;
  display: inline-block;
  font-size: 12px;
  color: #3c414c;
  text-transform: uppercase;
  border: 1px solid #a5a9ac;
  text-align: center;
  margin: 5px auto;
  margin-bottom: 15px;
  border-radius: 4px;
  line-height: 28px;
  background: #fbfcfd;
  background-image: none;
}
.blog .item .jcomments-links .comments-link:hover,
.blog .item .jcomments-links .readmore-link:hover {
  color: #fff;
}
.blog-single-content .single1,
.blog-single-content .single2 {
  float: left;
  margin: 10px 10px 10px 0px;
}
.article-info .category-name {
  width: auto;
  padding-top: 3px;
}
.item-page {
  border: 0;
}
.item-page .pagenav {
  border: 0;
  background-color: #fff;
}
.item-page .pagenav .next a,
.item-page .pagenav .previous a {
  border-radius: 0;
}
.item-page .pagenav .next a:hover,
.item-page .pagenav .next a:focus,
.item-page .pagenav .previous a:hover,
.item-page .pagenav .previous a:focus {
  background-color: #429a9d;
  color: #fff;
}
#jc {
  overflow: hidden;
  padding-top: 0px;
  width: 100%;
  float: left;
}
#jc .vina-title-left .sp-module-title {
  margin-bottom: 30px;
}
#jc a {
  text-decoration: underline;
  font-size: 13px;
}
#jc #comments {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#jc #comments .even,
#jc #comments .odd {
  display: inline-block;
}
#jc #comments h4 {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  border-radius: 0;
  padding: 25px 0px;
  border: none;
  border-bottom: 1px solid #eee;
  background: none;
}
#jc #comments .comment-author {
  font-size: 16px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #eee;
}
#jc #comments .comment-date {
  font-size: 12px;
  color: #969696;
}
#jc #comments .comment-body {
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#jc #comments .comments-buttons {
  float: left;
  height: 15px;
}
#jc #comments .comments-buttons a {
  text-decoration: underline;
  font-size: 13px;
}
#jc #comments-form-link {
  width: 100%;
  float: left;
}
#jc #comments-form-link .showform {
  background: #a5a5a5;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 20px;
  display: inline-block;
  line-height: 36px;
  overflow: hidden;
  margin: 0;
  margin-top: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 10px;
}
#jc #comments-form-link .showform:after {
  content: "\f086";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 15px;
  min-width: 36px;
  text-align: center;
  background: #969696;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
#jc #comments-form > p {
  margin: 0 !important;
}
#jc #comments-form label {
  float: left;
  margin-bottom: 0px;
  width: 100%;
  padding-left: 0px;
  line-height: 40px;
}
#jc #comments-form .comments-subscribe label {
  float: left;
  margin-bottom: 0px;
  width: auto;
  padding: 0px 5px;
  line-height: 38px;
}
#jc #comments-form .comments-name-email {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#jc #comments-form .comments-name {
  width: 50%;
  float: left;
  padding-right: 10px;
}
#jc #comments-form .comments-email {
  width: 50%;
  float: left;
  padding-left: 10px;
}
#jc #comments-form .comments-title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form .comments-form-comment {
  width: 100%;
  float: left;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form input {
  border: 1px solid #ececec;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  float: left;
  height: 40px;
  max-width: 100% !important;
  padding: 0 15px !important;
  width: 100%;
  line-height: 40px;
}
#jc #comments-form input.checkbox {
  width: auto;
}
#jc #comments-form input.selected {
  background: transparent;
}
#jc #comments-form input.captcha {
  width: auto;
}
#jc #comments-form #comments-form-name {
  margin-right: 20px;
}
#jc #comments-form textarea {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 15px !important;
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ececec;
  min-height: 150px;
  background: transparent;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
  display: none;
}
#jc #comments-form .comments-subscribe {
  width: 100%;
  float: left;
}
#jc #comments-form span.captcha {
  float: left;
  width: 100%;
}
#jc #comments-form #comments-form-send,
#jc #comments-form #comments-form-cancel {
  border-radius: 0px;
  padding: 0px 30px !important;
  float: left;
  margin-right: 0;
  line-height: 40px;
}
#jc #comments-form #comments-form-send a,
#jc #comments-form #comments-form-cancel a {
  text-shadow: none;
  font-size: 14px;
}
#jc #comments-form #comments-form-cancel {
  margin: 0px 10px;
}
#jc #comments-form .comments-captcha {
  width: 100%;
  float: left;
  margin-top: 10px;
}
#jc #comments-form img.captcha {
  margin: 10px 0px 0px;
}
#jc #comments-footer {
  width: 100%;
  float: left;
  display: none;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
  width: 100%;
  float: left;
}
#jc #comments-list .comments-inline-edit {
  overflow: hidden;
}
#vina_contact_us .thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 49%;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us .form-validate > dl,
#vina_contact_us .contact_us .form-validate > dl > dt,
#vina_contact_us .contact_us .form-validate > dl > dd {
  display: inline-block;
}
#vina_contact_us .contact_us .qlform dl {
  margin: 0;
}
#vina_contact_us .contact_us .qlform fieldset dd {
  position: relative;
}
#vina_contact_us .contact_us .qlform fieldset dd.jform_name:before {
  content: "\f007";
}
#vina_contact_us .contact_us .qlform fieldset dd.jform_email:before {
  content: "\f0e0";
}
#vina_contact_us .contact_us .qlform fieldset dd.jform_subject:before {
  content: "\f02b";
}
#vina_contact_us .contact_us .qlform fieldset dd.jform_message textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform fieldset dd.jform_message:before {
  content: "\f075";
}
#vina_contact_us .contact_us .qlform fieldset input,
#vina_contact_us .contact_us .qlform fieldset textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform dd:before {
  font-family: FontAwesome;
  color: #ccc;
  right: 5px;
  padding-left: 3px;
  border-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}
#vina_contact_us .contact_us .qlform input.submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  padding: 9px 30px;
  text-transform: uppercase;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
#vina_contact_us .contact_us .qlform input.submit:hover,
#vina_contact_us .contact_us .qlform input.submit:focus {
  outline: none;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-left: 2%;
  margin-bottom: 0px;
}
#vina_contact_us .map .contact em.icon-map-marker:before {
  content: "\f041";
  font-family: FontAwesome;
}
#vina_contact_us .map p iframe {
  width: 100%;
}
#vina_contact_us .map .social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -39px;
  padding-left: 0px;
}
#vina_contact_us .map .social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us .map .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;
  border: 4px solid #fef9f9;
}
#vina_contact_us .map .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;
  margin-top: 12px;
}
#vina_contact_us .map .social li a em.icon-google-plus:before {
  content: "\f0d5";
  font-family: FontAwesome;
}
#vina_contact_us .map .social li a em.icon-twitter:before {
  content: "\f099";
  font-family: FontAwesome;
}
#vina_contact_us .map .social li a em.icon-facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  visibility: visible;
  display: inline-block;
}
#vina_about_us .about_us_header .sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
#vina_about_us .about_us_header .sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding-left: 40px;
  font-style: normal;
}
#vina_about_us .about_us_header .sp-bubble cite span {
  border: 15px solid #736357;
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
  left: 0;
  border-left-color: transparent !important;
  text-indent: -102222px;
  overflow: hidden;
}
#vina_about_us .skill {
  margin-top: 20px;
  display: inline-block;
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
#vina_about_us .skill ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
#vina_about_us .skill ul li {
  border-left: 2px solid #0b96f3;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress .bar {
  float: left;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  background-image: -o-linear-gradient(top,#149bdf,#0480be);
  background-image: linear-gradient(to bottom,#149bdf,#0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
#vina_about_us .skill .progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
#vina_about_us .skill .active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#vina_about_us h3 {
  font-weight: normal;
  font-size: 24.5px;
  margin: 10px 0 20px;
}
.cart-view .cart-summary .product-name {
  display: inline-block;
  float: none;
  text-align: center;
}
.cart-view .cart-summary tbody .vm-customfield-cart {
  text-align: center;
}
.cart-view .vm-fieldset-pricelist {
  padding: 0 20px;
}
#ProOPC .proopc-continue-link a,
#ProOPC .proopc-empty-continue-link a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  border: 0;
  padding: 8px 15px;
}
#ProOPC .proopc-continue-link a:hover,
#ProOPC .proopc-empty-continue-link a:hover {
  background: #f36b6c;
  text-decoration: none !important;
}
#ProOPC .cart-summary tbody .vm-customfield-cart {
  text-align: left;
}
#sp-left .vina-shop-by h3.sp-module-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  background-image: url("../images/bg/bg-header.png");
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  display: block;
}
#sp-left .vina-shop-by h3.sp-module-title:before {
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 10px;
}
#sp-left .vina-shop-by h3.sp-module-title:after {
  display: none;
}
.vina-shop-by .knob_wrapper {
  margin: 0;
}
.vina-shop-by .cf_form {
  border: 1px solid #e5e5e5;
  padding: 15px;
}
.vina-shop-by .cf_flt_header {
  padding: 0;
  margin: 0 0 5px;
  font-size: 20px;
  margin-bottom: 13px;
  color: #222;
  line-height: 24px;
  position: relative;
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
}
.vina-shop-by .cf_flt_header .headexpand {
  margin-top: 5px;
}
.vina-shop-by .cf_filters_list {
  border-bottom: 1px solid #e9eaec;
  margin-bottom: 20px;
  padding: 0px;
}
.vina-shop-by .cf_filters_list li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.vina-shop-by .cf_filters_list li .cf_option {
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  line-height: 35px;
  margin-left: 10px;
  color: #848994;
  font-size: 12px;
}
.vina-shop-by .cf_filters_list li .cf_flt_counter {
  font-size: 12px;
  float: right;
  color: #848994;
  line-height: 36px;
}
.vina-shop-by .cf_filters_list li .cf_sel_opt {
  font-weight: normal;
}
.vina-shop-by .cf_wrapper_input_text_2 input[type="search"] {
  border-radius: 3px;
  box-shadow: none;
  height: 30px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 50px;
  padding: 5px;
  text-align: center;
  width: 55px;
  border: 1px solid #ddd;
  background: #f5f6f8;
  display: inline-block;
}
.vina-shop-by .cf_wrapper_input_text {
  padding-bottom: 15px;
}
.vina-shop-by .cf_filtering_knob {
  background: url(../images/bg-layered-nav.png) center 0px no-repeat !important;
}
.vina-shop-by .cf_filtering_knob.cf_filtering_knob_from {
  bottom: -7px !important;
}
.vina-shop-by .cf_filtering_knob.cf_filtering_knob_to {
  bottom: 23px !important;
}
.vina-shop-by .cf_filtering_slider_gutter {
  padding-left: 15px;
  width: 200px;
}
.vina-shop-by .slider_bkg_img {
  width: 198px;
}
.vina-shop-by .cf_slider_gutter_m {
  background-image: url(../images/bg-filler.png);
  width: 182px;
}
.vina-shop-by .cf_slider_gutter_l,
.vina-shop-by .cf_slider_gutter_r {
  display: none;
}
.vina-shop-by .cf_search_button {
  border-radius: 0;
  width: 50px;
  height: 32px;
  line-height: 18px;
  opacity: 1;
  text-shadow: none;
}
.vina-shop-by .cf_search_button:hover {
  color: #fff;
}
.vina-shop-by.filter-right .cf_flt_wrapper {
  width: 100%;
  padding: 0px 0px 30px;
}
.vm-product-container .product-img-box .main-image {
  border: 1px solid #e6e6e6;
}
.vm-product-container .product-img-box .additional-images {
  margin-top: 0px;
}
.vm-product-container .product-img-box .additional-images .row-fluid {
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
}
.vm-product-container .product-img-box .additional-images .row-fluid .additional-images-inner img {
  border: 1px solid #e6e6e6;
  margin: 10px;
}
.back-to-category {
  float: left;
}
.productdetails .main-image {
  position: relative;
}
.productdetails .ratingbox {
  margin: 0;
}
.productdetails .label-percentage {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  line-height: 42px;
  margin: 0;
  z-index: 1;
  background: #222;
  overflow: hidden;
}
.productdetails .label-percentage .vm-price-value {
  display: inline-block;
  float: none;
}
.productdetails .product-shop .product-shop-inner .product-name {
  margin: 0px 0 15px;
  display: block;
  font-weight: normal;
  line-height: 18px;
}
.productdetails .product-shop .product-shop-inner .product-name h1 {
  margin: 0;
  font-size: 20px;
  color: #262626;
  text-transform: capitalize;
  font-family: 'Bitter', serif;
}
.productdetails .product-shop .product-shop-inner .product-rating {
  display: block;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productdetails .product-shop .product-shop-inner .product-rating .ratingbox {
  clear: both;
  font-size: 11px;
  line-height: 1.25;
  margin: 4px 0 0;
  display: inline-block;
}
.productdetails .product-shop .product-shop-inner .product-rating .in-stock {
  margin: 0;
  display: inline-block;
  float: right;
  color: #393939;
}
.productdetails .product-shop .product-shop-inner .product-rating .amount {
  display: inline-block;
}
.productdetails .product-shop .product-shop-inner .price-box {
  margin: 0px 0;
  min-height: inherit;
  font-size: 24px;
  line-height: 25px;
}
.productdetails .product-shop .product-shop-inner .price-box .PricesalesPrice {
  font-size: 21px;
  font-family: 'Bitter', serif;
}
.productdetails .product-shop .product-shop-inner .price-box .price-crossed {
  display: inline-block;
}
.productdetails .product-shop .product-shop-inner .price-box .vm-price-value {
  float: none;
  font-family: 'Bitter', serif;
}
.productdetails .product-shop .product-shop-inner .price-box .vm-price-value .PricebasePrice {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
  font-size: 14px;
}
.productdetails .product-shop .product-shop-inner .price-box .vm-price-value .PricesalesPrice {
  font-size: 21px;
}
.productdetails .product-shop .product-shop-inner .price-box .sku {
  float: right;
  font-size: 14px;
}
.productdetails .product-shop .product-shop-inner .itemSocialSharing {
  margin: 10px 0px;
}
.productdetails .product-shop .product-shop-inner .product-short-description {
  margin: 10px 0px;
  font-size: 12px;
  color: #858585;
  line-height: 23px;
}
.productdetails .product-shop .product-shop-inner .icons {
  margin: 20px 0 20px;
  height: 42px;
}
.productdetails .product-shop .product-shop-inner .icons .list-option {
  margin-bottom: 0;
  padding-left: 0px;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li {
  float: left;
  margin: 0 3px 0 0;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li #vmcompare {
  position: relative;
  border: none;
  line-height: 47px;
  padding: 0px;
  height: 47px;
  width: 47px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
  background: #e8e8e8;
  overflow: hidden;
  cursor: pointer;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li #vmcompare:before {
  content: "\f021";
  font-family: FontAwesome;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  position: absolute;
  border-radius: 50%;
  background: transpanrent;
  border: none;
  margin: 0;
  top: 0;
  left: 0;
  color: #6e6e6e;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li #vmcompare a {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 0px;
  color: #bbb;
  float: left;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li #vmcompare:hover:before {
  color: #fff;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .vina-icons {
  display: block;
  color: transparent;
  font-size: 0;
  text-align: center;
  border-left: none;
  border-bottom: none;
  background: #e8e8e8;
  height: 47px;
  width: 47px;
  line-height: 47px;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .vina-icons .fa {
  font-size: 18px;
  color: #6e6e6e;
  font-style: normal;
  line-height: 47px;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .vina-icons:hover .fa {
  color: #fff;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon,
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon_active {
  outline: none;
  padding: 0;
  border: 0;
  background: #e8e8e8;
  height: 47px;
  width: 47px;
  line-height: 47px;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon span,
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon_active span {
  display: none;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon:hover i,
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon_active:hover i {
  color: #fff;
}
.productdetails .product-shop .product-shop-inner .icons .list-option li .addtofav_aws_icon_active i {
  color: #fff;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-fields {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-fields .product-field {
  width: 50%;
  float: left;
  padding: 5px 10px 5px 0px;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-fields .product-fields-title strong {
  font-weight: 600;
  font-size: 13px;
  color: #2c2c2c;
  text-transform: capitalize;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-field-display .chzn-container {
  max-width: 100% !important;
  width: 100% !important;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-field-display .chzn-container-single .chzn-single {
  background: #f5f6f8;
  border: 1px solid #e9eaec;
  border-radius: 0px;
  font-size: 13px;
  color: #848994;
  height: 34px;
  line-height: 34px;
  box-shadow: none;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-field-display .chzn-container-single .chzn-single div b {
  position: relative;
  top: 4px;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .product-field-display .chzn-container-single .chzn-drop {
  width: 100% !important;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar {
  margin: 10px 0px 0px;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .quantity-box input {
  float: left;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .quantity-box input.quantity-input {
  text-align: center;
  width: 48px !important;
  background: none;
  height: 48px !important;
  margin: 0 5px 0 8px;
  color: #333333;
  font-size: 14px;
  font-family: 'arial';
  padding: 2px;
  border: 1px solid #f2f2f2;
  font: 13px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .quantity-box input.quantity-input:hover {
  color: #fff;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .quantity-box input.quantity-controls {
  height: 25px;
  margin: 10px 0 0;
  width: 25px;
  border: 0;
  box-shadow: none;
  font: 13px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #aaa8a8;
  color: #6e6e6e;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .quantity-box input.quantity-controls:hover {
  color: #fff;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button {
  float: left;
  margin-left: 17px;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button input {
  padding: 10px 33px 13px;
  border: 0;
  font-size: 24px;
  font-family: 'Bitter';
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  text-transform: inherit;
  line-height: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button input:focus {
  outline: none;
}
.productdetails .list-info {
  border: 1px solid #f1f1f1;
  border-bottom: none;
  padding-left: 0;
  overflow: hidden;
  border-radius: 0px;
}
.productdetails .list-info li {
  line-height: 40px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 20px;
}
.productdetails .list-info li strong {
  width: 150px;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #f1f1f1;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.productdetails .tab-block .review-item {
  overflow: hidden;
}
.productdetails .tab-block .review-item .author {
  margin-right: 5px;
  text-transform: capitalize;
  float: left;
  color: #3b4550;
}
.productdetails .tab-block .review-item .date {
  float: left;
}
.productdetails .tab-block .review-item .vote {
  margin: 0 20px;
  display: inline-block;
  float: left;
}
.productdetails .tab-block .review-item .info {
  width: 100%;
  float: left;
}
.productdetails .tab-block .write-reviews {
  margin-bottom: 50px;
  overflow: hidden;
}
.productdetails .tab-block .write-reviews textarea.virtuemart {
  width: 100%;
  background: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  font-size: 13px;
  color: #848994;
  height: 150px;
  box-shadow: none;
}
.productdetails .tab-block .write-reviews textarea.virtuemart:focus {
  box-shadow: none;
  border: 1px solid #f1f1f1;
}
.productdetails .tab-block .write-reviews .review-button {
  float: left;
  width: 100%;
}
.productdetails .tab-block .write-reviews .review-button .counter {
  float: left;
}
.productdetails .tab-block .write-reviews .review-button .counter input {
  width: auto;
  background: transparent;
  display: inline-block;
  border: none;
  box-shadow: none;
}
.productdetails .tab-block .write-reviews .highlight-button {
  float: right;
  padding: 11px 60px;
  display: inline-block;
  cursor: pointer;
  background: #f5f6f8;
  border: 1px solid #f1f1f1;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.productdetails .tab-block .write-reviews .highlight-button:hover {
  color: #fff;
}
.ratingbox {
  width: 65px;
  height: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ratingbox div,
.ratingbox span {
  height: 12px;
  display: block;
  position: absolute;
  width: 1%;
}
.list_carousel .vm-product .item-inner-wrapper {
  display: block;
}
.list_carousel .vm-product .item-inner-wrapper .image-block a img {
  display: inline-block;
}
ul#slider li {
  margin: 0;
}
.vm-product .item-inner-wrapper .actions .addtocart-area .product-fields {
  display: none;
}
#vina-tab-block {
  margin: 60px 0 30px;
}
#vina-tab-block .nav li {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0 10px 0 0;
}
#vina-tab-block .nav li a {
  display: block;
  padding: 18px 23px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Bitter';
  font-weight: 700;
  color: #464646;
  background: #e8e8e8;
}
#vina-tab-block .nav >li >a {
  display: block !important;
  border-radius: 0;
  padding: 18px 23px !important;
}
#vina-tab-block .nav >li >a:hover {
  background-color: #000;
  color: #fff;
}
#vina-tab-block .nav-pills>li.active>a,
#vina-tab-block .nav-pills>li.active>a:hover,
#vina-tab-block .nav-pills>li.active>a:focus {
  background-color: #000;
  color: #fff;
}
#vina-tab-block .tab-content {
  width: 100%;
  padding: 30px 0 0;
  line-height: 25px;
  margin: 30px 0 0;
  border-top: 1px solid #e5e5e5;
  float: left;
  min-height: 174px;
  font-size: 12px;
  color: #898989;
  border-top-width: 0px;
}
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  background-image: none;
  background: none;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 8px solid #5b5b5b;
  margin-left: -7px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.jutooltip.jutooltip-top-center .jutooltip-box-br {
  margin: 0 0 14px;
}
.jutooltip .jutooltip-content {
  color: #fff;
  padding: 6px 12px;
  background-image: none;
  border-radius: 2px;
  font-size: 13px;
  background-color: #5b5b5b;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
label.vina-select {
  display: block;
  width: 100%;
  position: relative;
  background: transparent;
  margin-bottom: 0;
  background: url("../images/bg/bg-header.png");
}
label.vina-select:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("../images/bg/bg-header.png");
  pointer-events: none;
  text-align: center;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-testimonial-pro .sppb-carousel-control {
  text-align: center !important;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.sp-module .sp-module-title span {
  font-family: 'Bitter', serif;
  display: inline-block;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 0;
  line-height: 36px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding: 10px 0px;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 30px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#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;
  overflow: hidden;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.browse-view {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.orderby-displaynumber {
  margin: 0 0 30px;
  position: relative;
  padding: 0px 0px 20px;
  font-size: 13px;
  float: left;
  width: 100%;
  border: none;
  min-height: 40px;
  background: url("../images/bg-title.png") repeat-x scroll center bottom;
}
.orderby-displaynumber .vm-order-list {
  float: left;
  padding: 0px;
}
.orderby-displaynumber .vm-order-list a {
  color: #898989 !important;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  margin: 0;
  position: relative;
  float: left;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
  top: 34px;
  right: 0;
  z-index: 99;
  width: 200px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a {
  line-height: 20px;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a:hover {
  color: #fff !important;
}
.orderby-displaynumber .vm-order-list .title {
  float: left;
  vertical-align: middle;
  margin: 0 10px;
  line-height: 32px;
  font-size: 14px;
  color: #000;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  float: left;
  padding: 0px 21px 0px 5px;
  line-height: 32px;
  vertical-align: bottom;
  text-align: center;
  background: url(../images/select_lang.png) no-repeat scroll 100% 50% #fff;
  border-radius: 0px;
  width: 150px;
  overflow: hidden;
  border: 1px solid #eee;
}
.orderby-displaynumber .vm-order-list .activeOrder a {
  overflow: hidden;
  white-space: nowrap;
  color: #000 !important;
  font-size: 14px;
}
.orderby-displaynumber .display-number {
  float: right;
  margin-right: 0px;
  line-height: 32px;
  padding: 0px 0px;
  font-size: 14px;
  color: #000;
}
.orderby-displaynumber .display-number select {
  padding: 0px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  position: relative;
  height: 32px;
  margin: 0;
  width: 80px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  font-weight: normal;
  color: #000;
  border: none;
}
.orderby-displaynumber .display-number select option {
  padding-right: 10px;
}
.orderby-displaynumber .display-number .number {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 10px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  overflow: hidden;
  float: right;
  border: 1px solid #eee;
}
.orderby-displaynumber .display-number .number:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 32px;
  background: url(../images/select_lang.png) no-repeat scroll 100% 50% #fff;
  width: 21px;
  pointer-events: none;
  z-index: 9;
  border-radius: 0;
}
.alert {
  background: transparent !important;
  border: none;
}
.vm-pagination-bottom {
  text-align: left;
  overflow: hidden;
  position: relative;
  padding-left: 50px;
  background: url("../images/bg-title.png") repeat-x scroll center top;
  padding-top: 20px;
}
.vm-pagination-bottom:before {
  content: "\f009";
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  position: absolute;
  left: 0;
  border-radius: 0px;
  text-shadow: none;
}
.vm-pagination-bottom .page-count {
  float: left;
  line-height: 40px;
}
.vm-pagination,
.pagination {
  float: right;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.vm-pagination li,
.pagination li {
  margin: 0 3px !important;
  display: inline-block;
}
.vm-pagination li a,
.pagination li a {
  width: 32px;
  height: 32px;
  border-radius: 0px !important;
  background: #fff;
  border: 1px solid #eee !important;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  padding: 0;
  color: #333 !important;
  text-shadow: none;
}
.vm-pagination li:hover a,
.pagination li:hover a {
  color: #fff !important;
}
.vm-pagination .counter,
.pagination .counter {
  display: inline-block;
  line-height: 32px;
  margin: 0;
}
div.pagination {
  width: 100%;
}
.breadcrumb {
  background: none;
  padding: 30px 0px 0px;
}
.breadcrumb li {
  font-weight: normal;
  font-size: 11px;
  font-family: 'arial';
  color: #676767;
  border: 1px solid #cccccc;
  border-right: 0;
  padding: 4px 15px;
  position: relative;
  text-transform: capitalize;
  margin-right: 20px;
  display: inline-block;
  line-height: 20px;
}
.breadcrumb li:before {
  content: "" !important;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  position: absolute;
  right: -31px;
  bottom: -2px;
  border-left: 16px solid #cccccc;
  padding: 0 !important;
}
.breadcrumb li:after {
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  position: absolute;
  right: -27px;
  bottom: 0px;
  border-left: 14px solid #fff;
}
.manufacturer-image {
  width: 200px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  margin-bottom: 10px;
}
.manufacturer-image img {
  border: medium none;
  float: right;
  margin: 0;
}
.manufacturer-details-view .spacer {
  padding: 10px 0px;
}
.banner-block a {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.banner-block a:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.banner-block a:after {
  background: #000;
  bottom: 15px;
  content: "";
  display: block;
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 2;
}
.banner-block a:after img {
  float: left;
  width: 100%;
}
.banner-block a:hover:before {
  opacity: 0.15;
}
.banner-block a:hover:after {
  opacity: 0.15;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-block-2 a img {
  border: 1px solid #ececec;
  background: #f9f9f9;
  padding: 8px;
}
.page-header {
  border-bottom: 1px solid #ececec;
  float: left;
  margin: 0 0 30px;
  padding: 0 0 5px;
  text-align: center;
  width: 100%;
}
.page-header h1 {
  color: #7b7b7b;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: -5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.vina-gridgallery-content-wrapper .filter-label {
  background: none !important;
  border: 1px solid #ececec;
  color: #888888 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vina-gridgallery-content-wrapper .filter-label.active {
  color: #fff !important;
}
.vina-gridgallery-content-wrapper .filter-label.active:hover {
  color: #fff !important;
}
.vina-gridgallery-content-wrapper .item {
  position: relative;
  cursor: pointer;
}
.vina-gridgallery-content-wrapper .item .image-block {
  position: relative;
}
.vina-gridgallery-content-wrapper .item .image-block:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vina-gridgallery-content-wrapper .item .image-block img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vina-gridgallery-content-wrapper .item .text-block {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.vina-gridgallery-content-wrapper .item .text-block h3.title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  left: 0;
  margin-bottom: 0;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
.vina-gridgallery-content-wrapper .item .text-block h3.title a {
  color: #fff !important;
}
.vina-gridgallery-content-wrapper .item:hover .image-block:after {
  opacity: 0.7;
}
.vina-gridgallery-content-wrapper .item:hover .image-block img {
  -o-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.vina-gridgallery-content-wrapper .item:hover .text-block h3.title {
  opacity: 1;
}
.about-us-info .readmore {
  border: 1px solid #ccc;
  color: #666;
  display: inline-block;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  margin: 10px 0 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.vina-about-tab .sppb-nav-tabs {
  margin: 0;
  border: none;
}
.vina-about-tab .sppb-nav-tabs li {
  list-style: none;
  float: left;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e9eaec;
  border-left: 1px solid #e9eaec;
  border-right: 1px solid #e9eaec;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  font-weight: 700;
  margin-right: 2px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.vina-about-tab .sppb-nav-tabs li a {
  text-align: center;
  clear: both;
  box-sizing: border-box;
  display: block;
  padding: 12px 10px;
  width: 100%;
  cursor: pointer;
  outline: none;
  color: #848994;
  font-size: 13px;
  text-decoration: none;
  border: none;
  line-height: normal;
  margin: 0;
}
.vina-about-tab .sppb-nav-tabs li.active a {
  cursor: default;
  border: none;
}
.vina-about-tab .sppb-nav-tabs li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.vina-about-tab .sppb-tab-content {
  border: 1px solid #e9eaec;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.vina-about-tab .sppb-tab-content .sppb-tab-pane {
  border-width: 0;
  padding: 25px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.vina-about-tab .sppb-tab-content .sppb-tab-pane p {
  margin-bottom: 7px;
  line-height: 23px;
}
.vina-progress-bar {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}
.vina-progress-bar .sppb_label {
  margin-bottom: 10px;
  display: inline-block;
  line-height: 16px;
  color: #3b4550;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.vina-progress-bar .sppb_meter {
  margin-bottom: 24px;
  background: #fff;
  height: 9px;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0 2px 2px #e9eaec;
}
.vina-progress-bar .sppb-progress-bar {
  height: 9px;
  border-radius: 5px;
}
.vina-progress-bar .sppb-progress-bar span {
  line-height: 14px;
  position: absolute;
  display: block;
  width: 42px;
  text-align: right;
  top: -25px;
  right: 0;
  color: #3b4550;
  font-weight: 300;
  font-size: 16px;
}
.vina-accordion .sppb-panel-heading {
  padding: 0;
  position: relative;
}
.vina-accordion .sppb-panel-heading .sppb-panel-title {
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px solid #e9eaec;
  color: #848994;
  padding: 9px 17px 9px 17px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  box-shadow: 0px 1px #f7f7f8;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
  text-transform: uppercase;
}
.vina-accordion .sppb-panel-heading .sppb-panel-title:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  height: 1px;
  width: 13px;
  background: #c7cbd2;
}
.vina-accordion .sppb-panel-heading .sppb-panel-title:after {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  background: #c7cbd2;
  position: absolute;
  top: 14px;
  right: 26px;
}
.vina-accordion .sppb-panel-heading.active .sppb-panel-title {
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.vina-accordion .sppb-panel-heading.active .sppb-panel-title:after {
  display: none;
}
.vina-accordion .sppb-panel-heading:hover .sppb-panel-title {
  color: #fff;
}
.vina-accordion .sppb-panel-heading:hover .sppb-panel-title:before,
.vina-accordion .sppb-panel-heading:hover .sppb-panel-title:after {
  background: #fff;
}
.vina-accordion .sppb-panel-body {
  overflow: auto;
  border: 1px solid #e9eaec;
  background: #fff;
  border-top: 0;
  padding: 25px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vina-accordion .sppb-panel-title {
  font-size: 13px;
}
.vina-accordion .sppb-panel {
  box-shadow: none;
  border: none;
}
.vina-accordion.vina-faq .sppb-panel-heading:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #e9eaec;
  border-radius: 50%;
  left: 14px;
  top: 10px;
  z-index: 1;
}
.vina-accordion.vina-faq .sppb-panel-heading .sppb-panel-title {
  padding-left: 45px;
}
.vina-accordion.vina-faq .sppb-panel-heading .sppb-panel-title:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 18px;
  top: 18px;
  right: auto;
}
.vina-accordion.vina-faq .sppb-panel-heading .sppb-panel-title:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  right: auto;
  top: 14px;
  left: 22px;
}
.vina-feature-box .sppb-icon span {
  width: 76px;
  height: 76px;
  border-radius: 5px;
  margin: 0 auto 14px;
  display: block;
  line-height: 76px;
}
.vina-feature-box .sppb-icon span i {
  font-size: 30px;
  line-height: 70px;
}
.vina-feature-box .sppb-feature-box-title {
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 25px !important;
}
.vina-feature-box .sppb-addon-text {
  padding: 0 10px;
}
.vina-feature-box .sppb-addon-text a i,
.vina-feature-box .sppb-addon-text a em {
  line-height: 8px;
  font-size: 8px;
  margin-left: 10px;
}
.vina-feature-box.vina-feature-box2 {
  cursor: pointer;
  margin-bottom: 30px;
}
.vina-feature-box.vina-feature-box2 .sppb-icon {
  float: left;
}
.vina-feature-box.vina-feature-box2 .sppb-icon span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: block;
  line-height: 58px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-feature-box.vina-feature-box2 .sppb-feature-box-title {
  padding-top: 10px;
}
.vina-feature-box.vina-feature-box2 .sppb-addon-text {
  padding: 0;
}
.vina-feature-box.vina-feature-box2.white_text .sppb-addon-text {
  color: #848994;
  line-height: 20px;
}
.vina-feature-box.vina-feature-box2.color_text {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.vina-feature-box.vina-feature-box2.color_text .sppb-icon span {
  border: 1px solid #fff !important;
  background: #fff;
}
.vina-feature-box.vina-feature-box2.margin_bottom_0 {
  margin-bottom: 0;
}
.vina-feature-box.vina-feature-box3 .sppb-icon span {
  border: 1px solid #e9eaec;
  background: #fff;
}
.vina-feature-box.vina-feature-box4 .sppb-addon-content {
  margin-bottom: 0;
  margin-top: 45px;
  padding: 70px 15px 32px;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  position: relative;
  background: #fff;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-feature-box.vina-feature-box4 .sppb-icon span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -45px;
  background: linear-gradient(to bottom,#ffffff,#fafafb);
  border: 1px solid #e9eaec;
  line-height: 96px;
}
.vina-feature-box.vina-feature-box4 .sppb-icon span i {
  font-size: 30px;
  line-height: 86px;
  background: transparent;
}
.vina-feature-box.vina-feature-box4.bg_orange .sppb-icon span {
  background: #f3ae36;
}
.vina-feature-box.vina-feature-box5 {
  position: relative;
  cursor: pointer;
}
.vina-feature-box.vina-feature-box5 .sppb-img img {
  width: 234px;
  border-radius: 50%;
}
.vina-feature-box.vina-feature-box5 .list-social-1 {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -117px;
  width: 234px;
  height: 234px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-feature-box.vina-feature-box5 .list-social-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.7;
}
.vina-feature-box.vina-feature-box5 .list-social-1 p {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -13px;
  text-align: center;
}
.vina-feature-box.vina-feature-box5 .list-social-1 a {
  color: #fff;
  font-size: 25px;
}
.vina-feature-box.vina-feature-box5 .list-social-1 a em {
  font-size: 25px;
}
.vina-feature-box.vina-feature-box5 .list-social-1 a:hover {
  color: #000;
}
.vina-feature-box.vina-feature-box5 .sppb-feature-box-title .italic {
  color: #9fa4af;
  font-size: 13px;
  position: relative;
  text-transform: none;
  top: -5px;
}
.vina-feature-box.vina-feature-box5 .sppb-feature-box-title:hover {
  text-transform: capitalize;
}
.vina-feature-box.vina-feature-box5 .sppb-feature-box-title:hover .italic {
  text-transform: capitalize;
}
.vina-feature-box.vina-feature-box5:hover .list-social-1 {
  visibility: visible;
  opacity: 1;
}
.list-social-2 {
  font-size: 16px;
}
.list-social-2 a {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
  background: #f5f6f8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #9fa4af;
  margin-bottom: 20px;
  font-size: 13px;
}
.list-social-2 a em {
  font-size: 16px !important;
  margin: 0 !important;
}
.list-social-2 a:hover {
  color: #fff;
}
.list-social-2 a.social_facebook:hover {
  background: #3B5998;
}
.list-social-2 a.social_twitter:hover {
  background: #4099FF;
}
.list-social-2 a.social_google:hover {
  background: #d34836;
}
.list-social-2.black-bg a {
  background: #26292e;
  color: #9fa4af !important;
  margin: 0 5px;
}
.list-social-2.black-bg a:hover {
  color: #fff !important;
}
.vina-contact-form .control-label {
  display: none;
}
.vina-contact-form .form-horizontal .controls {
  margin: 0;
}
.vina-contact-form .control-group.jform_name {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 12px;
}
.vina-contact-form .control-group.jform_email {
  width: 50%;
  float: left;
  padding-left: 10px;
  margin-bottom: 12px;
}
.vina-contact-form .control-group.jform_message {
  width: 100%;
  float: left;
  margin-bottom: 36px;
}
.vina-contact-form .control-group.captcha input {
  width: auto;
}
.vina-contact-form input {
  padding: 6px 20px 7px 20px;
  border-radius: 0px;
  background: rgba(59,69,80,0.5);
  border: 0px;
  outline: none;
  width: 100%;
  color: #939fa6;
}
.vina-contact-form input:focus,
.vina-contact-form input:focus:invalid:focus {
  box-shadow: none;
  border: 0px;
  color: #939fa6;
}
.vina-contact-form input.submit {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
.vina-contact-form textarea {
  min-height: 240px;
  padding: 8px 20px 8px 20px;
  border-radius: 0px;
  background: rgba(59,69,80,0.5);
  border: 0px;
  outline: none;
  width: 100%;
  color: #939fa6;
}
.vina-contact-form textarea:focus,
.vina-contact-form textarea:focus:invalid:focus {
  box-shadow: none;
  border: 0px;
  color: #939fa6;
}
.vina-contact-2 .vina-contact-form .control-group {
  float: left;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.vina-contact-2 input {
  background: #f5f6f8;
  border: 1px solid #e9eaec !important;
  box-shadow: none;
}
.vina-contact-2 textarea {
  background: #f5f6f8;
  border: 1px solid #e9eaec !important;
  box-shadow: none;
}
.vina_follow_us {
  font-size: 16px;
}
.vina_follow_us a {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 13px;
  background: #1c1f23;
}
.vina_follow_us.style2 a {
  background: #f5f6f8;
  color: #9fa4af;
}
.vina_follow_us.style2 .social_facebook:hover {
  background: #3B5998;
  color: #fff;
}
.vina_follow_us.style2 .social_twitter:hover {
  background: #4099FF;
  color: #fff;
}
.vina_follow_us.style2 .social_google:hover {
  background: #d34836;
  color: #fff;
}
.vina_follow_us.style2 .social_pinterest:hover {
  background: #c8232c;
  color: #fff;
}
.vina_follow_us.style2 .social_behance:hover {
  background: #1769ff;
  color: #fff;
}
.vina_follow_us.vina_follow_us2 a {
  width: 72px;
  height: 72px;
  background: linear-gradient(#fff,#f5f6f8);
  border: 1px solid #e9eaec;
  position: relative;
  top: -7px;
  margin-right: 12px;
  margin-bottom: 10px;
  color: #9fa4af;
}
.vina_follow_us.vina_follow_us2 a em {
  font-size: 32px;
  line-height: 66px;
}
.vina_follow_us.vina_follow_us2 .social_facebook:hover {
  color: #3B5998;
}
.vina_follow_us.vina_follow_us2 .social_twitter:hover {
  color: #4099FF;
}
.vina_follow_us.vina_follow_us2 .social_google:hover {
  color: #d34836;
}
.vina-boxed {
  padding: 27px 30px 30px 30px;
  border: 1px solid #e9eaec;
  border-radius: 8px;
  text-align: center;
}
.vina-action {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.18s ease-in 0s;
  -o-transition: all 0.18s ease-in 0s;
  transition: all 0.18s ease-in 0s;
  font-weight: 700;
  border-radius: 45px 45px 45px 45px;
  text-align: center;
  display: inline-block;
  border: none;
  text-transform: uppercase;
}
ul.list li {
  margin: 0 0 10px;
  padding: 0;
}
ul.list li:before {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}
#sp-comingsoon ul.social-icons >li {
  margin: 0;
}
#sp-comingsoon ul.social-icons >li a {
  line-height: 26px;
}
#sp-comingsoon ul.social-icons >li a:hover:before {
  border: 1px solid #fff;
}
div.order-view #com-form-order-submit {
  margin-top: 20px;
}
.page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
  left: 0;
  padding-top: 150px;
  width: 100%;
}
.page-home2 .vmCartModule:hover .cart-icon .header {
  color: #fff;
}
.page-home2 .item-inner-wrapper {
  border: 0;
}
.page-home2 .item-inner-wrapper .image-block {
  border: 1px solid #fff;
}
.page-home2 .item-inner-wrapper .image-block .quick-view-detail {
  right: -100%;
  left: auto;
}
.page-home2 .item-inner-wrapper .product-stock {
  display: none;
}
.page-home2 .item-inner-wrapper:hover .image-block {
  border-color: #e5e5e5;
}
.page-home2 .item-inner-wrapper:hover .image-block .quick-view-detail {
  right: 0%;
  left: auto;
}
.page-home2 .item-inner-wrapper .box-des {
  text-align: center;
}
.page-home2 .item-inner-wrapper .text-block .actions {
  text-align: center;
  border: none;
  background: none;
  float: none;
  width: auto;
  display: inline-block;
}
.page-home2 .item-inner-wrapper .text-block .actions .bnt-actions {
  display: inline-block;
}
.page-home2 .item-inner-wrapper .text-block .actions .addtocart-area {
  float: left;
  width: 42px;
  margin: 0 3px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
}
.page-home2 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button {
  border: none;
  color: #fff;
  background: #a8a8a8;
  border-radius: 3px;
  overflow: hidden;
}
.page-home2 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button input.addtocart-button {
  border: none;
}
.page-home2 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
  color: #fff;
}
.page-home2 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:hover:before {
  color: #fff;
}
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links {
  display: inline-block;
}
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist {
  float: none;
  width: 42px;
  display: inline-block;
  background: #a8a8a8;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon .fa,
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active .fa {
  color: #fff;
}
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail {
  float: none;
  width: 42px;
  display: inline-block;
  background: #a8a8a8;
  border: none;
  border-radius: 3px;
}
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail > a i:before {
  color: #fff;
}
.page-home2 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail:hover > a i:before {
  color: #fff;
}
.page-home2 .item-inner-wrapper:hover .text-block .actions .addtocart-area {
  background: #a8a8a8;
}
.page-home2 .item-inner-wrapper:hover .text-block .actions .pro-wishlist {
  background: #a8a8a8;
}
.page-home2 .item-inner-wrapper:hover .text-block .actions .pro-detail {
  background: #a8a8a8;
}
.page-home3 .item-inner-wrapper .product-stock {
  display: none;
}
.page-home3 .item-inner-wrapper .text-block .actions .addtocart-area {
  color: #fff;
}
.page-home3 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button {
  float: left;
}
.page-home3 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
  color: #fff;
}
.page-home3 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:hover:before {
  color: #fff;
}
.page-home3 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon .fa,
.page-home3 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active .fa {
  color: #fff;
}
.page-home3 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail > a i:before {
  color: #fff;
}
.page-home3 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail:hover > a i:before {
  color: #fff;
}
.page-home3 .item-inner-wrapper .text-block .actions .addtocart-area {
  background: #464646;
}
.page-home3 .item-inner-wrapper .text-block .actions .pro-wishlist {
  background: #464646;
}
.page-home3 .item-inner-wrapper .text-block .actions .pro-detail {
  background: #464646;
}
.page-home3 #sp-panner .sp-module-title {
  margin: 0 0 30px !important;
  position: relative;
  text-align: center;
  border: none;
}
.page-home3 #sp-panner .sp-module-title:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 23px;
  left: 0;
}
.page-home3 #sp-panner .sp-module-title span {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 15px;
  margin: 0;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #000;
  font: 400 21px/48px 'Bitter', serif;
}
.page-home3 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons {
  background: #fff;
  position: absolute;
  top: -75px;
  right: 0;
}
.page-home3 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-prev {
  background-color: #fff;
  border: 1px solid #000;
  float: left;
  margin: 3px;
  position: relative;
  right: auto;
  top: auto;
}
.page-home3 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-prev:hover {
  background-color: #000;
}
.page-home3 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-next {
  background-color: #fff;
  border: 1px solid #000;
  float: right;
  margin: 3px;
  position: relative;
  right: auto;
  top: auto;
}
.page-home3 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-next:hover {
  background-color: #000;
}
.page-home4 .owl-theme .owl-controls {
  margin: 0;
}
.page-home4 .item-inner-wrapper {
  border: 0;
}
.page-home4 .item-inner-wrapper .product-stock {
  display: none;
}
.page-home4 .item-inner-wrapper .image-block {
  border: 1px solid #fff;
}
.page-home4 .item-inner-wrapper .image-block .quick-view-detail {
  right: -100%;
  left: auto;
}
.page-home4 .item-inner-wrapper .text-block .actions {
  border-top: 0;
  display: none;
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  text-align: center;
}
.page-home4 .item-inner-wrapper .text-block .actions .bnt-actions {
  display: inline-block;
  max-width: 132px;
  width: 100%;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area {
  display: block;
  float: none;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0;
  margin: 0px;
  background: #464646;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area span.addtocart-button {
  background: #464646;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button {
  height: 38px;
  float: left;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button input {
  border-right: 0;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
  top: 0;
  z-index: 0;
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:hover:before {
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links {
  display: inline-block;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist {
  border-right: 0;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon .fa,
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active .fa {
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail {
  border-right: 0;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail i:before {
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail > a i:before {
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links .pro-detail:hover > a i:before {
  color: #fff;
}
.page-home4 .item-inner-wrapper .text-block .actions .add-to-links >li {
  display: block;
  float: left;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0;
  color: #fff;
  margin: 0 3px;
  background: #464646;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-home4 .item-inner-wrapper .text-block .actions .addtocart-area {
  background: #464646;
}
.page-home4 .item-inner-wrapper .text-block .actions .pro-wishlist {
  background: #464646;
}
.page-home4 .item-inner-wrapper .text-block .actions .pro-detail {
  background: #464646;
}
.page-home4 .item-inner-wrapper:hover .image-block {
  border-color: #e5e5e5;
}
.page-home4 .item-inner-wrapper:hover .image-block .quick-view-detail {
  right: 0%;
  left: auto;
}
.page-home4 .item-inner-wrapper:hover .text-block .actions {
  display: block;
  z-index: 123;
  -moz-animation: zoomIn 300ms ease-in-out;
  -o-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
.page-home4 #sp-panner .sp-module-title {
  margin: 0 0 30px !important;
  position: relative;
  text-align: left;
  border: none;
}
.page-home4 #sp-panner .sp-module-title:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 23px;
  left: 0;
}
.page-home4 #sp-panner .sp-module-title span {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 15px;
  margin: 0;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #000;
  font: 400 21px/48px 'Bitter', serif;
}
.page-home4 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons {
  background: #fff;
  position: absolute;
  top: -75px;
  right: 0;
}
.page-home4 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-prev {
  background-color: #fff;
  border: 1px solid #000;
  float: left;
  margin: 3px;
  position: relative;
  right: auto;
  top: auto;
}
.page-home4 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-prev:hover {
  background-color: #000;
}
.page-home4 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-next {
  background-color: #fff;
  border: 1px solid #000;
  float: right;
  margin: 3px;
  position: relative;
  right: auto;
  top: auto;
}
.page-home4 #sp-panner .sp-module .vina-manufacturers-virtuemart #vina-owl-buttons .vina-next:hover {
  background-color: #000;
}
.page-home5 .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a {
  background-position: 20px 17px;
  padding: 18px 0 18px 48px;
  line-height: 23px;
}
.page-home5 .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li .hitarea {
  margin-top: 18px;
}
.page-home6 .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a {
  line-height: 23px;
}
.page-home6 #sp-feature .sp-column > .bannerfeature {
  margin: 19px 0 0;
}
.page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev,
.page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev,
.page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev,
.page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
  background-color: transparent;
  background-position: 0 100%;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover,
.page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover,
.page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover,
.page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev:hover {
  opacity: 1;
  background-position: 0 0;
}
.page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next,
.page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next,
.page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next,
.page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next {
  background-color: transparent;
  background-position: 100% 100%;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 10px;
}
.page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover,
.page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover,
.page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover,
.page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-next:hover {
  opacity: 1;
  background-position: 100% 0;
}
.page-home6 .item-inner-wrapper:hover .actions .addtocart-area {
  background: #464646;
}
.page-home6 .item-inner-wrapper:hover .actions .pro-wishlist {
  background: #464646;
}
.page-home6 .item-inner-wrapper:hover .actions .pro-detail {
  background: #464646;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .addtocart-area {
  color: #fff;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .addtocart-area span.addtocart-button {
  background: #464646;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .addtocart-area .addtocart-button:before {
  color: #fff;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .addtocart-area .addtocart-button:hover:before {
  color: #fff;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon .fa,
.page-home6 .item-inner-wrapper:hover .text-block .actions .add-to-links .pro-wishlist .addtofav_aws_icon_active .fa {
  color: #fff;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .add-to-links .pro-detail > a i:before {
  color: #fff;
}
.page-home6 .item-inner-wrapper:hover .text-block .actions .add-to-links .pro-detail:hover > a i:before {
  color: #fff;
}
#sp-footer1 .sp-module {
  margin: 0;
}
.to-top {
  background: #bbb;
  bottom: 35px;
  display: none;
  height: 45px;
  position: fixed;
  right: 12px;
  width: 45px;
  line-height: 45px;
  z-index: 9999;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.to-top:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #sp-header .sp-megamenu-wrapper .sp-megamenu-parent li a {
    padding: 9px 7px;
    font-size: 13px;
  }
  #sp-header .vina-menu-category .sp-module-title span {
    font-size: 38px;
  }
  .sp-vmsearch .sp-vmsearch-categorybox {
    height: 35px;
    line-height: 35px;
  }
  .sp-vmsearch .search-button-wrapper:before {
    top: 0px;
    line-height: 35px;
  }
  .sp-vmsearch .search-button-wrapper button {
    min-height: 35px;
    height: 35px;
  }
  .sp-vmsearch .search-input-wrapper input {
    min-height: 35px;
  }
  .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li >a {
    background-position: 10px 9px;
  }
  .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a {
    font-size: 12px;
    padding: 13px 0 12px 48px;
  }
  .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a .catTitle {
    margin-left: 0;
  }
  .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul >li .hitarea {
    margin: 14px 10px 0 0;
  }
  #sp-feature #sp-feature-right .sp-module .sp-module-title span {
    font-size: 16px;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email {
    width: inherit;
  }
  .vina-ticker-virtuemart .product-price {
    display: block;
  }
  .item-inner-wrapper .text-block .product-name a {
    font-size: 14px;
  }
  .item-inner-wrapper .text-block .price-box .product-price .vm-price-value .PricebasePrice {
    margin: 0;
  }
  #sp-main-home2-content .bannerfeature .banner-wapper .banner-home-inner {
    width: 32%;
  }
  #sp-main-home2-left .special-home2 {
    height: 476px;
  }
  #sp-main-home2-left .special-home2 .sp-module-content .vina-carousel-virtuemart .owl-controls .owl-buttons .owl-prev {
    right: 172px;
  }
  #sp-main-home2-left .special-home2 .sp-module-title span,
  #sp-main-home2-left .bestsellers-home2 .sp-module-title span,
  #sp-main-home2-left .featuredproducts-home2 .sp-module-title span {
    font-size: 16px;
  }
  #sp-main-home2-left .vina-menu-category .sp-module-title span {
    font-size: 40px;
  }
  #sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button:before {
    display: block;
  }
  #sp-main-home2-left .special-home2 .sp-module-content .item-inner-wrapper .text-block .actions .addtocart-area .addtocart-button input.addtocart-button {
    text-indent: -999999px;
    width: 60px;
  }
  #sp-cart-home2 .cart-icon .mini-cart-title .header {
    line-height: 40px;
  }
  .page-home4 .menu-wrapper .sp-megamenu-parent li a,
  .page-home3 .menu-wrapper .sp-megamenu-parent li a {
    padding: 6px 19px !important;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    top: -41% !important;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -54%;
  }
  #sp-seach-home3 .sp-vmsearch .search-button-wrapper:before {
    line-height: 44px;
  }
  .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -27%;
  }
  .page-home5 #sp-header-category .container .vina-menu-category .sp-module-title span {
    padding: 0px 20px;
    font-size: 38px;
    line-height: 90px;
  }
  .page-home5 .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li a {
    background-position: 15px 13px;
    line-height: 22px;
    padding: 14px 0 14px 48px;
  }
  .page-home5 .vina-menu-category .sp-module-content .vina-treeview-virtuemart ul.level0 > li .hitarea {
    margin-top: 15px;
  }
  .feature-home6-banner .bannerfeature .banner-wapper .banner-home-inner {
    width: 32% !important;
  }
  .page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls,
  .page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls,
  .page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls,
  .page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls {
    top: -65px;
  }
  .page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-prev,
  .page-home6 #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls .owl-next,
  .page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-prev,
  .page-home6 #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls .owl-next,
  .page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-prev,
  .page-home6 #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls .owl-next,
  .page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-prev,
  .page-home6 #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls .owl-next {
    top: 0;
  }
  #vina_contact_us .contact_us dl dd input {
    width: 126px;
  }
  .productdetails-view.productdetails .list-option li {
    width: auto;
  }
  .vina-shop-by .slider_bkg_img {
    width: 173px;
  }
  .vina-shop-by .knob_wrapper .cf_filtering_knob_to {
    left: 148px;
  }
  .vina-shop-by .cf_filtering_slider_gutter {
    width: 181px;
  }
  .vina-shop-by .cf_slider_gutter_m {
    width: 152px;
  }
  .vina-shop-by .cf_search_button {
    width: 100%;
    margin-top: 10px;
  }
  #sp-module-top .menu-top .sp-module-content {
    padding: 0;
    border: none;
  }
  #sp-module-top .menu-top .sp-module-content ul > li {
    padding: 0;
  }
  #sp-module-top .menu-top .sp-module-content ul > li > a {
    min-height: 90px;
    line-height: 90px;
  }
  #sp-module-top .menu-top .sp-module-content ul > li > a img {
    display: none;
  }
  #sp-module-top .fa {
    display: none;
  }
  #sp-module-top .sp-module .sp-module-content {
    padding: 34px 0;
  }
  #sp-module-top .cart-menu-top .sp-module-content {
    padding: 0;
  }
  .vmCartModule .cart-icon .header {
    padding: 0;
    line-height: 90px;
  }
  .breadcrumb li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 992px) {
  #offcanvas-toggler {
    line-height: 90px;
  }
  .home-page .vina-menu-category.vina-visible .sp-module-content .vina-treeview-virtuemart {
    display: none;
  }
  #sp-logo,
  #sp-module-top {
    width: 100%;
  }
  #sp-module-top {
    margin-top: 10px;
  }
  #sp-module-top .sp-module {
    border-top: 1px solid #5d5d5d;
  }
  #sp-header .vina-menu-category .sp-module-title span {
    padding: 26px 20px 26px;
  }
  #sp-category-menu {
    z-index: 10;
  }
  .sp-megamenu-wrapper .visible-xs {
    display: block !important;
  }
  .sp-megamenu-wrapper .hidden-xs {
    display: none !important;
  }
  #sp-search {
    width: 100%;
  }
  #sp-slide,
  #sp-feature-left,
  #sp-feature-right {
    display: none;
  }
  #sp-feature-center {
    width: 100%;
  }
  #sp-feature-center .bannerfeature .banner-wapper .banner-home-inner >a img {
    width: 100% !important;
    height: 117px !important;
  }
  #sp-bottom1,
  #sp-bottom2 {
    width: 100%;
  }
  #sp-bottomcontact {
    width: 100%;
  }
  #sp-bottomlatest {
    margin-top: 20px;
  }
  #sp-bottomnewsletter {
    margin-top: 20px;
    float: right;
  }
  #sp-logo .logo {
    display: inline-block;
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }
  #sp-logo .logo h1 {
    display: inline-block !important;
  }
  .vm-col {
    width: 50%;
  }
  #sp-module-top {
    text-align: center;
  }
  #sp-module-top .sp-column {
    border-bottom: 1px solid #5d5d5d;
    display: inline-block;
    margin: 0 auto;
  }
  #sp-main-home2-left {
    width: 100%;
    margin-bottom: 10px;
  }
  #sp-main-home2-left .banner-left-home2,
  #sp-main-home2-left .special-home2,
  #sp-main-home2-left .featuredproducts-home2,
  #sp-main-home2-left .bestsellers-home2 {
    display: none;
  }
  #sp-main-home2-content {
    width: 100%;
  }
  #sp-bottomlatest {
    margin-top: 20px;
    width: 50%;
  }
  .page-home5 #sp-bottomnewsletter,
  .page-home4 #sp-bottomnewsletter,
  .page-home3 #sp-bottomnewsletter,
  .page-home2 #sp-bottomnewsletter {
    width: 50%;
  }
  .page-home5 #sp-bottomnewsletter .acymailing_form,
  .page-home4 #sp-bottomnewsletter .acymailing_form,
  .page-home3 #sp-bottomnewsletter .acymailing_form,
  .page-home2 #sp-bottomnewsletter .acymailing_form {
    position: relative;
  }
  .page-home5 #sp-bottomnewsletter .acymailing_form .acysubbuttons,
  .page-home4 #sp-bottomnewsletter .acymailing_form .acysubbuttons,
  .page-home3 #sp-bottomnewsletter .acymailing_form .acysubbuttons,
  .page-home2 #sp-bottomnewsletter .acymailing_form .acysubbuttons {
    position: absolute;
    right: 32%;
  }
  .page-home5 #sp-header,
  .page-home4 #sp-header,
  .page-home3 #sp-header {
    padding: 0;
  }
  .page-home5 #sp-header #sp-menu,
  .page-home4 #sp-header #sp-menu,
  .page-home3 #sp-header #sp-menu {
    float: right;
  }
  #sp-seach-home3 .row {
    position: relative;
  }
  #sp-seach-home3 .row #sp-category-menu {
    width: 80%;
    position: absolute;
    top: -120%;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    top: -35% !important;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -46%;
  }
  .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -24%;
  }
  .new-home4-products .sptab_red .tabs_buttons .tabs_mask {
    background-color: #fff !important;
  }
  .new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab span {
    padding: 8px 5px;
    font-size: 18px;
  }
  .new-home4-products .sptab_red .tabs_buttons .tabs_mask .active span {
    padding-bottom: 4px;
  }
  .page-home5 #sp-header-category .row {
    position: relative;
  }
  .page-home5 #sp-header-category .row #sp-category-menu {
    width: 80%;
    position: absolute;
    top: 107%;
  }
  .page-home5 #sp-header-category .row #sp-category-menu .vina-menu-category .sp-module-title span {
    font-size: 40px;
    padding: 17px 20px;
  }
  .page-home5 .logo-header-home5 #sp-search {
    margin-top: 10px;
  }
  .page-home5 .header-home5 .sp-megamenu-wrapper a {
    padding-right: 10px;
  }
  .page-home5 #sp-bottomnewsletter {
    width: 50%;
  }
  .page-home5 #sp-bottomnewsletter .acymailing_form {
    position: relative;
  }
  .page-home5 #sp-bottomnewsletter .acymailing_form .acysubbuttons {
    position: absolute;
    right: 3px;
  }
  .page-home6 #sp-feature-home6 {
    width: 100%;
  }
  #vina_contact_us .contact_us dl dd {
    float: right;
  }
  #vina_contact_us .contact_us dl dd.captcha {
    margin-top: 15px;
  }
  #bd_results .browse-view .floatleft .orderlistcontainer {
    padding-right: 10px;
  }
  #bd_results .browse-view .floatright {
    padding-right: 18px;
  }
  .product-related-products .list_carousel ul li {
    margin: 15px 0 !important;
  }
  .zoomContainer {
    display: none;
  }
  #vina-tab-block .nav > li > a {
    padding: 15px 15px !important;
    font-size: 12px;
  }
  .page-home2 #offcanvas-toggler {
    width: 100%;
    text-align: center;
  }
  .page-home3 #offcanvas-toggler > i {
    color: #000;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    right: 10px;
  }
  .page-home4 #offcanvas-toggler > i {
    color: #000;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul > li {
    font-size: 40px;
  }
  .page-home5 #sp-header-category .row #sp-category-menu {
    top: 100%;
  }
  .page-home5 #sp-header-category .row #sp-category-menu .vina-menu-category .sp-module-title span {
    padding: 0 20px;
  }
  .page-home5 #offcanvas-toggler > i {
    color: #fff !important;
    margin: 0 10px;
  }
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    padding-top: 50px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .vina-shop-by .cf_filters_list li .cf_option {
    display: inline;
  }
  .vina-shop-by .cf_filters_list li .cf_flt_counter {
    display: none;
  }
  .vina-shop-by .cf_flt_header {
    font-size: 14px;
  }
  .vina-shop-by .cf_search_button {
    width: 100%;
  }
  .vina-shop-by .cf_wrapper_input_text_2 input[type="search"] {
    min-width: 30px;
    width: 30px;
  }
  .vina-feature-box.vina-feature-box5 .sppb-img img {
    width: 100%;
  }
  .vina-shop-by .slider_bkg_img {
    width: 112px !important;
  }
  .vina-shop-by .knob_wrapper .cf_filtering_knob_to {
    left: 100px;
  }
  .vina-shop-by .cf_filtering_slider_gutter {
    width: 133px;
  }
  .vina-shop-by .cf_slider_gutter_m {
    width: 103px !important;
  }
}
@media only screen and (max-width: 767px) {
  .vina-carousel-virtuemart {
    padding-top: 30px;
  }
  #sp-logo-header #sp-logo .logo {
    margin: 30px 0px;
  }
  #sp-module-top {
    margin-bottom: 20px;
  }
  #sp-module-top .sp-column {
    border: medium none;
  }
  #sp-module-top .sp-module {
    float: none;
    display: inline-block;
    border: none;
  }
  #sp-module-top .sp-module.menu-top {
    width: 100%;
    border: none;
    text-align: center;
  }
  #sp-module-top .sp-module.menu-top .sp-module-content {
    padding-bottom: 20px;
  }
  #sp-module-top .sp-module.menu-top .sp-module-content ul {
    display: inline-block;
    float: none;
    border: 1px solid #5d5d5d;
  }
  #sp-module-top .sp-module.cart-menu-top {
    float: none;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
    border: none;
  }
  #sp-module-top .sp-module.cart-menu-top .sp-module-content {
    border: 1px solid #5d5d5d;
  }
  #sp-module-top .sp-module.currency-menu-top .sp-module-content {
    border: 1px solid #5d5d5d;
  }
  #sp-module-top .sp-module.language-menu-top .sp-module-content {
    border: 1px solid #5d5d5d;
  }
  .sp-vmsearch .search-button-wrapper {
    width: 50px;
  }
  .sp-vmsearch .sp-vmsearch-categorybox {
    width: 35%;
  }
  .banner-wapper a img {
    height: 100px;
  }
  #sp-module-top .sp-module .sp-module-content .inputbox {
    min-width: 140px;
  }
  #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls {
    top: -20px;
  }
  #sp-bottom2 .sp-module-content .col-xs-12 {
    margin-top: 15px;
    width: 50%;
  }
  #sp-bottom-2 #sp-bottomlatest,
  #sp-bottom-2 #sp-bottomnewsletter {
    width: 100%;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form {
    position: relative;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons {
    position: absolute;
    right: 5px;
  }
  #sp-footer #sp-footer1,
  #sp-footer #sp-footer2 {
    text-align: center;
  }
  #sp-footer #sp-footer1 .sp-column,
  #sp-footer #sp-footer2 .sp-column {
    display: inline-block;
    margin: 0 auto;
    float: none;
  }
  #sp-footer #sp-footer2 {
    margin-top: 15px;
  }
  .vm-col {
    float: left;
  }
  .productdetails .vm-product-container {
    margin: 0;
  }
  .productdetails .vm-product-container > div {
    padding: 0;
  }
  #sp-home2-seach .row {
    text-align: center;
  }
  #sp-home2-seach .row #sp-cart-home2 {
    display: inline-block;
    margin: 0 auto;
  }
  #sp-main-home2-content .bannerfeature .banner-wapper .col1 {
    margin-left: 9px;
  }
  .page-home2 #sp-bottomlatest,
  .page-home2 #sp-bottomnewsletter {
    width: 100%;
  }
  .page-home2 #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
    position: relative;
  }
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    padding-top: 30px;
    left: 0;
  }
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1,
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1 {
    font-size: 20px;
  }
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li,
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul li,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul li,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul li {
    font-size: 20px;
    line-height: 25px;
  }
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more a,
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more a,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more a,
  .page-home4 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more a,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more a,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more a {
    padding: 5px 10px;
  }
  .home3-wrapper .sptab_red .tabs_buttons {
    margin-bottom: 10px;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask {
    background-color: #fff !important;
    display: block;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask .active span {
    padding-bottom: 4px;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -48%;
  }
  .main-home3-furniture .vina-carousel-virtuemart .owl-controls {
    top: -57%;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls,
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    right: 3%;
  }
  .banner-wrapper-home3 #sp-banner-home3-right,
  .banner-wrapper-home3 #sp-banner-home3-left {
    display: none;
  }
  .banner-wrapper-home3 #sp-banner-home3-center .banner-wapper a img {
    height: 50%;
    width: 100%;
  }
  .page-home4 .home3-wrapper .sptab_red .tabs_buttons .tabs_mask .tab {
    float: none !important;
  }
  body.page-home5 .search-input-wrapper {
    margin: 0;
  }
  body.page-home5 .container {
    margin: 0 15px;
  }
  .feature-home6-banner .bannerfeature .banner-wapper .col1 {
    margin-left: 9px;
  }
  #vina_contact_us .thumbnail {
    width: 100%;
  }
  #vina_contact_us .map {
    margin-left: 0;
  }
  #vina_contact_us .map .social {
    top: -10%;
    left: 0%;
  }
  #vina_contact_us .map .social li {
    display: inline-block;
  }
  #bd_results #vina_about_us .skill div,
  #bd_results #vina_about_us .about_us_header div {
    width: 100%;
  }
  #bd_results .browse-view .orderby-displaynumber {
    z-index: 1000000;
  }
  #bd_results .browse-view .item-inner-wrapper .image-block {
    float: left;
    width: 100%;
  }
  .sppb-addon-title {
    margin-top: 20px !important;
    display: inline-block;
    width: 100%;
  }
  .page-home2 #sp-menu {
    width: 100%;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask {
    display: inline-block;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask ul {
    display: inline-block;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask ul li {
    display: inline-block;
    float: none !important;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    right: 10px;
    top: -41%;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    right: 10px;
    top: -31% !important;
  }
  .home3-wrapper.main-home3-furniture .vina-carousel-virtuemart .owl-controls {
    top: -47%;
  }
  #sp-module-top .sp-module.cart-menu-top .sp-module-content {
    padding: 0;
  }
  .vmCartModule .cart-icon .header {
    line-height: 50px;
  }
  #sp-module-top .sp-module .sp-module-content {
    padding: 15px 0px;
  }
  #sp-right,
  #sp-left {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
  }
  #ProOPC .col-total {
    text-align: left !important;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
    position: relative;
  }
  .page-home4 .new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab span {
    font-size: 14px;
  }
  .page-home4 .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -21%;
  }
}
@media only screen and (max-width: 599px) {
  #vina-tab-block .nav li {
    margin: 0 10px 10px 0;
  }
  .article-info {
    width: 100%;
    display: inline-block;
  }
  .article-info .category-name {
    padding-top: 0;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    top: -36% !important;
  }
  .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    right: 10px;
    top: -48%;
  }
  .home3-wrapper.main-home3-furniture .vina-carousel-virtuemart .owl-controls {
    top: -56%;
  }
  .page-home4 .new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab {
    width: 25%;
  }
  .page-home4 .new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab span {
    line-height: 20px !important;
  }
  .page-home4 .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -24%;
  }
}
@media only screen and (max-width: 479px) {
  #sp-module-top .sp-module .sp-module-content ul {
    text-align: center;
  }
  #sp-module-top .sp-module .sp-module-content ul >li {
    float: none;
    display: inline-block;
  }
  .sp-vmsearch .sp-vmsearch-categorybox {
    width: 50%;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    padding-top: 30px;
    left: 0;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1,
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1 {
    font-size: 20px;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul li,
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li {
    font-size: 20px;
    line-height: 25px;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more a,
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more a {
    padding: 5px 10px;
  }
  #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls {
    right: 3%;
  }
  #sp-bottom2 .sp-module-content .col-xs-12 {
    width: 100%;
  }
  .home3-wrapper .sp-module-title span {
    float: left;
    padding: 0 5px;
    font: 400 18px/48px 'Bitter', serif;
  }
  .home3-wrapper .sptab_red .tabs_buttons {
    margin-top: 10px;
    text-align: left;
    display: inline-block;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    top: -16% !important;
  }
  .new-home3-products .sptab_red .tabs_buttons .tabs_mask span {
    display: none;
  }
  .main-home3-health .vina-carousel-virtuemart .owl-controls {
    top: -43%;
  }
  .main-home3-fashion .vina-carousel-virtuemart .owl-controls {
    top: -42%;
  }
  .main-home3-mobile .vina-carousel-virtuemart .owl-controls {
    top: -35%;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    top: -31% !important;
  }
  .page-home4 .home3-wrapper .sp-module-content {
    padding-top: 15px;
  }
  .page-home4 .new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab {
    width: 100%;
    margin: 2px 0px !important;
  }
  .page-home4 .new-home4-products .sptab_red .tabs_buttons .tabs_mask ul .tab span {
    width: 100%;
    text-align: center;
  }
  .page-home4 .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -17%;
  }
  .new-home4-products .sptab_red .items_mask .vina-carousel-virtuemart .owl-controls {
    top: -14%;
  }
  .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -16%;
  }
  #vina_contact_us .contact_us dl dt.captcha {
    width: 100%;
  }
  #vina_contact_us .contact_us dl dt.captcha img {
    width: 100%;
  }
  #vina_contact_us .contact_us dl dd.captcha {
    width: 100%;
  }
  #vina_contact_us .contact_us dl dd.captcha input {
    width: 100%;
  }
  #vina_contact_us .contact_us dl dd.submit {
    width: 100%;
  }
  #vina_contact_us .contact_us dl dd.submit input {
    width: 100% !important;
    margin: 10px 0 10px !important;
  }
  #vina_contact_us .map .social {
    top: -8%;
    left: 20%;
  }
  .blog-single {
    padding: 0;
  }
  #bd_results article {
    max-width: 100%;
  }
  #bd_results article #jc {
    padding: 0;
  }
  #bd_results article #jc .comments-form-comment .grippie {
    max-width: 268px !important;
  }
  #bd_results #vina_about_us .skill div,
  #bd_results #vina_about_us .about_us_header div {
    padding: 0;
  }
  #bd_results #vina_about_us div {
    width: 100%;
  }
  .product-related-products .list_carousel ul {
    padding: 0;
  }
  .product-related-products .list_carousel ul li {
    width: 100%;
  }
  .productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button {
    margin-top: 10px;
  }
  #ProOPC .proopc-continue-link a,
  #ProOPC .proopc-empty-continue-link a {
    padding: 8px 12px;
  }
  #sp-module-top .menu-top .sp-module-content ul {
    border: none;
  }
  #sp-module-top .menu-top .sp-module-content ul > li {
    float: left;
    width: 50%;
    border: 1px solid #5d5d5d !important;
  }
  #sp-module-top .menu-top .sp-module-content ul > li > a {
    min-height: 50px;
    line-height: 50px;
  }
  #sp-module-top .sp-module.cart-menu-top {
    width: 100%;
  }
  .orderby-displaynumber .display-number {
    margin: 10px 0px;
    float: left;
  }
  .vm-col {
    width: 100%;
  }
  .vm-pagination,
  .pagination {
    float: left;
  }
  .productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button {
    margin: 20px 0px 0px;
  }
  .productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button input {
    margin: 0;
  }
  .page-home2 #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
    position: relative;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask .tab {
    font-size: 14px;
  }
  .home3-wrapper .sptab_red .tabs_buttons .tabs_mask .active span {
    padding-bottom: 0;
    height: 24px;
    line-height: 24px;
  }
  .home3-wrapper.main-home3-furniture .vina-carousel-virtuemart .owl-controls {
    top: -50%;
  }
  .page-home3 #sp-panner .sp-module-title {
    text-align: left;
  }
  .search-input-wrapper {
    margin: 0 !important;
  }
  .sppb-addon-cta h1.sppb-cta-title {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0 5px 5px 5px;
  }
}
@media only screen and (max-width: 319px) {
  #sp-feature {
    display: none;
  }
  #sp-bottom-2 #sp-bottomcontact .t-bottom-content {
    padding: 0;
  }
  #sp-bottom-2 #sp-bottomlatest {
    margin-top: 50px;
  }
  #sp-bottom-2 #sp-bottomlatest .header-block {
    top: -20%;
    right: -10%;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
    padding: 13px 5px 14px;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    left: -30px;
  }
  .vmCartModule .cart-content {
    width: 200px;
  }
  .offcanvas-menu {
    width: 220px;
  }
  #sp-position1 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position2 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position3 .sp-module .vina-carousel-virtuemart .owl-controls,
  #sp-position4 .sp-module .vina-carousel-virtuemart .owl-controls {
    right: 4%;
  }
  #sp-header .vina-menu-category .sp-module-title span {
    padding: 26px 10px 26px;
    font-size: 30px;
    line-height: 38px;
  }
  .page-home2 #sp-cart-home2 .sp-module-content .vmCartModule .cart-content {
    width: 212px;
  }
  .page-home6 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1,
  .page-home2 #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    left: -44px;
  }
  .page-home6 .bottom2-home2 .newsletter-bottom .acysubbuttons input,
  .page-home2 .bottom2-home2 .newsletter-bottom .acysubbuttons input {
    padding: 2px 3px 3px !important;
  }
  .page-home6 #sp-panner .sp-module-title span,
  .page-home5 #sp-panner .sp-module-title span,
  .page-home4 #sp-panner .sp-module-title span,
  .page-home3 #sp-panner .sp-module-title span,
  .page-home2 #sp-panner .sp-module-title span,
  .page-home1 #sp-panner .sp-module-title span {
    font-size: 15px;
  }
  .page-home6 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-next,
  .page-home6 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-prev,
  .page-home5 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-next,
  .page-home5 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-prev,
  .page-home4 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-next,
  .page-home4 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-prev,
  .page-home3 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-next,
  .page-home3 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-prev,
  .page-home2 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-next,
  .page-home2 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-prev,
  .page-home1 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-next,
  .page-home1 #sp-panner .sp-module #vina-manufacturers-virtuemart-wrapper113 #vina-owl-buttons .vina-prev {
    top: -77%;
  }
  #sp-main-home2-content .bannerfeature .banner-wapper .banner-home-inner {
    width: 100%;
    margin-top: 10px;
  }
  #sp-main-home2-content .bannerfeature .banner-wapper .col1 {
    margin-left: 0;
  }
  #sp-main-home2-content .item-home2 .sp-module-title span {
    font-size: 15px;
  }
  .page-home4 .bottom2-home2 .newsletter-bottom .acysubbuttons input,
  .page-home3 .bottom2-home2 .newsletter-bottom .acysubbuttons input {
    padding: 2px 3px 3px !important;
  }
  .page-home4 .home3-wrapper .sp-module-title span,
  .page-home3 .home3-wrapper .sp-module-title span {
    font: 400 16px/48px 'Bitter', serif;
  }
  .main-home3-mobile .vina-carousel-virtuemart .owl-controls,
  .main-home3-health .vina-carousel-virtuemart .owl-controls {
    top: -18%;
  }
  .main-home3-furniture .vina-carousel-virtuemart .owl-controls {
    top: -80%;
  }
  .main-home3-fashion .vina-carousel-virtuemart .owl-controls {
    top: -18%;
  }
  .new-home3-products .vina-carousel-virtuemart .owl-controls {
    top: -36% !important;
  }
  .home3-wrapper.main-home3-furniture .vina-carousel-virtuemart .owl-controls {
    top: -18%;
  }
  .new-home4-products .sptab_red .items_mask .vina-carousel-virtuemart .owl-controls {
    top: -19%;
  }
  .page-home4 .new-home4-products .sptab_red .items_mask .vina-carousel-virtuemart .owl-controls {
    top: -17%;
  }
  .page-home4 .main-home4-inner .home3-wrapper .vina-carousel-virtuemart .owl-controls {
    top: -19%;
  }
  .page-home5 #sp-header-category .row #sp-category-menu .vina-menu-category .sp-module-title span {
    padding: 0 10px;
    font-size: 30px;
  }
  .page-home6 #sp-header .vina-menu-category .sp-module-title span {
    padding: 26px 10px;
    font-size: 30px;
  }
  .page-home6 .bannerfeature .banner-wapper .banner-home-inner {
    width: 100% !important;
    margin-top: 10px;
  }
  .page-home6 .bannerfeature .banner-wapper .col1 {
    margin-left: 0;
  }
  #vina_contact_us .map .social {
    top: -6%;
    left: 7%;
  }
  #bd_results article #jc .comments-form-comment .grippie {
    max-width: 188px !important;
  }
  .productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button {
    margin-left: 0;
  }
  .productdetails .product-shop .product-shop-inner .spacer-buy-area .addtocart-bar .addtocart-button input {
    padding: 10px 16px 13px;
  }
  .proopc-continue-link {
    max-width: 100% !important;
  }
}
