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

.welcome-text img {display:inline-block;}

.vm-contacts__phones {font-size:26px;}

#sp-top-wrapper p {margin:0;}

.bancus img {
    background-color: #F4166B;
}

.bancus img:hover {
    background-color: #00507C;
}

.bancus {margin:10px 0;}

.custominsta {
    text-align: center;
    margin: 10px 0;
}

#sp-top-wrapper .container {padding: 0 30px;}
#sp-top-wrapper .row {
    background: #337ab7;
    color: #fff;
}

.vm-img-desc {
    display: none;
}

div.product {
    float: left;
    border: 0px solid #ddd;
    min-width: 170px;
}

.browseProductImage {
    width: auto;
    max-width: 100%;
}

.vmgrouppr-main .spacer {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.20);
    min-height: 230px;
}

.vmgrouppr-main img {
    max-height: 200px;
    margin: 0 auto;
}

.vmgrouppr-main .p-img { min-height: 200px; }

.vmgrouppr-main .p-txt {
    min-height: 20px;
    line-height: 18px;
    font-family: Verdana!important;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vmgrouppr-main .PricesalesPrice {
    text-align: center;
    font-size: 18px;
    color: #f4166b;
    font-weight: 600;
}

.p-txt a {
    min-height: 20px;
    line-height: 18px;
    font-family: Verdana!important;
    text-align: center;
    margin: 10px 0;
    color: #0275bd!important;
}

.item-page .postinfo-wrapper .articleBody {
    font-style: normal!important;
}

.category-inner img {
    max-height: 150px;
    margin: 0 auto;
}

.vmpayment_description, .vmshipment_description {
    color: gray;
    font-size: 15px;
    padding: 0 2px;
}

.op_inner {padding:0 15px;}

.b1c-submit, button.b1c {
    -moz-box-shadow: 0 3px 0 #449d44!important;
    -webkit-box-shadow: 0 3px 0 #449d44!important;
    box-shadow: 0 3px 0 #af285c!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    background: #f4166b!important;
    margin: 0 0 5px 0;
    color: #fff;
    outline: 0;
}

.nal {color:#468847;}

.custom_top_content p {
    font-size: 17px;
    letter-spacing: 0px;
}

.spoilers .title {
    background: none!important;
    padding: 0!important;
    margin: 0;
    margin-top: 10px;
    font-size: 0.8em!important;
    line-height: 1em;
    font-weight: bold;
    border: none!important;
    cursor: pointer;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: 0!important;
}

.vm-search-descr {display:none!important;}

@media (max-width: 480px){
    div.product {
        float: left;
        margin: auto;
        width: auto;
    }
    .welcome-text p { text-align:center;}
    #sp-tel {text-align: center;}
}

.off-menu_207 dl a, .off-menu_207 dl a:link, .off-menu_207 dl.level1 a, .off-menu_207 dl.level1 a:link {
    font-family: 'PT Sans Narrow',Verdana!important;
    font-size: 17px;
}

.off-menu_207 dl a, .off-menu_207 dl a:link, .off-menu_207 dl.level2 a, .off-menu_207 dl.level2 a:before {
    content: "\f111";
    font-family: FontAweSome;
    margin-right: 7px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 6px;
}

@media (max-width: 747px){
    .list-product .col-xs-12 {
        width: 49%!important;
        float: left!important;
        padding: 0;
    }
    div.product { min-width: 150px!important;}
    .product .product-inner .pro-image {height:auto!important;}
    span.quantity-box {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 747px) and (max-width: 1030px){
    .welcome-text img { max-width: 85px; }
}

.main-image img {
    max-width: 100%!important;
    max-height: none!important;
}

#facebox img {margin:0 auto;}

.continue_link {font-size:19px;}
.showcart  {font-size:19px;}

.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";
}
/* ===== VirtueMart: Поиск по каталогу (модуль) ===== */

/* Контейнер формы: в одну строку, с зазором */
.sp-module .vm-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

/* Скрыть служебную подпись-лейбл, чтобы не мешала верстке */
.sp-module .vm-search label.sr-only {
  position: absolute;
  left: -9999px;
}

/* Поле ввода — на всю доступную ширину */
.sp-module .vm-search input[type="search"],
.sp-module .vm-search input[type="text"],
.sp-module .vm-search .inputbox {
  flex: 1 1 auto;        /* растягивается, занимает всё доступное */
  min-width: 0;          /* чтобы корректно ужималось в флекс-контейнере */
  height: 34px;          /* вровень с кнопкой */
  padding: 6px 12px;
  box-sizing: border-box;
}

/* Кнопка «Найти» — в той же строке и текст строго по центру */
.sp-module .vm-search button[type="submit"] {
  display: inline-flex;   /* точное центрирование */
  align-items: center;    /* по вертикали */
  justify-content: center;/* по горизонтали */
  height: 34px;           /* вровень с инпутом */
  padding: 0 12px;
  line-height: 1;         /* убираем влияние line-height */
  white-space: nowrap;
}

/* Небольшая корректировка на очень узких экранах (опционально) */
@media (max-width: 480px) {
  .sp-module .vm-search { gap: 6px; }
}

.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";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: left;
}
.sp-megamenu-parent li a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  font-size: 18px;
  font-weight: 500;
  line-height: 58px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  color: #fff;
  padding: 0 20px 0 20px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sp-megamenu-parent >li >a img {
  float: left;
  display: inline-block;
  padding: 16.5px 0;
  margin-right: 5px;
}
.sp-megamenu-parent >li:first-child >a {
  padding: 0 5px 0 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  font-size: 13px;
  content: "\f107";
  margin-left: 8px;
  line-height: 1;
}
.sp-megamenu-parent .sp-module {
  padding: 10px 0;
}
.sp-megamenu-parent .sp-module .menu-block img,
.sp-megamenu-parent .sp-module .menu-block1 img {
  width: 100%;
}
.sp-megamenu-parent .sp-module .menu-block {
  padding-top: 20px;
}
.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-mega-group .sp-mega-group-child > li > a {
  text-transform: capitalize;
  font-weight: normal;
  display: block;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 500;
  display: none;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  text-align: left;
  border-top: 0;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > ul > li a {
  padding: 0 20px;
  border-top: 1px solid #f2f2f2;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > ul > li:first-child a {
  border-top: 0;
}
.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;
  color: #2f2f2f;
  cursor: pointer;
  font-size: 13px;
  line-height: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  border-bottom: 1px solid #f2f2f2;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}
.sp-megamenu-parent.menu-fade-down .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInDown 400ms;
  animation: spMenuFadeInDown 400ms;
}
.sp-megamenu-parent .sp-module-content .custom a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.sp-megamenu-parent .sp-module-content .custom a:before {
  border: 1px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sp-megamenu-parent .sp-module-content .custom a img {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.sp-megamenu-parent .sp-module-content .custom a:hover:before {
  border: 10px solid rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-module-content .custom a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#offcanvas-toggler {
  float: right;
  line-height: 58px;
}
#offcanvas-toggler >i {
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  background: transparent;
  margin: 0;
  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;
}
div.vina-treeview-menus .treeview li.lastCollapsable,
div.vina-treeview-menus .treeview li.lastExpandable {
  background-image: none !important;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 10001;
  overflow: auto;
}
.offcanvas-menu .sp-module .sp-module-title {
  background: none;
  color: #333;
  font-size: 24px;
  line-height: inherit;
  height: auto;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.offcanvas-menu .sp-module .sp-module-title h3 {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  background: none;
}
.offcanvas-menu .sp-module .sp-module-title h3 span {
  background: none;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  margin-bottom: 20px;
  margin-top: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  padding: 8px 10px 8px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner div.vina-treeview-menus .treeview ul {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner div.vina-treeview-menus .treeview li {
  padding: 0;
  position: relative;
  background-image: none;
  background: none;
list-style: none;
}
.offcanvas-menu .offcanvas-inner div.vina-treeview-menus .treeview li a img {
  display: none !important;
}
.offcanvas-menu .offcanvas-inner div.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 div.vina-treeview-menus .treeview .hitarea.expandable-hitarea {
  background: url("../images/general/plus_dark.png") no-repeat scroll center center transparent;
}
.offcanvas-menu .offcanvas-inner div.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;
}
.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: 10000;
}
.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;
  }
}
@keyframes spMenuFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes spMenuFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
div[id^="vina-copyright"] {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.wrap-carousel > div,
.wrap-carousel > div >div {
  height: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
}
.wrap-carousel .carousel-inner {
  display: inline-block;
}
body.home-page #sp-main-body {
  display: none;
}
.clear {
  clear: both;
}
.vmgroup .clear a {
  color: #0275bd !important;
  text-decoration: none;
  text-align: center !important;
}
.block {
  margin: 0 0 30px;
  clear: both;
  color: #797979;
}
.hasTooltip {
  display: inline-block !important;
}
.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: 100%;
  background-color: #bababa \9;
  background-color: #bababa;
}
.carousel-indicators li:hover,
.carousel-indicators li.active {
  width: 8px;
  height: 8px;
}
.owl-item .item .item-inner {
  padding: 0 15px;
}
div.vina-manufacturers-virtuemart .item-inner {
  padding: 0 15px;
}
div.vina-manufacturers-virtuemart .vina-next,
div.vina-manufacturers-virtuemart .vina-prev {
  background-image: none;
  text-indent: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-pagination,
.vina-carousel-content.owl-theme .owl-controls .owl-pagination,
.vina-manufacturers-virtuemart .owl-controls .owl-pagination,
#related_carousel .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 30px;
}
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-page span,
.vina-carousel-content.owl-theme .owl-controls .owl-page span,
.vina-manufacturers-virtuemart .owl-controls .owl-page span,
#related_carousel .owl-controls .owl-page span {
  height: 6px;
  width: 12px;
  margin: 0 3px;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c2c2c2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div,
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons div,
#related_carousel .owl-controls .owl-buttons div {
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 0;
  width: 38px;
  height: 38px;
  margin: 0;
  margin-top: -19px;
  padding: 0;
  border-radius: 100%;
  background-color: #e5e5e5;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div:before,
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div:before,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons div:before,
#related_carousel .owl-controls .owl-buttons div:before {
  vertical-align: top;
  display: block;
  font-family: FontAwesome;
  line-height: 38px;
  font-size: 18px;
  content: "\f104";
}
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next:before,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.vina-next:before,
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next:before,
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.vina-next:before,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons div.owl-next:before,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons div.vina-next:before,
#related_carousel .owl-controls .owl-buttons div.owl-next:before,
#related_carousel .owl-controls .owl-buttons div.vina-next:before {
  display: block;
  content: "\f105";
}
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-next,
.vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.vina-next,
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next,
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.vina-next,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons div.owl-next,
.vina-manufacturers-virtuemart .owl-controls .owl-buttons div.vina-next,
#related_carousel .owl-controls .owl-buttons div.owl-next,
#related_carousel .owl-controls .owl-buttons div.vina-next {
  left: auto;
  right: 0;
}
.vina-carousel-virtuemart.owl-theme .owl-nav div,
.vina-carousel-content.owl-theme .owl-nav div,
.vina-manufacturers-virtuemart .owl-nav div,
#related_carousel .owl-nav div {
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 0;
  width: 38px;
  height: 38px;
  margin: 0;
  margin-top: -19px;
  padding: 0;
  border-radius: 100%;
  background-color: #e5e5e5;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vina-carousel-virtuemart.owl-theme .owl-nav div:before,
.vina-carousel-content.owl-theme .owl-nav div:before,
.vina-manufacturers-virtuemart .owl-nav div:before,
#related_carousel .owl-nav div:before {
  vertical-align: top;
  display: block;
  font-family: FontAwesome;
  line-height: 38px;
  font-size: 18px;
  content: "\f104";
}
.vina-carousel-virtuemart.owl-theme .owl-nav div.owl-next:before,
.vina-carousel-virtuemart.owl-theme .owl-nav div.vina-next:before,
.vina-carousel-content.owl-theme .owl-nav div.owl-next:before,
.vina-carousel-content.owl-theme .owl-nav div.vina-next:before,
.vina-manufacturers-virtuemart .owl-nav div.owl-next:before,
.vina-manufacturers-virtuemart .owl-nav div.vina-next:before,
#related_carousel .owl-nav div.owl-next:before,
#related_carousel .owl-nav div.vina-next:before {
  display: block;
  content: "\f105";
}
.vina-carousel-virtuemart.owl-theme .owl-nav div.owl-next,
.vina-carousel-virtuemart.owl-theme .owl-nav div.vina-next,
.vina-carousel-content.owl-theme .owl-nav div.owl-next,
.vina-carousel-content.owl-theme .owl-nav div.vina-next,
.vina-manufacturers-virtuemart .owl-nav div.owl-next,
.vina-manufacturers-virtuemart .owl-nav div.vina-next,
#related_carousel .owl-nav div.owl-next,
#related_carousel .owl-nav div.vina-next {
  left: auto;
  right: 0;
}
.vina-carousel-virtuemart.owl-theme:hover .owl-controls .owl-buttons div,
.vina-carousel-content.owl-theme:hover .owl-controls .owl-buttons div,
.vina-manufacturers-virtuemart:hover .owl-controls .owl-buttons div,
#related_carousel:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vina-carousel-virtuemart.owl-theme:hover .owl-nav div,
.vina-carousel-content.owl-theme:hover .owl-nav div,
.vina-manufacturers-virtuemart:hover .owl-nav div,
#related_carousel:hover .owl-nav div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sp-module.row .sp-module-title {
  padding: 0 15px;
}
.sp-module ul.VMmenu {
  border: 1px solid #e5e5e5;
  margin-top: 42px;
  padding: 10px 30px;
}
.sp-module ul.VMmenu li {
  list-style: disc;
  display: inherit;
  border-bottom: 1px solid #ddd;
}
.sp-module ul.VMmenu li a {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  transition: 0.3s;
  display: inherit;
  padding: 6px 0;
}
.sp-module ul.VMmenu li a:before {
  content: "\f178";
  font-family: FontAweSome;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.sp-module ul.VMmenu li:hover a {
  margin-left: 10px;
}
.sp-module ul.VMmenu li:last-child {
  border: 0;
}
.sp-module .vina-carousel-virtuemart {
  padding: 0 !important;
}
.sp-module .vina-carousel-virtuemart .product .product-inner {
  padding: 0 15px;
  margin: 5px;
}
.sp-module .vina-carousel-virtuemart .product .product-inner h2.product-title,
.sp-module .vina-carousel-virtuemart .product .product-inner h3.product-title {
  text-align: center;
}
.sp-module .vina-carousel-virtuemart .product .product-inner h2.product-title a,
.sp-module .vina-carousel-virtuemart .product .product-inner h3.product-title a {
  color: #0275bd !important;
}
.sp-module .vina-carousel-virtuemart .product .product-inner .vm-product-rating-container .amount a {
  color: #9f9f9f !important;
}
.sp-module .vina-carousel-virtuemart div.vm-details-button {
  float: none !important;
}
.sp-module .vina-carousel-virtuemart div.vm-details-button a {
  padding: 0;
  color: #6e7278 !important;
}
.sp-module .vina-carousel-virtuemart .owl-item .item {
  padding: 0 !important;
  margin: 0 auto !important;
}
.sp-module .vina-carousel-virtuemart .owl-item .item .actions .product-fields {
  display: none;
}
.sp-module .vina-carousel-virtuemart .owl-item .item .actions .notify {
  font-size: 12px;
  width: auto;
  border-radius: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff !important;
  background: #2f2f2f;
  height: 33px;
  line-height: 31px;
}
.sp-module .vina-carousel-virtuemart .owl-item .item .actions .notify i {
  display: none;
}
.sp-module .vina-carousel-virtuemart .owl-item .item .actions .addtocart-bar .quantity-box {
  display: none;
}
.sp-module .vina-carousel-content iframe {
  margin: 0 !important;
}
.sp-module .vina-carousel-content .entry-status,
.sp-module .vina-carousel-content .entry-quote,
.sp-module .vina-carousel-content .entry-image,
.sp-module .vina-carousel-content .entry-gallery,
.sp-module .vina-carousel-content .entry-video,
.sp-module .vina-carousel-content .entry-audio,
.sp-module .vina-carousel-content .entry-link {
  margin-bottom: 0;
}
.sp-module .vina-carousel-content .entry-quote {
  padding: 20px;
}
.sp-module .vina-carousel-content .blog-inner {
  color: #909295;
  text-align: center;
  background-color: #fff;
}
.sp-module .vina-carousel-content .blog-inner a {
  color: #646464 !important;
}
.sp-module .vina-carousel-content .blog-inner .image-block {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
}
.sp-module .vina-carousel-content .blog-inner .image-block img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.sp-module .vina-carousel-content .blog-inner .image-block .blog-quick-view {
  background: #ededed;
  border-radius: 100%;
  color: #909295;
  height: 36px;
  left: 50%;
  line-height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 36px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sp-module .vina-carousel-content .blog-inner .image-block .blog-quick-view a {
  height: 36px;
  width: 36px;
  display: block;
  line-height: 35px;
}
.sp-module .vina-carousel-content .blog-inner .image-block .blog-quick-view a span {
  display: none;
}
.sp-module .vina-carousel-content .blog-inner .image-block:after {
  border: 3px solid #fff;
  bottom: 8px;
  content: "";
  display: inline-block;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sp-module .vina-carousel-content .blog-inner .text-block {
  float: left;
  padding-left: 30px;
  width: 50%;
  text-align: left;
}
.sp-module .vina-carousel-content .blog-inner .date-time {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
}
.sp-module .vina-carousel-content .blog-inner .date-time .day {
  font-size: 48px;
  line-height: 1;
}
.sp-module .vina-carousel-content .blog-inner .date-time .separator {
  font-size: 14px;
  margin: 0;
}
.sp-module .vina-carousel-content .blog-inner .date-time .month {
  font-size: 14px;
}
.sp-module .vina-carousel-content .blog-inner .title {
  color: #646464;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 5px;
}
.sp-module .vina-carousel-content .blog-inner .info {
  overflow: hidden;
  margin-top: 15px;
  color: #646464;
  font-size: 12px;
  font-style: italic;
  line-height: 17px;
}
.sp-module .vina-carousel-content .blog-inner .info span i {
  font-size: 15px;
}
.sp-module .vina-carousel-content .blog-inner .info a {
  margin-right: 5px;
  position: relative;
}
.sp-module .vina-carousel-content .blog-inner .info .author {
  text-transform: capitalize;
}
.sp-module .vina-carousel-content .blog-inner .introtext {
  font-size: 12px;
  position: relative;
  margin-bottom: 5px;
  padding: 0;
}
.sp-module .vina-carousel-content .blog-inner .readmore a {
  color: #646464;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px;
  text-decoration: underline;
}
.sp-module .vina-carousel-content .blog-inner:hover .image-block img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sp-module .vina-carousel-content .blog-inner:hover .image-block:after,
.sp-module .vina-carousel-content .blog-inner:hover .image-block .blog-quick-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sp-module .vina-manufacturers-virtuemart,
.sp-module .owl-carousel.owl-theme {
  overflow: visible !important;
}
.sp-module .vina-carousel-virtuemart.has-counter {
  padding: 0 !important;
}
.sp-module .vina-carousel-virtuemart.has-counter .owl-item .item .item-inner {
  padding: 0;
}
.sp-module .mage-products .product.item {
  background-color: transparent !important;
}
.sp-module .mage-products .product .item-inner,
.sp-module .mage-products .product .product-inner {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.sp-module .mage-products .product .item-inner .item-i,
.sp-module .mage-products .product .product-inner .item-i {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 22px;
  padding: 22px 0 0;
  border-top: 1px solid #e5e5e5 !important;
}
.sp-module .mage-products .product .item-inner .item-i.first,
.sp-module .mage-products .product .product-inner .item-i.first {
  padding: 30px 0 0;
  margin: 0;
}
.sp-module .mage-products .product .item-inner .item-i:last-child,
.sp-module .mage-products .product .product-inner .item-i:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sp-module .mage-products .product .item-inner .vm-product-media-container a,
.sp-module .mage-products .product .product-inner .vm-product-media-container a {
  float: left;
  display: inline-block;
}
.sp-module .mage-products .product .item-inner h3.product-title,
.sp-module .mage-products .product .product-inner h3.product-title {
  font-weight: normal;
  text-align: left;
  margin: 0 0 10px 0;
}
.sp-module .mage-products .product .item-inner .ratingbox,
.sp-module .mage-products .product .product-inner .ratingbox {
  margin: 0;
  vertical-align: top;
}
.sp-module .mage-products .product .item-inner .pull-left,
.sp-module .mage-products .product .product-inner .pull-left {
  width: 26%;
}
.sp-module .mage-products .product .item-inner .vm-product-media-container,
.sp-module .mage-products .product .product-inner .vm-product-media-container {
  width: 100%;
  margin-bottom: 0;
  border: 0;
}
.sp-module .mage-products .product .item-inner .media-body,
.sp-module .mage-products .product .product-inner .media-body {
  width: 74%;
  padding: 0;
  padding-left: 20px;
  float: left;
  text-align: left;
  min-height: 106px;
}
.sp-module .mage-products .product .item-inner .price-block,
.sp-module .mage-products .product .product-inner .price-block {
  line-height: 1;
}
.sp-module .mage-products .product .item-inner .product-price,
.sp-module .mage-products .product .product-inner .product-price {
  position: static;
  max-width: 100%;
  margin-top: 3px;
}
.sp-module .mage-products .product .item-inner .product-price span,
.sp-module .mage-products .product .product-inner .product-price span {
  font-size: 20px;
}
.sp-module .mage-products .product .item-inner .product-price .price-crossed span,
.sp-module .mage-products .product .product-inner .product-price .price-crossed span {
  font-size: 14px;
}
.sp-module .mage-products .product .item-inner .product-price .price-crossed .vm-price-value,
.sp-module .mage-products .product .product-inner .product-price .price-crossed .vm-price-value {
  margin-left: 6px;
}
.sp-module .mage-products .product .item-inner span.addtocart-button input.addtocart-button,
.sp-module .mage-products .product .item-inner span.addtocart-button input.notify-button,
.sp-module .mage-products .product .item-inner .btn-wishlist .addtofav_aws_icon,
.sp-module .mage-products .product .item-inner div.vm-details-button a,
.sp-module .mage-products .product .product-inner span.addtocart-button input.addtocart-button,
.sp-module .mage-products .product .product-inner span.addtocart-button input.notify-button,
.sp-module .mage-products .product .product-inner .btn-wishlist .addtofav_aws_icon,
.sp-module .mage-products .product .product-inner div.vm-details-button a {
  padding: 0;
  background: none;
  border: 0;
  height: 20px;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #6e7278 !important;
}
.sp-module .mage-products .product .item-inner span.addtocart-button input.addtocart-button i,
.sp-module .mage-products .product .item-inner span.addtocart-button input.notify-button i,
.sp-module .mage-products .product .item-inner .btn-wishlist .addtofav_aws_icon i,
.sp-module .mage-products .product .item-inner div.vm-details-button a i,
.sp-module .mage-products .product .product-inner span.addtocart-button input.addtocart-button i,
.sp-module .mage-products .product .product-inner span.addtocart-button input.notify-button i,
.sp-module .mage-products .product .product-inner .btn-wishlist .addtofav_aws_icon i,
.sp-module .mage-products .product .product-inner div.vm-details-button a i {
  display: none;
}
.sp-module .mage-products .product .item-inner .btn-wishlist .addtofav_aws_icon_active,
.sp-module .mage-products .product .product-inner .btn-wishlist .addtofav_aws_icon_active {
  padding: 0;
  background: none;
}
.sp-module .mage-products .product .item-inner .btn-wishlist .addtofav_aws_icon_active i,
.sp-module .mage-products .product .product-inner .btn-wishlist .addtofav_aws_icon_active i {
  display: none;
}
.sp-module .mage-products .product .item-inner:first-child .item-i,
.sp-module .mage-products .product .product-inner:first-child .item-i {
  border-top: 0 !important;
  padding: 0;
}
.sp-module .has-counter .owl-item .item {
  width: 100%;
}
.sp-module .has-counter .owl-item .item .item-i {
  width: 100%;
}
.sp-module .has-counter .product .product-inner .vm-product-media-container {
  float: right;
  width: 48%;
}
.sp-module .has-counter .product .product-inner h3.product-title {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
  padding-top: 15px;
}
.sp-module .has-counter .product .product-inner .product-price {
  margin: 10px 0 22px 0;
}
.sp-module .has-counter .product .product-inner .product-price span {
  font-size: 36px;
}
.sp-module .has-counter .product .product-inner .product-price .price-crossed span {
  font-size: 16px;
}
.sp-module .has-counter .product .product-inner .actions {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.sp-module .has-counter .product .product-inner .text-block {
  float: left;
  width: 52%;
}
.sp-module .has-counter.counter2 .product .product-inner h3.product-title {
  font-size: 28px;
  text-transform: none;
  padding: 0;
}
.sp-module .has-counter.counter2 .product .product-inner .product-price {
  margin: 5px 0;
}
.sp-module .has-counter.counter2 .product .product-inner .product-price span {
  font-size: 24px;
}
.sp-module .has-counter.counter2 .product .product-inner .product-price .price-crossed span {
  font-size: 14px;
}
.sp-module .has-counter.counter2 .product .product-inner .actions {
  margin-top: 15px;
  margin-bottom: 20px;
}
.sp-module .has-counter.counter2 .product .product-inner .actions .vm-details-button {
  margin-left: 3px;
}
.sp-module .vina-carousel-virtuemart.mage-products {
  border: 0;
  overflow: inherit !important;
}
.sp-module .vina-carousel-virtuemart.mage-products .owl-nav {
  position: absolute;
  top: -73px;
  right: 0;
}
.sp-module .vina-carousel-virtuemart.mage-products .owl-nav div {
  position: relative;
  width: 27px;
  height: 27px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sp-module .vina-carousel-virtuemart.mage-products .owl-nav div:before {
  line-height: 27px;
  font-size: 16px;
}
.sp-module .vina-carousel-virtuemart.mage-products .owl-nav div.owl-prev {
  margin-right: 4px;
}
.sp-module .vina-carousel-virtuemart.mage-products .product .item-inner .vm-product-media-container,
.sp-module .vina-carousel-virtuemart.mage-products .product .product-inner .vm-product-media-container {
  border: 0;
}
.sp-module .vina-carousel-virtuemart.mage-products h3.product-title a {
  text-transform: uppercase;
  font-size: 13px;
  color: #646464 !important;
}
.sp-module .vina-carousel-virtuemart.has-counter.owl-theme .owl-controls {
  margin-top: 0;
}
.sp-module .vina-carousel-virtuemart.has-counter.owl-theme .owl-controls .owl-pagination {
  margin-top: 12px;
}
.sp-module .vina-carousel-virtuemart.has-counter.counter2 .product .product-inner {
  padding: 0;
}
.sp-module .vina-carousel-virtuemart.has-counter.counter2 .product .product-inner .product-description {
  text-align: left;
}
table,
form,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style-type: disc;
    list-style-position: inside;
    font-size: 16px;
}
ol {
    list-style-type: decimal!important;
    list-style-position: inside;
    font-size: 16px;
}

.rsmg_gallery li {    list-style-type: none!important;}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: 0 !important;
}
label {
  font-weight: normal;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
i strong,
.fa strong {
  display: none;
}
.alert-notice,
.alert-message {
  color: #2684bd;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #2684bd;
  border-radius: 3px;
  background: none repeat scroll 0 0 #e5f1f8;
}
.alert-notice h4,
.alert-message h4 {
  font-size: 15px;
}
.alert-notice p,
.alert-message p {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
[class^="icon-"],
[class*=" icon-"] {
  width: auto;
min-width:28px;
  height: auto;
}
input {
  width: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
.btn-input {
  display: inline-block;
}
.btn-input input {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button:focus,
input[type="file"]:focus,
input[type="image"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input.addtocart-button:focus,
input.addtocart-button-disabled:focus,
select:focus,
li:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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%;
}
input,
select,
textarea,
button {
  font-size: 14px;
  vertical-align: middle;
  color: #777;
  background: #fff;
}
button,
.sppb-btn,
.sppb-btn-default,
.qlform .form-horizontal .controls input.submit,
input[type="button"],
input[type="reset"],
input[type="submit"],
input.addtocart-button,
input.addtocart-button-disabled,
.cart-view .continue_link,
.vina-button {
  display: inline-block;
  padding: 0 16px;
  background: #0275bd;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  height: 33px;
  line-height: 33px;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:active,
button:focus,
.sppb-btn:active,
.sppb-btn:focus,
.sppb-btn-default:active,
.sppb-btn-default:focus,
.qlform .form-horizontal .controls input.submit:active,
.qlform .form-horizontal .controls input.submit:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
input.addtocart-button:active,
input.addtocart-button:focus,
input.addtocart-button-disabled:active,
input.addtocart-button-disabled:focus,
.cart-view .continue_link:active,
.cart-view .continue_link:focus,
.vina-button:active,
.vina-button:focus {
  background: #2f2f2f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.addtocart-button-disabled {
  background: #2f2f2f;
}
.offline-inner {
  margin-top: 100px;
}
.width1 {
  width: 1%;
}
.width2 {
  width: 2%;
}
.width3 {
  width: 3%;
}
.width4 {
  width: 4%;
}
.width5 {
  width: 5%;
}
.width6 {
  width: 6%;
}
.width7 {
  width: 7%;
}
.width8 {
  width: 8%;
}
.width9 {
  width: 9%;
}
.width10 {
  width: 10%;
}
.width11 {
  width: 11%;
}
.width12 {
  width: 12%;
}
.width13 {
  width: 13%;
}
.width14 {
  width: 14%;
}
.width15 {
  width: 15%;
}
.width16 {
  width: 16%;
}
.width17 {
  width: 17%;
}
.width18 {
  width: 18%;
}
.width19 {
  width: 19%;
}
.width20 {
  width: 20%;
}
.width21 {
  width: 21%;
}
.width22 {
  width: 22%;
}
.width23 {
  width: 23%;
}
.width24 {
  width: 24%;
}
.width25 {
  width: 25%;
}
.width26 {
  width: 26%;
}
.width27 {
  width: 27%;
}
.width28 {
  width: 28%;
}
.width29 {
  width: 29%;
}
.width30 {
  width: 30%;
}
.width31 {
  width: 31%;
}
.width32 {
  width: 32%;
}
.width33 {
  width: 33%;
}
.width34 {
  width: 34%;
}
.width35 {
  width: 35%;
}
.width36 {
  width: 36%;
}
.width37 {
  width: 37%;
}
.width38 {
  width: 38%;
}
.width39 {
  width: 39%;
}
.width40 {
  width: 40%;
}
.width41 {
  width: 41%;
}
.width42 {
  width: 42%;
}
.width43 {
  width: 43%;
}
.width44 {
  width: 44%;
}
.width45 {
  width: 45%;
}
.width46 {
  width: 46%;
}
.width47 {
  width: 47%;
}
.width48 {
  width: 48%;
}
.width49 {
  width: 49%;
}
.width50 {
  width: 50%;
}
.width51 {
  width: 51%;
}
.width52 {
  width: 52%;
}
.width53 {
  width: 53%;
}
.width54 {
  width: 54%;
}
.width55 {
  width: 55%;
}
.width56 {
  width: 56%;
}
.width57 {
  width: 57%;
}
.width58 {
  width: 58%;
}
.width59 {
  width: 59%;
}
.width60 {
  width: 60%;
}
.width61 {
  width: 61%;
}
.width62 {
  width: 62%;
}
.width63 {
  width: 63%;
}
.width64 {
  width: 64%;
}
.width65 {
  width: 65%;
}
.width66 {
  width: 66%;
}
.width67 {
  width: 67%;
}
.width68 {
  width: 68%;
}
.width69 {
  width: 69%;
}
.width70 {
  width: 70%;
}
.width71 {
  width: 71%;
}
.width72 {
  width: 72%;
}
.width73 {
  width: 73%;
}
.width74 {
  width: 74%;
}
.width75 {
  width: 75%;
}
.width76 {
  width: 76%;
}
.width77 {
  width: 77%;
}
.width78 {
  width: 78%;
}
.width79 {
  width: 79%;
}
.width81 {
  width: 81%;
}
.width82 {
  width: 82%;
}
.width83 {
  width: 83%;
}
.width84 {
  width: 84%;
}
.width85 {
  width: 85%;
}
.width86 {
  width: 86%;
}
.width87 {
  width: 87%;
}
.width88 {
  width: 88%;
}
.width89 {
  width: 89%;
}
.width90 {
  width: 90%;
}
.width91 {
  width: 91%;
}
.width92 {
  width: 92%;
}
.width93 {
  width: 93%;
}
.width94 {
  width: 94%;
}
.width95 {
  width: 95%;
}
.width96 {
  width: 96%;
}
.width97 {
  width: 97%;
}
.width98 {
  width: 98%;
}
.width99 {
  width: 99%;
}
.width100 {
  width: 100%;
}
.float-left,
.floatleft {
  float: left;
}
.float-right,
.floatright {
  float: right;
}
.width-percent .category-inner,
.width-percent .product-inner {
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
.sp-totop {
  background: #464646 url("../images/general/back-top.png") no-repeat scroll 50% 50%;
  bottom: 35px;
  display: block;
  position: fixed;
  left: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-totop small {
  display: none;
}
.sp-totop i {
  display: none;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.product-field-display select,
.product-field-display .chzn-container,
.product-field-display .chzn-drop {
  width: 100% !important;
  max-width: none !important;
}
.chzn-container.chzn-container-single .chzn-single {
  background-image: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  height: auto !important;
  line-height: inherit !important;
  padding: 6px 0 6px 8px;
  font-size: 13px;
  color: #aaa;
}
.chzn-container.chzn-container-single .chzn-single div b {
  background-position: 0 5px !important;
}
.chzn-container.chzn-container-single .chzn-drop {
  border: 1px solid #eef0f2 !important;
  border-top: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.chzn-container.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 4px !important;
}
.chzn-container .chzn-drop {
  border: 1px solid #eef0f2;
  border-top: 0;
}
.chzn-container .chzn-results .highlighted {
  background-color: #fff !important;
  background-image: none !important;
  color: #444444 !important;
}
.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: 30px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
.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;
  text-shadow: 0 2px 2px rgba(0,0,0,0.6);
}
.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: 17px;
  -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;
  background: url("../images/background.jpg") no-repeat fixed center center / cover;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner img {
  margin: auto;
  margin-bottom: -130px;
}
.error-page a.btn-primary {
  background: transparent;
  border: 0;
  border-radius: 5px;
  border: 1px solid #fff;
}
.error-page a.btn-primary:hover,
.error-page a.btn-primary:focus {
  background: #2f2f2f;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
.error-page .error-code {
  color: #fff;
  font-weight: 300;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 100;
}
.btn-group.bootstrap-select {
  display: inline-block !important;
}
.bootstrap-select .dropdown-menu {
  left: 0;
  right: auto;
  margin: 0;
  width: 100%;
}
.bootstrap-select .dropdown-menu >li>a:hover,
.bootstrap-select .dropdown-menu >li>a:focus {
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.open>.dropdown-toggle.btn-default {
  background-color: transparent;
  border: 0;
}
.bootstrap-select.btn-group {
  vertical-align: top;
}
.bootstrap-select.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select button.btn {
  color: #909295;
  font-size: 13px;
  text-transform: capitalize;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 0 transparent;
  background-color: transparent;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select button.btn:focus {
  outline: 0px;
}
.bootstrap-select .caret {
  vertical-align: initial;
  width: auto;
  height: auto;
  border: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-select .caret:before {
  font-size: 16px;
  content: "\f0d7";
}
.bootstrap-select ul.dropdown-menu {
  position: static;
  display: block;
  float: right;
  min-width: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 100%;
  text-align: left;
  background: #333;
  border: 1px solid #d9d9d9;
  max-width: 157px;
}
.bootstrap-select div.dropdown-menu {
  position: absolute;
}
.bootstrap-select .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  cursor: pointer;
  padding: 0;
}
.bootstrap-select .dropdown-menu >li >a:hover,
.bootstrap-select .dropdown-menu >li >a:focus {
  background-color: transparent;
  background-image: none;
  outline: 0px;
  font-weight: 700;
}
ul.social-icons {
  list-style: none;
}
ul.social-icons li {
  display: inline-block;
  float: right;
}
ul.social-icons a {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  line-height: 40px;
  width: 54px;
  text-align: center;
  font-size: 15px;
  padding: 0;
  color: #010101;
  border-left: 1px solid #ccc;
}
ul.social-icons a.pinterest {
  border-bottom: 2px solid #dc0000;
}
ul.social-icons a.twitter {
  border-bottom: 2px solid #55acee;
}
ul.social-icons a.google-plus {
  border-bottom: 2px solid #d73d32;
}
ul.social-icons a.facebook {
  border-bottom: 2px solid #3b5999;
}
.social-icons.floatleft {
  float: left;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
}
.sp-contact-info li {
  display: inline;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 30px 0 0;
  color: #fff;
  font-size: 13px;
}
.sp-contact-info a {
  color: #fff;
}
.sp-contact-info i {
  margin-right: 10px;
  color: #a7d046;
}
.cur_box a,
.cur_box .dropdown-menu>li>a,
.mod-languages a,
.mod-languages .dropdown-menu>li>a,
.mod_menu_top a,
.mod_menu_top .dropdown-menu>li>a {
  color: #909295;
}
.sp-module.mod_cur,
.sp-module.mod_lang,
.sp-module.mod_menu_top {
  font-size: 13px;
  line-height: 44px;
  margin: 0;
  float: left;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.sp-module.mod_cur .sp-module-title,
.sp-module.mod_lang .sp-module-title,
.sp-module.mod_menu_top .sp-module-title {
  margin: 0;
  height: auto;
  background: none;
  font-weight: normal;
}
.sp-module.mod_cur .sp-module-title h3,
.sp-module.mod_lang .sp-module-title h3,
.sp-module.mod_menu_top .sp-module-title h3 {
  float: left;
  text-transform: capitalize;
  background: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
  padding: 0;
  -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-module.mod_cur .sp-module-title h3 span,
.sp-module.mod_lang .sp-module-title h3 span,
.sp-module.mod_menu_top .sp-module-title h3 span {
  padding: 0;
  background: none;
  line-height: 44px;
}
.sp-module.mod_cur .sp-module-title,
.sp-module.mod_cur .sp-module-content,
.sp-module.mod_lang .sp-module-title,
.sp-module.mod_lang .sp-module-content {
  display: inline-block;
  float: left;
}
.sp-module.mod_cur .bootstrap-select button:before,
.sp-module.mod_lang .bootstrap-select button:before {
  float: left;
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.sp-module.mod_cur {
  padding: 0 15px;
}
.sp-module.mod_cur .bootstrap-select button:before {
  content: "\f0ac";
}
.sp-module.mod_menu_top .sp-module-title,
.sp-module.mod_menu_top .sp-module-content {
  float: left;
  display: inline-block;
}
.sp-module.mod_menu_top .sp-module-title h3:before,
.sp-module.mod_menu_top .sp-module-title h3:after {
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 39px;
}
.sp-module.mod_menu_top .sp-module-title h3:before {
  content: "\f007";
  display: inline-block;
  margin-right: 13px;
}
.sp-module.mod_menu_top .sp-module-title h3:after {
  content: "\f0d7";
  margin-left: 5px;
  padding-left: 5px;
}
.sp-module.mod_menu_top ul li {
  float: left;
}
.sp-module.mod_menu_top ul li a {
  padding: 0 10px;
}
.sp-module .mod-languages,
.sp-module .cur_box {
  margin-right: 0;
}
.sp-module .mod-languages select,
.sp-module .cur_box select {
  display: none !important;
  width: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
.sp-module .mod-languages .bootstrap-select,
.sp-module .cur_box .bootstrap-select {
  position: relative;
  cursor: pointer;
}
.sp-module .mod-languages .bootstrap-select button,
.sp-module .cur_box .bootstrap-select button {
  padding: 0 15px;
}
.sp-module .mod-languages .bootstrap-select div.dropdown-menu,
.sp-module .cur_box .bootstrap-select div.dropdown-menu {
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9;
  list-style: none;
  min-width: inherit;
  visibility: hidden;
  margin: 0;
  padding: 0px;
  border: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-module .mod-languages .bootstrap-select div.dropdown-menu ul,
.sp-module .cur_box .bootstrap-select div.dropdown-menu ul {
  border: 0;
  border-radius: 0;
}
.sp-module .mod-languages .bootstrap-select div.dropdown-menu ul li a,
.sp-module .cur_box .bootstrap-select div.dropdown-menu ul li a {
  color: #fff;
  line-height: 31px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  font-size: 13px;
  text-align: left;
  border-top-width: 0;
  padding: 0 17px;
}
.sp-module .mod-languages .bootstrap-select:hover div.dropdown-menu,
.sp-module .cur_box .bootstrap-select:hover div.dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sp-module div.mod-languages li {
  margin-left: 0;
  margin-right: 0;
}
.mini-cart {
  position: relative;
}
.mini-cart .mini-cart-content .show_cart a {
  color: #fff;
}
#vmCartModule {
  float: right;
  display: inline-block;
  padding: 39px 0;
}
.mini-cart {
  font-size: 12px;
  height: 52px;
  background: #000;
}
.mini-cart .mini-cart-title {
  color: #fff;
  display: table;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  padding: 5px 80px 5px 15px;
  text-align: left;
  cursor: pointer;
}
.mini-cart .mini-cart-title i {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  width: 35px;
  height: 26px;
}
.mini-cart .mini-cart-title .cart-icon {
  background: url('../images/general/cart-icon.png') no-repeat center center;
  border-left: 1px solid #909295;
  display: block;
  float: right;
  height: 38px;
  width: 52px;
  position: absolute;
  right: 0;
}
.mini-cart .mini-cart-title .number,
.mini-cart .mini-cart-title .text-item {
  float: left;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
}
.mini-cart .mini-cart-title .total_products {
  float: left;
  vertical-align: middle;
  padding: 0 8px;
  line-height: 18px;
}
.mini-cart .mini-cart-title .total_products strong {
  margin-left: 3px;
}
.mini-cart .mini-cart-title .text-title {
  width: 100%;
  display: block;
  line-height: 20px;
  vertical-align: middle;
}
.mini-cart .mini-cart-title .total {
  float: left;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  line-height: 17px;
}
.mini-cart .mini-cart-title .total strong {
  font-size: 12px;
  font-weight: 700;
  margin-left: 3px;
color:#fff;
}
.mini-cart .mini-cart-content {
  color: #0275bd;
  width: 273px;
    max-height: 300px;
    overflow: scroll;
  position: absolute;
  top: 52px;
  right: 0;
  background: #fff;
  padding: 15px 15px 25px 15px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: left;
  z-index: 9;
  margin: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mini-cart .mini-cart-content .empty {
  font-size: 11px;
  line-height: 1.25;
}
.mini-cart .mini-cart-content .product_row {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px dashed #777;
}
.mini-cart .mini-cart-content .product_row .customProductData {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
}
.mini-cart .mini-cart-content .product_row a {
  color: #909295;
}
.mini-cart .mini-cart-content .total {
  float: left;
  margin: 15px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
}
.mini-cart .mini-cart-content .total strong {
  font-size: 15px;
  font-weight: normal;
}
.mini-cart .mini-cart-content .show_cart {
  float: right;
  margin: 20px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.25;
}
.mini-cart .mini-cart-content .show_cart a {
  color: #fff;
  padding: 8px 10px;
  background: #0275bd;
}
.mini-cart:hover .mini-cart-content {
  top: 60px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.virtuemart_search {
  margin-bottom: 20px;
}
.virtuemart_search input.button {
  margin-left: 10px;
}
.sp-vmsearch {
  line-height: 0.5;
  display: table;
  width: 100%;
}
.sp-vmsearch form {
  width: 100%;
  display: inline-block;
  color: #646464;
  border: 2px solid #e5e5e5;
  background: #fff;
}
.sp-vmsearch .sp-vmsearch-categorybox {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 140px;
  height: 24px;
  color: #646464;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  margin: 12px 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background: transparent;
}
.sp-vmsearch .sp-vmsearch-categorybox .cat-button i {
  position: absolute;
  top: 7px;
}
.sp-vmsearch .category-name-wrapper {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.sp-vmsearch .search-input-wrapper {
  float: left;
  display: inline-block;
  width: 320px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: visible;
  background: none;
}
.sp-vmsearch .search-input-wrapper input {
  display: inline-block;
  font-size: 14px;
  height: 48px;
  min-height: 48px;
  font-style: italic;
  font-weight: 500;
  float: left;
  margin: 0;
  border: none;
  background: none;
}
.sp-vmsearch .search-input-wrapper input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp-vmsearch .search-input-wrapper .dropdown-menu {
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  border-radius: 0;
}
.sp-vmsearch .search-input-wrapper .dropdown-menu >li >a {
  padding: 7px 20px;
}
.sp-vmsearch .search-input-wrapper .dropdown-menu >.active>a,
.sp-vmsearch .search-input-wrapper .dropdown-menu >.active>a:hover,
.sp-vmsearch .search-input-wrapper .dropdown-menu >.active>a:focus {
  color: #fff;
  background: #e32b00;
}
.sp-vmsearch .search-button-wrapper {
  width: auto;
  display: inline-block;
  margin-top: 5px;
  padding: 0 5px 0 7px;
  border-left: 1px solid #e5e5e5;
}
.sp-vmsearch .search-button-wrapper button {
  border: none;
  color: #fff;
  display: block;
  float: right;
  font-size: 14px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  background: #7ecc13;
}
.sp-vmsearch .search-button-wrapper button i {
  font-size: 16px;
  line-height: 38px;
}
.sp-vmsearch .search-button-wrapper button span {
  display: none;
}
.sp-vmsearch .search-button-wrapper button:hover {
  background: #252525;
}
#bd_results {
  position: relative;
}
#bd_results #cf_res_ajax_loader {
  top: 300px;
}
#fancybox-content h2 {
  font-size: 22px;
  text-align: center;
}
.ask-a-question-view .product-summary {
  display: inline-block;
}
.product-summary .width30 {
  width: 30%;
}
.product-summary .width70 {
  width: 70%;
}
.tip {
  float: left;
  color: #fff;
  background: #393939;
  padding: 3px 5px;
  max-width: 200px;
}
.ask-a-question-view table.askform {
  width: 100%;
  margin-bottom: 10px;
}
.ask-a-question-view table.askform input.highlight-button,
.ask-a-question-view table.askform input[type='submit'].highlight-button {
  margin-top: 10px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  width: 100%;
  float: left;
}
.ask-a-question-view table.askform input,
.ask-a-question-view table.askform tr input,
.ask-a-question-view table.askform td input {
  margin-left: 0 !important;
}
.ask-a-question-view .form-field textarea.field {
  width: 100%;
}
.ask-a-question-view .form-field .submit {
  width: 100%;
}
#fancybox-wrap {
  padding: 0;
}
#fancybox-content {
  width: 100% !important;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  border-radius: 0px;
  background-color: #00507c;
}
#fancybox-content .showcart {
  float: right;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  margin: 20px 0px;
}
#fancybox-content .product-related-products .product-field {
  width: 24%;
  display: inline-block;
}
#fancybox-content .product-related-products .product-field .text-block {
  padding: 15px 20px;
  text-align: center;
}
#fancybox-content .product-related-products .product-field .text-block h2.product-title {
  font-size: 13px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 10px 0;
}
#fancybox-content .product-related-products .product-field .text-block h2.product-title:before {
  content: "";
  display: block;
  width: 36px;
  margin: 0 auto 10px;
  border-top: 4px solid #2f2f2f;
}
.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/general/vm-preloader.gif') 50% 45%no-repeat;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
.vmLoading {
  overflow: hidden;
}
.vmLoading .vmLoadingDiv {
  display: block;
}
.jutooltip .jutooltip-content {
  font-size: 12px;
}
.jutooltip .jutooltip-box-br {
  margin: 11px !important;
}
.jutooltip .jutooltip-box-br,
.jutooltip .jutooltip-box-bl,
.jutooltip .jutooltip-box-tr,
.jutooltip .jutooltip-box-tl {
  border-radius: 3px;
}
.jutooltip .jutooltip-box-tl {
  color: #fff;
  padding: 5px 10px;
  background-image: none;
  background-color: #000;
  border-radius: 3px;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow,
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow,
.jutooltip.jutooltip-left-left .jutooltip-arrow,
.jutooltip.jutooltip-left-right .jutooltip-arrow,
.jutooltip.jutooltip-left-center .jutooltip-arrow,
.jutooltip.jutooltip-right-left .jutooltip-arrow,
.jutooltip.jutooltip-right-right .jutooltip-arrow,
.jutooltip.jutooltip-right-center .jutooltip-arrow {
  background: none !important;
  height: 0;
  width: 0;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow,
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow {
  margin-left: -11px;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-top: 5px solid #000;
}
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.jutooltip.jutooltip-left-left .jutooltip-arrow,
.jutooltip.jutooltip-left-right .jutooltip-arrow,
.jutooltip.jutooltip-left-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
.jutooltip.jutooltip-right-left .jutooltip-arrow,
.jutooltip.jutooltip-right-right .jutooltip-arrow,
.jutooltip.jutooltip-right-center .jutooltip-arrow {
  border: 5px solid transparent;
  border-right: 5px solid #000;
}
.sp-module {
  margin-top: 30px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  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;
}
h1.header {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
}
h1.header span {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #eee;
  margin: 0 0 25px;
  padding-bottom: 10px;
}
#form-login {
  margin: 15px 0;
}
.buttonBar {
  padding-top: 10px;
  border-top: 3px solid #888;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.buttonBar #reg_text {
  margin-bottom: 5px;
}
#com-form-login .form-list > li {
  margin-bottom: 10px;
}
#com-form-login .form-list label em {
  margin-right: 4px;
}
.new-users .content h2 {
  background: url(../images/general/i_page1.gif) no-repeat;
}
.login-users .content h2 {
  background: url(../images/general/i_page2.gif) no-repeat;
}
.row-set .content {
  width: 100%;
  padding: 14px 21px;
  display: inline-block;
}
.row-set .content h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 30px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #e5e5e5;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  display: inline-block;
  width: 100%;
}
.account-login .row-set .content {
  min-height: 345px;
  border-bottom: 0;
  margin-bottom: 0;
}
.account-login .row-set .content h2 {
  margin: 0 0 14px;
}
.account-login .buttons-set {
  text-align: right;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
}
.account-login .buttons-set > div {
  margin-right: 7px;
}
.account-login .buttons-set a {
  font-size: 13px;
  line-height: 34px;
}
.user-details .row {
  margin-bottom: 15px;
}
.cart-view h3,
.cart-view .h3 {
  font-size: 22px;
}
.cart-view form {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
table.cart-summary tbody {
  border: 1px solid #e5e5e5;
}
table.cart-summary tr th {
  border: 1px solid #e5e5e5;
  padding: 15px 0 8px;
}
.billto-shipto h3 {
  margin: 0 0 10px;
}
.billto-shipto h3 i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  background-color: #b4b4b4;
}
.billto-shipto a.details:hover {
  text-decoration: underline;
}
.billto-shipto .billto-inner,
.billto-shipto .shipto-inner {
  min-height: 150px;
}
.billto-shipto .output-shipto a {
  color: #898989 !important;
}
.billto-shipto .output-shipto a:hover {
  color:  !important;
}
.billto-shipto .output-shipto input {
  float: left;
  position: initial;
  margin-left: 0;
  margin-top: 4px;
  margin-right: 5px;
}
.cart-view h3 {
  color: #444;
}
.block-border {
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 21px;
  margin-bottom: 30px;
}
.table-footer {
  display: inline-block;
  width: 100%;
}
.table-footer h3,
.table-footer .h3 {
  font-size: 14px;
  margin: 10px 0;
}
.shipment input[type="radio"],
.payment input[type="radio"] {
  float: left;
  margin-top: 4px;
  width: 4%;
}
.shipment label,
.payment label {
  float: left;
  width: 96%;
  margin-bottom: 30px;
}
.shipment .vm-display.vm-price-value,
.payment .vm-display.vm-price-value {
  display: inline-block;
}
.total-block span,
.total-block div {
  font-size: 20px;
  display: inline-block;
}
.total-block .priceColor2 {
  margin-right: 30px;
}
.total-block .title {
  font-weight: bold;
  margin-right: 5px;
}
.vmshipment_name,
.vmpayment_name {
  font-weight: 400;
  line-height: 1.35;
  display: block;
  font-size: 20px;
  color: #444;
}
.vmCartPaymentLogo {
  display: inline-block;
  float: left;
  min-width: 40px;
}
.vmCartPaymentLogo img {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
a.terms-of-service {
  text-decoration: underline;
}
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
}
#checkoutForm .product-name a {
  font-size: 13px;
  text-transform: uppercase;
}
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
#checkoutForm .vir_quantity {
  text-align: center;
}
#checkoutForm .vir_quantity input.quantity-input {
  width: 50px !important;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .vir_quantity .vm2-add_quantity_cart,
#checkoutForm .vir_quantity .vm2-remove_from_cart {
  width: 30px;
  height: 30px;
  padding: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .vm-fieldset-pricelist {
  width: 100%;
  margin: 0 0 30px 0;
}
#checkoutForm .tb-total {
  line-height: 30px;
  text-transform: uppercase;
}
#checkoutForm .tb-total .total-title {
  padding: 15px 20px;
  border-bottom: 1px solid #d9dde3;
  background-color: #f5f5f5;
}
#checkoutForm .tb-total .continue_link {
  color: #fff;
  float: left;
  line-height: 35px;
  border: 0 !important;
  background: #313133;
}
#checkoutForm .tb-total .price div {
  display: inline-block;
}
#checkoutForm .tb-total .price span {
  line-height: 38px;
}
#checkoutForm .price-coupon {
  margin-top: 10px;
}
#checkoutForm .price-coupon div {
  display: inline-block;
}
#checkoutForm .price-coupon > span {
  font-weight: bold;
}
#checkoutForm .cart-summary {
  width: 100%;
}
#checkoutForm .cart-summary .product-name {
  padding: 10px 5px;
}
#checkoutForm .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;
}
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
}
#checkoutForm .cart-summary .cart-images img {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 150px;
  width: auto;
}
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 20px 0px;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
#checkoutForm .cart-summary tfoot {
  text-align: left;
}
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tfoot .checkoutStep {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#checkoutForm .cart-summary tfoot .shipment h3,
#checkoutForm .cart-summary tfoot .payment h3 {
  font-size: 13px;
  margin: 0;
}
#checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
#checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: right;
}
#checkoutForm .cart-summary tfoot .sectiontableentry2 td .tb-tfoot {
  border: 1px dashed #ccc;
}
#checkoutForm .cart-summary tfoot .sectiontableentry1 td .sectiontableentry1-inner {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot {
  padding: 20px;
}
#checkoutForm .cart-summary .tb-tfoot input {
  margin: 0;
  height: 37px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input {
  background-image: none;
}
#checkoutForm .cart-summary .tb-tfoot .coupon {
  width: 300px;
  line-height: 37px;
}
#checkoutForm .checkout-button-top {
  display: inline-block;
  float: right;
  text-align: right;
  border: 0;
  width: 100%;
  padding: 20px 40px 10px;
}
#checkoutForm .vm-fieldset-customer-note {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #e5e5e5;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkoutForm .vm-fieldset-customer-note span.customer-note {
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 3px;
  display: block;
}
#checkoutForm .vm-fieldset-customer-note span.customer-note:before {
  margin-right: 5px;
  content: "\f133";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
#checkoutForm .vm-fieldset-customer-note textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos input.terms-of-service {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos span.cart {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
.login .radio label,
.login .checkbox label {
  position: relative;
}
.login .radio label input[type="checkbox"],
.login .checkbox label input[type="checkbox"] {
  left: 0;
  top: 5px;
}
.site .ui-tooltip {
  display: none;
}
.vmicon,
.vmiconFE {
  background: url(../images/general/vm2-sprite.png) no-repeat top left;
}
.ratingbox {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 13px;
  background: url("../images/general/color-stars.png") repeat-x scroll 0 top transparent;
  margin: 0 auto;
  vertical-align: middle;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/general/color-stars.png) 0 bottom repeat-x;
  display: block;
  top: 0;
  height: 13px;
  position: absolute;
}
.category-view {
  padding-bottom: 30px;
}
.category h2.category-title {
  font-size: 16px;
  margin-bottom: 15px;
text-align:center;
}
.category .category-inner {
padding: 5px 0;
    border: 1px double #0275bd38;
    height: 240px;
    margin: 10px 0;
}
.orderby-displaynumber {
  position: relative;
  float: left;
  margin: 0 0 34px;
  padding: 12px 0px 6px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  border: 0px solid #e5e5e5;
  background-color: #fff;
}
.orderby-displaynumber .view-mode {
  position: absolute;
  top: 11px;
  left: 15px;
}
.orderby-displaynumber .view-mode a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #646464;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  margin-right: 5px;
  border-radius: 100%;
}
.orderby-displaynumber .view-mode a i {
  font-size: 14px;
  line-height: 30px;
}
.orderby-displaynumber-inner {
  padding: 0 15px 0 110px;
  display: inline-block;
  width: 100%;
}
.orderlistcontainer {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 0.5em;
}
.orderlistcontainer > div {
  display: inline-block;
}
.orderlistcontainer .title {
  vertical-align: middle;
  text-transform: capitalize;
  color: #393939;
  font-size: 13px;
  line-height: 25px;
  padding: 0 6px 0 0;
  font-weight: normal;
}
.orderlistcontainer a {
  color: #9c9b9b;
  display: block;
}
.orderlistcontainer div.activeOrder,
.orderlistcontainer div.Order {
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  line-height: 27px;
  height: 27px;
  padding: 0 0 0 10px;
  min-width: 180px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.orderlistcontainer div.orderlist {
  display: none;
  text-align: left;
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  z-index: 2;
  min-width: 180px;
  right: 0;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.activeOrder:after {
  position: absolute;
  top: 8px;
  right: 8px;
  content: "\f175";
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.display-number {
  line-height: 27px;
  vertical-align: middle;
  display: inline-flex !important;
  white-space: nowrap;
}
.display-number select {
  width: auto;
  padding: 7px 5px;
  margin: 0 0 1px;
  display: inline-block;
  text-align: center;
  border: 0;
}
.display-number div.selector {
  display: inline-block;
  margin-left: 10px;
  min-width: 60px;
}
.display-number div.selector span {
  min-width: 45px;
}
.cat_image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 0 20px;
}
h1.title-category {
  display: inline-block;
  width: 100%;
}
.btn-wishlist .quantity-input {
  width: 40px;
  height: 34px;
  padding: 2px;
  text-align: center;
  margin-right: 10px;
}
.btn-wishlist a {
  float: left;
}
.btn-wishlist .addtofav_aws_icon i,
.btn-wishlist .addtofav_aws_icon_active i {
  line-height: inherit;
  margin-right: 4px;
}
.vmproducts .product-fields,
.vmproducts .addtocart-bar label,
.vmproducts .quantity-box,
.vmproducts .quantity-controls,
.topten-view .product-fields,
.topten-view .addtocart-bar label,
.topten-view .quantity-box,
.topten-view .quantity-controls,
.latest-view .product-fields, 
.latest-view .addtocart-bar label, 
.latest-view .quantity-box, 
.latest-view .quantity-controls, 
.recent-view .product-fields, 
.recent-view .addtocart-bar label,
.recent-view .quantity-box,
.recent-view .quantity-controls,
.featured-view .product-fields,
.featured-view .addtocart-bar label, 
.featured-view .quantity-box, 
.featured-view .quantity-controls,
.browse-view .product-fields,
.browse-view .addtocart-bar label,
.browse-view .quantity-box,
.browse-view .quantity-controls {
  display: none;
  }
.product-price {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.product-price > div {
  display: inline-block;
}
.product-price span {
  font-size: 20px;
  color: #f4166b;
  line-height: 20px;
  float: left;
  margin: 0;
  display: inline-block;
font-family: PT Sans Narrow, sans-serif;
    font-weight: 600;
}
.product-price .price-crossed span {
  color: #9f9f9f;
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 5px;
}
.product-price .price-crossed .vm-price-value {
  margin-left: 10px;
}
.product-price .PricediscountAmount {
  margin-left: 10px;
}
.product-price .PricediscountAmount span {
  color: #262728;
  font-size: 13px;
}
.btn-wishlist a {
  display: inline-block;
  width: 100%;
}
.mod_banner a {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.mod_banner a img {
  width: 100%;
}
.mod_banner a:before {
  content: "";
  background: rgba(0,0,0,0.3);
  height: 100%;
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
  pointer-events: none;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}
.mod_banner a:after {
  background: rgba(255,255,255,0.3);
  color: #fff;
  content: "\f0c1";
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transform: scale(3);
  transform: scale(3);
  z-index: 2;
  border-radius: 100%;
  box-shadow: 0 0 0 8px rgba(246,249,250,0.42);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}
.mod_banner a:hover:before {
  left: 0;
  width: 100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 100;
}
.mod_banner a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product {
  overflow: hidden;
}
.product .item-inner .pro-image img {
  width: 100%;
}
.product .product-inner {
  border: 1px solid transparent;
  float: left;
  width: 100%;
  padding: 0 10px;
  margin: 10px;
}
.product .product-inner h2.product-title,
.product .product-inner h3.product-title {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  text-decoration: none;
  line-height: 16px;
  clear: both;
  float: left;
  width: 100%;
    margin: 10px 0 5px;
    min-height: 60px;
text-transform: none;
padding:0 10px;
font-family: Verdana;

}
.product .product-inner h2.product-title a,
.product .product-inner h3.product-title a {
  color: #00507C;
}
.product .product-inner .item-i {
  width: 100%;
}
.product .product-inner .vm-product-media-container {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.product .product-inner .vm-product-media-container .product-status .label-pro {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #FB2139;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  min-height: 10px;
  padding: 0 10px;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 1;
}
.product .product-inner .vm-product-media-container .product-status .label-pro:after {
  border-bottom: 13px solid transparent;
  border-left: 12px solid #FB2139;
  border-top: 13px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}
.product .product-inner .vm-product-media-container .product-status .label-pro.status-new {
  left: auto;
  right: 0;
  background: #7ecc13;
}
.product .product-inner .vm-product-media-container .product-status .label-pro.status-new:after {
  border-bottom: 13px solid transparent;
  border-left: 0;
  border-right: 12px solid #7ecc13;
  border-top: 13px solid transparent;
  left: -12px;
  right: auto;
}
.product .product-inner .vm-product-media-container .product-status .status-new-sale {
  right: 0;
  left: auto;
}
.product .product-inner .vm-product-media-container .product-status .status-new-sale:after {
  border-top: 13px solid transparent;
  border-right: 12px solid #FB2139;
  border-bottom: 13px solid transparent;
  right: auto;
  left: -12px;
  border-left: 0;
}
.product .product-inner .vm-product-media-container .image-block {
  line-height: 0;
  max-width: 100%;
}
.product .product-inner .vm-product-media-container .image-block > a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product .product-inner .vm-product-media-container .image-block > a img {
  margin: auto;
  width: auto;
}
.product .product-inner .vm-product-media-container .actions {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 0;
}
.product .product-inner .vm-product-media-container .actions .addtocart-area {
  float: none;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.product .product-inner .vm-product-media-container .actions .product-fields {
  display: none;
}
.product .product-inner .vm-product-media-container .actions .notify,
.product .product-inner .vm-product-media-container .actions .viewproductdetails {
  font-size: 12px;
  width: auto;
  border-radius: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff !important;
  background: #2f2f2f;
  height: 33px;
  line-height: 31px;
}
.product .product-inner .vm-product-media-container .actions .notify i,
.product .product-inner .vm-product-media-container .actions .viewproductdetails i {
  display: none;
}
.product .product-inner .vm-product-media-container .actions .vm-details-button.quick-view,
.product .product-inner .vm-product-media-container .actions .btn-wishlist {
  -moz-transition-delay: 0.1s, 0s;
  -ms-transition-delay: 0.1s, 0s;
  -o-transition-delay: 0.1s, 0s;
  transition-delay: 0.1s, 0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.product .product-inner .vm-product-media-container .actions .btn-wishlist {
  transform: translate(40px,0);
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition-delay: 0.25s, 0s;
  -ms-transition-delay: 0.25s, 0s;
  -o-transition-delay: 0.25s, 0s;
  transition-delay: 0.25s, 0s;
}
.product .product-inner .vm-product-media-container .actions .vm-details-button.quick-view {
  webkit-transform: translate(-40px,0);
  transform: translate(-40px,0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition-delay: 0.25s, 0s;
  -ms-transition-delay: 0.25s, 0s;
  -o-transition-delay: 0.25s, 0s;
  transition-delay: 0.25s, 0s;
}
.product .product-inner .vm-product-media-container .vm-product-rating-container {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(0,35px);
  transform: translate(0,35px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product .product-inner .pro-image {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
height: 200px;
}
.product .product-inner .first-image {
  display: block;
  transform: translate3d(0,0,0);
  webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product .product-inner .second-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.product .product-inner.single-image .pro-image {
  overflow: hidden;
}
.product .product-inner.single-image .pro-image img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .product-inner .text-block {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 5px 15px 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  min-height: 156px;
}
}
.product .product-inner .text-block .product_s_desc {
  display: none;
}
.product .product-inner .vm-product-rating-container {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.product .product-inner .vm-product-rating-container .amount {
  line-height: 13px;
  margin-left: 3px;
}
.product .product-inner .vm-product-rating-container .amount a {
  font-size: 11px;
  line-height: 1.25;
  display: inline-block;
}
.product .product-inner .vm-product-rating-container .ratingbox {
  display: inline-block;
  margin: 0 0 2px;
}
.product .product-inner .product-price {
  text-align: center !important;
  width: 100%;
}

.product .product-inner .actions .addtocart-area,
.product .product-inner .actions span.addtocart-button input,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon_active,
.product .product-inner .actions .vm-details-button {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-align: center;
  background: transparent;
}
.product .product-inner .actions .addtocart-area {
  display: inline-block;
  text-align: center;
  min-height: 35px;
}
.product .product-inner .actions .addtocart-area form,
.product .product-inner .actions .addtocart-area .addtocart-bar {
  display: inline-block;
}
.product .product-inner .actions .addtocart-area form {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.product .product-inner .actions .addtocart-bar {
  position: relative;
}
.product .product-inner .actions span.addtocart-button {
  position: relative;
  float: left;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.product .product-inner .actions span.addtocart-button input {
  padding: 0 16px;
  /*background: #2f2f2f;*/
  background: #0275bd;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border: none;
  border-radius: 16px;
}
.product .product-inner .actions .vm-details-button a,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon_active {
  font-size: 0px;
  color: #646464;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  background: #e5e5e5;
  border-radius: 100%;
  box-shadow: none;
  display: inline-block;
  float: left;
  width: 40px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product .product-inner .actions .vm-details-button a i,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon i,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon_active i {
  line-height: 35px;
  font-size: 14px;
  width: 35px;
  margin-right: 0;
}
.product .product-inner .actions .vm-details-button a span,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon span,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon_active span {
  display: none;
}
.product .product-inner .actions .vm-details-button a:hover,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon:hover,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon_active:hover {
  color: #fff !important;
  background: #909295;
}
.product .product-inner .actions .viewproductdetails.product-details {
  font-size: 14px;
  width: auto;
  border-radius: 16px;
  background: #2f2f2f;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff !important;
  padding: 0 15px;
}
.product .product-inner .actions .viewproductdetails.product-details i {
  display: none;
}
.product .product-inner .actions .btn-wishlist {
  float: none;
  display: inline-block;
}
.product .product-inner .actions .btn-wishlist form {
  width: 100%;
}
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon,
.product .product-inner .actions .btn-wishlist .addtofav_aws_icon_active {
  text-transform: capitalize;
}
.product .product-inner .actions .vm-details-button {
  float: none;
  display: inline-block;
  width: auto !important;
}
.product .product-inner .actions .vm-details-button.details-class {
  width: 100%;
}
.product .product-inner .timer-grid {
  float: left;
  position: relative;
  width: 100%;
  color: #fff;
  line-height: 18px;
  display: inline-block;
  padding-left: 20%;
  margin-bottom: 8px;
  background: #fb2139;
}
.product .product-inner .timer-grid:before {
  width: 20%;
  content: "\f017";
  height: 100%;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 48px;
}
.product .product-inner .timer-grid .box-time-date {
  width: 25%;
  min-height: 28px;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 5px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background: none;
  border-left: 1px solid #fff;
}
.product .product-inner .timer-grid .box-time-date .number {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.product .product-inner .item-i {
  display: inline-block;
*border: 1px solid #ddd;
box-shadow:0px 0px 8px rgba(50, 50, 50, 0.20);

}
.product .product-inner .item-i:hover .vm-product-media-container .image-block > a.single-image .pro-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.product .product-inner .item-i:hover .vm-product-media-container .image-block > a:before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  transition: 0.5s;
}
.product .product-inner .item-i:hover .vm-product-media-container .image-block > a .first-image {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.product .product-inner .item-i:hover .vm-product-media-container .image-block > a .second-image {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.product .product-inner .item-i:hover .vm-product-media-container .actions .addtocart-area {
  opacity: 1;
  visibility: visible;
}
.product .product-inner .item-i:hover .vm-product-media-container .actions .addtocart-area form {
  left: 0;
  right: 0;
}
.product .product-inner .item-i:hover .vm-product-media-container .actions .vm-details-button,
.product .product-inner .item-i:hover .vm-product-media-container .actions .btn-wishlist {
  opacity: 1;
  visibility: visible;
  webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.product .product-inner .item-i:hover .vm-product-media-container .vm-product-rating-container {
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.vm-product-media-container {
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.vm-product-media-container .main-image img {
  width: 100%;
}
.main-image {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #eee;
max-width: 350px;
}
.additional-images {
  margin-left: -5px;
  margin-right: -5px;
}
.additional-images .owl-item {
  padding: 0 5px;
}
.additional-images .owl-item .item .item-inner {
  padding: 0;
  border: 1px solid #f1f1f1;
}
.additional-images .owl-controls .owl-buttons div {
  top: 50%;
  left: 0;
  position: absolute;
  font-size: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  margin-top: -13px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: rgba(71,71,71,0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.additional-images .owl-controls .owl-buttons div:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.additional-images .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 0;
}
.additional-images .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
}
.additional-images .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
}
.additional-images:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.addtocart-bar label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 40px;
  font-weight: 400;
  color: #777;
  font-size: 15px;
}
.quantity-box {
  position: relative;
  float: left;
  margin-right: 30px;
}
.quantity-box .quantity-input {
  float: left;
  border: 0;
  width: 50px;
  height: 36px;
  text-align: center;
  margin: 0px 7px;
  border: 1px solid #e5e5e5;
}
.quantity-box .quantity-minus,
.quantity-box .quantity-plus {
  float: left;
  color: #c0c0c0;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: 1px solid #e5e5e5;
}
.quantity-box .quantity-minus {
  background: #f6f6f6 url(../images/general/minus-1.png) center center no-repeat !important;
}
.quantity-box .quantity-plus {
  background: #f6f6f6 url(../images/general/plus-1.png) center center no-repeat !important;
}
.quantity-box .quantity-input:focus,
.quantity-box .quantity-input:hover,
.quantity-box .quantity-minus:focus,
.quantity-box .quantity-minus:hover,
.quantity-box .quantity-plus:focus,
.quantity-box .quantity-plus:hover {
  border: 1px solid #f2f2f2 !important;
}
span.addtocart-button {
  float: left;
}
.fav_table .prod_name {
  font-size: 15px;
  font-weight: normal;
  color: #788293;
}
.fav_table .fav_heading {
  background-color: #fafafa;
}
.fav_table .fav_col {
  border: 1px solid #e5e5e5;
  padding: 15px 5px;
}
.fav_table .fav_col h4 {
  font-size: 16px;
}
.fav_table .fav_col img {
  display: inline-block;
}
.fav_table .fav_col .quantity-box .quantity-input {
  height: 33px;
  line-height: 33px;
}
.fav_table .fav_col .fav_addtocart-bar .quantity-box {
  border: 0;
}
.fav_table .fav_col .fav_addtocart-bar span.quantity-controls input {
  height: 33px;
  line-height: 33px;
  border-radius: 100%;
  width: 33px;
}
.fav_addtocart-bar span.quantity-controls {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.fav_addtocart-bar span.quantity-controls input {
  padding: 0 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.fav_addtocart-bar span.quantity-controls input.quantity-plus {
  background-image: url(../images/general/qty-increase.png);
}
.fav_addtocart-bar span.quantity-controls input.quantity-minus {
  float: left;
  margin-right: 4px;
  background-image: url(../images/general/qty-decrease.png);
}
.fav_addtocart-bar .addtocart-button input {
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
}
.fav_addtocart-bar .addtocart-button:hover input {
  color: #fff !important;
}
.fav_addtocart-bar .quantity-box {
  margin-right: 0;
  border-right: 1px solid #e5e5e5;
}
.fav_addtocart-bar .quantity-box .quantity-input {
  width: 44px !important;
}
.compare_home {
  font-size: 24px;
}
.shop_home {
  display: inline-block;
  margin: 0;
  float: right;
}
.compare-main {
  margin-top: 15px;
}
.compare-main img {
  height: 100%;
}
.compare-main > h2 {
  font-size: 18px;
}
.compare-main .comapre-details-inner {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.compare-main .product-details-inner {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.compare-main .product-details-inner.remove {
  padding-left: 42px;
  background-position: 15px center;
}
.compare-main .grayrating {
  background-position: 15px center !important;
  height: 48px;
  line-height: 48px;
}
.compare-main .addtocart-button input:hover {
  color: #fff !important;
}
.product-neighbours {
  margin-bottom: 25px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.product-neighbours a {
  color: #777;
  font-size: 13px;
}
.product-neighbours .previous-page {
  float: left;
}
.product-neighbours .previous-page i {
  margin-right: 8px;
}
.product-neighbours .next-page {
  float: right;
}
.product-neighbours .next-page i {
  margin-left: 8px;
}
.vm-product-details-inner {
  position: relative;
}
.vm-product-details-container h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.vm-product-details-container .back-to-category a {
  font-size: 12px;
}
.vm-product-details-container .manufacturer,
.vm-product-details-container .in-stock {
  padding: 10px 0;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
}
.vm-product-details-container .manufacturer span,
.vm-product-details-container .in-stock span {
  text-transform: uppercase;
}
.vm-product-details-container .vm-product-rating-container .separator {
  margin: 0 5px;
}
.vm-product-details-container .vm-product-rating-container .add_review {
  vertical-align: middle;
}
.vm-product-details-container .ratingbox {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.vm-product-details-container .add_review a,
.vm-product-details-container .separator {
  font-size: 11px;
  line-height: 12px;
}
.vm-product-details-container .icons {
  position: absolute;
  top: 0;
  right: 0;
}
.vm-product-details-container .icons .btn-group {
  display: inline-block !important;
}
.vm-product-details-container .product-price {
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  font-size: 30px;
}
.vm-product-details-container .product-price span {
  font-size: 36px;
}
.vm-product-details-container .product-price .price-crossed span {
  color: #838383;
  font-size: 22px;
  text-decoration: line-through;
  font-weight: 400;
}
.vm-product-details-container .product-price .PricediscountAmount span {
  font-size: 14px;
}
.vm-product-details-container .product-short-description {
  color: #00507C;
  font-size: 14px;
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
}
.vm-product-details-container .product-fields-title {
  font-size: 14px;
}
.vm-product-details-container .product-field-display {
  margin-top: 3px;
}
.vm-product-details-container .product-fields {
  float: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 0;
}
.vm-product-details-container .product-fields .product-field {
  margin-top: 0;
  width: 48%;
  float: right;
}
.vm-product-details-container .product-fields .product-field:first-child {
  float: left;
}
.vm-product-details-container .product-fields .product-field .chzn-container.chzn-container-single .chzn-single {
  border: 1px solid #f2f2f2;
}
.vm-product-details-container .product-fields .product-field .chzn-container.chzn-container-single .chzn-single div b {
  background-position: 0 8px !important;
}
.vm-product-details-container .product-fields .product-field .chzn-container.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 8px !important;
}
.vm-product-details-container .addtocart-area {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.vm-product-details-container .addtocart-bar {
  float: left;
  width: 100%;
  margin: 18px 0;
}
.vm-product-details-container .addtocart-bar .addtocart-button input {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  width: auto;
  height: auto;
  min-height: 36px;
  float: left;
  line-height: inherit;
  padding: 0 15px;
}
.vm-product-details-container .addtocart-bar .notify {
  padding: 9px 25px;
  text-transform: uppercase;
  border-radius: 16px;
  color: #fff;
}
.vm-product-details-container .addtocart-bar .notify i {
  display: none;
}
.vm-product-details-container .addtocart-bar .addtocart-button-disabled {
  padding: 10px 20px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #fff;
}
.vm-product-details-container .add-to-box {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.vm-product-details-container .add-to-box .btn-compare,
.vm-product-details-container .add-to-box .btn-wishlist {
  margin: 0 25px 0 0;
}
.vm-product-details-container .btn-compare,
.vm-product-details-container .btn-wishlist {
  float: left;
  display: inline-block;
}
.vm-product-details-container a.email-friend,
.vm-product-details-container div#vmcompare a,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon_active {
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #646464;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  height: auto;
  border: 0;
  width: auto;
  padding: 0;
  border-radius: 0;
  text-transform: none;
}
.vm-product-details-container a.email-friend span,
.vm-product-details-container div#vmcompare a span,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon span,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon_active span {
  margin-left: 5px;
}
.vm-product-details-container a.email-friend i,
.vm-product-details-container a.email-friend:before,
.vm-product-details-container div#vmcompare a i,
.vm-product-details-container div#vmcompare a:before,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon i,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon:before,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon_active i,
.vm-product-details-container .btn-wishlist .addtofav_aws_icon_active:before {
  display: inline-block;
  background: #e5e5e5;
  border-radius: 100%;
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  margin-right: 4px;
  text-align: center;
  width: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vm-product-details-container a.email-friend:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
.vm-product-details-container div#vmcompare {
  padding: 0;
  display: inline-block;
  float: left;
  font-weight: normal;
}
.vm-product-details-container div#vmcompare a:before {
  content: "\f079";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.vm-product-details-container div#vmcompare a:hover:before {
  color: #fff;
}
.vm-product-details-container .btn-wishlist .addtofav_aws_icon_active i {
  color: #fff;
}
.ask-a-question {
  float: left;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  line-height: 18px;
}
.ask-a-question:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ask-a-question i {
  font-size: 18px;
  margin-right: 8px;
  float: left;
}
.link-share {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.link-share .addthis_default_style {
  display: inline-block;
  line-height: 16px;
width: 100%;
}
#tab-block {
  margin-top: 45px;
}
#vinaTabContent {
  color: #00507C;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  display: inline-block;
  width: 100%;
  min-height: 224px;
  padding: 20px 0;
  border-top-width: 0;
}
#tabs-detail-product.nav {
  width: 100%;
  float: left;
  border-right: 0;
  border-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  background: none;
}
#tabs-detail-product.nav >li {
  float: left;
  margin: 0 35px 0 0;
}
#tabs-detail-product.nav >li >a {
  display: block !important;
  position: relative;
  float: left;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 12px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
#tabs-detail-product.nav >li >a:after {
  background: none;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
#tabs-detail-product.nav >li.active > a,
#tabs-detail-product.nav >li:hover > a {
  color: #00507C;
  background: none;
}
.productdetails-view .vm-product-container {
  display: block;
}
.productdetails-view h4.review-title {
  font-size: 22px;
  color: #777;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 7px 15px;
  border-bottom: 2px solid #777;
}
.productdetails-view .write-reviews textarea {
  width: 100%;
  min-height: 150px;
  margin-bottom: 20px;
}
.productdetails-view strong.customer_name {
  font-size: 18px;
}
.productdetails-view .product-field.product-field-type-A .hasTooltip,
.productdetails-view .product-field.product-field-type-A .product-field-desc {
  display: none !important;
}
.productdetails-view .product-field.product-field-type-A .chzn-container {
  max-width: 345px !important;
}
.productdetails-view .product-field.product-field-type-A .product-field-display {
  margin-top: 15px;
  margin-bottom: 15px;
}
.productdetails-view .list-reviews > div {
  margin-bottom: 30px;
}
.productdetails-view .list-reviews > div blockquote {
  margin: 15px 30px;
}
.productdetails-view .list-reviews .customer_name {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.productdetails-view .list-reviews span.date {
  font-size: 12px;
}
.productdetails-view .list-reviews blockquote {
  font-size: 14px;
}
.productdetails-view .list-reviews .details {
  color: #26acce;
  text-decoration: underline;
  font-style: italic;
}
.productdetails-view .list-reviews .details:hover {
  color: #e95668;
}
.productdetails-view .category-view .category-fields-title-wrapper {
  margin-bottom: 15px;
}
.related_prd {
  padding: 50px 0;
}
#related_carousel .item {
  padding-top: 15px;
  padding-bottom: 15px;
}
#related_carousel .item .item-inner {
  padding: 0 15px;
}
#related_carousel .vm-product-media-container img {
  width: 100%;
  display: inline-block;
}
.related_slider {
  position: relative;
}
.related_slider .product .product-inner .vm-product-rating-container {
  display: inline-block;
}
.related_slider .lSAction >a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: -30px;
  text-align: center;
  background-image: none;
  background-color: #d7d7d7;
  color: #acacac;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.related_slider .lSAction >a:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.related_slider .lSAction >a.lSNext:before {
  content: "\f105";
}
.related_slider .lSAction >a.lSPrev:before {
  content: "\f104";
}
.related_slider:hover .lSAction >a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-row .product {
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.product-row > .product {
  margin-bottom: 20px;
}
.list-product .product-row .product .product-inner {
  padding: 0;
}
.listing-view .text-block .actions {
  display: none;
}
.listing-view.vm_list_view .list-product .product {
  width: 100%;
  padding-bottom: 10px;
}
.listing-view.vm_list_view .list-product .product .product-inner {
  padding: 0;
}
.listing-view.vm_list_view .list-product .product .product-inner .vm-product-media-container {
  width: 33%;
  float: left;
  max-width: 299px;
  margin-right: 15px;
  border: 1px solid #f1f1f1;
}
.listing-view.vm_list_view .list-product .product .product-inner .vm-product-media-container .actions {
  display: none;
}
.listing-view.vm_list_view .list-product .product .product-inner form.product {
  padding-bottom: 0;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block {
  float: none;
  width: auto;
  border-top: 0;
  padding: 0 15px;
  text-align: left;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .product_s_desc {
  float: left;
  display: block;
  margin-bottom: 15px;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .product-price {
  margin-bottom: 5px;
  margin-top: 10px;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .actions {
  display: inline-block;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .actions .addtocart-area {
  float: left;
  margin: 0 10px;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .actions .btn-wishlist {
  float: left;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .actions .notify {
  font-size: 12px;
  width: auto;
  border-radius: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff !important;
  background: #2f2f2f;
  height: 33px;
  line-height: 31px;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block .actions .notify i {
  display: none;
}
.listing-view.vm_list_view .list-product form.product {
  width: auto;
}
.items-more {
  margin-bottom: 30px;
}
.items-more li {
  margin-bottom: 10px;
}
.page-header {
  padding-bottom: 0;
  margin: 0 0 30px;
  border-bottom: 2px solid #eee;
}
.page-header h1 {
  color: #00507c;
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 500;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  letter-spacing: 2px;
}
.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;
}
.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;
}
.icons {
  display: inline-block;
}
.post-format {
  float: left;
  display: inline-block;
}
.post-format i {
  position: relative;
  float: left;
  display: table;
  width: 50px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
  text-align: center;
  color: #646464;
  border-radius: 0;
  margin-right: 20px;
  border-right: 1px solid #e9e9e9;
}
.entry-post-format iframe {
  margin-bottom: 0 !important;
}
.entry-link,
.entry-quote {
  overflow: hidden;
}
h2.entry-title {
  margin: 0;
  color: #646464;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  display: inline-block;
}
h2.entry-title a {
  color: #646464;
}
.entry-header .icons {
  float: right;
}
.entry-header .icons a {
  font-size: 13px;
  line-height: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.entry-header .icons a.dropdown-toggle {
  line-height: 50px;
}
.entry-header .icons .btn-group {
  display: inline-block !important;
}
.entry-header .icons .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.entry-header .icons .btn:active,
.entry-header .icons .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-header .icons .dropdown-menu a {
  padding: 10px 15px;
  margin-top: 0;
}
.entry-header .icons .dropdown-menu a span {
  margin-right: 7px;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
}
.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);
}
.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: 15px;
  border: none;
  background: none;
}
.entry-audio.embed-responsive {
  padding-bottom: 197px !important;
}
.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;
}
.quote-text-dark {
  background: #393939;
  padding: 20px 0;
  padding-left: 60px;
  padding-right: 30px;
  position: relative;
  line-height: 20px !important;
  font-size: 14px !important;
  color: #f9f9f9 !important;
  font-style: italic;
}
.quote-text-dark:after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 22px;
  font-style: normal;
  height: 18px;
  margin-top: -9px;
}
.article-info {
  float: left;
  display: inline-block;
  width: 100%;
  margin: 0 -8px 0;
  padding: 10px 0;
  line-height: 12px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article-info >dd {
  float: left;
  width: auto;
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.pager li>a,
.pager li>span {
  padding: 7px 22px;
  border: 0;
  background: #f5f5f5;
}
.pager li>a:hover,
.pager li>a:focus,
.pager li>span:hover,
.pager li>span:focus {
  color: #fff;
}
.pager li>a i,
.pager li>span i {
  font-size: 12px;
}
article.item {
  margin-bottom: -25px;
}
article .entry-image,
article .entry-post-format {
  margin: 0 0 20px 0;
}
.item .item-content .item-introtext {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.post-date {
  color: #909295;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.post-date .day {
  font-size: 60px;
}
.post-date .separator {
  margin: 0 5px;
}
.post-date .month {
  text-transform: uppercase;
}
.blog .item-introtext,
.blog .article-info,
.blog .tags {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.blog article.item {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
}
.blog article.item.column-4 h2.entry-title {
  font-size: 12px;
}
.blog article.item.column-4 .entry-header .icons {
  display: none;
}
.blog article.item.column-4 .entry-header .icons a {
  padding: 18px 5px;
}
.blog article.item.column-4 .entry-header .icons .dropdown-menu a {
  padding: 8px 5px;
}
.blog article.item.column-4 .readmore a,
.blog article.item.column-4 .jcomments-links a {
  margin-top: 10px;
}
.blog article.item.column-4 .article-info {
  text-align: center;
}
.item-page .postinfo-wrapper {
  float: left;
  padding-left: 0px;
  position: relative;
  width: 100%;
}
.item-page .postinfo-wrapper .post-date {
  background: #7ecc13;
  color: #fff;
  float: left;
  font-weight: 700;
  left: 0;
  padding: 18px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}
.item-page .postinfo-wrapper .post-date:after {
  background: #7ecc13;
  bottom: -58px;
  content: "";
  display: block;
  height: 58px;
  position: absolute;
  right: 0;
  width: 5px;
}
.item-page .postinfo-wrapper .post-date .day {
  display: block;
  font-size: 20px;
}
.item-page .postinfo-wrapper .post-date .separator {
  display: none;
}
.item-page .postinfo-wrapper .post-date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.item-page .postinfo-wrapper .articleBody {
  font-style: italic;
}
.item-page .entry-header {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  display: inline-block;
  width: 100%;
}
.item-page .article-info {
  display: inline-block;
  width: 100%;
  line-height: 38px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  margin-bottom: 20px;
}
.item-page .social-sharing {
  background: #f9f9f9;
  float: left;
  margin: 0px;
  padding: 30px;
  width: 100%;
}
.item-page .social-sharing .title-sharing {
  background: none;
  color: #909295;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 20px 0 0;
  text-transform: none;
}
.item-page .social-sharing a {
  border: 1px solid #ececec;
  border-radius: 3px;
  color: #909295;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: 40px;
}
.item-page .social-sharing a.social_facebook:hover {
  background: #3B579D;
  border: 1px solid #3B579D;
  color: #fff;
}
.item-page .social-sharing a.social_twitter:hover {
  background: #3ACAFF;
  border: 1px solid #3ACAFF;
  color: #fff;
}
.item-page .social-sharing a.social_google:hover {
  background: #D11717;
  border: 1px solid #D11717;
  color: #fff;
}
article .tags {
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 10px 0;
}
article .tags a {
  padding: 0 5px;
  line-height: 28px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ececec !important;
  display: inline-block;
  text-transform: capitalize;
  text-shadow: none;
  font-weight: normal;
  border-radius: 0px;
  box-shadow: none;
  font-size: 12px;
}
article .pager.pagenav {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
article .pager.pagenav li a {
  font-size: 13px;
  padding: 4px 20px;
}
article .pager.pagenav li a span {
  font-size: 10px;
}
.pagination-wrapper,
.vm-pagination {
  text-align: center;
  border-top: 2px solid #eee;
}
.pagination-wrapper .counter,
.vm-pagination .counter {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}
.pagination-wrapper .counter,
.vm-pagination .vm-page-counter {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}
.pagination {
  margin: 5px auto 20px;
}
.pagination >li:first-child >a,
.pagination >li:first-child >span,
.pagination >li:last-child >a,
.pagination >li:last-child >span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
}
.pagination li a {
  color: #4c4c4c;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0 8px;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  background: none !important;
}
.jcomments-links {
  text-align: left;
}
.item-block-bottom {
  border: 1px solid #eef0f2;
  padding: 15px;
  border-top: 0;
  display: inline-block;
  width: 100%;
}
.item-block-bottom >dd {
  display: inline-block;
  margin: 0;
}
.item-block-bottom .published {
  float: left;
}
.item-block-bottom .hits {
  float: right;
}
.comments-link,
.readmore-link {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  margin: 5px auto;
  margin-bottom: 25px;
  padding: 0;
  background-image: none;
}
.comments-link {
  margin-left: 20px;
}
.smiles img {
  display: inline-block;
}
#comments h4.coments_header,
#jc h4.coments_header {
  color: #505558;
  font-weight: 300 !important;
  line-height: 36px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6ebed;
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
#comments h4.coments_header:after,
#jc h4.coments_header:after {
  content: "";
  display: inherit;
  width: 34px;
  height: 2px;
  background: #bbbfc8;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin-left: 0;
}
#jc {
  padding: 0;
}
#jc h4 {
  border-bottom: 8px solid #f7f7f7;
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 45px;
}
#jc input[type="text"],
#jc input[type="password"],
#jc input[type="email"],
#jc textarea,
#jc select {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #ececec;
  color: #8a8d94;
  border-radius: 0;
}
#jc input,
#jc select {
  padding: 9px 20px 9px 20px !important;
  margin-top: 6px;
  margin-bottom: 12px;
  height: auto !important;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #8a8d94;
}
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error,
#comments-form #comments-form-captcha-holder {
  margin-left: 0 !important;
  font-size: 14px;
}
#comments-form input {
  background-color: #fdfdfd;
}
#comments-form input:focus {
  border: 1px solid #a9bff0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#comments-form input.checkbox {
  float: left;
  margin: 5px 3px 0 0;
}
#comments-form input.captcha {
  width: 121px !important;
}
#comments-form textarea {
  padding: 20px !important;
  background-color: #fdfdfd;
}
#comments-report-form #comments-form-send.btn,
#comments-form #comments-form-send.btn {
  background-image: none !important;
  margin-right: 0 !important;
}
#comments-report-form #comments-form-send.btn div,
#comments-form #comments-form-send.btn div {
  margin: 0 !important;
  background-image: none !important;
  padding: 0;
}
#comments-report-form #comments-form-send a,
#comments-form #comments-form-send a {
  display: inline-block;
  padding: 0 42px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  height: 33px;
  line-height: 33px;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#comments-report-form #comments-form-send a:hover,
#comments-form #comments-form-send a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qlform .form-horizontal .control-group {
  margin-bottom: 10px;
}
.qlform .form-horizontal .control-group.submit {
  margin-top: 8px;
  margin-bottom: 0;
}
.qlform .form-horizontal .controls {
  position: relative;
  margin-left: 0;
}
.qlform .form-horizontal .controls input,
.qlform .form-horizontal .controls textarea {
  width: 100%;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 30px 3px 17px;
  color: #555;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qlform .form-horizontal .controls input[name="captcha"] {
  width: auto;
}
.qlform .form-horizontal .controls input.submit {
  width: auto;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 15px;
  padding: 0 30px;
}
.qlform .form-horizontal .controls input.submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qlform .form-horizontal .controls textarea {
  height: 160px;
}
.qlform .form-horizontal .controls:after {
  content: "";
  color: #d0d6d9;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  line-height: 38px;
  display: inline-block;
  font-family: FontAwesome;
  text-align: center;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.qlform .form-horizontal .controls.jform_name:after {
  content: "\f007";
}
.qlform .form-horizontal .controls.jform_email:after {
  content: "\f0e0";
}
.qlform .form-horizontal .controls.jform_subject:after {
  content: "\f086";
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.about-us-info .readmore {
  background: #252525;
  border: none;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  font-size: 11px;
  height: 40px;
  padding: 0 28px;
  text-transform: uppercase;
  border-radius: 0;
}
.about-us-info .readmore:after {
  margin-left: 20px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  content: "\f061";
}
.vina-our-experiences strong {
  display: block;
}
.vina-our-experiences ul li {
  list-style: none;
  margin: 0 0 20px;
  padding-left: 60px;
  position: relative;
}
.vina-our-experiences ul li em {
  background: #7ecc13;
  border: 3px solid #a3ed3e;
  border-radius: 84px;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 48px;
  left: 0;
  line-height: 42px;
  margin-right: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.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;
}
#sp-page-builder .frequently-questions .sppb-section-title .sppb-title-heading {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e5e5e5;
}
#sp-page-builder .frequently-questions .sppb-section-title .sppb-title-subheading {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 20px !important;
}
.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 em strong {
  display: none;
}
.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;
}
.our-works ul {
  margin-bottom: 0;
  padding: 0;
}
.our-works ul li {
  list-style: none;
  margin: 0 0 20px;
  padding-left: 60px;
  position: relative;
}
.our-works ul li em {
  background: #83cbdc;
  border: 3px solid #bfe4ed;
  border-radius: 84px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 48px;
  left: 0;
  line-height: 42px;
  margin-right: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
.vina-feature .sppb-media .sppb-icon {
  background: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 100%;
  float: left;
  height: 70px;
  margin: 0;
  padding: 2px;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vina-feature .sppb-media .sppb-icon span {
  background: #fff;
  border: none;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vina-feature .sppb-media .sppb-icon span i {
  color: #e5e5e5;
  line-height: 60px !important;
}
.vina-feature .sppb-media .sppb-media-body {
  padding-left: 15px;
}
.vina-feature .sppb-media .sppb-media-body .sppb-feature-box-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e5e5e5;
}
.vina-feature .sppb-media .sppb-media-body .sppb-addon-text {
  color: #646464;
  font-size: 13px;
}
.vina-feature .sppb-addon-feature {
  margin-bottom: 60px;
}
.vina-feature .sppb-addon-feature:hover .sppb-media .sppb-icon span {
  border: none;
}
.vina-feature .sppb-addon-feature:hover .sppb-media .sppb-icon span i {
  color: #fff;
}
.why-choose-us ul li {
  list-style: none;
  margin: 0 0 15px;
  padding-left: 0;
  position: relative;
}
.why-choose-us ul li:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.contact-form .sppb-addon-title {
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 60px;
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.sp-page-title {
  margin-bottom: 50px;
}
.contact-page .sp-page-title {
  margin-bottom: 0;
}
#sp-page-builder {
  padding-top: 50px;
}
#sp-page-builder .page-content {
  font-size: 13px;
  color: #646464;
}
#sp-page-builder .page-content .sppb-section.contact-form {
  margin-top: 60px;
  margin-bottom: 40px;
}
.info-about-us {
  margin-bottom: 80px;
}
.info-about-us .sppb-image-content-title {
  margin-top: -7px;
}
.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: 0 0 0 20px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 0;
}
.progress-bar-addon {
  position: relative;
  margin-bottom: 28px;
}
.progress-percent {
  font-size: 12px;
  color: #fff;
  background: #83cbdc;
  border-radius: 100%;
  display: block;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  bottom: -12px;
  width: 42px;
}
.title-progress {
  margin-left: 55px;
}
.about-feature .sppb-addon-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.our-works ul {
  margin-bottom: 0;
  padding: 0;
}
.our-works ul li {
  list-style: none;
  margin: 0 0 20px;
  padding-left: 60px;
  position: relative;
}
.our-works ul li em {
  background: #83cbdc;
  border: 3px solid #bfe4ed;
  border-radius: 84px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 48px;
  left: 0;
  line-height: 42px;
  margin-right: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.tabs_buttons .sptab-title em {
  display: none !important;
}
.sp-module.row .tabs_buttons {
  padding: 0 15px;
}
.sptab .items_mask {
  overflow: visible !important;
}
#sp-tabs-product-wrapper .sp-module div.sptab {
  border: 0 !important;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tab-padding {
  padding: 0 !important;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons .tabs_mask {
  width: 100%;
  height: auto;
  display: table;
  background: #fff;
  line-height: inherit;
  border: 0;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container {
  width: 100%;
  display: table;
  margin: 0 0 30px !important;
  padding: 0 0 10px !important;
  overflow: hidden;
  border-bottom: 1px solid #4c4c4c;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
  padding: 0px 10px;
  background: transparent !important;
  position: relative;
  color: #646464;
  font-size: 20px;
  text-transform: uppercase;
  border: 0 !important;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab span {
  float: left;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab span.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab:before {
  float: left;
  content: "/";
  display: inline-block;
  margin-right: 15px;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab.first-tab {
  padding-left: 0;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab.first-tab:before {
  display: none;
}
#sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab:last-child {
  padding-right: 0;
}
#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 50px;
}
#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  margin: 0;
  padding: 10px 18px;
  background: #0275bd;
}
#sp-left .sp-module .sp-module-title h3,
#sp-right .sp-module .sp-module-title h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
#sp-left .sp-module .sp-module-content,
#sp-right .sp-module .sp-module-content {
  padding: 15px;
  border: 1px solid #e5e5e5;
}
#sp-left .sp-module.row .sp-module-title,
#sp-right .sp-module.row .sp-module-title {
  margin-left: 15px;
  margin-right: 15px;
}
#sp-left .sp-module.banner-sidebar .sp-module-content,
#sp-right .sp-module.banner-sidebar .sp-module-content {
  padding: 0;
  border: 0;
}
#sp-left .sp-module.vm_category .sp-module-title,
#sp-right .sp-module.vm_category .sp-module-title {
  padding: 12px 0 12px 22px;
}
#sp-left .sp-module.vm_category .sp-module-title h3 .title,
#sp-left .sp-module.vm_category .sp-module-title h3:before,
#sp-right .sp-module.vm_category .sp-module-title h3 .title,
#sp-right .sp-module.vm_category .sp-module-title h3:before {
  float: left;
  line-height: 23px;
}
#sp-left .sp-module.vm_category .sp-module-content,
#sp-right .sp-module.vm_category .sp-module-content {
  padding: 0;
  border: 0;
}
#sp-left .sp-module.shop_by .sp-module-content,
#sp-right .sp-module.shop_by .sp-module-content {
  padding: 0;
}
#sp-left .sp-module.mod_recents .sp-module-content,
#sp-right .sp-module.mod_recents .sp-module-content {
  padding: 0;
  border: 0;
}
#sp-left .sp-module .search input,
#sp-right .sp-module .search input {
  width: 100%;
  color: #0275bd;
}
#sp-left .sp-module li,
#sp-right .sp-module li {
  line-height: 33px;
}
#sp-left .sp-module li a,
#sp-right .sp-module li a {
  color: #757575;
  display: inline-block;
}
#sp-left .sp-module div.vina-treeview-virtuemart li a,
#sp-right .sp-module div.vina-treeview-virtuemart li a {
  color: #fff;
}
#sp-left .sp-module .mage-products .product .item-inner,
#sp-left .sp-module .mage-products .product .product-inner,
#sp-right .sp-module .mage-products .product .item-inner,
#sp-right .sp-module .mage-products .product .product-inner {
  margin-bottom: 9px;
}
#sp-left .sp-module div.vina-ticker-content .info span,
#sp-right .sp-module div.vina-ticker-content .info span {
  font-size: 11px;
  font-style: italic;
  color: #7e7e7e;
}
#sp-left .sp-module div.vina-ticker-content .info span em,
#sp-right .sp-module div.vina-ticker-content .info span em {
  display: none;
}
#sp-left .sp-module div.vina-ticker-content .vina-item,
#sp-right .sp-module div.vina-ticker-content .vina-item {
  padding: 20px 0px 0;
  color: #646464;
  border-top: solid 1px transparent !important;
}
#sp-left .sp-module div.vina-ticker-content .vina-item .row-fluid,
#sp-right .sp-module div.vina-ticker-content .vina-item .row-fluid {
  padding: 10px 0;
}
#sp-left .sp-module div.vina-ticker-content .vina-item .text-block,
#sp-right .sp-module div.vina-ticker-content .vina-item .text-block {
  padding-left: 8px;
}
#sp-left .sp-module div.vina-ticker-content .vina-item a,
#sp-right .sp-module div.vina-ticker-content .vina-item a {
  color: #646464 !important;
}
#sp-left .sp-module div.vina-ticker-content .vina-item h4.title,
#sp-right .sp-module div.vina-ticker-content .vina-item h4.title {
  font-size: 13px;
  font-weight: normal;
}
#sp-left .sp-module div.vina-ticker-content .vina-item .blog-quick-view,
#sp-right .sp-module div.vina-ticker-content .vina-item .blog-quick-view {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #757575;
  line-height: 20px;
}
#sp-left .sp-module .cf_wrapp_all,
#sp-right .sp-module .cf_wrapp_all {
  padding-top: 15px;
}
#sp-left .sp-module .cf_flt_wrapper ul.cf_filters_list li a.cf_clear,
#sp-right .sp-module .cf_flt_wrapper ul.cf_filters_list li a.cf_clear {
  color: #6a6a6a !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px !important;
}
#sp-left .sp-module .tagspopular ul li,
#sp-right .sp-module .tagspopular ul li {
  display: inline-block;
  margin: 0 2px 10px 0;
  line-height: 20px;
}
#sp-left .sp-module .tagspopular ul li:before,
#sp-right .sp-module .tagspopular ul li:before {
  display: none;
}
#sp-left .sp-module .tagspopular ul li a,
#sp-right .sp-module .tagspopular ul li a {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 4px 9px 5px;
  border-radius: 16px;
}
.sp-module div.vina-treeview-virtuemart .level0.treeview > li {
  padding: 0;
}
.sp-module div.vina-treeview-virtuemart .treeview ul {
  margin-top: 0;
  background-color: #555 !important;
}
.sp-module div.vina-treeview-virtuemart .treeview ul li a {
  background: #555 !important;
}
.sp-module div.vina-treeview-virtuemart .treeview li {
  position: relative;
  padding: 0;
  background: none !important;
}
.sp-module div.vina-treeview-virtuemart .treeview li.lastCollapsable,
.sp-module div.vina-treeview-virtuemart .treeview li.lastExpandable {
  background: none !important;
}
.sp-module div.vina-treeview-virtuemart .treeview li a {
  width: 100%;
  padding: 0 10px 0px 52px;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea {
  background: none !important;
  height: auto;
  width: auto;
  margin-left: 0;
  padding: 0 24px;
  cursor: pointer;
  right: 0;
  position: absolute;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea:before {
  content: "\f107";
}
.cf_form .cf_resetAll_link {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.cf_form .cf_filtering_slider_gutter {
  width: 100%;
}
.cf_form .cf_filtering_slider_gutter_item {
  position: relative;
  float: left;
  width: 9px;
  height: 16px;
}
.cf_form .cf_slider_gutter_l {
  background: url(../images/general/slider_rptr.png) center left no-repeat;
}
.cf_form .cf_slider_gutter_r {
  background: url(../images/general/bg_price_filter.png) center right no-repeat;
}
.cf_form .cf_slider_gutter_m {
  width: 90%;
  background: url(../images/general/bg_price_filter.png) center repeat-x;
  height: 16px;
}
.cf_form .slider_bkg_img {
  margin: 0;
  width: 100%;
  height: 16px;
  background: url(../images/general/bkg_slider.png) center repeat-x;
}
.cf_form .cf_flt_wrapper_rtl .slider_bkg_img {
  margin: 0;
}
.cf_form .knob_wrapper {
  height: 14px;
}
.cf_form .cf_filtering_knob {
  height: 16px;
  width: 16px;
  border-radius: 0;
}
.cf_form .cf_filtering_knob_from,
.cf_form .cf_filtering_knob_to {
  background: url(../images/general/slider_knob_to.png) center left no-repeat;
}
.cf_form .cf_filtering_knob_from:hover,
.cf_form .cf_filtering_knob_to:hover {
  background-position: center 0;
}
.cf_form .cf_filtering_knob_from {
  top: 0;
}
.cf_form .cf_filtering_knob_to {
  position: absolute !important;
  top: 0;
  bottom: auto !important;
  background-position: center 100%;
}
.cf_flt_header .headexpand {
  width: 12px;
  height: 12px;
  margin-top: 12px;
}
.cf_flt_header .headexpand_show {
  background: url(../images/general/arrows_exp.png) left bottom no-repeat;
}
.cf_flt_header .headexpand_hide {
  background: url(../images/general/arrows_exp.png) left top no-repeat;
}
.cf_flt_wrapper {
  margin-bottom: 20px !important;
}
.cf_flt_wrapper .cf_flt_header {
  position: relative;
  display: block;
  color: #252525;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 0 15px;
  background-color: #ebebeb;
}
.cf_flt_wrapper .cf_wrapper_inner {
  padding: 14px 10px 14px 15px;
}
.cf_flt_wrapper li.cf_catOption a {
  font-size: 14px !important;
  text-transform: capitalize;
  color: #979797;
  font-weight: normal;
  line-height: 28px;
}
.cf_flt_wrapper li.cf_catOption a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #979797;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.cf_flt_wrapper .cf_filters_list li .cf_sel_opt {
  font-weight: normal;
}
.cf_flt_wrapper ul.cf_filters_list {
  padding: 0 0 15px 0;
  margin: 0 0 -15px;
}
.cf_flt_wrapper ul.cf_filters_list li {
  line-height: 33px;
  color: #222;
  margin-bottom: 0 !important;
}
.cf_flt_wrapper ul.cf_filters_list li .cf_option {
  padding: 0 5px;
}
.cf_flt_wrapper ul.cf_filters_list li a {
  font-size: 14px !important;
  text-transform: capitalize;
  color: #979797;
  font-weight: normal;
  line-height: 28px;
}
.cf_flt_wrapper ul.cf_filters_list li.cf_li_clear {
  margin-bottom: 15px !important;
}
.cf_flt_wrapper input.cf_smart_search,
.cf_flt_wrapper .cf_wrapper_input_text input[type="search"] {
  width: 100%;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 5px 50px 5px 10px;
  color: #666 !important;
  font-size: 13px;
  font-style: italic;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cf_flt_wrapper .cf_wrapper_input_text {
  padding-bottom: 20px;
}
.cf_flt_wrapper .cf_wrapper_input_text label {
  font-size: 13px;
  color: #757575;
  font-weight: bold;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal input[type="search"] {
  width: 80%;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button {
  width: 18%;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  pointer-events: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button i {
  margin: 0;
  height: 26px !important;
  line-height: 26px !important;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal input[type="search"],
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal input[type="search"] {
  width: 60px;
  padding: 3px;
  margin-right: 5px;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button,
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button {
  width: auto;
  padding: 0px 15px;
  cursor: pointer;
  pointer-events: visible;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button i before,
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button i before {
  margin: 0;
}
.cf_flt_wrapper ul.cf_filters_list li,
.cf_flt_wrapper .cf_catOption {
  position: relative;
  padding-right: 15px;
}
.cf_flt_wrapper ul.cf_filters_list li .cf_flt_counter,
.cf_flt_wrapper .cf_catOption .cf_flt_counter {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.cf_resetAll_link {
  text-decoration: underline;
}
#sp-footer .sp-module {
  margin-top: 0;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .csoon-header {
  text-align: center;
}
.sp-comingsoon .csoon-header p {
  text-align: center;
}
.sp-comingsoon .csoon-header img {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.sp-comingsoon .sp-comingsoon-title {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.3em;
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
  display: inline-block;
}
.sp-comingsoon .sp-comingsoon-logo img {
  margin: auto;
}
.sp-comingsoon .form-group {
  margin: 0 2px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  font-size: 14px;
  line-height: 1.42857143;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  width: auto;
  margin: 10px 45px;
  font-weight: 300;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: auto;
  height: 115px;
  line-height: 115px;
  display: inline-block;
  font-size: 100px;
  font-weight: 100;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.6);
  border: 0;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-transform: capitalize;
  width: 100%;
  text-shadow: 0 2px 2px rgba(0,0,0,0.6);
}
.sp-comingsoon .csoon-social {
  padding: 20px 0 0;
}
.sp-comingsoon .csoon-social > .container {
  line-height: 0;
}
.sp-comingsoon .social-icons {
  display: inline-block;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 14px 7px 9px 7px;
}
.sp-comingsoon .social-icons li a {
  display: block;
  width: 77px;
  height: 77px;
  color: #fff;
  border: 0;
  line-height: 77px;
  position: relative;
  transition: 0.2s;
  font-size: 25px;
}
.sp-comingsoon .social-icons li a:hover {
  background-position: 0 -8px;
  line-height: 68px;
}
.sp-comingsoon .social-icons li a:hover:after {
  height: 8px;
}
.sp-comingsoon .social-icons li a:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.sp-comingsoon .social-icons li .google-plus {
  background-color: #d34836;
}
.sp-comingsoon .social-icons li .google-plus:hover:after {
  background-color: #86291d;
}
.sp-comingsoon .social-icons li .twitter {
  background-color: #4099ff;
}
.sp-comingsoon .social-icons li .twitter:hover:after {
  background-color: #0065d9;
}
.sp-comingsoon .social-icons li .facebook {
  background-color: #3b5998;
}
.sp-comingsoon .social-icons li .facebook:hover:after {
  background-color: #1e2e4f;
}
.sp-comingsoon .social-icons li .youtube {
  background: #cc181e;
}
.sp-comingsoon .social-icons li .youtube:hover:after {
  background: #A91E1D;
}
.sp-comingsoon .social-icons li .linkedin {
  background-color: #ee802f;
}
.sp-comingsoon .social-icons li .linkedin:hover:after {
  background-color: #a9500e;
}
.sp-comingsoon .social-icons li .dribbble {
  background-color: #0275bd;
}
.sp-comingsoon .social-icons li .dribbble:hover:after {
  background-color: #1e2e4f;
}
.sp-comingsoon .form-login-wrapper.form-inline .form-group #username,
.sp-comingsoon .form-login-wrapper.form-inline .form-group #passwd,
.sp-comingsoon .form-login-wrapper.form-inline .form-group .login,
.sp-comingsoon .form-login-wrapper.form-inline .form-group #username,
.sp-comingsoon .form-login-wrapper.form-inline .form-group #passwd,
.sp-comingsoon .form-login-wrapper.form-inline .form-group .login {
  background: transparent;
  height: 38px;
  color: #fff;
}
.sp-comingsoon .form-login-wrapper.form-inline .login {
  border: 3px solid #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: lowercase;
  width: auto;
  border-radius: 0;
  line-height: 28px;
}
.sp-comingsoon .form-login-wrapper.form-inline input:-webkit-autofill {
  background: transparent !important;
}
.overlay2 {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sp-comingsoon-wrap {
  padding: 85px 0 40px;
  background: url(../images/bg_coming_soon.jpg) no-repeat center center fixed;
  width: 100%;
  min-height: 100%;
  position: relative;
  background-position: 0 0;
}
.sp-comingsoon-wrap > .container {
  position: relative;
}
.sp-comingsoon-wrap.sp_offline_wrap {
  padding: 80px 30px;
}
.sp_offline_wrap .sp-offline img {
  margin: auto;
}
.sp_offline_wrap .sp-offline h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3em;
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
  display: inline-block;
  color: #fff;
}
.sp_offline_wrap .sp-offline p {
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3em;
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
  margin-top: 20px;
}
.csoon-footer p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  text-align: center;
}
.csoon-footer a {
  color: #e52b50;
}
h3.sppb-addon-title,
h3.sppb-image-content-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.sppb-text-center .sppb-img-responsive {
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .sppb-container {
    width: 1200px;
  }
  .sppb-container .sppb-container {
    width: auto;
  }
  .sppb-container .sppb-container .sppb-col-sm-6.sppb-col-sm-offset-6 {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .sppb-container .sppb-container {
    width: auto;
  }
}
@media (max-width: 480px) {
  .product.width-percent {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .product.width-percent {
    width: 50%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .product.width-percent {
    width: 33.33%;
  }
}
@media (max-width: 979px) {
  .zoomContainer {
    display: none;
  }
}
@media (max-width: 1024px) {
  .product .product-inner {
    max-width: 400px;
    margin: 0 auto;
  }
  .mage-products .product .product-inner,
  #sp-left .product .product-inner,
  #sp-right .product .product-inner,
  #sp-home2-left .product .product-inner {
    max-width: 100%;
  }
  #related_carousel .product .product-inner {
    max-width: 100%;
  }
  .listing-view.vm_list_view .list-product .product .product-inner {
    max-width: 100%;
  }
}
#ProOPC button:active,
#ProOPC button:focus,
#ProOPC button:hover,
#ProOPC input[type="button"]:active,
#ProOPC input[type="button"]:focus,
#ProOPC input[type="button"]:hover,
#ProOPC input[type="reset"]:active,
#ProOPC input[type="reset"]:focus,
#ProOPC input[type="reset"]:hover,
#ProOPC input[type="submit"]:active,
#ProOPC input[type="submit"]:focus,
#ProOPC input[type="submit"]:hover,
#ProOPC input.addtocart-button:active,
#ProOPC input.addtocart-button:focus,
#ProOPC input.addtocart-button:hover,
#ProOPC input.addtocart-button-disabled:active,
#ProOPC input.addtocart-button-disabled:focus,
#ProOPC input.addtocart-button-disabled:hover,
#ProOPC .cart-view .continue_link:active,
#ProOPC .cart-view .continue_link:focus,
#ProOPC .cart-view .continue_link:hover,
#ProOPC .vina-button:active,
#ProOPC .vina-button:focus,
#ProOPC .vina-button:hover,
#ProOPC .vm-product-details-container .add-to-box div#vmcompare a:active,
#ProOPC .vm-product-details-container .add-to-box div#vmcompare a:focus,
#ProOPC .vm-product-details-container .add-to-box div#vmcompare a:hover,
#ProOPC .vm-product-details-container .add-to-box a.email-friend:active,
#ProOPC .vm-product-details-container .add-to-box a.email-friend:focus,
#ProOPC .vm-product-details-container .add-to-box a.email-friend:hover {
  border: 1px solid #ccc !important;
}
#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  overflow: hidden;
}
#loader,
#loader:before,
#loader:after {
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#pageloader .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000;
  z-index: 10;
}
#pageloader .loader-section.left {
  left: 0;
}
#pageloader .loader-section.right {
  right: 0;
}
.loaded #pageloader .loader-section.left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
  transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
}
.loaded #pageloader .loader-section.right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
  transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.loaded #pageloader {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s 1s ease-out;
  -moz-transition: all .3s 1s ease-out;
  transition: all .3s 1s ease-out;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#sbox-window {
  padding: 0 !Important;
  left: 0 !important;
  right: 0 !Important;
  margin: 0 auto;
}
.contentpane.popup-quick-view {
  padding: 25px 15px 0;
  overflow-x: hidden;
}
.contentpane.popup-quick-view .vm-product-details-inner,
.contentpane.popup-quick-view .vm-product-details-container {
  position: initial;
}
.contentpane.popup-quick-view .productdetails-view .vm-product-container {
  position: relative;
}
.contentpane.popup-quick-view .productdetails-view .vm-product-media-container,
.contentpane.popup-quick-view .productdetails-view .vm-product-details-container {
  width: 50%;
}
.contentpane.popup-quick-view .productdetails-view .product-neighbours,
.contentpane.popup-quick-view .productdetails-view .separator,
.contentpane.popup-quick-view .productdetails-view .add_review,
.contentpane.popup-quick-view .productdetails-view #tab-block,
.contentpane.popup-quick-view .productdetails-view .related_prd,
.contentpane.popup-quick-view .productdetails-view .related_cat {
  display: none !important;
}
.contentpane.popup-quick-view #fancybox-content .continue_link,
.contentpane.popup-quick-view #fancybox-content .showcart {
  display: none !important;
}
.contentpane.popup-quick-view #jc,
.contentpane.popup-quick-view .pagenav,
.contentpane.popup-quick-view .tags {
  display: none !important;
}
@media (max-width: 1200px) and (min-width: 979px) {
  .contentpane.popup-quick-view .vm-product-details-inner span.addtocart-button {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  #sbox-window {
    width: 90% !important;
    height: auto !important;
  }
  #sbox-window #sbox-content iframe {
    width: 100%;
  }
  .contentpane span.addtocart-button {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .contentpane.popup-quick-view .productdetails-view .vm-product-media-container,
  .contentpane.popup-quick-view .productdetails-view .vm-product-details-container {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768) {
  .contentpane span.addtocart-button {
    margin-top: 0;
  }
}
body {
  font-size: 14px;
  font-family: 'PT Sans Narrow',Verdana!important;
  font-weight: 400;
  color: #00507C;
  text-align: left;
  background: #fff;
  line-height: 22px;
}
.body-innerwrapper {
  overflow-x: 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);
  background: #fff;
}
body.layout-boxed .body-innerwrapper {
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
body.layout-boxed .is-sticky #sp-header {
  left: auto;
  right: auto;
}
body.layout-boxed .banner-static {
  display: block;
}
body.layout-boxed .sp-module .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons {
  top: -72px;
}
body.layout-boxed .sp-module.mod_title2 .sp-module-content {
  padding: 29px 15px 0;
}
body.layout-boxed .sp-module.deals-carousel .sp-module-content {
  padding: 60px 0 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00507C !important;
  font-weight: 500;
  line-height: 1.35;
text-transform:uppercase;
    padding: 10px 0;
    text-align: center;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
p {
  margin: 0 0 10px;
    font-size: 16px;
}
blockquote {
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 20px;
  background: #f1f1f1 none repeat scroll 0 0;
}
a {
  color: #F4166B;
  text-decoration: none;
}
.table {
  display: table;
  height: 100%;
  margin-bottom: 0;
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
section {
  margin-bottom: 35px;
}
section#sp-top-wrapper,
section#sp-breadcrumb-wrapper,
section#sp-header-middle-wrapper,
section#sp-top-content-wrapper,
section#sp-slider-wrapper,
section#sp-bottom-info-wrapper,
section#sp-bottom,
section#sp-footer {
  margin-bottom: 0;
}
section#sp-featured-products-wrapper,
section#sp-product-categories-1-wrapper,
section#sp-product-categories-2-wrapper {
  padding-top: 20px;
}
.breadcrumb {
font-size: px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #b7b7b71c;
    margin-top: 0;
    text-align: center;
}
.breadcrumb li,
.breadcrumb a {
  font-size: 16px;
  text-transform: none;
}
.breadcrumb >li+li:before {
  font-family: arial;
  content: "/";
  color: #646464;
  padding: 0 5px;
}
ul.link-follow {
  padding-bottom: 25px;
  display: table;
  margin: 0 auto;
}
ul.link-follow li {
  float: left;
  margin-right: 8px;
  padding-left: 8px;
}
ul.link-follow li.first {
  padding-left: 0;
  border: 0;
}
ul.link-follow a {
  position: relative;
  display: block;
  height: 37px;
  line-height: 37px;
  width: 37px;
  text-align: center;
  font-size: 0;
  padding: 0;
  border-radius: 100%;
}
ul.link-follow a:before {
  display: inline-block;
  font-size: 16px;
}
ul.link-follow a:hover:before {
  color: #fff;
}
#sp-header-sticky-wrapper {
  height: auto !important;
    margin: 0px 0;
}
div.vina-ticker-content,
div.vina-vscoller-twitter {
  position: relative;
  background-color: transparent !important;
}
div.vina-ticker-content .header-block,
div.vina-vscoller-twitter .header-block {
  position: absolute;
  top: -30px;
  right: 10px;
}
div.vina-ticker-content .header-block span,
div.vina-vscoller-twitter .header-block span {
  height: 14px;
}
div.vina-ticker-content .header-block span.up,
div.vina-ticker-content .header-block span.down,
div.vina-ticker-content .header-block span.toggle,
div.vina-ticker-content .header-block span.toggle.et-run,
div.vina-vscoller-twitter .header-block span.up,
div.vina-vscoller-twitter .header-block span.down,
div.vina-vscoller-twitter .header-block span.toggle,
div.vina-vscoller-twitter .header-block span.toggle.et-run {
  width: 10px;
  background-size: 10px 14px;
}
div.vina-ticker-content .header-block span.toggle,
div.vina-vscoller-twitter .header-block span.toggle {
  right: 15px;
}
div.vina-ticker-content .header-block span.up,
div.vina-vscoller-twitter .header-block span.up {
  right: 30px;
}
div.vina-vscoller-twitter .header-block {
  top: -44px;
  left: 0;
  right: auto;
  width: 100%;
}
div.vina-vscoller-twitter .vina-items-wrapper .vina-item {
  color: #909295 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  font-size: 13px;
  padding-left: 0 !important;
  background-color: transparent !important;
}
div.vina-vscoller-twitter .vina-items-wrapper .vina-item a {
  color: #909295 !important;
}
div.vina-vscoller-twitter .vina-items-wrapper .vina-item .author {
  padding-left: 68px !important;
  min-height: 48px !important;
}
div.vina-vscoller-twitter .vina-items-wrapper .vina-item .avatar {
  left: 0 !important;
}
div.vina-vscoller-twitter .vina-items-wrapper .vina-item .entry {
  padding: 10px 0;
}
div.vina-vscoller-twitter .follow-us {
  text-align: left;
}
div.vina-vscoller-twitter .follow-us a {
  font-size: 12px;
}
.sp-module.custom-brand {
  width: 100%;
  display: inline-block;
}
.sp-module.custom-brand .sp-module-title {
  margin-top: 0;
  float: left;
  width: 22%;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.sp-module.custom-brand .sp-module-title h3 {
  background: #ececec;
  padding: 10px;
  margin: 5px;
  font-size: 24px;
  min-height: 214px;
  padding-top: 40px;
  position: relative;
}
.sp-module.custom-brand .sp-module-title h3:before {
  content: "";
  width: 66%;
  border-bottom: 4px solid #898989;
  position: absolute;
  left: 50%;
  margin-left: -33%;
  bottom: 50%;
  margin-bottom: -10px;
}
.sp-module.custom-brand .sp-module-content {
  float: right;
  width: 76%;
}
.sp-module.custom-brand .sp-module-content .item img {
  width: 100%;
}
.sp-module.custom-brand .sp-module-content .item .item-inner {
  margin: 0 0 5px 5px;
}
.sp-module.custom-brand .sp-module-content .owl-item .item .item-inner {
  padding: 0;
}
.sp-module.custom-brand .owl-nav {
  width: 80px;
  text-align: center;
  position: absolute;
  left: -145px;
  bottom: 50px;
  opacity: 1;
  display: inherit;
}
.sp-module.custom-brand .owl-nav >div {
  font-size: 0;
  color: transparent;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -19px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sp-module.custom-brand .owl-nav >div:before {
  content: "";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e1e1e1;
  font-size: 14px;
  line-height: 38px;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 100%;
}
.sp-module.custom-brand .owl-nav >div:hover:before {
  background: #222;
}
.sp-module.custom-brand .owl-nav .owl-next {
  right: 0;
}
.sp-module.custom-brand .owl-nav .owl-next:before {
  content: "\f101";
}
.sp-module.custom-brand .owl-nav .owl-prev {
  left: 0;
}
.sp-module.custom-brand .owl-nav .owl-prev:before {
  content: "\f100";
}
.sp-module.deals-carousel {
  border: 1px solid #e5e5e5;
}
.sp-module.deals-carousel .sp-module-title {
  position: relative;
}
.sp-module.deals-carousel .sp-module-title h3 {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: 700;
  height: 48px;
  left: -10px;
  line-height: 48px;
  padding: 0 15px 0 40px;
  position: absolute;
  top: -1px;
  width: auto;
  background: #7ecc13;
  z-index: 2;
}
.sp-module.deals-carousel .sp-module-title h3:before {
  border-top: 10px solid #5b940e;
  border-left: 10px solid transparent;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.sp-module.deals-carousel .sp-module-title h3:after {
  border-bottom: 24px solid transparent;
  border-left: 18px solid #7ecc13;
  border-top: 24px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
}
.sp-module.deals-carousel .sp-module-content {
  padding: 65px 0 0px;
}
.sp-module.deals-carousel.home2-deals-carousel .sp-module-content {
  padding: 60px 0 12px;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .vm-product-media-container,
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .text-block {
  width: 100%;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .text-block {
  padding: 0;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .product-price {
  margin: 10px 0 19px 0;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .product-price span {
  font-size: 26px;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .product-price .price-crossed span {
  font-size: 14px;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .product-title {
  font-size: 16px;
  padding: 0;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .timer-grid {
  margin-bottom: 8px;
}
.sp-module.deals-carousel.home2-deals-carousel .has-counter .product .product-inner .timer-grid .box-time-date {
  margin: 5px 0;
  font-size: 10px;
}
.sp-module.mod_tweets_recent {
  margin-top: 44px;
}
.sp-module.mod_tweets_recent .vina-vscoller-twitter .header-block .control-block span {
  top: 8px;
}
.sp-module .sp-module-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 15px;
  position: relative;
  display: inline-block;
}
.sp-module.row .sp-module-title {
  padding: 0 15px;
}
.sp-module.row .row {
  margin-left: 0;
  margin-right: 0;
}
.sp-module.mod_title .sp-module-title,
.sp-module.mod_title1 .sp-module-title {
  text-align: center;
}
.sp-module.mod_title .sp-module-title h3,
.sp-module.mod_title1 .sp-module-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 33px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.sp-module.mod_title .sp-module-title h3:after,
.sp-module.mod_title1 .sp-module-title h3:after {
  background: #4c4c4c;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}
.sp-module.mod_title2 {
  border: 1px solid #e5e5e5;
}
.sp-module.mod_title2 .sp-module-title h3 {
  display: block;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 0 12px 22px;
  margin: 0;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.sp-module.mod_title2 .sp-module-content {
  padding: 25px 15px 0;
}
.sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div {
  background-color: #fff;
}
.sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div:before {
  color: #898989;
}
.sp-module.mod_title3 .sp-module-content {
  padding: 10px 0 0;
}
.sp-module.mod_title3 .mage-products .product .item-inner .item-i,
.sp-module.mod_title3 .mage-products .product .product-inner .item-i {
  border-top: 0;
}
#sp-top-wrapper {
  border-bottom: 1px solid #e5e5e5;
}
#sp-top-wrapper .sp-module {
  margin-top: 0;
}
#sp-top-wrapper .sp-module .sp-module-title h3 {
  color: #909295;
}
#sp-top1 .sp-module {
  float: left;
}
#sp-top2 > .sp-column {
  display: inline-block;
  float: right;
}
#sp-top2 > .sp-column ul.social-icons {
  float: left;
  display: inline-block;
  margin-bottom: -2px;
}
#sp-top-wrapper,
#sp-header-middle-wrapper {
  background: url('../images/general/header-bg.jpg') repeat 0 0;
}
#sp-header {
  background: #000;
  z-index: 9999;
}
#sp-header #sp-menu .sp-megamenu-parent >li:first-child >a {
  padding: 0 15px;
}
#sp-logo .logo {
  display: inline-block;
  display: table;
  padding: 0px 0;
}
#sp-logo .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-logo .logo p {
  margin: 5px 0 0;
}
#sp-logo .sp-retina-logo {
  display: none;
}
@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-logo .sp-default-logo {
    display: none;
  }
  #sp-logo .sp-retina-logo {
    display: block;
  }
}
#sp-support .sp-contact-info {
  display: inline-block;
  float: right;
}
#sp-support .sp-contact-info li {
  font-size: 12px;
  height: 58px;
  line-height: 58px;
}
#sp-support .sp-contact-info li.sp-contact-email {
  padding: 0;
}
.sp-vmsearch,
.block-call-container {
  display: table;
  float: right;
  padding: 39px 0;
}
.block-call .phone {
  width: 48px;
  height: 48px;
  background: #ebebeb;
  color: #e32b00;
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
}
.block-call .media-body {
  float: left;
  width: auto;
  height: 48px;
  padding-left: 23px;
  text-align: left;
}
.block-call .title1 {
  font-size: 14px;
  color: #757575;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
}
.block-call .title2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0;
  line-height: 31px;
}
.sp-module.vm_category {
  position: relative;
}
.sp-module.vm_category .sp-module-title {
  padding: 12px 0 12px 22px;
  background-color: #7ecc13;
  cursor: pointer;
}
.sp-module.vm_category .sp-module-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
.sp-module.vm_category .sp-module-title h3:before {
  content: "\f0c9";
  font-family: FontAweSome;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul {
  padding: 15px 0;
  background-color: #2f2f2f;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
  font-size: 12px;
  line-height: 42px;
  padding: 0 20px 0 25px;
  background: transparent;
  text-align: left;
  transition: 0.4s;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li a:before {
  content: "\f0a9";
  font-family: FontAweSome;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a {
  color: #f8f8f8;
  background-color: #3c3c3c;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a .hitarea:before {
  color: #f8f8f8;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li.vmcategory-more {
  padding: 10px 20px 15px 25px;
  background-color: #2f2f2f !important;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li a {
  padding: 0 10px 0px 35px;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li > ul li a {
  padding: 0 10px 0px 40px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title {
  padding: 17px 0 17px 22px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title:after {
  content: "\f107";
  font-family: FontAwesome;
  background: #fff;
  border-radius: 100%;
  color: #7ecc13;
  float: right;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 5px;
  text-align: center;
  width: 18px;
}
.sp-module.vm_category.vm_category_menu .sp-module-content {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 50;
  left: 0;
  right: 0;
  width: 100%;
}
.custom.banner_category {
  margin-bottom: 30px;
}
.top-content-block {
  font-size: 12px;
  line-height: 25px;
}
.top-content-block p {
  margin: 0;
}
.top-content-block p img {
  margin-right: 10px;
  transition: 0.5s;
}
.top-content-block .block-top {
  padding: 25px 0 30px;
}
.top-content-block .block-top:hover img {
  transform: rotatey(180deg);
}
.rev_slider_wrapper .rev_slider ul li {
  z-index: 1 !important;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-image: none !important;
  background-color: #fff !important;
}
.rev_slider_wrapper div.tparrows.tp-leftarrow.default,
.rev_slider_wrapper div.tparrows.tp-rightarrow.default {
  border-radius: 100%;
  background-image: none !important;
  background-color: #e5e5e5;
}
.rev_slider_wrapper div.tparrows.tp-leftarrow.default:before,
.rev_slider_wrapper div.tparrows.tp-rightarrow.default:before {
  content: "\f104";
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  width: 40px;
}
.rev_slider_wrapper div.tparrows.tp-rightarrow.default:before {
  content: "\f105";
}
.rev_slider_wrapper .tp-caption a.btn-slider {
  padding: 8px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #898989;
  text-transform: uppercase;
  display: block;
  color: #000;
  border-radius: 20px;
  margin-top: 10px;
}
.rev_slider_wrapper .tp-caption a.btn-slider.btn-slider4 {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
}
.rev_slider_wrapper .tp-caption a.btn-slider.btn-slider3 {
  border-width: 0;
  text-transform: none;
  padding: 0;
}
#sp-tabs-product-wrapper,
#sp-our-products-wrapper {
  padding: 30px 0 50px;
}
.custom.banner {
  text-align: center;
}
#sp-bottom-info3 .sp-module-content .custom {
  margin-left: -5px;
  margin-right: -5px;
}
.banner-static img,
.banner-static-inner img {
  width: 100%;
}
.banner-static .banner-static-inner,
.banner-static-inner .banner-static-inner {
  padding: 5px;
}
.banner-static.banner-style1.banner-sidebar,
.banner-static-inner.banner-style1.banner-sidebar {
  margin-top: 25px;
}
.banner-static.banner-style1.banner-sidebar a,
.banner-static-inner.banner-style1.banner-sidebar a {
  overflow: hidden;
}
.banner-static.banner-style1.banner-sidebar a img,
.banner-static-inner.banner-style1.banner-sidebar a img {
  transition: 0.3s;
}
.banner-static.banner-style1.banner-sidebar a:before,
.banner-static.banner-style1.banner-sidebar a:after,
.banner-static-inner.banner-style1.banner-sidebar a:before,
.banner-static-inner.banner-style1.banner-sidebar a:after {
  display: none;
}
.banner-static.banner-style1.banner-sidebar a:hover img,
.banner-static-inner.banner-style1.banner-sidebar a:hover img {
  transform: scale(1.3);
}
.banner-static,
.banner-right {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.banner-static .image,
.banner-right .image {
  width: 33.33%;
  float: left;
}
.banner-static a,
.banner-right a {
  display: block;
  position: relative;
}
.banner-static a:before,
.banner-right a:before {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-static a:after,
.banner-right a:after {
  background: rgba(255,255,255,0.3);
  border-radius: 100%;
  color: #fff;
  content: "\f0c1";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-static a:hover:before,
.banner-right a:hover:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.banner-static a:hover:after,
.banner-right a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-right .top-right1 {
  margin-bottom: 30px;
}
#sp-brand-wrapper {
  padding: 20px 0 0;
}
#sp-newsletter-wrapper {
  padding: 100px 0 60px 0;
  border-top: 1px solid #ebebeb;
  background-color: #f9f9f9;
  text-align: center;
}
.acymailing_module {
  text-align: center;
}
.acymailing_module .acymailing_module_form .acymailing_form td {
  padding-bottom: 0;
}
.acymailing_module table.acymailing_form,
.acymailing_module tbody,
.acymailing_module tr,
.acymailing_module td {
  display: inline-block;
}
.acymailing_module .acymailing_module_form {
  display: inline-block;
  margin: 0 auto !important;
}
.acymailing_module div.subscribe-title {
  margin-bottom: 38px !important;
}
.acymailing_module div.subscribe-title h3 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.acymailing_module div.subscribe-title h3:before {
  content: "\f0e0";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -18px;
}
.acymailing_module div.subscribe-title label {
  font-size: 14px;
  text-transform: capitalize;
}
.acymailing_module .acymailing_introtext {
  font-size: 13px;
  clear: both;
  display: block;
  line-height: 24px;
  margin-bottom: 15px !important;
}
.acymailing_module .acymailing_form {
  margin-bottom: 35px;
}
.acymailing_module .acymailing_form tr {
  float: left;
}
.acymailing_module .acymailing_form td input {
  width: 148px !important;
  border: 1px solid #e6e6e6;
  padding: 10px;
  height: 36px;
  color: #dddddd;
  font-size: 13px;
}
.acymailing_module .acymailing_form td input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.acymailing_module .acymailing_form td.acysubbuttons {
  margin-left: 0;
}
.acymailing_module .acymailing_form td.acysubbuttons input {
  display: inline-block;
  width: 36px !important;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  font-size: 0;
  font-weight: 700;
  color: #fefefe;
  border: 0;
  border-radius: 0;
  background: #ebebeb url(../images/general/icon_send.png) no-repeat 0 100%;
}
.acymailing_module .acymailing_form td.acysubbuttons input:hover {
  background: #111;
}
.acymailing_module .acymailing_form td.acysubbuttons:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.acymailing_module .links label {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #2a2927;
  margin-right: 25px;
}
.acymailing_module .links ul.link-follow {
  float: none;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.acymailing_module .links ul.link-follow li {
  float: left;
  margin-right: 13px;
}
.acymailing_module .links ul.link-follow a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #3b5998;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.acymailing_module .links ul.link-follow a span {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}
.acymailing_module .links ul.link-follow a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.acymailing_module .links ul.link-follow a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  font-family: FontAwesome;
}
.acymailing_module .links ul.link-follow a.pinterest {
  display: none;
}
.acymailing_module .links ul.link-follow a.twitter {
  background-color: #00adef;
}
.acymailing_module .links ul.link-follow a.twitter:before {
  content: "\f099";
}
.acymailing_module .links ul.link-follow a.google {
  background-color: #d73d32;
}
.acymailing_module .links ul.link-follow a.google:before {
  content: "\f0d5";
}
.acymailing_module .links ul.link-follow a.facebook:before {
  content: "\f09a";
}
#sp-bottom-info-wrapper {
  background: #f7f7f7;
  padding: 35px 0;
}
.footer-about {
  color: #909295;
  font-style: italic;
}
.footer-about img {
  margin: 0 0 20px;
}
.footer-about h4 {
  font-size: 13px;
  color: #909295;
  margin: 0 0 10px;
}
.sp-module.custom_testimonials .sp-module-content {
  display: inline-block;
  width: 100%;
}
.vina-testimonials .item {
  min-height: 86px;
  padding-left: 100px;
  margin-top: 8px;
}
.vina-testimonials .item.active {
  display: inline-block;
}
.vina-testimonials .item blockquote {
  border: none;
  color: #909295;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
  padding: 20px 0 0;
  text-align: left;
  background: none;
  min-height: 90px;
}
.vina-testimonials .item .avatar {
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  left: 0;
  max-width: 86px;
  position: absolute;
  top: 30px;
}
.vina-testimonials .item .author {
  margin: 5px 0 0;
}
.vina-testimonials .wrap-carousel > div,
.vina-testimonials .wrap-carousel > div >div {
  padding-bottom: 30px !important;
}
.vina-testimonials .carousel-indicators {
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  position: relative;
}
.vina-testimonials .carousel-indicators span {
  display: none;
}
#sp-bottom-info-wrapper .header-block h3,
#sp-bottom-info-wrapper .sp-module .sp-module-title h3,
#sp-bottom .header-block h3,
#sp-bottom .sp-module .sp-module-title h3 {
  float: left;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
#sp-bottom-info-wrapper .header-block h3 span,
#sp-bottom-info-wrapper .sp-module .sp-module-title h3 span,
#sp-bottom .header-block h3 span,
#sp-bottom .sp-module .sp-module-title h3 span {
  float: left;
  height: auto;
  padding: 0 0 10px;
  position: relative;
}
#sp-bottom-info-wrapper .header-block h3 span:before,
#sp-bottom-info-wrapper .sp-module .sp-module-title h3 span:before,
#sp-bottom .header-block h3 span:before,
#sp-bottom .sp-module .sp-module-title h3 span:before {
  background: #4c4c4c;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
#sp-bottom {
  padding: 50px 0 40px 0;
}
#sp-bottom ul li {
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
#sp-bottom ul.menu li a {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-bottom ul.menu li a:before {
  content: "\f18e";
  font-family: FontAweSome;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
#sp-bottom ul.menu li a:hover {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-bottom .sp-module .mage-products .product .item-inner h3.product-title a,
#sp-bottom .sp-module .mage-products .product .product-inner h3.product-title a {
  font-size: 13px;
}
ul.address {
  padding: 25px 0;
}
ul.address li {
  margin-bottom: 15px;
}
ul.address li:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
ul.address li.phone:before {
  content: "\f095";
}
ul.address li.email:before {
  content: "\f0e0";
}
ul.address li.fax:before {
  content: "\f1ac";
}
.tagspopular ul li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.tagspopular ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  line-height: 35px;
  margin: 0 0 8px;
  text-transform: capitalize;
  text-decoration: none;
}
#sp-bottom .tagspopular ul li a {
  background-color: #464646;
  color: #fff;
}
#sp-bottom div.vina-vscoller-twitter {
  padding-left: 58px !important;
}
#sp-bottom div.vina-vscoller-twitter a {
  color: #fff !important;
}
#sp-bottom div.vina-vscoller-twitter .vina-item {
  font-size: 13px;
  padding: 0 !important;
  margin-bottom: 14px;
  color: #fff !important;
  border-bottom: 0 !important;
}
#sp-bottom div.vina-vscoller-twitter .vina-item .avatar {
  border-radius: 0;
}
#sp-bottom div.vina-vscoller-twitter .follow-us {
  text-align: left;
  padding-top: 0;
}
#sp-bottom div.vina-vscoller-twitter .follow-us .follow-me {
  font-style: italic;
  text-decoration: underline;
  font-size: 13px;
}
.footer-contact p {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 38px;
  color: #00507C;
}
.footer-contact p em {
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  float: left;
  font-size: 14px;
  height: 38px;
  line-height: 34px;
  margin-right: 10px;
  text-align: center;
  width: 38px;
}
.footer-contact p em:before {
  margin-left: 3px;
}
.bottom-time {
  font-size: 13px;
  margin-bottom: 8px;
}
.bottom-time li:last-child {
  font-weight: normal;
  font-size: 14px !important;
  color: #00507C;
  border-bottom: 0;
}
.bottom-time li {
  border-bottom: 1px dashed #3b3b3b;
  padding: 7px 0;
  margin-bottom: 0 !important;
}
.bottom-time li span {
  color: #00507C;
  font-weight: 700;
  float: right;
}
#sp-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
    background: #f2f2f2;
}
#sp-footer1 > .sp-column {
  padding-top: 33px;
}
.sp-copyright {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
}
.sp-module.custom_payment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sp-module.custom_payment .sp-module-content {
  display: inline-block;
}
.sp-module .payment {
  float: right;
}
.sp-module .payment .image {
  float: left;
  margin-right: 10px;
}
.sp-module .payment .image img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.sp-module .payment .image img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.is-sticky #sp-header {
  border-bottom: 0;
}
.blog .item .entry-heade h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.tag-category .form-inline {
  margin-bottom: 20px;
}
.tag-category .filters {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
}
.tag-category .list-striped li {
  padding: 5px 0;
}
#style-layout2 #sp-slider-wrapper,
#style-layout4 #sp-slider-wrapper,
#style-layout5 #sp-slider-wrapper {
  margin-top: 45px;
}
#style-layout2 .top-content-block {
  border-top: 1px solid #ebebeb;
}
.sp-module.horizontal ul.VMmenu {
  display: inline-block;
  width: 100%;
}
.sp-module.horizontal ul.VMmenu li {
  float: left;
  width: 20%;
  margin-left: 0;
  display: inline-block;
  border: 0;
}
#style-layout3 #sp-top-wrapper,
#style-layout3 #sp-header-middle-wrapper,
#style-layout4 #sp-top-wrapper,
#style-layout4 #sp-header-middle-wrapper,
#style-layout5 #sp-top-wrapper,
#style-layout5 #sp-header-middle-wrapper {
  background-image: none;
}
#style-layout3 .product .product-inner .timer-grid,
#style-layout4 .product .product-inner .timer-grid,
#style-layout5 .product .product-inner .timer-grid {
  background: #2f2f2f;
}
#style-layout3 #sp-top-wrapper {
  background: #000;
}
#style-layout3 #sp-header-middle-wrapper {
  background: #f1f1f1;
}
#style-layout3 #sp-top-wrapper {
  border-bottom: 1px solid #1f1f1f;
}
#style-layout3 #sp-header > .container:before {
  width: 100%;
  height: 1px;
  background: #1f1f1f;
}
#style-layout3 #sp-header #sp-menu >.sp-column {
  border-left: 1px solid #1f1f1f;
  display: table;
  width: 100%;
}
#style-layout3 #sp-header #sp-support >.sp-column {
  border-right: 1px solid #1f1f1f;
  display: table;
  width: 100%;
  padding-right: 30px;
}
#style-layout3 .sp-vmsearch form {
  border: 2px solid #fff;
}
#style-layout3 .sp-vmsearch .sp-vmsearch-categorybox {
  height: 38px;
  line-height: 38px;
  margin: 5px 0;
}
#style-layout3 .sp-vmsearch .sp-vmsearch-categorybox .cat-button i {
  top: 15px;
  font-size: 12px;
}
#style-layout3 .sp-vmsearch .search-button-wrapper button {
  color: #646464 !important;
  background: #fff !important;
}
#style-layout3 .sp-vmsearch .search-button-wrapper button i {
  font-size: 14px;
}
#style-layout3 .sp-vmsearch .search-button-wrapper button:hover {
  color: #fff !important;
}
#style-layout3 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div,
#style-layout3 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-controls .owl-buttons div,
#style-layout3 .sp-module.mod_title1 #related_carousel .owl-controls .owl-buttons div {
  top: -35px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#style-layout4 .rev_slider_wrapper div.tparrows.tp-leftarrow.default,
#style-layout4 .rev_slider_wrapper div.tparrows.tp-rightarrow.default {
  left: 0 !important;
  width: 38px;
  height: 68px;
  border-radius: 0;
  background-color: rgba(255,255,255,0.3);
}
#style-layout4 .rev_slider_wrapper div.tparrows.tp-leftarrow.default:before,
#style-layout4 .rev_slider_wrapper div.tparrows.tp-rightarrow.default:before {
  height: 68px;
  line-height: 68px;
  width: 38px;
}
#style-layout4 .rev_slider_wrapper div.tparrows.tp-rightarrow.default {
  left: auto !important;
  right: 0 !important;
}
#style-layout4 #sp-top-wrapper {
  border: 0;
  background: #1b181f;
}
#style-layout4 #sp-logo {
  text-align: center;
}
#style-layout4 #sp-logo .logo {
  margin: 0 auto;
}
#style-layout4 .sp-vmsearch .sp-vmsearch-categorybox {
  font-size: 13px;
  width: 30%;
}
#style-layout4 .sp-vmsearch .search-button-wrapper {
  width: 15%;
}
#style-layout4 .sp-vmsearch .search-input-wrapper {
  width: 55%;
}
#style-layout4 #sp-header {
  background: none;
}
#style-layout4 #sp-header > .container {
  padding: 0 30px;
}
#style-layout4 #sp-header > .container > .row {
  background: #000;
}
#style-layout4 #sp-header #sp-menu {
  padding-left: 0;
}
.sp-module.mod_title3 .sp-module-title h3,
#style-layout4 .sp-module.mod_title1 .sp-module-title h3,
#style-layout4 .sp-module.mod_title2 .sp-module-title h3,
#style-layout5 .sp-module.mod_title1 .sp-module-title h3,
#style-layout5 .sp-module.mod_title2 .sp-module-title h3 {
  display: block;
  background: none;
  border-bottom: 1px solid #4c4c4c;
  color: #4c4c4c;
  float: none;
  font-size: 22px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  text-align: left;
  margin: 0 0 30px;
  padding: 0 0 5px;
  position: static;
}
.sp-module.mod_title3 .sp-module-title h3:after,
#style-layout4 .sp-module.mod_title1 .sp-module-title h3:after,
#style-layout4 .sp-module.mod_title2 .sp-module-title h3:after,
#style-layout5 .sp-module.mod_title1 .sp-module-title h3:after,
#style-layout5 .sp-module.mod_title2 .sp-module-title h3:after {
  display: none;
}
.sp-module.mod_title3 .sp-module-content,
#style-layout4 .sp-module.mod_title1 .sp-module-content,
#style-layout4 .sp-module.mod_title2 .sp-module-content,
#style-layout5 .sp-module.mod_title1 .sp-module-content,
#style-layout5 .sp-module.mod_title2 .sp-module-content {
  padding: 0;
}
.sp-module.mod_title3 .vina-manufacturers-virtuemart .owl-nav,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme .owl-nav,
.sp-module.mod_title3 .vina-carousel-content.owl-theme .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav {
  position: absolute;
  top: -77px;
  right: 15px;
}
.sp-module.mod_title3 .vina-manufacturers-virtuemart .owl-nav div,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme .owl-nav div,
.sp-module.mod_title3 .vina-carousel-content.owl-theme .owl-nav div,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div {
  float: left;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #e5e5e5;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 100%;
  padding: 0;
}
.sp-module.mod_title3 .vina-manufacturers-virtuemart .owl-nav div:before,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme .owl-nav div:before,
.sp-module.mod_title3 .vina-carousel-content.owl-theme .owl-nav div:before,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div:before,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div:before,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div:before,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div:before,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div:before,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div:before,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div:before,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div:before,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div:before,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div:before,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div:before,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div:before {
  color: #fff;
  line-height: 30px;
}
.sp-module.mod_title3 .vina-manufacturers-virtuemart .owl-nav div.owl-prev,
.sp-module.mod_title3 .vina-manufacturers-virtuemart .owl-nav div.vina-prev,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme .owl-nav div.vina-prev,
.sp-module.mod_title3 .vina-carousel-content.owl-theme .owl-nav div.owl-prev,
.sp-module.mod_title3 .vina-carousel-content.owl-theme .owl-nav div.vina-prev,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div.owl-prev,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div.vina-prev,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div.vina-prev,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div.owl-prev,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div.vina-prev,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div.owl-prev,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div.vina-prev,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div.vina-prev,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div.owl-prev,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div.vina-prev,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div.owl-prev,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart .owl-nav div.vina-prev,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme .owl-nav div.vina-prev,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div.owl-prev,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme .owl-nav div.vina-prev,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div.owl-prev,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart .owl-nav div.vina-prev,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div.owl-prev,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme .owl-nav div.vina-prev,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div.owl-prev,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme .owl-nav div.vina-prev {
  margin-right: 5px;
}
.sp-module.mod_title3 .vina-manufacturers-virtuemart.home4-deals-carousel .owl-nav,
.sp-module.mod_title3 .vina-manufacturers-virtuemart.mage-products.mod_title3 .owl-nav,
.sp-module.mod_title3 .vina-manufacturers-virtuemart.vina-manufacturers-virtuemart .owl-nav,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme.home4-deals-carousel .owl-nav,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme.mage-products.mod_title3 .owl-nav,
.sp-module.mod_title3 .vina-carousel-virtuemart.owl-theme.vina-manufacturers-virtuemart .owl-nav,
.sp-module.mod_title3 .vina-carousel-content.owl-theme.home4-deals-carousel .owl-nav,
.sp-module.mod_title3 .vina-carousel-content.owl-theme.mage-products.mod_title3 .owl-nav,
.sp-module.mod_title3 .vina-carousel-content.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart.home4-deals-carousel .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart.mage-products.mod_title3 .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-manufacturers-virtuemart.vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme.home4-deals-carousel .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme.home4-deals-carousel .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout4 .sp-module.mod_title1 .vina-carousel-content.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart.home4-deals-carousel .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart.mage-products.mod_title3 .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-manufacturers-virtuemart.vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme.home4-deals-carousel .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme.home4-deals-carousel .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout4 .sp-module.mod_title2 .vina-carousel-content.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart.home4-deals-carousel .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart.mage-products.mod_title3 .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-manufacturers-virtuemart.vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme.home4-deals-carousel .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme.home4-deals-carousel .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout5 .sp-module.mod_title1 .vina-carousel-content.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart.home4-deals-carousel .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart.mage-products.mod_title3 .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-manufacturers-virtuemart.vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme.home4-deals-carousel .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.owl-theme.vina-manufacturers-virtuemart .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme.home4-deals-carousel .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme.mage-products.mod_title3 .owl-nav,
#style-layout5 .sp-module.mod_title2 .vina-carousel-content.owl-theme.vina-manufacturers-virtuemart .owl-nav {
  right: 0;
}
.sp-module.mod_title3.row .vina-carousel-virtuemart.owl-theme .owl-buttons,
.sp-module.mod_title3.row .vina-carousel-content.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title1.row .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title1.row .vina-carousel-content.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title2.row .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title2.row .vina-carousel-content.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title1.row .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title1.row .vina-carousel-content.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title2.row .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title2.row .vina-carousel-content.owl-theme .owl-buttons {
  right: 15px;
}
.sp-module.mod_title3 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons,
.sp-module.mod_title3.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons,
#style-layout4 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons,
#style-layout5 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons {
  position: absolute;
  top: -68px;
  right: 0;
}
.sp-module.mod_title3 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div,
.sp-module.mod_title3.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div,
#style-layout4 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div,
#style-layout4 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div,
#style-layout5 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div,
#style-layout5 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div {
  background-color: #e5e5e5;
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sp-module.mod_title3 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div:before,
.sp-module.mod_title3.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div:before,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div:before,
#style-layout4 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div:before,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div:before,
#style-layout4 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div:before,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div:before,
#style-layout5 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div:before,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div:before,
#style-layout5 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div:before {
  color: #fff;
  line-height: 30px;
}
.sp-module.mod_title3 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div.owl-prev,
.sp-module.mod_title3.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div.owl-prev,
#style-layout4 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div.owl-prev,
#style-layout4 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div.owl-prev,
#style-layout4 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div.owl-prev,
#style-layout4 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div.owl-prev,
#style-layout5 .sp-module.mod_title1 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div.owl-prev,
#style-layout5 .sp-module.mod_title1.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div.owl-prev,
#style-layout5 .sp-module.mod_title2 .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons div.owl-prev,
#style-layout5 .sp-module.mod_title2.home4-deals-carousel .vina-carousel-virtuemart.owl-theme .owl-buttons div.owl-prev {
  margin-right: 5px;
}
.sp-module.mod_follow_us .sp-module-title,
.sp-module.mod_follow_us .sp-module-content,
.sp-module.mod_newsletter .sp-module-title,
.sp-module.mod_newsletter .sp-module-content {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sp-module.mod_follow_us .sp-module-title,
.sp-module.mod_newsletter .sp-module-title {
  margin: 0 30px 0 0;
}
.sp-module.mod_follow_us .sp-module-title h3,
.sp-module.mod_newsletter .sp-module-title h3 {
  margin: 0;
  line-height: 37px;
}
.sp-module.mod_follow_us ul.link-follow {
  padding: 0;
}
.sp-module.mod_newsletter {
  float: right;
}
.sp-module.mod_newsletter .acymailing_module .acymailing_form {
  margin-bottom: 0;
}
.sp-module.mod_newsletter .acymailing_module .acymailing_form td input {
  width: 300px !important;
}
.sp-module.mod_newsletter .acymailing_module .acymailing_form td.acysubbuttons input {
  width: 36px !important;
}
#style-layout5 #sp-top-wrapper {
  border-bottom: 0;
margin: 0 0 10px 0;
}
#style-layout5 #sp-header-middle-wrapper {
  background-color: #fff;
}
#style-layout5 .sp-vmsearch form {
  border: 2px solid #fff;
}
#style-layout5 .sp-vmsearch .sp-vmsearch-categorybox {
  font-size: 13px;
  width: 154px;
  height: 38px;
  line-height: 38px;
  margin: 5px 0;
}
#style-layout5 .sp-vmsearch .sp-vmsearch-categorybox .cat-button i {
  top: 15px;
  font-size: 12px;
}
#style-layout5 .sp-vmsearch .search-button-wrapper {
  width: 60px;
}
#style-layout5 .sp-vmsearch .search-button-wrapper button {
  color: #646464 !important;
  background: #fff !important;
}
#style-layout5 .sp-vmsearch .search-button-wrapper button i {
  font-size: 14px;
}
#style-layout5 .sp-vmsearch .search-button-wrapper button:hover {
  color: #fff !important;
}
#style-layout5 .sp-vmsearch .search-input-wrapper {
  width: 500px;
}
#style-layout5 #vmCartModule {
  padding: 0;
}
#style-layout5 #vmCartModule .mini-cart,
#style-layout5 #vmCartModule .mini-cart-title {
  display: table;
}
#style-layout5 #vmCartModule .mini-cart {
  background: none;
}
#style-layout5 #vmCartModule .mini-cart .mini-cart-title {
  float: right;
  display: inline-block;
  color: #fff;
  padding: 7.5px 65px 7.5px 15px;
  background: #F4166B;
  /*height: 58px;*/
  height: 65px;
}
.addtocart-button.jutooltip:hover {
  background-color: #f4166b !important;
}
#style-layout5 #vmCartModule .mini-cart .mini-cart-title .cart-icon {
  border-left: 1px solid #737373;
  background: url('../images/general/icon-cart.png') no-repeat center center;
}
#style-layout5 #vmCartModule .mini-cart .mini-cart-title .text-title {
  text-transform: uppercase;
}
#style-layout5 #sp-header {
  background: #fff;
}
#style-layout5 #sp-header > .container {
  padding: 0 30px;
}
#style-layout5 #sp-header > .container > .row {
  background: #0275bd;
}
#style-layout5 #sp-header #sp-menu {
  padding-left: 0;
}
#style-layout5 #sp-header #sp-mini-cart {
  padding-right: 0;
}
#style-layout5 .is-sticky #sp-header {
  background: #fff;
}
#style-layout5 #sp-top-wrapper .sp-module .sp-module-title h3 {
  color: #000;
}
#style-layout5 .bootstrap-select button.btn,
#style-layout5 .mod_menu_top a {
  color: #4c4c4c;
}
#style-layout5 .top-content-block {
  padding: 17px 15px 17px;
  background: #ececec;
}
#style-layout5 #sp-newsletter-follow-wrapper > .container:before {
  height: 1px;
  width: 100%;
  margin-bottom: 35px;
  background-color: #ebebeb;
}
@media (max-width: 1200px) {
  .top-content-block {
    font-size: 9px;
  }
  .sp-megamenu-parent >li >a {
    padding: 0 10px;
  }
  .sp-module.mod_title .sp-module-title h3 {
    font-size: 38px;
  }
  #sp-language-currency .bootstrap-select button,
  #sp-language-currency .bootstrap-select .btn,
  #sp-language-currency .bootstrap-select .btn-default {
    min-width: 94px;
    padding: 0 8px;
  }
  .cf_flt_wrapper .cf_wrapper_inner {
    padding: 14px 12px;
  }
  .cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal,
  .cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal {
    text-align: center;
  }
  .cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal input[type="search"],
  .cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal input[type="search"] {
    margin: 10px auto;
  }
  #style-layout3 #sp-header #sp-support >.sp-column {
    padding-right: 15px;
  }
  #style-layout3 .sp-contact-info li {
    padding: 0 15px 0 0;
  }
  #style-layout3 .sp-contact-info li.sp-contact-email {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .top-content-block {
    font-size: 11px;
  }
  #sp-left,
  #sp-right,
  #sp-component {
    width: 100%;
  }
  #sp-left {
    margin-bottom: 30px;
  }
  .sp-module.mod_cur .sp-module-title,
  .sp-module.mod_lang .sp-module-title {
    display: none;
  }
  #sp-header-middle-wrapper #sp-logo .logo h1 {
    display: inline-block;
  }
  #sp-header-middle-wrapper #sp-logo .logo h1 img {
    width: 100%;
  }
  #sp-product-categories-1-wrapper > .container > .row > div,
  #sp-product-categories-2-wrapper > .container > .row > div,
  #sp-brand-wrapper > .container > .row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #sp-product-categories-1-wrapper > .container > .row > div:last-child,
  #sp-product-categories-2-wrapper > .container > .row > div:last-child,
  #sp-brand-wrapper > .container > .row > div:last-child {
    margin-bottom: 0;
  }
  #sp-product-categories1,
  #sp-product-categories2 {
    margin-bottom: 30px;
  }
  .sp-module ul.VMmenu {
    margin-top: 0;
  }
  .sp-module .vina-carousel-content .blog-inner .image-block,
  .sp-module .vina-carousel-content .blog-inner .text-block {
    width: 100%;
  }
  .sp-module .vina-carousel-content .blog-inner .text-block {
    padding-top: 15px;
    padding-left: 0;
  }
  #style-layout4 .sp-module.mod_follow_us .sp-module-title,
  #style-layout4 .sp-module.mod_follow_us .sp-module-content,
  #style-layout4 .sp-module.mod_newsletter .sp-module-title,
  #style-layout4 .sp-module.mod_newsletter .sp-module-content,
  #style-layout5 .sp-module.mod_follow_us .sp-module-title,
  #style-layout5 .sp-module.mod_follow_us .sp-module-content,
  #style-layout5 .sp-module.mod_newsletter .sp-module-title,
  #style-layout5 .sp-module.mod_newsletter .sp-module-content {
    width: 100%;
    margin: 0;
  }
  #style-layout4 .sp-module ul.link-follow,
  #style-layout5 .sp-module ul.link-follow {
    margin: 0;
  }
  #style-layout4 #sp-header-middle-wrapper #sp-search {
    width: 100%;
  }
  #style-layout4 #sp-header-middle-wrapper #sp-logo,
  #style-layout4 #sp-header-middle-wrapper #sp-mini-cart {
    width: 50%;
    display: inline-block;
    float: left;
  }
  #style-layout4 #sp-header-middle-wrapper #sp-logo .logo {
    text-align: left;
  }
  #style-layout4 #sp-header-middle-wrapper .sp-vmsearch {
    padding: 30px 0 10px;
  }
  #style-layout4 #sp-header-middle-wrapper #vmCartModule {
    padding: 39px 0;
  }
  #style-layout4 #sp-slider-wrapper > .container > .row > div:nth-child(1),
  #style-layout4 #sp-slider-wrapper > .container > .row > div:nth-child(2) {
    width: 100%;
  }
  #style-layout4 #sp-slider-wrapper > .container > .row > div:nth-child(2) {
    margin-top: 30px;
  }
  #style-layout4 .banner-right .banner-static-inner {
    width: 100%;
  }
  #style-layout5 #offcanvas-toggler > i {
    padding: 0 25px;
  }
  #style-layout5 #sp-header-middle-wrapper #sp-search {
    width: 100%;
	display: none;
  }
  #sp-tel {
	text-align: center;
  }
  #style-layout5 #sp-slider-wrapper > .container > .row > div:nth-child(1) {
    width: 100%;
  }
  #style-layout5 .is-sticky #sp-header {
    background: #000;
  }
}
@media (min-width: 992px) {
.pr-main-2 {
display:none;}
}
@media (max-width: 991px) {
  .width25 {
    width: 50%;
  }
 .width33 {
  width: 33%;
}
.pr-main-3 {
display:none;}

  .sp-copyright {
    font-size: 13px;
  }
  #sp-top1,
  #sp-top2 {
    width: 100%;
    text-align: center;
    display: flex;
  }
  #sp-top1 > .sp-column,
  #sp-top2 > .sp-column {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  #sp-logo {
    width: 100%;
  }
  #sp-logo .logo {
    width: 100%;
    text-align: center;
  }
  #sp-search {
    width: 70%;
  }
  #sp-mini-cart {
    width: 30%;
  }
  #sp-menu,
  #sp-home2-menu-vmcategory,
  #sp-support {
    width: 50%;
  }
  #sp-slider-wrapper > .container > .row > div,
  #sp-top-home-wrapper > .container > .row > div,
  #sp-brand-wrapper > .container > .row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #sp-slider-wrapper > .container > .row > div:last-child,
  #sp-top-home-wrapper > .container > .row > div:last-child,
  #sp-brand-wrapper > .container > .row > div:last-child {
    margin-bottom: 0;
  }
  #sp-component {
    margin-top: 30px;
  }
  #sp-logo .logo {
    margin: 0 auto;
    padding: 20px 0 5px;
  }
  #sp-menu {
    text-align: center;
  }
  #offcanvas-toggler,
  #vmCartModule {
    float: none !important;
  }
  #vmCartModule,
  .sp-vmsearch {
    padding: 15px 0 25px;
    float: none !important;
    margin: 0 !important;
  }
  .mini-cart {
    position: initial;
    text-align: center;
  }
  .mini-cart .mini-cart-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
  }
  .mini-cart:hover .mini-cart-content {
    top: 70px;
  }
  #sp-mini-cart {
    display: inline-block;
    text-align: center;
  }
  #sp-mini-cart .sp-module-content {
    position: relative;
  }
  #sp-support {
    text-align: center;
  }
  #sp-support .sp-contact-info {
    display: table;
    float: none !important;
    margin: 0 auto;
  }
  #sp-header #sp-menu,
  #sp-header #sp-support {
    display: inline-block;
  }
  .is-sticky #sp-header {
    background: #000;
  }
  .is-sticky #sp-header #sp-support {
    display: none;
  }
  .top-content-block {
    padding: 20px 0;
  }
  .top-content-block .block-top {
    padding: 5px 0;
  }
  section#sp-main-body {
    margin-bottom: 0;
  }
  .sp-module.mod_vmcategory .sp-module-title {
    text-align: center;
  }
  .product.width25 {
    min-height: 450px;
  }
  div[id^="cf_flt_wrapper_price"] .cf_wrapper_inner {
    text-align: center;
  }
  .blog article.item.column-2 .readmore a,
  .blog article.item.column-2 .jcomments-links a {
    margin-top: 10px;
  }
  .banner-left {
    text-align: center;
  }
  .banner-left a {
    float: none;
    display: inline-block;
    max-width: 400px;
  }
  #sp-left .sp-module.sidebar-banner,
  #sp-right .sp-module.sidebar-banner {
    text-align: center;
  }
  #sp-left .sp-module.sidebar-banner p,
  #sp-left .sp-module.sidebar-banner a,
  #sp-right .sp-module.sidebar-banner p,
  #sp-right .sp-module.sidebar-banner a {
    margin: 0 auto;
  }
  #com-form-login p {
    margin-bottom: 15px;
  }
  .fav_addtocart-bar .addtocart-button {
    width: 100%;
    margin-top: 10px;
  }
  .fav_table .art-button {
    font-size: 0;
  }
  .fav_table .art-button i {
    font-size: 14px;
    line-height: 31px;
  }
  #style-layout3 #sp-header > .container:before {
    height: 0;
  }
  #style-layout3 #sp-header #sp-menu > .sp-column {
    border: 0;
  }
  #style-layout4 .mini-cart,
  #style-layout5 .mini-cart {
    position: relative;
  }
  #style-layout4 .mini-cart .mini-cart-content,
  #style-layout5 .mini-cart .mini-cart-content {
    left: auto;
    right: 0;
  }
  #style-layout5 #sp-header #sp-menu,
  #style-layout5 #sp-header #sp-mini-cart {
    width: 50%;
    float: right;
    padding: 0 !important;
  }
  #style-layout5 #offcanvas-toggler {
    float: left;
  }
  #style-layout5 #vmCartModule {
    float: right !important;
  }
  #style-layout5 #vmCartModule .mini-cart {
    display: inline-block;
  }
  #style-layout5 #vmCartModule .mini-cart .mini-cart-title {
    padding: 7.5px 65px 7.5px 15px;
  }
  .sp-comingsoon .sp-comingsoon-title {
    font-size: 25px;
  }
  .sp-comingsoon .sp-comingsoon-content {
    font-size: 20px;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 40px 15px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    font-size: 15px;
  }
  .sp-comingsoon .social-icons li {
    margin: 9px 2px 9px 2px;
  }
  .sp-comingsoon .social-icons li a {
    font-size: 16px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #sp-menu,
  #sp-home2-menu-vmcategory,
  #sp-support,
  #sp-search,
  #sp-mini-cart {
    width: 100%;
  }
  #sp-header-sticky-wrapper .row {
    line-height: 0;
  }
  #sp-header-sticky-wrapper .row #sp-support {
    background: #222;
  }
  #sp-slider-wrapper {
    margin-top: 30px;
  }
  .banner-static > .row > div {
    margin-bottom: 30px;
  }
  .banner-static > .row > div:last-child {
    margin-bottom: 0;
  }
  #style-layout3 #sp-slider-wrapper {
    margin-top: 0;
  }
  #style-layout2 #sp-slider-wrapper,
  #style-layout4 #sp-slider-wrapper,
  #style-layout5 #sp-slider-wrapper {
    margin-top: 30px;
  }
  #style-layout5 .acymailing_module form {
    text-align: left;
  }
  .top-content-block p {
    text-align: center;
  }
  .sp-module.mod_title .sp-module-title h3 {
    font-size: 30px;
  }
  .sp-module.mod_title .sp-module-title h3 span.word-small {
    font-size: 20px;
    line-height: 32px;
    margin-right: -3px;
  }
  #style-layout4 #sp-slider-wrapper > .container > .row > div:nth-child(1),
  #style-layout4 #sp-slider-wrapper > .container > .row > div:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }
  #sp-home2-menu-vmcategory {
    display: none;
  }
  #style-layout5 .sp-vmsearch .search-input-wrapper {
    width: 180px;
  }
  .product.width25,
  .product.width33 {
    width: 100%;
  }
  .product.width25 .product-inner,
  .product.width33 .product-inner {
    float: none;
  }
  .product.width25 .product-inner img,
  .product.width33 .product-inner img {
    width: 100%;
  }
  #sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab {
    margin: 5px 0;
    width: 100%;
  }
  #sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab span {
    float: none;
  }
  #sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab:before,
  #sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab:after {
    display: none;
  }
  .sp-module .vina-carousel-virtuemart .item.product {
    width: 100%;
  }
  .sp-module .vina-carousel-virtuemart .item.product .product-inner {
    margin: 0 auto;
    float: none;
  }
  div.acymailing_module .acymailing_form td input {
    width: 260px !important;
  }
  .vina-carousel-content.owl-carousel .image-block img {
    width: 100%;
  }
  .product {
    text-align: center;
  }
  .product .product-inner {
    float: none;
  }
  #checkoutForm .cart-summary tr th {
    padding: 5px;
  }
  .cart-view .continue_link {
    font-size: 12px;
  }
  .cart-view .total .price {
    font-size: 11px;
  }
  .sp-module.horizontal ul.VMmenu li {
    width: 100%;
  }
  #sp-bottom-info-wrapper > .container > .row > div:nth-child(1),
  #sp-bottom-info-wrapper > .container > .row > div:nth-child(2),
  #sp-bottom-info-wrapper > .container > .row > div:nth-child(3) {
    width: 100%;
  }
  #sp-bottom-info-wrapper > .container > .row > div:nth-child(2),
  #sp-bottom-info-wrapper > .container > .row > div:nth-child(3) {
    margin-top: 30px;
  }
  .vina-testimonials .item {
    padding-bottom: 20px;
  }
  .vina-testimonials .item blockquote {
    padding: 0;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4,
  #sp-bottom5 {
    width: 100%;
  }
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4,
  #sp-bottom5 {
    margin-top: 30px;
  }
  .sppb-section.about-intro {
    padding: 0px !important;
  }
  .sppb-section.about-intro h3.sppb-addon-title,
  .sppb-section.about-intro h3.sppb-image-content-title {
    margin-top: 15px;
  }
  .sppb-section.about-intro .sppb-col-sm-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sppb-section.about-intro .sppb-col-sm-offset-6 {
    margin-left: 0;
  }
  .sppb-section.about-skill {
    padding: 45px 0px 30px !important;
  }
  .sppb-section.about-skill .sppb-col-sm-4 {
    margin-bottom: 25px;
  }
  .info-about-us .sppb-image-content-title {
    font-size: 15px;
    margin-top: 20px;
  }
  .contact-form .sppb-addon-title {
    margin: 0 0 40px;
    font-size: 22px;
  }
  #offcanvas-toggler {
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 668px) and (min-width: 481px) {
  .sp-module.custom-brand .sp-module-title h3 {
    font-size: 20px;
    min-height: 175px;
  }
  .sp-module.custom-brand .owl-nav {
    left: -125px;
  }
}
@media (max-width: 480px) {
  .error-page .error-page-inner img {
    margin-bottom: -30px;
  }
  .sp-comingsoon .sp-comingsoon-title {
    font-size: 22px;
  }
  .sp-comingsoon .sp-comingsoon-content {
    font-size: 18px;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 40px 15px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    font-size: 15px;
  }
  .sp-comingsoon .social-icons li {
    margin: 9px 2px 9px 2px;
  }
  .sp-comingsoon .social-icons li a {
    font-size: 14px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #sp-top-wrapper #sp-top1 {
    border-bottom: 1px solid #e5e5e5;
  }
  #sp-top-wrapper .sp-column {
    width: 100%;
  }
  #sp-top-wrapper .sp-module.mod_cur,
  #sp-top-wrapper .sp-module.mod_lang {
    width: 50%;
  }
  #sp-top-wrapper .sp-module.mod_home_menu ul.menu {
    width: 100%;
  }
  #sp-top-wrapper .sp-module.mod_home_menu ul.menu > li ul.nav-child {
    left: 0;
    right: 0;
    text-align: center;
  }
  #sp-top2 > .sp-column ul.social-icons {
    float: none;
  }
  .sp-module.mod_cur,
  .sp-module.mod_lang,
  .sp-module.mod_menu_top {
    float: none;
  }
  .sp-module.mod_cur,
  .sp-module.mod_lang,
  .sp-module.mod_menu_top {
    width: 100%;
  }
  .sp-module.mod_cur .sp-module-title h3,
  .sp-module.mod_lang .sp-module-title h3,
  .sp-module.mod_menu_top .sp-module-title h3 {
    width: 100%;
  }
  .sp-module.mod_cur .sp-module-title,
  .sp-module.mod_cur .sp-module-content,
  .sp-module.mod_lang .sp-module-title,
  .sp-module.mod_lang .sp-module-content,
  .sp-module.mod_menu_top .sp-module-title,
  .sp-module.mod_menu_top .sp-module-content {
    width: 100%;
  }
  .sp-module.mod_menu_top {
    border-left: 0;
  }
  .sp-module.mod_menu_top .sp-module-content ul {
    max-width: 100%;
    display: inline-block;
    line-height: 0.2;
  }
  .sp-module.mod_menu_top .sp-module-content ul li a {
    text-align: center;
  }
  .sp-module .cur_box .bootstrap-select,
  .sp-module .mod-languages .bootstrap-select {
    width: 100%;
  }
  .sp-module .cur_box .bootstrap-select button,
  .sp-module .mod-languages .bootstrap-select button {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .sp-module .cur_box .bootstrap-select button:before,
  .sp-module .mod-languages .bootstrap-select button:before {
    float: none;
  }
  .sp-module .cur_box .bootstrap-select button .pull-left,
  .sp-module .mod-languages .bootstrap-select button .pull-left {
    float: none !important;
  }
  .sp-module .cur_box .bootstrap-select div.dropdown-menu ul li a,
  .sp-module .mod-languages .bootstrap-select div.dropdown-menu ul li a {
    text-align: center;
  }
  .sp-module .cur_box .bootstrap-select ul.dropdown-menu,
  .sp-module .mod-languages .bootstrap-select ul.dropdown-menu {
    max-width: 100%;
  }
  ul.social-icons a {
    border-left: 0;
  }
  #sp-search .sp-module-content {
    display: inline-block;
    width: 100%;
  }
  .sp-vmsearch .category-name-wrapper {
    margin-right: 2px;
  }
  .sp-vmsearch .sp-vmsearch-categorybox {
    font-size: 11px;
    width: 90px;
  }
  .sp-vmsearch .search-input-wrapper {
    width: 160px;
  }
  .sp-vmsearch .search-button-wrapper {
    width: 55px;
  }
  .sp-vmsearch .search-button-wrapper button {
    font-size: 13px;
  }
  div.acymailing_module .acymailing_form td input {
    width: 180px !important;
  }
  .banner-static > .row > div {
    margin-bottom: 30px;
  }
  .banner-static > .row > div:last-child {
    margin-bottom: 0;
  }
  .banner-static .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .acymailing_module .acymailing_form td.acysubbuttons {
    margin-left: 0;
  }
  .acymailing_module .links ul.link-follow li {
    margin-right: 3px;
    margin-bottom: 3px;
  }
  #sp-static-header {
    border-top: 0 !important;
  }
  #sp-static-header .sp-module {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }
  #sp-static-header .sp-module .sp-module-title h3 {
    line-height: 60px !important;
  }
  #sp-static-header .sp-module.mod_home_menu ul.menu > li > a:before {
    line-height: 60px;
  }
  #sp-static-header .sp-module.mod_vmsearch {
    border-right: 0;
  }
  #sp-static-header .sp-vmsearch:before {
    height: 60px;
    line-height: 60px;
  }
  #sp-static-header #vmCartModule {
    min-height: 60px;
  }
  #sp-static-header .mini-cart .mini-cart-title i {
    min-height: 60px;
    line-height: 60px;
  }
  #sp-static-header .mini-cart .mini-cart-content {
    width: 100%;
  }
  #sp-static-header .sp-vmsearch form {
    min-width: 120px !important;
  }
  #sp-static-header .sp-vmsearch .search-input-wrapper {
    max-width: 110px !important;
  }
  .product .product-inner .text-block,
  .sp-module .vina-carousel-virtuemart .product .product-inner .text-block {
    text-align: center;
  }
  .product .product-inner .text-block h2.product-title,
  .product .product-inner .text-block h3.product-title,
  .sp-module .vina-carousel-virtuemart .product .product-inner .text-block h2.product-title,
  .sp-module .vina-carousel-virtuemart .product .product-inner .text-block h3.product-title {
    text-align: center;
    font-size: 16px;
  }
  .product .product-inner .text-block .product-price,
  .sp-module .vina-carousel-virtuemart .product .product-inner .text-block .product-price {
    float: none;
  }
  .product .product-inner .text-block .product-price span,
  .sp-module .vina-carousel-virtuemart .product .product-inner .text-block .product-price span {
    font-size: 24px;
  }
  .sp-module .vina-carousel-content .blog-inner .image-block,
  .sp-module .vina-carousel-content .blog-inner .text-block {
    width: 100%;
  }
  .sp-module .vina-carousel-content .blog-inner .text-block {
    padding-left: 0;
    padding-top: 15px;
  }
  .sp-module.custom-brand .sp-module-title,
  .sp-module.custom-brand .sp-module-content {
    width: 100%;
  }
  .sp-module.custom-brand .sp-module-title {
    padding: 5px;
    margin-bottom: 20px;
  }
  .sp-module.custom-brand .sp-module-title h3 {
    margin: 0;
    width: 100%;
    min-height: 190px;
  }
  .sp-module.custom-brand .sp-module-title h3:before {
    margin-bottom: 0;
  }
  .sp-module.custom-brand .owl-nav {
    bottom: auto;
    left: 0;
    text-align: center;
    top: -70px;
    right: 0 !important;
    margin: 0 auto;
  }
  .sp-module.mod_cur,
  .sp-module.mod_lang,
  .sp-module.mod_menu_top,
  .bootstrap-select button.btn,
  .sp-module.mod_cur .sp-module-title h3,
  .sp-module.mod_lang .sp-module-title h3,
  .sp-module.mod_menu_top .sp-module-title h3 {
    font-size: 12px;
  }
  .blog article.item .readmore a,
  .blog article.item .jcomments-links a {
    float: left;
    width: auto;
    margin-top: 10px;
  }
  .blog .article-info {
    margin: 10px -8px 0;
  }
  h2.entry-title {
    margin: 0;
    font-size: 12px;
  }
  .blog .entry-header .icons {
    display: none;
  }
  .entry-header {
    margin-bottom: 0;
  }
  .entry-header .icons {
    display: none;
  }
  .item-page .postinfo-wrapper {
    padding-left: 0px;
  }
  .item-page .postinfo-wrapper .post-date {
    width: 65px;
  }
  .item-page .postinfo-wrapper .post-date .day {
    font-size: 14px;
  }
  .item-page .postinfo-wrapper .post-date .month {
    font-size: 10px;
  }
  .width50 {
    width: 50%;
  }
  .article-info >dd {
    margin: 3px 8px;
  }
  .vm-product-details-container h1 {
    font-size: 18px;
  }
  .vm-product-details-container .manufacturer,
  .vm-product-details-container .in-stock {
    font-size: 13px;
  }
  .vm-product-details-container .product-fields {
    text-align: left;
  }
  .vm-product-details-container .product-fields .product-field {
    width: 100%;
  }
  .vm-product-details-container .add-to-box .btn-compare,
  .vm-product-details-container .add-to-box .btn-wishlist,
  .vm-product-details-container .add-to-box .email-friend {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    text-align: left;
  }
  .vm-product-details-container div#vmcompare {
    float: none;
  }
  .coupon-inner .details-button {
    margin-top: 7px;
  }
  #tabs-detail-product.nav >li {
    width: 100%;
  }
  #tabs-detail-product.nav >li >a {
    width: 100%;
    font-size: 15px;
    line-height: 45px;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .sp-module .has-counter .product .product-inner .vm-product-media-container,
  .sp-module .has-counter .product .product-inner .text-block {
    width: 100%;
  }
  #sp-newsletter {
    margin-top: 20px;
    display: inline-block;
  }
  .sp-module.mod_newsletter .acymailing_module .acymailing_form td input {
    width: 161px !important;
  }
  .orderby-displaynumber .view-mode {
    position: static;
    width: 100%;
  }
  .orderby-displaynumber-inner {
    display: inline-block;
    padding: 15px 0 5px;
    width: 100%;
  }
  .orderby-displaynumber-inner .vm-order-list,
  .orderby-displaynumber-inner .display-number {
    width: 100%;
  }
  .orderby-displaynumber-inner .vm-order-list {
    margin-bottom: 10px;
  }
  .listing-view.vm_list_view .list-product .product .product-inner .vm-product-media-container,
  .listing-view.vm_list_view .list-product .product .product-inner .text-block {
    width: 100%;
  }
  #style-layout3 #sp-top-wrapper #sp-top1,
  #style-layout4 #sp-top-wrapper #sp-top1 {
    border-bottom: 1px solid #1f1f1f;
  }
  #style-layout3 #sp-menu {
    border-top: 1px solid #1f1f1f;
  }
  #style-layout3 .is-sticky #sp-menu {
    border-top: 0;
  }
  #style-layout4 #sp-header-middle-wrapper #sp-logo,
  #style-layout4 #sp-header-middle-wrapper #sp-mini-cart {
    width: 100%;
  }
  .sp-module.mod_title3 .sp-module-title h3,
  #style-layout4 .sp-module.mod_title1 .sp-module-title h3,
  #style-layout4 .sp-module.mod_title2 .sp-module-title h3,
  #style-layout5 .sp-module.mod_title1 .sp-module-title h3,
  #style-layout5 .sp-module.mod_title2 .sp-module-title h3 {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
  }
  #sp-tabs-product-wrapper .sp-module div.sptab .tabs_buttons ul.tabs_container li.tab {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  #style-layout5 #vmCartModule .mini-cart .mini-cart-title {
    padding: 8.5px 65px 8.5px 15px;
  }
  #style-layout5 .sp-vmsearch .search-input-wrapper {
    width: 130px;
  }
  #style-layout5 .sp-vmsearch .sp-vmsearch-categorybox {
    width: 95px;
  }
  #style-layout5 #sp-header #sp-menu {
    width: 20%;
  }
  #style-layout5 #sp-header #sp-mini-cart {
    width: 80%;
  }
}
@media (max-width: 321px) {
  input {
    width: 180px;
  }
  .mini-cart .mini-cart-content {
    width: 200px;
  }
  .offcanvas-menu {
    width: 205px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title h3 {
    font-size: 14px;
  }
  .product-neighbours .next-page {
    float: left;
  }
  .sp-vmsearch form {
    width: 100%;
    position: relative;
    margin-bottom: 0 !important;
  }
  .sp-vmsearch .search-input-wrapper {
    width: 135px;
  }
  .sp-vmsearch .search-button-wrapper {
    width: 55px;
  }
  .sp-vmsearch,
  .block-call-container {
    width: 100%;
  }
  .owl-item .item .item-inner {
    padding: 0;
  }
  .acymailing_module .links ul.link-follow li {
    display: inline-block;
    width: 100%;
  }
  .acymailing_module .links ul.link-follow li a {
    width: 100%;
  }
  .blog article.item h2.entry-title {
    text-align: center;
    width: 100%;
  }
  .blog article.item .readmore a,
  .blog article.item .jcomments-links a {
    font-size: 11px;
  }
  .entry-header {
    margin-bottom: 0 !important;
  }
  .post-format {
    width: 100%;
    text-align: center;
  }
  .post-format i {
    width: 100%;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
  }
  .entry-header h2.entry-title {
    width: 100%;
    text-align: center;
  }
  blockquote {
    margin: 20px 10px;
  }
  .sp-module .sp-module-title h3 {
    font-size: 14px;
  }
  .cf_form .cf_slider_gutter_m {
    width: 89%;
  }
  .vm-product-details-container .btn-wishlist .addtofav_aws_icon,
  .vm-product-details-container .btn-wishlist .addtofav_aws_icon_active {
    min-width: 40px;
  }
  .vm-product-details-container .add-to-box a.email-friend,
  .vm-product-details-container .add-to-box div#vmcompare a {
    min-width: 40px;
  }
  #sp-support .sp-contact-info {
    padding: 10px 0;
  }
  #sp-support .sp-contact-info li {
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  section#sp-featured-products-wrapper,
  section#sp-product-categories-1-wrapper,
  section#sp-product-categories-2-wrapper {
    margin-bottom: 10px;
  }
}
@media (max-width: 300px) {
  .sp-vmsearch .search-input-wrapper {
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .sp-vmsearch .sp-vmsearch-categorybox {
    border-right: 0;
  }
  #style-layout5 #sp-header #sp-menu {
    width: 65px;
    padding: 0;
  }
  #style-layout5 #sp-header #sp-mini-cart {
    width: -o-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    padding: 0;
  }
  #style-layout5 .sp-vmsearch form {
    width: 100%;
    position: relative;
    margin-bottom: 0 !important;
  }
  #style-layout5 .sp-vmsearch .search-input-wrapper {
    width: 135px;
  }
  #style-layout5 .sp-vmsearch .search-button-wrapper {
    width: 55px;
  }
}
@media (max-width: 1024px) {
  .sp-module .vina-carousel-virtuemart.has-counter .product .product-inner {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sp-vmsearch .category-name-wrapper {
    font-size: 11px;
  }
  .sp-vmsearch .sp-vmsearch-categorybox .cat-button i {
    right: 0;
  }
  .sp-module.deals-carousel .sp-module-title h3 {
    font-size: 17px;
  }
  .sp-module.deals-carousel.home2-deals-carousel .sp-module-content {
    padding: 60px 0 0;
  }
  #style-layout5 .sp-vmsearch .search-input-wrapper {
    width: 380px;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .sp-module .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons {
    top: -55px;
  }
  .cf_form .cf_slider_gutter_m {
    width: 88.65%;
  }
  #sp-left .sp-module,
  #sp-right .sp-module {
    margin-top: 48px;
  }
  #sp-left .sp-module .sp-module-title h3,
  #sp-right .sp-module .sp-module-title h3 {
    font-size: 11px;
  }
  ul.link-follow {
    padding-top: 20px;
  }
  ul.link-follow li {
    margin-right: 5px;
    padding-left: 5px;
  }
  ul.link-follow li.first {
    padding-left: 0;
  }
  ul.link-follow a {
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
  .sp-module.mod_title2 .sp-module-content {
    padding: 10px 10px 0;
  }
  .sp-module.mod_vmcategory .sp-module-content .vina-treeview-virtuemart ul li a {
    line-height: 45px;
    font-size: 13px;
    padding: 0 10px 0px 15px;
  }
  .sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul.level0 > li > a {
    background-position: 12px center;
  }
  .sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li a {
    font-size: 10px;
    line-height: 38px;
    padding: 0 10px 0 30px;
  }
  .sp-module .mage-products .product .item-inner .item-i,
  .sp-module .mage-products .product .product-inner .item-i {
    padding: 15px 0 0;
  }
  .sp-module .mage-products .product .item-inner .media-body,
  .sp-module .mage-products .product .product-inner .media-body {
    padding-left: 7px;
  }
  .sp-module .mage-products .product .item-inner h3.product-title,
  .sp-module .mage-products .product .product-inner h3.product-title {
    margin: 0 0 3px 0;
  }
  .sp-module .mage-products .product .item-inner h3.product-title a,
  .sp-module .mage-products .product .product-inner h3.product-title a {
    font-size: 10px;
  }
  .sp-module .mage-products .product .item-inner .vm-product-rating-container,
  .sp-module .mage-products .product .product-inner .vm-product-rating-container {
    margin: 0;
    line-height: 16px;
  }
  .sp-module .mage-products .product .item-inner .product-price,
  .sp-module .mage-products .product .product-inner .product-price {
    line-height: 20px !important;
  }
  .sp-module .mage-products .product .item-inner .product-price span,
  .sp-module .mage-products .product .product-inner .product-price span {
    font-size: 14px;
  }
  .sp-module .mage-products .product .item-inner .product-price .price-crossed span,
  .sp-module .mage-products .product .product-inner .product-price .price-crossed span {
    font-size: 13px;
  }
  .sp-module .has-counter .product .product-inner h3.product-title {
    font-size: 16px;
  }
  .sp-module.deals-carousel .sp-module-content {
    padding: 75px 0 15px;
  }
  .sp-module.custom-brand .sp-module-title h3 {
    font-size: 16px;
    min-height: 167px;
    padding-top: 40px;
  }
  .sp-module.custom-brand .owl-nav {
    left: -120px;
  }
  .vm-product-details-container div#vmcompare a,
  .vm-product-details-container .btn-wishlist .addtofav_aws_icon,
  .vm-product-details-container .btn-wishlist .addtofav_aws_icon_active {
    padding: 0 10px;
  }
  .sp-module .vina-carousel-content .item .readmore a {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .vina-about-tab .sppb-nav-tabs li a {
    font-size: 10px;
  }
  .vina-accordion .sppb-panel-heading .sppb-panel-title {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sp-vmsearch .search-input-wrapper {
    width: 250px;
  }
  .product .product-inner .timer-grid .box-time-date .number {
    font-size: 14px;
  }
  #sp-left li a,
  #sp-right li a {
    font-size: 13px;
  }
  #sp-left .sp-module .owl-theme .owl-controls .owl-buttons div,
  #sp-right .sp-module .owl-theme .owl-controls .owl-buttons div {
    right: -5px;
    width: 18px;
  }
  #sp-left .sp-module .owl-theme .owl-controls .owl-buttons div:before,
  #sp-right .sp-module .owl-theme .owl-controls .owl-buttons div:before {
    font-size: 18px;
  }
  #sp-left .sp-module .owl-theme .owl-controls .owl-buttons div.owl-prev,
  #sp-right .sp-module .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 18px;
  }
  #sp-left .form-login-submit button,
  #sp-right .form-login-submit button {
    margin-bottom: 5px;
  }
  .cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] {
    text-align: center;
  }
  .cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog article.item.column-3 h2.entry-title {
    font-size: 12px;
  }
  .blog article.item.column-3 .icons {
    display: none;
  }
  .blog article.item.column-3 .readmore a,
  .blog article.item.column-3 .jcomments-links a {
    margin-top: 10px;
    width: 100%;
  }
  .blog article.item.column-4 .post-format {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ececec;
  }
  .blog article.item.column-4 .post-format i {
    float: none;
    margin: 0 auto;
    border: 0;
  }
  .blog article.item.column-4 h2.entry-title {
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
  .blog article.item.column-4 .item-content .item-introtext {
    padding: 20px 10px;
  }
  .blog article.item.column-4 .readmore a,
  .blog article.item.column-4 .jcomments-links a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .banner-block-static-1 .top1 {
    margin-bottom: 10px !important;
  }
  .cf_flt_wrapper .cf_wrapper_input_text .form-horizontal input[type="search"] {
    width: 100%;
  }
  .cf_flt_wrapper .cf_flt_header {
    padding: 5px 15px;
    font-size: 14px;
  }
  .blog article.item.column-3 .post-format i {
    width: 32px;
    font-size: 15px;
  }
  .vina-about-tab .sppb-nav-tabs li {
    width: 100%;
  }
  .sp-module.custom-brand .sp-module-title h3 {
    min-height: 198px;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  .sp-module.mod_hot_deals .vina-carousel-virtuemart .product .product-inner {
    border: 1px solid #e3e3e3;
    border-top: 0;
  }
}
@media (min-width: 801px) and (max-width: 992px) {
  .sp-vmsearch,
  #vmCartModule,
  .block-call-container {
    padding: 15px 0 30px 0;
  }
  #sp-header > .container > .row > div {
    width: 50%;
  }
  #sp-header #sp-menu,
  #sp-header #sp-support {
    width: 50%;
  }
  #sp-header #offcanvas-toggler {
    float: left;
  }
  .top-content-block .block-top {
    padding: 5px 0;
  }
  #sp-slider-wrapper > .container > .row > div:nth-child(1),
  #sp-slider-wrapper > .container > .row > div:nth-child(2) {
    width: 50%;
  }
  #sp-slider-wrapper > .container > .row > div:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
  #sp-top-home-wrapper > .container > .row > div:nth-child(1),
  #sp-top-home-wrapper > .container > .row > div:nth-child(2),
  #sp-top-home-wrapper > .container > .row > div:nth-child(3) {
    width: 100%;
  }
  #sp-top-home-wrapper > .container > .row > div:nth-child(2),
  #sp-top-home-wrapper > .container > .row > div:nth-child(3) {
    margin-top: 30px;
  }
  .sp-module.mod_title2 .sp-module-title h3,
  .sp-module.vm_category .sp-module-title h3 {
    font-size: 16px;
  }
  .sp-module .vina-carousel-virtuemart.mage-products.owl-theme .owl-buttons {
    top: -53px;
  }
  .sp-module.custom-brand .sp-module-title h3 {
    min-height: 196px;
  }
  .sp-module.vm_category.vm_category_menu .sp-module-title {
    padding: 18px 0 18px 22px;
  }
  #style-layout2 #sp-header #offcanvas-toggler {
    float: right;
  }
  #style-layout2 #sp-slider-wrapper > .container > .row > div:nth-child(1),
  #style-layout2 #sp-slider-wrapper > .container > .row > div:nth-child(2) {
    width: 100%;
  }
  #style-layout2 #sp-slider-wrapper > .container > .row > div:nth-child(2) {
    margin-top: 30px;
  }
  #style-layout3 #offcanvas-toggler > i {
    padding: 0 25px;
  }
  #style-layout3 .is-sticky #sp-header > .container:before {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #sp-bottom-info-wrapper #sp-bottom-info1,
  #sp-bottom-info-wrapper #sp-bottom-info2,
  #sp-bottom-info-wrapper #sp-bottom-info3 {
    width: 100%;
    margin-top: 30px;
  }
  .vina-testimonials .item {
    padding-bottom: 20px;
  }
  .vina-testimonials .item blockquote {
    padding: 0;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4,
  #sp-bottom5 {
    width: 50%;
    margin-top: 30px;
  }
  #sp-bottom4 {
    clear: both;
  }
  .sp-module.horizontal ul.VMmenu li {
    width: 25%;
  }
  #style-layout2 #sp-header-sticky-wrapper {
    height: auto !important;
  }
  #style-layout2 #sp-header #sp-menu .sp-column {
    background: #000;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #sp-testimonial .sp-module {
    background: #c94969;
    text-align: center;
    min-height: 180px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #sp-main-content .sp-module .items_mask .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div,
  #sp-home2-main-content .sp-module .items_mask .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div {
    left: 60px !important;
  }
  #sp-main-content .sp-module .items_mask .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev,
  #sp-home2-main-content .sp-module .items_mask .vina-carousel-virtuemart.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 120px !important;
  }
}
@media (max-width: 768px) {
  .sp-comingsoon .sp-comingsoon-title {
    font-size: 24px;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 20px 15px;
  }
}
@media (max-width: 320px) {
  .sp-comingsoon .social-icons li {
    margin: 0 10px;
  }
}
.nomob {}
.nokom {}
@media (max-width: 400px) {
.nomob {display: none;}
}
@media (min-width: 401px) {
.nokom {display: none;}
}
@media (min-width: 768px) and (max-width: 979px) {
  #checkoutForm .cart-summary .cart-images img {
    width: 72px;
  }
}
@media (max-width: 768px) {
  #checkoutForm .cart-summary .cart-images,
  .tb-image,
  tbody .sectiontableentry1 >td:first-child {
    display: none;
  }
.bancus div {margin:5px 0;}
}

@media (max-width: 600px) {  
.product-price {margin: 0%!important;}
.product-title { min-height: 3px!important;}
.soc {text-align:center;}
.product-title {font-size: 12px!important;overflow: hidden!important; text-overflow: ellipsis!important; white-space: nowrap!important;}
.p-txt {font-size: 12px!important;  overflow: hidden!important;text-overflow: ellipsis!important; white-space: nowrap!important;}
.product .product-inner .pro-image{max-height: auto!important;}
.browseProductImage {max-height: auto!important;}
.product .product-inner .text-block {min-height: 94px!important;}
}
@media (min-width: 601px) {
	.browseProductImage {max-height: 200px!important;}
}

.product-price {text-align: left!important;}
.category-title {    color: #00507C;
    font-weight: 500;
    /* line-height: 1.35; */
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    display: block;}


@media (max-width: 480px) {
  .product-inner {
    padding: 0 5px !important;
  }

  .product-inner .item-i {
    max-height: 350px;
    height: 350px;
  }

  .product-inner .text-block { 
    padding-right: 0 !important;
  }

  .product-inner .product-title { 
    height: 78px !important;
    position: relative !important;
    font-size: 20px !important;
    white-space: normal !important;
    text-overflow: clip !important;
  }

  .product-inner .image-block img {
    min-height: 150px !important;
    max-height: 150px !important;
    max-width: 100% !important;
  }

  .product-inner .image-block .pro-image {
    min-height: 150px !important;
    max-height: 150px !important;
    max-width: 100% !important;
  }

  .product-inner .product-price .PricesalesPrice {
    font-size: 16px !important;
  }

  .product-title a { 
    position: absolute !important;
    top: 50% !important; 
    left: 50% !important; 
    transform: translateY(-50%, -50%) !important; 
    -webkit-transform: translate(-50%, -50%) !important; 
    -ms-transform: translate(-50%, -50%) !important;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
    white-space: normal !important;
    text-overflow: clip !important;
    hyphens: auto;
    padding-left: 2px;
    padding-right: 2px;
  }

  .vmgrouppr-main .spacer .p-img {
    min-height: auto !important;
  }

  .category_description {
    margin-top: 10px;
  }
}

.vmgrouppr-main .p-txt a {
  white-space: normal !important;
  text-overflow: clip !important;
}

.category_description {
  display: block;
  float: left;
}

.product-title a {
  color: #00507C !important;
}

.status-sale {display:none!important;}

.quantity_m {
     min-width: 10px;
     width: auto;
     position: relative;
     left: auto;
     height: 25px !important;
     padding: 1px 5px !important;
     font-size: 14px !important;
     margin: 0px 5px;
     display: inline-block !important;
     font-family: Open Sans, sans-serif !important;
     line-height: 25px !important;
     border-radius: 15px !important;
}

.quantity_p {
     min-width: 10px;
     width: auto;
     position: relative;
     left: auto;
     height: 25px !important;
     padding: 1px 5px !important;
     font-size: 14px !important;
     margin: 0px 5px;
     display: inline-block !important;
     font-family: Open Sans, sans-serif !important;
     line-height: 25px !important;
     border-radius: 15px !important;
}

.listing-view .text-block .actions, .quantity-box .quantity-minus, .quantity-box .quantity-plus {display:block!important;}
.listing-view .text-block .actions button.b1c {display:none!important;}
.listing-view .text-block .actions .quantity-box {margin:0 0 10px;display:flex!important;align-items:center;width:100%;justify-content:center;}
.product .product-inner .actions .addtocart-area, .product .product-inner .actions span.addtocart-button {width:100%!important}
.product .product-inner .actions span.addtocart-button input {width:auto;}
@media (min-width: 768px) {
	.list-product > div:after{
		display: table;
		clear: both;
		content: '';
	}
}
/* --- FIX: снять перекрытие кликов над контролами количества и нижней кнопкой --- */

/* Всё, что создаёт оверлей у изображения, не должно перехватывать клики */
.product .product-inner .pro-image:before,
.product .product-inner .pro-image:after {
  pointer-events: none !important;
}

/* Нижний текстовый блок и зона действий поверх изображения */
.product .product-inner .text-block,
.product .product-inner .actions,
.product .product-inner .actions .addtocart-area,
.product .product-inner .actions .addtocart-bar {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* На всякий случай у ссылки-обложки картинки — клики только в пределах самой картинки */
.product .product-inner .pro-image a {
  position: relative;
  z-index: 1;
  display: block;
  pointer-events: auto;
}

/* Перестраховка: сами контролы количества/кнопка точно кликабельны */
.quantity-box,
.quantity-box .quantity-minus,
.quantity-box .quantity-plus,
.addtocart-area,
.addtocart-bar,
span.addtocart-button,
span.addtocart-button input {
  pointer-events: auto !important;
}
.close_image {
display: none;
}
/* ======================================================
   MOBILE HEADER (vina_dallix) + FIX OFFCANVAS MENU
   - логотип скрыт
   - синяя панель: бургер слева, корзина справа
   - фикс кликов корзины
   - бургер: открывает меню (не только затемнение)
   ====================================================== */
@media (max-width: 991px){

  /* 1) Полностью убираем логотип на мобилке */
  #sp-header-middle-wrapper #sp-logo{
    display:none !important;
  }

  /* 2) Шапка с контактами */
  #sp-header-middle-wrapper > .container > .row{
    display:flex !important;
    flex-wrap:wrap !important;
  }
  #sp-header-middle-wrapper #sp-tel{
    width:100% !important;
  }

  /* 3) Убираем псевдоэлементы, которые давали лишнюю высоту */
  #sp-header-middle-wrapper > .container > .row::before,
  #sp-header-middle-wrapper > .container > .row::after{
    display:none !important;
    content:none !important;
    height:0 !important;
  }

  /* 4) Нижняя синяя панель: бургер + корзина */
  #style-layout5 #sp-header > .container > .row{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    justify-content:space-between !important;
    position:relative !important;
    z-index:10 !important;
  }

  /* Бургер слева */
  #style-layout5 #sp-header #sp-menu{
    width:65px !important;
    flex:0 0 65px !important;
    padding:0 !important;
    position:relative !important;
    z-index:11 !important;
  }

  /* Корзина справа (в той же синей линии) */
  #style-layout5 #sp-header #sp-mini-cart{
    flex:0 0 auto !important;
    width:auto !important;
    padding:0 !important;
    overflow:hidden !important;
    position:relative !important;
    z-index:12 !important;
    margin-left:auto !important; /* уводим вправо */
  }

  /* Чтобы текст корзины не раздувал блок */
  #style-layout5 #vmCartModule .mini-cart .mini-cart-title{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  /* ---------- FIX клика корзины ---------- */
  #vmCartModule .mini-cart-title{
    position:relative !important;
    z-index:99999 !important;
    display:block !important;
    cursor:pointer !important;
  }
  /* Иконки/тексты внутри не забирают клик */
  #vmCartModule .mini-cart-title .cart-icon,
  #vmCartModule .mini-cart-title span{
    pointer-events:none !important;
  }
}
/* ===== OFFCANVAS: МЕНЮ СЛЕВА + ШИРИНА/ВЫСОТА КАК НАДО + БЕЗ ЗАТЕМНЕНИЯ ===== */

/* 1) Меню: слева, твоя ширина, высота по контенту */
.offcanvas-menu{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;

  width: 200px !important;     /* твоя ширина */
  max-width: 80vw !important;

  height: auto !important;      /* НЕ до конца страницы */
  min-height: 0 !important;
  max-height: none !important;
  bottom: auto !important;

  transform: translateX(-100%) !important;
  transition: transform .25s ease !important;

  background: #fff !important;
  z-index: 100000 !important;
}

/* 2) Открытие меню (учитываем оба варианта классов на body) */
body.offcanvas-active .offcanvas-menu,
body.offcanvas .offcanvas-menu{
  transform: translateX(0) !important;
}

/* 3) Внутри меню ничего не растягиваем на 100% высоты */
.offcanvas-inner{
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
.offcanvas-menu,
.offcanvas-menu *{
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* =========================================================
   A) ПОЛНОСТЬЮ УБИРАЕМ ЗАТЕМНЕНИЕ ОТ OFFCANVAS
   (у тебя оно может быть: отдельным overlay-элементом,
   псевдоэлементом :before/:after на body/обёртках,
   либо фиксированным слоем с большим z-index)
   ========================================================= */

/* A1) Любые overlay/бекдропы offcanvas — выключаем */
#offcanvas-overlay,
.offcanvas-overlay,
.offcanvas-backdrop,
.offcanvas-overlay *,
.offcanvas-backdrop *{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
  pointer-events: none !important;
}

/* A2) Если затемнение делается псевдоэлементами на wrapper’ах — выключаем */
body.offcanvas-active .body-innerwrapper:before,
body.offcanvas-active .body-innerwrapper:after,
body.offcanvas .body-innerwrapper:before,
body.offcanvas .body-innerwrapper:after,
body.offcanvas-active .sm-pusher:before,
body.offcanvas-active .sm-pusher:after,
body.offcanvas-active .sm-content:before,
body.offcanvas-active .sm-content:after,
body.offcanvas-active .sm-content-inner:before,
body.offcanvas-active .sm-content-inner:after,
body.offcanvas .sm-pusher:before,
body.offcanvas .sm-pusher:after,
body.offcanvas .sm-content:before,
body.offcanvas .sm-content:after,
body.offcanvas .sm-content-inner:before,
body.offcanvas .sm-content-inner:after{
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

/* A3) На всякий случай: если при открытом меню контенту ставят opacity */
body.offcanvas-active .sm-pusher,
body.offcanvas-active .sm-content,
body.offcanvas-active .sm-content-inner,
body.offcanvas-active .body-innerwrapper,
body.offcanvas .sm-pusher,
body.offcanvas .sm-content,
body.offcanvas .sm-content-inner,
body.offcanvas .body-innerwrapper{
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* =========================================================
   B) ЛУПА / УВЕЛИЧЕНИЕ КАРТИНОК (Vina QuickView / Shadowbox)
   - на десктопе: чтобы не было "пол-экрана" тёмного слоя
     после закрытия (часто это overlay остаётся видимым)
   - на мобилке: чтобы кнопка-лупа НЕ была скрыта
   ВАЖНО: мы НЕ отключаем #sbx-overlay навсегда, иначе
   не будет увеличения. Мы лишь исправляем вид/клик.
   ========================================================= */

/* B1) На мобилке часто скрывают "лупу" стилями шаблона.
       Возвращаем отображение кнопки quickview. */
@media (max-width: 991px){
  a.vina-quickview,
  .vina-quickview,
  .vm-details-button.quick-view a,
  .vm-details-button.quick-view{
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* B2) Делает клик по лупе всегда возможным (не перекрывается оверлеями) */
.vm-details-button.quick-view,
.vm-details-button.quick-view a,
a.vina-quickview{
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

/* B3) Shadowbox/Vina overlay: делаем нормальным на весь экран,
       чтобы НЕ было "пол-экрана" из-за странных размеров */
#sbx-overlay{
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}

/* B4) Окно shadowbox — поверх, по центру, без ломаний */
#sbx-window{
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 95vw !important;
  max-height: 90vh !important;
}

/* B5) Крестик закрытия: НЕ скрываем (у тебя раньше было .close_image{display:none}) */
.close_image,
#sbx-close,
#sbx-close a{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 100001 !important;
}

/* B6) Если после закрытия остаётся «тёмная плашка»,
       чаще всего это не offcanvas, а shadowbox overlay завис.
       Это исправляется JS-ом, но CSS-страховка:
       когда shadowbox НЕ активен — скрываем overlay.
       (Если у #sbx-overlay нет класса, оставляем как есть —
        это безопасная часть, не ломает открытие.) */
#sbx-overlay[style*="display: none"],
#sbx-overlay[style*="visibility: hidden"],
#sbx-overlay[style*="opacity: 0"]{
  pointer-events: none !important;
}
.contact-cta{
  text-align:center;
  padding:16px 12px;
}

.contact-cta__title{
  font-size:40px;
  margin:0 0 8px;
}

.contact-cta__text{
  font-size:18pt;
  margin:0 0 12px;
}

.contact-cta__phone{
  margin:0 0 10px;
}

.contact-cta__phone-link{
  font-size:30pt;
  text-decoration:none;
}

.contact-cta__messengers{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
}

.contact-cta__messengers .m-icon img{
  display:block;
  width:44px;
  height:44px;
  object-fit:contain;
}
/* =========================================================
   VirtueMart: ПОДКАТЕГОРИИ (у тебя уже ок, оставляю безопасно)
   Работает ТОЛЬКО для блока подкатегорий, если он помечен .vm-subcats
   ========================================================= */
.vm-subcats.cat-tiles-grid{
  display: grid;
  gap: 12px;
  margin: 12px 0 18px;
  padding: 0;
}
.vm-subcats.cols-1{ grid-template-columns: repeat(1, minmax(0, 1fr)); }
.vm-subcats.cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vm-subcats.cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vm-subcats.cols-4{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vm-subcats.cols-6{ grid-template-columns: repeat(6, minmax(0, 1fr)); }
.vm-subcats.cols-12{ grid-template-columns: repeat(6, minmax(0, 1fr)); } /* 12 -> 6 */

@media (max-width: 575px){
  .vm-subcats.cat-tiles-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.vm-subcats .cat-tile{ display:block; text-decoration:none; color:inherit; }
.vm-subcats figure{
  margin:0; padding:10px;
  border:1px solid #ddd; border-radius:10px; background:#fff;
  display:flex; flex-direction:column; align-items:center;
}
.vm-subcats .cat-img{
  width:100%;
  aspect-ratio: 1 / 1;
  display:flex; align-items:center; justify-content:center;
  background:#fff; border-radius:8px; overflow:hidden;
}
.vm-subcats .cat-img img{
  max-width:100%; max-height:100%;
  width:auto; height:auto;
  object-fit:contain; display:block;
}
.vm-subcats figcaption{
  margin-top:10px;
  text-align:center;
  font-weight:700; line-height:1.2;
  min-height:2.4em;
}
.vm-subcats, .vm-subcats a, .vm-subcats figcaption{
  color:#00507c !important;
}


/* =========================================================
   VirtueMart: ТОВАРЫ — УБИРАЕМ "ЛЕСЕНКУ"
   Важно: не делаем квадраты, не трогаем object-fit у товаров.
   Только сетка и одинаковый низ карточек.
   ========================================================= */

/* 1) Делаем ряд товаров flex, чтобы не было masonry-лесенки */
body.com_virtuemart.view-category #vm-products-category .list-product > .row{
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Bootstrap clearfix у .row может мешать flex — отключаем */
body.com_virtuemart.view-category #vm-products-category .list-product > .row::before,
body.com_virtuemart.view-category #vm-products-category .list-product > .row::after{
  display: none !important;
  content: none !important;
}

/* 2) Колонка товара как flex-элемент, float убираем */
body.com_virtuemart.view-category #vm-products-category .list-product > .row > .product{
  float: none !important;
  display: flex;
  flex: 0 0 auto;   /* важно: чтобы bootstrap-ширины (col-*) сохранялись */
}

/* 3) Внутри карточки растягиваем высоту */
body.com_virtuemart.view-category #vm-products-category .list-product > .row > .product .product-inner{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 4) Опускаем текст/цену/кнопку вниз, чтобы низ был ровный */
body.com_virtuemart.view-category #vm-products-category .list-product > .row > .product .product-inner .text-block{
  margin-top: auto;
}

/* 5) Мобилка: делаем 2 товара в ряд (у тебя col-xs-12, поэтому задаём принудительно) */
@media (max-width: 575px){
  body.com_virtuemart.view-category #vm-products-category .list-product > .row > .product{
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* ===== ЧАСЫ РАБОТЫ ===== */
.work-hours{
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.work-hours__title{
  margin: 0 0 18px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

/* Список */
.work-hours__list{
  margin: 0 auto;
  padding: 0;
  max-width: 520px;
}

/* Строка: слева/справа + пунктир между ними */
.work-hours__row{
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 14px 0;           /* вот “расстояние между друг другом” */
}

/* Убираем дефолтные отступы dl */
.work-hours__term,
.work-hours__value{
  margin: 0;
}

.work-hours__term{
  white-space: nowrap;
  font-weight: 600;
}

/* пунктирная линия как “пробел/подчёркивание” */
.work-hours__term::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 12px;
  border-bottom: 1px dotted currentColor;
  transform: translateY(-2px);
}

/* чтобы линия занимала место между dt и dd */
.work-hours__term{
  display: flex;
  align-items: baseline;
  flex: 1 1 auto;
}

.work-hours__value{
  white-space: nowrap;
  font-weight: 600;
}

/* Бейдж справа снизу */
.work-hours__badge{
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

/* Мобилка */
@media (max-width: 420px){
  .work-hours__row{
    gap: 10px;
    margin: 12px 0;
  }
  .work-hours__badge{
    justify-content: center;
  }
}
/* =========================
   СТИЛИ ТОЛЬКО ДЛЯ БЛОКА #catalog
   (товары VirtueMart не трогаем)
   ========================= */

#catalog.catalog-page { margin: 0; padding: 0; }
#catalog .catalog-header h1 { margin: 0 0 12px; }
#catalog .catalog-section { margin: 18px 0 26px; }
#catalog .catalog-section h2 { margin: 0 0 12px; }

/* Сетка категорий */
#catalog .cat-tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

#catalog .cat-tiles-grid .cat-tile {
  display: block;
  text-decoration: none;
  color: inherit;
}

#catalog .cat-tiles-grid figure {
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Квадратная зона картинки */
#catalog .cat-tiles-grid .cat-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

#catalog .cat-tiles-grid .cat-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

#catalog .cat-tiles-grid figcaption {
  margin-top: 10px;
  text-align: center;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.4em;
}

/* Адаптив */
@media (max-width: 991px) {
  #catalog .cat-tiles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  #catalog .cat-tiles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* SEO колонки тоже только внутри #catalog */
#catalog .catalog-seo { margin-top: 22px; }
#catalog .catalog-seo h3 { margin: 18px 0 10px; }
#catalog .catalog-seo p { margin: 10px 0; }
#catalog .catalog-seo ul,
#catalog .catalog-seo ol { margin: 8px 0 12px; padding-left: 20px; }
#catalog .catalog-seo hr { margin: 18px 0; }

#catalog .seo-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  #catalog .seo-cols { grid-template-columns: 1fr; }
}
/* ===== PROMO DEALS (Акции) ===== */
.promo-deals{
  background: rgba(244, 22, 107, 0.5);
  color: #fff;
  padding: 20px;
  text-align: center;
}

.promo-deals,
.promo-deals *{
  box-sizing: border-box;
}

.promo-deals__title{
  margin: 0 0 16px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

/* Сетка */
.promo-deals__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* десктоп: 4 в ряд */
  gap: 16px;
  align-items: stretch; /* карточки одинаковой высоты */
}

/* Карточка */
.promo-deals__item{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

/* Если внутри <article> есть верхний заголовок (как на скрине) */
.promo-deals__item h3,
.promo-deals__item h4{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .3px;

  /* фиксируем высоту под 1–2 строки, чтобы не "плясали" карточки */
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* чтобы длинные заголовки не ломали сетку */
  padding: 0 6px;
  word-break: break-word;
}

/* Обёртка картинки — фиксируем одинаковые пропорции */
.promo-deals__img{
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 6px;
  overflow: hidden;
  background: transparent;

  /* ключевой фикс: одинаковое "окно" под изображение */
  aspect-ratio: 16 / 10;   /* можно 4/3 или 1/1 — главное одинаково */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Картинка внутри — заполняет окно красиво */
.promo-deals__img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;       /* картинка не "плывёт", заполняет ровно */
}

/* Нижний текст */
.promo-deals__text{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;

  /* чтобы одинаково выглядело при переносах */
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 6px;
  word-break: break-word;
}

/* Планшеты: 2×2 */
@media (max-width: 991px){
  .promo-deals__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-deals__title{
    font-size: 24px;
  }

  .promo-deals__text{
    font-size: 18px;
    min-height: 40px;
  }

  .promo-deals__item h3,
  .promo-deals__item h4{
    min-height: 32px;
  }
}

/* Телефоны: 2×2 */
@media (max-width: 575px){
  .promo-deals{
    padding: 14px;
  }

  .promo-deals__grid{
    gap: 12px;
  }

  .promo-deals__title{
    font-size: 20px;
    margin-bottom: 12px;
  }

  .promo-deals__text{
    font-size: 16px;
    min-height: 36px;
  }

  .promo-deals__item h3,
  .promo-deals__item h4{
    font-size: 13px;
    min-height: 30px;
  }
}
/* ===== ICONS 2x5 ===== */

/* Если в шаблоне .nomob скрывает блок на мобильных — это вернёт отображение */
@media (max-width: 991px){
  .custom.bancus.nomob{ display: block !important; }
}

.custom.bancus.nomob .buket-icons-2x5{
  display: flex;
  flex-wrap: nowrap;              /* 1 строка на десктопе */
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.custom.bancus.nomob .buket-icons-2x5 a{
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

.custom.bancus.nomob .buket-icons-2x5 img{
  display: block;
  width: 100%;
  max-width: 90px;
  height: auto;
}

/* Мобилка/планшет: сетка 5×2 */
@media (max-width: 991px){
  .custom.bancus.nomob .buket-icons-2x5{
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px 8px !important;
    justify-items: center;
    align-items: start;
  }

  .custom.bancus.nomob .buket-icons-2x5 a{
    width: 100%;
    max-width: 70px;
  }

  .custom.bancus.nomob .buket-icons-2x5 img{
    max-width: 70px;
    margin: 0 auto;
  }
}
/* ===== ARKA BLOCK ===== */
.arka-divider{
  border: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  margin: 18px 0;
}

.arka-block{
  padding: 0;
}

.arka-block__title{
  margin: 0 0 14px 0;
  color: #f4166b;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.arka-block__module{
  margin: 0 0 14px 0;
}

/* Кнопка */
.arka-block__cta{
  margin: 0;
  text-align: center;
}

.arka-block__btn{
  display: inline-block;
  border: 1px solid currentColor;
  color: #f4166b;
  padding: 7px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  transition: transform .12s ease, opacity .12s ease;
}

.arka-block__btn:hover,
.arka-block__btn:focus{
  text-decoration: none;
  opacity: .9;
  transform: translateY(-1px);
}

@media (max-width: 575px){
  .arka-block__btn{
    width: 100%;
    max-width: 320px;
  }
}
/* === SEO текст на главной === */
.seo-main{
  padding: 18px 0;
}

.seo-main__title{
  text-align: center;
  color: #0b4a7a;              /* под стиль сайта; можно заменить */
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.seo-main__content{
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: 18px 24px;
  align-items: start;
}

.seo-main__media{
  margin: 0;
}

.seo-main__image{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.seo-main__text p{
  margin: 0 0 12px;
  line-height: 1.55;
}

.seo-main__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.seo-main__btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #f4166b;
  background: #f4166b;
  color: #fff;
}

.seo-main__btn--ghost{
  background: transparent;
  color: #f4166b;
}

/* Мобилка */
@media (max-width: 991px){
  .seo-main__content{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .seo-main__title{
    font-size: 18px;
  }
}
/* === Промо-блоки (акции / свадьба / арки и т.п.) === */

.promo-section{
  margin: 24px 0;
}

.promo-section__divider{
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
}

.promo-section__title{
  text-align: center;
  color: #f4166b;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.promo-section__content{
  margin-bottom: 14px;
}

/* Кнопка */
.promo-section__action{
  text-align: center;
}

.promo-section__btn{
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #f4166b;
  border-radius: 6px;
  color: #f4166b;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}

.promo-section__btn:hover{
  background: #f4166b;
  color: #fff;
}

/* Мобилка */
@media (max-width: 768px){
  .promo-section{
    margin: 18px 0;
  }

  .promo-section__title{
    font-size: 16px;
  }

  .promo-section__btn{
    width: 100%;
    max-width: 280px;
  }
}
/* =========================================================
   PROMO SECTIONS (акции / свадьба / арки и т.п.)
   ========================================================= */

/* === Промо-блоки (акции / свадьба / арки и т.п.) === */
.promo-section{
  margin: 24px 0;
}

.promo-section__divider{
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
}

.promo-section__title{
  text-align: center;
  color: #f4166b;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.promo-section__content{
  margin-bottom: 14px;
}

/* Кнопка */
.promo-section__action{
  text-align: center;
}

.promo-section__btn{
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #f4166b;
  border-radius: 6px;
  color: #f4166b;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}

.promo-section__btn:hover{
  background: #f4166b;
  color: #fff;
}

/* Мобилка */
@media (max-width: 768px){
  .promo-section{
    margin: 18px 0;
  }

  .promo-section__title{
    font-size: 16px;
  }

  .promo-section__btn{
    width: 100%;
    max-width: 280px;
  }
}

/* ===== Promo Block (если используешь вторую разметку) ===== */
.promo-block{
  margin: 18px 0;
}

.promo-block__hr{
  border: 0;
  border-top: 1px solid rgba(244, 22, 107, 0.25);
  margin: 18px 0;
}

/* =========================================================
   VINA / OWL CAROUSEL (VirtueMart)
   Цель: НЕ ломать карусель, убрать "кривизну" на мобилке
   ========================================================= */

/* 1) НЕ даём внешним стилям ломать расчёты Owl */
.vina-carousel-virtuemart .owl-carousel{
  display: block; /* owl сам рулит */
}

.vina-carousel-virtuemart .owl-stage-outer{
  overflow: hidden; /* важно: не visible */
}

.vina-carousel-virtuemart .owl-stage{
  /* НЕ трогаем transform/width — owl ставит сам */
}

.vina-carousel-virtuemart .owl-item{
  box-sizing: border-box;
  float: left; /* owl так ожидает */
}

/* 2) Карточка товара занимает всю ширину айтема (убирает "пустоту") */
.vina-carousel-virtuemart .owl-item .item.product,
.vina-carousel-virtuemart .owl-item .product-inner,
.vina-carousel-virtuemart .owl-item .product-container{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* 3) Изображения не вылезают и красиво обрезаются */
.vina-carousel-virtuemart .owl-item img{
  display: block;
  max-width: 100%;
  height: auto;
}

/* 4) Убираем случайные float внутри карточек (часто из шаблонов) */
.vina-carousel-virtuemart .product-inner::after,
.vina-carousel-virtuemart .item.product::after{
  content: "";
  display: table;
  clear: both;
}

/* 5) Чуть более "ровная" типографика на мобилке */
@media (max-width: 768px){
  .vina-carousel-virtuemart .product-name,
  .vina-carousel-virtuemart h3,
  .vina-carousel-virtuemart h4{
    line-height: 1.2;
    word-break: break-word;
  }
}

/* =========================================================
   ВАЖНО:
   Не добавляй сюда display:grid / transform:none / width:auto
   для .owl-stage — это превращает карусель в "список".
   2 товара на мобилке делает JS через responsive.
   ========================================================= */
/* ================================
   АКЦИОННЫЙ БЛОК В ОПИСАНИИ КАТЕГОРИИ
   ================================ */

.promo-action {
  background-image: url('/images/akciaafon.jpg');
  background-size: cover;
  background-position: center;
  padding: 20px;
  border: 1px solid #e179be;
}

.promo-action .promo-title {
  font-size: 30px;
  color: #f4166b;
  font-weight: 800;
  margin: 0 0 10px;
}

.promo-action .promo-text {
  font-size: 25px;
  line-height: 1.4;
}

.promo-action .promo-text .underline {
  text-decoration: underline;
}

/* 📱 Адаптация */
@media (max-width: 991px) {
  .promo-action {
    padding: 16px;
  }

  .promo-action .promo-title {
    font-size: 24px;
  }

  .promo-action .promo-text {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .promo-action .promo-title {
    font-size: 20px;
  }

  .promo-action .promo-text {
    font-size: 18px;
  }
}
/* ===== СКРЫТО ВЕЗДЕ ПО УМОЛЧАНИЮ ===== */
.cat-tiles-mobile{
  display:none;
}

/* ===== ТОЛЬКО МОБИЛЬНЫЕ (телефоны) ===== */
@media (max-width:575px){
  .cat-tiles-mobile{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr)); /* 2×2 */
    gap:12px;
    margin:0;
    padding:0;
  }

  .cat-tiles-mobile .cat-tile{
    display:block;
    text-decoration:none;
    color:inherit;
  }

  .cat-tiles-mobile figure{
    margin:0;
    padding:10px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  /* Квадратная зона картинки */
  .cat-tiles-mobile .cat-img{
    width:100%;
    aspect-ratio:1 / 1;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
  }

  /* Картинка целиком, без обрезки */
  .cat-tiles-mobile .cat-img img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
  }

  /* Подпись */
  .cat-tiles-mobile figcaption{
    margin-top:10px;
    text-align:center;
    font:inherit;
    font-weight:700;
    line-height:1.2;
    min-height:2.4em;
  }
}
/* ======================================================
   VM CATEGORY — MOBILE GRID FIX
   2 товара в ряд / без "1-0" / ровные карточки / отступы
   ВСТАВИТЬ В САМЫЙ КОНЕЦ custom.css
   ====================================================== */

@media (max-width: 767px){

  /* Общая сетка товаров */
  .category-view .browse-view .list-product{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;

    margin-left: -6px !important;
    margin-right: -6px !important;

    row-gap: 14px !important;   /* ⭐ вертикальный отступ между строками */
  }

  /* Убираем "ряды" VirtueMart */
  .category-view .browse-view .vm-products-row{
    display: contents !important;
  }

  .category-view .browse-view .vm-products-row::before,
  .category-view .browse-view .vm-products-row::after{
    content: none !important;
    display: none !important;
  }

  /* Карточка товара = 50% */
  .category-view .browse-view .list-product > .product{
    float: none !important;
    clear: none !important;

    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;

    min-width: 0 !important;

    padding-left: 6px !important;
    padding-right: 6px !important;

    margin: 0 !important;      /* отступы теперь через row-gap */
  }

  /* Внутренности карточки */
  .category-view .browse-view .product .product-inner{
    height: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;

    display: flex !important;
    flex-direction: column !important;
  }

  .category-view .browse-view .product .text-block{
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Цена / кнопки вниз */
  .category-view .browse-view .product .product-price{
    margin-top: auto !important;
  }

  /* Картинка — квадрат */
  .category-view .browse-view .product .image-block .pro-image{
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;
    background: #fff !important;
  }

  .category-view .browse-view .product img.browseProductImage{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
}

/* Очень узкие экраны */
@media (max-width: 360px){
  .category-view .browse-view .list-product{
    margin-left: -4px !important;
    margin-right: -4px !important;
    row-gap: 12px !important;
  }

  .category-view .browse-view .list-product > .product{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
/* === УБРАТЬ ПУСТОТУ ПОД "В КОРЗИНУ" (mobile) === */
@media (max-width: 767px){

  /* снимаем любые фиксированные высоты/мин.высоты, которые держат “пустой низ” */
  .category-view .browse-view .product,
  .category-view .browse-view .product .product-inner,
  .category-view .browse-view .product .item-i,
  .category-view .browse-view .product .text-block{
    height: auto !important;
    min-height: 0 !important;
  }

  /* убираем нижние отступы внутри карточки (чаще всего именно они дают пустоту) */
  .category-view .browse-view .product .text-block{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .category-view .browse-view .product .actions,
  .category-view .browse-view .product .addtocart-area,
  .category-view .browse-view .product .addtocart-bar{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* на всякий случай — если под формой/кнопкой есть line-height/inline-block “хвост” */
  .category-view .browse-view .product .addtocart-area form{
    margin: 0 !important;
  }
}
/* =========================================================
   PROMO PAGE (акции) — без inline style и без чёрного.
   Всё наследует цвета сайта, задаём только фирменные синий/розовый.
   ========================================================= */

.promo-page{
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  font-family: inherit;
  color: inherit;

  --promo-blue: #0b66c3;   /* сайт-синий */
  --promo-pink: #e6005c;   /* сайт-розовый */
  --promo-border: rgba(0,0,0,.08);
  --promo-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.promo-accent{ color: var(--promo-pink); }

.promo-top{ margin-bottom: 10px; }

/* HERO */
.promo-hero{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap: 14px;
  align-items: stretch;
  margin: 8px 0 14px;
}

.promo-hero__media img{
  width:100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--promo-shadow);
}

.promo-hero__content{
  border: 1px solid var(--promo-border);
  border-radius: 12px;
  box-shadow: var(--promo-shadow);
  padding: 14px;
  background: #fff;
}

.promo-title{
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.2;
  color: var(--promo-blue);
}

.promo-subtitle{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--promo-blue);
  opacity: .95;
}

.promo-bullets{
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  line-height: 1.55;
  color: var(--promo-blue);
}

.promo-cta{ display:flex; gap:10px; flex-wrap:wrap; margin: 6px 0 10px; }

.promo-btn.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 700;
  border: 1px solid transparent;
  line-height: 1;
  white-space: nowrap;
}

.promo-btn.btn-primary{
  background: var(--promo-blue);
  color:#fff !important;
  border-color: var(--promo-blue);
}
.promo-btn.btn-primary:hover{ filter: brightness(.95); }

.promo-btn.btn-outline{
  background: #fff;
  color: var(--promo-blue) !important;
  border-color: var(--promo-blue);
}
.promo-btn.btn-outline:hover{ background: rgba(11,102,195,.08); }

.promo-note{
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--promo-blue);
}

/* divider */
.promo-divider{
  margin: 14px 0;
  border: none;
  border-top: 1px solid var(--promo-border);
}

/* GRID */
.promo-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* CARD */
.promo-card{
  display:grid;
  grid-template-columns: 210px 1fr;
  gap: 12px;

  padding: 12px;
  border: 1px solid var(--promo-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--promo-shadow);

  min-height: 230px;
}

.promo-card__img img{
  width:100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 12px;
  display:block;
}

.promo-card__body{
  display:flex;
  flex-direction: column;
  min-width: 0;
}

.promo-card__title{
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--promo-blue);
}

.promo-card__lead{
  margin: 0 0 6px;
  font-size: 13.8px;
  line-height: 1.45;
  color: var(--promo-blue);
}

.promo-card__text{
  margin: 0 0 6px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--promo-blue);
}

.promo-card__list{
  margin: 0 0 6px;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--promo-blue);
}

.promo-link{
  margin-top: auto;
  display:inline-block;
  padding-top: 8px;
  color: var(--promo-pink) !important;
  text-decoration: underline;
  font-weight: 800;
}
.promo-link:hover{ text-decoration: none; }

/* FOOTER */
.promo-footer{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--promo-border);
  color: var(--promo-blue);
}

.promo-footer__title{
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--promo-blue);
}

.promo-steps{
  margin: 0 0 10px;
  padding-left: 18px;
  line-height: 1.55;
  color: var(--promo-blue);
}

.promo-footer__cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 6px 0 10px;
}

.promo-footer__disclaimer{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--promo-blue);
  opacity: .9;
}

/* RESPONSIVE */
@media (max-width: 991px){
  .promo-hero{ grid-template-columns: 1fr; }
  .promo-grid{ grid-template-columns: 1fr; }
  .promo-card{ grid-template-columns: 170px 1fr; min-height: 0; }
  .promo-card__img img{ min-height: 160px; }
}

@media (max-width: 520px){
  .promo-card{ grid-template-columns: 1fr; }
  .promo-card__img img{ min-height: 180px; }
}
/* Инфоблок в материалах (замена inline styles) */
.bs-info-box{
  background: #f1f1f1;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.20);
  padding: 15px;
  margin: 20px 0;
  line-height: 40px;
}

.bs-info-box__title{
  color: #f4166b;
  text-align: center;
  margin: 0 0 10px;
}

.bs-info-box__row{
  margin-top: 8px;
}

.bs-info-box__note{
  text-align: center;
  margin: 10px 0 0;
}

.bs-info-box__map iframe{
  display: block;
  border: 0;
}
/* Фикс переносов в блоках доставки */
.bs-info-box ul li {
  white-space: nowrap;
}
/* Balloon rules: rows of images (no inline styles in materials) */
.balloon-rules .bs-img-row{
  display:flex;
  gap:16px;
  align-items:flex-start;
  justify-content:center;
  flex-wrap:wrap;
  margin:12px 0 0;
}

.balloon-rules .bs-figure{
  margin:0;
}

.balloon-rules .bs-img-row img{
  display:block;
  width:268px;
  height:268px;
  object-fit:cover;
}

/* Tall images row */
.balloon-rules .bs-img-row--tall img{
  width:236px;
  height:354px;
  object-fit:cover;
}
/* =========================
   BuketSharov: Route + Map (CLEAN)
   Только ваши цвета: #00507C / #0275bd / #f4166b + белый + светлая рамка
   Без теней, без градиентов, без подсветок
   ========================= */

:root{
  --bs-text:#00507C;     /* основной синий текст */
  --bs-blue:#0275bd;     /* синий акцент (обводки/ссылки) */
  --bs-pink:#f4166b;     /* розовый (актив/главная кнопка) */
  --bs-border:#cfe3f7;   /* светлая рамка */
  --bs-bg:#ffffff;       /* белый фон */
  --bs-radius:12px;
}

.bs-route{
  margin: 16px 0 22px;
  color: var(--bs-text);
  line-height: 1.55;
}

/* убираем любые тени/подсветки внутри блока */
.bs-route *, .bs-route *::before, .bs-route *::after{
  box-shadow: none !important;
  text-shadow: none !important;
}

.bs-route__top,
.bs-route__body,
.bs-rekv{
  background: var(--bs-bg) !important;
  border: 1px solid var(--bs-border) !important;
  border-radius: var(--bs-radius);
  padding: 14px 16px;
}

.bs-route__topgrid{
  display:flex;
  gap: 14px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bs-route__left,
.bs-route__right{
  flex: 1 1 320px;
  min-width: 280px;
}

.bs-route__addr{
  margin: 0 0 6px;
  font-weight: 800;
  color: var(--bs-text) !important;
}

.bs-route__meta,
.bs-route__lead,
.bs-route__hint,
.bs-rekv p,
.bs-route strong{
  color: var(--bs-text) !important;
}

.bs-route__right{
  display:flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  gap: 8px;
}

.bs-route__phone a{
  font-weight: 900;
  font-size: 20px;
  color: var(--bs-pink) !important;
  text-decoration: none;
}

.bs-route__write{
  font-weight: 800;
  color: var(--bs-text) !important;
}

.bs-route__messengers{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  flex-wrap: wrap;
}

.bs-route__messengers .m-icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff !important;
  border: 1px solid var(--bs-border) !important;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .12s ease;
}
.bs-route__messengers .m-icon:hover{ transform: translateY(-1px); }
.bs-route__messengers img{ width: 20px; height: 20px; display:block; }

.bs-route__title{
  margin: 12px 0 10px;
  text-align:center;
  font-weight: 800;
  letter-spacing: .3px;
  color: var(--bs-text) !important;
  text-transform: uppercase;
}

.bs-route__howto{
  background: #fff !important;
  border: 1px solid var(--bs-border) !important;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 10px 0 14px;
  color: var(--bs-text) !important;
}

.bs-route__form{
  display:flex;
  gap:10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 10px;
}

.bs-route__input{
  flex: 1 1 360px;
  min-width: 260px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--bs-border) !important;
  padding: 0 12px;
  outline: none;
  background: #fff !important;
  color: var(--bs-text) !important;
}
.bs-route__input::placeholder{ color: #6f9fc7; }
.bs-route__input:focus{ border-color: var(--bs-blue) !important; }

.bs-route__modes{ display:flex; gap:8px; flex-wrap: wrap; }

.bs-btn{
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--bs-blue) !important;
  background: #fff !important;
  color: var(--bs-text) !important;
  font-weight: 800;
  cursor: pointer;
  transition: transform .12s ease;
}
.bs-btn:hover{ transform: translateY(-1px); }

.bs-btn.is-active{
  background: var(--bs-pink) !important;
  border-color: var(--bs-pink) !important;
  color: #fff !important;
}

.bs-btn--build{
  background: var(--bs-pink) !important;
  border-color: var(--bs-pink) !important;
  color:#fff !important;
}

.bs-mapwrap{
  margin-top: 12px;
  border-radius: var(--bs-radius);
  overflow: hidden;
  border: 1px solid var(--bs-border) !important;
  background:#fff !important;
}

.bs-map{
  width: 100%;
  height: 360px;
  border: 0;
  display:block;
  background:#fff;
}

.bs-route__below{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.bs-link-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--bs-border) !important;
  background: #fff !important;
  color: var(--bs-text) !important;
  font-weight: 800;
  text-decoration:none;
}

.bs-rekv{ margin-top: 14px; }
.bs-rekv h3{
  margin: 0 0 10px;
  color: var(--bs-text) !important;
  font-weight: 900;
}

@media (max-width: 768px){
  .bs-route__right{ align-items:flex-start; text-align:left; }
  .bs-route__messengers{ justify-content:flex-start; }
  .bs-map{ height: 300px; }
}
/* =========================
   BuketSharov — фирменные стили
   ТОЧНО КАК В "КОНТАКТАХ"
   ========================= */

:root{
  --bs-blue:#0f2f57;   /* ТЁМНО-СИНИЙ, как на сайте */
  --bs-pink:#f4166b;   /* фирменный розовый */
}

/* Общий блок */
.bs-about{
  margin: 16px 0 24px;
  color: var(--bs-blue);
  line-height: 1.55;
  background: #fff;
}

/* Картинка */
.bs-about__img{
  float: right;
  width: 250px;
  max-width: 100%;
  height: auto;
  margin: 10px 0 10px 16px;
  border-radius: 12px;
  border: 1px solid var(--bs-blue);
}

/* Заголовки */
.bs-about h1,
.bs-about h2,
.bs-about h3{
  color: var(--bs-blue);
  font-weight: 800;
  margin: 16px 0 8px;
}

/* Текст */
.bs-about p,
.bs-about li{
  color: var(--bs-blue);
  margin: 0 0 10px;
}

/* Акценты */
.bs-about strong{
  color: var(--bs-blue);
  font-weight: 800;
}
.bs-about__pink{
  color: var(--bs-pink);
  font-weight: 800;
}

/* Списки */
.bs-about ul{
  margin: 8px 0 14px 18px;
  padding: 0;
}

/* Блок доверия */
.bs-about__trust{
  margin: 14px 0;
  padding: 14px;
  border: 1px solid var(--bs-blue);
  border-radius: 12px;
}

/* Бренды */
.bs-about__brands{
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.bs-about__brands li{
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 4px 10px;
  border: 1px solid var(--bs-blue);
  border-radius: 999px;
  font-weight: 800;
  color: var(--bs-blue);
}

/* Очистка */
.bs-about__clear{
  clear: both;
}

/* Мобилка */
@media (max-width: 768px){
  .bs-about__img{
    float: none;
    display: block;
    margin: 12px auto 16px;
  }
}
/* =========================
   BuketSharov — КОНТЕНТ
   Цвет как на скрине (#00507C)
   ========================= */

.bs-content{
  color: var(--bs-text);
  font-family: "PT Sans Narrow", Verdana, Arial, sans-serif;
  line-height: 1.55;
}

/* Заголовки */
.bs-content h1,
.bs-content h2,
.bs-content h3{
  color: var(--bs-text);
  font-weight: 700;
  margin: 18px 0 10px;
}

/* Текст */
.bs-content p,
.bs-content li{
  color: var(--bs-text);
  margin-bottom: 10px;
}

/* Ссылки */
.bs-content a{
  color: var(--bs-text);
  text-decoration: underline;
}
.bs-content a:hover{
  color: var(--bs-pink);
}

/* Акцент */
.bs-accent{
  color: var(--bs-pink);
  font-weight: 700;
}

/* Картинки */
.bs-img{
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--bs-border);
}

/* Карточки / блоки */
.bs-box{
  border: 1px solid var(--bs-border);
  border-radius: 14px;
  padding: 14px;
  margin: 16px 0;
  background: #fff;
}

/* Чипсы / бренды */
.bs-chip{
  display: inline-block;
  padding: 4px 10px;
  margin: 4px 6px 4px 0;
  border: 1px solid var(--bs-border);
  border-radius: 999px;
  font-size: 14px;
  color: var(--bs-text);
}

/* Мобилка */
@media (max-width: 768px){
  .bs-img{
    margin: 10px auto;
    display: block;
  }
}
/* =========================
   BuketSharov — КОНТЕНТ
   Цвет как на скрине (#00507C)
   ========================= */

.bs-content{
  color: var(--bs-text);
  font-family: "PT Sans Narrow", Verdana, Arial, sans-serif;
  line-height: 1.55;
}

/* Заголовки */
.bs-content h1,
.bs-content h2,
.bs-content h3{
  color: var(--bs-text);
  font-weight: 700;
  margin: 18px 0 10px;
}

/* Текст */
.bs-content p,
.bs-content li{
  color: var(--bs-text);
  margin-bottom: 10px;
}

/* Ссылки */
.bs-content a{
  color: var(--bs-text);
  text-decoration: underline;
}
.bs-content a:hover{
  color: var(--bs-pink);
}

/* Акцент */
.bs-accent{
  color: var(--bs-pink);
  font-weight: 700;
}

/* Картинки */
.bs-img{
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--bs-border);
}

/* Карточки / блоки */
.bs-box{
  border: 1px solid var(--bs-border);
  border-radius: 14px;
  padding: 14px;
  margin: 16px 0;
  background: #fff;
}

/* Чипсы / бренды */
.bs-chip{
  display: inline-block;
  padding: 4px 10px;
  margin: 4px 6px 4px 0;
  border: 1px solid var(--bs-border);
  border-radius: 999px;
  font-size: 14px;
  color: var(--bs-text);
}

/* Мобилка */
@media (max-width: 768px){
  .bs-img{
    margin: 10px auto;
    display: block;
  }
}
/* VM PRODUCT DETAILS (mobile): клики по +/- и "В корзину" */
@media (max-width: 991px){

  /* поднимаем addtocart над всем, что может перекрывать */
  .productdetails-view .addtocart-area,
  .productdetails-view .addtocart-bar,
  .productdetails-view .quantity-box,
  .productdetails-view .addtocart-button,
  .productdetails-view .addtocart-button input{
    position: relative !important;
    z-index: 50 !important;
    pointer-events: auto !important;
  }

  /* самый частый виновник — ссылка/слой над изображением.
     запрещаем ей перехватывать клики НИЖЕ картинки */
  .productdetails-view .vm-product-media-container a{
    pointer-events: auto;
  }

  /* если у контейнера картинки есть псевдо-оверлеи — отключаем */
  .productdetails-view .vm-product-media-container::before,
  .productdetails-view .vm-product-media-container::after,
  .productdetails-view .main-image::before,
  .productdetails-view .main-image::after{
    pointer-events: none !important;
  }
}
/* =========================================================
   VM FINAL — CATEGORY GRID + VINA/OWL + TITLE COLOR + FIXES
   ВСТАВИТЬ В САМЫЙ КОНЕЦ custom.css
   ========================================================= */

/* =========================================================
   0) ЕДИНЫЕ ПЕРЕМЕННЫЕ ДЛЯ НАЗВАНИЙ
   ========================================================= */
:root{
  --bs-title-color: #00507C;
  --bs-title-font: "PT Sans Narrow", Verdana, Arial, sans-serif;
}

/* =========================================================
   1) VINA / OWL CAROUSEL — аккуратные карточки, без поломки Owl
   ========================================================= */

/* gap между карточками */
.vina-carousel-virtuemart .owl-stage-outer{ padding:0 8px !important; }
.vina-carousel-virtuemart .owl-item{ padding:0 8px !important; box-sizing:border-box !important; }

/* одинаковая высота карточек (НЕ трогаем width/transform owl) */
.vina-carousel-virtuemart .owl-stage{ display:flex !important; }
.vina-carousel-virtuemart .owl-item{ display:flex !important; height:auto !important; }

.vina-carousel-virtuemart .owl-item .item.product{
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;

  background:#fff !important;
  border:1px solid #ddd !important;
  border-radius:10px !important;
  overflow:hidden !important;
  box-shadow:none !important;
}

/* убираем “контейнер в контейнере” */
.vina-carousel-virtuemart .product-inner,
.vina-carousel-virtuemart .vm-product-media-container,
.vina-carousel-virtuemart .image-block,
.vina-carousel-virtuemart .text-block{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.vina-carousel-virtuemart .product-inner{ padding:0 !important; border-radius:0 !important; }

.vina-carousel-virtuemart .item-i{
  padding:10px !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
}

/* картинка */
.vina-carousel-virtuemart .image-block .pro-image{
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
}
.vina-carousel-virtuemart img.browseProductImage{
  display:block !important;
  max-width:100% !important;
  height:auto !important;
}

/* низ ровный */
.vina-carousel-virtuemart .owl-item .item.product .text-block{ margin-top:auto !important; }

/* текстовый блок */
.vina-carousel-virtuemart .text-block{
  padding:8px 0 0 !important;
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:6px !important;
  text-align:center !important;
}

/* Уменьшаем “Название -> Цена” в карусели */
.vina-carousel-virtuemart .product-title{
  margin:6px 0 2px !important;
  padding:0 !important;
  line-height:1.2 !important;
  text-align:center !important;

  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  min-height:calc(1.2em * 2) !important;
}
.vina-carousel-virtuemart .product-price{
  margin:0 !important;
  padding:0 !important;
}

/* “В корзину” по центру */
.vina-carousel-virtuemart .addtocart-area,
.vina-carousel-virtuemart .addtocart-bar,
.vina-carousel-virtuemart span.addtocart-button{
  width:100% !important;
  text-align:center !important;
  float:none !important;
}
.vina-carousel-virtuemart .addtocart-area form{
  display:flex !important;
  justify-content:center !important;
}
.vina-carousel-virtuemart span.addtocart-button input,
.vina-carousel-virtuemart span.addtocart-button button{
  float:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto !important;
  line-height:1 !important;
  padding-left:14px !important;
  padding-right:14px !important;
}

/* =========================================================
   2) VM CATEGORY PRODUCTS — ЕДИНАЯ СЕТКА (без “лесенки”)
   ========================================================= */

/* ВАЖНО: не заставляем list-product быть overflow:visible,
   иначе “вылезающие” элементы могут визуально ломать низ карточки */
body.com-virtuemart.view-category #sp-component,
body.com-virtuemart.view-category #sp-component .sp-column,
body.com-virtuemart.view-category #vm-products-category,
body.com-virtuemart.view-category #vm-products-category .browse-view{
  overflow:visible !important;
}

/* убираем вертикальные разделители */
#vm-products-category .product.vertical-separator,
#vm-products-category .product.vertical-separator:before,
#vm-products-category .product.vertical-separator:after{
  background:transparent !important;
  box-shadow:none !important;
}

/* flex-сетка */
#vm-products-category .list-product{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:stretch !important;
  margin-left:-8px !important;
  margin-right:-8px !important;
}

/* убираем “вложенный ряд” из потока */
#vm-products-category .vm-products-row{ display:contents !important; }
#vm-products-category .vm-products-row:before,
#vm-products-category .vm-products-row:after{
  content:none !important;
  display:none !important;
}

/* карточка-колонка */
#vm-products-category .list-product > .product{
  float:none !important;
  clear:none !important;
  width:auto !important;

  box-sizing:border-box !important;
  padding-left:8px !important;
  padding-right:8px !important;

  flex:0 0 33.333% !important;
  max-width:33.333% !important;

  display:flex !important;
}

/* контейнер карточки */
#vm-products-category .product > .product-inner{
  width:100% !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;

  background:#fff !important;
  border:1px solid #ddd !important;
  border-radius:10px !important;
  overflow:hidden !important;
  box-shadow:none !important;
}

/* внутренности */
#vm-products-category .product > .product-inner > .item-i{
  padding:10px 10px 6px !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;

  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* блоки без рамок */
#vm-products-category .product-inner .vm-product-media-container,
#vm-products-category .product-inner .image-block,
#vm-products-category .product-inner .text-block,
#vm-products-category .product-inner .actions{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* картинка */
#vm-products-category .product-inner .image-block .pro-image{
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
}
#vm-products-category .product-inner img.browseProductImage{
  display:block !important;
  max-width:100% !important;
  height:auto !important;
}

/* текстовый блок вниз, чтобы низ ровный */
#vm-products-category .product-inner .text-block{
  margin-top:auto !important;
  padding:6px 0 0 !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:4px !important;
  text-align:center !important;

  font-size:13px !important;
  color:#111 !important;
}

/* ФИКС названия: убиваем absolute/transform */
#vm-products-category .product-inner h6.product-title,
#vm-products-category .product-inner h6.product-title a{
  position:static !important;
  top:auto !important; left:auto !important; right:auto !important; bottom:auto !important;
  transform:none !important;
  -webkit-transform:none !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:auto !important;
  height:auto !important;
  max-height:none !important;
}

/* Уменьшаем “Название -> Цена” в сетке */
#vm-products-category h6.product-title{
  margin:6px 0 2px !important;
  padding:0 !important;
  line-height:1.2 !important;
  text-align:center !important;

  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  min-height:calc(1.2em * 2) !important;
}
#vm-products-category .product-inner .product-price{
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;
}

/* кнопка по центру */
#vm-products-category .product-inner .actions,
#vm-products-category .product-inner .addtocart-area,
#vm-products-category .product-inner .addtocart-bar{
  margin:0 !important;
  padding:0 !important;
}
#vm-products-category .product-inner span.addtocart-button{
  width:100% !important;
  text-align:center !important;
  float:none !important;
}
#vm-products-category .product-inner .addtocart-area form{
  display:flex !important;
  justify-content:center !important;
}
#vm-products-category .product-inner span.addtocart-button input,
#vm-products-category .product-inner span.addtocart-button button{
  float:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto !important;
  line-height:1 !important;
  padding-left:14px !important;
  padding-right:14px !important;
}

/* =========================================================
   2.2) ОТСТУП МЕЖДУ РЯДАМИ + “ЗАКРЫТОСТЬ” КАРТОЧКИ НА ПК
   ========================================================= */
@media (min-width: 993px){

  /* вертикальный отступ между рядами */
  #vm-products-category .list-product{
    row-gap: 26px !important;
  }

  /* чтобы карточка визуально была закрыта (низ со скруглением) */
  #vm-products-category .list-product > .product{
    border-radius:10px !important;
    overflow:hidden !important;
  }

  /* лёгкая тень — чтобы скругления было видно на белом фоне */
  #vm-products-category .product > .product-inner{
    box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
  }
}

/* =========================================================
   3) RESPONSIVE
   ========================================================= */
@media (max-width: 992px){
  #vm-products-category .list-product > .product{
    flex:0 0 50% !important;
    max-width:50% !important;
  }
}
@media (max-width: 768px){
  #vm-products-category .list-product{
    margin-left:-6px !important;
    margin-right:-6px !important;
  }
  #vm-products-category .list-product > .product{
    padding-left:6px !important;
    padding-right:6px !important;
    flex:0 0 50% !important;
    max-width:50% !important;
  }
  #vm-products-category .product-inner .text-block,
  #vm-products-category .product-inner h6.product-title a{
    font-size:16px !important;
  }
}

/* =========================================================
   4) СУПЕР-ЖЁСТКИЙ ФИКС ЦВЕТА НАЗВАНИЙ: ВЕЗДЕ #00507C
   ========================================================= */

/* VirtueMart category grid */
#vm-products-category h6.product-title,
#vm-products-category h6.product-title a,
#vm-products-category .product h6.product-title a,
#vm-products-category .product-inner h6.product-title a,
#vm-products-category .text-block h6.product-title a{
  font-family: var(--bs-title-font) !important;
  color: var(--bs-title-color) !important;
  font-weight: 400 !important;
  text-transform:none !important;
  text-decoration:none !important;
}

/* visited/hover/active/focus */
#vm-products-category h6.product-title a:hover,
#vm-products-category h6.product-title a:visited,
#vm-products-category h6.product-title a:active,
#vm-products-category h6.product-title a:focus{
  color: var(--bs-title-color) !important;
  text-decoration:none !important;
}

/* Vina / Owl carousel */
.vina-carousel-virtuemart .product-title,
.vina-carousel-virtuemart .product-title a,
.vina-carousel-virtuemart .text-block .product-title a{
  font-family: var(--bs-title-font) !important;
  color: var(--bs-title-color) !important;
  font-weight: 400 !important;
  text-transform:none !important;
  text-decoration:none !important;
}
.vina-carousel-virtuemart .product-title a:hover,
.vina-carousel-virtuemart .product-title a:visited,
.vina-carousel-virtuemart .product-title a:active,
.vina-carousel-virtuemart .product-title a:focus{
  color: var(--bs-title-color) !important;
  text-decoration:none !important;
}

/* Подстраховка от общих правил типа .text-block a {color:#111} */
.product .text-block a,
.product-inner .text-block a{
  color: inherit !important;
}
#vm-products-category .text-block a{
  color: inherit !important;
}
/* =========================================================
   FIX: ПК — в категориях режется низ карточек товаров
   (отключаем клип и принудительные высоты)
   ========================================================= */
@media (min-width: 993px){

  /* перестаём обрезать то, что может “вылезать” */
  #vm-products-category .list-product > .product,
  #vm-products-category .product > .product-inner{
    overflow: visible !important;
  }

  /* убираем потенциально конфликтные 100% высоты */
  #vm-products-category .product > .product-inner,
  #vm-products-category .product > .product-inner > .item-i{
    height: auto !important;
    min-height: 0 !important;
  }

  /* если шаблон где-то делает absolute — возвращаем в нормальный поток */
  #vm-products-category .product-inner .actions,
  #vm-products-category .product-inner .addtocart-area,
  #vm-products-category .product-inner .addtocart-bar{
    position: static !important;
  }

  /* небольшой запас снизу под корзину */
  #vm-products-category .product-inner .text-block{
    padding-bottom: 4px !important;
  }
}
/* скругления карточки остаются */
#vm-products-category .product > .product-inner{
  border-radius: 10px !important;
  background: #fff !important;
}

/* а клип только у картинки */
#vm-products-category .product-inner .image-block .pro-image{
  border-radius: 8px !important;
  overflow: hidden !important;
}
/* =========================================================
   FIX: лупа по центру фотографии (category view, ПК)
   ========================================================= */

/* якорь */
#vm-products-category .vm-product-media-container{
  position: relative !important;
}

/* центрируем лупу */
#vm-products-category .vm-product-media-container > .actions{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;

  z-index: 5 !important;
  pointer-events: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* сама кнопка */
#vm-products-category .vm-details-button.quick-view{
  margin: 0 !important;
}

/* ===== OPTIONAL: показывать только при наведении ===== */
@media (min-width: 993px){
  #vm-products-category .vm-product-media-container > .actions{
    opacity: 0 !important;
    transition: opacity .2s ease !important;
  }

  #vm-products-category .vm-product-media-container:hover > .actions{
    opacity: 1 !important;
  }
}

/* actions под ценой (корзина) НЕ трогаем */
#vm-products-category .text-block .actions{
  position: static !important;
}
/* =========================================================
   FIX: одинаковое расстояние между рядами и колонками
   ========================================================= */
@media (min-width: 993px){
  #vm-products-category .list-product{
    row-gap: 8px !important; /* ← ТО ЖЕ, что визуально между карточками */
  }
}
/* =========================================================
   FIX: ПК — убрать лишнее пространство ПОД кнопкой "В корзину"
   (категории VirtueMart)
   ========================================================= */
@media (min-width: 993px){

  /* 1) Убираем нижние паддинги у самой карточки и её внутренностей */
  #vm-products-category .product > .product-inner{
    padding-bottom: 0 !important;
  }

  #vm-products-category .product > .product-inner > .item-i{
    padding-bottom: 0 !important;  /* вот это чаще всего и даёт “подушку” */
    margin-bottom: 0 !important;
  }

  /* 2) Убираем отступы у блока с кнопкой/формой */
  #vm-products-category .product-inner .actions,
  #vm-products-category .product-inner .addtocart-area,
  #vm-products-category .product-inner .addtocart-bar{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* 3) Частый виновник: form имеет margin снизу */
  #vm-products-category .addtocart-area form{
    margin: 0 !important;
  }

  /* 4) И иногда input/button имеет margin снизу */
  #vm-products-category .addtocart-area .addtocart-button,
  #vm-products-category .addtocart-area .addtocart-button input{
    margin: 0 !important;
  }
}
@media (min-width: 993px){
  #vm-products-category .product > .product-inner,
  #vm-products-category .product > .product-inner > .item-i{
    min-height: 0 !important;
    height: auto !important;
  }
}
/* =========================================================
   FIX: убрать пустоту под кнопкой, сохранив ровную сетку
   ========================================================= */
@media (min-width: 993px){

  /* 1) УБИРАЕМ источник пустоты */
  #vm-products-category .product-inner .text-block{
    margin-top: 0 !important;   /* ❌ было margin-top:auto */
  }

  /* 2) КНОПКУ прижимаем вниз карточки */
  #vm-products-category .product-inner .text-block .actions{
    margin-top: auto !important; /* ✅ теперь только кнопка */
  }

  /* 3) Чуть поджимаем низ визуально */
  #vm-products-category .product-inner .text-block{
    padding-bottom: 2px !important;
  }

  /* 4) На всякий случай — без лишних отступов */
  #vm-products-category .addtocart-area,
  #vm-products-category .addtocart-area form{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* =========================================================
   FIX: убрать лишнюю высоту text-block (пустота под кнопкой)
   VirtueMart category (ПК)
   ========================================================= */
@media (min-width: 993px){

  /* text-block НЕ должен тянуться по высоте */
  #vm-products-category .product-inner .text-block{
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;     /* ключевое: НЕ растягивать */
    padding-bottom: 4px !important;
    margin-bottom: 0 !important;
  }

  /* на всякий случай убираем любые фикс. высоты/линии от шаблона */
  #vm-products-category .product-inner .text-block *{
    max-height: none !important;
  }

  /* блок с кнопкой тоже не должен добавлять “хвост” */
  #vm-products-category .text-block .actions,
  #vm-products-category .text-block .addtocart-area,
  #vm-products-category .text-block .addtocart-bar{
    height: auto !important;
    min-height: 0 !important;
    margin: 6px 0 0 !important;   /* маленький отступ от цены */
    padding: 0 !important;
  }

  #vm-products-category .text-block .addtocart-area form{
    margin: 0 !important;
  }
}
/* =========================================================
   FIX: увеличить шрифты в карточках товаров (category, ПК)
   ========================================================= */
@media (min-width: 993px){

  /* Название товара */
  #vm-products-category h6.product-title,
  #vm-products-category h6.product-title a{
    font-size: 16.5px !important;   /* было ~13px */
    line-height: 1.25 !important;
  }

  /* Цена */
  #vm-products-category .product-price,
  #vm-products-category .PricesalesPrice{
    font-size: 16px !important;     /* цена читаемее */
    font-weight: 700 !important;
  }

  /* Кнопка "В корзину" */
  #vm-products-category .addtocart-area input,
  #vm-products-category .addtocart-area button{
    font-size: 14px !important;
    padding: 7px 16px !important;
  }
}
/* =========================================================
   VM FINAL — VINA / OWL CAROUSEL
   (делаем КАРУСЕЛИ как карточки в категориях: стиль/шрифт/пустоты)
   ВСТАВИТЬ В САМЫЙ КОНЕЦ custom.css
   ========================================================= */

/* 0) единые переменные (если уже есть — не страшно) */
:root{
  --bs-title-color: #00507C;
  --bs-title-font: "PT Sans Narrow", Verdana, Arial, sans-serif;
}

/* 1) Отступы между карточками в карусели */
.vina-carousel-virtuemart .owl-stage-outer{ padding: 0 8px !important; }
.vina-carousel-virtuemart .owl-item{ padding: 0 8px !important; box-sizing: border-box !important; }

/* 2) Ровная высота карточек (без ломания Owl) */
.vina-carousel-virtuemart .owl-stage{ display:flex !important; }
.vina-carousel-virtuemart .owl-item{ display:flex !important; height:auto !important; }

/* 3) Карточка = как в категориях */
.vina-carousel-virtuemart .owl-item .item.product{
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;

  background:#fff !important;
  border:1px solid #ddd !important;
  border-radius:10px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
  overflow: visible !important; /* чтобы ничего не резало */
}

/* 4) Убираем лишние “вложенные рамки/фоны” */
.vina-carousel-virtuemart .product-inner,
.vina-carousel-virtuemart .vm-product-media-container,
.vina-carousel-virtuemart .image-block,
.vina-carousel-virtuemart .text-block,
.vina-carousel-virtuemart .actions{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* 5) Внутренности карточки: как в сетке */
.vina-carousel-virtuemart .product-inner{ padding:0 !important; border-radius:0 !important; }

.vina-carousel-virtuemart .item-i{
  padding:10px 10px 6px !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
}

/* 6) Картинка: скругляем только изображение */
.vina-carousel-virtuemart .image-block .pro-image{
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
}
.vina-carousel-virtuemart img.browseProductImage{
  display:block !important;
  max-width:100% !important;
  height:auto !important;
}

/* 7) Текстовый блок: центр, без лишних пустот, “низ ровный” */
.vina-carousel-virtuemart .text-block{
  margin-top:auto !important;
  padding:6px 0 4px !important; /* маленький хвост снизу */
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:4px !important;
  text-align:center !important;
  font-size:13px !important;
  color:#111 !important;
}

/* 8) Название: цвет/шрифт + clamp на 2 строки */
.vina-carousel-virtuemart .product-title,
.vina-carousel-virtuemart .product-title a{
  font-family: var(--bs-title-font) !important;
  color: var(--bs-title-color) !important;
  font-weight: 400 !important;
  text-transform:none !important;
  text-decoration:none !important;

  font-size: 15.5px !important;   /* ✅ больше */
  line-height: 1.25 !important;

  margin:6px 0 2px !important;
  padding:0 !important;

  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  min-height:calc(1.25em * 2) !important;
}
.vina-carousel-virtuemart .product-title a:hover,
.vina-carousel-virtuemart .product-title a:visited,
.vina-carousel-virtuemart .product-title a:active,
.vina-carousel-virtuemart .product-title a:focus{
  color: var(--bs-title-color) !important;
  text-decoration:none !important;
}

/* 9) Цена: больше и ярче */
.vina-carousel-virtuemart .product-price,
.vina-carousel-virtuemart .PricesalesPrice{
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;

  font-size:16px !important;      /* ✅ больше */
  font-weight:700 !important;
}

/* 10) КОРЗИНА: убрать лишние пустоты вокруг формы/кнопки */
.vina-carousel-virtuemart .text-block > .actions{
  position: static !important;
  margin: 6px 0 0 !important;     /* небольшой отступ от цены */
  padding: 0 !important;
}

.vina-carousel-virtuemart .addtocart-area,
.vina-carousel-virtuemart .addtocart-bar{
  margin:0 !important;
  padding:0 !important;
}

.vina-carousel-virtuemart .addtocart-area form{
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  justify-content:center !important;
}

/* кнопка по центру, без нижней “подушки” */
.vina-carousel-virtuemart span.addtocart-button{
  width:100% !important;
  text-align:center !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
}

.vina-carousel-virtuemart span.addtocart-button input,
.vina-carousel-virtuemart span.addtocart-button button{
  float:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  line-height:1 !important;

  font-size:14px !important;      /* ✅ больше */
  padding:7px 16px !important;
}

/* 11) Лупа (quick view) — по центру изображения, как в категориях */
.vina-carousel-virtuemart .vm-product-media-container{
  position: relative !important;
}

/* actions НАД картинкой — центр */
.vina-carousel-virtuemart .vm-product-media-container > .actions{
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  pointer-events:auto !important;
}

/* сама кнопка лупы */
.vina-carousel-virtuemart .vm-details-button.quick-view{
  margin:0 !important;
}

/* показывать лупу только при наведении на ПК */
@media (min-width: 993px){
  .vina-carousel-virtuemart .vm-product-media-container > .actions{
    opacity:0 !important;
    transition: opacity .2s ease !important;
  }
  .vina-carousel-virtuemart .vm-product-media-container:hover > .actions{
    opacity:1 !important;
  }
}

/* 12) Подстраховка от общих правил ссылок */
.vina-carousel-virtuemart .text-block a{
  color: inherit !important;
}
/* =========================================================
   HOTFIX: КАРУСЕЛИ — принудительно применяем “наш” стиль
   (потому что в карусели заголовок = h3.product-title a)
   ВСТАВИТЬ В САМЫЙ КОНЕЦ custom.css
   ========================================================= */

/* 1) Заголовок товара в карусели (h3) — цвет/шрифт/размер */
#sp-component .vina-carousel-virtuemart h3.product-title,
#sp-component .vina-carousel-virtuemart h3.product-title a,
#sp-component .vina-carousel-virtuemart .text-block h3.product-title a{
  font-family: var(--bs-title-font) !important;
  color: var(--bs-title-color) !important; /* #00507C */
  font-weight: 400 !important;
  text-transform: none !important;
  text-decoration: none !important;

  font-size: 15.5px !important;
  line-height: 1.25 !important;
}

/* на всякий случай — состояния ссылки */
#sp-component .vina-carousel-virtuemart h3.product-title a:hover,
#sp-component .vina-carousel-virtuemart h3.product-title a:visited,
#sp-component .vina-carousel-virtuemart h3.product-title a:active,
#sp-component .vina-carousel-virtuemart h3.product-title a:focus{
  color: var(--bs-title-color) !important;
  text-decoration: none !important;
}

/* 2) Clamp на 2 строки (в карусели тоже) */
#sp-component .vina-carousel-virtuemart h3.product-title{
  margin: 6px 0 2px !important;
  padding: 0 !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: calc(1.25em * 2) !important;
}

/* 3) Чтобы “общие ссылки” не перекрашивали всё внутри карточки */
#sp-component .vina-carousel-virtuemart .text-block a{
  color: inherit !important;
}
/* =========================================================
   QUICK VIEW (лупа) — снизу слева, скрыта по умолчанию,
   показывается по hover (ПК) и "первому тапу" (мобилка)
   ========================================================= */

#vm-products-category .vm-product-media-container{
  position: relative !important;
}

/* По умолчанию лупа скрыта ВЕЗДЕ */
#vm-products-category .vm-product-media-container > .actions{
  position: absolute !important;
  left: 8px !important;
  bottom: 8px !important;
  top: auto !important;
  transform: none !important;
  z-index: 10 !important;

  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .18s ease, visibility .18s ease !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Показываем при наведении (ПК) */
#vm-products-category .vm-product-media-container:hover > .actions{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* ВАЖНО: на тач-устройствах некоторые шаблоны снимают hover.
   Поэтому добавляем поддержку :active — это и есть "тап". */
#vm-products-category .vm-product-media-container:active > .actions{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Доп. страховка: если внутри клик по ссылке-картинке,
   то контейнер тоже считается активным на момент тапа */
#vm-products-category .vm-product-media-container a:active ~ .actions,
#vm-products-category .vm-product-media-container a:focus ~ .actions{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
/* =======================================================
   HEADER — центр иконок + контакты ближе (без "фиолетовой пустоты")
   ======================================================= */

@media (min-width: 992px){

  /* НАСТРОЙКА: насколько сдвинуть контакты ВЛЕВО ближе к иконкам */
  #sp-header-middle-wrapper{
    --tel-shift: 10px; /* ← меняй 18–40px */
  }

  /* 1) Строка flex (без bootstrap-отрицательных маргинов) */
  #sp-header-middle-wrapper .row{
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 2) Убираем паддинги у 3х колонок */
  #sp-header-middle-wrapper #sp-logo,
  #sp-header-middle-wrapper #sp-search,
  #sp-header-middle-wrapper #sp-tel{
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  /* 3) ЛОГО — по контенту */
  #sp-header-middle-wrapper #sp-logo{
    flex: 0 0 auto !important;
  }

  /* 4) ИКОНКИ — занимают всё доступное пространство и ЦЕНТРУЮТСЯ */
  #sp-header-middle-wrapper #sp-search{
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
  }

  /* 5) КОНТАКТЫ — по контенту, но СДВИГАЕМ ВЛЕВО (вот почему 22→14 не работало) */
  #sp-header-middle-wrapper #sp-tel{
    flex: 0 0 auto !important;

    /* ВАЖНО: подтягиваем контакты влево в "пустоту" средней колонки */
    margin-left: calc(var(--tel-shift) * -1) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  /* 6) Убираем внутренние отступы темы внутри этих блоков */
  #sp-header-middle-wrapper #sp-logo .sp-column,
  #sp-header-middle-wrapper #sp-search .sp-column,
  #sp-header-middle-wrapper #sp-tel .sp-column,
  #sp-header-middle-wrapper #sp-logo .sp-module,
  #sp-header-middle-wrapper #sp-search .sp-module,
  #sp-header-middle-wrapper #sp-tel .sp-module,
  #sp-header-middle-wrapper #sp-logo .sp-module-content,
  #sp-header-middle-wrapper #sp-search .sp-module-content,
  #sp-header-middle-wrapper #sp-tel .sp-module-content,
  #sp-header-middle-wrapper #sp-logo .custom,
  #sp-header-middle-wrapper #sp-search .custom,
  #sp-header-middle-wrapper #sp-tel .custom{
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 7) Контакты — аккуратно и комфортно (и не "липнут" к краю) */
  #sp-header-middle-wrapper #sp-tel .sp-column{
    width: auto !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts{
    text-align: left !important; /* если захочешь по центру — поставь center */
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__line{
    margin: 0 0 4px 0 !important;
    line-height: 1.2 !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__hours{
    margin-bottom: 6px !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__phone{
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__phone > a{
    display: inline-block !important;
    text-decoration: none !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__write{
    margin-top: 4px !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
  }

  /* мессенджеры — в одну линию, без смещения */
  #sp-header-middle-wrapper #sp-tel .header-contacts__messengers{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__messengers .m-icon{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
  }

  #sp-header-middle-wrapper #sp-tel .header-contacts__messengers img{
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    border: 0 !important;
  }
}


/* =======================================================
   БЛОК ИКОНОК
   ======================================================= */

#sp-header-middle-wrapper #sp-search .header-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 0;
  font-size: 0;
}

#sp-header-middle-wrapper #sp-search .header-icons img{
  width: 125px;
  height: 125px;
  display: block;

  object-fit: contain;
  object-position: center;

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;

  transition: none !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
}

#sp-header-middle-wrapper #sp-search .header-icons a:hover img,
#sp-header-middle-wrapper #sp-search .header-icons img:hover{
  transition: none !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
}


/* =======================================================
   ЛОГОТИП — 140x125
   ======================================================= */

#sp-header-middle-wrapper #sp-logo img.sp-default-logo{
  width: 140px !important;
  height: 125px !important;
  max-width: 140px !important;
  object-fit: contain !important;
  display: block !important;
}


/* =======================================================
   МОБИЛЬНЫЕ — СКРЫТЬ ИКОНКИ
   ======================================================= */

@media (max-width: 767px){
  #sp-header-middle-wrapper #sp-search .header-icons{
    display: none !important;
  }
}
/* =======================================================
   СДВИГ ИКОНОК БЛИЖЕ К ЛОГО (симметрия шапки)
   ======================================================= */

@media (min-width: 992px){

  /* насколько сдвинуть иконки влево */
  #sp-header-middle-wrapper{
    --icons-shift: 10px;  /* ← меняй 20–45px по вкусу */
  }

  #sp-header-middle-wrapper #sp-search{
    justify-content: flex-start !important;
  }

  #sp-header-middle-wrapper #sp-search .header-icons{
    margin-left: var(--icons-shift) !important;
  }

}
/* =======================================================
   ОТСТУП МЕЖДУ ВЕРХНЕЙ СТРОКОЙ И МЕНЮ
   ======================================================= */

@media (min-width: 992px){

  /* регулируемая величина */
  #sp-header-middle-wrapper{
    --header-gap: 8px;   /* ← меняй 8px–22px по вкусу */

    padding-bottom: var(--header-gap) !important;
  }

}
/* =======================================================
   ЗАЗОР НА МОБИЛЬНОЙ ВЕРСИИ
   ======================================================= */

@media (max-width: 991px){

  /* добавляем расстояние между контактами и меню */
  #sp-header-middle-wrapper{
    padding-bottom: 5px !important;  /* ← регулируется */
  }

  /* если тема “сжимает” мобильный header */
  #sp-header-middle-wrapper .row{
    margin-bottom: 0 !important;
  }

}
/* ===== FIX: remove inline styles (PageSpeed "CSS in HTML tags") ===== */

.ym-noscript{
  position:absolute;
  left:-9999px;
}

.qv-fix-dialog{
  max-width:980px;
  width:calc(100% - 24px);
}

.qv-fix-body{
  padding:0;
}

.qv-fix-loading{
  padding:18px;
  text-align:center;
}

.qv-fix-iframe{
  width:100%;
  height:80vh;
  border:0;
  display:none;
}
/* убрали inline style="border:0" чтобы не было "CSS в HTML тэгах" */
.work-hours__iframe{
  border:0;
}
/* ===== VM Cart: remove inline styles (PageSpeed "CSS in HTML tags") ===== */

/* вместо style="display:none" */
.hiddencontainer.is-hidden{
  display:none;
}

/* вместо style="float:right" */
.subtotal_with_tax.subtotal-right{
  float:right;
}

/* вместо <div style="clear:both"></div> */
.vm-clearfix{
  clear:both;
}
.vm-cart-show-link { float:right; }
/* /templates/vina_dallix/css/custom-site.css */

/* ===== Custom CSS moved to FILE (убираем <style> в head и inline styles) ===== */

/* Yandex.Metrika noscript */
.ym-noscript{
  position:absolute;
  left:-9999px;
}

/* HEADER CONTACTS */
.header-contacts{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  font:inherit;
  color:inherit;
  line-height:1.35;
}
.header-contacts *{ box-sizing:border-box; }
.header-contacts__line{ margin:0 0 4px 0; }
.header-contacts__note{ font-size:11px; opacity:.8; margin-left:4px; }
.header-contacts__phone{ margin-top:4px; font-size:18px; font-weight:600; line-height:1.1; }
.header-contacts__phone a{ text-decoration:none; color:#e6005c; }
.header-contacts__write{ font-size:13px; font-weight:400; margin-top:2px; }
.header-contacts__messengers{ display:flex; align-items:center; gap:6px; margin-top:6px; flex-wrap:wrap; }
.header-contacts__messengers img{ width:28px; height:28px; display:block; object-fit:contain; }
.header-contacts p{ margin:0 !important; }

@media (max-width: 992px){
  .header-contacts{ text-align:right; }
  .header-contacts__messengers{ justify-content:flex-end; }
}
@media (max-width: 576px){
  .header-contacts{ text-align:center; }
  .header-contacts__messengers{ justify-content:center; }
}

/* FIX: show quickview icon on mobile */
@media (max-width: 768px){
  .vm-details-button.quick-view,
  .quick-view,
  a.vina-quickview {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}

/* FIX: modal on top */
#qv-fix-modal{ z-index: 999999 !important; }
.modal-backdrop{ z-index: 999998 !important; }

/* QuickView modal layout (вместо inline style="...") */
.qv-fix-dialog{
  max-width:980px;
  width:calc(100% - 24px);
}
.qv-fix-body{
  padding:0;
}
.qv-fix-loading{
  padding:18px;
  text-align:center;
}
.qv-fix-iframe{
  width:100%;
  height:80vh;
  border:0;
  display:none;
}
/* ===== Типографика вместо Helix <style> в head ===== */
body{font-family:"PT Sans Narrow",sans-serif;font-size:15px;font-weight:normal;}
h1{font-family:"PT Sans Narrow",sans-serif;font-size:20px;font-weight:normal;}
h2{font-family:"PT Sans Narrow",sans-serif;font-size:17px;font-weight:normal;}
h3{font-family:"PT Sans Narrow",sans-serif;font-size:15px;font-weight:normal;}
h4{font-family:"PT Sans Narrow",sans-serif;font-size:14px;font-weight:normal;}
h5{font-family:"PT Sans Narrow",sans-serif;font-size:14px;font-weight:normal;}
h6{font-family:"PT Sans Narrow",sans-serif;font-size:14px;font-weight:normal;}
.sp-megamenu-parent{font-family:"PT Sans Narrow",sans-serif;font-size:14px;font-weight:normal;}

/* ===== То, что ты уже переносил из модуля (contacts) ===== */
.header-contacts{display:block;width:100%;margin:0;padding:0;font:inherit;color:inherit;line-height:1.35;}
.header-contacts *{box-sizing:border-box;}
.header-contacts__line{margin:0 0 4px 0;}
.header-contacts__note{font-size:11px;opacity:.8;margin-left:4px;}
.header-contacts__phone{margin-top:4px;font-size:18px;font-weight:600;line-height:1.1;}
.header-contacts__phone a{text-decoration:none;color:#e6005c;}
.header-contacts__write{font-size:13px;font-weight:400;margin-top:2px;}
.header-contacts__messengers{display:flex;align-items:center;gap:6px;margin-top:6px;flex-wrap:wrap;}
.header-contacts__messengers img{width:28px;height:28px;display:block;object-fit:contain;}
.header-contacts p{margin:0 !important;}

@media (max-width:992px){
  .header-contacts{text-align:right;}
  .header-contacts__messengers{justify-content:flex-end;}
}
@media (max-width:576px){
  .header-contacts{text-align:center;}
  .header-contacts__messengers{justify-content:center;}
}

/* ===== QuickView icon visible on mobile ===== */
@media (max-width:768px){
  .vm-details-button.quick-view,
  .quick-view,
  a.vina-quickview{opacity:1 !important;visibility:visible !important;display:block !important;}
}

/* ===== QuickView modal always on top ===== */
#qv-fix-modal{z-index:999999 !important;}
.modal-backdrop{z-index:999998 !important;}

/* ===== Убрали inline-style из ym noscript (ты уже сделал class) ===== */
.ym-noscript{position:absolute;left:-9999px;}

/* ===== Убрали inline-style из quickview модалки (ты уже сделал классы) ===== */
.qv-fix-dialog{max-width:980px;width:calc(100% - 24px);}
.qv-fix-body{padding:0;}
.qv-fix-loading{padding:18px;text-align:center;}
.qv-fix-iframe{width:100%;height:80vh;border:0;display:none;}

/* ===== Замена style='clear:both' в VM на класс ===== */
.vm-clear{clear:both;}

/* если где-то остался <div style='clear:both;'> и ты не можешь сразу убрать —
   иногда помогает так (но лучше всё равно убрать inline из шаблона): */
div[style*="clear:both"]{clear:both;}
/* ===== Fixes for removed inline styles (VM module layout) ===== */

/* "clear" уже используется в шаблоне, но на всякий случай усилим */
.clear,
.vm-clearfix{
  clear: both;
}

/* Rating: базовое состояние, ширину задаст JS по data-w */
.ratingbox .stars-orange{
  width: 0;
}
/* ===== FIX: вместо inline style clear:both ===== */
.clear{clear:both;}

/* ===== FIX: рейтинг без inline width ===== */
.ratingbox .stars-orange{
  display:block;
}
/* ===== Custom CSS moved to external file (no <style> in head) ===== */

/* базовая типографика (как у вас было в <style> в head) */
body { font-family: "PT Sans Narrow", sans-serif; font-size: 15px; font-weight: normal; }
h1 { font-family: "PT Sans Narrow", sans-serif; font-size: 20px; font-weight: normal; }
h2 { font-family: "PT Sans Narrow", sans-serif; font-size: 17px; font-weight: normal; }
h3 { font-family: "PT Sans Narrow", sans-serif; font-size: 15px; font-weight: normal; }
h4 { font-family: "PT Sans Narrow", sans-serif; font-size: 14px; font-weight: normal; }
h5 { font-family: "PT Sans Narrow", sans-serif; font-size: 14px; font-weight: normal; }
h6 { font-family: "PT Sans Narrow", sans-serif; font-size: 14px; font-weight: normal; }
.sp-megamenu-parent { font-family: "PT Sans Narrow", sans-serif; font-size: 14px; font-weight: normal; }

/* HEADER CONTACTS */
.header-contacts{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  font:inherit;
  color:inherit;
  line-height:1.35;
}
.header-contacts *{ box-sizing:border-box; }
.header-contacts__line{ margin:0 0 4px 0; }
.header-contacts__note{ font-size:11px; opacity:.8; margin-left:4px; }
.header-contacts__phone{ margin-top:4px; font-size:18px; font-weight:600; line-height:1.1; }
.header-contacts__phone a{ text-decoration:none; color:#e6005c; }
.header-contacts__write{ font-size:13px; font-weight:400; margin-top:2px; }
.header-contacts__messengers{ display:flex; align-items:center; gap:6px; margin-top:6px; flex-wrap:wrap; }
.header-contacts__messengers img{ width:28px; height:28px; display:block; object-fit:contain; }
.header-contacts p{ margin:0 !important; }

@media (max-width: 992px){
  .header-contacts{ text-align:right; }
  .header-contacts__messengers{ justify-content:flex-end; }
}
@media (max-width: 576px){
  .header-contacts{ text-align:center; }
  .header-contacts__messengers{ justify-content:center; }
}

/* FIX: show quickview icon on mobile */
@media (max-width: 768px){
  .vm-details-button.quick-view,
  .quick-view,
  a.vina-quickview {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}

/* FIX: modal on top */
#qv-fix-modal{ z-index: 999999 !important; }
.modal-backdrop{ z-index: 999998 !important; }

/* FIX: remove inline styles (PageSpeed "CSS in HTML tags") */
.ym-noscript{
  position:absolute;
  left:-9999px;
}
.qv-fix-dialog{
  max-width:980px;
  width:calc(100% - 24px);
}
.qv-fix-body{
  padding:0;
}
.qv-fix-loading{
  padding:18px;
  text-align:center;
}
.qv-fix-iframe{
  width:100%;
  height:80vh;
  border:0;
  display:none;
}

/* container max-width */
@media (min-width: 1400px) {
  .container { max-width: 1140px; }
}

/* noscript menu */
.noscript div#off-menu_207 dl.level1 dl{
  position: static;
}
.noscript div#off-menu_207 dl.level1 dd.parent{
  height: auto !important;
  display: block;
  visibility: visible;
}
/* ===== VK card wrapper ===== */
.vk-widget{
  width: 100%;
  max-width: 320px;        /* можно менять */
  height: 350px;           /* визуальная высота карточки */
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
}

/* чтобы iframe занимал всю карточку */
.vk-widget iframe{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/* плейсхолдер пока грузится */
.vk-widget__ph,
.vk-widget__msg{
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  font-size: 14px;
  color: #6b7a90;
  text-align: center;
}
.popup-upsell {
	clear: both;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid #eeeeee;
	text-align: center;
}

.popup-upsell-title {
	margin: 0 0 14px 0;
	font-size: 17px;
	color: #0066a0;
	font-weight: bold;
	text-transform: uppercase;
}

.popup-upsell-items {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 8px;
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
}

.popup-upsell-item {
	width: 33.333%;
	max-width: 160px;
	padding: 10px 6px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popup-upsell-image-link {
	display: block;
	margin-bottom: 8px;
}

.popup-upsell-image-link img {
	width: 85px;
	height: 85px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.popup-upsell-name {
	display: block;
	min-height: 38px;
	margin-bottom: 6px;
	color: #0066a0;
	font-size: 12px;
	line-height: 1.25;
	text-decoration: none;
}

.popup-upsell-price {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
	color: #0066a0;
}

.popup-upsell-cart {
	width: 100%;
	text-align: center;
	margin-top: auto;
}

.popup-upsell-cart .quantity-box,
.popup-upsell-cart .quantity-controls,
.popup-upsell-cart .quantity-input,
.popup-upsell-cart .quantity-plus,
.popup-upsell-cart .quantity-minus,
.popup-upsell-cart input.quantity-input,
.popup-upsell-cart input[name="quantity[]"],
.popup-upsell-cart .addtocart-bar .quantity-box,
.popup-upsell-cart .addtocart-bar .quantity-controls {
	display: none !important;
}

.popup-upsell-cart .addtocart-area,
.popup-upsell-cart .addtocart-bar {
	width: 100%;
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 auto !important;
}

.popup-upsell-cart .addtocart-button,
.popup-upsell-cart input.addtocart-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	margin: 0 auto !important;
	width: 82px !important;
	height: 34px !important;
	padding: 0 !important;
	border-radius: 20px !important;
	font-size: 11px !important;
	line-height: 34px !important;
	text-align: center !important;
}

/* Увеличение popup окна на компьютере */
@media (min-width: 769px) {

	#facebox .popup {
		width: 760px !important;
		max-width: 760px !important;
	}

	#facebox .content {
		width: 100% !important;
		padding: 28px 20px 20px 20px !important;
		box-sizing: border-box;
		position: relative;
	}

	.popup-upsell-items {
		gap: 16px;
	}

	.popup-upsell-item {
		max-width: 210px;
		min-height: 285px;
		padding: 14px 10px;
	}

	.popup-upsell-image-link img {
		width: 120px;
		height: 120px;
	}

	.popup-upsell-name {
		font-size: 14px;
		min-height: 44px;
	}

	.popup-upsell-price {
		font-size: 18px;
	}

	.popup-upsell-cart .addtocart-button,
	.popup-upsell-cart input.addtocart-button {
		width: 86px !important;
		height: 34px !important;
		font-size: 11px !important;
		line-height: 34px !important;
		padding: 0 !important;
	}
}

/* Мобильная версия: 3 товара в один ряд */
@media (max-width: 480px) {

	.popup-upsell {
		margin-top: 12px;
		padding-top: 10px;
	}

	.popup-upsell-title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.popup-upsell-items {
		display: flex;
		flex-wrap: nowrap;
		gap: 4px;
		justify-content: center;
	}

	.popup-upsell-item {
		width: 33.333%;
		max-width: none;
		min-height: 205px;
		padding: 6px 3px;
		border-radius: 7px;
	}

	.popup-upsell-image-link img {
		width: 58px;
		height: 58px;
	}

	.popup-upsell-name {
		font-size: 10px;
		line-height: 1.15;
		min-height: 38px;
		margin-bottom: 4px;
	}

	.popup-upsell-price {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.popup-upsell-cart .addtocart-button,
	.popup-upsell-cart input.addtocart-button {
		font-size: 8px !important;
		padding: 0 !important;
		height: 28px !important;
		line-height: 28px !important;
		border-radius: 20px !important;
		width: 74px !important;
		min-width: 74px !important;
		max-width: 74px !important;
		margin: 0 auto !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		float: none !important;
		text-align: center !important;
	}

	.popup-upsell-cart .addtocart-button span {
		font-size: 8px !important;
		line-height: 28px !important;
	}
}

/* Крестик закрытия popup */
#facebox .close {
	position: absolute;
	top: -14px !important;
	right: -14px !important;
	width: 32px;
	height: 32px;
	background: #ffffff;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1 !important;
	z-index: 99999 !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	border: 1px solid #e5e5e5;
}

#facebox .close:before,
#facebox .close:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 8px;
	width: 16px;
	height: 2px;
	background: #333333;
	border-radius: 2px;
}

#facebox .close:before {
	transform: rotate(45deg);
}

#facebox .close:after {
	transform: rotate(-45deg);
}

#facebox .close img {
	display: none !important;
}

#facebox .close:hover {
	background: #f7f7f7;
	transform: scale(1.05);
	transition: 0.2s;
}

/* Крестик на мобильной версии */
@media (max-width: 480px) {

	#facebox .close {
		width: 24px !important;
		height: 24px !important;
		top: -10px !important;
		right: -10px !important;
	}

	#facebox .close:before,
	#facebox .close:after {
		width: 12px;
		left: 6px;
		top: 11px;
		height: 2px;
	}

	#facebox .content {
		position: relative;
		padding-top: 24px !important;
	}
}
.main-image {
	text-align: center;
	position: relative;
}

.main-image a {
	display: block;
}

.main-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

/* чтобы на телефоне клики точно работали */
.main-image,
.main-image a,
.main-image img,
.additional-images,
.additional-images a,
.additional-images img {
	pointer-events: auto !important;
	touch-action: manipulation;
}

/* блок миниатюр */
.additional-images {
	margin-top: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 20;
}

/* миниатюры */
.additional-images a {
	display: block;
	width: 55px;
	height: 55px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 2px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	transition: 0.2s;
	cursor: pointer;
}

.additional-images a.active,
.additional-images a:hover {
	border-color: #0b79d0;
	transform: scale(1.04);
}

.additional-images img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

/* всплывающее окно галереи */
#vm-custom-gallery-overlay {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.78);
	text-align: center;
	touch-action: manipulation;
}

/* фото в popup */
#vm-custom-gallery-overlay .vm-gallery-image {
	max-width: 85%;
	max-height: 85%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: auto !important;
}

/* красивый крестик */
.vm-gallery-close {
	position: fixed;
	top: 18px;
	right: 18px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: none;
	background: #ffffff;
	font-size: 0;
	cursor: pointer;
	z-index: 1000000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	touch-action: manipulation;
}

.vm-gallery-close:before,
.vm-gallery-close:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 10px;
	width: 18px;
	height: 2px;
	background: #333333;
	border-radius: 2px;
}

.vm-gallery-close:before {
	transform: rotate(45deg);
}

.vm-gallery-close:after {
	transform: rotate(-45deg);
}

/* красивые стрелки */
.vm-gallery-prev,
.vm-gallery-next {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	background: #ffffff;
	font-size: 0;
	cursor: pointer;
	z-index: 1000000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	touch-action: manipulation;
}

.vm-gallery-prev {
	left: 18px;
}

.vm-gallery-next {
	right: 18px;
}

.vm-gallery-prev:before,
.vm-gallery-next:before {
	content: "";
	position: absolute;
	top: 13px;
	width: 13px;
	height: 13px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
}

.vm-gallery-prev:before {
	left: 16px;
	transform: rotate(-135deg);
}

.vm-gallery-next:before {
	right: 16px;
	transform: rotate(45deg);
}

.vm-gallery-close:hover,
.vm-gallery-prev:hover,
.vm-gallery-next:hover {
	background: #f7f7f7;
}

/* мобильная версия */
@media (max-width: 480px) {

	.main-image {
		position: relative;
		z-index: 10;
	}

	.main-image a,
	.main-image img,
	.additional-images a,
	.additional-images img {
		pointer-events: auto !important;
		touch-action: manipulation;
	}

	.additional-images {
		gap: 6px;
		margin-top: 8px;
		position: relative;
		z-index: 30;
	}

	.additional-images a {
		width: 48px;
		height: 48px;
		border-radius: 5px;
	}

	#vm-custom-gallery-overlay .vm-gallery-image {
		max-width: 92%;
		max-height: 78%;
	}

	.vm-gallery-close {
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
	}

	.vm-gallery-close:before,
	.vm-gallery-close:after {
		top: 16px;
		left: 9px;
		width: 16px;
	}

	.vm-gallery-prev,
	.vm-gallery-next {
		width: 36px;
		height: 36px;
	}

	.vm-gallery-prev {
		left: 10px;
	}

	.vm-gallery-next {
		right: 10px;
	}

	.vm-gallery-prev:before,
	.vm-gallery-next:before {
		top: 11px;
		width: 11px;
		height: 11px;
	}

	.vm-gallery-prev:before {
		left: 14px;
	}

	.vm-gallery-next:before {
		right: 14px;
	}
}
