/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.test_cache_class {
    opacity: 1;
}

.page_catalog_detail #pagetitle {
    display: none;
}

h1.detail_product_header {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #08287a;
    font-weight: normal;
    padding-bottom: 0;
    margin: 0;
}

#cookie_notification {
    transition: 160ms all linear;
    opacity: 1;
    z-index: 12;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 355px;
    height: 115px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

#cookie_notification .c_n_container {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px;*/
    margin: 20px 18px 16px 20px;
}

#cookie_notification .c_n_text {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 21px;
}

#cookie_notification .c_n_btns {
    display: flex;
    align-items: center;
    justify-content: normal;
}

#cookie_notification .c_n_agree_btn {
    padding: 0;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #38226e;
    position: absolute;
    right: 19px;
    bottom: 15px;
    background-color: #38226e;
    color: #fff;
    font-size: 12px;
    height: 28px;
    width: 84px;
}

#cookie_notification .c_n_agree_btn:hover {
    background-color: #482a80;
}

#cookie_notification .c_n_link {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
}

#cookie_notification .c_n_link:hover {
    text-decoration: none;
}

.profi_info {
    padding: 21px;
    background: #cadbf8;
    width: fit-content;
    border-radius: 3px;
    color: black;
}

.reg {
    padding-top: 25px;
    width: fit-content;
}

.suggestions-wrapper a {
    display: none !important;
}

.popup #wrap_ajax_auth.form .form_head {
    border-bottom: none !important;
}

.price_txt {
    font-size: 18px !important;
}

body .bx-soa-auth .eye-password input[type="password"],
body .bx-soa-auth .eye-password input[type="text"],
body .eye-password input[type="password"],
body .eye-password input[type="text"] {
    padding-right: 55px
}

.eye-password {
    position: relative
}

.eye-password:after {
    background-image: url(../images/svg/eye_close.svg);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    content: "";
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 1px;
    top: 30px;
    width: 40px
}

.row>.eye-password:after {
    right: 17px
}

#registraion-page-form .eye-password:after {
    top: 0;
}

body .bx-soa-auth .eye-password:after {
    top: 0
}

.eye-password.password-show:after {
    background-image: url(../images/svg/eye_open.svg)
}

.form .eye-password input {
    background-size: 0 !important
}

.product-bottom-banners {
    display: flex;
    width: 85%;
    margin: 30px auto 30px auto;
    align-items: center;
    gap: 5%;
}

.product-bottom-banner {
    border: 5px solid #EBEFF9;
    display: flex;
    flex: 1;
    align-items: center;
    color: #626262;
    gap: 5%;
    height: 70px;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
}

.product-bottom-banner__text {
    font-size: 15px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 400;
}

.product-bottom-banner__image {
    max-height: 80%;
}

.promocode_copied_block_frame .form_head {
    padding: 35px 75px !important;
    text-align: center;
    border-bottom: none !important;
}

.promocode_copied_block_frame .form_head h3 {
    margin-bottom: 0;
}

.promocode_copied_block_frame .form_body {
    text-align: center;
    padding: 20px !important;
}

.promocode_copied_block_frame .form_head h3 {
    font-size: 1.4em;
    font-weight: normal;
}

.stickers .sticker {

}

@media (max-width: 1024px) {
    .hidden-tablet {
        display: none;
    }

    .product-bottom-banners {
        width: 90%;
    }

    .product-bottom-banner {
        display: grid;
        grid-template-columns: 1fr 0.3fr 1fr;
        text-align: center;
        justify-items: center;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    #cookie_notification {
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 140px;
    }

    #cookie_notification .c_n_text {
        margin-bottom: 35px;
        font-size: 15px;
        line-height: 20px;
    }

    #cookie_notification .c_n_link {
        font-size: 15px;
    }

    #cookie_notification .c_n_agree_btn {
        right: 22px;
        font-size: 14px;
        height: 34px;
        width: 103px;
    }

    .promocode_copied_block_frame .form_head {
        padding: 25px !important;
    }

    .promocode_copied_block_frame .form_head h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .page_catalog_detail #pagetitle {
        display: block;
    }

    .detail_product_header {
        display: none;
    }
}

#basket-root .basket-coupon-block-field .form-group:hover .basket-coupon-block-coupon-btn {
    background-color: #08287a;
}

#bx-soa-order .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container:before,
#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
    background-color: unset;
}

#basket-root .basket-coupon-block-coupon-btn {
    background-color: unset;
}

.item_slider:not(.flex) .slides li {
    height: auto;
}

.element_row {
    position: relative;
}

.btn.btn-default.in-cart {
    color: #fff;
}

.prof-success h1 {
    font-size: 1.7em;
}

.moblogo img {
    width: 159px;
    filter: brightness(0) invert(1);
}

.site_s1.fill_bg_n .menu-row.bgcolored,
.site_s2.fill_bg_n .menu-row.bgcolored,
.site_s1.fill_bg_y .menu-row.bgcolored > .maxwidth-theme,
.site_s2.fill_bg_y .menu-row.bgcolored > .maxwidth-theme {
    background-color: #eaeffa;
}

.site_s3.fill_bg_n .menu-row.bgcolored,
.site_s4.fill_bg_n .menu-row.bgcolored,
.site_s3.fill_bg_y .menu-row.bgcolored > .maxwidth-theme,
.site_s4.fill_bg_y .menu-row.bgcolored > .maxwidth-theme {
    background-color: #392548;
}

.site_s3.fill_bg_n .menu-row.middle-block .mega-menu table td .wrap > a > div,
.site_s4.fill_bg_n .menu-row.middle-block .mega-menu table td .wrap > a > div,
.site_s3.fill_bg_n .menu-row.middle-block .mega-menu table td.dropdown .wrap > a:not(.more-items):after,
.site_s4.fill_bg_n .menu-row.middle-block .mega-menu table td.dropdown .wrap > a:not(.more-items):after {
    color: #fff;
}

.site_s1 .menu-row.bgcolored .mega-menu table td:hover,
.site_s2 .menu-row.bgcolored .mega-menu table td:hover,
.site_s1 .menu-row.bgcolored .mega-menu table td.active,
.site_s2 .menu-row.bgcolored .mega-menu table td.active {
    background-color: #c3cfee;
}

.site_s3 .menu-row.bgcolored .mega-menu table td:hover,
.site_s4 .menu-row.bgcolored .mega-menu table td:hover,
.site_s3 .menu-row.bgcolored .mega-menu table td.active,
.site_s4 .menu-row.bgcolored .mega-menu table td.active {
    background-color: #492f5c;
}

.item-link.item-with-margin-bottom {
    margin-bottom: 29px;
}

.item-link.item-with-margin-top {
    margin-top: 29px;
}

.bx-soa-section-subheader {
    padding: 15px 0 15px 80px;
}

#bx-soa-auth-link {
    text-align: center;
    margin: 0 0 20px;
    font-size: 120%;
}

#bx-soa-auth-link a {
    display: inline-block;
    width: calc(40% - 29px);
    margin-top: 10px;
}

#ds_vidget_sidebar .delivery_info_row .vidget_icon.vidget_delivery,
#ds_vidget_sidebar .delivery_info_row .ds_date {
    display: none;
}

#confirmChooze {
    background-color: #392548;
}

#wrapper_header_label.fixed-banner,
#wrapper_header_label_mobil.fixed-banner {
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    position: fixed;
}

.title-v1 h1.homepage_h1 {
    font-weight: bold;
    padding-bottom: 0;
}

.sale_order_payment_text {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#bx-soa-order #bx-soa-delivery-interval.bx-soa-section .bx-soa-section-title:before {
    mask-image: url(../images/svg/clock.svg);
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#bx-soa-order .air-datepicker-cell.-selected- {
    background: #08287a;
}

#bx-soa-order .air-datepicker-cell.-current-:not(.-selected-) {
    color: rgb(237, 0, 140);
}

#bx-soa-order .bx-soa-section:empty {
    border: none;
}

.delight-delivery-datetime-intervals__container:before {
    display: none;
}

.delight-delivery-datetime-intervals__row input {
    display: none;
}

.delight-delivery-datetime-intervals__row label {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.delight-delivery-datetime-intervals__row label:before {
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #452c82;
    border-radius: 2px;
    position: relative;
    display: block;
    top: 1px;
}

.delight-delivery-datetime-intervals__row label:hover:before {
    background-color: #08287a;
}

.delight-delivery-datetime-intervals__row input[type="radio"]:checked + label:before {
    background-color: #08287a;
}

.delight-delivery-datetime-intervals__row input[type="radio"]:checked + label:after {
    content: '\2714';
    font-weight: 700;
    text-align: center;
    line-height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 8px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
}

.delight-delivery-datetime-intervals__container .air-datepicker-cell.-day-:not(.-disabled-):not(.-selected-) {
    background-color: #dee1fa;
}

.product-slider-block {
    position: relative;
}

.product-slider-block h4 {
    display: inline-block;
    border-bottom: 2px solid #263b7b;
    margin: 0 29px 0 0;
    font-size: 16px;
    line-height: 20px;
}

.product-slider-block ul.slider_navigation.top_big {
    top: -5px;
}

.product-slider-block div.item-title {
    height: 60px;
}

#footer .copyright {
    opacity: 1;
}

.header_wrap.colored .top-h-row .menu li a,
.stores .stores_list .item .store_text .value,
#footer .copyright,
#footer .copyright *,
.footer_bottom .all_menu_block ul li a {
    color: #ffffff;
}

.bottom-menu a {
    color: #ffffff;
}

#footer .footer_bottom_inner .phone_block a {
    color: #ffffff;
}

.pt-0,
.page-top.maxwidth-theme.pt-0 {
    padding-top: 0;
}

.product-not-available__detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.btn.btn-default.product-not-available__detail-btn,
.btn.btn-default.product-not-available__list-btn {
    background-color: #7cd3da;
    text-transform: uppercase;
    width: 100%;
    cursor: default;
    border: none;
    box-shadow: none;
    margin-bottom: 22px;
    font-weight: normal;
}

.btn.btn-default.product-not-available__detail-btn:hover,
.btn.btn-default.product-not-available__detail-btn:focus,
.btn.btn-default.product-not-available__detail-btn:active,
.btn.btn-default.product-not-available__list-btn:hover,
.btn.btn-default.product-not-available__list-btn:focus,
.btn.btn-default.product-not-available__list-btn:active {
    background-color: #7cd3da;
}

.btn.btn-default.product-not-available__list-btn {
    max-width: 200px;
    min-width: 170px;
}

.product-not-available__list-btns-block {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .ajax_load.block .catalog_block .sale_block .text {
        font-size: 13px;
        padding: 0 8px;
        margin: 1px 0 1px 3px;
    }
}

@media (max-width: 991px) {
    .catalog_detail .item_main_info .right_info .info_item {
        padding: 0 15px;
    }

    .cost .price.discount span {
        font-size: 14px;
    }

    #bx-soa-order > .bx-soa {
        display: flex;
        flex-direction: column;
    }

    #bx-soa-order > .bx-soa > .bx-soa-main-notifications {
        order: 10;
    }

    #bx-soa-order > .bx-soa > #bx-soa-basket {
        order: 20;
    }

    #bx-soa-order > .bx-soa > #bx-soa-auth {
        order: 30;
    }

    #bx-soa-order > .bx-soa > #bx-soa-total-mobile {
        order: 40;
    }

    #bx-soa-order > .bx-soa > #bx-soa-auth-link {
        order: 45;
    }

    #bx-soa-order > .bx-soa > #bx-soa-properties {
        order: 50;
    }

    #bx-soa-order > .bx-soa > .pandd {
        order: 60;
    }

    #bx-soa-order > .bx-soa > #bx-soa-region {
        order: 70;
    }

    #bx-soa-order > .bx-soa > #bx-soa-call {
        order: 80;
    }

    #bx-soa-order > .bx-soa > #bx-soa-comment {
        order: 90;
    }

    #bx-soa-order > .bx-soa > .form {
        order: 100;
    }

    #bx-soa-order > .bx-soa > #bx-soa-orderSave {
        order: 110;
    }

    .product-not-available__detail-wrapper {
        grid-template-columns: 1fr;
    }

    .btn.btn-default.product-not-available__list-btn {
        margin-top: 11px;
    }

    .product-not-available__list-price-block {
        display: none;
    }

    .product-not-available__list-btns-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .prof-success h1 {
        font-size: 32px;
    }

    .bottom-menu.mobile-visible {
        display: block;
    }
}

@media (min-width: 720px) {
    #popup-window-content-ds_pvz_popup #ds_vidget_sidebar {
        float: right
    }
}

@media (max-width: 600px) {
    .prof-success h1 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    #bx-soa-auth-link {
        padding: 0 29px;
    }

    #bx-soa-auth-link a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .catalog_block .price_matrix_block .sale_block {
        display: block !important;
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        text-align: left;
        width: 170px;
        margin: auto;
    }

    .catalog_block .price_matrix_block .sale_block .text {
        display: none;
    }

    .product-bottom-banners {
        flex-direction: column;
        gap: 10px;
    }

    .product-bottom-banner__text {
        font-size: 13px;
    }

    .product-bottom-banners {
        width: 100%;
    }

    .product-bottom-banner:nth-child(2) .product-bottom-banner__text {
        order: 1;
    }

    .product-bottom-banner:nth-child(2) .product-bottom-banner__text {
        order: 1;
    }

    .product-bottom-banner:nth-child(2) .product-bottom-banner__percent {
        order: 2;
    }

    .product-bottom-banner:nth-child(2) .product-bottom-banner__image {
        order: 3;
    }
}