div[id^=wait_comp]{display:none}

.d-none{
	display: none !important;
}

.loadings {
    background: url("../img/preloader.gif") no-repeat scroll center center rgba(0,0,0,0)!important;
    border-color: transparent!important;
    color: transparent!important;
    cursor: default!important
}

.loadings * {
    background: rgba(0,0,0,0)!important;
    border-color: transparent!important;
    color: transparent!important;
    cursor: default!important;
    visibility: hidden
}

.loading-state:before {
    content: "";
    display: block;
    background: rgba(255,255,255,.5) url("../svg/double_ring.svg") center center no-repeat;
    position: absolute;
    z-index: 105;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mt-2{
	margin-top: 2em;
}

.header-location-list .location-top-list__link {
    color: #242a33;
    -webkit-font-feature-settings: "clig" off,"liga" off;
    font-feature-settings: "clig" off,"liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 7px;
    text-align: left;
	cursor: pointer;
}

.header-location-list .location-top-list__link:hover{
	color: #427e66;
}

.popup-window.share_cart_frame {
    width: 580px;
    max-width: 580px;
    min-width: inherit;
}

/*
dropdown
*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 900;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	box-shadow: 0 0 16px 0 rgba(73,74,82,.08);
}
.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 4px 16px;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
	background: #f7f7f7;
}

.dropdown-item-selected-text > span{
	font-weight: 300;
    color: #427E66;
}

.dropdown-item.bx-ui-sls-variant {
    cursor: pointer;
    white-space: normal;
}

.bx-ui-sls-pane {
    z-index: 898;
    max-height: 15.25rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bx-ui-sls-pane::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.bx-ui-sls-pane::-webkit-scrollbar-track {
    background: #e5e6ea;
    border-radius: 4px; }
.bx-ui-sls-panee::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 4px; }
	
	
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder,
.bmd-form-group .bmd-label-static {
    position: absolute;
    color: #bdbdbd;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bmd-form-group .bmd-label-floating{
	top: 0;
}

.sls-form-heighter .form-group{
	position: relative;
}

.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating {
    top: -20px;
    left: 0;
    font-size: .75rem;
}
.sls-form-heighter .bx-ui-sls-route {
    position: absolute !important;
    top: 0;
    left: 0;
}
.bx-ui-sls-container .bx-ui-sls-fake {
    display: block;
    width: calc(100% - 48px);
    height: 20px;
    outline: 0;
	position: relative;
	z-index: 9;
}

body .product-card-buttons .product-card-add:not(.active)+.in_cart,
body .product-card-buttons .product-card-add:not(.active)+.in_cart{
    display: none;
}

body .product-card-buttons .product-card-add.active  {
    display: none;
}

.product-item-button-container{
	width: 100%;
}

.catalog-filters__block_sort{
    border-bottom: 1px solid var(--absolute-200, #E7E8E9);
}

.hidden{
	display: none !important;
}

.alert{
	padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.15rem;
	padding: 15px;
}

.alert-success{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger{
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.form {
    position: relative;
}

.p30{
    padding: 30px;
}

.auth .form-popup {
    padding: 30px;
}

.error-msg{
	display: none !important;
}
.form-input.error{
	border-color: red;
}

.no_image img{
	object-fit: contain;
	opacity: 0.9;
}

.profile-dropdown{
    position: absolute;
    top: calc(100% + 2px);
    right: -1px;
    display: none;
    z-index: 107;
    cursor: default;
}

.profile-dropdown--visible {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.profile-dropdown .dropdown-menu-inner {
    background: #fff;
    text-align: left;
    box-shadow: 0 5px 30px rgba(34,34,34,.1);
    overflow: hidden;
    max-width: 450px;
    min-width: 220px;
	padding: 8px;
	border-radius: 4px;
}

.header-right-btn__wrap:hover .profile-dropdown {
    opacity: 1;
    visibility: visible;
	z-index: 99;
}

.dropdown-menu-item {
    display: block;
    padding: 9px 16px 10px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

a.dropdown-menu-item:hover{
	color: #427E66;
}

.dropdown-menu-item--current {
    cursor: default;
    background: #e3ece8;
	border-radius: 4px;
}

@media (max-width: 1440px) {
    .dropdown-menu-item{
        font-size: 12px;
        padding: 4px 8px 6px 8px;
    }
    .profile-dropdown .dropdown-menu-inner{
        min-width: 180px;
    }
}

.bx-ui-sls-pane{
	background: #fff;
    box-shadow: 0 0 16px 0 rgba(73, 74, 82, .08);
}

.bx-ui-sls-pane .dropdown-item{
	font-size: 14px;
	padding: 2px 10px;
}

.jqmWindow.subscribe_frame{
    max-width: 1200px;
}

.profile-sub-form-preference__content.error .form-choose-label input[type=checkbox]+p::before,
.profile-sub-form-preference__content.error .form-choose-label input[type=radio]+p::before{
    border-color: #eb0000;
}

.pagination-list span.current {
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.pagination-list span.current:before {
    height: 38px;
    aspect-ratio: 1 / 1;
    width: 38px;
    background-color: #427e66;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}


.jqmWindow.book_location_frame{  
    max-width: 1280px;
}

.popup-msg-success{
    text-align: center;
}

.popup-msg-success .popup-msg-buttons{
    justify-content: center;
    padding-top: 50px;
}

#popup_iframe_wrapper .popup-msg{
    width: auto;
}

.with_blur .adult{
    filter: blur(14px);
}

.no_goods {
    padding: 30px 30px 0;
    margin: auto;
}

.no_goods .no_products {
    position: relative;
}

.no_goods .no_products:before {
    content: "";
    position: relative;
    width: 117px;
    height: 117px;
    background: url("../img/empty_catalog.png") 0 0 no-repeat;
    opacity: 0.2;
    background-size: contain;
    display: block;
    margin: auto auto 23px;
}

.wrap_text_empty {
    padding: 10px 0 15px 0;
    text-align: center;
}

.wrap_text_empty .big_text{
    font-size: clamp(1rem + 4px, 2vw, 1rem + 8px);
    line-height: calc(1em + 8px);
}

.wrap_text_empty .middle_text {
    padding: 16px 0 0;
    display: inline-block;
    font-size: calc(1rem - 2px);
    line-height: calc(1em + 6px);
}

.profile-user-form{
    position: relative;
}

.btn-subscribe.active{
    background: #417D65;
    color: #FFF;
}

.form-subscribe .form-body{
    padding: 25px 0 35px 0;
}

.form-subscribe .form-body .order-form-item{
    width: 100%;
}

.form-subscribe .form-input .error{
    display: none !important;
}

.form-subscribe .form-body .mess{
    padding-top: 5px;
}

.form-subscribe .form-body .success{
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    background: #E3ECE8;
    border-radius: 5px;
}

.product-page__gallery-main{
    overflow: hidden;
}

form.subform.success .form-footer{
    justify-content: center;
}

.shop-map-shelve-empty{
    position: absolute;
}

.shop-map-shelve-empty .shop-map-tooltip{
    position: static;
    transform: none;
}

.shop-map-shelve-empty .shop-map-tooltip::after{
    display: none;
}

.btn-link{
    text-decoration: underline;
}

.search-empty-results{
    padding: 50px 0;
}

.product-card__img-box img{
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

.form-choose-label.error input[type=checkbox]+p::before,
.form-choose-label.error input[type=radio]+p::before{
    border-color: #dd2424;
}

.product-card-badge--keynew{
    background-color: #427e66;
}

.product-card-badge--promo{
    
}

.profile-orders-item__bonuses{
    display: none;
}

.profile-orders-item__status{
    width: 38.5%;
}

@media (max-width: 650px) {
    .profile-orders-item__status {
        width: 50%;
    }
}

.s2 .header-wrap{
    padding-top: 15px;
}

.s2 .header-top{
    display: none;
}

.s2 .header-right-btn__wrap:nth-child(1),
.s2 .header-right-btn__wrap:nth-child(3){
    display: none;
}
.s2 .mobile-nav__list .mobile-nav__item:nth-child(4),
.s2 .mobile-nav__list .mobile-nav__item:nth-child(5){
    display: none;
}

.s2 .product-card-favour,
.s2 .product-page__btn-favour{
    display: none;
}

.s2 .product-page__share{
    display: none;
}

.s2 .footer-menu-item_phone2{
    display: none;
}

.s2 #menu-main .header-phone-item:nth-child(2){
    display: none;
}

.product-card-badge--preorder {
    background-color: #d32d34
}

@media(max-width: 768px){
    .bx-ui-sls-pane {
        z-index: 9999999;
    }
}

.form-group.bmd-form-group.sls-route-form-group{
    display: none;
}

.auth-form-social{
    display: none !important;
}

.auth-form-form {
    margin-top: 36px;
}

.form-input__input:not(:placeholder-shown) + .form-input__ph,
.form-input__input:not(:placeholder-shown) + span + .form-input__ph{
    font-size: 12px;
    line-height: 16px;
    top: 3px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}