.check {
    background-color: red;
}

/* * {
    outline: 1px solid red;
} */

.xml_button {
    display: none;
}

:root {
    --accent-color: #146F41;
    /* --accent-color: rgb(33, 33, 33); */
    --black-color: #121212;
    --icons-color: rgb(184, 184, 184);
    --icons-color-active: rgb(143, 143, 143);
    --red-color: #F93D05;
    --white: #fff;
    --background: #FDFDFD;
    --text:#000;
    /* --gray:#F2F2F2; */
    --gray:#f4f5f6;
    --gray-text:#767676;
    --telegram:#0886C4;
    --whatsapp:#25d366;
    --sale: #A4198E;
    --accent-back: #F5FDF2;
    --added-cart: #FE6A4C;
    --stock-color: #53de00;
    --stock-backorder: #dbc602;
    --notice-red:#f3afaf;
    --dark-bg:#262626;
}

.d-none {
    display: none !important;
}

.fix-body {
    height: 100vh;
    /* width: calc(100vw - var(--scrollWidth)); */
    overflow-y: hidden;
    overflow: hidden;
}

.no-touch {
    touch-action: none;
}


.container {
    max-width: 1300px;
    margin: auto;
}

.content-area {
    max-width: 1300px;
    margin: auto;
    margin-top: 10px;
}

.fix-body .container {
    max-width: calc(1300px + var(--scrollWidth));
    padding-right: var(--scrollWidth);
}

.fix-body .content-area {
    max-width: calc(1300px + var(--scrollWidth));
    padding-right: var(--scrollWidth);
}

@media (max-width: 1300px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .no-padding {
        padding: 0;
    }

    .fix-body .container {
        max-width: calc(1300px + var(--scrollWidth));
        padding-right: calc(10px + var(--scrollWidth));
    }
    
    .fix-body .content-area {
        max-width: calc(1300px + var(--scrollWidth));
        padding-right: calc(10px + var(--scrollWidth));
    }
}

.woocommerce-products-header {
    padding-top: 10px;
}

@media (max-width:1279px) {
    .entry-header {
        padding-top: 10px;
    }
}

/* side bar */
.content-area_sidebar {
    display: flex;
    column-gap: 70px;
}
.content-area_sidebar .site-main{
    width: 100%;
}

.content-area_sidebar .entry-header {
    margin-top: 39px;
}

@media (max-width: 1024px) {
    .content-area_sidebar {
        column-gap: 50px;
    }
}

@media (max-width: 767px) {
    .content-area_sidebar .entry-header {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .content-area_sidebar {
        display: block;
    }

    .content-area_sidebar aside{
        display: none;
    }
}

/* корректировка отступов для каталога */

@media (max-width: 767px) {
    .archive .content-area {
        padding-left: 0;
        padding-right: 0;
    }
    .archive .woocommerce-products-header {
        padding: 10px 10px 0;
    }
}

/* заголовк H1 */

.my_header__title, .entry-header, .entry-title, .woocommerce-products-header__title {
    color: var(--accent-color);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 40px;
}

.my_header__title_paged {
    color: var(--accent-color);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 25px;
}

.paged .woocommerce-products-header__title {
    color: var(--accent-color);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 25px;
}

@media (max-width: 767px) {
    .my_header__title, .entry-header, .entry-title, .woocommerce-products-header__title {
        font-size: 30px;
    }
    .my_header__title_paged {
        font-size: 18px;
    }

    .paged .woocommerce-products-header__title {
        font-size: 18px;
    }
}

.button, .wpcf7-submit {
    /* display: inline-block;  */
    box-sizing: border-box;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    /* text-align: center; */
    text-decoration: none;

    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px;
    
    padding: 10px;
}

.wpcf7 form.init .wpcf7-response-output {
    display: block;
    visibility: hidden;
    opacity: 0%;
    position: absolute;
    top: 40%;
    transform: translateY(-40px);
    transition: opacity 0s, transform 0.7s;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    font-size: 18px;
    padding: 30px 20px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 40%;
    background-color: white;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 23px;
    box-shadow: 0 18px 39px 0 rgba(0, 0, 0, .102), 0 72px 72px 0 rgba(0, 0, 0, .09);
    visibility: visible;
    opacity: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.button:hover, .button:active, .button:focus, .wpcf7-submit:hover { 
    text-decoration: none;
}

@media (hover: hover) {
    .button:hover, .wpcf7-submit:hover { 
        box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
    }

    .side-cart__close:hover {
        box-shadow: none;
        cursor: pointer;
    }
}


.heading-2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

/* woocommerce message & notice */
.woocommerce-message {
    margin-bottom: 10px;
    margin-top: 10px;
}

.woocommerce-info {
    margin-bottom: 10px;
    margin-top: 10px;
}

.woocommerce-notices-wrapper {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* sale badge */

.sale_badge {
    position: absolute;
    bottom: 10px;
    left: 13px;
    z-index: 2;
    background-color: var(--red-color);
    color: var(--white);
    display: flex;
    align-items: center;
    border-radius: 13px;
    padding: 5px 7px;
    font-size: 14px;
    line-height: 1;
    word-break: normal;
}

/* .sale_badge-skidka {
    background-color: var(--text);
    color: var(--white);
    display: block;
    padding: 5px;
    border-radius: 0px 0px 0px 5px;
    margin-right: 3px;
} */

@media (max-width:767px) {
    .sale_badge {
        font-size: 12px;
    }
    /* .sale_badge-skidka {
        padding: 3px;
    } */
}

/* swiper */
.swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    border-radius: 30%;
}

.swiper-button-prev {
    height: 40px;
    width: 40px;
    box-shadow: 0 1px 20px rgba(4, 6, 28, .1);
    border-radius: 50%;
    background-color: var(--background);
    margin-top: -20px;
}
.swiper-button-next {
    height: 40px;
    width: 40px;
    box-shadow: 0 1px 20px rgba(4, 6, 28, .1);
    border-radius: 50%;
    background-color: var(--background);
    margin-top: -20px;
}

/* wish list */

.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
    margin: 11px 10px 9px !important;
}

.yith-wcwl-add-button {
    box-shadow: 0 1px 20px rgba(4, 6, 28, .1);
    border-radius: 50%;
    font-size: 0;
}

@media (max-width: 768px) {
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    bottom: auto;
    border: none;
    z-index: 10;
    margin: 0;
    top: 10px;
    right: 10px;

}
}

/*antibot fancybox cookie*/

.welcome-pt-message-btn {
    background-color: black;
    color: white;
    font-weight: 700;
}

.fancybox-wrap {
    position: fixed !important;
    bottom: 30px;
    z-index: 9999;
    top: auto !important;
    width: calc(100vw - 160px) !important;
    left: 20px !important;
    right: auto !important;
    font-size: 20px;
}

@media (max-width: 1279px) {
    .fancybox-wrap {
        bottom: 85px;
        width: calc(100vw - 50px) !important;
        font-size: 16px;
    } 
}

.fancybox-skin {
    padding: 15px 30px !important;
}

.fancybox-overlay {
    position: relative !important;
}

.fancybox-inner {
    height: fit-content !important;
    width: 100% !important;
}

.welcome-pt-message form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    overflow: hidden;
}