body {
    font-family: "Montserrat", sans-serif;

}

.main {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}


.header__top {
    background: #333;
}

.header__top .nav {
    gap: 45px;
}

.header__top .nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.header__row {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.header__logo {
    padding-right: 30px;
}

.header__phones__item {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.header__phones__item .tel {
    font-weight: 400;
    font-size: 27px;
    line-height: 1.04816;
    color: #3eb68e;
    text-decoration: none;
}

.header__menu {
    background: #20b854;
    position: relative;
    z-index: 100;
    padding: 0;
}

.main-nav > li {
    position: relative;
}

.main-nav > li:not(:first-child) {
    border-left: 1px solid #fff;
}

.main-nav > li > a {
    display: block;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    height: 50px;
    padding: 10px;
    text-decoration: none;
}

.header__menu__nav--pc .main-nav > li > .sub-menu {
    list-style-type: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    background: #fff;
    left: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    width: 400px;
    display: flex;
    flex-wrap: wrap;
}

.header__menu__nav--pc .main-nav > li > .sub-menu > li {
    width: 50%;
    padding: 15px;
}

.header__menu__nav--pc .main-nav > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header__menu__nav--mob {
    display: none;
}

.main-nav > li > .sub-menu > li > a {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.main-nav > li > .sub-menu > li .sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
}

.main-nav > li > .sub-menu > li .sub-menu a {
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

.main-nav > li > .sub-menu a:hover {
    color: #20b854;
}

.header__slogan {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.04816;
    color: #404040;
}

.header__phones__massagers {
    padding-left: 5px;
}

.header__phones__massagers li {
    padding-left: 5px;
}

.header__phones__massagers li a {
    display: block;
    width: 30px;
    height: 30px;

    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.header__phones__massagers li a.whatsapp {
    background-size: contain;
    background-image: url("../img/whatsapp.svg");
}

.header__phones__massagers li a.telegram {
    background-size: 26px 26px;
    background-image: url("../img/telegram.svg");
}

.header__work-time__label {
    font-size: 15px;
    line-height: 1.04816;
    color: #404040;
}

.header__work-time__label.fs-18 {
    font-size: 18px;
}

.header__work-time__value {
    font-size: 25px;
    line-height: 1.2;
    padding: 11px 0;
    color: #3eb68e;
}

.header__work-time {
    padding-left: 30px;
}

.header__graf__list {
    flex-wrap: nowrap;
    gap: 6px;
    padding: 0 30px 0 50px;
}

.header__graf__list li {
    position: relative;
}

.header__graf__list li img {
    display: block;
}

.header__cart {
    flex-grow: 1;
}

.header__cart li:not(.wpmenucartli) {
    display: none;
}

.header__cart li.wpmenucartli {
    width: 100%;
}

.header {
    position: relative;
    z-index: 200;
    padding-bottom: 15px;
}

.wpmenucart-contents {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 36px;
    font-size: 20px;
    line-height: 1.3;
    color: #404040;
    text-decoration: none;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-image: url("/wp-content/uploads/2025/08/cart.png");
}

.home-slider {
    padding: 10px 0 60px;
}

.home-slider__nav {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: transparent;
    cursor: pointer;
    background-size: 48px auto;
}

.home-slider__nav--prev {
    left: -60px;
    background-image: url("../img/sl-prev.png");
}

.home-slider__nav--next {
    right: -60px;
    background-image: url("../img/sl-next.png");
}

.home-slider__item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.home-slider__pagination {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.home-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #20b854;
}

.home-page h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #20b854;
    margin: 0 0 45px;
}

p {
    font-size: 17px;
    line-height: 1.2;
    color: #404040;
    margin: 0 0 15px;
}

h2 {
    font-weight: 400;
    font-size: 29px;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 30px;
}

ul.products.columns-4 {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

ul.products.columns-4 > li.product {
    margin: 0 !important;
    width: 25% !important;
    padding: 0 15px 50px !important;
    display: flex;
    flex-direction: column;
}

.product-img__item {
    padding-bottom: 40px;
}

.product-img__item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
}

.product-img__slider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    bottom: 15px;
}

.product-img__slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border: none;
    padding: 0;
    border-radius: 4px;
    background: silver;
    transition: width .25s;
    opacity: 1 !important;
}

.product-img__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    background: #f67eac;
}

.woocommerce-loop-product__title {
    padding: 0 0 15px;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.2;
    text-align: center;
    color: #242424;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #242424;
    padding: 0 0 20px;
    margin: 0;
}

.woocommerce ul.products li.product .add_to_cart_button {
    display: flex;
    align-items: center;
    margin: auto auto 10px;
    width: 100%;
    max-width: 180px;
    background: #f896bc;
    height: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.04816;
    text-align: center;
    color: #242424;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 0;
}

.woocommerce ul.products li.product .awooc-custom-order {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    justify-content: center;
    height: 30px;
    background: #999;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.04816;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-more {
    display: block;
    text-align: center;
    padding: 40px 0 90px;
    margin-bottom: 90px;
    margin-top: 0;
    border-bottom: 1px solid #c7c7c7;
}

.btn-more a {
    border-radius: 5px;
    width: 186px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    background: #3eb68e;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.04816;
    text-align: center;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.04816;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #242424;
    padding: 15px 0 0;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.btn-more.border-none {
    border-bottom: none;
    margin-bottom: 0;
}

.fpad60 {
    padding-bottom: 60px;
}

.footer {
    background: #555;
    padding-top: 40px;
}

.rev-home {
    padding-bottom: 80px;
}

.rev-home h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 30px;
}

.rev-home .wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--prev {
    left: -85px;
    width: 82px;
    height: 82px;
    background: transparent url("../img/sl-prev2.png") 50% 50% no-repeat;
}

.rev-home .wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--next {
    right: -85px;
    width: 82px;
    height: 82px;
    background: transparent url("../img/sl-next2.png") 50% 50% no-repeat;
}

.rev-home .wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--prev svg,
.rev-home .wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--next svg {
    display: none;
}

.rev-home .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    object-fit: contain !important;
}

.footer__phones {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer__phones__item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.footer__phones__item .tel {
    display: block;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    color: #62ffcb;
}

.footer__work-time__label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 5px;
}

.footer__work-time__value {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.04816;
    color: #fff;
    padding-bottom: 30px;
}

.header__menu__nav {
    display: flex;
}

.header__menu__nav .dgwt-wcas-search-wrapp {
    max-width: 240px !important;
}

.header__menu__nav .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 10px 0;
    background: transparent;
}

.header__menu__nav .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 32px;
    border-radius: 10px;
    padding: 3px 10px 3px 30px;
    background: #fff;
}

.header__menu__nav .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 0;
}

.header__menu__nav .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 10px;
    left: 0;
    padding: 0;
}

.dgwt-wcas-suggestion {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

.catalog-header {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

.catalog-header .catalog-header__btn {
    min-width: 260px;
}

.catalog-header .catalog-header__btn .btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 5px 5px 50px;
    background-color: #f73888;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.04816;
    color: #fff;
    border-radius: 0;
    height: 40px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-image: url("../img/foto.png");
    background-size: 37px auto;
}

.catalog-header .page-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.04816;
    color: #20b854;
    margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
    background-color: transparent !important;
    padding: 0;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title {
    color: #20b854;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    padding-bottom: 60px;
    padding-right: 1px;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #d4d1d1;
    border-radius: 20px;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.04816;
    color: #353535;
    padding: 5px 15px 5px 45px;
    background-color: #fff;
    background-image: url("../img/sel.png");
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 20px auto;
}

.catalog-subcat .products {
    margin-bottom: 30px !important;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}

.woocommerce .woocommerce-ordering select option:hover {
    background: #20b854;
}

.footer__menu {
    padding-top: 30px;
}

.footer__menu__caption {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.04816;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.footer__menu__list {
    display: block !important;
    padding-top: 25px;
}

.footer__menu__list a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    display: block;
    text-decoration: none;
}

.footer__menu__list a:hover {
    color: #62ffcb;
}

.footer-vk {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    background: #fff;
    text-decoration: none;
    margin-top: 16px;
}

.footer-vk:hover {
    opacity: 1;
}

.footer__address {
    padding-bottom: 30px;
}

.footer__address__caption {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 10px;
}

.footer__address__item {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 10px;
}

.footer__map {
    padding-bottom: 50px;
}

.footer__map iframe {
    display: block;
    height: 340px;
    border-radius: 20px;
}

.woof_sid_flat_white {
    padding: 0 !important;
    border: none !important;
}

.woof_redraw_zone {
    background: #f8f8f8;
    padding: 15px 10px;
    display: flex !important;
    gap: 10px;
    border: none;
    margin-bottom: 60px;
    position: relative;
}

.woof-front-builder-container .woof_auto_1_columns .woof_container {
    padding: 0 !important;
    margin: 0 !important;
}

.woof_products_top_panel .woof_products_top_panel_ul {
    display: none;
}

.woof_submit_search_form_container {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.woof_submit_search_form_container .button {
    background: #3eb68e !important;
    width: 140px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1.2;
    text-align: center;
    color: #fff !important;
}

.woocommerce-pagination {
    text-align: right !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li {
    min-width: 32px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li .current {
    background: #3eb68e !important;
    color: #fff !important;
}

#breadcrumbs {
    color: #8F8E8E;
    margin-bottom: 30px;
    font-size: 14px;
}

#breadcrumbs a {
    color: #8F8E8E;
    text-decoration: none;
}

.product-single__img {
    padding-right: 80px;
}

.product-single__desc {
    width: 100% !important;
    float: none !important;
}

.wcgs-thumb img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-single__desc .product_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.04816;
    color: #323232;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding-bottom: 30px !important;
    text-align: center;
}

.product-single__desc .price {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-bottom: 30px;
    gap: 20px;
}

.product-single__desc .price bdi {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    color: #2a2a2a;
    text-decoration: none;
}

.product-single__desc .price ins {
    text-decoration: none;
}

.product-single__desc .price del {
    padding-top: 10px;
    opacity: 1 !important;
}

.woocommerce ul.products li.product .price del {
    opacity: 1 !important;
}

.product-single__desc .price del bdi,
.woocommerce ul.products li.product .price del bdi {
    color: #f34e8d;
    text-decoration: line-through;
    font-size: 18px;
    opacity: 1 !important;
}

.product-single__desc .cart {
    display: flex;
    flex-wrap: wrap;
}

.product-single__desc .qib-button-wrapper {
    width: 100%;
    order: -1;
    margin: 0 !important;
    padding-bottom: 20px;
}

.product-single__desc .qib-button-wrapper::before {
    content: 'количество ';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #2a2a2a;
    display: inline-block;
    margin-right: 5px;
}

.product-single__desc .qib-button-wrapper button.qib-button {
    padding: 5px !important;
    border: none !important;
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 24px;
}

.product-single__desc .qib-button-wrapper .quantity input.input-text.qty.text {
    width: 30px;
    height: 30px;
    padding: 5px;
    border: none !important;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 30px !important;
}

.product-single__desc .single_add_to_cart_button {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    height: 64px;
    border-radius: 0 !important;
    background: #f34f8e !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #fff;
    order: 2;
}

.product-single__desc .single_add_to_cart_button::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: .5rem;
    width: 26px;
    height: 21px;
    margin-top: -3px;
    background: url(../img/catalog-article-cart.png) 50% 50% / contain no-repeat;
}

.product-single__desc .awooc-custom-order {
    width: 50%;
    margin: 0 !important;
    height: 64px;
    border-radius: 0 !important;
    background: #999 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
}

.product-single__desc .awooc-custom-order::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: .5rem;
    width: 22px;
    height: 18px;
    margin-top: -3px;
    background: url(../img/quickorder.png) 50% 50% / contain no-repeat;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400 !important;
}

.woocommerce ul.products li.product .price del {

    font-weight: 400 !important;
    font-size: 20px;
}

.woocommerce ul.products li.product .onsale {
    margin: 0 !important;
    background: #ff408a !important;
    width: 75px !important;
    height: 26px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    padding: 0 5px !important;
    min-height: 26px !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    position: relative;
}

.product-single__img .onsale {
    margin: 0 !important;
    background: #ff408a !important;
    width: 75px !important;
    height: 26px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 26px !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    padding: 0 5px !important;
    min-height: 26px !important;
}

.chosen-container-single .chosen-single {
    border: 1px solid #d4d1d1;
    border-radius: 20px;
    height: 40px !important;
    padding-top: 6px;
}

.woof-front-builder-container .woof_block_html_items {
    padding: 0 !important;
}

.chosen-container-single .chosen-single div {
    top: 4px;
}

.active-result.result-selected,
.active-result:hover {
    background: #3eb68e !important;
}

.product-single__desc__accordion__item {
    border-bottom: 1px solid #dadada;
}

.product-single__desc__accordion__item a {
    display: flex;
    align-items: center;
    height: 48px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #2a2a2a;
    padding: 5px 10px 5px 40px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.product-single__desc__sostav {
    background-image: url("../img/props-contains.png");
}

.product-single__desc__text {
    background-image: url("../img/props-description.png");
}

.product-single__structure {
    padding: 10px 0 20px;
}

.product-single__structure__item {
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 18px;
}

.product-single__desc__accordion__item a i {
    margin-left: auto;
    transition: all 0.2s ease-in-out;
    color: #f34f8e;
    font-size: 24px;
}

.product-single__desc__accordion__item a:not(.collapsed) i {
    transform: rotate(180deg);
}

.fpad30 {
    padding-bottom: 30px;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.cartcontents {
    font-weight: 500;
}

.related.products h2 {
    font-weight: 400;
    font-size: 29px;
    line-height: 1.2;
    text-align: center;
    color: #1a1a1a;
    text-transform: uppercase;
}

.wpcf7-submit,
.wc-block-cart__submit-button {
    background: #3EB68E !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #fff !important;
}
.wpcf7-submit {
    width: 100%;
    padding: 5px 15px;
    display: flex;
    height: 46px;
    align-items: center;
}
.wc-block-components-product-name {
    color: #1a1a1a;
}

.home-title2 {
    color: #20B854;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
}

.header__mob-btn {
    display: none;
}

.wc-block-cart__submit-button {
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: none;
}
.header__menu .nav-link.active {
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent !important;
}

.modal-title {
    text-align: center;
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.footer__bottom {
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.footer__bottom__web {
    text-align: right;
    padding: 5px 0;
}
.footer__bottom__web a {
    color: #fff;
    font-weight: 700;
}

.news-item  {
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dadada;
    gap: 25px;
}

.news-detail {
    display: flex;

    gap: 25px;
}

.news-item__img,
.news-detail__img {
    width: 188px;
    min-width: 188px;
}

.news-item__img img,
.news-detail__img img{
    display: block;
    width: 188px;
    height: 188px;
    object-fit: cover;
}
.news-item__desc {
    flex-grow: 1;
}

.news-item__title {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.04816;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #242323;
}

.news-item__anons {
    padding: 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #2f2e2e;
}
.news-item__anons p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #2f2e2e;

}
.news-item__date {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #8f8e8e;
    padding-bottom: 15px;
}

.btn {
    background: #3eb68e;
    height: 36px;
    padding: 5px 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.04816;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
    background: #f34f8e;
    color: #fff;
    outline: none;
}

#place_order {
    background: #3eb68e;
    height: 44px;
    width: 160px;
    padding: 5px 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0 auto;
    float: none !important;
    text-transform: uppercase;
}

.kb-table tbody td {
    border-bottom: 1px solid #df194a;
    font-size: 14px;
    line-height: 1.39;
}
.kb-table tbody td p {
    font-size: 14px;
    line-height: 1.39;
    margin-bottom: 0;
}
.col2-set {
    padding-bottom: 30px;
}

.woocommerce-checkout h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
}
h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 2.51;
    color: #2f2e2e;
}
.mob-top {
    display: none;
}

.awooc-col.columns-right .wpcf7-text,
.woocommerce form .form-row .input-text {
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 15px;
    color: #716d6d;
    width: 100%;
}
.awooc-col.columns-right .wpcf7-submit,
.wc-block-cart__submit-button {
    height: 44px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
}
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:active,
.wc-block-cart__submit-button:focus {
    outline: none;
    box-shadow: none;
}

.woocommerce form .form-row label,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    display: none;
}
#customer_details h2 {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

#order_comments {
    height: 145px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart  {
    margin: 0 0 0 10px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    background-color: rgba(255, 255, 255, 0.8);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px;
    color: #f34e8d !important;
    font-size: 18px !important;
}

.product-single__img .tinv-wraper {
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 10px;
}
.tinv-wishlist .product-name a {
    font-size: 18px;
    color: #242424;
    text-decoration: none;
}
.tinv-wishlist .product-price {
    font-size: 20px;
}
.tinv-wishlist .product-price ins {
    text-decoration: none;
}
.tinv-wishlist .product-price del {
    margin-right: 10px;
    font-size: 16px;
    color: #f34e8d;
}
.tinv-wishlist .product-action .button {
    background: #f896bc !important;
    height: 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.04816;
    text-align: center;
    color: #242424 !important;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px 10px;
}
.tinvwl-to-right .button {
    background: #f896bc !important;
    height: 36px;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.04816;
    text-align: center;
    color: #242424 !important;
    padding: 5px 10px;
    border-radius: 0 !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge,
.wc-block-components-product-metadata__description {
    display: none !important;
}

.header__cart li.menu-item-2147480003 {
    display: block;
    min-width: 40px;
}
.header__cart li.menu-item-2147480003 a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #404040;
}
.wishlist_products_counter {
    display: block;
    font-size: 18px;

    text-align: center;
}
.nav--cart {
    flex-wrap: nowrap;
}
.wishlist_products_counter_number {
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px;
    color: #404040;
    text-align: center;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button,
.button.tinvwl_button_close,
.button.tinvwl_button_view.tinvwl-btn-onclick {
    background: #3eb68e !important;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 2px 15px 5px !important;
    border: none !important;

}
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products::before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products::before {
    content: "\e909";
}

.catalog-item__delivery {
    text-align: center;
    padding-bottom: 5px;
    color: #1fb855;
    font-size: 12px;
}
span.wishlist_products_counter.top_wishlist-heart::before {
    font-size: 30px !important;
    color: #f73888;
    margin-right: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin-left: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item input {
    width: auto !important;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
    color: #1fb855;
}

@media (max-width: 1199px) {
    .header__phones__item .tel {
        font-size: 18px;
    }

    .header__work-time {
        display: none;
    }

    .header__slogan {
        font-size: 13px;
    }

    .header__graf__list {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    span.wishlist_products_counter.top_wishlist-heart::before {
        color: #1fb855 !important;
    }
    .header__cart li.menu-item-2147480003 {
        min-width: auto;
    }
    .header__cart li.menu-item-2147480003 a {
        position: relative;
    }
    .header__cart .wishlist_products_counter_number {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 10px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        background: #1fb855;
        color: #fff;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: -5px;
        padding: 0;
    }

    .header__menu__nav--pc {
        display: none !important;
    }
    .header__menu__nav--mob {
        display: block !important;
    }
    .header__menu__nav--mob .dropdown-menu {
        padding: 0 0 0 15px !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
    }
    .header__menu__nav--mob .dropdown-item:focus,
    .header__menu__nav--mob .dropdown-item:hover,
    .header__menu__nav--mob .nav-link:focus,
    .header__menu__nav--mob .nav-link:hover {
       background-color: transparent !important;
        color: #fff !important;
    }
    .header__menu__nav--mob .dropdown-menu a {
        color: #fff !important;
    }
    .header__top,
    .header__logo,
    .header__phones,
    .header__graf {
        display: none;
    }

    .header {
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 100;
        border-bottom: 1px solid #f34e8d;
    }

    .header__mob-btn {
        display: block;
    }

    .header__cart li:not(.wpmenucartli) {
        display: block;
    }

    .header__cart li:not(.wpmenucartli) a {
        color: #1fb855;
        font-size: 24px;
        line-height: 36px;
    }

    .header__row {
        padding: 0;
    }

    .nav.nav--cart {
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 5px;
    }

    .header__cart li.wpmenucartli {
        width: 36px;
        height: 36px;
        padding: 0;
        background-image: none;
    }

    .header__cart li.wpmenucartli .amount,
    .header__menu__nav .dgwt-wcas-search-wrapp {
        display: none !important;
    }

    .header__cart li.wpmenucartli a {
        width: 36px;
        height: 36px;
        position: relative;
        display: block;
        background-size: 30px auto;
        background-image: url(/wp-content/uploads/2025/08/cart.png);
        background-position: 50% 50%;
        background-repeat: no-repeat
    }

    .header__cart li.wpmenucartli a .cartcontents {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 10px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        background: #1fb855;
        color: #fff;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
    }

    .main {
        padding-top: 75px;
    }
    .main-nav > li > a {
        font-size: 16px;
        padding: 10px 0;
        height: auto;
        font-weight: 400;
    }
    .header__menu__nav {
        padding: 10px 30px;
    }

    .main-nav > li:not(:first-child) {
        border-left: none;
    }

    .main-nav {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    #breadcrumbs {
        padding-top: 15px;
    }

    .catalog-header {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .woocommerce-products-header {
        width: 100%;
    }

    .catalog-header .catalog-header__btn {
        order: -1;
        padding-bottom: 15px;
    }

    .woof_show_mobile_filter {
        margin-top: 15px;
        background-color: rgb(62, 182, 142);
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
    }

    .woof_show_mobile_filter img,
    .woof_hide_mobile_filter img {
        display: none;
    }

    .woof_redraw_zone {
        flex-wrap: wrap;
    }

    .woof-front-builder-container .woof_auto_1_columns .woof_container,
    .woof_fs_by_price {
        width: calc(50% - 5px) !important;
    }

    .woof_hide_mobile_filter {
        text-align: center;
    }

    ul.products.columns-4 > li.product {
        width: 50% !important;
        padding-bottom: 30px !important;
    }
    .btn-more {
        padding: 20px 0 50px;
        margin-bottom: 50px;
    }
    .product-single__img {
        padding-right: 0;
    }
    .header__menu {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
    }
    .woof_show_filter_for_mobile.woof {
        padding-top: 30px !important;
        padding-bottom: 100px !important;
        margin-top: -30px;
    }
    .header__logo-mob {
        display: inline-block;
        margin-left: 10px;
    }
}
@media (max-width: 768px) {
    .mob-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
        gap: 5px;
    }
    .mob-top__col {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .mob-top__col__caption {
        color: #f34e8d;
        text-transform: uppercase;
        line-height: 1.1;
        font-size: 12px;
    }
    .kb-table {
        width: 760px !important;
        margin-bottom: 15px;
    }
    .wp-block-image .alignright {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .news-item {
        display: block;
    }
    .news-item__img {
        margin-bottom: 20px;
        display: block;
    }
    .footer__menu__caption {
        font-size: 18px;
    }
    .home-title2 {
        font-size: 24px;
    }
    .news-detail {
        display: block;
    }
    ul.products.columns-4 > li.product {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    ul.products.columns-4 {
        margin: 0 -5px;
    }
    .home-slider {
        padding-bottom: 30px;
    }
    .home-page h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .footer {
        text-align: center;
    }
    .footer__logo {
        display: block;
        width: 107px;
        margin: 0 auto;
    }
    .footer__phones__item {
        justify-content: center;
    }
    .footer-vk {
        margin-left: auto;
        margin-right: auto;
    }
    .woocommerce ul.products li.product .awooc-custom-order,
    .woocommerce ul.products li.product .add_to_cart_button {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        font-size: 13px;
    }
    .woocommerce ul.products li.product .price {
        font-size: 20px;
    }
    .rev-home h2 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .footer__bottom__web {
        text-align: center;
        padding-top: 10px;
    }
    .footer__bottom {
        font-size: 12px;
    }
}
@media (max-width: 574px) {

    .woocommerce ul.products li.product .add_to_cart_button,
    .woocommerce ul.products li.product .awooc-custom-order {
        max-width: 140px;
        font-size: 12px;
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
    }
    .product-single__desc .product_title {
        font-size: 24px;
    }
    .product-single__desc .price bdi {
        font-size: 20px !important;
    }
    .product-single__desc .price del{
        padding-top: 0;
        font-size: 16px !important;
    }
    .product-single__desc .price del bdi, .woocommerce ul.products li.product .price del bdi {
        font-size: 16px !important;
        text-decoration: none !important;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
        color: #f34e8d !important;

    }
    .related.products h2 {
        font-size: 20px;
    }
    .awooc-qty-label{
      font-size: 12px !important;
    }
    .woocommerce-loop-product__title {
        font-size: 14px !important;
    }
}
@media (max-width: 360px) {
    .mob-top__col__caption {
        font-size: 10px;
    }
}
