/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@charset "UTF-8";
/**
Общий стиль сайта, подключаемый на десктопе и мобильной версии
 */
.disable-banners .lh_banner {
  display: none;
}
.lh_banner [data-js-images-lazy-load]:not(.image-loaded) {
  width: auto !important;
  height: auto !important;
}

#lh_banner-on_main_page_main_banner .products-list {
  max-width: 100%;
}

@font-face {
  font-family: "lh-icons";
  src: url("/wp-content/themes/levhaolam/dist/webfonts/lh-icons-font/lh-icons.eot?version=2");
  src: url("/wp-content/themes/levhaolam/dist/webfonts/lh-icons-font/lh-icons.eot#iefix?version=2") format("embedded-opentype"), url("/wp-content/themes/levhaolam/dist/webfonts/lh-icons-font/lh-icons.woff2?version=2") format("woff2"), url("/wp-content/themes/levhaolam/dist/webfonts/lh-icons-font/lh-icons.woff?version=2") format("woff"), url("/wp-content/themes/levhaolam/dist/webfonts/lh-icons-font/lh-icons.ttf?version=2") format("truetype"), url("/wp-content/themes/levhaolam/dist/webfonts/lh-icons-font/lh-icons.svg#lh-icons?version=2") format("svg"); /* SVG для IE */
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=lh-icon-], [class*=" lh-icon-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: normal;
}
[class^=lh-icon-]:before, [class*=" lh-icon-"]:before {
  font-family: "lh-icons";
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.lh-icon-user-alt-solid:before {
  content: "#";
}

/* '#' */
.lh-icon-user-alt-regular:before {
  content: "$";
}

/* '$' */
.lh-icon-user-alt-light:before {
  content: "&";
}

/* '&' */
.lh-icon-sign-out-light:before {
  content: "(";
}

/* '(' */
.lh-icon-bookmark-light:before {
  content: ")";
}

/* ')' */
.lh-icon-chevron-right-light:before {
  content: "T";
}

/* 'T' */
.lh-icon-check-circle-solid:before {
  content: "X";
}

/* 'X' */
.lh-icon-credit-card-light:before {
  content: "Y";
}

/* 'Y' */
.lh-icon-info-circle-solid:before {
  content: "Z";
}

/* 'Z' */
.lh-icon-arrow-left-light:before {
  content: "`";
}

/* '`' */
.lh-icon-exclamation-triangle-regular:before {
  content: "q";
}

/* 'q' */
.lh-icon-filter-light:before {
  content: "°";
}

/* '°' */
.lh-icon-angle-left-solid:before {
  content: "Ą";
}

/* 'Ą' */
.lh-icon-long-arrow-right-regular:before {
  content: "Ÿ";
}

/* 'Ÿ' */
.lh-icon-sliders-h-light:before {
  content: "Ǟ";
}

/* 'Ǟ' */
.lh-icon-trash-light:before {
  content: "˭";
}

/* '˭' */
.lh-icon-rectangle-landscape-solid:before {
  content: "˺";
}

/* '˺' */
.lh-icon-comment-dots-light:before {
  content: "ҭ";
}

/* 'ҭ' */
.lh-icon-user-circle-solid:before {
  content: "ڽ";
}

/* 'ڽ' */
.lh-icon-credit-card-solid:before {
  content: "༉";
}

/* '༉' */
.lh-icon-credit-card-front-regular:before {
  content: "\e030";
}

/* '' */
.lh-icon-arrow-left-regular:before {
  content: "\e031";
}

/* '' */
.lh-icon-search-light:before {
  content: "\e032";
}

/* '' */
.lh-icon-chevron-right-solid:before {
  content: "\e033";
}

/* '' */
.lh-icon-bookmark-regular:before {
  content: "\e034";
}

/* '' */
.lh-icon-spinner-regular:before {
  content: "\e035";
}

/* '' */
.lh-icon-info-circle-regular:before {
  content: "\e036";
}

/* '' */
.lh-icon-clock-solid:before {
  content: "\e037";
}

/* '' */
.lh-icon-sliders-h-regular:before {
  content: "\e038";
}

/* '' */
.lh-icon-soup-light:before {
  content: "\e039";
}

/* '' */
.lh-icon-sliders-h-solid:before {
  content: "\e040";
}

/* '' */
.lh-icon-exclamation-square-regular:before {
  content: "\e041";
}

/* '' */
.lh-icon-chevron-circle-up-light:before {
  content: "\e042";
}

/* '' */
.lh-icon-chevron-circle-down-light:before {
  content: "\e043";
}

/* '' */
.lh-icon-trash-regular:before {
  content: "\e044";
}

/* '' */
.lh-icon-quote-left-regular:before {
  content: "\e045";
}

/* '' */
.lh-icon-star-light:before {
  content: "\e046";
}

/* '' */
.lh-icon-shopping-cart-solid:before {
  content: "\e047";
}

/* '' */
.lh-icon-edit-light:before {
  content: "\e048";
}

/* '' */
.lh-icon-times-light:before {
  content: "\e049";
}

/* '' */
.lh-icon-check-solid:before {
  content: "\e050";
}

/* '' */
.lh-icon-times-solid:before {
  content: "\e051";
}

/* '' */
.lh-icon-times-regular:before {
  content: "\e052";
}

/* '' */
.lh-icon-lock-regular:before {
  content: "\e053";
}

/* '' */
.lh-icon-chevron-left-solid:before {
  content: "\e054";
}

/* '' */
.lh-icon-times-circle-solid:before {
  content: "\e055";
}

/* '' */
.lh-icon-question-circle-solid:before {
  content: "\e056";
}

/* '' */
.lh-icon-clock-light:before {
  content: "\e057";
}

/* '' */
.lh-icon-shopping-cart-solid-2:before {
  content: "\e058";
}

/* '' */
.lh-icon-shopping-cart-regular:before {
  content: "\e059";
}

/* '' */
.lh-icon-star-regular:before {
  content: "\e800";
}

/* '' */
.lh-icon-spinner-solid:before {
  content: "\e801";
}

/* '' */
.lh-icon-heart-regular:before {
  content: "\e802";
}

/* '' */
.lh-icon-check-light:before {
  content: "\e803";
}

/* '' */
.lh-icon-chevron-down-solid:before {
  content: "\e804";
}

/* '' */
.lh-icon-chevron-left-light:before {
  content: "\e805";
}

/* '' */
.lh-icon-angle-left-regular:before {
  content: "\e806";
}

/* '' */
.lh-icon-angle-right-regular:before {
  content: "\e807";
}

/* '' */
.lh-icon-cart-arrow-down-light:before {
  content: "\e808";
}

/* '' */
.lh-icon-cart-arrow-down-solid:before {
  content: "\e809";
}

/* '' */
.lh-icon-heart-light:before {
  content: "\e80a";
}

/* '' */
.lh-icon-chevron-down-regular:before {
  content: "\e80b";
}

/* '' */
.lh-icon-check-regular:before {
  content: "\e80c";
}

/* '' */
.lh-icon-user-light:before {
  content: "\e80d";
}

/* '' */
.lh-icon-lh_box_item:before {
  content: "\e88b";
}

/* '' */
.lh-icon-fire-sale:before {
  content: "\e88c";
}

/* '' */
.lh-icon-thumb-up:before {
  content: "\e88d";
}

/* '' */
.lh-icon-search-regular:before {
  content: "\f002";
}

/* '' */
.lh-icon-search-solid:before {
  content: "\f003";
}

/* '' */
.lh-icon-heart-solid:before {
  content: "\f004";
}

/* '' */
.lh-icon-star-solid:before {
  content: "\f005";
}

/* '' */
.lh-icon-user-solid:before {
  content: "\f007";
}

/* '' */
.lh-icon-th-large-solid:before {
  content: "\f009";
}

/* '' */
.lh-icon-home-solid:before {
  content: "\f015";
}

/* '' */
.lh-icon-home-light:before {
  content: "\f01e";
}

/* '' */
.lh-icon-lock-solid:before {
  content: "\f023";
}

/* '' */
.lh-icon-bookmark-solid:before {
  content: "\f02e";
}

/* '' */
.lh-icon-list-solid:before {
  content: "\f03a";
}

/* '' */
.lh-icon-edit:before {
  content: "\f044";
}

/* '' */
.lh-icon-arrows:before {
  content: "\f047";
}

/* '' */
.lh-icon-chevron-left-regular:before {
  content: "\f053";
}

/* '' */
.lh-icon-chevron-right-regular:before {
  content: "\f054";
}

/* '' */
.lh-icon-plus-circle-light:before {
  content: "\f055";
}

/* '' */
.lh-icon-question-circle:before {
  content: "\f059";
}

/* '' */
.lh-icon-info-circle-light:before {
  content: "\f05a";
}

/* '' */
.lh-icon-arrow-left-solid:before {
  content: "\f060";
}

/* '' */
.lh-icon-arrow-right:before {
  content: "\f061";
}

/* '' */
.lh-icon-plus:before {
  content: "\f067";
}

/* '' */
.lh-icon-minus-light:before {
  content: "\f068";
}

/* '' */
.lh-icon-exclamation-circle:before {
  content: "\f06a";
}

/* '' */
.lh-icon-eye:before {
  content: "\f06e";
}

/* '' */
.lh-icon-shopping-cart-light:before {
  content: "\f071";
}

/* '' */
.lh-icon-chevron-up-solid:before {
  content: "\f077";
}

/* '' */
.lh-icon-chevron-down-light:before {
  content: "\f078";
}

/* '' */
.lh-icon-folder:before {
  content: "\f07b";
}

/* '' */
.lh-icon-chevron-up-light:before {
  content: "\f07e";
}

/* '' */
.lh-icon-facebook-square:before {
  content: "\f082";
}

/* '' */
.lh-icon-sign-out-solid:before {
  content: "\f08b";
}

/* '' */
.lh-icon-phone-solid:before {
  content: "\f095";
}

/* '' */
.lh-icon-twitter:before {
  content: "\f099";
}

/* '' */
.lh-icon-credit-card-regular:before {
  content: "\f09d";
}

/* '' */
.lh-icon-arrow-circle-right-solid:before {
  content: "\f0a9";
}

/* '' */
.lh-icon-square-solid:before {
  content: "\f0c8";
}

/* '' */
.lh-icon-envelope-solid:before {
  content: "\f0e0";
}

/* '' */
.lh-icon-cloud-upload-light:before {
  content: "\f0ee";
}

/* '' */
.lh-icon-angle-left-light:before {
  content: "\f104";
}

/* '' */
.lh-icon-angle-right-light:before {
  content: "\f105";
}

/* '' */
.lh-icon-spinner-light:before {
  content: "\f110";
}

/* '' */
.lh-icon-circle-solid:before {
  content: "\f111";
}

/* '' */
.lh-icon-info:before {
  content: "\f129";
}

/* '' */
.lh-icon-calendar:before {
  content: "\f133";
}

/* '' */
.lh-icon-play-circle:before {
  content: "\f144";
}

/* '' */
.lh-icon-youtube:before {
  content: "\f167";
}

/* '' */
.lh-icon-instagram:before {
  content: "\f16d";
}

/* '' */
.lh-icon-long-arrow-left-light:before {
  content: "\f177";
}

/* '' */
.lh-icon-long-arrow-right-light:before {
  content: "\f178";
}

/* '' */
.lh-icon-cart-arrow-down-regular:before {
  content: "\f218";
}

/* '' */
.lh-icon-pinterest:before {
  content: "\f231";
}

/* '' */
.lh-icon-hourglass-start-solid:before {
  content: "\f251";
}

/* '' */
.lh-icon-shopping-bag:before {
  content: "\f290";
}

/* '' */
.lh-icon-shopping-basket-light:before {
  content: "\f291";
}

/* '' */
.lh-icon-user-circle-light:before {
  content: "\f2bd";
}

/* '' */
.lh-icon-sign-in-alt:before {
  content: "\f2f6";
}

/* '' */
.lh-icon-pen:before {
  content: "\f304";
}

/* '' */
.lh-icon-long-arrow-up-solid:before {
  content: "\f30c";
}

/* '' */
.lh-icon-lock-alt-regular:before {
  content: "\f30d";
}

/* '' */
.lh-icon-exclamation-square-solid:before {
  content: "\f321";
}

/* '' */
.lh-icon-facebook:before {
  content: "\f39e";
}

/* '' */
.lh-icon-map-marker-alt-solid:before {
  content: "\f3c5";
}

/* '' */
.lh-icon-spinner-third-light:before {
  content: "\f3f4";
}

/* '' */
.lh-icon-telegram-plane:before {
  content: "\f3fe";
}

/* '' */
.lh-icon-hourglass-start-light:before {
  content: "\f406";
}

/* '' */
.lh-icon-box-check:before {
  content: "\f467";
}

/* '' */
.lh-icon-shipping-fast:before {
  content: "\f48b";
}

/* '' */
.lh-icon-comment-dots-regular:before {
  content: "\f4ad";
}

/* '' */
.lh-icon-user-friends:before {
  content: "\f500";
}

/* '' */
.lh-icon-receipt:before {
  content: "\f543";
}

/* '' */
.lh-icon-sad-tear-solid:before {
  content: "\f5b4";
}

/* '' */
.lh-icon-star-half:before {
  content: "\f5c0";
}

/* '' */
.lh-icon-envelope-open-text:before {
  content: "\f658";
}

/* '' */
.lh-icon-home-lg:before {
  content: "\f80b";
}

/* '' */
.lh-icon-trash-undo:before {
  content: "\f895";
}

/* '' */
.lh-spin {
  animation: lh-spin 2s infinite linear;
}

@keyframes lh-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #302E3F;
  margin: 0;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
  outline: none;
}

a {
  transition: color 0.2s ease-in-out 0ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.col-full {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  display: none !important;
}

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
  clear: both;
}

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
  content: "";
  display: table;
}

input::-ms-reveal,
input::-ms-clear {
  display: none !important;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.home #main .col-full {
    display: inline-table;
    width: 100%;
    padding: 0px 15px;
  }
  .products-list .item__quick_view_wrap,
  .products-grid .item__quick_view_wrap,
  .products-list-tiny .item__quick_view_wrap {
    top: 130px;
  }
  .main__category_before {
    padding-top: 20px;
  }
  .single_product__info .product_add_to_favorite {
    top: -12px;
  }
  .single_product__gallery .gallery__main .owl-dots {
    display: none;
  }
  .product_characteristics .left {
    display: block;
    width: 350px;
    float: left;
  }
  .product_characteristics .right {
    display: block;
    width: calc(100% - 442px);
    float: left;
  }
  .product_characteristics .right ul li {
    display: block;
    width: 33.3333333333%;
    float: left;
  }
  .secondary-navigation .menu a {
    line-height: 40px;
  }
  header .al-header-cart-login {
    padding-top: 28px;
  }
  header .site-header-cart .cart-contents .ia-rel,
  header .site-header-cart .cart-contents .wording {
    padding-top: 24px;
  }
  header .site-header-cart a.cart-contents .count {
    top: 20px;
  }
  .left-sidebar .content-area {
    width: 71%;
  }
  .left-sidebar .widget-area {
    margin-right: 0px !important;
    width: 27% !important;
  }
  body.woof_search_is_going:not(.home) .cat_title {
    position: unset;
  }
  ul.products li.product .ia-inner {
    display: block;
  }
  ul.products li.product .ia-inner .item {
    overflow: visible;
  }
  ul.products li.product .ia-inner .item .image {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
  }
  .woof_submit_search_form_container.fixed {
    padding: 9px 0 15px 0;
    margin: 0px;
    background: #FFFFFF;
  }
  .wpgs .image-zoom {
    display: none !important;
  }
  body.single-producers .feedback .goal_block .range .item {
    width: calc(33.3333333333% - 1px);
  }
  header .currency .woocs-style-1-dropdown:hover > ul {
    display: block;
  }
  table.cart td.product-remove a.remove {
    text-decoration: none;
  }
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
  }
  body._producers_ .ia-hero.ia-bgi .container, body._producers_ #content .container,
  body.single-producers .ia-hero.ia-bgi .container {
    position: absolute;
    top: unset;
    bottom: 75px;
    left: calc(50% - 585px);
  }
  .select2-container {
    display: inline-block !important;
  }
  .producers .item:nth-child(6) a .label {
    bottom: auto;
  }
  body.single-producers #content .container {
    top: 40px;
  }
  body.single-producers .feedback .goal_block .photo .video {
    display: block !important;
  }
  body.single-producers .feedback .goal_block .photo .video .playpause::after {
    display: block;
    top: calc(50% - 22px);
  }
  body.single-producers .feedback .goal_block .photo .video video {
    width: 100%;
    height: 100%;
  }
  body.woocommerce-checkout main {
    display: block;
  }
  .second__delivery_info,
  [data-toggle=tooltip] {
    overflow: visible;
    width: auto !important;
  }
  .single_product__gallery.loading::before {
    animation: rotation 4s infinite linear;
    background-color: transparent;
  }
  .ia-hero.ia-bgi .producer_header_image {
    max-height: 380px;
  }
}
header.header-main .header-top-menu ul {
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 19px 0px 22px;
}
header.header-main .header-top-menu li {
  padding: 0 20px;
  line-height: 1;
}
@media (max-width: 1030px) {
  header.header-main .header-top-menu li {
    padding: 0px 16px;
  }
}
header.header-main .header-top-menu li.currency {
  padding: 0px 5px;
}
header.header-main .header-top-menu li:first-child {
  padding-left: 0px;
}
header.header-main .header-top-menu li:last-child {
  padding-right: 0px;
}
header.header-main .header-top-menu a {
  font-weight: 600;
  font-size: 14px;
  color: #302E3F;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 0;
}
header.header-main .header-top-menu a:hover {
  color: #2D44E1;
}
header.header-main .header-top-menu a.favorites {
  font-weight: 500;
}
header.header-main .header-top-menu a.favorites:before {
  content: "\e802";
  font-family: "lh-icons";
  color: #5299F7;
}
header.header-main .header-top-menu a.account {
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #5299F7;
}
header.header-main .header-top-menu a.account.in .icon {
  background-color: #5299F7;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: white;
  border-radius: 50%;
}
header.header-main .header-top-menu a.account.out .icon {
  font-size: 24px;
}
header.header-main .header-top-menu a.account.out .icon i {
  font-weight: 300;
}
header.header-main .header-top-menu a.account .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 50%;
}
header.header-main .header-top-menu a.account .text {
  font-weight: 500;
  font-size: 14px;
  color: #302E3F;
}
header.header-main .header-top-menu .sub-items {
  position: absolute;
  z-index: 101;
  max-width: 98%;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  transform: translateX(-35%);
  padding: 16px 20px;
  background: white;
  box-shadow: 0 0 10px rgba(48, 46, 63, 0.15);
  border-radius: 8px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}
header.header-main .header-top-menu .sub-items .sub-item {
  flex: 0 0 auto;
  margin-right: 40px;
  display: block;
  text-align: left;
  padding: 10px 0;
  font-weight: 500;
}
header.header-main .header-top-menu .sub-items .sub-item .count {
  color: #302E3F;
  opacity: 0.4;
}
header.header-main .header-top-menu .has-subitems:hover .sub-items {
  opacity: 1 !important;
  visibility: visible !important;
}

header.header-main .header__middle {
  display: flex;
}

header.header-main .header-bottom-menu {
  position: relative;
  padding: 0px;
  list-style: none;
  display: table;
  width: 100%;
  margin: 3px 0px 0px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  header.header-main .header-bottom-menu {
    display: flex;
  }
}
header.header-main .header-bottom-menu li {
  display: table-cell;
  flex: 1 0 0%;
  line-height: 1;
}
header.header-main .header-bottom-menu li:first-child a span {
  padding-left: 0px;
}
header.header-main .header-bottom-menu li:last-child a span {
  padding-right: 0px;
}
header.header-main .header-bottom-menu li > a {
  padding: 20px 0px;
}
header.header-main .header-bottom-menu li:hover > a {
  text-shadow: 0.5px 0px 1px #4E628E;
}
header.header-main .header-bottom-menu li:hover > a.red {
  text-shadow: 0.5px 0px 1px #EA522E;
}
@media all and (min-width: 992px) {
  header.header-main .header-bottom-menu li:hover > a + .submenu-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}
@media print {
  header.header-main .header-bottom-menu li:hover > a + .submenu-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}
@media screen and (max-width: 991px) {
  header.header-main .header-bottom-menu li.open a {
    background-color: #2D44E1;
    color: white;
  }
  header.header-main .header-bottom-menu li.open .submenu-wrap {
    left: 0px;
  }
}
header.header-main .header-bottom-menu a {
  font-weight: 500;
  font-size: 14px;
  color: #302E3F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
header.header-main .header-bottom-menu a.red {
  color: #EA522E;
}
header.header-main .header-bottom-menu a.account {
  font-size: 28px;
}
@media all and (min-width: 992px) {
  header.header-main .header-bottom-menu a span {
    position: relative;
    padding: 0px 17px;
  }
}
@media print {
  header.header-main .header-bottom-menu a span {
    position: relative;
    padding: 0px 17px;
  }
}

body._wholesale_.is_user_logout .site_wraper {
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  body._wholesale_.is_user_logout .site_wraper {
    padding-top: 44px;
  }
}
body._wholesale_.is_user_logout header.header-main {
  height: 70px;
}
@media screen and (max-width: 991px) {
  body._wholesale_.is_user_logout header.header-main {
    height: 44px;
  }
}
body._wholesale_.is_user_logout .header__top div.header__logo {
  margin-top: 0px;
}

header.header-main .wholesale-anonymous-menu ul {
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 27px 0px;
}
header.header-main .wholesale-anonymous-menu li {
  padding: 0px 15px;
  line-height: 1;
}
header.header-main .wholesale-anonymous-menu li.currency {
  padding: 0px 5px;
}
header.header-main .wholesale-anonymous-menu li:first-child {
  padding-left: 0px;
}
header.header-main .wholesale-anonymous-menu li:last-child {
  padding-right: 0px;
}
header.header-main .wholesale-anonymous-menu a {
  font-weight: 500;
  font-size: 16px;
  color: #4E628E;
  white-space: nowrap;
}
header.header-main .wholesale-anonymous-menu a:hover {
  color: #2D44E1;
}
header.header-main .wholesale-anonymous-menu a.waitlist:before {
  content: "\e802";
  font-family: "lh-icons";
  font-weight: normal;
}
header.header-main .wholesale-anonymous-menu a.account {
  font-size: 28px;
}

header.header-main .mini_cart_wrap {
  width: 68px;
}
@media screen and (max-width: 991px) {
  header.header-main .mini_cart_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
  }
}
header.header-main .mini_cart_wrap .item__variation_label {
  font-weight: 400;
  font-size: 13px;
}
header.header-main .header-mini_cart,
header.header-main .header-mini_cart {
  height: 100%;
}
header.header-main .widget_shopping_cart_content {
  position: relative;
  height: 100%;
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F7F7F7;
  color: #5299F7;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  header.header-main .widget_shopping_cart_content .mini-cart__trigger {
    border-radius: 0;
    height: 100%;
    background-color: transparent;
  }
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger .mini-cart-icon:before {
  font-family: "lh-icons";
  content: "\e059";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 991px) {
  header.header-main .widget_shopping_cart_content .mini-cart__trigger .mini-cart-icon:before {
    color: #302e3f;
  }
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger.no_empty {
  background-color: #ED9023;
  color: white;
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger.no_empty .mini_cart__count {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header.header-main .widget_shopping_cart_content .mini-cart__trigger.no_empty .mini_cart__count {
    top: 17px;
    right: 13px;
  }
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger.no_empty .mini-cart-icon:before {
  content: "\e058";
  color: #fff;
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger .mini_cart__count {
  position: absolute;
  top: 4px;
  right: 13px;
  display: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #302E3F;
  color: white;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  header.header-main .widget_shopping_cart_content .mini-cart__trigger .mini_cart__count {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
  }
}
header.header-main .widget_shopping_cart_content .mini-cart__trigger .mini_cart__count i {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  header.header-main .widget_shopping_cart_content {
    padding-top: 0;
  }
}
header.header-main .mini-cart__trigger {
  cursor: pointer;
}

.lh_dropdown_search {
  flex: 0 0 calc(100% - 65px);
  position: relative;
  padding-right: 20px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search {
    padding: 18px 0px;
  }
}
.lh_dropdown_search form {
  position: relative;
  text-align: left;
}
.lh_dropdown_search form .input_wrap {
  position: relative;
}
.lh_dropdown_search form .input_wrap label {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  color: #CCCED6;
  font-size: 16px;
  font-weight: 400;
  z-index: 102;
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search form .input_wrap label {
    display: none;
  }
}
.lh_dropdown_search form .input_wrap .icon {
  position: absolute;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  top: calc(50% + 0px);
  right: 68px;
  color: #5299F7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0ms;
  width: 68px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 5;
  text-align: center;
  border: none;
  background: transparent;
  z-index: 102;
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search form .input_wrap .icon {
    display: none;
  }
}
.lh_dropdown_search form .input_wrap .icon:hover, .lh_dropdown_search form .input_wrap .icon:hover i, .lh_dropdown_search form .input_wrap .icon:hover svg {
  color: #4E628E;
}
.lh_dropdown_search form .input_wrap .icon.icon_loading {
  background-size: contain;
}
.lh_dropdown_search form .input_wrap .icon i {
  font-size: 16px;
  font-weight: 400;
}
.lh_dropdown_search form .input_wrap .icon.icon_clear {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search form .input_wrap .icon.icon_search {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #CCCED6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0px;
    right: unset;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search form .input_wrap .icon.icon_search:before {
    content: "\f002";
    font-family: "lh-icons";
  }
}
.lh_dropdown_search form .input_wrap input {
  position: relative;
  background-color: #F7F7F7;
  width: 100%;
  height: 40px;
  padding: 0 70px 0 40px;
  border: 1px solid #F7F7F7;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #302E3F;
  z-index: 101;
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search form .input_wrap input {
    height: 40px;
    border-radius: 8px;
    padding: 0px 100px 0px 40px;
  }
}
.lh_dropdown_search form .input_wrap [type=submit] {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 100%;
  background-color: #5299F7;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  border-width: 0px;
  transition: all 0.3s linear;
  cursor: pointer;
  z-index: 102;
}
@media screen and (max-width: 991px) {
  .lh_dropdown_search form .input_wrap [type=submit] {
    width: 63px;
    height: 42px;
    font-size: 0px;
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .lh_dropdown_search form .input_wrap [type=submit]:before {
    content: "\f002";
    font-family: "lh-icons";
    font-size: 16px;
    font-weight: 400;
    color: white;
  }
}
.lh_dropdown_search form .input_wrap [type=submit]:hover {
  background-color: #2D44E1;
}
.lh_dropdown_search .button_default {
  font-size: 12px;
  font-weight: 700;
}

#header__mobile_menu {
  position: absolute;
  top: 22px;
  left: 15px;
  width: 24px;
  height: 18px;
  padding: 0px;
  border: none;
  border-bottom: 2px solid #302E3F;
  background-color: transparent;
  transition: all 0.3s linear;
  cursor: pointer;
}
#header__mobile_menu:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #302E3F;
  transition: all 0.3s linear;
}
#header__mobile_menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #302E3F;
  transition: all 0.3s linear;
}

body.mobile_menu_opened #header__mobile_menu {
  border: none;
}
body.mobile_menu_opened #header__mobile_menu:before {
  transform: rotate(45deg);
  top: 9px;
}
body.mobile_menu_opened #header__mobile_menu:after {
  transform: rotate(-45deg);
  top: 9px;
}
body.mobile_menu_opened header.header-main {
  position: fixed;
  top: 0px;
}
@media screen and (max-width: 991px) {
  body.mobile_menu_opened.admin-bar header.header-main {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.mobile_menu_opened.admin-bar header.header-main {
    top: 46px;
  }
}

#wpadminbar {
  display: block !important;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
  .zsiq_floatmain {
    display: none !important;
  }
  .zsiq_floatmain.zsiqfanim {
    display: block !important;
  }
}
body.admin-bar .header-mobile {
  top: 32px;
}

header.header-main .right {
  display: flex;
  align-items: center;
  justify-content: right;
}

.header-mobile__menu-wrap {
  position: fixed;
  top: 62px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out 0ms, opacity 0.5s ease-in-out 0ms, box-shadow 0.5s ease-in-out 0ms;
  z-index: 99998;
}

body.mobile_menu #page {
  margin-top: 50px;
  transition: filter 0.5s ease-in-out 0ms;
}

@media screen and (max-width: 991px) {
  body.mobile_menu_opened {
    overflow: hidden;
  }
}
body.mobile_menu_opened #page {
  filter: blur(2px) brightness(95%);
}
body.mobile_menu_opened header.header-main .col__menu_mobile [data-mobile-menu] {
  border-bottom: none;
}
body.mobile_menu_opened header.header-main .col__menu_mobile [data-mobile-menu]:before {
  transform: rotate(45deg);
  top: 9px;
}
body.mobile_menu_opened header.header-main .col__menu_mobile [data-mobile-menu]:after {
  transform: rotate(-45deg);
  top: 9px;
}
@media all and (min-width: 992px) {
  body.mobile_menu_opened .header-mobile__menu-wrap.menu__opened {
    display: none;
  }
}
@media print {
  body.mobile_menu_opened .header-mobile__menu-wrap.menu__opened {
    display: none;
  }
}

.admin-bar .header-mobile__menu-wrap {
  top: 94px;
}

.header-mobile__menu-wrap .widget {
  margin: 0;
}

body.admin-bar .header-mobile {
  top: 46px;
}

html #wpadminbar {
  position: fixed;
}

header.header-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 172px;
  background-color: white;
  z-index: 1001;
}
@media screen and (max-width: 991px) {
  header.header-main {
    box-shadow: none;
  }
}
header.header-main.fixed {
  /*position: fixed;*/
}
@media all and (min-width: 768px) {
  header.header-main.fixed {
    top: 0px !important;
  }
}
@media print {
  header.header-main.fixed {
    top: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  header.header-main .header-desktop {
    display: none;
  }
}
@media all and (min-width: 992px) {
  header.header-main .header-mobile {
    display: none;
  }
}
@media print {
  header.header-main .header-mobile {
    display: none;
  }
}
header.header-main .header-mobile .main_menu {
  background-color: rgba(237, 239, 251, 0.5);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 10px;
  width: calc(100% + 30px);
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header.header-main .header-mobile .main_menu::-webkit-scrollbar {
  display: none;
}
header.header-main .header-mobile .main_menu .header-bottom-menu {
  margin: 0px;
}
header.header-main .header-mobile .main_menu .header-bottom-menu ul {
  display: flex;
  align-items: center;
}
header.header-main .header-mobile .main_menu .header-bottom-menu li {
  display: inline-flex;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  header.header-main .header-mobile .main_menu .header-bottom-menu li {
    flex: unset;
  }
}
header.header-main .header-mobile .main_menu .header-bottom-menu li a {
  padding: 0px 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  header.header-main .header-mobile .main_menu .header-bottom-menu li a {
    padding: 0px 8px;
    font-weight: 500;
  }
}
header.header-main .header-mobile .main_menu .header-bottom-menu li a:hover {
  background-color: #2D44E1;
  color: white;
}
header.header-main .header__top {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  header.header-main .header__top {
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 101;
  }
}
header.header-main .header__top div.header__logo {
  flex: 0 0 208px;
  padding-right: 25px;
}
header.header-main .header__top a.header__logo {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header.header-main .header__top a.header__logo {
    line-height: 1;
  }
}
header.header-main .header__top a.header__logo img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  header.header-main .header__top a.header__logo img {
    max-height: 34px;
  }
}
header.header-main .header__top .header__right {
  flex-grow: 1;
}

header.header-logo_only {
  padding: 30px 10px;
  text-align: center;
}
header.header-logo_only a {
  display: inline-block;
  height: 40px;
  max-width: 100%;
}
header.header-logo_only img {
  height: 100%;
  width: auto;
}

body.admin-bar .header-mobile .menu__nav_wrap {
  top: 92px;
  max-height: calc(100% - 32px - 60px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-mobile .menu__nav_wrap {
    top: 106px;
    max-height: calc(100% - 46px - 60px);
  }
}
body.opened-mobile-menu header.header-main.fixed {
  position: fixed;
}
body.opened-mobile-menu header .lh_dropdown_search:before,
body.opened-mobile-menu .site_wraper:before,
body.opened-mobile-menu footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
body.opened-mobile-menu header .lh_dropdown_search:before {
  width: calc(100% + 30px);
  height: 100%;
  top: 1px;
  left: -15px;
  z-index: 102;
}
body.opened-mobile-menu header .lh_dropdown_search,
body.opened-mobile-menu .site_wraper > div,
body.opened-mobile-menu footer {
  filter: blur(2px);
}
@media screen and (max-width: 767px) {
  body:not(.opened-mobile-menu):not(.mobile_menu_opened) header.header-main.fixed {
    position: absolute;
    top: 0px !important;
  }
}
body.open-your-account .site_wraper {
  position: relative;
}
body.open-your-account .site_wraper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(206, 206, 206, 0.2);
  z-index: 99991;
}
body.open-your-account .site_wraper > div,
body.open-your-account footer {
  filter: blur(2px);
}
body.blur .site_wraper > div,
body.blur footer {
  filter: blur(2px);
}

.rsp-breadcrumb-mobile {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .rsp-breadcrumb-mobile {
    display: none;
  }
}
@media print {
  .rsp-breadcrumb-mobile {
    display: none;
  }
}

.lh_breadcrumb {
  display: block;
  width: 100%;
  flex-grow: 1;
}
.lh_breadcrumb .woocommerce-breadcrumb {
  display: block;
}
@media all and (min-width: 768px) {
  .lh_breadcrumb {
    padding: 40px 0 10px 0;
  }
}
@media print {
  .lh_breadcrumb {
    padding: 40px 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .lh_breadcrumb {
    font-size: 0.85em;
    padding: 15px 0 20px 0;
  }
}
.lh_breadcrumb .col-full {
  padding: 0;
}

.woocommerce-breadcrumb {
  display: flex;
  font-weight: 600;
  font-size: 13px;
  color: #302E3F;
  line-height: 1.8;
}
.woocommerce-breadcrumb > * {
  display: inline-block;
  vertical-align: baseline;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.woocommerce-breadcrumb a {
  font-weight: 500;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  white-space: nowrap;
}
.woocommerce-breadcrumb a:hover {
  opacity: 1;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 4px;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
  display: none;
}
.woocommerce-breadcrumb .separator {
  margin: 0px 7px;
  font-weight: 500;
  color: #302E3F;
  opacity: 0.6;
}

.page-template-template-checkout nav.woocommerce-breadcrumb {
  padding-right: 40px;
  position: relative;
}
.page-template-template-checkout nav.woocommerce-breadcrumb a:first-of-type {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/logo-min.svg) 0 50% no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -99999px;
  white-space: nowrap;
  margin-right: 8px;
  vertical-align: middle;
}
.page-template-template-checkout nav.woocommerce-breadcrumb .breadcrumb-separator:first-of-type {
  display: none;
}

@media screen and (max-width: 991px) {
  .lh_banner.banner_before_header {
    display: none;
  }
}
.lh_banner.on_main_page_after_header {
  margin-top: 45px;
  margin-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lh_banner.on_main_page_after_header {
    margin-top: 9px;
  }
}
.lh_banner.lh-banner-top-our-mission {
  background: #4F9FE9;
}
@media screen and (max-width: 767px) {
  .lh_banner.lh-banner-top-our-mission {
    display: none;
  }
}
.lh_banner.lh-banner-top-our-mission .container {
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 0px 15px;
  line-height: 40px;
}
.lh_banner.lh-banner-top-our-mission .left {
  display: flex;
  flex: 0 0 70%;
  font-weight: 400;
  font-size: 16px;
}
.lh_banner.lh-banner-top-our-mission .left img {
  margin-right: 10px;
}
.lh_banner.lh-banner-top-our-mission .right {
  display: flex;
  flex: 0 0 30%;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 16px;
}
.lh_banner.lh-banner-top-our-mission .right a {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
}
.lh_banner#lh_banner-on_main_page_main_banner {
  margin-top: 20px;
  margin-bottom: 45px;
  position: relative;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-carousel {
  margin: 0px;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-carousel:not(.owl-loaded) .lh_banner {
  display: none;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-carousel:not(.owl-loaded) .lh_banner:first-child {
  display: block;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-carousel.owl-loaded .owl-stage {
  display: flex;
  align-items: center;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-carousel .owl-item {
  padding: 1px;
  margin: 0px;
  overflow: hidden;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-stage {
  padding: 0px;
}
.lh_banner#lh_banner-on_main_page_main_banner .owl-nav {
  display: block;
}
.lh_banner#lh_banner-banner_on_product_categories {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lh_banner#lh_banner-banner_on_product_categories {
    margin-bottom: 60px;
  }
}
.lh_banner .owl-nav {
  top: calc(50% - 40px) !important;
}
.lh_banner .owl-nav button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  color: #000 !important;
  width: 45px;
  height: 45px;
  background: white !important;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
  top: -20px;
  left: -22.5px;
  border-radius: 50%;
  transform: unset !important;
  transition: all 0.3s linear !important;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .lh_banner .owl-nav button {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .lh_banner .owl-nav button {
    width: 38px;
    height: 38px;
    font-size: 16px !important;
  }
}
.lh_banner .owl-nav button:hover {
  color: white !important;
  background-color: #2D44E1 !important;
}
.lh_banner .owl-nav button.owl-next {
  left: unset;
  right: -22.5px;
}
@media screen and (max-width: 1199px) {
  .lh_banner .owl-nav button.owl-next {
    right: -15px;
  }
}
.lh_banner .owl-nav button.owl-next i:before {
  content: "\e033";
}
.lh_banner .owl-nav button.owl-prev i:before {
  content: "\e054";
}
.lh_banner .owl-dots {
  position: relative !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
  bottom: -15px !important;
}
@media screen and (max-width: 991px) {
  .lh_banner .owl-dots {
    border-bottom: unset;
    bottom: -15px !important;
  }
}
.lh_banner .owl-dots .owl-dot {
  position: relative;
  padding: 0px !important;
  width: auto !important;
  height: auto !important;
  margin: 0px 8px !important;
}
.lh_banner .owl-dots .owl-dot:first-child {
  margin-left: 0px !important;
}
.lh_banner .owl-dots .owl-dot:last-child {
  margin-right: 0px !important;
}
@media screen and (max-width: 991px) {
  .lh_banner .owl-dots .owl-dot {
    margin: 0px 7px !important;
  }
}
.lh_banner .owl-dots .owl-dot.active button {
  background-color: #EDEFFB;
  text-shadow: 0px 0px 1px #302E3F;
}
@media screen and (max-width: 991px) {
  .lh_banner .owl-dots .owl-dot.active button {
    background-color: #2D44E1;
  }
}
.lh_banner .owl-dots button {
  border: none;
  background: transparent;
  white-space: normal;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
  padding: 5px 15px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .lh_banner .owl-dots button {
    text-indent: -999px;
    overflow: hidden;
    min-width: unset;
    width: 10px;
    height: 10px;
    padding: 0px;
    border-radius: 50px;
    border: none;
    background-color: #CCCED6;
    opacity: 0.7;
  }
}

body {
  min-width: 320px;
}

table {
  width: 100%;
}

.col-sm-4 {
  width: 33.3333333333%;
  float: left;
}

.col-sm-8 {
  width: 66.6666666667%;
  float: left;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.site_wraper {
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-top: 172px;
  min-height: calc(100vh - 286px);
}
@media screen and (max-width: 991px) {
  .site_wraper {
    padding-top: 172px;
  }
}
@media (max-width: 900px) {
  .site_wraper.free-shipping-on-order-over-amount-active {
    padding-top: calc(172px + 62px);
  }
}
@media (max-width: 600px) {
  .site_wraper.free-shipping-on-order-over-amount-active {
    padding-top: calc(172px + 55px);
  }
}

body.admin-bar .site_wraper {
  min-height: calc(100vh - 286px - 32px);
}

@media screen and (max-width: 767px) {
  .checkout-label-desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .checkout-label-mobile {
    display: none;
  }
}
@media print {
  .checkout-label-mobile {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .main-content.main-content-with-aside {
    display: flex;
    position: relative;
  }
  .main-content.main-content-with-aside .rsp-breadcrumb-mobile {
    display: flex;
    align-items: center;
    position: absolute;
    top: -37px;
    left: 33px;
    height: auto;
    width: 100%;
  }
  .main-content.main-content-with-aside .rsp-breadcrumb-mobile .lh_breadcrumb {
    padding: 0px;
  }
  .main-content.main-content-with-aside aside {
    width: 280px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .main-content.main-content-with-aside aside .aside__close_button_wrap {
    display: none;
  }
  .main-content.main-content-with-aside aside .title {
    display: none;
  }
}
@media print and (min-width: 768px) {
  .main-content.main-content-with-aside aside .aside__close_button_wrap {
    display: none;
  }
  .main-content.main-content-with-aside aside .title {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .main-content.main-content-with-aside main,
  .main-content.main-content-with-aside .main__aside {
    padding-top: 77px;
  }
  .main-content.main-content-with-aside .main__aside {
    border-right: 1px solid rgba(136, 166, 227, 0.2);
  }
  .main-content.main-content-with-aside main {
    flex-grow: 1;
    width: calc(100% - 280px);
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .main-content.main-content-with-aside main {
    margin-left: 1em;
  }
}
@media print and (min-width: 768px) {
  .main-content.main-content-with-aside main {
    margin-left: 1em;
  }
}
@media print {
  .main-content.main-content-with-aside {
    display: flex;
    position: relative;
  }
  .main-content.main-content-with-aside .rsp-breadcrumb-mobile {
    display: flex;
    align-items: center;
    position: absolute;
    top: -37px;
    left: 33px;
    height: auto;
    width: 100%;
  }
  .main-content.main-content-with-aside .rsp-breadcrumb-mobile .lh_breadcrumb {
    padding: 0px;
  }
  .main-content.main-content-with-aside aside {
    width: 280px;
  }
}
@media print and (min-width: 768px) {
  .main-content.main-content-with-aside aside .aside__close_button_wrap {
    display: none;
  }
  .main-content.main-content-with-aside aside .title {
    display: none;
  }
}
@media print {
  .main-content.main-content-with-aside aside .aside__close_button_wrap {
    display: none;
  }
  .main-content.main-content-with-aside aside .title {
    display: none;
  }
  .main-content.main-content-with-aside main,
  .main-content.main-content-with-aside .main__aside {
    padding-top: 77px;
  }
  .main-content.main-content-with-aside .main__aside {
    border-right: 1px solid rgba(136, 166, 227, 0.2);
  }
  .main-content.main-content-with-aside main {
    flex-grow: 1;
    width: calc(100% - 280px);
  }
}
@media print and (min-width: 768px) {
  .main-content.main-content-with-aside main {
    margin-left: 1em;
  }
}
@media print {
  .main-content.main-content-with-aside main {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .main-content.main-content-with-aside {
    position: relative;
    padding: 27px 0px 0px;
    box-shadow: 0px 0px 31px rgba(187, 198, 219, 0.3);
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    z-index: 1000;
  }
  .main-content.main-content-with-aside aside {
    position: absolute;
    z-index: 5;
    transition: all 0.2s ease-in-out 0ms;
    visibility: hidden;
    opacity: 0;
  }
  .main-content.main-content-with-aside main {
    transition: all 0.2s ease-in-out 0ms;
    padding: 0 15px;
  }
  .main-content.main-content-with-aside.show_aside aside {
    position: initial;
    visibility: visible;
    opacity: 1;
  }
  .main-content.main-content-with-aside.show_aside main {
    display: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .main-content.main-content-with-aside .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.5;
    color: #302E3F;
    padding: 0px 15px;
    margin-bottom: 28px;
  }
}
.main-content h1 {
  color: #4E628E;
  font-size: 2em;
}
@media all and (max-width: 1200px) {
  .main-content h1 {
    font-size: 1.84em;
  }
}
@media all and (max-width: 992px) {
  .main-content h1 {
    font-size: 1.72em;
  }
}
@media all and (max-width: 768px) {
  .main-content h1 {
    font-size: 1.56em;
  }
}
@media all and (max-width: 576px) {
  .main-content h1 {
    font-size: 1.24em;
  }
}
@media all and (min-width: 768px) {
  .main-content h1 {
    margin: 0 0 0.8em 0;
  }
}
@media print {
  .main-content h1 {
    margin: 0 0 0.8em 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content h1 {
    width: 100%;
    flex-grow: 1;
    margin: 0 0 0.2em 0;
  }
}

.h1-green {
  font-size: 1.5em;
}

.list-products.owl-carousel {
  width: calc(100% + 20px);
}
@media all and (min-width: 768px) {
  .list-products.owl-carousel.hover .owl-stage-outer {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
@media print {
  .list-products.owl-carousel.hover .owl-stage-outer {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
.list-products.owl-carousel .owl-stage {
  transition: unset;
}
.list-products.owl-carousel .owl-carousel {
  z-index: unset;
}
.list-products.owl-carousel .owl-stage-outer {
  overflow-x: clip;
  overflow-y: visible;
}
.list-products.owl-carousel .owl-stage-outer:before, .list-products.owl-carousel .owl-stage-outer:after {
  display: none !important;
}
@media all and (min-width: 1293px) {
  .list-products.owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
@media print {
  .list-products.owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
@media screen and (max-width: 1292px) {
  .list-products.owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media all and (min-width: 1293px) {
  .list-products.owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}
@media print {
  .list-products.owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}
@media screen and (max-width: 1292px) {
  .list-products.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.list-products.owl-carousel .owl-nav .owl-prev,
.list-products.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100px;
  z-index: 10;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.list-products.owl-carousel .owl-nav .owl-prev i,
.list-products.owl-carousel .owl-nav .owl-next i {
  display: none;
}
.list-products.owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arrow-left.svg);
}
.list-products.owl-carousel .owl-nav .owl-next {
  background-image: url(../images/arrow-right.svg);
}
.list-products.owl-carousel .owl-nav .disabled {
  display: none;
}

::-moz-selection {
  background: #5299F7;
  color: white;
}

::selection {
  background: #5299F7;
  color: white;
}

.normal {
  display: table-row;
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .normal {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
/*
 * Стили для Zoho-Chat
 */
.zsiq_floatmain {
  z-index: 99995 !important;
}
.zsiq_floatmain.zsiqfanim {
  display: none !important;
}
.zsiq_floatmain #titlediv {
  display: none;
}
.zsiq_floatmain #zsiq_float .zsiq_flt_rel {
  background: #2D44E1 !important;
}

#zsiqcustomcss {
  display: none;
}

.page_content {
  word-wrap: break-word;
}

@media (min-width: 1300px) {
  .lh_loop_page__loop_simple.products-list .owl-stage-outer {
    width: calc(100% + 60px);
    padding: 0 30px;
    margin-left: -30px;
  }
  .lh_loop_page__loop_simple.products-list .owl-item {
    transition: opacity 0.5s;
  }
  .lh_loop_page__loop_simple.products-list .owl-item:not(.active) {
    opacity: 0;
    visibility: hidden;
  }
}

.page-faq-question-form-wrap {
  position: relative;
}
.page-faq-question-form-wrap:before, .page-faq-question-form-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.2s ease-in-out 0ms;
}
.page-faq-question-form-wrap:before {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.page-faq-question-form-wrap:after {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
}
.page-faq-question-form-wrap.loading:before, .page-faq-question-form-wrap.loading:after {
  opacity: 1;
  visibility: visible;
}
.page-faq-question-form-wrap.success .message-success {
  opacity: 1;
  visibility: visible;
}
.page-faq-question-form-wrap.error .message-error {
  opacity: 1;
  visibility: visible;
}
.page-faq-question-form-wrap .form {
  display: flex;
  flex-wrap: wrap;
}
.page-faq-question-form-wrap .field {
  margin-bottom: 16px;
}
.page-faq-question-form-wrap .field-required label:after {
  content: " *";
}
@media all and (min-width: 768px) {
  .page-faq-question-form-wrap .field-name {
    padding-right: 10px;
  }
}
@media print {
  .page-faq-question-form-wrap .field-name {
    padding-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .page-faq-question-form-wrap .field-email {
    padding-left: 10px;
  }
}
@media print {
  .page-faq-question-form-wrap .field-email {
    padding-left: 10px;
  }
}
@media all and (min-width: 768px) {
  .page-faq-question-form-wrap .field-name, .page-faq-question-form-wrap .field-email {
    flex-basis: 50%;
  }
}
@media print {
  .page-faq-question-form-wrap .field-name, .page-faq-question-form-wrap .field-email {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-faq-question-form-wrap .field-name, .page-faq-question-form-wrap .field-email {
    flex-basis: 100%;
  }
}
.page-faq-question-form-wrap .field-message {
  flex-basis: 100%;
}
.page-faq-question-form-wrap label {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
.page-faq-question-form-wrap .message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.page-faq-question-form-wrap .message i {
  font-size: 34px;
  margin-bottom: 20px;
}
.page-faq-question-form-wrap .message-content {
  margin-bottom: 20px;
}
.page-faq-question-form-wrap button {
  -webkit-appearance: none;
}
.page-faq-question-form-wrap input, .page-faq-question-form-wrap textarea {
  -webkit-appearance: none;
  width: 100%;
  border: none;
  resize: none;
}

input,
textarea,
button {
  font-family: "Montserrat", sans-serif;
}

footer form.mc4wp-form input, footer form.mc4wp-form select, footer form.mc4wp-form .select2-selection,
form.woocommerce-shipping-calculator input,
form.woocommerce-shipping-calculator select,
form.woocommerce-shipping-calculator .select2-selection,
.payment_error_form__wrap input,
.payment_error_form__wrap select,
.payment_error_form__wrap .select2-selection,
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content .select2-selection {
  -webkit-appearance: none;
  border: 1px solid #5299F7;
  padding: 0.4em 1.2em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: none;
  height: 2.8em;
  font-size: 1em;
  width: 100%;
}
footer form.mc4wp-form input::-webkit-input-placeholder, footer form.mc4wp-form select::-webkit-input-placeholder, footer form.mc4wp-form .select2-selection::-webkit-input-placeholder,
form.woocommerce-shipping-calculator input::-webkit-input-placeholder,
form.woocommerce-shipping-calculator select::-webkit-input-placeholder,
form.woocommerce-shipping-calculator .select2-selection::-webkit-input-placeholder,
.payment_error_form__wrap input::-webkit-input-placeholder,
.payment_error_form__wrap select::-webkit-input-placeholder,
.payment_error_form__wrap .select2-selection::-webkit-input-placeholder,
.woocommerce-MyAccount-content input::-webkit-input-placeholder,
.woocommerce-MyAccount-content select::-webkit-input-placeholder,
.woocommerce-MyAccount-content .select2-selection::-webkit-input-placeholder {
  color: #5299F7;
}
footer form.mc4wp-form input:-moz-placeholder, footer form.mc4wp-form select:-moz-placeholder, footer form.mc4wp-form .select2-selection:-moz-placeholder,
form.woocommerce-shipping-calculator input:-moz-placeholder,
form.woocommerce-shipping-calculator select:-moz-placeholder,
form.woocommerce-shipping-calculator .select2-selection:-moz-placeholder,
.payment_error_form__wrap input:-moz-placeholder,
.payment_error_form__wrap select:-moz-placeholder,
.payment_error_form__wrap .select2-selection:-moz-placeholder,
.woocommerce-MyAccount-content input:-moz-placeholder,
.woocommerce-MyAccount-content select:-moz-placeholder,
.woocommerce-MyAccount-content .select2-selection:-moz-placeholder {
  color: #5299F7;
}
footer form.mc4wp-form input::-moz-placeholder, footer form.mc4wp-form select::-moz-placeholder, footer form.mc4wp-form .select2-selection::-moz-placeholder,
form.woocommerce-shipping-calculator input::-moz-placeholder,
form.woocommerce-shipping-calculator select::-moz-placeholder,
form.woocommerce-shipping-calculator .select2-selection::-moz-placeholder,
.payment_error_form__wrap input::-moz-placeholder,
.payment_error_form__wrap select::-moz-placeholder,
.payment_error_form__wrap .select2-selection::-moz-placeholder,
.woocommerce-MyAccount-content input::-moz-placeholder,
.woocommerce-MyAccount-content select::-moz-placeholder,
.woocommerce-MyAccount-content .select2-selection::-moz-placeholder {
  color: #5299F7;
}
footer form.mc4wp-form input:-ms-input-placeholder, footer form.mc4wp-form select:-ms-input-placeholder, footer form.mc4wp-form .select2-selection:-ms-input-placeholder,
form.woocommerce-shipping-calculator input:-ms-input-placeholder,
form.woocommerce-shipping-calculator select:-ms-input-placeholder,
form.woocommerce-shipping-calculator .select2-selection:-ms-input-placeholder,
.payment_error_form__wrap input:-ms-input-placeholder,
.payment_error_form__wrap select:-ms-input-placeholder,
.payment_error_form__wrap .select2-selection:-ms-input-placeholder,
.woocommerce-MyAccount-content input:-ms-input-placeholder,
.woocommerce-MyAccount-content select:-ms-input-placeholder,
.woocommerce-MyAccount-content .select2-selection:-ms-input-placeholder {
  color: #5299F7;
}
footer form.mc4wp-form [type=submit],
form.woocommerce-shipping-calculator [type=submit],
.payment_error_form__wrap [type=submit],
.woocommerce-MyAccount-content [type=submit] {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 2.8em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
}
footer form.mc4wp-form [type=submit]:hover,
form.woocommerce-shipping-calculator [type=submit]:hover,
.payment_error_form__wrap [type=submit]:hover,
.woocommerce-MyAccount-content [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
footer form.mc4wp-form [type=submit].loading:after,
form.woocommerce-shipping-calculator [type=submit].loading:after,
.payment_error_form__wrap [type=submit].loading:after,
.woocommerce-MyAccount-content [type=submit].loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer form.mc4wp-form [type=submit].loading .button_label,
form.woocommerce-shipping-calculator [type=submit].loading .button_label,
.payment_error_form__wrap [type=submit].loading .button_label,
.woocommerce-MyAccount-content [type=submit].loading .button_label {
  opacity: 0.2;
}
footer form.mc4wp-form [type=submit]:active,
form.woocommerce-shipping-calculator [type=submit]:active,
.payment_error_form__wrap [type=submit]:active,
.woocommerce-MyAccount-content [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
footer form.mc4wp-form [type=submit].added,
form.woocommerce-shipping-calculator [type=submit].added,
.payment_error_form__wrap [type=submit].added,
.woocommerce-MyAccount-content [type=submit].added {
  display: none;
}
footer form.mc4wp-form [type=submit][disabled],
form.woocommerce-shipping-calculator [type=submit][disabled],
.payment_error_form__wrap [type=submit][disabled],
.woocommerce-MyAccount-content [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}

.checkbox {
  display: block;
  padding-left: 35px;
}
.checkbox input {
  display: none;
}
.checkbox span:not(.required):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #1C2B47;
  background: #FFF;
  border-radius: 3px;
}
.checkbox input:checked ~ span:not(.required):after {
  content: "";
  border: solid #1C2B47;
  border-width: 0 1px 1px 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
}

.page-faq-handle {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.9%;
  color: #2D44E1;
  margin-bottom: 40px;
}

.page-faq-question-form-wrap {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 40px;
}
.page-faq-question-form-wrap label {
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.page-faq-question-form-wrap input, .page-faq-question-form-wrap textarea {
  background-color: #F7F7F7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
}
.page-faq-question-form-wrap input::-webkit-input-placeholder, .page-faq-question-form-wrap textarea::-webkit-input-placeholder {
  color: #CCCFD6;
  font-size: 14px;
}
.page-faq-question-form-wrap input:-moz-placeholder, .page-faq-question-form-wrap textarea:-moz-placeholder {
  color: #CCCFD6;
  font-size: 14px;
}
.page-faq-question-form-wrap input::-moz-placeholder, .page-faq-question-form-wrap textarea::-moz-placeholder {
  color: #CCCFD6;
  font-size: 14px;
}
.page-faq-question-form-wrap input:-ms-input-placeholder, .page-faq-question-form-wrap textarea:-ms-input-placeholder {
  color: #CCCFD6;
  font-size: 14px;
}
.page-faq-question-form-wrap .field-required label:after {
  color: #EA522E;
}
.page-faq-question-form-wrap .button-submit {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 8px 18px;
  height: 40px;
}
.page-faq-question-form-wrap .button-submit:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.page-faq-question-form-wrap .button-submit.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-faq-question-form-wrap .button-submit.loading .button_label {
  opacity: 0.2;
}
.page-faq-question-form-wrap .button-submit:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.page-faq-question-form-wrap .button-submit.added {
  display: none;
}
.page-faq-question-form-wrap .button-submit[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.page-faq-question-form-wrap .button-submit:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.page-faq-question-form-wrap .button-submit:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.page-faq-question-form-wrap .button-submit[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.page-faq-question-form-wrap .button-submit[disabled] {
  cursor: wait;
}
.page-faq-question-form-wrap .message .message-content {
  font-size: 18px;
  max-width: 300px;
  font-weight: 400;
}
.page-faq-question-form-wrap .message.message-success i {
  color: #56B688;
}
.page-faq-question-form-wrap .message.message-success .message-content {
  color: #4E628E;
}
.page-faq-question-form-wrap .message.message-error i {
  color: #F86262;
}
.page-faq-question-form-wrap .message.message-error .message-content {
  color: #4E628E;
}
.page-faq-question-form-wrap .button-retry {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #4E628E;
  background-color: white;
  border-color: #4E628E;
}
.page-faq-question-form-wrap .button-retry:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.page-faq-question-form-wrap .button-retry.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-faq-question-form-wrap .button-retry.loading .button_label {
  opacity: 0.2;
}
.page-faq-question-form-wrap .button-retry:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.page-faq-question-form-wrap .button-retry.added {
  display: none;
}
.page-faq-question-form-wrap .button-retry[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.page-faq-question-form-wrap .button-retry:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.page-faq-question-form-wrap .button-retry:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.page-faq-question-form-wrap .button-retry[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  margin-bottom: 20px;
  background-color: #56B688;
  margin-left: 0;
  border-radius: 2px;
  color: white;
  clear: both;
  border-left: 0.6180469716em solid rgba(48, 46, 63, 0.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
}
@media screen and (max-width: 767px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 8px 10px;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
  color: white;
  text-decoration: underline;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
  color: #88A6E3;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 0px;
}

.woocommerce-info, .woocommerce-message, .woocommerce-error {
  border-radius: 10px !important;
  font-size: 14px;
  line-height: 1.42857143;
  border-left-width: 15px !important;
}

.woocommerce-message {
  background: #9EB3DE !important;
  position: relative;
  z-index: 10;
  font-weight: 500;
  border-color: #9EB3DE !important;
}
@media (max-width: 767px) {
  .woocommerce-message {
    padding: 10px 25px !important;
    line-height: 20px;
    font-size: 14px;
    border: 0 !important;
  }
}
.woocommerce-message a {
  font-weight: bold;
}
.woocommerce-message a:hover {
  color: #f8f4f4;
}

#content .woocommerce-notices-wrapper .woocommerce-message {
  top: -15px;
  margin-bottom: 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 10px !important;
  font-size: 14px;
  line-height: 1.42857143;
  border-left-width: 15px !important;
}
@media (max-width: 767px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    padding: 10px 25px !important;
    line-height: 20px;
    font-size: 14px;
    border: 0 !important;
  }
}

.woocommerce-info {
  background: #9EB3DE !important;
  border-color: #9EB3DE !important;
}
.woocommerce-info a {
  font-weight: bold;
}

.woocommerce-message {
  position: relative;
  z-index: 4;
}

.woocommerce-error {
  background: #EA522E !important;
  border-color: #EA522E !important;
}
.woocommerce-error a {
  font-weight: bold;
}

[data-toggle=tooltip] {
  border: none;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
  margin: 0px !important;
  min-height: unset !important;
  min-width: unset !important;
  width: unset !important;
  height: unset !important;
}
[data-toggle=tooltip]:focus {
  outline: none;
}
[data-toggle=tooltip]:focus .tooltip_wrap {
  visibility: visible;
  opacity: 1;
}
[data-toggle=tooltip].left .tooltip_wrap {
  left: 99px;
}
@media screen and (max-width: 767px) {
  [data-toggle=tooltip].left .tooltip_wrap:after {
    left: calc(50% - 92px);
  }
}
[data-toggle=tooltip].right .tooltip_wrap {
  left: calc(50% - 92px);
}
@media screen and (max-width: 767px) {
  [data-toggle=tooltip].right .tooltip_wrap:after {
    left: calc(50% + 92px);
  }
}
[data-toggle=tooltip] .tooltip_wrap {
  text-transform: none;
  display: none;
}
@media screen and (max-width: 767px) {
  [data-toggle=tooltip] .tooltip_wrap {
    transition: unset !important;
  }
}

.fancybox-bg,
.mc-modal-bg {
  background: linear-gradient(180deg, rgba(106, 124, 159, 0.98) 0%, rgba(106, 124, 159, 0.7) 100%) !important;
  opacity: 0.8 !important;
}

#PopupSignupForm_0 {
  position: fixed;
  z-index: 99999;
}

.lh_popup_wrap_frame .lh_popup_wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.lh_popup_wrap_frame .lh_popup_wrap .message {
  font-size: 1.4em;
  font-weight: 700;
  padding: 0.6em 0;
  text-align: center;
  margin-bottom: 1em;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .col {
  width: 45%;
  max-width: 200px;
  min-width: -moz-min-content;
  min-width: min-content;
  white-space: nowrap;
  padding: 0 0.5em;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ED9023;
  background-color: white;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange.loading .button_label {
  opacity: 0.2;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange.added {
  display: none;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange:hover {
  color: #ED9023;
  background-color: white;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange:active {
  color: #ED9023;
  background-color: white;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-white-orange[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange.loading .button_label {
  opacity: 0.2;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange.added {
  display: none;
}
.lh_popup_wrap_frame .lh_popup_wrap .buttons-wrap .button-orange[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}

.popup_bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(206, 206, 206, 0.2);
  filter: blur(2px);
  z-index: 9998;
}
.popup_bg.up {
  z-index: 99998;
}

.popup_remove_from_cart {
  display: none;
  background: #FFFFFF;
  border-radius: 10px;
  width: 290px;
  height: auto;
  padding: 25px 15px 30px;
  position: fixed;
  top: calc(50% - 65px);
  left: calc(50% - 145px);
  z-index: 9999;
}
.popup_remove_from_cart .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
  text-align: center;
  color: #1C2B47;
  margin-bottom: 13px;
}
.popup_remove_from_cart .action {
  text-align: center;
}
.popup_remove_from_cart .action .cancel {
  background: #FFFFFF;
  border: 1px solid #F58140;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 900;
  font-size: 12px !important;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #F58140 !important;
  width: 90px;
  height: 36px;
  text-transform: uppercase;
  padding: 0px;
  display: inline-block;
  cursor: pointer;
}
.popup_remove_from_cart .delete {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #F58140;
  border-radius: 10px;
  color: #FFF;
  margin-left: 10px;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.popup_remove_from_cart .delete:hover {
  opacity: 0.8;
}

.on_added_to_cart {
  position: fixed;
  bottom: -150px;
  left: 0px;
  display: block;
  width: 100%;
  height: auto;
  padding: 18px 0px;
  background: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.5s linear;
  z-index: 99996;
}
.on_added_to_cart.show {
  bottom: 0px;
}
.on_added_to_cart .col-full {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .on_added_to_cart .col-full {
    flex-wrap: wrap;
  }
}
.on_added_to_cart .was_added {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 114.4%;
  color: #4E628E;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .on_added_to_cart .was_added {
    display: none;
  }
}
.on_added_to_cart .was_added img {
  float: left;
  margin-right: 10px;
}
.on_added_to_cart .product_info {
  display: flex;
  align-items: center;
  width: calc(100% - 250px - 150px);
}
@media screen and (max-width: 767px) {
  .on_added_to_cart .product_info {
    width: calc(100% - 150px);
    padding-right: 10px;
  }
}
.on_added_to_cart .product_info .product_image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
  float: left;
}
.on_added_to_cart .product_info .product_name a {
  font-weight: 500;
  font-size: 14px;
  line-height: 119.4%;
  color: #4E628E;
  line-height: 1.4em;
  height: 1.3em;
  max-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.on_added_to_cart .product_info .product_price {
  font-weight: 700;
  font-size: 14px;
  line-height: 119.4%;
  color: #4E628E;
}
.on_added_to_cart .product_info .product_price del {
  margin-right: 7px;
  color: #4E628E;
  font-weight: 400;
  font-size: 10px;
}
.on_added_to_cart .product_info .product_price ins {
  color: #2D44E1;
  text-decoration: none;
}
.on_added_to_cart .action {
  width: 150px;
  display: flex;
  align-items: center;
}
.on_added_to_cart .action .view-cart {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  width: 110px;
  line-height: 34px;
  padding: 0px;
  margin-right: 20px;
}
.on_added_to_cart .action .view-cart:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.on_added_to_cart .action .view-cart.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.on_added_to_cart .action .view-cart.loading .button_label {
  opacity: 0.2;
}
.on_added_to_cart .action .view-cart:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.on_added_to_cart .action .view-cart.added {
  display: none;
}
.on_added_to_cart .action .view-cart[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.on_added_to_cart .action .view-cart:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.on_added_to_cart .action .view-cart:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
.on_added_to_cart .action .view-cart[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
.on_added_to_cart .action .close {
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin: unset;
}

@media (max-width: 767px) {
  .featured_products .product_add_to_favorite .tooltip-shift_left, .related-products .product_add_to_favorite .tooltip-shift_left, .just-arrived .product_add_to_favorite .tooltip-shift_left, .recently_viewed__items .product_add_to_favorite .tooltip-shift_left, .cart-recomended .product_add_to_favorite .tooltip-shift_left {
    transform: translateX(5%) !important;
  }
}
.product-tag-banner, .product-cat-banner {
  display: block;
  width: 100%;
  margin-bottom: 2.4em;
}
.product-tag-banner__wrapper, .product-cat-banner__wrapper {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-tag-banner__link, .product-cat-banner__link {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.product-tag-banner__image, .product-cat-banner__image {
  display: block;
  width: 100%;
  height: auto;
}
.product-tag-banner--mobile, .product-cat-banner--mobile {
  display: none;
  box-shadow: 0 0 6px rgba(113, 120, 133, 0.1);
  border-radius: 6px;
}
.product-tag-banner--mobile__image, .product-cat-banner--mobile__image {
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .product-tag-banner, .product-cat-banner {
    display: none;
  }
  .product-tag-banner--mobile, .product-cat-banner--mobile {
    display: block;
  }
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .woocommerce-noreviews:before, p.no-comments:before {
  font-family: "lh-icons";
}
@media screen and (max-width: 767px) {
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .woocommerce-noreviews:before, p.no-comments:before {
    display: none;
  }
}

.product_icon,
.products-grid .product_icon {
  position: absolute;
  top: 18px;
  right: 12px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 1px;
  height: auto;
}
.product_icon .item_icon,
.products-grid .product_icon .item_icon {
  margin-bottom: 8px;
  font-family: Montserrat, san-serif;
  font-weight: 400;
  font-size: 13.0909px;
  line-height: 20px;
  border-radius: 5.23636px;
  color: white;
  width: auto;
  height: auto;
  padding: 0px 12px;
  background-image: unset;
  background-color: #56B688;
}
.product_icon .item_icon.sale,
.products-grid .product_icon .item_icon.sale {
  background-color: #56B688;
}
@media screen and (max-width: 480px) {
  .product_icon .item_icon.sale,
  .products-grid .product_icon .item_icon.sale {
    display: none;
  }
}
.product_icon .item_icon.text_marker,
.products-grid .product_icon .item_icon.text_marker {
  white-space: nowrap;
  background-color: #ED9023;
}
@media all and (min-width: 481px) {
  .product_icon .item_icon.text_marker,
  .products-grid .product_icon .item_icon.text_marker {
    display: none;
  }
}
@media print {
  .product_icon .item_icon.text_marker,
  .products-grid .product_icon .item_icon.text_marker {
    display: none;
  }
}
.product_icon .item_icon.new,
.products-grid .product_icon .item_icon.new {
  background-color: #5299F7;
}
.product_icon .item_icon.bestsellers,
.products-grid .product_icon .item_icon.bestsellers {
  background-color: #56B688;
}
.product_icon .item_icon.bogo_sale,
.products-grid .product_icon .item_icon.bogo_sale {
  background-color: #56B688;
}
.product_icon .item_icon.handmade,
.products-grid .product_icon .item_icon.handmade {
  background-color: #56B688;
}
.product_icon .item_icon.recommendation,
.products-grid .product_icon .item_icon.recommendation {
  display: none;
  background-color: #56B688;
}
.product_icon .item_icon.bogo_rule,
.products-grid .product_icon .item_icon.bogo_rule {
  color: #F86262;
  background-color: rgba(248, 98, 98, 0.15);
}

.sale_label {
  top: 18px;
  left: 0px;
  background: #ED9023;
  border-radius: 0px 5.23636px 5.23636px 0px;
  padding: 0px 9px;
  font-family: Montserrat, san-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: white;
  width: auto;
  height: auto;
}
.sale_label:before, .sale_label:after {
  display: none;
}

.sale_rubricator {
  margin-bottom: 56px;
}
.sale_rubricator ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale_rubricator .item {
  padding: 0px 2.7%;
}
@media screen and (max-width: 413px) {
  .sale_rubricator .item {
    padding: 0px 1.5%;
  }
}
.sale_rubricator button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sale_rubricator button {
    width: 106px;
    height: 106px;
  }
}
.sale_rubricator button img {
  max-width: 100%;
  max-height: 100%;
}

[data-recipe-favorites] {
  color: #5299F7;
  transition: all 0.2s ease-in-out 0ms;
  cursor: pointer;
}
[data-recipe-favorites]:before {
  font-family: "lh-icons";
  display: inline-block;
  content: "\e80a";
  font-size: 22px;
  font-weight: 100;
  text-shadow: #EDEFFB 0px 0px 1px;
}
@media all and (min-width: 768px) {
  [data-recipe-favorites]:hover {
    color: rgb(255, 255, 255);
  }
}
@media print {
  [data-recipe-favorites]:hover {
    color: rgb(255, 255, 255);
  }
}
[data-recipe-favorites].in_favorites {
  color: #2D44E1;
}
[data-recipe-favorites].in_favorites:before {
  content: "\f004";
}

.add_to_waitlist {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 0;
}
.add_to_waitlist:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.add_to_waitlist.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.add_to_waitlist.loading .button_label {
  opacity: 0.2;
}
.add_to_waitlist:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.add_to_waitlist.added {
  display: none;
}
.add_to_waitlist[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}

.view_waitlist {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.view_waitlist:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.view_waitlist.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.view_waitlist.loading .button_label {
  opacity: 0.2;
}
.view_waitlist:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.view_waitlist.added {
  display: none;
}
.view_waitlist[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.view_waitlist:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.view_waitlist:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.view_waitlist[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}

.products-grid .product .item__action_wrap.cloned {
  display: none;
}
.products-grid .item__action_wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.products-grid .item__action_wrap .add_to_waitlist {
  margin-left: 0px;
}
.products-grid .item__action_wrap .view_waitlist {
  width: calc(100% - 30px);
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .products-grid .item__action_wrap .view_waitlist {
    width: 100%;
    margin: 0px;
  }
}

body.search .rsp-breadcrumb-mobile {
  display: none;
}
body.search .main-content.main-content-with-aside {
  padding-top: 18px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.search h1 {
    margin-bottom: 22px;
  }
}
body.search h1 .items {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body.search h1 .desktop_title {
    display: none;
  }
}
@media all and (min-width: 768px) {
  body.search h1 .mobile_title {
    display: none;
  }
}
@media print {
  body.search h1 .mobile_title {
    display: none;
  }
}
body.search h1 .mobile_title .items {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.5;
  margin-top: 6px;
  color: #302E3F;
}

body.search-no-results .main__category_before h1 .search {
  display: inline-block;
}

.product__add_to_cart {
  width: 100%;
  white-space: nowrap;
  /** TEMPLATE QTY **/
  /** TEMPLATE DEFAULT **/
}
.product__add_to_cart .button_default {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.product__add_to_cart .button_default:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.product__add_to_cart .button_default.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product__add_to_cart .button_default.loading .button_label {
  opacity: 0.2;
}
.product__add_to_cart .button_default:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.product__add_to_cart .button_default.added {
  display: none;
}
.product__add_to_cart .button_default[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.product__add_to_cart .button_default:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.product__add_to_cart .button_default:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.product__add_to_cart .button_default[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.product__add_to_cart .product_wrap {
  position: relative;
}
.product__add_to_cart .product_wrap .button_default {
  position: relative;
}
.product__add_to_cart .product_wrap .button_default:before, .product__add_to_cart .product_wrap .button_default:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  left: 0;
  top: 0;
}
.product__add_to_cart .product_wrap .button_default:after {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
  background-size: 25px;
}
.product__add_to_cart .product_wrap.loading .button_default, .product__add_to_cart .product_wrap.added.loading .button_default {
  opacity: 0.25;
}
.product__add_to_cart .product_wrap.loading .button_default:before, .product__add_to_cart .product_wrap.loading .button_default:after, .product__add_to_cart .product_wrap.added.loading .button_default:before, .product__add_to_cart .product_wrap.added.loading .button_default:after {
  transition: all 0.2s ease-in-out 0ms;
  opacity: 1;
  visibility: visible;
}
.product__add_to_cart .product_wrap.loading .qty, .product__add_to_cart .product_wrap.added.loading .qty {
  opacity: 0.25;
}
.product__add_to_cart .product_wrap.loading path, .product__add_to_cart .product_wrap.added.loading path {
  fill: #88A6E3;
}
.product__add_to_cart .button_view_cart {
  opacity: 0;
  visibility: hidden;
  display: none;
  background-color: #2D44E1;
  color: white;
}
.product__add_to_cart .button_view_cart:hover {
  background-color: #5299F7;
}
.product__add_to_cart .button_view_waitlist {
  background-color: #2D44E1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0ms;
}
.product__add_to_cart .button_view_waitlist:hover {
  background-color: #5299F7;
}
.product__add_to_cart .qty {
  transition: all 0.2s ease-in-out 0ms;
}
.product__add_to_cart.is_variable {
  position: relative;
  min-height: 30px;
}
.product__add_to_cart .product_variation {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0ms;
  position: absolute;
  top: 0;
  width: 100%;
  display: none !important;
}
.item__content_wrap .product__add_to_cart .product_variation {
  display: flex !important;
}
.product__add_to_cart .product_variation.show {
  display: flex !important;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.product__add_to_cart.template-qty-left .button_default, .product__add_to_cart.template-qty-left .button_add_to_waitlist, .product__add_to_cart.template-qty-left .button_view_waitlist, .product__add_to_cart.template-qty-right .button_default, .product__add_to_cart.template-qty-right .button_add_to_waitlist, .product__add_to_cart.template-qty-right .button_view_waitlist, .product__add_to_cart.template-view_cart .button_default, .product__add_to_cart.template-view_cart .button_add_to_waitlist, .product__add_to_cart.template-view_cart .button_view_waitlist {
  min-height: 30px;
}
@media screen and (max-width: 767px) {
  .product__add_to_cart.template-qty-left .button_default, .product__add_to_cart.template-qty-left .button_add_to_waitlist, .product__add_to_cart.template-qty-left .button_view_waitlist, .product__add_to_cart.template-qty-right .button_default, .product__add_to_cart.template-qty-right .button_add_to_waitlist, .product__add_to_cart.template-qty-right .button_view_waitlist, .product__add_to_cart.template-view_cart .button_default, .product__add_to_cart.template-view_cart .button_add_to_waitlist, .product__add_to_cart.template-view_cart .button_view_waitlist {
    min-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.product__add_to_cart.template-qty-left .product_wrap, .product__add_to_cart.template-qty-right .product_wrap, .product__add_to_cart.template-view_cart .product_wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.product__add_to_cart.template-qty-left .product_wrap.added .button_add, .product__add_to_cart.template-qty-right .product_wrap.added .button_add, .product__add_to_cart.template-view_cart .product_wrap.added .button_add {
  display: none;
}
.product__add_to_cart.template-qty-left .product_wrap.added .button_view_cart, .product__add_to_cart.template-qty-left .product_wrap.added .button_view_waitlist, .product__add_to_cart.template-qty-right .product_wrap.added .button_view_cart, .product__add_to_cart.template-qty-right .product_wrap.added .button_view_waitlist, .product__add_to_cart.template-view_cart .product_wrap.added .button_view_cart, .product__add_to_cart.template-view_cart .product_wrap.added .button_view_waitlist {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.product__add_to_cart.template-qty-left .product_wrap.added .button_add_to_waitlist, .product__add_to_cart.template-qty-right .product_wrap.added .button_add_to_waitlist, .product__add_to_cart.template-view_cart .product_wrap.added .button_add_to_waitlist {
  display: none;
}
.product__add_to_cart.template-qty-left .qty, .product__add_to_cart.template-qty-right .qty, .product__add_to_cart.template-view_cart .qty {
  background-color: #F7F7F7;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;
       user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
  width: 70px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product__add_to_cart.template-qty-left .qty, .product__add_to_cart.template-qty-right .qty, .product__add_to_cart.template-view_cart .qty {
    height: 26px;
  }
}
@media (max-width: 400px) {
  .products-grid .product__add_to_cart.template-qty-left .qty, .products-grid .product__add_to_cart.template-qty-right .qty, .products-grid .product__add_to_cart.template-view_cart .qty {
    width: 55px;
  }
}
.product__add_to_cart.template-qty-left .qty input, .product__add_to_cart.template-qty-right .qty input, .product__add_to_cart.template-view_cart .qty input {
  font-family: "Montserrat", sans-serif;
  border: none;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  background: none;
  text-align: center;
  font-weight: 600;
  min-width: 20px;
  flex-grow: 1;
  padding: 0px;
  width: 100%;
  color: #302E3F;
}
@media screen and (max-width: 360px) {
  .product__add_to_cart.template-qty-left .qty input, .product__add_to_cart.template-qty-right .qty input, .product__add_to_cart.template-view_cart .qty input {
    width: 30px;
    flex-grow: 0;
  }
}
.product__add_to_cart.template-qty-left .qty input::-webkit-outer-spin-button, .product__add_to_cart.template-qty-left .qty input::-webkit-inner-spin-button, .product__add_to_cart.template-qty-right .qty input::-webkit-outer-spin-button, .product__add_to_cart.template-qty-right .qty input::-webkit-inner-spin-button, .product__add_to_cart.template-view_cart .qty input::-webkit-outer-spin-button, .product__add_to_cart.template-view_cart .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product__add_to_cart.template-qty-left [data-qty_minus],
.product__add_to_cart.template-qty-left [data-qty_plus], .product__add_to_cart.template-qty-right [data-qty_minus],
.product__add_to_cart.template-qty-right [data-qty_plus], .product__add_to_cart.template-view_cart [data-qty_minus],
.product__add_to_cart.template-view_cart [data-qty_plus] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  cursor: pointer;
  font-weight: 700;
  padding: 0px 5px;
  opacity: 0.5;
  font-size: 17px;
  color: #302E3F;
  transition: all 0.2s ease-in-out 0ms;
}
.product__add_to_cart.template-qty-left [data-qty_minus]:hover,
.product__add_to_cart.template-qty-left [data-qty_plus]:hover, .product__add_to_cart.template-qty-right [data-qty_minus]:hover,
.product__add_to_cart.template-qty-right [data-qty_plus]:hover, .product__add_to_cart.template-view_cart [data-qty_minus]:hover,
.product__add_to_cart.template-view_cart [data-qty_plus]:hover {
  opacity: 1;
}
.product__add_to_cart.template-qty-left [data-qty_minus]:active,
.product__add_to_cart.template-qty-left [data-qty_plus]:active, .product__add_to_cart.template-qty-right [data-qty_minus]:active,
.product__add_to_cart.template-qty-right [data-qty_plus]:active, .product__add_to_cart.template-view_cart [data-qty_minus]:active,
.product__add_to_cart.template-view_cart [data-qty_plus]:active {
  transform: scale(0.9);
  transition: all 10ms ease-in-out 0ms;
}
.product__add_to_cart.template-qty-left .button_view_waitlist, .product__add_to_cart.template-qty-right .button_view_waitlist, .product__add_to_cart.template-view_cart .button_view_waitlist {
  display: none;
}
.product__add_to_cart.template-qty-left .button_add,
.product__add_to_cart.template-qty-left .button_view_cart {
  order: 2;
}
.product__add_to_cart.template-qty-left .item__wishlist_wrap {
  order: 3;
}
.product__add_to_cart.template-qty-left .qty {
  margin-right: 8px;
}
.product__add_to_cart.template-qty-right .button_add, .product__add_to_cart.template-qty-right .button_view_cart {
  margin-right: 8px;
}
.product__add_to_cart.template-view_cart .qty {
  display: none;
}
.product__add_to_cart.template-default, .product__add_to_cart.template-simple {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  min-width: 80px;
  text-overflow: ellipsis;
  text-align: center;
  min-height: 30px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .product__add_to_cart.template-default, .product__add_to_cart.template-simple {
    min-height: 26px;
  }
}
.product__add_to_cart.template-default .product_wrap, .product__add_to_cart.template-simple .product_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product__add_to_cart.template-default .product_wrap.added .qty, .product__add_to_cart.template-default .product_wrap.added .button_view_waitlist, .product__add_to_cart.template-simple .product_wrap.added .qty, .product__add_to_cart.template-simple .product_wrap.added .button_view_waitlist {
  visibility: visible;
  opacity: 1;
}
.product__add_to_cart.template-default .product_wrap.added .button_add, .product__add_to_cart.template-default .product_wrap.added .button_add_to_waitlist, .product__add_to_cart.template-simple .product_wrap.added .button_add, .product__add_to_cart.template-simple .product_wrap.added .button_add_to_waitlist {
  transform: scale(0.5);
}
.product__add_to_cart.template-default .button_default, .product__add_to_cart.template-simple .button_default {
  position: absolute;
  height: 100%;
}
.product__add_to_cart.template-default .qty, .product__add_to_cart.template-simple .qty {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0ms;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #ED9023;
  gap: 4px;
  padding: 2px;
  border-radius: 5px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;
       user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}
.product__add_to_cart.template-default .qty input, .product__add_to_cart.template-simple .qty input {
  font-family: "Montserrat", sans-serif;
  border: none;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  background: none;
  color: white;
  text-align: center;
  font-weight: 700;
  min-width: 20px;
  flex-grow: 1;
  margin-top: 0.1em;
}
.product__add_to_cart.template-default .qty input::-webkit-outer-spin-button, .product__add_to_cart.template-default .qty input::-webkit-inner-spin-button, .product__add_to_cart.template-simple .qty input::-webkit-outer-spin-button, .product__add_to_cart.template-simple .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product__add_to_cart.template-default [data-qty_minus],
.product__add_to_cart.template-default [data-qty_plus], .product__add_to_cart.template-simple [data-qty_minus],
.product__add_to_cart.template-simple [data-qty_plus] {
  color: white;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0ms;
}
.product__add_to_cart.template-default [data-qty_minus]:hover,
.product__add_to_cart.template-default [data-qty_plus]:hover, .product__add_to_cart.template-simple [data-qty_minus]:hover,
.product__add_to_cart.template-simple [data-qty_plus]:hover {
  background-color: #ED9023;
}
.product__add_to_cart.template-default [data-qty_minus]:active,
.product__add_to_cart.template-default [data-qty_plus]:active, .product__add_to_cart.template-simple [data-qty_minus]:active,
.product__add_to_cart.template-simple [data-qty_plus]:active {
  transform: scale(0.9);
  transition: all 10ms ease-in-out 0ms;
}
.product__add_to_cart.template-default .product_order_disabled, .product__add_to_cart.template-simple .product_order_disabled {
  display: flex;
  align-items: center;
  background-color: #EDEFFB;
  color: #EDEFFB;
  border-radius: 5px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;
       user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}
.product__add_to_cart.template-default .product_order_disabled .label, .product__add_to_cart.template-simple .product_order_disabled .label {
  line-height: 1.2;
  vertical-align: middle;
  flex-grow: 1;
}
.product__add_to_cart .product_out_of_stock {
  display: inline-block;
  min-height: 30px;
  width: 100%;
  visibility: visible;
  opacity: 1;
  text-align: center;
  border: 1px solid #CCCFD6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.product__add_to_cart .product_out_of_stock .label {
  width: 100%;
  display: inline-block;
}

.qty input[type=number] {
  width: 25%;
  min-width: 45px;
  display: inline-table;
  vertical-align: middle;
  line-height: 28px;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  font-size: 10pt !important;
  -moz-appearance: textfield;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.qty input[type=number]:focus,
.qty input[type=number]:active {
  box-shadow: none !important;
  border: 0 !important;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty .wgb-qty-decrease-btn,
.qty .wgb-qty-increase-btn {
  width: 15%;
  min-width: 25px;
  display: inline-table;
  vertical-align: middle;
  padding: 0;
  line-height: 28px;
}

.wgb-add-gift-btn {
  vertical-align: middle;
}

.thin-scrollbar {
  margin-right: 3px;
}
.thin-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.thin-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #D4D6E1;
  border-radius: 3px;
}
.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #D4D6E1 transparent;
}
.thin-scrollbar::-ms-scrollbar {
  width: 6px;
}
.thin-scrollbar::-ms-scrollbar-track {
  background-color: transparent;
}
.thin-scrollbar::-ms-scrollbar-thumb {
  background-color: #D4D6E1;
  border-radius: 3px;
}
.thin-scrollbar.dropdown-target::-webkit-scrollbar {
  width: 3px;
}
.thin-scrollbar.dropdown-target::-ms-scrollbar {
  width: 3px;
}

.mini-cart {
  width: 450px;
  height: 100%;
  max-width: 100%;
  position: relative;
  transform: translateX(100%);
  transition: 0.4s ease-out;
  overflow-y: auto;
  background: white;
}
@media (max-width: 450px) {
  .ios .mini-cart {
    padding-bottom: 70px;
  }
}
.mini-cart__wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(61, 64, 81, 0.4784313725);
  left: 0;
  top: 0;
  z-index: 103;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.admin-bar .mini-cart__wrapper {
  height: calc(100vh - 32px);
  top: 32px;
}
.mini-cart-open .mini-cart {
  transform: translateX(0);
}
.mini-cart-open .mini-cart__wrapper {
  opacity: 1;
  visibility: visible;
}
.mini-cart__title {
  font-weight: 600;
  font-size: 31.5px;
  line-height: 38px;
  padding: 27px 27px 8px;
}
@media screen and (max-width: 767px) {
  .mini-cart__title {
    font-size: 23px;
    line-height: 28px;
  }
}
.mini-cart__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #97979f;
  padding: 5px;
  line-height: 18px;
  cursor: pointer;
  transition: 0.4s;
}
.mini-cart__close:hover {
  color: #302E3F;
}
.mini-cart__items {
  list-style: none;
  margin: 0;
  max-height: 356px;
  padding: 22px 21px 0 27px;
  overflow-y: auto;
}
.mini-cart__footer {
  padding: 15px 27px 30px;
  box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.03);
}
.mini-cart__empty-message {
  text-align: center;
  font-weight: 600;
  color: #302E3F;
}
.mini-cart__buttons {
  padding: 15px 0 0;
}
.mini-cart__checkout-button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  padding: 0px;
  height: 44px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  border-width: 0;
}
.mini-cart__checkout-button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.mini-cart__checkout-button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mini-cart__checkout-button.loading .button_label {
  opacity: 0.2;
}
.mini-cart__checkout-button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.mini-cart__checkout-button.added {
  display: none;
}
.mini-cart__checkout-button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.mini-cart__checkout-button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.mini-cart__checkout-button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.mini-cart__checkout-button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.mini-cart #ppc-button-minicart {
  display: none;
}
.mini-cart .cart-recommended {
  padding: 0 27px 30px;
}
.mini-cart .quantity-dropdown-wrap {
  display: none !important;
}
.mini-cart .qty {
  display: flex !important;
}

body.mini-cart-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.mini-cart-open {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.cart-subtotal {
  display: flex;
  margin: 0;
  padding-bottom: 18px;
  position: relative;
  font-weight: 600;
  line-height: 1;
  font-size: 21px;
  justify-content: space-between;
}
.cart-subtotal strong {
  font-weight: 600;
  width: 50%;
}
.cart-subtotal > span {
  display: inline-block;
  width: 50%;
  text-align: right;
}

.subtotal__price {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
.subtotal__price__old {
  text-decoration-line: line-through;
  font-weight: 500;
  font-size: 14px;
  color: #302E3F;
  line-height: 16px;
}
.subtotal__price__main.green {
  color: #56B688;
  margin-left: 11px;
}

.cart-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 24px 0;
  border-top: 1px solid rgba(136, 166, 227, 0.2);
  align-items: center;
  color: #302E3F;
}
.cart-item:last-child {
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
}
.cart-item__image {
  width: 95px;
  height: 95px;
  position: relative;
}
.cart-item__image img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart-item__image .product_icon {
  right: unset;
  left: 0;
  width: auto;
  top: 0;
  flex-direction: column;
}
.cart-item__image .product_icon .sale_label {
  border-radius: 3px;
  background: #56B688;
  font-size: 11px;
  padding: 0 6px;
}
.cart-item__image .product_icon .item_free_shipping_class {
  width: 30px !important;
  height: 30px !important;
  background-image: url(../images/icons/icon-free_shipping.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  min-width: unset;
  overflow: hidden;
  text-indent: -999px;
}
.cart-item__image .product_icon .item_icon_free_gift {
  width: 30px !important;
  height: 30px !important;
  background-color: #56B688;
  padding: 0;
  min-width: unset;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.cart-item__image .product_icon .item_icon_free_gift:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/free-gift-cart.svg) no-repeat center center;
  -webkit-mask-size: 16px;
  -webkit-mask: url(../images/free-gift-cart.svg) no-repeat center center;
          mask: url(../images/free-gift-cart.svg) no-repeat center center;
  mask-size: 16px;
  background-color: white;
}
.cart-item__info {
  padding-left: 18px;
  width: calc(100% - 95px);
  word-break: break-word;
}
.cart-item__title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 17px;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
}
.cart-item__title a {
  padding-right: 5px;
  color: #302E3F;
}
.cart-item__remove {
  font-size: 21px;
  cursor: pointer;
  color: #97979f;
  transition: all 0.3s linear;
}
.cart-item__remove:hover {
  color: #302E3F;
}
.cart-item__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item__details .quantity-wrap.quantity-disabled {
  background: #F7F7F7;
  width: 31px;
  border-radius: 12px;
  font-size: 10pt;
  position: relative;
  cursor: not-allowed;
  opacity: 0.25;
}
.cart-item__details .quantity-wrap.quantity-disabled:hover .quantity-tooltip {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.cart-item__details .quantity-wrap.quantity-disabled .quantity-dropdown-wrap, .cart-item__details .quantity-wrap.quantity-disabled .qty {
  position: relative;
}
.cart-item__details .quantity-wrap.quantity-disabled .quantity-dropdown-wrap:before, .cart-item__details .quantity-wrap.quantity-disabled .qty:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.cart-item__details .quantity-wrap.quantity-disabled .quantity-tooltip {
  font-size: 14px;
  position: absolute;
  width: 200px;
  background: #2D44E1;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  top: 0;
  transform: translateY(-100%);
  left: -43px;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.cart-item__details .quantity-wrap.quantity-disabled .quantity-tooltip:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
.cart-item.item-outofstock .cart-item__price {
  display: none;
}
.cart-item.item-outofstock .cart-item__title {
  margin-bottom: 5px;
  word-break: break-word;
}
.cart-item__label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.cart-item .bogo_info {
  text-align: center;
  flex-basis: 100%;
  font-weight: 700;
  color: #F86262;
}

.cart-product-price {
  font-weight: 600;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  align-items: flex-end;
  padding-right: 10px;
  justify-content: flex-end;
}
.cart-product-price .default_price {
  font-weight: 500;
  font-size: 14px;
}
.cart-product-price .sale_price {
  color: #56B688;
  text-decoration: none;
}

.product-quantity .qty {
  position: relative;
  background-color: #F7F7F7 !important;
  border-radius: 12px;
  font-weight: 500;
  font-size: 17px;
  white-space: nowrap;
  line-height: 21px;
  width: 73px;
  height: 31px;
  display: flex;
  align-items: center;
  padding: 0 3px;
  justify-content: center;
}
.product-quantity .qty:hover .quantity-tooltip {
  opacity: 1;
  visibility: visible;
}
.product-quantity .qty.quantity-disabled {
  font-size: 0.8em;
  padding: 0.6em 1.2em;
  font-weight: 700;
  color: #302E3F;
  border-color: #302E3F;
}
.product-quantity .qty .screen-reader-text {
  display: none;
}
.product-quantity .qty input {
  line-height: 2;
  vertical-align: middle;
  color: #302E3F;
  height: 31px;
  font-weight: 500 !important;
  padding: 0 !important;
  background: none;
  border: 0;
  min-width: 25px !important;
}
@media all and (min-width: 1061px) {
  .product-quantity .qty input {
    font-size: 14px;
  }
}
@media print {
  .product-quantity .qty input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1060px) {
  .product-quantity .qty input {
    width: calc(100% - 60px);
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
}
.product-quantity .qty [type=button], .product-quantity .qty [data-qty_minus], .product-quantity .qty [data-qty_plus] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  line-height: 0;
}
.product-quantity .qty [type=button]:hover, .product-quantity .qty [data-qty_minus]:hover, .product-quantity .qty [data-qty_plus]:hover {
  color: #5299F7;
}
@media screen and (max-width: 1060px) {
  .product-quantity .qty [type=button], .product-quantity .qty [data-qty_minus], .product-quantity .qty [data-qty_plus] {
    padding: 0px;
    color: #4E628E;
    font-size: 20px;
  }
}
.product-quantity .qty [data-qty_minus] {
  font-size: 18px;
}
.product-quantity .qty [data-qty_plus] {
  font-size: 18px;
}
.product-quantity .qty i {
  width: 20px;
  text-align: center;
}

.quantity-dropdown-wrap {
  width: 70px;
  height: 31px;
  display: inline-block;
  border: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 17px;
  white-space: nowrap;
  line-height: 21px;
  background-color: #F7F7F7;
}
.quantity-dropdown-wrap .dropdown-wrap {
  position: relative;
  cursor: pointer;
}
.quantity-dropdown-wrap .dropdown-wrap .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4 !important;
  width: 100%;
  height: 100%;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-target, .quantity-dropdown-wrap .dropdown-wrap .dropdown-target-slide {
  position: absolute;
  z-index: 5;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-target-slide {
  top: 80%;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-label {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-label [data-order-label] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: initial;
}
.quantity-dropdown-wrap .dropdown-wrap .over {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 0;
}
.quantity-dropdown-wrap .dropdown-wrap .over [data-order-label] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-placeholder {
  display: none;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-label {
  z-index: 6 !important;
  overflow: hidden;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-target {
  transition: all 0.3s linear !important;
  max-height: 345px;
  overflow: auto;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-label:focus {
  outline: none;
  z-index: 4 !important;
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-label:focus .dropdown-icon {
  transform: rotate(180deg);
}
.quantity-dropdown-wrap .dropdown-wrap .dropdown-label:focus ~ .dropdown-target {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  visibility: visible !important;
  top: 100%;
}
.quantity-dropdown-wrap .dropdown-wrap {
  height: 100%;
}
.quantity-dropdown-wrap .dropdown-target {
  width: 100%;
  max-height: 170px !important;
  background: #fff;
  z-index: 8 !important;
}
.quantity-dropdown-wrap .dropdown-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  color: #302E3F;
  height: 100%;
  padding-right: 20px;
}
.quantity-dropdown-wrap .dropdown-label [data-label] {
  line-height: 28px;
}
.quantity-dropdown-wrap .dropdown-label .dropdown-icon {
  right: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #9B9FA9;
}
.quantity-dropdown-wrap [data-value] {
  max-width: 100%;
  padding: 0.4em 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0ms;
  font-weight: 400;
  font-size: 14px;
}
.quantity-dropdown-wrap [data-value]:hover {
  background-color: #EDEFFB;
}

.lh_cart .qty {
  display: none;
}

.quantity-disabled .quantity-tooltip {
  font-size: 14px;
}

.cart-recommended__title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
}
.cart-recommended .recommended-item {
  background: #F7F8FF;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 8px;
}
.cart-recommended .recommended-item .product {
  width: 100%;
  display: flex;
}
.cart-recommended .recommended-item .product__image {
  display: block;
  width: 80px;
  height: 80px;
}
.cart-recommended .recommended-item .product__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-recommended .recommended-item .product__content {
  width: calc(100% - 80px);
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cart-recommended .recommended-item .product__title a {
  color: #302E3F;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.cart-recommended .recommended-item .product__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-recommended .recommended-item .product__price {
  font-weight: 600;
  font-size: 17px;
  justify-content: flex-start;
}

.global-loader {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  top: 0;
  transition: 0.4s;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  position: fixed;
  height: 100vh;
}
.global-loader.active {
  opacity: 1;
  visibility: visible;
}
.global-loader.absolute {
  position: absolute;
}
.global-loader.without-opacity {
  background: rgb(255, 255, 255);
}
.global-loader .loader {
  position: relative;
}
.global-loader .loader:before {
  content: "\e035";
  position: absolute;
  font-family: "lh-icons";
  font-size: 60px;
  color: rgba(45, 68, 225, 0.7098039216);
  animation: lh-spin 2s infinite linear;
  left: -30px;
  top: -30px;
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.5s linear;
}

@keyframes ripple-animation {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.authorize_popup_message {
  position: fixed;
  top: calc(50% - 145px);
  left: calc(50% - 249px);
  width: 498px;
  height: auto;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  margin: 0px;
  background-color: white;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 575px) {
  .authorize_popup_message {
    margin: 0px 15px;
    width: calc(100% - 30px);
    left: 0px;
  }
}
.authorize_popup_message .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #4E628E;
  cursor: pointer;
}
.authorize_popup_message .inner {
  padding: 18px 69px 40px;
}
@media screen and (max-width: 575px) {
  .authorize_popup_message .inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.authorize_popup_message .title {
  margin: 50px 0px 40px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  color: #302E3F;
}
.authorize_popup_message .actions {
  display: flex;
  width: calc(100% + 8px);
  margin: 0px -8px;
}
@media screen and (max-width: 575px) {
  .authorize_popup_message .actions {
    flex-wrap: wrap;
  }
}
.authorize_popup_message .actions .back {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #4E628E;
  background-color: white;
  border-color: #4E628E;
  width: 50%;
  margin: 0px 8px;
  padding: 0px;
  font-size: 16px;
  height: 40px;
}
.authorize_popup_message .actions .back:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.authorize_popup_message .actions .back.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.authorize_popup_message .actions .back.loading .button_label {
  opacity: 0.2;
}
.authorize_popup_message .actions .back:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.authorize_popup_message .actions .back.added {
  display: none;
}
.authorize_popup_message .actions .back[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.authorize_popup_message .actions .back:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.authorize_popup_message .actions .back:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.authorize_popup_message .actions .back[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
@media screen and (max-width: 575px) {
  .authorize_popup_message .actions .back {
    width: 100%;
    margin-bottom: 15px;
  }
}
.authorize_popup_message .actions .login {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  width: 50%;
  margin: 0px 8px;
  padding: 0px;
  font-size: 16px;
  height: 40px;
}
.authorize_popup_message .actions .login:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.authorize_popup_message .actions .login.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.authorize_popup_message .actions .login.loading .button_label {
  opacity: 0.2;
}
.authorize_popup_message .actions .login:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.authorize_popup_message .actions .login.added {
  display: none;
}
.authorize_popup_message .actions .login[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.authorize_popup_message .actions .login:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.authorize_popup_message .actions .login:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.authorize_popup_message .actions .login[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 575px) {
  .authorize_popup_message .actions .login {
    width: 100%;
  }
}

.lh-page--description {
  font-size: 14px;
  margin: 20px 0;
  position: relative;
}
.lh-page--description .page_description_content {
  word-break: break-all;
}

.page_description-content_trigger {
  margin-left: -4px;
}
.page_description-content_trigger .description-button {
  font-weight: 600;
  color: #2D44E1;
  cursor: pointer;
  white-space: nowrap;
}
.page_description-content_trigger .description-dots {
  padding-right: 7px;
}

.page_description-second-content {
  display: none;
}

body.page-template-payment_error_form {
  background-color: #F7F7F7;
}
body.page-template-payment_error_form .lh_breadcrumb {
  padding: 18px 0 20px 0;
  margin: 0 auto;
}

.payment_error__wrap {
  margin: 0 auto 100px auto;
  background: white;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 42px 60px;
}

.payment_error_form__wrap {
  text-align: center;
  margin-bottom: 34px;
}
.payment_error_form__wrap .before_text {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin: 0 auto 20px auto;
  max-width: 480px;
  color: #302E3F;
}
.payment_error_form__wrap textarea {
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
  border: none;
  color: #302E3F;
  background: #F7F7F7;
  padding: 1em 1.2em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: none;
  font-size: 1em;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px auto;
  display: block;
  height: 160px;
}
.payment_error_form__wrap textarea::-webkit-input-placeholder {
  color: #5299F7;
}
.payment_error_form__wrap textarea:-moz-placeholder {
  color: #5299F7;
}
.payment_error_form__wrap textarea::-moz-placeholder {
  color: #5299F7;
}
.payment_error_form__wrap textarea:-ms-input-placeholder {
  color: #5299F7;
}
.payment_error_form__wrap .thank_text {
  color: #302E3F;
  max-width: 100%;
  width: 280px;
  margin: 24px auto 34px auto;
  text-align: center;
}
.payment_error_form__wrap [type=submit] {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
.payment_error_form__wrap [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.payment_error_form__wrap [type=submit].loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.payment_error_form__wrap [type=submit].loading .button_label {
  opacity: 0.2;
}
.payment_error_form__wrap [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.payment_error_form__wrap [type=submit].added {
  display: none;
}
.payment_error_form__wrap [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.payment_error_form__wrap [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.payment_error_form__wrap [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.payment_error_form__wrap [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}

.payment_error_form__message {
  width: 420px;
  max-width: 100%;
  margin: 96px auto 36px auto;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.payment_error_form__message.submit_success, .payment_error_form__message.login_error, .payment_error_form__message.submit_error {
  font-size: 28px;
  border: 2px solid;
  padding: 36px 12px 16px;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
}
.payment_error_form__message.login_error {
  color: #2D44E1;
  border-color: #2D44E1;
}
.payment_error_form__message.submit_error {
  color: #EA522E;
  border-color: #EA522E;
  background-color: rgba(234, 82, 46, 0.2);
}
.payment_error_form__message.submit_success {
  color: #56B688;
  border-color: #56B688;
}
.payment_error_form__message.message_small {
  font-size: 14px;
  font-weight: normal;
  padding: 18px 8px 6px;
  margin: 0 auto 24px auto;
}
.payment_error_form__message.message_small .icon {
  font-size: 24px;
  margin-top: -20px;
  margin-left: -12px;
}
.payment_error_form__message.message_tiny {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 6px;
  margin: 0 auto 12px auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px;
}
.payment_error_form__message.message_tiny .icon {
  display: inline-block;
  position: unset;
  font-size: 12px;
  margin: unset;
}
.payment_error_form__message.message_tiny .icon:before {
  display: none;
}
.payment_error_form__message .icon {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -24px;
  margin-left: -18px;
}
.payment_error_form__message .icon:before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 0;
  bottom: 0;
  background-color: white;
}
.payment_error_form__message .icon i {
  position: relative;
  z-index: 1;
}

.payment_error_form__backtoshop {
  text-align: center;
  margin-bottom: 34px;
}
.payment_error_form__backtoshop a {
  color: #2D44E1;
  text-decoration: underline;
}
.payment_error_form__backtoshop a:hover {
  color: #88A6E3;
}
