/* Montserrat Alternates */
@font-face {
    font-family: 'Montserrat Alternates';
    src: url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap');
}

/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
}

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
}



/* Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
}

/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
}

.woocommerce-MyAccount-navigation-link--edit-account a {
    position: relative;
    color: transparent !important;
    /* Приховуємо старий текст */
    text-decoration: none;
    /* Забираємо підкреслення (опціонально) */
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "Профиль";
    /* Текст для заміни */

    color: white;
    /* Колір тексту (замініть на потрібний) */
    font-size: inherit;
    /* Зберігаємо розмір тексту посилання */
    font-weight: inherit;
    /* Зберігаємо жирність тексту */
    white-space: nowrap;
    /* Забороняємо переноси тексту */
}

.woocommerce-order-details__title{
    display:none !important;
}

.desktop-banner-2 a {
    color: white !important;
}





.woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_1_field label {
    font-size: 0 !important;
    /* Скрыть существующий текст */
    position: relative;
    /* Для позиционирования псевдоэлемента */
}

.woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_1_field label:before {
    content: "Адрес доставки";
    /* Замените на ваш текст */
    line-height: 2;
    font-weight: 700;
    font-size: .9rem;
}


.wp-block-woocommerce-checkout-order-note-block #checkbox-control-0 {
    margin: 0 !important;
}


.forminator-row-last {
    margin-bottom: 0px !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    display: none !important;
}

.wc-block-components-button__text {
    line-height: 1 !important;
}

.forminator-edit-module {
    display: none !important;
}
/* .site-main .entry-content {
    background-color: white !important;
} */


body .entry-content .woocommerce {
    /* display:block !important; */
    width:100%;
}

body .entry-content .woocommerce #order_review {
    display:inline-block;
    width: 100%;
    background-color: white !important;
    padding:10px 15px;
}

.entry-content .woocommerce #order_review .shop_table td,
.entry-content .woocommerce #order_review .shop_table th {
    padding-left:8px !important;
    padding-right:8px !important;
}



/* WooCommerce Error Messages - Fixed Icon Positioning with Ultra-Specific Selectors */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce ul.woocommerce-error,
.woocommerce ul.woocommerce-info,
.woocommerce ul.woocommerce-message,
ul.woocommerce-error[role="alert"],
ul.woocommerce-info[role="alert"],
ul.woocommerce-message[role="alert"],
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-error[role="alert"],
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-info[role="alert"],
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-message[role="alert"] {
    padding: 15px 20px 15px 50px !important;
    margin: 0 0 20px !important;
    position: relative !important;
    background-color: #ffeaea !important;
    color: #721c24 !important;
    border: none !important;
    border-left: 4px solid #b81c23 !important;
    border-radius: 8px !important;
    list-style: none !important;
    width: auto !important;
    word-wrap: break-word !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/* Info specific styling */
.woocommerce .woocommerce-info,
.woocommerce ul.woocommerce-info,
ul.woocommerce-info[role="alert"],
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-info[role="alert"] {
    background-color: #e6f3ff !important;
    border-left: 4px solid #1e85be !important;
    color: #0f4b6b !important;
}

/* Success message styling */
.woocommerce .woocommerce-message,
.woocommerce ul.woocommerce-message,
ul.woocommerce-message[role="alert"],
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-message[role="alert"] {
    background-color: #f0f8e6 !important;
    border-left: 4px solid #8fae1b !important;
    color: #4a5d1a !important;
}

/* Ultra-specific icon positioning to override all other styles */
.woocommerce .woocommerce-error::before,
.woocommerce ul.woocommerce-error::before,
ul.woocommerce-error[role="alert"]::before,
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-error[role="alert"]::before,
.woocommerce-error::before,
.e-wc-error-notice .woocommerce-error::before {
    content: "⚠" !important;
    display: inline-block !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    font-size: 18px !important;
    color: #b81c23 !important;
    font-weight: bold !important;
    line-height: 1 !important;
    width: 20px !important;
    height: 100% !important;
    text-align: center !important;
    z-index: 10 !important;
}

.woocommerce .woocommerce-info::before,
.woocommerce ul.woocommerce-info::before,
ul.woocommerce-info[role="alert"]::before,
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-info[role="alert"]::before,
.woocommerce-info::before {
    content: "ℹ" !important;
    display: inline-block !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    font-size: 18px !important;
    color: #1e85be !important;
    font-weight: bold !important;
    line-height: 1 !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    z-index: 10 !important;
}

.woocommerce .woocommerce-message::before,
.woocommerce ul.woocommerce-message::before,
ul.woocommerce-message[role="alert"]::before,
.woocommerce .woocommerce-NoticeGroup-checkout ul.woocommerce-message[role="alert"]::before,
.woocommerce-message::before {
    content: "✓" !important;
    display: inline-block !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    font-size: 18px !important;
    color: #8fae1b !important;
    font-weight: bold !important;
    line-height: 1 !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    z-index: 10 !important;
}

/* List items inside error messages */
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce ul.woocommerce-error li,
.woocommerce ul.woocommerce-info li,
.woocommerce ul.woocommerce-message li,
ul.woocommerce-error[role="alert"] li,
ul.woocommerce-info[role="alert"] li,
ul.woocommerce-message[role="alert"] li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 8px !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.woocommerce .woocommerce-error li:last-child,
.woocommerce .woocommerce-info li:last-child,
.woocommerce .woocommerce-message li:last-child,
ul.woocommerce-error[role="alert"] li:last-child,
ul.woocommerce-info[role="alert"] li:last-child,
ul.woocommerce-message[role="alert"] li:last-child {
    margin-bottom: 0 !important;
}

/* RTL support for Hebrew */
[dir="rtl"] .woocommerce .woocommerce-error,
[dir="rtl"] .woocommerce .woocommerce-info,
[dir="rtl"] .woocommerce .woocommerce-message,
[dir="rtl"] .woocommerce ul.woocommerce-error,
[dir="rtl"] .woocommerce ul.woocommerce-info,
[dir="rtl"] .woocommerce ul.woocommerce-message,
[dir="rtl"] ul.woocommerce-error[role="alert"],
[dir="rtl"] ul.woocommerce-info[role="alert"],
[dir="rtl"] ul.woocommerce-message[role="alert"] {
    padding: 15px 50px 15px 20px !important;
    border-left: none !important;
    border-right: 4px solid #b81c23 !important;
}

[dir="rtl"] .woocommerce .woocommerce-info,
[dir="rtl"] .woocommerce ul.woocommerce-info,
[dir="rtl"] ul.woocommerce-info[role="alert"] {
    border-right: 4px solid #1e85be !important;
}

[dir="rtl"] .woocommerce .woocommerce-message,
[dir="rtl"] .woocommerce ul.woocommerce-message,
[dir="rtl"] ul.woocommerce-message[role="alert"] {
    border-right: 4px solid #8fae1b !important;
}

[dir="rtl"] .woocommerce .woocommerce-error::before,
[dir="rtl"] .woocommerce .woocommerce-info::before,
[dir="rtl"] .woocommerce .woocommerce-message::before,
[dir="rtl"] .woocommerce ul.woocommerce-error::before,
[dir="rtl"] .woocommerce ul.woocommerce-info::before,
[dir="rtl"] .woocommerce ul.woocommerce-message::before,
[dir="rtl"] ul.woocommerce-error[role="alert"]::before,
[dir="rtl"] ul.woocommerce-info[role="alert"]::before,
[dir="rtl"] ul.woocommerce-message[role="alert"]::before {
    left: auto !important;
    right: 15px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message,
    .woocommerce ul.woocommerce-error,
    .woocommerce ul.woocommerce-info,
    .woocommerce ul.woocommerce-message,
    ul.woocommerce-error[role="alert"],
    ul.woocommerce-info[role="alert"],
    ul.woocommerce-message[role="alert"] {
        padding: 12px 15px 12px 40px !important;
        margin: 0 0 15px !important;
        font-size: 13px !important;
    }

    .woocommerce .woocommerce-error::before,
    .woocommerce .woocommerce-info::before,
    .woocommerce .woocommerce-message::before,
    .woocommerce ul.woocommerce-error::before,
    .woocommerce ul.woocommerce-info::before,
    .woocommerce ul.woocommerce-message::before,
    ul.woocommerce-error[role="alert"]::before,
    ul.woocommerce-info[role="alert"]::before,
    ul.woocommerce-message[role="alert"]::before {
        font-size: 16px !important;
        left: 10px !important;
        top: 12px !important;
    }

    [dir="rtl"] .woocommerce .woocommerce-error,
    [dir="rtl"] .woocommerce .woocommerce-info,
    [dir="rtl"] .woocommerce .woocommerce-message,
    [dir="rtl"] .woocommerce ul.woocommerce-error,
    [dir="rtl"] .woocommerce ul.woocommerce-info,
    [dir="rtl"] .woocommerce ul.woocommerce-message,
    [dir="rtl"] ul.woocommerce-error[role="alert"],
    [dir="rtl"] ul.woocommerce-info[role="alert"],
    [dir="rtl"] ul.woocommerce-message[role="alert"] {
        padding: 12px 40px 12px 15px !important;
    }

    [dir="rtl"] .woocommerce .woocommerce-error::before,
    [dir="rtl"] .woocommerce .woocommerce-info::before,
    [dir="rtl"] .woocommerce .woocommerce-message::before,
    [dir="rtl"] .woocommerce ul.woocommerce-error::before,
    [dir="rtl"] .woocommerce ul.woocommerce-info::before,
    [dir="rtl"] .woocommerce ul.woocommerce-message::before,
    [dir="rtl"] ul.woocommerce-error[role="alert"]::before,
    [dir="rtl"] ul.woocommerce-info[role="alert"]::before,
    [dir="rtl"] ul.woocommerce-message[role="alert"]::before {
        right: 10px !important;
    }
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border-color: #FF689A !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #FF689A !important;
}

/* Стили для пагинации WooCommerce */
.woocommerce nav.woocommerce-pagination {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Скрытие стрелок в пагинации WooCommerce - они не нужны */
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    display: none !important;
}

.added_to_cart {
    display: none !important;
}

@media(max-width:768px) {
    .forminator-button-submit {
        margin-bottom: 0px !important;
    }

    .shop_filter-section {
        background: unset !important;
    }

    .random-product-card {
        flex: 1 1 calc(50% - 10px);
        height: 330px;
    }

    .random-products {
        flex-wrap: wrap;
        gap: 10px;
    }

    .random-product-price {
        padding: 0px 10px;
    }

    .woocommerce-js #respond input#submit,
    .woocommerce-js a.button,
    .woocommerce-js button.button,
    .woocommerce-js input.button {
        padding: 8px !important;
        margin: 10px;
        font-size: 11px;
        font-weight: 400;
    }
}

@media(min-width:768px) {
    .contact-form {
        position: absolute;
        bottom: 1300px;
    }

    .random-product-card {
        width: 15%;
        height: 330px;
    }

    .woocommerce-js #respond input#submit,
    .woocommerce-js a.button,
    .woocommerce-js button.button,
    .woocommerce-js input.button {
        padding: 15px 10px !important;
    }
}

.random-product-card {

    background: white;
    border-radius: 15px;
    padding: 10px;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;

}

.random-product-name {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(25px* 2);
    text-align: left;
}

.random-product-details a {
    background: #FF689A !important;
    border-radius: 10px !important;
}

.random-product-details {
    display: flex;
    flex-direction: column;
    bottom: 3%;
    position: absolute;
}

.random-product-price {
    font-family: Roboto;
    font-weight: 600;
    text-align: left;
}

.random-product-image-container img {
    border-radius: 15px;
    width: 173px;
    height: 173px;
}

.random-products {
    display: flex;
    justify-content: space-between;
}

textarea {
    resize: none;
    /* Disables resizability */
}

.forminator-input {
    background-color: #FFFFFF !important;

    border-radius: 22px !important;
    border: none !important;
    height: 66px !important;
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.35) !important;
}

.forminator-error-message {
    border-radius: 22px !important;
}

.forminator-textarea {
    background-color: #FFFFFF !important;

    border-radius: 22px !important;
    border: none !important;
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.35) !important;
}

.forminator-button-submit {

    height: 66px !important;
    background-color: #FF9ACC !important;
    color: rgba(255, 255, 255, 1) !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 31px !important;
    border-radius: 22px !important;
}

.forminator-button-submit:hover {
    background-color: #FF689A !important;
}

.forminator-description {
    display: none !important;
}

#forminator-module-5042 {
    margin-bottom: 0px !important;
}

/* вф */
.useful-facts-button-prev {
    display: none;
}

.useful-facts-button-next {
    display: none;
}

/* product page */
/*.woocommerce #content .ast-woocommerce-container div.product div.images,*/
/*.woocommerce .ast-woocommerce-container div.product div.images,*/
/*.woocommerce-page #content .ast-woocommerce-container div.product div.images,*/
/*.woocommerce-page .ast-woocommerce-container div.product div.images,*/
/*.flex-viewport {*/
/*    direction: ltr;*/
/*}*/

.grabbing {
    cursor: grabbing;
}

.sBtn-text {
    color: #fff;
    text-transform: uppercase;
}

/* fix display product page */
.wpfFilterWrapper div:nth-child(1) {
    /*     display: none !important; */
}

.wpfFilterWrapper div:nth-child(2) {
    /*     display: none !important; */

}

.search_vipadayka {
    display: none;
}


.search_vipadayka_pc {
    width: 100%;
}

/* fix-visota-main  */
@media (min-width: 993px) {

    .ast-separate-container #primary,
    .ast-separate-container.ast-left-sidebar #primary,
    .ast-separate-container.ast-right-sidebar #primary {
        margin: 0em 0;
        padding: 0;
    }
}

.ast-separate-container #primary {
    padding: 0;
}

.reviews_block {}

.reviews_block h1 {
    font-weight: 500 !important;
    font-family: "Montserrat Alternates", sans-serif !important;
    margin-bottom: 10px;
    line-height: 1;
    color: white !important;
}

.brand-white-section h2 {
    font-weight: 500 !important;
    font-family: "Montserrat Alternates", sans-serif !important;
    margin-bottom: 10px;
    line-height: 1;
    color: white !important;

}

.useful-materials-title {
    line-height: 1 !important;
    font-weight: 500 !important;
    text-align: left;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    color: white !important;
    /* protocol-text */
}

.recomendations-container-text {
    line-height: 1 !important;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px !important;
    color: black;
    /* protocol-text */

}

.useful-materials {
    /* 	margin-top: 80px; */
}

@media(max-width:1525px) {
    .useful-materials-title {
        padding-left: 1.5vw;
        width: 100%;
        max-width: unset !important;
    }

    .recomendations-container-text {
        padding-left: 1.5vw !important;
        width: 100% !important;
        max-width: unset !important;

    }
}

@media(max-width:1335px) {
    .useful-materials-title {
        text-align: center;
        padding: 10px;
        width: auto;
        color: black !important;
        background-color: white;
        margin-bottom: 45px !important;
        padding: 20px;
    }

    .recomendations-container-text {
        text-align: center;
        padding: 10px;
        width: auto;
        color: black !important;
        background-color: white;
        margin-bottom: 45px !important;
        padding: 20px;
    }
}

@media (max-width: 740px) {

}


@media (max-width: 767px) {

    .recomendations-container-text {
        margin-bottom: 4vw !important;
    }

    .useful-materials-title {
        margin-top: 4vw !important;
        margin-bottom: 5vw !important;
        font-size: 5.12vw !important;
    }

}

/* fix-visota-main  */



/* korzina */




@media(max-width:767px) {

    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        margin-left: 10px !important;
        line-height: 1 !important;
    }

    .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
        left: -30px !important;
        position: absolute;
        top: 30%;
    }

    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
        padding: 15px !important;
    }

    .wc-block-components-checkbox__label {
        margin-left: 10px !important;
    }

    #email label {
        margin: 0% !important;
    }

    .wc-block-components-panel__button {
        padding: 0px !important;
        background: white !important;
        color: black !important;
    }


}

@media(min-width:768px) {
    .wp-block-woocommerce-checkout {
        padding: 20px !important;
    }

    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        line-height: 1 !important;
        margin-left: 10px !important;
        transform: translateY(13px) !important;
    }

    .wc-block-components-checkbox__label {
        margin-left: 10px;
    }

    .wc-block-components-panel__button {
        padding: 0px !important;
        background: white !important;
        color: black !important;
    }

    .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
        top: 20%;
        left: -11% !important;
    }

    #components-form-token-input-0 {
        padding: 0px 10px;
    }

}



@media(max-width:767px) {

    .search_container,
    .search_bar,
    .search_button {
        display: none;
    }

    .brands_container {
        display: none;
    }

    .desktop_slider {
        display: none;
    }


}


/* 	baner */

.desktop-banner-2-container {

}

.desktop-banner-2 h1 {
    font-size: 50px;
    line-height: 60px;
    color: white;
    text-align: center;
}

.desktop-banner-2 p {
    font-size: 25px;
    color: white;
    text-align: center;
}

.desktop-banner-2 {
    background-image: url("/wp-content/uploads/2024/04/banner2-desktop_1.webp");
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-position: center;
    color: white;
    overflow: hidden;
    text-align: center;
    padding:45px 20px;
}



@media(min-width: 1487px) {

    .dgwt-wcas-search-wrapp {
        max-width: 822px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 10px 0px 10px 15px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 8px !important;
        bottom: 0 !important;

    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {}

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        padding: 0;
        background-color: unset;
    }





}

/* FOTER-PC */
footer {
    background-color: #FF689A;
}

.foter_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #FF689A;

}

.footer-inf-two {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-info-container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;

    text-align: right;
    color: #fff;
    /* font-size: 23px; */
}

.footer-phone,
.footer-email,
.footer-maps {
    transition: color 0.5s;
}

.footer-phone:hover,
.footer-maps:hover,
.footer-email:hover {
    color: #FFBFD5 !important;
}


.form-container {}

.footer-logo-mob {
    display: none;
}

.footer-logo-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-desktop-container {
    width: 330px;
}

.footer-logo-nav {
    text-align: left;
}

.footer-logo-nav li a {
    font-weight: 400;
    color: white;
    font-family: "Montserrat Alternates", sans-serif !important;
    transition: font-weight 0.2s ease !important;
}

.footer-logo-nav li a:hover {
    font-weight: 500;
    color: white;
}

.foter_container .form-container form {
    margin-top: auto !important;
    margin-bottom: unset !important;
}

.mob-foter-container {
    display: none;
}

@media(min-width: 1487px) {
    footer {
        display: flex;
        justify-content: center;
        padding: 0 20px;
    }

    .foter_container {
        padding-bottom: 31px !important;
        padding-top: 31px;
        width: 1486px;
    }

    .footer-info-container {
        width: 425px;

        font-size: 23px;
        line-height: 28px;
    }

    .footer-logo-desktop {
        width: 425px;
    }

    .foter_container .form-container {
        width: 425px;
        display: flex;
    }

    .footer-logo-desktop-container .foot-cont-img-pc {
        width: 100%;
        height: auto;
    }

    .footer-logo-desktop-container a img {
        width: 100%;
        height: auto;
    }

    .footer-phone,
    .footer-email,
    .footer-maps {
        /* font-size: 23px; */
    }

    .footer-logo-nav {
        margin-top: 30px !important;
    }

    .footer-logo-nav li {
        margin-bottom: 20px;
    }

    .footer-logo-nav li:last-child {
        margin-bottom: 0;
    }

    .footer-logo-nav li a {
        font-size: 22px;
        line-height: 26.82px !important;
    }

    .form-container form .forminator-row-last {
        margin-bottom: 0 !important;
    }

    .footer-inf-one li:first-child {
        margin-bottom: 10px;
    }

    .footer-inf-two {
        margin-top: 30px !important;
    }

    .footer-inf-two li:first-child {
        margin-bottom: 10px;
    }

    .footer-logo-nav {
        line-height: 1;
    }

}


@media(max-width: 1486px) {
    footer {
        display: flex;
        justify-content: center;
        padding: 0 25px !important;
    ;
    }

    .foter_container {
        padding-bottom: 2vw !important;
        padding-top: 2vw;
        width: 100%;
    }

    .footer-info-container {
        width: 330px;

        font-size: 23px;
        line-height: 28px;
    }

    .footer-logo-desktop {
        width: 330px;
    }

    .foter_container .form-container {
        width: 28vw;
        display: flex;
    }

    .footer-logo-desktop-container a img {
        width: 100%;
        height: auto;
    }

    .footer-logo-desktop-container .foot-cont-img-pc {
        width: 100%;
        height: auto;
    }

    .footer-phone,
    .footer-email,
    .footer-maps {
        /* font-size: 23px; */
    }

    .footer-logo-nav {
        margin-top: 30px !important;
    }

    .footer-logo-nav li {
        margin-bottom: 20px;
    }

    .footer-logo-nav li:last-child {
        margin-bottom: 0;
    }

    .footer-logo-nav li a {
        font-size: 22px;
        line-height: 26.82px !important;
    }

    .form-container form .forminator-row-last {
        margin-bottom: 0 !important;
    }

    .footer-inf-one li:first-child {
        margin-bottom: 10px;
    }

    .footer-inf-two {
        margin-top: 59px !important;
    }

    .footer-inf-two li:first-child {
        margin-bottom: 10px;
    }

    .footer-logo-nav {
        line-height: 1;
    }


}


@media(max-width: 1150px) {
    footer {
        display: flex;
        justify-content: center;
        padding: 0 1vw;
    ;
    }

    .foter_container {
        padding-bottom: 2vw !important;
        padding-top: 2vw;
        width: 100%;
    }

    .footer-info-container {
        width: 330px;

        font-size: 23px;
        line-height: 28px;
    }

    .footer-logo-desktop {
        width: 330px;
    }

    .foter_container .form-container {
        width: 330px;
        display: none;
    }

    .footer-logo-desktop-container a img {
        width: 100%;
        height: auto;
    }


    .footer-phone,
    .footer-email,
    .footer-maps {
        /* font-size: 23px; */
    }

    .footer-logo-nav {
        margin-top: 30px !important;
    }

    .footer-logo-nav li {
        margin-bottom: 20px;
    }

    .footer-logo-nav li:last-child {
        margin-bottom: 0;
    }

    .footer-logo-nav li a {
        font-size: 22px;
        line-height: 26.82px !important;
    }

    .form-container form .forminator-row-last {
        margin-bottom: 0 !important;
    }

    .footer-inf-one li:first-child {
        margin-bottom: 10px;
    }

    .footer-inf-two {
        margin-top: 59px !important;
    }

    .footer-inf-two li:first-child {
        margin-bottom: 10px;
    }

    .footer-logo-nav {
        line-height: 1;
    }


}




@media(max-width: 767px) {
    footer {
        background-color: white;
        padding: 0 2vw;
    }

    .foter_container {
        background-color: white;
        padding-top: 6vw;
        padding-bottom: 6vw !important;
    }

    .form-container {
        display: none;
    }

    .footer-logo-desktop {
        display: none;
    }

    .footer-logo-mob {
        display: none;
    }

    .footer-info-container {
        display: none;
    }

    .mob-foter-container {
        display: flex;
    }


    .mob-foter-container {
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
    }

    .mob-fot-text-cont {
        display: flex;
        flex-wrap: wrap;
    }

    .mob-fot-contact-cont {
        width: 100%;
        text-align: center;
    }

    .mob-fot-zamovlen-cont {
        width: 48%;
        text-align: left;
        margin-bottom: 15px;
    }

    .mob-fot-text-cont .title {
        font-weight: 500;
        font-size: 4vw !important;
        font-family: "Montserrat Alternates", sans-serif !important;
    }

    .mob-foter-container ul li span {
        font-size: 4vw !important;
    }

    .mob-foter-container ul li:first-child {
        margin-bottom: 1vw;
    }

    .mob-fot-img-cont {
        display: flex;
        justify-content: center;
        margin-top: 5vw;
    }

    .mob-fot-img-cont img {
        width: 48vw;
    }

    .mob-fot-font-black {
        font-weight: 500 !important;
    }

}

/* FOTER-PC */











.brands_table_section {
    display: none;
    max-width: 1486px;

    margin: 100px auto;
}

.brands_table {
    margin: 0 !important;
}

.ast-breadcrumbs {
    margin-bottom: 20px;
}

@media(min-width:768px) {



    .brands_table {
        border-collapse: collapse;
        width: 100%;
    }

    .brand-item {
        border: 1px solid #FFFFFF;
        padding: 10px;
    }

    .brand-item img {
        max-width: 70%;
        height: auto;
        margin: auto;
    }

    .useful-facts .swiper-slide {}

    .news-swipper .swiper-wrapper {}

    .reviews_block {
        display: none;
    }

    .useful-materials-title {
        max-width: 1486px;
        margin: auto;

    }

    .recomendations {
        background-color: transparent !important;
        margin: 5% 0 5% 0 !important;
    }


    .links {
        position: relative;
        z-index: 2;
        margin-bottom: 2% !important;
    }

    .links a {
        padding: 0 29px;
    }

    .links a:first-child {
        border-right: 1px solid black !important;
        width: fit-content !important;
        padding-right: 29px !important;
        padding-left: 0 !important;
    }

    .links a:last-child {
        border-left: 1px solid black !important;
    }

    .links .active {
        color: #fff !important;
    }

    .links {
        background-color: transparent !important;
        width: 40% !important;
        float: left;
    }



    .mobile_slider {
        display: none;
    }

    .search_container {
        display: flex;
        width: 822px;
        height: 46px;
        margin: 0 auto;
        margin-top: 4%;

        margin-bottom: 5%;


        position: relative;
    }

    .search_bar {
        width: 100%;
        border-radius: 8px;

        padding: 2% 2%;
        color: black;
    }

    .search_button {
        margin-left: -2%;
        position: absolute;
        left: 0;
        background-color: transparent;
    }

    .search_button:hover {
        background-color: transparent;
    }
}

/* Checkout Checkout Checkout */



/* Checkout Checkout Checkout */


/* CART CART CART CART */


/* CART CART CART CART */




.shop_table thead tr:first-child th {
    border-top: none !important;
}

.woocommerce-cart table.cart .woocommerce-checkout {
    display: flex;
    justify-content: center;
}

.woocommerce-cart table.cart .woocommerce-checkout .button.alt.checkout-button {
    margin-top: 30px;
    padding: 14px 56px 14px 56px;
    border-radius: 10px;
    gap: 10px;
    background-color: #FF689A;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    border: none;
    text-decoration: none;
}

.woocommerce-cart table.cart .product-basket-container .product-img-basket-pc {
    width: 100%;
}

.ast-grid-common-col.ast-full-width.ast-article-post.remove-featured-img-padding .star-rating,
.shopengine_add_to_list_action.shopengine-wishlist.badge.se-btn.inactive,
.shopengine-quickview-trigger.se-btn,
.shopengine_comparison_add_to_list_action.shopengine-comparison.badge.se-btn.inactive,
.shopengine_comparison_add_to_list_action.shopengine-comparison.badge.inactive,
.shopengine_add_to_list_action.shopengine-wishlist.badge.inactive,
.ast-on-card-button.ast-onsale-card,
.ast-on-card-button.ast-select-options-trigger.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce-js ul.products li.product .astra-shop-summary-wrap span.ast-woo-product-category {
    display: none;
}



table.shop_table td.column-line-cart {
    border: 0;
}

table.shop_table tr.cart-item:nth-child(1) td {
    border-top: none;
}

.line-divider-cart {
    background-color: #D9D9D9;
    height: 1px;
    width: 95%;
    margin: 0 auto;
}

.order-conteiner {
    display: flex;
    border-bottom: 1px solid #FF689A38;

}

.order-cost {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #0000008C;
    padding-left: 11px;
}

.all {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 17px;
}

.order-text {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    padding-top: 29px;
    padding-right: 13px;
}

.total-cost {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.total-cost-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 17px;

}

.whole-order-container {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.promo-container {
    display: flex;
    align-items: center;
    padding: 15px 16px 33px 17px;
    border-bottom: 1px solid #FF689A38;
}

.promo-container input.promo {
    width: 270px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.payment {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-left: 10px;
    margin-top: 31px;
    margin-bottom: 20px;

}

.payment-upon-receipt {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #000000A8;
    margin-left: 6px;
}

.button-order {
    width: 270px;
    height: 39px;
    padding: 12px, 105px, 12px, 105px;
    border-radius: 10px;
    background-color: #FF689A;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    border: none;
}

.payment-upon-receipt-container {
    display: flex;
    align-items: center;
    margin-left: 12px;
    flex-direction: row-reverse;
    margin-top: 18px;
}


.total-cost-price {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #0000008C;
    padding-left: 11px;

}

.delivery {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.input-container-order {
    display: flex;
    align-items: center;
    padding: 34px 16px 0px 17px;
    border-bottom: 1px solid #FF689A38;

}

input#first_name.name-input {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.main_page_categories {
    background-color: #FFB8E5;
}

input#last_name.name-input-lastname {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 11px;
    margin-bottom: 11px;
}

input#phone.phone-input {
    text-align: right;
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 41px;

}

input#street_name.street-name-input {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 11px;
}

input#house_number.number-input {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;

    margin-bottom: 11px;
}

input#postcode.index-input {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;

    margin-bottom: 33px;
}

.td-price {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
    line-height: 22.27px;
}

.th-class {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 300;
    line-height: 23.16px;
}

.payment-upon-receipt-container-basket {
    display: flex;
    position: relative;
    align-items: center;
}


/*radio settings on checkout page*/

.wc-block-components-checkout-step input[type="radio"] {
    position: absolute;
    opacity: 1;
    z-index: 3;
}
.wc-block-components-checkout-step input[type="radio"]:checked {
    background-color: #fb7aa5;
}
.wc-block-components-checkout-step input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: white; /* dot color */
    border-radius: 50%;
    border:0px;
    transform: translate(-50%, -50%);
}
.wc-block-components-checkout-step input[type="radio"]:checked::before {
    display: none;
}

/*checkbox settings on checkout page*/
.wc-block-components-checkbox {

}





.text-basket-1 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}

.commission-text {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0000009E;
}

.porterage {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0000009E;
}

.pc-basket {
    border-radius: 45px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 19px 0px #CACACA40;
    margin-top: 30px;
    width: auto;
}

.text-container-pc {
    width: 330px;
}

.entry-content p {
    margin-bottom: inherit;
}

.woocommerce-js table.shop_table,
.woocommerce-page table.shop_table {
    border: 0;
}

.woocommerce-js #content table.cart td,
.woocommerce-page #content table.cart td {
    padding: 0;
}

.woocommerce-js table.shop_table thead,
.woocommerce-page table.shop_table thead {
    background-color: transparent;
}

.woocommerce-js table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
    text-align: center;
}

#cart.woocommerce-cart {
    box-shadow: 0px 0px 19px 0px #CACACA40;
    background-color: #fff;
    border-radius: 45px;
}

.product-basket-container {
    display: flex;
    align-items: center;
}

.row-line-basket {
    display: flex;
    justify-content: space-between;
}

.goods-basket {
    padding-left: 100px;
}

.order-basket {
    padding-right: 50px;
}

.number-basket-pc {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.basket-svg {
    margin-right: 30px;

}

.quantity-btn-plus {
    border-radius: 0px 15px 15px 0px;
    border: 1px solid #D3D3D3;
    padding: 12px 8px;
    background-color: #fff;
    color: #0000007D;

}

.quantity-btn-minus {
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #D3D3D3;
    padding: 12px 8px;
    background-color: #fff;
    color: #0000007D;
}

.text-about-product {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 8px;
}

.size-product-pc {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;


    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;


    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;


}

.product-img-basket-pc {
    padding-right: 23px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    width: 456px;
    height: 53px;
    padding: 7px, 12px, 7px, 12px;
    gap: 10px;
    border-radius: 15px;
    border: 1px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    cursor: pointer;
}

.dropdown-content {
    width: 456px;
    display: flex;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.number-department {
    margin-bottom: 25px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000099;

}

comment-box {
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.comment-box {
    margin-top: 46px;
}

.comment-box label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-box textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 456px;
    height: 171px;
    border-radius: 15px;
    border: 1px;
    border: 1px solid #000000;
    margin-top: 25px;

}

.comment-box button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.comment-order {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000099;

}

.order-amount {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000080;

}

.order-cost-basket {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.packaging {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000080;

}

.packaging-cast {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.amount-order-container {
    margin-top: 46px;
}

.packaging-container {
    margin-top: 8px;
    margin-bottom: 43px;
}

.general-order {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-bottom: 46px;
}

.general-order-cost {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;

}

.button-order-basket {
    margin-top: 30px;
    padding: 14px 56px 14px 56px;
    border-radius: 10px;
    gap: 10px;
    background-color: #FF689A;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    border: none;
}

.total-price-container {
    flex-wrap: nowrap;
    border: 3px;
    border-top: #D9D9D9;
}

.payment-upon-receipt-container-basket {
    position: relative;
    align-items: center;

}

input[type="radio"] {
    position: absolute;
    opacity: 0;




}

input[type="radio"].payment-button {
    display: inline-block;
    border: 1px solid #FF689A;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #FF689A;
}

.span-input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid #FF689A 1.5px;
    display: block;
    position: relative;


}

input[type="radio"].payment-button:checked~.span-input::after {
    background-color: #FF689A;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.site-content {
    background: #FFB8E5;
}

.card-buttons-row-container {
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 14px;
}

.main-conteiner {
    display: flex;
    justify-content: center;
    margin: auto;
    background-color: #ffff;
    border-radius: 15px;
}

.Card-listB {
    list-style-type: none;
}

.img-conteinerB {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.viskas-row {
    display: flex;
    justify-content: space-between;
}

.product-text {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #372929;
    margin-left: 18px;
}

.product-price {
    font-family: Ruda;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 18px;
}

.card-buttons-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
    margin-top: 14px;
    margin-left: 18px;
    margin-right: 18px;
}

.card-lbutton-row {
    background-color: #FFF;
    border: none;
    height: 27px;
    text-align: center;
    border-radius: 5px;
    gap: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    align-content: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    color: #FF689A;
    display: flex;
    align-items: center;
}

.card-lbutton-row:focus,
.card-lbutton-row:hover {
    background-color: #FF689A;
    color: #FFF;
}

.main-text-product {
    margin-bottom: 31px;
    margin-top: 31px;
}

.row-line-product {
    width: 320px;
    height: 1px;
    background-color: #FF689A;
    margin: 0 auto;
    margin-top: 45px;
}

.card-button-add-container {
    display: flex;
    justify-content: center;
}

.card-button-add {
    width: 300px;
    height: 38px;
    border-radius: 15px;
    background-color: #FF689A;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    border: none;
    color: #FFF;
    margin-bottom: 22px;
    margin-top: 19px;
}

.white-block {
    width: 100% !important;
    height: 63px;
    background: #FFFFFF;
    margin-top: 68px;
    margin-bottom: 42px;
}

.white-block-text {
    text-align: center;
    padding-top: 20px;
    font-family: Montserrat Alternates;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.card-item {
    width: calc((100% - 9px)/2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 160px;
    background-color: #fff;
    padding: 16px 10px 12px 10px;
    box-shadow: 0px 0px 29px 1px #0000001C;
}

.conteiner-big-brands {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    margin: auto;


}

.brands-container {
    margin-top: 10%;
}

.container-brands {
    width: 48.5%;
    height: auto;
    background-color: white;
    border-radius: 15px;
    margin-top: 3% !important;

}

.img-brands {
    display: flex;
    margin: auto;

}

.text-brands {
    display: flex;
    justify-content: center;
    margin-bottom: 18px !important;
    font-family: Montserrat Alternates;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: #000000;
}

/* .entry-content[ast-blocks-layout]>* {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
} */

/* .entry-content ul,
.entry-content ol {
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 0;
} */

h3.our-services {
    display: flex;
    flex-direction: row-reverse;
    height: 27px;
    font-family: Montserrat Alternates;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    margin-left: 8px;
    margin-top: 30px;
}

.our-services-conteiner {
    padding: 0px 22px 21px 22px;
    border-radius: 15px;
    background-color: #FFFFFF;
    margin-top: 30px;
}

.service-name {
    width: 92px;
    height: 22px;
}

h3.grooming {
    display: flex;
    flex-direction: row-reverse;
    font-family: Montserrat Alternates;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    padding-top: 25px;
}

.service-img-conteiner {
    width: 325px;
    height: 180px;
    padding-bottom: 21px;
}

.service-text {
    padding-top: 20px;
    padding-right: 16px;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
}

.service-buttom {
    display: block;
    text-align: center;
    padding: 16px 22px 21px 22px;

    height: 46px;
    border-radius: 10px;
    gap: 10px;
    border: none;
    background-color: #FF689A;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-decoration: none !important;
}

.Load-more {
    border-radius: 10px;
    gap: 10px;
    opacity: 0.62;
    background-color: #FF689A;
    color: #FFF;
    height: 29px;
    border: none;
    font-family: "Inter";
    opacity: 62%;
    margin-top: 31px;
    margin-bottom: 60px;
}

.Load-more-conteiner {
    display: flex;
    justify-content: center;
}

.categories {
    display: flex;
    justify-content: space-between;


}

.tester-row {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 13px;

}

.tester-2 {
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    gap: 8px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.tester-1 {
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
}

.categoriesb {
    justify-content: flex-end;
    flex-direction: row-reverse;
    position: relative;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 4px 6px 0px #00000052;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    width: 100%;
    height: 140px;
    background-image: url(https://master-pets.com/wp-content/uploads/2024/04/Layer-4-1.png);
    background-size: 125%;
}

@media screen and (max-width: 568px) {
    .categoriesb {
        height: 70px;
    }
}

.categoriesb.categoriesb--active {
    border:4px solid #FF689A;
}

.dog {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cat {
    position: absolute;
    bottom: 0;
    width: 266px;
    right: -10px;
}

.hamster {
    position: absolute;
    bottom: -14px;

    right: -10px;
    width: 139px;
}

.bird {
    position: absolute;
    bottom: -28px;
    right: 0;
    width: 121px;
    height: 183px !important;

}

.pets {
    padding: 0;
    font-family: Montserrat Alternates !important;
    font-size: 29px;
    font-weight: 400 !important;
    margin-left: 24px !important
}

h3.pets {
    margin: 0;
}




.ast-separate-container #primary,
.ast-separate-container #secondary {}

html {
    scroll-behavior: smooth;
}

/*p,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*    margin: 0;*/
/*    font-family: "Nunito", Sans-serif;*/
/*}*/

/*ul,*/
/*ol {*/
/*    margin: 0;*/
/*    padding-left: 0;*/
/*    list-style: none;*/
/*}*/


.mobile-navigation-list {
    align-items: center;
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
    margin-left: 15px !important;

}
html[dir="rtl"] .mobile-navigation-list {
    margin-right: 15px !important;
}






.mobile-navigation-item {
    display: flex;
    align-items: center;
}

.cart-mob {
    display: none;
    align-items: center;
}

.site-content {
    background: #FFF2FD;
    max-width: 100%;
}

body {
    /*                   direction:rtl; */
    /*background-color: #FFB8E5;*/
    font-family: 'Montserrat Alternates', sans-serif;

}
.site {
    background-color: #FFB8E5;
}

.main-banner {
    display: flex;
    width: 95%;
    margin: auto;
    justify-content: center;
}

.main-banner img {
    width: 100%;
    height: auto;
}

.animal-categories {
    margin: 5% auto 5% auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-item img {
    width: 100%;
    height: auto;
}

.category-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.best-products {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;

}

.tablink {
    flex-grow: 1;
    text-align: center;

    cursor: pointer;
}

.tabcontent {
    display: none;
    text-align: center;
    position: relative;
}

.links {
    align-items: center;
    height: 50px;
    margin-bottom: 5vw;
    font-weight: 500;
    border-radius: 15px;
    font-size: 16px;
    width: fit-content !important;
    display: flex;
    justify-content: space-between;
}

.links a {
    color: rgba(255, 255, 255, 0.76) !important;
}

.links a:first-child {
    border-right: 1px solid #fff !important;
}

.links a:last-child {
    border-left: 1px solid #fff !important;
}

.recomendations {
    margin: 15% 0 5% 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;

}

.tablink.active {
    color: #FF689A;
}

.recomendations h1 {
    font-weight: 500;
}

.banner-2-mobile {
    background-image: url('https://master-pets.com/wp-content/uploads/2024/04/banner2-desktop_1.webp');
    padding: 1vw 1vw 1vw 1vw;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    /* 				height:400px; */
    height: 55.5vw;
    color: white;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center center;
    border-radius: 15px;
}

.banner-2-mobile p {
    margin-top: 3vw;
    line-height: 5.25vw;
    font-size: 3vw;
    width: 70%;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
}

.banner-2-mobile h1 {
    font-size: 5vw;
    line-height: 5.5vw;
    color: white;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    margin-top: auto;
}

#tab1 {
    display: block;
}

.main-slider {
    width: 100%;
    height: 395px;
    max-width: 1486px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
}

.main-slider .swiper-slide img {
    display: block;
    width: 100%;
    /*       height: 357px;
  object-fit: cover; */
    border-radius: 15px;
    /* 		 box-shadow: 0px 4px 4px 0px #00000040; */

}

.main-slider .swiper-pagination-bullet {
    opacity: 1;
    background: #BDBDBD;
    width: 28px;
    height: 2px;
    border-radius: 15px;
}

.main-slider .swiper-pagination-bullet-active {
    background: #000000;
}

.most-selled-products {
    width: 100%;
    height: 100%;
    max-width: 1486px;
    /*       height: 298px; */
}

.most-selled-products .swiper-slide {
    display: flex;
    align-items: center;
    max-width: 229px;
}

.most-selled-products .product-card {
    width: 208px;
    /* 			max-height:305px !important; */
    height: 280px;
    position: relative;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 11px 12px;

}

.most-selled-products .product-image {
    float: right;
    display: block;
    height: 173px !important;
    width: auto;

}

.most-selled-products h3.product-name {
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.32;
    color: #514758;
    margin-bottom: 7px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.woocommerce-variation-price,
.most-selled-products .product-price {
    text-align: left;
    font-family: Roboto;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.32;
    color: #000000D1;
    margin-bottom: 8px;
}

.product-add-to-cart-btn,
.most-selled-products .single_add_to_cart_button.button.alt,
a.product-add-to-cart-btn.button.product_type_simple.add_to_cart_button.add_to_cart_button {
    background-color: #FF689A;
    padding: 11px 30px;
    border: none;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.32;
    text-decoration: none;
}

.most-selled-products .variations {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: 20px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
}

.most-selled-products .quantity {
    display: none !important;
}

.weight-filters {
    position: absolute;
    top: 20px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.weight-filter-btn {

    padding: 8px 0;
    width: 46px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 4.958456993103027px 1.652819037437439px #00000014;
    color: #514758;
    background-color: #fff;
}

.weight-filter-btn:hover,
.weight-filter-btn:focus {
    background-color: #FF689A;
    color: #fff;
}

.weight-filter-btn.active {
    background-color: #FF689A;
    color: #fff;
}

.product-image-container {
    display: flex;
    justify-content: center;
    min-height: 127px;
}

.product-image-container img {
    height: 173px !important;
    width: auto;
}

.product-card form .single_variation_wrap {
    display: flex;
    flex-direction: column;
    height: 82px;
    /* 	background-color: grey; */
}

.product-card form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 205px;
    padding: 11px 0;
}

.product-card form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: auto !important;
}

.useful-material-card {
    border-radius: 10px 10px 0px 0px;
    width: 390px;
    position: relative;

}

.useful-material-card-content {
    /*     background-color: #fff; */
    border-radius: 0 0 10px 10px;
    padding: 12px 9px;
    position: absolute;
    top: 193px;
}

.useful-facts {
    width: 100%;
    height: 465px !important;
    max-width: 1486px;
}

.useful-facts .swiper-slide {
    text-align: left;
    font-size: 18px;
    height: 414px;
    background: transparent;
    display: flex;
    justify-content: center;
}

.useful-facts .swiper-slide img {
    display: block;
    width: 100%;
    height: 414px;
    border-radius: 35px !important;
}

.useful-material-data {
    color: #000000AD;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.12;
    margin-bottom: 19px;
}

.useful-material-describe {
    color: #000000C4;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.53;
}

.useful-facts .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 28px;
    height: 2px;
    border-radius: 0;
}

.useful-facts .swiper-pagination-bullet-active {
    background: #000000;
}

.useful-material-more-link {
    display: none;
}

.brands h1 {
    font-weight: 500;
    text-align: left;
}


.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.card-item {
    width: calc((100% - 9px)/2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 16px 10px 12px 10px;



}

.img-conteiner {

    display: flex;
    justify-content: start;
    width: 100%;
    justify-content: flex-end;
}

.card-img {
    width: 120px;
    height: 120px;
    left: 0;

}

.card-text {
    font-family: "Inter";
    font-weight: 500;
    font-size: 11px;
    line-height: 14.83px;
    margin-top: 20px;
}

.card-price {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 15px;
    line-height: 20.83px;
    margin-top: 10px;
    text-align: left;
    width: 100%;


}

.card-button {
    width: 100%;
    font-family: "Inter";
    font-weight: 500;
    font-size: 13px;
    line-height: 14.83px;
    color: #fff;
    background-color: #FF689A;
    border-radius: 10px;
    padding: 8px 16px 7px 15px;
    border: none;
    margin-top: 13px;
    max-width: 160px;



}

.card-buttons {
    position: absolute;
    top: 12px;
    right: 10px;
    display: flex;
    gap: 6px;
    flex-direction: column;



}

.card-lbutton {
    font-family: "Inter";
    font-size: 8.5px;
    font-weight: 600;
    line-height: 14.88px;
    padding: 5px 9px 5px 9px;
    box-shadow: 0px 0px 4.958456993103027px 1.652819037437439px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    max-width: 40px;
    border: none;
    background-color: #FFF;
    width: 40px;
    color: black;
}

.card-lbutton:focus,
.card-lbutton:hover {
    background-color: #FF689A;
    color: #FFF;




}

.animal-categories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-item img {
    width: 100%;
    height: auto;
}

.category-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.main-cats {
    font-family: Montserrat Alternates;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000B0;
    margin-top: 35px;

}

.filter {
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    font-weight: bolder;
;

}

.img-filter {
    width: 13px;
    height: 13px;

}

.goods-n {
    display: flex;
    justify-content: end;
;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    width: 150px;
    height: 15px;
    top: 396px;
    left: 229px;


}

.line {
    display: flex;
    align-items: center;
    justify-content: start;
}

.main-line {
    display: flex;
    justify-content: space-between;
}

.Load-more {
    border-radius: 10px;
    gap: 10px;
    opacity: 0.62px;
    background-color: #FF689A;
    color: #FFF;
    height: 29px;
    border: none;
    font-family: "Inter";
    margin-top: 31px;
    margin-bottom: 51px;
    padding: 7px 13px
}

h2.can-interest {
    font-family: Montserrat Alternates;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 31px;

}

.Load-more-conteiner {
    display: flex;
    justify-content: center;
}

/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
footer.p-4 {
    padding: 60px 0;
    padding-left: 10%;
    padding-right: 10%;
}

.footer-info-container address {
    margin-bottom: 49px
}

.text-787878 {
    color: #787878;
}

.footer-social {
    margin-top: 10px;
    display: flex;
    gap: 41px;
    align-items: center;
    justify-content: center;
}

#facebook-icon path,
#insta-icon path {
    transition: 0.5s;
}

.social-link:hover #facebook-icon path {
    fill: #ff689a;
}

.social-link:hover #insta-icon path {
    stroke: #ff689a;
}

/* REVIEW REVIEW REVIEW REVIEW REVIEW REVIEW REVIEW REVIEW REVIEW REVIEW */

.review-section {
    padding: 0 10px;
}

.review-content {
    padding: 14px 11px;
}

.date-of-comment {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #6A6A6A;
    margin-bottom: 3px;
}

.review-content .main-info {
    margin-bottom: 21px;
}

.review-content .main-info .name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A6A6A;
}

.review-slider-btn {
    display: none;
}

.review-slider-btn .swiper-button-next,
.review-slider-btn .swiper-button-prev {
    position: static;
    width: 51px;
    height: 51px;
}


.logo-container-desktop,
.swiper-buttons-most-selled,
.footer-social.desktop {
    display: none;
}

/* MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA */
.nav-list-desktop a:hover {
    color: white;
    font-weight: 600;
}

@media (min-width: 768px) {

    .woocommerce-variation-price,
    .most-selled-products .product-price {
        font-size: 17px;
        line-height: 21px;
    }

    .most-selled-products .product-card {
        width: 274px;
    }

    .most-selled-products h3.product-name {
        font-size: 16px;

        text-align: left;

    }

    .swiper-buttons-most-selled {
        width: 100%;
        position: absolute;
        top: 50%;
        display: flex;
        justify-content: space-between;
    }

    .swiper-buttons-most-selled .swiper-button-next,
    .swiper-buttons-most-selled .swiper-button-prev {
        width: auto;
        position: static;
    }

    .main-slider .swiper-pagination-bullet {
        width: 52px;
        height: 3px;
    }


    .nav-list-desktop a {
        color: #FFFFFF;
    }

    .review-section {

        padding: 60px 0 30px 0;
    }

    .our-team-swiper .swiper-slide .review-content {
        position: relative;
        max-width: 369px;
        padding: 0 43px;
    }

    .our-team-swiper .swiper-slide .review-content:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        background-color: #FF689A;
        left: 101%;
        width: 1px;
        height: 90%;
    }

    .review-slider-btn {
        margin-top: 30px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 77px;
    }

    .forminator-ui#forminator-module-1091.forminator-design--default input.forminator-input {
        background-color: #FFFFFF;
        direction: ltr;
        border-radius: 22px;
        border: none;
        height: 66px;
        box-shadow: 0px 0px 12px 1px #00000008 inset;
    }

    .forminator-ui#forminator-module-1091.forminator-design--default button.forminator-button-submit {
        width: 100%;
        height: 66px;
        background-color: #FF9ACC;
        color: rgba(255, 255, 255, 1);
        font-family: "Open Sans", sans-serif;
        font-size: 23px;
        font-weight: 400;
        line-height: 31px;
        border-radius: 22px;
    }

    .forminator-ui.forminator-custom-form:ndot(.forminator-size--small)[data-grid=open] div.forminator-row:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-social {
        display: none;
    }

    .footer-social.desktop {
        display: flex;
        gap: 14px;
        margin-top: 14px;
    }

    .most-selled-products {
        /*   height: 355px; */
    }

    .most-selled-products .product-card {
        box-shadow: 0px 0px 29px 1px #0000001C;
    }

    .main-slider {
        height: 540px;
    }

    .main-slider .swiper-slide img {
        height: 515px;
    }

    .useful-material-more-link {
        font-family: Open Sans;
        font-weight: 600;
        display: block;
        background-color: #FF689A;
        color: #FFFFFF;
        font-size: 15px;
        border-radius: 22px;
        margin-top: 10px;
        text-decoration: none;
        text-align: center;
        padding: 12px 0;
    }

    .useful-facts .swiper-slide img {
        display: block;
        width: 359px;
        border-radius: 15px;
        /*        height: 383px; */
    }

    .useful-facts .swiper-slide {
        display: flex;
        align-items: center;

    }

    .useful-material-card {

        width: 100%;

    }

    .useful-material-data {
        display: none;
    }

    .useful-material-describe {
        color: #514758;
        font-family: Roboto;
        font-size: 17px;
        line-height: 1.13;
    }

    footer.bg-white.text-center.p-4 {
        background-color: #FF689A;
    }

    .footer-info-container a,
    .footer-info-container span {
        color: #fff;
    }


    #forminator-module-329 {
        display: block !important;
    }
}



@media (max-width: 1486px) {


    .dog {
        position: absolute;
        height: 10vw !important;
    }

    .cat {
        position: absolute;
        bottom: 0;
        width: 19.5vw;
        right: -0.9vw;
    }

    .hamster {
        position: absolute;
        bottom: -1.2vw;
        right: -0.8vw;
        width: 9.5vw;
    }

    .bird {
        position: absolute;
        bottom: -3.4vw;
        right: 0;
        width: auto !important;
        height: 14vw !important;
    }

    .pets {
        font-size: 2.2vw;
        margin-left: 1vw !important;
        padding: 0;
    }


}




@media (max-width: 767px) {




    .links {
        background: white !important;
        border-radius: 0;
        height: 63px;
        width: 100% !important;
    }

    .links a:first-child {
        border-right: 1px solid rgba(217, 217, 217, 1) !important;
    }

    .links a:last-child {
        border-left: 1px solid rgba(217, 217, 217, 1) !important;
    }

    .tablink.active {
        color: rgba(255, 104, 154, 1) !important;
    }

    .links a {
        color: black !important;
    }


    .dog {
        position: absolute;
        height: 20vw !important;
    }

    .cat {
        position: absolute;
        bottom: 0;
        width: 41vw !important;
        right: -0.9vw;
    }

    .hamster {
        position: absolute;
        bottom: -1.6vw;
        right: -1.4vw;
        width: 21vw !important;
    }

    .bird {
        position: absolute;
        bottom: -3.4vw;
        right: 0;
        width: auto !important;
        height: 23vw !important;
    }

    .pets {
        font-size: 4.2vw;
        margin-left: 1vw !important;

    }


}



.header-search-and-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFB8E5;
}

.fix-btn-search {
    margin: 11px 0px 0px 30px;
    padding: 0 !important;
}

/* header */

.header-obmanka {
    width: 100%;
    height: 110px;
}

.zooshop-main-header {
    background-color: #FF689A;
    height: 110px;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.container-header {
    position:relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:100%;
    height: 100%;
}

.main-header-content {
    /* 	    background-color:red; */
    padding: 5px 16px;
    max-width: 1574px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: auto;
}

.logo-container-desktop {
    display: flex;
    align-items: center;
}

.logo-container-desktop a img {
    width: 200px;
}


.nav-list-desktop {
    flex-wrap: wrap;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: flex;

    align-items: center;
    gap: 55px;
}

.nav-account-desktop {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: row;
}
.nav-account-desktop .icon a svg,
.nav-account-desktop .icon a img {
    height:36px;
}
.nav-account-desktop .icon.icon--user a svg {
    height:34px;
}


/* --- cart desktop nav icon --- */


.nav-account-desktop .icon.icon--cart .custom-cart-icon-wrapper {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.nav-account-desktop .icon.icon--cart .custom-cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
    display: block;
}
.nav-account-desktop .icon.icon--cart .custom-cart-count[data-count="0"] {
    display: none;
}



/* --- cart mobile nav icon --- */

.mobile-navigation-list .custom-cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}
.mobile-navigation-list .custom-cart-icon-wrapper i {
    font-size:28px;
    line-height:28px;
}
.mobile-navigation-list .custom-cart-icon-wrapper i  {
    font-size:28px;
    line-height:28px;
}
.mobile-navigation-list  .custom-cart-icon-wrapper .custom-cart-count {
    position: absolute;
    top: -13px;
    right: -13px;
    /*background-color: black;*/
    background-color: #FF689A;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1;
    display: block;
}
.mobile-navigation-list  .custom-cart-icon-wrapper .custom-cart-count[data-count="0"] {
    display: none;
}

/* --- / cart mobile nav icon --- */

.fly-image {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999999;

    display: flex;                /* center the icon */
    align-items: center;
    justify-content: center;
    font-size: 28px;              /* icon size */
    color: black;                  /* icon color */



    transition: left .8s ease, top .8s ease, transform .8s ease, opacity .8s ease;
}



.categoriesb:hover {
    background-color: #FF689A;
}

.main_categories {
    display: none !important;
}

/* description-cart-2 */
.useful-materials {}

.useful-material-card {
    width: 100%;
    display: flex;
    border-radius: 35px;
    background-color: white;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
}

/* useful-material-card-content CONT*/
.useful-material-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    position: static;
    padding: 20px;
}

.useful-material-card-content .useful-material-header {
    text-align: left;
    line-height: initial;
    display: block;
    overflow: hidden;
    /* protocol-text */
    font-family: Roboto;
    font-weight: 700;

    margin-bottom: 18px;
    font-size: 22px;
    max-height: 50px;
    line-height: 1.13;
}

.useful-material-card-content .useful-material-describe p {
    font-size: 17px;
    width: 322px;
    height: 220px;
    text-align: left;
    /* protocol-text */
    line-height: initial;
    display: block;
    overflow: hidden;
}

.useful-material-describe+.useful-material-more-link {
    margin-top: auto;
}

@media (max-width: 1574px) {
    .useful-material-card {
        height: auto;
        width: auto;
    }

    .news-swipper .swiper-wrapper {
        height: 25vw !important;
    }

    .useful-facts {
        height: 28vw !important;
    }

    .useful-facts .swiper-slide {
        height: 25vw;
    }

    .useful-facts .swiper-slide img {
        height: 25vw;
        width: auto;

    }

    .useful-material-card-content {
        padding: 1vw;
        width: 22vw;
    }

    .useful-material-card-content .useful-material-header {
        font-size: 1.5vw;
        max-height: 3.4vw;
        margin-bottom: 0;

    }


    .useful-material-card-content .useful-material-describe p {
        width: 100%;
        height: 14.8vw;
        padding: 0.5vw 0;
        font-size: 1.1vw;
    }


    .useful-material-describe+.useful-material-more-link {
        margin-top: auto;
        width: 100%;
    }

}


@media (max-width: 1335px) {
    .useful-material-card {
        height: auto;
        width: auto;
    }

    .useful-facts {
        height: 404px !important;
    }

    .useful-facts .swiper-slide {
        height: 350px;
    }

    .news-swipper .swiper-wrapper {
        height: 350px !important;
    }

    .useful-facts .swiper-slide img {
        height: 350px;
        width: auto;
    }

    .useful-material-card-content {
        padding: 19px;
        width: 320px;

    }

    .useful-material-card-content .useful-material-header {
        font-size: 22px;

        max-height: 50px;
        margin-bottom: 10px;

    }


    .useful-material-card-content .useful-material-describe p {
        width: 100%;
        height: 180px;
        font-size: 17px;
        padding: 0;
    }

    .useful-material-describe+.useful-material-more-link {
        margin-top: auto;
        width: 100%;
    }
}


@media (max-width: 921px) {

    .zooshop-main-header {
        height: 83.08px;
    }
    .container-header {
        background-color: white !important;
    }

    #mobile-menu-close-btn:hover rect,
    #menu-icon:hover rect {
        fill: black !important;

    }

    .mobile-navigation-item svg path {
        fill: black !important;
    }
}

@media (max-width: 768px) {

    .useful-facts {
        height: 60vw !important;
        /* 		background-color: green; */
    }


    .useful-facts .swiper-slide {
        /* 		height: 54vw; */
        /* 		background-color:black ; */
    }


    .useful-material-card-content a {
        display: none !important;
    }

    .arrow-swiper-hidden .useful-facts-button-prev {
        display: none !important;
    }

    .arrow-swiper-hidden .useful-facts-button-next {
        display: none !important;
    }

    .news-swipper {
        display: flex;
        justify-content: center;
    }


    .useful-material-card {
        height: 54vw;
        width: auto;
        border-radius: 5.2vw;
    }

    .useful-facts .swiper-slide img {
        height: 54vw;
        width: auto;
        border-radius: 5.2vw !important;
    }

    .useful-material-card-content {
        padding: 3vw;
        width: 41vw;
        justify-content: flex-start;
    }

    .useful-material-card-content .useful-material-header {
        font-size: 3vw;
        /* 		background-color:green; */

        max-height: 7vw;
        margin-bottom: 1vw;

    }


    .useful-material-card-content .useful-material-describe p {
        width: 100%;
        height: 39vw;
        font-size: 2.35vw;
        /* 		background-color: red; */
    }
}




@media (max-width: 568px) {

    .useful-materials {
        padding: 0 !important;
    }


    .useful-facts {
        height: 92vw !important;
    }


    .useful-facts .swiper-slide {
        height: 85vw;
    }

    .news-swipper .swiper-wrapper {
        height: 85vw !important;
    }

    .useful-material-card {
        width: 100%;
        height: 85vw !important;
        height: fit-content;
        display: flex;
        flex-direction: column;
        border-radius: 2vw;
    }

    .useful-facts .swiper-slide {
        align-items: center;
    }

    .useful-facts .swiper-slide img {
        border-radius: 2vw 2vw 0 0 !important;
        height: 40vw;
        width: 100%;
        object-fit: cover;
        object-position: 50% 22%;
    }

    .useful-material-card-content {
        width: auto;
        height: 42vw;
        padding: 2vw;
    }

    .useful-material-card-content .useful-material-header {
        font-size: 5vw;
        max-height: 11.8vw !important;
        margin-bottom: 1vw;
    }

    .useful-material-card-content .useful-material-describe p {
        height: 28.4vw;
        font-size: 3.4vw;
    }

}





@media (max-width: 1400px) {
    .fix-btn-search {
        margin: 11px 0px 0px 1.0vw;
    }

    .nav-list-desktop {
        gap: 3vw;
        font-size: 1.3vw;
    }


}

@media (max-width: 1000px) {

    .nav-list-desktop {
        gap: 2.5vw;
        font-size: 1.4vw;
    }

}



@media (max-width: 767px) {

    .best-products {
        padding: 0 !important;
    }

    .zooshop-main-heade {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .header-obmanka {
        height: 83.08px;
    }




    .main-header-content .logo-container a {
        height: 51px;
        display: flex;
        align-items: center;
    }



    .categories {
        justify-content: space-between;
        align-content: space-around;
    }

    .header_page_categories {
        margin-top: 4vw;
    }

}

.bg-review-section {
    background-color: white;
    box-shadow: 0px 3px 19px 0px #00000040;
    position: absolute;
    right: 0%;
    width: 100%;
    z-index: 2;
}

.review-con {
    display: flex;
    justify-content: center;
}

.revie-con-two {
    width: 1600px;

}

.tut-revie-content {
    width: 100px;
    height: 100px;
    background-color: black;
}

@media (max-width: 1600px) {
    .revie-con-two {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bg-review-section {
        box-shadow: unset;
    }
}


/* HELP */

@media (max-width: 1520px) {
    .support-main-section {
        padding: 0 1.5vw;
    }
}

.support-main-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.support-main-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 51px;
    font-weight: 300;
    line-height: 62.17px;
    color: white;
    margin-right: auto;
    margin-left: 20px;
    text-align: left;
    width: 600px;
}

.support-main-container {
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    border-radius: 40px;
    padding: 50px;
    width: 500px;
}

.sup-con-two {
    display: flex;
    flex-direction: row;
}

.support-main-container img {
    height: 495px;
}

.support-info-container {
    margin-left: 107px;
    width: 408px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sup-con-text {
    margin-bottom: 21px;
}

.sup-con-text h1 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    font-family: "Montserrat Alternates", sans-serif;
    text-align: left;

    line-height: 1;
}

.sup-con-text h2 {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.71);
    font-family: "Montserrat Alternates", sans-serif;
    margin-bottom: 0 !important;
    text-align: left;

    line-height: 1;
}

.sup-con-experience-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 31px;
}

.sup-exp-card:nth-child(1) {
    margin-right: 23px;
}

.sup-exp-card {
    padding: 10px 19px 8px 19px;
    border-radius: 18px;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FF689A;
}

.sup-exp-card h1 {
    font-size: 22px;
    font-weight: 400;
    color: white;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}

.sup-exp-card h2 {
    font-size: 16px;
    font-weight: 500;
    color: white;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0 !important;
    line-height: 1;
}

.sup-con-text-info {
    margin-bottom: 26px;

}

.text-info-one {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-align: left;

    line-height: 1.1;
}

.text-info-two {
    font-weight: 400;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    text-align: left;

    line-height: 1.1;
}

.support-info-container .sup-btn {
    display: flex !important;
    justify-content: center;
    padding: 16px 32px;
    font-size: 20px;
    background-color: rgba(255, 104, 154, 1);
    color: white;
    border: none;
    border-radius: 18px;
    font-family: "Open Sans", sans-serif;
}

.support-info-container .sup-btn:hover {
    background-color: rgba(255, 154, 204, 1);
}

.support-main-section .sup-btn {
    display: none;
    background-color: rgba(255, 104, 154, 1);
    color: white;
    border: none;
    font-family: "Open Sans", sans-serif;
    transition: background-color 0.4s ease;
}

@media (min-width: 1920px) {}

@media (max-width: 1750px) {
    .support-main-title {
        font-size: 40px;
        margin-right: auto;
        line-height: 1.2;
        width: 37.8vw;
        /* height: 22vw; */

        padding: 1vw;
    }
}

@media (max-width: 1600px) {
    .support-main-title {
        /*                     display: none; */
        margin-right: auto;

    }
}

@media (max-width: 1090px) {
    .support-main-title {
        display: none;
    }

    .support-main-container {
        width: 100%;

    }

    .supp-section-height {
        height: 50vw;
    }

    .support-main-section {}

    .supp-section-height {
        display: none !important;
    }

    .bg-supp-section {
        position: relative !important;
    }

    .bg-supp-section {
        height: fit-content !important;
    }

    .support-main-container img {
        height: 45vw;
    }

    .support-info-container {
        margin-left: 8vw;
        width: 37.5vw;
        /* background-color: blue; */
    }

    .sup-con-text {
        margin-bottom: 2vw;
    }

    .sup-con-text h1 {
        font-size: 2.8vw;

    }

    .sup-con-text h2 {
        font-size: 2.2vw;
    }

    .sup-con-experience-card {
        margin-bottom: 2.8vw;
    }

    .sup-exp-card:nth-child(1) {
        margin-right: 2.2vw;
    }

    .sup-exp-card {
        min-width: 11.5vw;
        padding: 0.8vw 1.8vw 0.8vw 1.8vw;
        border-radius: 1.8vw;
    }

    .sup-exp-card h1 {
        font-size: 2vw;
    }

    .sup-exp-card h2 {
        font-size: 1.4vw;
    }

    .sup-con-text-info {
        margin-bottom: 2.8vw;
    }

    .text-info-one {
        font-size: 1.56vw;
    }

    .text-info-two {
        font-size: 1.56vw;
    }

    .support-info-container .sup-btn {
        padding: 1.5vw 0vw;
        font-size: 1.8vw;
        border-radius: 1.8vw;
    }


}

@media (max-width: 880px) {
    .text-info-one {
        display: none;
    }

    .text-info-two {
        font-size: 1.7vw;
    }
}

@media (max-width: 800px) {
    .support-info-container {
        padding-left: 2vw;
        padding-right: 2vw;
        width: 43.5vw;
    }

    .sup-con-text {
        margin-bottom: 1vw;
    }

    .sup-con-text h1 {
        font-size: 3vw;
    }

    .sup-con-text h2 {
        font-size: 2.8vw;
    }

    .sup-con-experience-card {
        margin-bottom: 1.8vw;
    }

    .sup-exp-card:nth-child(1) {
        margin-right: 2.2vw;
    }

    .sup-exp-card {
        min-width: 11.5vw;
        padding: 0.8vw 1.8vw 0.8vw 1.8vw;
        border-radius: 1.8vw;
    }

    .sup-exp-card h1 {
        font-size: 2.5vw;
    }

    .sup-exp-card h2 {
        font-size: 1.8vw;
    }

    .sup-con-text-info {
        margin-bottom: 1.8vw;
    }

    .text-info-one {
        font-size: 1.9vw;
    }

    .text-info-two {
        font-size: 1.9vw;
    }

}

@media (max-width: 700px) {
    .bg-supp-section {
        padding: 0 2.5vw;
    }

    .sup-con-two {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .section-sup-mr {
        margin-top: 6vw !important;
        margin-bottom: 6vw;
    }

    .supp-section-height {
        height: 100vw !important;
    }

    .support-main-section {
        justify-content: center;
        flex-direction: column;
    }

    .bg-supp-section {
        height: 100vw !important;
        position: relative !important;
        height: fit-content !important;
    }

    .supp-section-height {
        display: none !important;
    }

    .support-main-section .sup-btn {
        display: flex;
        justify-content: center;
        margin-top: 5vw;
        width: 99.8%;
        font-size: 4vw;
        padding: 3.4vw 0 3.4vw 0;
        border-radius: 4.8vw;
    }


    .support-main-container {
        width: 100%;
        padding: 20px !important;
        display: flex;
        justify-content: center;
        border-radius: 9.6vw;
        box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);

    }

    .support-info-container {
        width: 100%;
        padding-top: 6vw;
        align-items: center;
        margin-left: 0;
    }

    .sup-con-text {
        text-align: center;
        margin-bottom: 4vw;
    }

    .sup-con-text h1 {
        font-size: 4.5vw;
        line-height: 1.2;
        text-align: center;
    }

    .sup-con-text h2 {
        font-size: 4vw;
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
    }

    .sup-con-experience-card {
        display: flex;
        justify-content: center;
        margin-bottom: 6vw;
    }

    .sup-exp-card:nth-child(1) {
        margin-right: 6.5vw;
    }

    .sup-exp-card {
        min-width: 29vw;
        padding: 1.4vw 1.8vw 1.4vw 1.8vw;
        border-radius: 4.8vw;
    }

    .sup-exp-card h1 {
        font-size: 4.5vw;
    }

    .sup-exp-card h2 {
        font-size: 3.5vw;
    }

    .sup-con-text-info {
        /* background-color: black; */
        width: 78vw;
    }

    .text-info-two {
        font-size: 4vw;
        text-align: center;
    }

    .support-info-container .sup-btn {
        display: none !important;
    }

    .support-main-container img {
        height: 50vw;
        margin-top: 1vw;
    }
}

.supp-section-height {
    height: 528px;
    width: 100%;

}

.supp-section-height {
    display: none !important;
}

.bg-supp-section {
    position: relative;
    width: 100%;
    height: fit-content !important;

    background-color: rgba(255, 183, 229, 1);
}



@media (max-width: 1574px) {
    .section-sup-mr {
        margin-bottom: 4vw !important;
        margin-top: 4vw !important;
    }
}

@media (min-width: 922px) {
    .mobile-navigation-list {
        display: none;
    }

    .logo-container {
        display: none;
    }

}

@media (max-width: 921px) {

    .nav-account-desktop,
    .logo-container-desktop,
    .nav-list-desktop,
    .swiper-buttons-most-selled,
    .footer-social.desktop {
        display: none;
    }

    .main-header-content .logo-container a img {
        height: 48px;
    }

    .logo-container {
        display: flex;
        align-items: center;
    }

    .mobile-navigation-item svg rect {
        fill: black;
    }


    .container-header {
        height: 83.08px !important;
    }

}

@media (max-width: 700px) {
    .section-sup-mr {
        margin-top: 10vw !important;
        margin-bottom: 8vw !important;
    }
}

.section-sup-mr {
    margin-top: 100px;
    margin-bottom: 200px;

}



/* modal */


/* random fix */
.forminator-ui#forminator-module-1091.forminator-design--default .forminator-button-submit:hover {
    background-color: #FF689A !important;
}

.forminator-ui#forminator-module-1094.forminator-design--default .forminator-button-submit {
    transition: background-color 0.5s ease;
    transition: box-shadow 0.5s ease;
    background-color: rgba(255, 104, 154, 1) !important;

}

.forminator-ui#forminator-module-1094.forminator-design--default .forminator-button-submit:hover {
    background-color: rgba(255, 154, 204, 1) !important;
}

footer div .form-container .forminator-edit-module {
    display: none;
}

.brand-white-section {

    width: 100%;
    display: none;
}

.brand-white-container {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brand-white-container-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-vertical-line {
    width: 2px;
    background-color: black;
    height: 10vw;
}

.brand-white-element-con {
    width: 40vw;
    height: 30vw;
    background-color: yellow;

}

@media (max-width: 1520px) {
    .brands_table_section {
        /* 		margin: 100px 0; */
        width: 100%;
        padding: 0 1.5vw;
    }
}

@media (max-width: 1486px) {
    .best-products {
        width: 100%;
        margin: 2vw 0;
        padding: 0 1.2vw;
        display: flex;
        flex-direction: column;
    }

    .brand-white-section h2 {
        padding: 0 1.5vw;
    }

    .reviews_block h1 {
        padding: 0 1.5vw;
    }
}

.container-links-products {
    display: flex;
}

@media (max-width: 767px) {
    .reviews_block h1 {
        font-size: 5.12vw !important;
    }

    .brands_table_section {
        display: none;
    }

    .brands_table {
        display: none;
    }


    .brand-white-section h2 {
        font-size: 5.12vw
    }

    .brand-white-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1.5vw;
    }


}

.best-products .tabcontent .swiper .swiper-wrapper .swiper-slide .product-card .product-image-container img {
    height: 173px !important;
    width: auto;
}


.best-products .tabcontent .swiper .swiper-wrapper .swiper-slide .product-card .product-image-container {
    display: flex;
    justify-content: center;
}

.most-selled-products form.variations_form {
    margin-top: auto;
    margin-bottom: auto;
}

.most-selled-products form.variations_form p {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    line-height: 20px;
    text-align: left;
}

.woocommerce-variation-price,
.most-selled-products .product-price {
    margin-bottom: 0;
    margin-left: 0;
}

.product-card .product-add-to-cart-btn {
    margin-top: auto !important;
}

.best-products .tabcontent .swiper {
    margin: 0;
}

@media (max-width: 767px) {

    .tabcontent {
        padding: 10px !important;
    }
}

.news-swipper .swiper-wrapper {
    justify-content: space-between;
    height: 414px;
}


.news-swipper .swiper-wrapper .swiper-slide {
    display: flex;
}

.news-swipper .swiper-wrapper .swiper-slide:nth-child(1) {
    justify-content: flex-start !important;
}

.news-swipper .swiper-wrapper .swiper-slide:nth-child(2) {
    justify-content: flex-end !important;
}

.recomendations-container-text {
    width: 1486px;
    margin: 0 auto;
    color: white;

}

@media (max-width: 767px) {
    .recomendations-container-text {
        font-size: 5.12vw !important;
    }
}



@media (max-width: 1335px) {
    .news-swipper .swiper-wrapper .swiper-slide:nth-child(1) {
        display: flex;
        justify-content: center !important;
    }

    .brands_table_section {
        width: 100%;
        margin: 0 auto;
        margin-top: 1.5vw;
        margin-bottom: 3vw;
    }

}

@media (max-width: 767px) {

    .recomendation-slider {
        padding: 10px !important;
    }

    .useful-materials {
        padding: 0 2.5vw !important;


    }
}


@media (max-width: 1524px) {

    .useful-materials {
        width: 100%;
        padding: 0 1vw;
    }

    .recomendations-container-text {
        width: 100%;
        margin: 0;
    }

    .recomendation-slider {
        padding: 0 1.5vw;
    }

    .best-products {
        padding: 1.5vw;
    }



}

.brand-table-ogo {
    border: unset;
    background-color: white;
    padding: 4vw 2vw;
}


.brand-table-ogo tbody tr td {
    border: unset;
}

.brand-table-ogo tbody tr td img {
    margin: 0 auto;
    width: auto;
}

.brn-tbl-line {
    width: 2px;
    height: 16vw;
    background-color: black;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 15%;
}

.brn-tbl-line-one {
    margin-top: 3.5vw;

}

.brn-tbl-line-two {
    margin-top: 28vw;
}

.tr-probel-brn-tbl {
    width: 100%;
    height: 2vw;
}

.brn-tbl-og-one {
    /* 	height: 20vw; */
    width: 25vw !important;
}

.brn-tbl-og-two {
    height: 14vw;
}

.brn-tbl-og-three {
    width: 25vw !important;
}

.brn-tbl-og-four {
    width: 25vw !important;
}

.brand-table-ogo tbody tr td {
    width: 50%;
    height: 22vw;
    padding: 2vw 2vw;
}





/*  ПОШУК  */
.dgwt-wcas-suggestions-wrapp {
    border-radius: 15px;
    margin-top: 10px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #FFB8E5;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 46px;
    text-align: right;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: unset;
    left: 10px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 10px;
    right: unset !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    right: unset !important;
    left: 45px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: white;
}


.dgwt-wcas-content-wrapp {
    flex-direction: column;
    align-items: flex-start;
}

.dgwt-wcas-st {
    display: flex;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: white;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-right: 25px;
}

@media (min-width: 1487px) {
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 10px 25px 10px 15px;
    }

    .dgwt-wcas-search-wrapp {
        margin-top: 51px;
        margin-bottom: 71px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 6.5px !important;
    }


}

@media (max-width: 1487px) {
    .dgwt-wcas-search-wrapp {}

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        left: 15px;
        top: 16.5px !important;
    }

    .dgwt-wcas-search-wrapp {
        margin-top: 3vw;
        margin-bottom: 4vw;
    }
}

@media (max-width: 767px) {

    .search_vipadayka_pc {
        display: none;
    }

    .dgwt-wcas-search-wrapp {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: unset;
        width: 90%;
        border-radius: 10px;
        overflow: hidden;

    }
    .dgwt-wcas-search-wrapp a.js-dgwt-wcas-enable-mobile-form {
        border:4px solid #FF689A !important;
        padding: 5px 15px;
        border-radius: 10px;
        overflow: hidden;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 13px 10px 13px 48px;
        border-radius: unset;
        /* 		box-shadow: inset 0px 0px 12px 2px rgba(0,0,0,0.10); */
        border: none;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
        left: 10px !important;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        padding: 0;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 6.5px !important;
        left: 0px;
    }

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        background: white;
    }


}





/* статі */
.custom-posts-wrapper {
    /*       display: flex;
  flex-wrap: wrap;
justify-content: space-between;
  flex-direction: row-reverse;
    margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    margin-top: 20px;
    justify-content: flex-start;
}
@media screen and (min-width:960px) {
    .custom-posts-wrapper {
        flex-wrap: nowrap !important;
    }
}

.custom-posts-wrapper .custom-post:nth-child(2n) {
    margin-left: auto;
}

/* Убираем проблемные стили для пагинации WooCommerce */
.woocommerce nav.woocommerce-pagination ul li a {
    position: static !important;
    right: auto !important;
}




.post-custom-text-container {
    /*       width: fit-content; */
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.post-custom-text-container h2 {
    width: fit-content;
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif !important;

}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: unset !important;
}

.post-date {
    display: none;
}

.custom-post {
    display: flex;
    /* 		flex-direction: row-reverse; */
    background-color: white;
    justify-content: space-between;
    border-radius: 35px;
}

.post-excerpt {
    width: fit-content;
    font-style: unset !important;
    font-family: "Roboto", sans-serif !important;
}

.read-more-button {
    text-align: center;
    background-color: #FF689A;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    margin-top: auto;
    color: white !important;
}

@media (min-width: 1525px) {

    .custom-post {
        width: 725px;
        margin-bottom: 34px;
        height: 383px;
    }

    .post-custom-text-container {
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 19px;
        max-width: 342px;

    }

    .post-custom-text-container h2 {
        font-size: 22px;
        max-width: 322px;
        margin-bottom: 18px;
        line-height: 25.78px;
    }

    .post-excerpt {
        font-size: 17px;
        max-height: 210px;
        line-height: 20.83px;
    }

    .post-thumbnail {
        height: 383px;
        width: 359px;

    }

    .post-thumbnail img {
        height: 383px;
        width: 359px;
        border-radius: 35px;
    }

    .read-more-button {
        font-size: 15.22px;
        border-radius: 22px;
        padding: 12px 0;
    }


}

@media (max-width: 1524px) {
    .custom-posts-wrapper {
        margin-top: 1vw !important;
    }


    .custom-post {
        width: 48vw;
        border-radius: 2.29vw;
        height: 25vw;
        margin-bottom: 1vw;
    }

    .post-custom-text-container {
        padding-right: 1.31vw;
        padding-left: 1.13vw;
        padding-bottom: 0.98vw;
        padding-top: 1.24vw;
        max-width: 23.3vw;
    }

    .post-custom-text-container h2 {
        font-size: 1.44vw;
        max-width: 23.3vw;
        line-height: 1.69vw;
        margin-bottom: 1.18vw;
    }

    .post-excerpt {
        font-size: 1.11vw;
        max-height: 13.77vw;
        line-height: 1.36vw;
    }

    .post-thumbnail img {
        height: 25vw;
        width: 24vw;
        border-radius: 2.29vw;

    }

    .read-more-button {
        border-radius: 1.44vw;
        padding: 1vw 0;
        font-size: 0.98vw;
        line-height: 1vw;
    }



}

@media (min-width: 768px) {
    .custom-post:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {


    .custom-posts-wrapper {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 0 !important;
    }

    .custom-post {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 2.70vw;
        height: unset;
    }

    .custom-post:last-child {
        margin-bottom: 0;
    }

    .post-thumbnail {}

    .post-thumbnail img {
        width: 100%;
        height: 30.51vw;
        border-radius: 2.29vw;
        width: 100%;
        object-fit: cover;
        object-position: 50% 22%;
    }

    .post-custom-text-container {
        max-width: unset;
        flex-direction: column-reverse;
        width: 100%;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-top: 2vw;
        padding-bottom: 1vw;
    }

    .post-date {
        display: flex;
        font-size: 3vw;
        line-height: 3.1vw;

    }

    .post-custom-text-container h2 {
        max-width: unset;
        font-weight: 400 !important;
        font-family: "Inter", sans-serif !important;
        font-size: 4.10vw;
        line-height: 5.46vw;
        margin-bottom: 0;
    }

    .post-excerpt {
        display: none;
    }

    .read-more-button {
        display: block;
        position: absolute;
        width: 96vw;
        height: 40vw;
        right: 2vw;
        opacity: 0;
    }


}

/* статі */

/* послуги */

.service-post-modal-section {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 400;
    top: 0;
    left: 0;
    background: #000000ad;
}

.service-post-modal-container {
    width: 100%;
    height: 100%;
    display: flex;

}

.service-post-modal-card-container {
    flex: 1;
    display: flex;
}

.service-post-modal-card-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.service-post-modal-card {
    display: flex;
    position: relative;
    max-width: 540px;
    width: 100%;
    border-radius: 15px !important;
    background: #FF689A !important;
    margin: auto !important;

}

.service-post-modal-card .forminator-ui {
    border-radius: 15px !important;
    padding: 25px 20px !important;
    background: #FF689A !important;

    height: fit-content;
}

@media (max-width: 600px) {

    .service-post-modal-card {
        margin: auto 20px !important;

    }

}

@media (max-width: 1524px) {
    .services-posts-section-title {
        padding-left: 1.5vw;

    }
}

.services-posts {}

.service-post-card {
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
}

.services-posts .service-post-card:last-child {
    margin: 0 !important;
}

.service-post-card-container {
    display: flex;
    background-color: #fff;
    border-radius: 45px;
}

.service-post-card-btn-pc {
    background-color: #FF689A;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;

}

.service-post-img-pc {

    display: flex;
    margin-right: 55px;
}

.service-post-img-pc img {
    border-radius: 45px 0 0 45px
}

.service-post-img-size {}

.service-post-img-size img {}

.service-post-card-text-section {}

.service-post-title {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    text-align: left;
    /* protocol-text */
}

.service-post-img-mb {}

.service-post-img-mb img {}

.service-post-dsc p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: left;
    /* protocol-text */
}

.service-post-card-btn-mob {}

@media (min-width: 1525px) {
    .service-post-card {}

    .service-post-card-container {
        height: 363px;

    }

    .service-post-card-btn-pc {
        font-size: 22px;
        padding-bottom: 24px;
        padding-top: 17px;
        width: 381px;
        text-align: center;
        margin-right: 54px;
        margin-left: auto;
        border-radius: 0px 0px 40px 40px;
    }

    .service-post-img-pc {
        width: 385px;

    }

    .service-post-img-pc img {}

    .service-post-img-size {
        height: 363px;
        width: 385px;
    }

    .service-post-img-size img {
        height: 363px;
        width: 363px;
        opacity: 0;
    }

    .service-post-card-text-section {
        padding: 51px 80px 0 0;
    }

    .service-post-title {
        font-size: 22px;
        line-height: 21.33px;
    }

    .service-post-dsc {
        font-size: 17px;
        line-height: 25.5px;

    }

    .service-post-dsc {
        max-width: 926px;
    }

}

@media (max-width: 1524px) {
    .services-posts {
        padding: 0 1.5vw;
    }

    .service-post-card {}

    .service-post-card-container {
        height: 363px;

    }

    .service-post-card-btn-pc {
        font-size: 22px;
        padding-bottom: 24px;
        padding-top: 17px;
        width: 381px;
        text-align: center;
        margin-right: 54px;
        margin-left: auto;
        border-radius: 0px 0px 40px 40px;
    }

    .service-post-img-pc {
        width: 385px;

    }

    .service-post-img-pc img {}

    .service-post-img-size {
        height: 363px;
        width: 363px;
    }

    .service-post-img-size img {
        height: 363px;
        width: 363px;
        opacity: 0;
    }

    .service-post-card-text-section {
        padding: 51px 80px 0 0;
    }

    .service-post-title {
        font-size: 22px;
        line-height: 21.33px;
    }

    .service-post-dsc {
        font-size: 17px;
        line-height: 25.5px;

    }

    .service-post-dsc {
        max-width: 926px;
    }
}


@media (max-width: 1372px) {
    .service-post-dsc {
        width: 600px;
    }
}

@media (max-width: 1100px) {
    .service-post-dsc {
        width: 400px;
    }
}

@media (max-width: 1100px) {
    .service-post-dsc {
        width: 330px;
    }
}



@media (min-width: 768px) {
    .service-post-card-container {
        flex-direction: row;
        /* 		justify-content: flex-end; */

    }

    .service-post-img-mb {
        display: none;
    }

    .service-post-card-btn-mob {
        display: none;
    }

    .services-posts-section-title {
        font-weight: 400 !important;
        color: white !important;
        font-size: 47px !important;
        font-family: "Montserrat Alternates", sans-serif !important;
    }
}

@media (min-width: 768px) {
    .service-post-img-size {
        display: none;
    }
}

@media (max-width: 767px) {
    .services-posts-section-title {
        padding: 0 2.5vw;
        margin-bottom: 4.64vw !important;
        font-size: 5.64vw !important;
        font-weight: 400 !important;
        font-family: "Montserrat Alternates", sans-serif !important;
    }

    .service-post-img-pc {
        display: none;
    }

    .services-posts {
        padding: 0 2.5vw;
    }

    .service-post-card {
        margin-bottom: 8.97vw;
    }

    .service-post-img-size {
        display: none;
    }

    .service-post-card-btn-pc {
        display: none;
    }

    .service-post-card-container {
        height: unset;
    }

    .service-post-card-container {
        border-radius: 3.84vw;
    }

    .service-post-card-text-section {
        width: 100%;
        padding: 6.41vw 5.64vw 5.38vw 4.10vw !important;
    }

    .service-post-img-mb {
        display: flex;
        justify-content: center;
        width: 100%;

        margin-top: 4.35vw;
        margin-bottom: 5.38vw;
    }

    .service-post-img-mb img {}

    .service-post-title {
        font-size: 5.12vw !important;
        margin-bottom: 0 !important;
    }

    .service-post-dsc {
        width: 100%;

    }

    .service-post-dsc p {
        font-size: 4.35vw;
        line-height: 5.34vw;
    }

    .service-post-btn-mob-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 4.10vw;

    }

    .service-post-card-btn-mob {
        background-color: #FF689A;
        padding: 3.97vw 0 3.97vw 0;
        width: 100%;
        text-align: center;
        border-radius: 2.56vw;
        color: white;
        font-size: 4.10vw;
    }

}

/* послуги */


/* ВІДГУКИ */
/* ВІДГУКИ */

.product-reviews {}

.single-review {
    padding: 45px 0;
    border-top: 3px dashed #FF689A;
}

.single-review-container {
    display: flex;
}

.single-review-info-con {
    display: flex;

}

.review-author-avatar-con {
    margin-right: 10px;
    height: 46px;
    width: 46px;
}

.review-author-avatar-con img {
    height: 46px;
    width: 46px;
    border-radius: 50px;
}

.review-authot-name-rat-con {
    text-align: left;
}

.review-rat-con-author {
    text-align: left;

    font-family: "Roboto", sans-serif !important;
    color: black;
    font-weight: 400;

    font-size: 17px;
    line-height: 20.83px;
}

.review-star-con {
    font-size: 17px;
    color: rgba(255, 104, 154, 1);
    width: 71px;
}

.single-review-data {
    margin-left: 17px;
    text-align: right;
    font-family: "Roboto", sans-serif !important;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 400;
    font-size: 13px;
    line-height: 20.83px;
}

.single-review-description {
    max-width: 905px;
    margin-left: 61px;
}

.single-review-description p {
    text-align: left;
    font-family: "Roboto", sans-serif !important;
    color: white;
    font-weight: 400;
    line-height: 20.83px;
    font-size: 17px;
}

/* інфо-блок */
.review-up-section {
    margin-bottom: 48px;
}

.rev-up-sec-title {
    color: white !important;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400 !important;
    line-height: 57px !important;
    font-size: 47px !important;
    margin-bottom: 43px !important;

}

.review-up-card {
    width: 260px;
    background-color: white;
    border-radius: 35px;
    padding: 21px 27px 21px 27px;
    text-align: right;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.review-up-logo {
    margin-bottom: 23px;
}

.rev-up-info-con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    flex-direction: row-reverse;
}

.rev-up-info-text-one {
    font-size: 13px;
    line-height: 14px;
    font-family: "Montserrat Alternates", sans-serif;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
}

.rev-up-info-text-two {
    font-size: 43px;
    line-height: 52.42px;
    font-family: "Montserrat Alternates", sans-serif;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
}

.rev-up-review-star {
    line-height: 1;
    display: flex;
}

.rev-up-review-star {
    font-size: 27px;

}

.rev-up-info-stars-con {
    display: flex;
    flex-direction: column;
}

.rev-up-button-con {
    width: 100%;
}

.rev-up-btn {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 14.88px;
    padding: 12px 20px;
    font-weight: 600;
    color: white;
    background-color: rgba(255, 104, 154, 1) !important;
    transition: background-color 0.2s ease;
    border-radius: 17px;
}

.rev-up-btn:hover {
    background-color: rgba(255, 154, 204, 1) !important;
}

.rev-up-btn:active {
    background-color: rgba(215, 64, 114, 1) !important;
}

/* vidguk-form */
/* vidguk-form */

.review-form-section {}

.review-form-section-title {
    color: white !important;

    margin-top: 53px;
    margin-bottom: 33px !important;
    line-height: 57.29px;
    font-size: 47px !important;
    font-weight: 400 !important;
    font-family: "Montserrat Alternates", sans-serif !important;
}

.review-form-section .review-form-card {
    display: flex;
    flex-direction: column;
    cursor: unset !important;
}

.review-rat-text {
    color: white;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 24.38px;
    font-family: "Montserrat Alternates", sans-serif !important;

    margin-right: 19px;
}

.review-form-rating-container {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.review-rating-container:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.review-rating-container:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 35px;
    color: white;

}

.review-form-section .review-form-card .review-form-text-name {
    height: fit-content !important;
    max-width: 573px;
    padding: 11px 15px 11px 15px !important;
    margin-bottom: 23px;
    border-radius: 8px !important;

    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24.38px !important;
    font-family: "Montserrat Alternates", sans-serif !important;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.5) inset !important;
    border: none !important;
    cursor: unset !important;

}

.review-form-section .review-form-card .review-form-text-email {
    height: fit-content !important;
    max-width: 573px;
    padding: 11px 15px 11px 15px !important;
    margin-bottom: 23px;
    border-radius: 8px !important;

    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24.38px !important;
    font-family: "Montserrat Alternates", sans-serif !important;

    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.5) inset !important;
    border: none !important;
    cursor: unset !important;
}

.review-form-section .review-form-card .review-form-text-content {
    height: fit-content !important;
    padding: 11px 15px 11px 15px !important;
    margin-bottom: 14px;
    border-radius: 8px !important;

    font-weight: 400 !important;
    font-size: 20px;
    font-family: "Montserrat Alternates", sans-serif !important;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.5) inset !important;
    border: none !important;
    cursor: unset !important;
}

.review-form-text-name::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.review-form-text-content::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.review-form-text-email::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.review-form-section .review-form-card .review-form-btn {
    height: fit-content !important;

    width: fit-content;
    padding: 16.5px 59px !important;
    background-color: rgba(255, 104, 154, 1) !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20.22px !important;
    line-height: 20px !important;
    border-radius: 9px !important;
    cursor: unset !important;
    transition: background-color 0.2s ease !important;
}

.review-form-section .review-form-card .review-form-btn:hover {
    background-color: rgba(255, 154, 204, 1) !important;
    cursor: pointer !important;
}

.review-form-section .review-form-card .review-form-btn:active {
    background-color: rgba(215, 64, 114, 1) !important;
}

@media (max-width: 1524px) {
    .review-form-section {
        width: 100%;
        padding: 0 1.5vw;
    }

    .review-form-section-title {
        font-size: 40px !important;
    }

    .review-form-section .review-form-card .review-form-text-name {
        max-width: 70%;
        width: unset !important;
    }

    .review-form-section .review-form-card .review-form-text-email {
        max-width: 70%;
        width: unset !important;
    }

}

@media (max-width: 767px) {
    .review-form-section {
        padding: 0 2.5vw !important;
    }

    .review-form-section-title {
        color: black !important;
        font-size: 5.64vw !important;
        line-height: 6.66vw !important;
        margin-top: 10.58vw;
        margin-bottom: 8.46vw !important;

    }

    .review-rat-text {
        font-size: 3.58vw !important;
        line-height: 3.60vw !important;
        margin-right: 2.56vw !important;
        color: rgba(0, 0, 0, 1);
    }

    .review-form-rating-container {
        margin-bottom: 4.35vw !important;
    }

    .review-rating-container:not(:checked)>label {
        font-size: 6.66vw;
        line-height: 6.66vw;
    }

    .review-form-section .review-form-card .review-form-text-name {
        width: 69.23vw !important;
        max-width: unset !important;
        font-size: 3.58vw !important;
        line-height: 3.60vw !important;
        padding: 2.56vw 10px 2.56vw 10px !important;
        border: 1px solid rgba(255, 104, 154, 1) !important;
        margin-bottom: 2.82vw !important;
        border-radius: 2.05vw !important;
    }

    .review-form-section .review-form-card .review-form-text-email {
        width: 69.23vw !important;
        max-width: unset !important;
        font-size: 3.58vw !important;
        line-height: 3.60vw !important;
        padding: 2.56vw 10px 2.56vw 10px !important;
        border: 1px solid rgba(255, 104, 154, 1) !important;
        margin-bottom: 2.82vw !important;
        border-radius: 2.05vw !important;
    }

    .review-form-section .review-form-card .review-form-text-content {

        font-size: 3.58vw !important;
        line-height: 3.60vw !important;
        padding: 2.56vw 10px 2.56vw 10px !important;

        border: 1px solid rgba(255, 104, 154, 1) !important;
        margin-bottom: 3.87vw;
        border-radius: 2.05vw !important;
    }

    .review-form-section .review-form-card .review-form-btn {
        width: 69.23vw !important;
        max-width: unset !important;
        font-size: 5.12vw !important;
        padding: 3.07vw 0 !important;
        border-radius: 2.56vw !important;
    }

}

/* 	review-recent-comments */
/* 	review-recent-comments */
.review-recent-comments {
    display: flex;
    flex-direction: column;
}

.review-recent-comments .review-comment-card:first-child {
    border: none;
}

.review-recent-comments .review-comment-card:last-child {
    border-bottom: 3px dashed #FF689A;

}


.review-comment-card {
    display: flex;
    flex-direction: row;
    padding: 45px 0;
    border-top: 3px dashed #FF689A;
}

.review-comment-card-container {
    display: flex;
}

.review-comment-card-info-con {
    display: flex;
}

.review-comment-avatar {
    margin-right: 10px;
    height: 46px;
    width: 46px;
}

.review-comment-avatar img {
    border-radius: 50px;
}

.review-comment-author {
    margin-right: 17px;
    text-align: left;
    font-family: "Roboto", sans-serif !important;
    color: black;
    font-weight: 400;
    font-size: 17px;
    line-height: 20.83px;
    display: flex;
    align-items: center;
}

.review-comment-details {
    display: flex;
    margin-left: 61px;
    text-align: right;
    font-family: "Roboto", sans-serif !important;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 400;
    font-size: 13px;
    line-height: 20.83px;
    align-items: center;
}

.review-comment-date {
    margin-right: 61px;
    text-align: right;
    font-family: "Roboto", sans-serif !important;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 20.83px !important;
    display: flex;
    align-items: center;
}

.review-comment-content-con {
    padding-top: 12.5px;
    max-width: 905px;
}

.review-comment-content p {
    text-align: left;
    font-family: "Roboto", sans-serif !important;
    color: white;
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 17px !important;

}

@media (max-width: 1524px) {
    .review-comment-card {
        padding: 3.5vw 1.5vw;
    }

}

@media (max-width: 1111px) {}

@media (max-width: 767px) {
    .review-comment-card {
        padding: 7.69vw 0;
        margin: 0 2.50vw;
        border-top: 2px dashed white;
    }

    .review-recent-comments .review-comment-card:last-child {
        border-bottom: 3px dashed white;

    }

    .review-comment-card-info-con {
        margin-bottom: 4.35vw;
    }

    .review-comment-card-container {
        display: flex;
        flex-direction: column;
    }

    .review-comment-avatar {
        width: 11.79vw;
        height: 11.79vw;
        margin-right: 2.56vw;
    }

    .review-comment-avatar img {
        width: 11.79vw;
        height: 11.79vw;
    }

    .review-comment-author {
        font-size: 4.35vw;
        line-height: 5.34vw;
        margin-right: 4.35vw !important;
        color: rgba(0, 0, 0, 1);
    }

    .review-comment-date {
        font-size: 3.33vw !important;
        line-height: 3.34vw !important;
        margin-left: 0;
    }

    .review-comment-content-con {
        padding-top: 0;
    }

    .review-comment-content p {
        font-size: 4.35vw !important;
        line-height: 5.34vw !important;
        color: rgba(0, 0, 0, 1);
        font-weight: 300 !important;
    }


}


/* 	review-recent-comments */
/* 	review-recent-comments */


/* vidguk-form */
/* vidguk-form */

@media (max-width: 1524px) {


    .rev-up-sec-title {
        font-size: 40px !important;
    }

    .review-up-section {
        padding: 0 1.5vw;
    }

    .single-review {
        padding: 3.5vw 1.5vw;

    }

    .single-review-description {
        max-width: 60vw;
    }

}

@media (max-width: 1111px) {
    .single-review-description {
        max-width: 50vw;
    }

    .single-review-data {
        margin-left: 3vw;
    }
}

@media (min-width: 768px) {
    .product-reviews .single-review:last-child {
        border-bottom: 3px dashed #FF689A;
    }
}

@media (max-width: 767px) {
    .single-review {
        padding: 7.69vw 0;
        margin: 0 2.50vw;
        border-top: 2px dashed white;
    }

    .product-reviews .single-review:last-child {
        border-bottom: 2px dashed white;

    }

    .single-review-container {
        flex-direction: column;
    }

    .single-review-description {
        max-width: unset;
        width: 100%;
        margin-left: 0;
    }

    .single-review-info-con {
        margin-bottom: 4.35vw;
    }

    .review-author-avatar-con {
        width: 11.79vw;
        height: 11.79vw;
        margin-right: 2.56vw;
    }

    .review-author-avatar-con img {
        width: 11.79vw;
        height: 11.79vw;
    }

    .review-rat-con-author {
        font-size: 4.35vw;
        line-height: 5.34vw;
        margin-left: 0 !important;
        color: rgba(0, 0, 0, 1);
    }

    .review-star-con {
        font-size: 4.35vw;
        width: fit-content;
        line-height: 3.34vw;

    }

    .single-review-data {
        font-size: 3.33vw;
        line-height: 3.34vw;
        padding-top: 1.2vw
    }

    .single-review-description p {
        font-size: 4.35vw;
        line-height: 5.34vw;
        color: rgba(0, 0, 0, 1);
        font-weight: 300 !important;
    }

    .review-up-section {
        padding: 0 2.5vw;
        margin-bottom: 6.66vw;
    }

    .review-up-logo {
        width: 37.69vw !important;
        margin-bottom: 0 !important;
    }

    .review-up-card {

        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 4vw 5vw 4vw 4vw;
        border-radius: 3.84vw;
        box-shadow: 0px 1vw 1.76vw 0px rgba(0, 0, 0, 0.25);
    }

    .rev-up-info-con {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .rev-up-review-star {
        font-size: 3.58vw !important;
        line-height: 3.58vw !important;
    }

    .rev-up-info-stars-con {
        justify-content: center;
        margin-left: 3.33vw;
    }

    .rev-up-info-text-one {
        font-size: 3.58vw;
        line-height: 4.37vw;
    }

    .rev-up-info-text-two {
        font-size: 10vw;
        line-height: 12.18vw !important;
    }

    .rev-up-button-con {
        display: none;
    }

    .rev-up-sec-title {
        color: black !important;
        font-size: 5.64vw !important;
        line-height: 6.87vw !important;
        margin-bottom: 5.89vw !important;
    }

    .review-up-card {
        width: 100%;
    }


}

.success-message-review-con {}

.success-message-review-con p {}

/* ВІДГУКИ */
/* ВІДГУКИ */
/* ВІДГУКИ */


/* СТАТТЯ ДІЗ */
/* СТАТТЯ ДІЗ */
/* СТАТТЯ ДІЗ */

.product_page-product-section .e-con-inner {
    margin: 0 !important;
}

.elementor-2877 .elementor-element-a86be20 .e-con-inner {
    margin: 0 !important;

}

/* СТАТТЯ ДІЗ */
/* СТАТТЯ ДІЗ */
/* СТАТТЯ ДІЗ */

/* tovar-page */
/* tovar-page */
/* tovar-page */


/* window-message */

.single-product .woocommerce-message {
    border: unset !important;
    border-radius: 15px !important;
    margin-bottom: 0 !important;
    background-color: white !important;


}


.single-product .woocommerce-message::before {

    color: rgba(255, 154, 204, 1) !important;
}


.single-product .woocommerce-message a {

    background-color: rgba(255, 154, 204, 1) !important;
}

/* window-message */



.product_page-product-section .product_page-photo-container .woocommerce-product-gallery .slick-arrow {
    display: none !important;
}

/* product-page */
.ast-container .product-page-content {
    box-shadow: 0px 0px 29px 1px #0000001C;
    background-color: white !important;
    border-radius: 15px !important;
    padding: 2.5vw 2.5vw 2.5vw 2.5vw !important;
    margin-bottom: 5vw !important;
}





/* інфо-про-продукт */
/* інфо-про-продукт */



/* kilkistb and btn */

.product_page-product-section .e-con-inner .elementor-element-4373b2f .wl-quantity-cal svg {
    width: 20px !important;
    height: auto;
}

.product_page-product-section .e-con-inner .elementor-element-4373b2f .wl-quantity-cal {

    height: auto;
}

.product_page-product-section .e-con-inner .elementor-element-4373b2f .wl-quantity-cal .wl-quantity {
    display: flex !important;
    justify-content: center;
}

.product_page-info-row-two .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: flex-start !important;
}

.product_page-info-row-two .woocommerce-variation-add-to-cart-enabled .wl-cart-wrap button {
    background-color: rgba(255, 104, 154, 1) !important;
}

.product_page-info-row-two .woocommerce-variation-add-to-cart-disabled .wl-cart-wrap button {
    background-color: rgba(255, 104, 154, 1) !important;
}

.product_page-info-row-two .woocommerce-variation-add-to-cart .wl-cart-wrap button {
    margin-bottom: 0 !important;
    height: 55.97px !important;
    opacity: 100%;
}

.product_page-info-row-two .woocommerce-variation-add-to-cart-enabled .wl-cart-wrap button:hover {
    background-color: rgba(255, 154, 204, 1) !important;
}

.product_page-info-row-two .woocommerce-variation-add-to-cart-enabled .wl-cart-wrap button:active {
    background-color: rgba(215, 64, 114, 1) !important;
}



/* kilkistb and btn */




/* інфо-про-продукт */
/* інфо-про-продукт */


.single-product .elementor-element-a86be20 .e-con-inner {
    max-width: unset !important;
    width: 100% !important;
}

/* коменти */


.elementor-element-a86be20 .e-con-inner {}





.woocommerce .star-rating,
.woocommerce .comment-form-rating .stars a,
.woocommerce .star-rating::before {
    color: rgba(255, 104, 154, 1);
}






/* brands-page */
/* brands-page */
/* brands-page */

.brands-page-section {}


.brand-card {
    width: 100%;
    max-width: 240px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:15px;
    /*align-items: center;*/
    border-radius: 12px;
    box-shadow: 0px 0px 10px 1px #0000001C;

}
.brands-list .brand-card  {
    height: 100%;
}

.brand-card  .brand-card__img-wr {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    min-height: 100px;
}
.brand-card  .brand-card__title {
    margin-bottom: 0 !important;
    font-family: "Montserrat Alternates", sans-serif !important;
    text-align: center;
    font-size:18px;
    line-height: 22px;
    padding: 5px 0;
}





/* brands-page */
/* brands-page */
/* brands-page */


/* shop-page */
/* shop-page */
/* shop-page */

@media (min-width: 922px) {


    .woocommerce-shop .shop_filter-section {
        display: none !important;
    }

    .woocommerce-shop.ast-left-sidebar #primary {

    }

}

@media (max-width: 921px) {
    .woocommerce-shop .widget-area .wpfMainWrapper {
        display: none !important;
    }
}

@media screen and (max-width: 921px) and (min-width: 767px) {

    .woocommerce-shop.ast-left-sidebar #primary {


    }

}

@media (max-width: 766px) {
    .woocommerce-shop.ast-left-sidebar #primary {


    }
}

.woocommerce-shop.ast-left-sidebar #primary {

}

.woocommerce-shop.ast-left-sidebar #secondary {
    border: none !important;
    width: fit-content !important;
    margin-right: 0 !important;
    display:flex;
}



/*.woocommerce-shop .ast-woocommerce-container .woocommerce-products-header {*/
/*    display: none !important;*/
/*}*/

.woocommerce-shop .widget-area .wpfMainWrapper {
    background-color: rgba(255, 104, 154, 1) !important;
    border-radius: 35px;
    padding: 31px;
    margin-bottom: 2rem;
}
.woocommerce-shop .widget-area .wpfMainWrapper .wpfCheckboxHier ul li {
    margin-bottom:5px;
}

/* текст на якій сторінці находишся */
.woocommerce-shop .woocommerce-breadcrumb {
    margin: 0 !important;
}

/* все що повязано з чекбоксами */

.woocommerce-shop .wpfFilterVerScroll {
    padding-right: 20px !important;
}

.woocommerce-shop .wpfValue {
    padding: 0 !important;
}

.woocommerce-shop .wpfDisplay {
    padding-right: 0 !important;
    padding-left: 10px;
}

.woocommerce-shop .wpfFilterVerScroll li label {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    /*   align-items: left !important; */
}

.woocommerce-shop .wpfCheckbox {
    display: flex !important;

}

.woocommerce-shop .wpfFilterWrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-shop .wpfFilterWrapper label {
    text-align: left !important;
}

.woocommerce-shop .wpfDisplay {
    padding-right: 10px;
}


.woocommerce-shop .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
    /* 	red */
    background-color: white !important;
    border-color: #fff !important;
}

.woocommerce-shop .wpfFilterWrapper {
    margin-bottom: 0.75em !important;
}


.woocommerce-shop .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked+label::before {
    /* 	green */
    background: unset !important;
    background-color: rgba(255, 104, 154, 1) !important;
    border: 2px solid white !important;

}

.woocommerce-shop .wpfFilterWrapper .wpfCheckbox label::before,
.wpfFilterWrapper .wpfCheckbox label::after {
    /* 	red */
    background-color: white !important;
    border-color: #fff !important;
    border-radius: 50px !important;
}



/* polzunok */
.woocommerce-shop .ui-slider.ui-widget-content span.ui-slider-handle {
    background: #FF689A !important;
    border: 2px solid #fff !important;
    border-radius: 50px !important;

    outline-color: none !important;
    outline-width: 0 !important;
}


.woocommerce-shop .wpfPriceFilterRange .ui-widget-header {
    background-color: #fff !important;
    border: 3px solid #FF689A !important;
    color: #fff !important;
}

.woocommerce-shop .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: transparent;
    border-radius: 0;
    border: unset !important;
}

/* scroll */

.woocommerce-shop .wpfFilterVerScroll::-webkit-scrollbar-track {
    background: white;
    border: 1px solid rgba(255, 104, 155, 1) !important;
    border-radius: 15px;
}

.woocommerce-shop .wpfFilterVerScroll::-webkit-scrollbar-thumb {
    background: rgba(255, 104, 155, 1);
    box-shadow: unset !important;
    border: 2px solid #fff !important;


}

/*.woocommerce-shop .wpfFilterWrapper.wpfShowCount {*/
/*    border-top: 1px solid white;*/
/*    padding-top: 10px !important;*/
/*    margin: 0 !important;*/
/*    padding-bottom: 10px !important;*/
/*}*/



@media (min-width: 1525px) {

    .woocommerce-shop .wpfMainWrapper {
        width: 400px !important;
    }

    .woocommerce-shop.ast-left-sidebar #secondary {
        padding-right: 20px !important;
        width: fit-content;
    }

}

@media (min-width: 922px) and (max-width: 1524px) {
    .woocommerce-shop .wpfMainWrapper {
        width: 400px !important;
    }
}

@media (max-width: 1524px) {



    .woocommerce-shop.ast-left-sidebar #secondary {
        border: none !important;
        /*margin: 60px 0 0 1.5vw;*/
        padding: 0 1.5vw 0 0;
    }


}

/* scroll */

/* VIPADAYKA */
/* VIPADAYKA */

.shop_filter-vipadayka-close-con {
    display: flex;
    align-items: center;
}

.shop_filter-vipadayka-section-two {
    display: flex;
    flex-direction: column;

}

.shop_filter-vipadayka-container {}


@media (max-width: 921px) {
    .woocommerce-shop .woocommerce-result-count {
        display: none !important;
    }
}

@media screen and (max-width: 921px) and (min-width: 767px) {}

@media(max-width: 921px) {

    .shop_filter-section {
        margin: 4vw 0;
    }

    .woocommerce-shop .shop_filter-text-one {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap:7px;
        cursor: pointer;
    }

    .shop_filter-text-title {
        font-size: 13px !important;
        line-height: 14.83px !important;
        font-weight: 500;
        font-family: "Inter", sans-serif;
    }

    .shop_filter-text-two {

    }

    .woocommerce-shop .wpfCheckbox label {
        line-height: 1 !important;
    }

    .woocommerce-shop .wpfFilterVerScroll li label {
        line-height: 1 !important;

    }

    .woocommerce-shop .wpfFilterVerScroll li label .wpfCheckbox label {
        width: 20px !important;
        height: 20px !important;
    }

    .woocommerce-shop .wpfFilterVerScroll .wpfLiLabel {
        margin-bottom: 10px;
    }

    .woocommerce-shop .shop_filter-section .shop_filter-vipadayka-close-icon {
        height: 10px;
        margin-left: 2.5vw;
        margin-right: 5px;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%) !important;
    }



    .woocommerce-shop .shop_filter-section .shop_filter-vipadayka-close-title {
        font-weight: 600 !important;
        font-family: "Roboto", sans-serif !important;
        font-size: 16px !important;
        color: white !important;
    }

    .woocommerce-shop .wpfPriceRangeField {
        width: fit-content !important;
    }

}

@media (max-width: 766px) {}

.woocommerce-shop .shop_filter-section {
    display: flex;
    justify-content: space-between;
}

.woocommerce-shop .shop_filter-vipadayka-section {
    /* 	display: none; */
    width: 100%;
    background-color: rgba(255, 104, 154, 1);
    display: block;
    position: absolute;
    z-index: 9999999 !important;
    left: 0 !important;
    top: 84px;
}
@media (max-width: 921px) {
    .woocommerce-shop .shop_filter-vipadayka-section {
        position: fixed; /* Вместо absolute */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999;
        overflow-y: auto;

        /*
				top: 0px;
				min-height: calc(100vh); /* ✅ Точно высота экрана */
        /* overflow-y: auto;  */
    }
}

body.filter-modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}


/* filter */
.wpfFilterButtons  {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
.wpfClearButton {
    background-color: #f98cb4 !important; /* светло-розовый */
    color: #fff !important;
    padding: 10px 18px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.wpfClearButton:hover {
    background-color: #f0669b !important; /* чуть темнее при наведении */
}



@media (max-width: 768px) {
    .wpfClearButton {
        margin-top:50px !important;
        margin-bottom:100px !important;
    }
}

/*плавающая кнопка скрытия фильтра в мобильной версии*/


@media (max-width: 768px) {
    .custom-close-filter-btn {
        position: fixed !important;
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 9999;
        background-color: #f04791 !important;
        color: #fff !important;
        padding: 12px 20px !important;
        border-radius: 5px !important;
        font-size: 16px !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 150px;
    }

    .custom-close-filter-btn i.fa {
        margin-left: 8px !important;
        line-height: inherit;
    }

    .custom-close-filter-btn .wfpHideText {
        flex: 1;
        white-space: nowrap;
    }
}
@media (min-width: 769px) {
    .custom-close-filter-btn {
        display: none !important; /* Скрыть кнопку на больших экранах */
    }
}

/* Скрываем штатную кнопку WooFilter Pro в мобильной версии */
@media (max-width: 768px) {
    .wfpHideButton {
        display: none !important;
    }
}


.woocommerce-shop .wpfFilterWrapper {
    color: white !important;

    font-family: "Roboto", sans-serif !important;

}

.woocommerce-shop .wpfFilterTaxNameWrapper {
    color: white !important;

    font-family: "Roboto", sans-serif !important;
}

.woocommerce-shop .wpfDisplay .wpfCount {
    color: white !important;

    font-family: "Roboto", sans-serif !important;
}

.woocommerce-shop .wpfPriceRangeField {
    width: fit-content !important;
}

@media (max-width: 921px) {

    .shop_filter-vipadayka-container {
        display: flex !important;
        padding: 0 2.5vw !important;
    }

    .woocommerce-shop .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked+label::before {
        background: unset !important;
        background-color: rgba(255, 104, 154, 1) !important;
        border: 3.5px solid white !important;
    }

    .woocomerce-shop .shop_filter-vipadayka-container .wpfMainWrapper {
        width: 100% !important;
    }

    .woocomerce-shop .shop_filter-vipadayka-close-con {}

    .shop_filter-vipadayka-close-section {
        padding: 20px 0 !important;
        border-bottom: 1px solid white;

    }

    .woocomerce-shop .shop_filter-vipadayka-section .wpfFilterTaxNameWrapper {
        font-size: 22px !important;
    }

    .woocommerce-shop .wpfDisplay {
        display: flex !important;
        align-items: center;
    }

}




/* Картка один */

.woocommerce-shop .products li .astra-shop-summary-wrap .star-rating {
    display: none !important;
}



.woocommerce-shop.ast-left-sidebar #primary {

    width: 100% !important;
}









/* Картка один */


/* картка два */



/* shop-page */
/* shop-page */
/* shop-page */

/* корзина-page */
/* корзина-page */
/* корзина-page */




/* card */

/* корзина-page */
/* корзина-page */
/* корзина-page */

/* account-page */
/* account-page */
/* account-page */

/* left-menu */

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 348px !important;
}

.woocommerce-MyAccount-navigation ul {
    background-color: rgba(255, 104, 154, 1);


    padding: 10px 0 !important;
    border-radius: 15px
}

.woocommerce-MyAccount-navigation ul li {
    border: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    color: white;
    font-family: "Montserrat Alternates", sans-serif !important;
}


.woocommerce-MyAccount-navigation ul .is-active a {
    color: black !important;
}

.woocommerce-account .woocommerce {
    display: flex;
}



@media (max-width: 1524px) {
    .woocommerce-account .woocommerce {
        padding: 0 1.5vw;
    }
}

@media (min-width: 922px) {

    .woocommerce-account .woocommerce {
        flex-direction: row;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        /* 		margin-right: auto; */
        padding-right: 20px
    }


}

@media (max-width: 921px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
        padding-bottom: 2vw;
    }
}

/* left-menu */

/* orders */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}


/* orders */

/* account-page */
/* account-page */
/* account-page */


.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    display: none;
}

/*label[for="billing-phone"] {*/
/*    visibility: hidden;*/
/*    position: relative;*/
/*}*/

/*label[for="billing-phone"]::before {*/
/*    content: "Телефон";*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/




.woocommerce-order-received .woocommerce-order-details .woocommerce-table tfoot tr:first-child {
    display: none !important;
}


.woocommerce-order-received .woocommerce-customer-details .addresses .col-1 {
    display: none !important;

}

.woocommerce-order-received .woocommerce-customer-details .addresses .col-2 {
    float: left !important;

}


@media(min-width: 768px) {
    .wrapper-header {
        width: 100%;
        overflow: hidden;
        background-color: #333;
    }

    .wrapper-header-txt {
        display: inline-block;
        white-space: nowrap;
        color: #fff;
        font-size: 16px;
        padding: 4px 0;
        animation: moveLeft 30s linear infinite;
    }

    /* Плавная анимация */
    @keyframes moveLeft {
        0% {
            transform: translateX(130%);
        }

        /* 50% {
  transform: translateX(-10%);
} */
        100% {
            transform: translateX(-120%);
        }
    }

}

@media (max-width: 767px) {
    .wrapper-header {
        width: 100%;
        overflow: hidden;
        background-color: #333;
        box-sizing: border-box;
    }

    .wrapper-header-txt {
        display: flex;
        width: max-content;
        animation: moveLeft 15s linear infinite;
    }

    .wrapper-header-txt span {
        white-space: nowrap;
        color: #fff;
        font-size: 16px;
        padding: 4px 0;
    }

    @keyframes moveLeft {
        0% {
            transform: translateX(40%);
        }

        100% {
            transform: translateX(-100%);
        }
    }
}


.u-column2.col-2.woocommerce-Address {
    display: none;
}

/* Селектор для елемента посилання "Изменить Платёжный адрес" */



footer .footer-inf-one {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .footer-inf-one .list-inf-one {
    display: flex;
}

footer .footer-inf-one h1 {
    color: #fff;
    font-size: 24px;
}

footer .footer-inf-one ul {
    list-style-type: disc;
    text-align: left;
}

footer .footer-inf-one ul:first-child {
    margin-left: 20px;
}

footer .footer-inf-one ul:last-child {
    margin-left: auto !important;

    flex-direction: column;
}

footer .footer-inf-one ul li {
    margin-bottom: 5px !important;
}





.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}


.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
    display: flex;
    flex-direction: column;
}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image {

}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image img {
    margin-bottom: 0;
}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
    margin: 0;
    padding-left: 10px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wp-block-button {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    margin-top: auto;
}

.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product .wp-block-button a {
    margin: 0;
    margin-top: 10px;
    background: #FF689A !important;

}


.wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products {
    padding: 0 20px !important;
}

@media(max-width: 1000px) {
    .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products .wc-block-grid__product {
        min-width: 100% !important;
    }
}
@media(max-width: 768px) {
    .wp-block-woocommerce-empty-cart-block .wc-block-product-new .wc-block-grid__products  {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}


:root :where(.wp-block-separator.is-style-dots):before{
    content:"" !important;
}


/*
===============================================
    styles from header.php
===============================================
*/


.desktop-align-left.tablet-align-left.mobile-align-left.product {
    align-items: flex-end;
}



.navbar-collapse {
    direction: ltr;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    overflow-y: scroll;
}


/* fix display product page */
.wpfVisibleBufferMin,
.wpfVisibleBufferMax {
    position: unset !important;
    display: none !important;
}

.menu-content {
    direction: rtl;
    position: relative;
    left: -100%;
    width: 80%;
    border-radius: 0px 15px 15px 0px;
    background: #fff;
    transition: 0.5s;
}

.menu-content-right {
    direction: rtl;
    position: relative;
    right: -100%;
    width: 20%;
    border-radius: 15px 0 0 15px;
    background: #fff;
    transition: 0.5s;

}

#mobile-menu .navbar-nav>li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}

#mobile-menu .contact>div {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}

#mobile-menu .contact .phone a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

#mobile-menu .lang {
    padding: 5px 15px;
}


/*.next,*/
/*.back i {*/
/*    position: absolute;*/
/*    padding: 10px 0 10px 15px;*/
/*    right: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    text-align: right;*/
/*}*/

/*.next .fa,*/
/*.back .fa {*/
/*    font-size: 16px;*/
/*}*/


.flexMenu-popup {
    top: 0;
    display: block;
    padding: 0;
    position: relative !important;
    width: 100%;
}

.flexMenu-popup>.container {
    width: auto;
    padding: 0;
}

.madeshop-slide .slick-next {
    display: none !important;
}

#menu li,
.back {
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    float: none;
    position: relative;
}

.back {
    padding: 10px 0;
    font-weight: 900;
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-angle-left:before {
    content: '\f104';
}

.upper-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    border-bottom: 1px solid #FF689A;
    padding:7px 10px
}

.lower-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 11px;
    background-color: #FF689A;
}

.lower-menu-content .logo {
    margin-bottom: 47px;
}

.phone.text-center {
    margin-bottom: 16px;
}

.phone.text-center a {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.info {
    margin-bottom: 35px;
}

.info span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;

    color: #FFFFFF;
}

.modal-active {
    background-color: #000000b2;
    /*z-index: 1001;*/
    z-index: 9999;
    /* Bring the menu on-screen */
}

.modal-content-active {
    left: 0;
}

.modal-content-active-right {
    right: 0;
}

#mobile-menu-close-btn:hover rect,
#menu-icon:hover rect {
    fill: #FFB3CC;
    cursor: pointer;
}

/** =======================
* Contenedor Principal
===========================*/



/**
* Submenu
-----------------------------*/


/**
* Submenu
-----------------------------*/

.avatar-1 {
    border-radius: 50%;
    width: 78px;
    height: 78px;
}

.swiper.our-team-swiper {
    max-width: 100%;
}

.our-team-swiper .swiper-slide {
    width: calc((100% - 30px) / 2);
    height: 100%;
    background: #fff;
    flex-direction: column;
}

.our-team-swiper .swiper-wrapper {
    margin: 0;
    gap: 0;
}

.our-team-swiper .main-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.our-team-swiper .secondary-info {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;

}

.main-info .name {
    color: #000;
    font-family: 'Nunito';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38;
}

.main-info .short-info {
    color: rgba(0, 0, 0, 0.64);
    font-family: Nunito;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38;

}

.conteiner-big {
    border-radius: 0px 10px 10px 0px;
    width: 80%;
    display: flex;
    background-color: white;
    flex-direction: column;

}

.conteiner-small {
    display: flex;
    background-color: white;
    flex-direction: column;

}

.conteiner-small-login-reg {
    background-position: 0px -90px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    background-color: white;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
    /*background-image: url(/wp-content/uploads/2024/03/Frame-159-1.png);*/
    height: 700px;
}

/* 		// */
/*
/* // */
.X {

    color: #FF689A;
    margin-left: 5px;

}

.language-selector {
    position: relative;
    display: flex;
    margin-right: 17px;

}

.cart-heading {
    display: flex;

    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #FF689A;

}

.cards {
    display: flex;
    width: 100%;
    margin: 11px 10px 0px 0px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #FF689A38;


}

.basket-text {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 18;


}

.basket-conteiner {
    border-bottom: 1px solid #FF689A38;
    padding: 29px 0px 10px 14px;
}

.basket-row {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

.info-basket {
    padding: 0px 23px 0px 18px;
}

.number-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.X-small {
    position: absolute;
    top: 11px;
    right: 13px;
}

.info-text {
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;

}

.quantity-control {
    display: flex;
    justify-content: center;
}

input.quantity-input {
    border: 1px solid #D3D3D3 !important;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ECECEC;
    text-align: center;
    border: none;
    height: auto;
    padding: 0;

}

.total-cost {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.total-cost-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 16px;

}

.total-cost-price {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #0000008C;
    margin-right: 16px;

}

.delivery {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.promo-container {
    display: flex;
    align-items: center;
    padding: 34px 16px 33px 17px;
    border-bottom: 1px solid #FF689A38;
}

.promo {
    width: 270px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;


}

.button-sign-container-pc-login {
    display: flex;
    justify-content: center;
}

.whole-order-container {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.all {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 16px;
}

.order-cost {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #0000008C;
    margin-right: 16px;
}

.order-buttom {
    display: flex;
    align-items: center;
    padding: 23px 17px 61px 16px;
}

.button-order {
    width: 270px;
    height: 39px;
    padding: 12px 105px 12px 105px;
    border-radius: 10px;
    gap: 10px;
    background-color: #FF689A;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    border: none;
}

.lower-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 11px;
    background-color: #FF689A;
}

.lower-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 11px;
    background-color: #FF689A;
}

.phone.text-center {
    margin-bottom: 16px;
}

.phone.text-center a {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.info {
    margin-bottom: 35px;
}

.info span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;

    color: #FFFFFF;
}


.conteiner-big {
    border-radius: 0px 10px 10px 0px;
    width: 80%;
    display: flex;
    background-color: white;
    flex-direction: column;

}

.conteiner-small {
    display: flex;
    background-color: white;
    flex-direction: column;

}

.X {

    color: #FF689A;
    margin-left: 5px;

}

.language-selector {
    position: relative;
    display: flex;
    margin-right: 17px;

}

.cart-heading {
    display: flex;

    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #FF689A;

}


.active {
    color: #FF689A;
}

.reg {
    width: 115px;
    height: 15px;
    font-size: 18px;
    font-weight: 500;

    letter-spacing: 0em;
    padding: 0px;
}

.input-container {
    align-items: center;
    padding: 34px 16px 0px 17px;

}

.name-input {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.name-input-password {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 11px;
}

.box-row-container {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.box {
    width: 14px;
    height: 14px;
}

.remember-text {
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    margin-left: 5px;


}

.lower-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 11px;
    background-color: #FF689A;
}

.phone.text-center {
    margin-bottom: 16px;
}

.phone.text-center a {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.info {
    margin-bottom: 35px;
}

.info span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;

    color: #FFFFFF;
}

.conteiner-big {
    border-radius: 0px 10px 10px 0px;
    width: 80%;
    display: flex;
    background-color: white;
    flex-direction: column;

}

.conteiner-small {
    display: flex;
    background-color: white;
    flex-direction: column;


}

.X {

    color: #FF689A;
    margin-left: 5px;

}

.language-selector {
    position: relative;
    display: flex;
    margin-right: 17px;

}

.cart-heading {
    display: flex;

    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #FF689A;

}

.login-sign-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #FF689A38;
    padding: 20px 46px 17px 46px;
}

.active {
    color: #FF689A;
}

.input-container {
    align-items: center;
    padding: 34px 16px 0px 17px;

}

.name-input {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.name-input-password {
    width: 260px;
    height: 30px;
    border-radius: 8px;
    border: 1px;
    gap: 10px;
    border: 1px solid #FF689A;
    color: #00000040;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 11px;
}

.box-row-container {
    display: flex;
    align-items: center;
    margin-left: 16px;
    flex-direction: row-reverse;
    margin-top: 15px;
}

.box {
    width: 14px;
    height: 14px;
}

.remember-text {
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    margin-left: 5px;


}

.button-sign {
    width: 90%;
    height: 39px;
    border-radius: 10px;
    background: #FF689A;
    color: #FFFFFF;
    border: none;
    margin-top: 24px;
    margin-bottom: 61px;
    text-align: center;
}

.lower-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 11px;
    background-color: #FF689A;
}

.phone.text-center {
    margin-bottom: 16px;
}

.active {
    color: #FF689A !important;
}

a:hover,
a:focus {
    color: inherit;
}

a {
    color: inherit;
}

.phone.text-center a {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.info {
    margin-bottom: 35px;
}

.info span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;

    color: #FFFFFF;
}

.personal-data-menu {
    border-bottom: 1px solid #FF689A40;
}

.personal-data-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 15px 15px 15px 42px;
}

.personal-data-link p {
    color: #FF689A;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}



/* ====================================
   Product Card Refactor (gridless)
   Scope product visuals under .product-card without grid/layout widths
   Date: 2025-08-12
   Notes:
   - The product loop now uses <div class="products row"> with Bootstrap columns.
   - Legacy selectors like .products li ... no longer match; do not rely on li.
   - Keep layout to Bootstrap; avoid fixed widths/margins here.
   ================================== */

.products.row .product-card {
    height: 100%;
}


.product-card  {
    box-shadow: 0px 0px 29px 1px #0000001C;
    position: relative;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 14px 12px;
}

.product-card .astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.product-card .astra-shop-summary-wrap .button {
    margin-bottom: 0 !important;
    background-color: rgba(255, 104, 154, 1) !important;
    text-align: center !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.product-card .astra-shop-summary-wrap .button:hover {
    background-color: rgba(255, 154, 204, 1) !important;
}

.product-card .astra-shop-summary-wrap .button:active {
    background-color: rgba(215, 64, 114, 1) !important;
}


.product-card .price {
    text-align: center;
    font-weight: 600 !important;
    font-size: 17px!important;
    color: #000000D1;
}
.product-card .price .woocommerce-Price-currencySymbol {
    font-weight:normal !important;
    font-size: 16px;
    margin:0 5px;
}

.product-card .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.32;
    color: #514758;
    margin-bottom: 7px;
}

.product-card .button.product_type_variable.add_to_cart_button,
.product-card .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #FF689A;
    padding: 11px 30px;
    border: none;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.32;
    text-decoration: none;
}

/* Hide rating stars on cards (shop and related) */
.product-card .astra-shop-summary-wrap .star-rating {
    display: none !important;
}

/* Ensure thumbnail container uses full width */
.product-card .astra-shop-thumbnail-wrap {
    width: 100%;
}

.product-card .woocommerce-LoopProduct-link {
    position:relative;
    display:inline-block;
    width: 100%;
}
.product-card .woocommerce-LoopProduct-link .ast-shop-product-out-of-stock {
    position: absolute;
    bottom:5px;
    right:5px;
    background-color: rgba(35,35,35, 0.8);
    color:white;
    font-size: 13px;
    line-height: 13px;
    padding:5px 8px;
    border-radius: 6px;
    white-space: nowrap;
}
/* Product image behavior */
.product-card .woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail  {
    width: auto !important;
    margin: 0 auto 0 auto !important;
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Make product images semi-transparent when out of stock */
.product-card .woocommerce-LoopProduct-link:has(.ast-shop-product-out-of-stock) img.attachment-woocommerce_thumbnail  {
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.product-card .woocommerce-LoopProduct-link .ast-woo-product-category {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255,255, 255, 0.7) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    font-size: 0; /* Hide the text */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: +1;
}

/* Dog category icon */
.product-card .woocommerce-LoopProduct-link .ast-woo-product-category--dogs {
    background-image: url('/wp-content/themes/astra/assets/images/icon-pet-dog.svg');
}

/* Cat category icon */
.product-card .woocommerce-LoopProduct-link .ast-woo-product-category--cats {
    background-image: url('/wp-content/themes/astra/assets/images/icon-pet-cat.svg');
}

.product-card .woocommerce-LoopProduct-link .ast-woo-product-category--birds {
    background-image: url('/wp-content/themes/astra/assets/images/icon-pet-bird.svg');
}


.product-card .woocommerce-LoopProduct-link .ast-woo-product-category--rodents {
    background-image: url('/wp-content/themes/astra/assets/images/icon-pet-rodent.svg');
}



/* Summary column layout inside card */
.product-card .astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

/* Product title */
.product-card .astra-shop-summary-wrap .ast-loop-product__link .woocommerce-loop-product__title {
    margin-bottom: 0 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
}



/* Add to cart button */
.product-card .astra-shop-summary-wrap .button {
    margin-bottom: 0 !important;
    background-color: rgba(255, 104, 154, 1) !important;
    text-align: center !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}
.product-card .astra-shop-summary-wrap .button:hover {
    background-color: rgba(255, 154, 204, 1) !important;
}
.product-card .astra-shop-summary-wrap .button:active {
    background-color: rgba(215, 64, 114, 1) !important;
}

/* Padding inside the card summary on large screens (no fixed card widths) */
@media (min-width: 1525px) {
    .product-card .astra-shop-summary-wrap {
        padding: 0 21px 21px 21px;
    }
    .product-card .astra-shop-summary-wrap .ast-loop-product__link {
        margin-top: 10px;
    }
}


#mobile-menu-content .pets-accordion li a.link-menu {
    display: flex;
    flex-wrap:nowrap !important;
    justify-content: space-between;
    width:100%;
    flex-direction: row;
    border-bottom: 1px solid #FF689A40;
    padding: 5px 15px;
}

#mobile-menu-content .pets-accordion li a.link-menu > img {
    flex-grow:0;
    margin: 0 0 0 10px;
}

#mobile-menu-content .pets-accordion li a.link-menu .pets-name-container {
    flex-grow:1;
    display:flex;
    width:100%;
    justify-content: start !important;
    align-items: center;
    text-align: left !important;
    direction: ltr;
    flex-direction: row-reverse;
}

#mobile-menu-content .pets-accordion li a.link-menu .pets-name-container >img {
    flex-grow:0;
    margin: 0 10px 0 0;
}


#mobile-menu-content .accordion li a.link-menu {
    display: flex;
    flex-wrap:nowrap !important;
    justify-content: space-between;
    width:100%;
    flex-direction: row;
    border-bottom: 1px solid #FF689A40;
    padding: 5px 15px;
    direction: ltr;
}
#mobile-menu-content .accordion li a.link-menu .pets-name-container {
    direction: ltr;
}




.wc-block-components-checkout-step div p {
    margin-bottom:10px;
}

/* Прячем галочку - Использовать тот же адрес для выставления счета (она не работает) */
.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
    display:none !important;
}

/* Прячем форму купона в корзине и на оформлении */
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none !important;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    display: none !important;
}








/*product page overwrite*/

#content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
}
#content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none !important;
    width: 100% !important;
}
.woocommerce-js div.product div.images img {
    max-width:100%;
    width:auto !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img.wp-post-image {
    max-width:100%;
    width:auto;
    max-height:500px;
}

.variations_form.cart .single_variation_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom:10px;
}
.variations_form.cart .single_variation_wrap .single_variation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0px !important;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-js div.product form.cart .button {
    float: none !important;
    margin:0 !important;
}
.woocommerce-js div.product form.cart .quantity {
    float: none !important;
    margin:0 !important;
    width:auto !important;
    flex-grow: 0;
}


.woocommerce-notices-wrapper {}
.woocommerce-notices-wrapper ul {}
.woocommerce-notices-wrapper ul li {
    display: flex;
    flex-derection:row-reverse;
    gap: 10px;
    align-items: center;
}
.woocommerce-notices-wrapper ul li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.woocommerce-notices-wrapper ul li a.button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: rgb(255, 154, 204) !important;
    background-color: rgb(255, 154, 204) !important;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    /*font-size: 16px;*/
    /*font-size: 1rem;*/
    /*line-height: 1em;*/
}

.button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: rgb(255, 154, 204) !important;
    background-color: rgb(255, 154, 204) !important;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
}

.products li.product {
    padding:15px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products li.product .astra-shop-summary-wrap {}
.products li.product .astra-shop-summary-wrap .star-rating { display: none !important; }


/*article - blog page*/

article.ast-article-single {
    border-radius: 15px !important;
    background-color: #fff !important;
    padding: 15px 15px;
}
article.ast-article-post.category-blog {
    border-radius: 15px !important;
    margin-bottom:15px;
}
article.ast-article-post.category-blog .post-thumb .attachment-large {
    max-width:400px;
}
.ast-archive-description {
    background-color: #fff;
    border-radius: 15px;
}



