/* Font */
@font-face {
    font-family: 'SVN-Aptima';
    src: url('../fonts/SVN-Aptima.eot');
    src: url('../fonts/SVN-Aptima.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SVN-Aptima.woff2') format('woff2'),
        url('../fonts/SVN-Aptima.woff') format('woff'),
        url('../fonts/SVN-Aptima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Motherland';
    src: url('../fonts/NVNMotherlandSignature-Reg.eot');
    src: url('../fonts/NVNMotherlandSignature-Reg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NVNMotherlandSignature-Reg.woff2') format('woff2'),
        url('../fonts/NVNMotherlandSignature-Reg.woff') format('woff'),
        url('../fonts/NVNMotherlandSignature-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, a, p, span, strong {
    font-family: 'SVN-Aptima' !important;
}
body, h1, h2, h3, h4, h5, h6, a, p {
    color: #000;
}
div#wrapper .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: #9cae88 !important;
}
.sub-menu.nav-dropdown .shop-megamenu {
    /* width: 1440px !important;
    background: hsl(0deg 0% 100% / 80%) !important;
    margin-left: -15px; */
}
.flex-row.container {
    width: 100% !important;
    max-width: 1440px !important;
}

.footer-wrapper, .header, .header-wrapper {
    max-width: 1440px !important;
    margin: 0 auto;
}

.col.bannerSlider > .col-inner,
.row.row-brand-story > .col {
    padding: 0 !important;
}

.row.agency-list-items {
    max-width: 1470px !important;
}

.header-nav li a {
    font-weight: 600 !important;
    cursor: pointer;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none !important;
    background: hsl(0deg 0% 100% / 80%) !important;
}
.row.shop-megamenu .row {
    margin: 0 !important;
}
.row.shop-megamenu>.col>.col {
    padding: 0 !important;
}
.row.shop-megamenu .col-none-padd {
    padding: 0 !important;
}
.row.shop-megamenu .col-none-padd .row.row-small {
    margin-left: -10px !important;
}
.col.col-shop-right {
    padding-right: 0 !important;
}
.row.shop-megamenu span.section-title-main {
    text-transform: none !important;
    font-size: 18px !important;
    color: #383838 !important;
}
.row.shop-megamenu .section-title-normal {
    border-bottom: 2px solid #9CAE88;
}
.row.shop-megamenu .col {
    padding-bottom: 0 !important;
}
.row.shop-megamenu .container.section-title-container {
    margin-bottom: 0;
}
.row.shop-megamenu .col-inner p {
    font-size: 15px;
    margin-bottom: 10px;
}
.header-nav .row.shop-megamenu .col-inner p a,
.header-nav .row.shop-megamenu .ux-menu-link a {
    color: #000 !important;
    font-weight: 500 !important;
}
.header-nav .row.shop-megamenu .ux-menu-link a {
    min-height: unset !important;
    padding: 0 0 10px 0 !important;
}
.row.shop-megamenu .col-inner p a img {
    margin-right: 6px;
    margin-top: -3px;
}
.row.shop-megamenu .col-inner p:hover a,
.header-nav .row.shop-megamenu .ux-menu-link:hover a {
    color: #9cae88 !important;
}
.header-nav .row.shop-megamenu .ux-menu-link a i {
    width: fit-content;
}
.header-nav .row.shop-megamenu .col-shop-media {
    padding-right: 0 !important;
}
.header-nav .col.col-shop-blog {
    padding: 0 15px;
}
.header-nav .col.col-shop-blog .box-text-inner a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.header-nav .col.col-shop-blog .box-text-inner:hover a {
    text-decoration: underline;
}
.col.col-brand-blog .box-text a {
    color: #000 !important;
    font-weight: 600 !important;
}
.col.col-brand-blog .box-text:hover a {
    text-decoration: underline;
}

#logo img {
    max-height: 75px  !important;
}
.stuck #logo img {
    max-height: 60px !important;
}
header#header .header-main .header-button > .button:not(.is-outline) {
    background-color: #c5c5c5 !important;
    color: #999;
    border: none !important;
}

/* Homepage */
.home-custom-row>.col {
    padding: 0 !important;
}
.home-custom-row .products.row {
    max-width: fit-content;
}

/* Woocommerce */
.box-text-products {
    text-align: left !important;
    padding: 0 !important;
}
h3.woocommerce-loop-product__title {
    min-height: 60px;
}
.product-custom-box h3.woocommerce-loop-product__title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.product-custom-box h3.woocommerce-loop-product__title:hover a {
    color: #9CAE88;
}
.yith-wcwl-add-to-wishlist-button:is(button) span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.box-text-products .cate-wishlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-text-products .cate-wishlist .category-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9CAE88;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.box-text-products .cate-wishlist .wishlist-icon button {
    padding: 0;
    margin: 0;
}
.box-text-products .cate-wishlist .wishlist-icon svg#yith-wcwl-icon-heart,
.box-text-products .cate-wishlist .wishlist-icon svg#yith-wcwl-icon-heart-outline:hover {
    color: #9CAE88;
}
.box-text-products .price-wrapper .price {
    display: flex;
    /* flex-direction: row-reverse; */
    margin: 0 0 10px;
    gap: 8px;
    justify-content: left;
}
.box-text-products .price-wrapper .price span.amount {
    color: #000;
    font-size: 16px;
}
.box-text-products .price-wrapper .price del,
.box-text-products .price-wrapper .price del bdi {
    font-size: 14px;
    color: #fa0000;
}
.custom-variation-price span.price ins, .custom-variation-price span.price ins bdi {
    color: #fa0000;
}
.box-text-products .price-wrapper .price del span.amount {
    opacity: 1;
}
.products.row>.col:before,
.products.row>.col::after {
    display: none;
}
.grid-tools a {
    background-color: #9cae88 !important;
}
.section-home-skin-type {
    margin: 30px 0 0;
}
.row.skin-care-box-right {
    padding: 30px 0 0;
    margin: 0 30px !important;
}
.row.skin-care-box-right .box-image {
    display: block;
    overflow: hidden;
}
.row.skin-care-box-right .box-image img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 50%;
    display: block;
    border: 5px solid hsl(0deg 0% 100% / 45%);
    transition: all 0.5s;
    margin-bottom: 15px;
}
.row.skin-care-box-right .box-image:hover img {
    border: 5px solid #9cae88;
}
.row.skin-care-box-right .box-image .shade {
    background: none;
    opacity: 1;
}
.row.skin-care-box-right .box-text {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
}
.row.skin-care-box-right .box:hover .box-image img {
    border: 5px solid #9cae88;
}
.box.skin-care-box .box-image {
    max-height: 100%;
    overflow: hidden;
}
.box.skin-care-box .box-image img {
    height: 100%;
    object-fit: cover;
}
.box.skin-care-box .box-image .shade {
    background: none;
}
.box.skin-care-box .box-text {
    text-shadow: none !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.box.skin-care-box .box-text-inner .text {
    padding: 0;
}
.box.skin-care-box .box-text-inner .text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 18px;
}
.box.skin-care-box .box-text-inner .text p {
    font-size: 16px;
}
.box.skin-care-box .box-text-inner {

}
.box.skin-care-box .box-text-inner a.button  {
    background: #000;
    font-size: 18px;
    transition: all 0.5s;
}
.box.skin-care-box .box-text-inner a.button span {
    position: relative;
    padding-right: 35px;
    transition: all 0.5s;
}
.box.skin-care-box .box-text-inner a.button span::before {
    content: '\27A4';
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 3;
    transition: all 0.5s;
}
.col.home-menuProduct {
    padding-bottom: 0 !important;
}
.col.home-menuProduct .col-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.col.home-menuProduct .col-inner p {
    margin-bottom: 0;
}
.col.home-menuProduct .col-inner .img {
    margin: -5px 25px 0 -50px;
    padding: 0;
}
.col.home-menuProduct .col-inner .button.is-underline:before {
    width: 0;
}
.col.home-menuProduct .col-inner .button.is-underline:hover:before {
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.col.home-menuProduct .col-inner a.button {
    padding: 0;
    margin: 8px 0;
    font-size: 18px;
}
.col.video-brand {
    position: relative;
}
.section.section-brand-story .col.video-brand {
    padding: 40px 30px 0 0 !important;    
}
.col.video-brand .col-inner .video-button-wrapper {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    margin: 0 auto;
}
.col.video-brand .col-inner .video-button-wrapper a.button.open-video {
    margin: 0;
    padding: 0;
    background: hsl(0deg 0% 85% / 80%);
    border: none;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.col.video-brand .col-inner .video-button-wrapper a.button.open-video i {
    font-size: 50px !important;
}
.col.video-brand .col-inner .video-button-wrapper a.button.open-video:hover {
    background: #9cae88;
}
.row.home-custom-row {
    /* background: #f3f3f3; */
}
.col.video-brand>.col-inner {
    padding: 0 !important;
}
.row.box-videoBrand {
    background: none !important;
}
.box-videoBrand .col.video-brand {
    padding-right: 15px !important;
}
.box-videoBrand .col.video-brandContent {
    padding: 0 15px !important;
}
.box-videoBrand .col.video-brandContent h3 {
    font-size: 24px;
}
.box-videoBrand .col.video-brandContent p {
    font-size: 16px;
    line-height: 24px;
}
.box-videoBrand .col.video-brandContent a.button {
    margin: 0;
    background: #666;
    font-size: 18px;
}
.box-videoBrand .col.video-brandContent a.button span {
    color: #fff;
}
.col.box-bandIcon>.col-inner {
    padding: 0 !important;
}
.col.box-brandImage .col-inner {
    padding: 0 0 50px 0 !important;
    width: 90px;
}
.col.box-brandImage>.col-inner .img-inner img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: contain;
}
.row.row-icon-brandLogo {
    max-width: 80% !important;
    margin: 0 auto !important;
    padding-bottom: 0 !important;
}
.row.box-bandIcon .col.small-12.large-12 {
    padding-bottom: 0 !important;    
}
.row.row-icon-brandLogo .gallery-col {
    flex-basis: 11.11111% !important;
    max-width: 11.11111% !important;
}

.row.row-icon-brandLogo {
    padding-bottom: 20px;
}
.row.row-icon-brandLogo .col-inner img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
}

.section.secsion-qc-belter {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.agency-box-homepage .text h2 {
    text-transform: uppercase;
}
.agency-box-homepage .text h2 strong {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.agency-box-homepage .text h2 img {
    margin: 0;
}
.agency-box-homepage .col-inner a {
    text-decoration: underline;
    color: #000;
    margin-right: 5px;
}
.agency-box-homepage .col-inner a:hover {
    color: #9CAE88;
}
.agency-list-items .box-image img {
    height: auto;
    max-height: 245px;
    object-fit: cover;
}
.agency-list-items .box-text {
    padding: 0;
}
.agency-list-items .box-text .text h4 {
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.agency-list-items .box-text .text button {
    background: #9CAE88;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 20px 0px 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.agency-list-items .box-text .text button:hover {
    color: #000;
    border: 1px solid #9CAE88;
    transition: all 0.5s;
    background: transparent;
}
.section.tooltipstered .section-bg {
    background-position: right !important;
    background-size: cover !important;
}
.row.custom-row-footer {
    /* background: #5b5b5b; */
    padding: 30px 30px 0;
}
.row.custom-row-footer ul {
    padding: 0;
    margin: 0;
}
.row.custom-row-footer ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
.row.custom-row-footer .ux-menu-link .ux-menu-link__link {
    padding: 0 0 10px;
    min-height: fit-content;
}
.row.custom-row-footer .ux-menu-link .ux-menu-link__link:hover {
    text-decoration: underline;
}
.row.custom-row-footer .ux-menu-link .ux-menu-link__link span {
    color: #fff;
    line-height: normal;
}
footer#footer .absolute-footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 5px;
}
.button.success:hover,
.button.primary:hover {
    background: #9CAE88 !important;
}

/* Agency popup */
#customPopup, 
#variationAgency, 
#ugcLanding1, 
#ugcLanding2, 
#ugcLanding3, 
#ugcLanding4, 
#ugc2Landing1,
#ugc2Landing2,
#wfLanding {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffe8;
    width: 95%;
    max-width: 33%;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#closePopup, 
#closePopupVariation, 
#closeUgcLanding1, 
#closeUgcLanding2, 
#closeUgcLanding3, 
#closeUgcLanding4,
#closeUgc2Landing1,
#closeUgc2Landing2,
#closeWfLanding {
    position: absolute;
    top: -18px;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
    z-index: 9;
    color: #fff;
    font-weight: 100;
}
.agency-popup h3.title {
    background: #9CAE88;
    color: #000;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 10px 10px 0 0;
}
.agency-popup .row-input>p {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 5px;
}
.agency-popup .row-input>p span {
    font-weight: 600;
    min-width: 25%;
    text-align: right;
}
.agency-popup sup {
    color: #E51E1E;
}
.agency-popup .row-input>p span input,
.agency-popup .row-input>p span select {
    font-weight: 500;
    border: 1px solid #BBBBBB;
    height: 35px;
}
.agency-popup .row-input .wpcf7-form-control-wrap {
    width: 60%;
}
.agency-popup .popup-note {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
    max-width: 93%;
}
.agency-popup .popup-note .page a {
    margin-left: 20px;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
}
.agency-popup .popup-note .page a:hover {
    color: #9CAE88;
}
.wpcf7 .wpcf7-not-valid-tip {
    background-color: unset;
    border-radius: 0;
    line-height: unset;
    margin-top: -20px;
    padding: 1px 0px;
    text-align: left !important;
    font-size: 13px;
}
.wpcf7-spinner {
    position: absolute;
}
.agency-popup .submit {
}
.agency-popup .submit>p {
    text-align: center;
}
.agency-popup .submit button.reset-form {
    text-decoration: underline;
    text-transform: none;
    font-size: 16px;
}
.agency-popup .submit button.reset-form:hover {
    color: #E51E1E;
}
.agency-popup .submit .wpcf7-submit {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    background: #DEAC5C;
    border-radius: 10px;
    margin: 0 0 15px;
}
div#variationAgency .agency-popup .submit .wpcf7-submit {
    font-size: unset;
}
.image-tools .wishlist-icon button.wishlist-button {
    display: none;
}
.col.megaMenu-brand>.col-inner {
    padding: 20px 0 !important;
}
.page-wrapper.my-account.mb .row.vertical-tabs .large-9 {
    flex-basis: 75%;
    max-width: max-content;
}
.header-main .current-dropdown .cart-icon strong:after, 
.header-main .current-dropdown .cart-icon strong, 
.header-main .header-button > .button:hover {
    border-color: #9cae88 !important;
}
table.variations label {
    font-size: 14px;
}
a.checkout-button.button.alt.wc-forward {
    background: #9CAE88;
}
.sticky-add-to-cart.sticky-add-to-cart--active span.stock-quantity-cs,
.sticky-add-to-cart.sticky-add-to-cart--active p.stock.in-stock,
.sticky-add-to-cart.sticky-add-to-cart--active label.custom-qty-label {
    display: none;
}
.sticky-add-to-cart.sticky-add-to-cart--active form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sticky-add-to-cart.sticky-add-to-cart--active .quantity+.button {
    padding: 0 15px;
}
.sticky-add-to-cart.sticky-add-to-cart--active a.button.buy_now.ml-2 {
    margin: 0;
}

.col.box-product-skincare .col.medium-4 {
    padding: 0 !important;
}

.product_meta td, .product_meta th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px !important;
    color: #000;
    font-size: 14px;
}

.product_meta tr:nth-child(even) {
  background-color: #dddddd;
}


/* Responsive */
@media (min-width: 1000px) and (max-width: 1300px) {
    span.stock-quantity-cs {
        left: unset !important;
        right: 30px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    div#wrapper .header-main .social-icons, .header-main .cart-icon strong, 
    div#wrapper .header-main .menu-title, .header-main .header-button > .button.is-outline, 
    div#wrapper .header-main .nav > li > a > i:not(.icon-angle-down) {
        color: #9cae88 !important;
    }
    .row.home-custom-row {
        padding: 0 15px;
    }
    .row.skin-care-box-right .box-image img {
        width: 100%;
        height: 100%;
    }
    .row.skin-care-box-right .col {
        padding: 5px 10px;
    }
    .box.skin-care-box .box-text-inner .text h3 {
        font-size: 16px;
    }
    .box.skin-care-box .box-text-inner .text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box.skin-care-box .box-text-inner a.button {
        font-size: 15px;
    }
    .box.skin-care-box .box-text-inner a.button span::before {
        top: 15px;
    }
    .col.home-menuProduct .col-inner a.button {
        font-size: 15px;
    }
    .row.row-brand-story {
        padding: #f3f3f3;
    }
    .box-videoBrand .col.video-brand {
        padding-right: 0px !important;
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 15px !important;
    }
    .box-videoBrand .col.video-brandContent {
        padding-left: 0px !important;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row.row-icon-brandLogo .col {
        flex-basis: 10%;
        max-width: 10%;
    }
    .col.box-bandIcon h4 {
        font-size: 18px;
    }
    .row.agency-box-homepage {
        padding: 0 15px;
    }
    .agency-list-items .box-text .text button {
        font-size: 14px;
        font-weight: 600;
        padding: 0px 10px;
        text-transform: none;
    }
    .row.custom-row-footer .col {
        flex-basis: 50%;
        max-width: 50%;
    }

}

@media (max-width: 767px) {
    #wrapper .header-main .nav > li > a > i:not(.icon-angle-down) {
        color: #9cae88 !important;
    }
    .mfp-ready .mfp-close {
        opacity: 1 !important;
        color: #000;
        background: #ddd;
    }

    .flex-row.container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .home-custom-row .products.row {
        max-width: 100%;
        margin: 0 5px !important;
    }
    .row-solid.home-custom-row>.col>.col-inner {
        padding: 0;
    }
    .row.home-custom-row .col-inner {
        padding: 30px 10px 0;
    }
    .box.skin-care-box .box-text-inner a.button {
        position: relative;
        right: 0px;
        font-size: 16px;
    }
    .box.skin-care-box .box-text-inner a.button span::before {
        content: '\27A4';
        position: absolute;
        top: 15px;
    }
    .col.box-product-skincare>.col-inner {
        padding-bottom: 0px;
    }
    .row.skin-care-box-right .col {
        flex-basis: 33.333%;
        max-width: 33.333%;
        padding: 5px;
    }
    .row.skin-care-box-right .box-image img {
        width: 100%;
        height: 100%;
    }
    .row.skin-care-box-right .box-text {
        font-size: 16px;
    }
    .col.home-menuProduct .col-inner a.button {
        font-size: 14px;
        text-transform: none;
    }
    .col.home-menuProduct .col-inner a.button span {
        line-height: 1.3;
    }
    .col.home-menuProduct .col-inner .img {
        margin: 0;
        display: none;
    }
    .col.home-menuProduct .col-inner {
        gap: 5px;
        padding: 0 5px !important;
    }
    .box-videoBrand .col.video-brand {
        padding-right: 0px !important;
    }
    .box-videoBrand .col.video-brandContent {
        padding-left: 0px !important;
    }
    .row.row-brand-story {
        background: #f3f3f3;
    }
    .row.agency-box-homepage .col-inner {
        width: fit-content;
    }
    .row.agency-box-homepage .col-inner .text h2 {
        font-size: 22px;
        margin: 0;
    }
    .col.homepage-Product .text h2 {
        margin: 0;
    }
    .col.homepage-Product > .col-inner {
        padding: 30px 0 !important;
    }
    .agency-box-homepage .col-inner a {
        font-size: 13px;
    }
    .box-videoBrand .col.video-brandContent>.col-inner {
        padding: 20px 0px 60px 0px !important;
    }
    .col.video-brand .col-inner .video-button-wrapper a.button.open-video {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .col.video-brand .col-inner .video-button-wrapper a.button.open-video i {
        font-size: 40px !important;
    }
    .row.row-brand-story {
        padding-top: 30px;
    }
    .row.agency-box-homepage .col.large-2 .col-inner {
        padding: 0 15px !important;
        float: right;
    }
    .agency-list-items .box-text .text button {
        font-size: 16px;
        margin-bottom: 0;
    }
    .agency-list-items .box-text .text h4 {
        min-height: unset;
    }
    .row.custom-row-footer .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .row.custom-row-footer .container.section-title-container {
        margin-bottom: 5px;
    }
    .row.custom-row-footer {
        background: #5b5b5b;
        padding: 20px 10px;
    }
    .popup-content {
        max-width: max-content;
    }
    .agency-popup .row-input {
        padding: 0 15px;
    }
    .agency-popup .row-input>p {
        display: block;
        margin-bottom: 0;
    }
    .agency-popup .row-input>p span {
        min-width: 100%;
    }
    .agency-popup .row-input .wpcf7-form-control-wrap {
        width: 100%;
        margin: 5px 0 0;
    }
    .agency-popup .row-input>p span {
        font-size: 14px;
    }
    .agency-popup .popup-note {
        display: block;
        padding: 0 15px;
    }
    .agency-popup .popup-note .page>p {
        display: flex;
        justify-content: end;
        gap: 20px;
    }
    .agency-popup .popup-note .page a {
        margin-left: 0;
    }
    .agency-popup .submit .wpcf7-submit {
        font-size: 16px;
    }
    #closePopup {
        top: -30px;
        right: -10px;
        font-size: 36px;
    }
    .cookie-content {
        width: 100%;
    }
    .cookie-content .topContent {
        display: block;
    }
    .cookie-buttons {
        display: block;
    }
    .cookie-buttons button {
        font-size: 13px;
        margin: 5px 0;
        width: 100%;
        padding: 0px 15px;
    }
    .cookie-tab-content {
        width: 100%;
    }
    .cookie-popup.show-tab-cookie {
        width: 100%;
        overflow-x: hidden;
    }

    .box-text-products .price-wrapper .price {
        /* display: block;
        line-height: normal; */
    }
    .box-text-products .price-wrapper .price span.amount {
        font-size: 14px;
    }
    .agency-popup .popup-note {
        max-width: 100%;
    }
    .agency-popup .row-input>p span input,
    .agency-popup .row-input>p span select {
        margin-bottom: 2px;
        height: 32px;
    }
    .popup-content textarea.wpcf7-form-control.wpcf7-textarea {
        height: 35px;
    }
    




}