@import url(./assets/css/section-header.css);
@import url(./assets/css/section-footer.css);
@import url(./assets/css/section-sidebar.css);
@import url(./assets/css/section-catalog.css);
@import url(./assets/css/section-product.css);
@import url(./assets/css/section-contacts.css);
@import url(./assets/css/section-cart.css);


.text-center {
    text-align: center;
}

body.admin-bar {
    margin-top: -32px;
}

/* 
@font-face {
    font-family: "Muller Bold";
    src: url("../fonts/Fontfabric - MullerBold.woff") format("woff"),
      url("../fonts/Fontfabric - MullerBold.ttf") format("opentype");
  }
  @font-face {
    font-family: "Muller Regular";
    src: url("../fonts/Fontfabric - MullerRegular.woff") format("woff"),
      url("../fonts/Fontfabric - MullerRegular.ttf") format("opentype");
  } */


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

/* styles.css */

body.lock {
    overflow: hidden;
}


body {

    overflow-x: hidden;
    display: flex;
    flex-direction: column;

    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    /* padding-top: 184px; */

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    transition: padding-top 0.3s ease-out;
}

@media (max-width: 1180px) {
    body {
        /* padding-top: 60px; */
    }
}

body.scroll-lock {
    overflow: hidden;
}


@media (max-width: 1180px) {
    body.with-top-bar {
        /* padding-top: 85px; */
    }
}





main {
    display: flex;
    justify-content: center;
    /* transition: transform 0.35s ease-out; */
}

.header.mobile-menu--active+main {
    /* transform: translateX(-30%); */
}






:root {
    --lg-width: 1080px;
    --primae-color: #EC7328;
}

/* @media (min-width: var(--lg-width)) { */
@media (min-width: 1080px) {
    .header.mobile-menu--active+main {
        /* transform: translateX(0); */
    }
}

img {
    max-width: 100%;
    height: auto;
}


h1 {
    margin-top: 0;
}

.action-button {
    display: flex;
    width: fit-content;
    padding: 5px 15px;

    font-size: 18px;

    border-radius: 9px;
    border: none;
    color: white;
    background-color: #64a861;
    /* background-color: var(--primae-color); */

    cursor: pointer;

    transition: 0.2s ease-out;
}

.action-button:hover {
    color: white;
    transform: scale(0.95);
    background-color: #be5e22;
}


/* --- ### Containers  ### --- */
/* --- ### Containers  ### --- */

.container {
    max-width: 1920px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding: 0 15px;
}

.single-post-container {
    max-width: 900px;
}


.home .single-post-container {
    border-top: 1px solid #e8e8e8;
    margin-top: 60px;
    padding-top: 20px;
}

.home .single-post-container h2:first-of-type {
    color: #9E9E9E;
    font-size: 28px;
    font-weight: 600;
}


.home .single-post-container {
    margin-top: 60px;
}



.page-container {
    display: flex;
    flex: 1;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    transition: all 0.45s ease-out;

    display: grid;
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "breadcrumbs breadcrumbs"
        "sidebar main";
    /* gap: 20px; */
    /* по желанию */
}

@media (max-width: 812px) {
    .page-container {
        grid-template-columns: 1fr;

        grid-template-areas:
            "breadcrumbs"
            "sidebar"
            "main";
    }


}


.home .page-container {

    display: flex;
    max-width: 1700px;

}



.main-container {
    grid-area: main;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;

    padding-right: 15px;
    padding-left: 15px;
    /* padding-top: 20px; */
    padding-bottom: 40px;
}


.main-container {}

@media (max-width: 812px) {
    .main-container {
        padding-top: 20px;
        padding-right: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .main-container {
        padding-right: 20px;
        padding-right: 20px;
    }
}


@media (min-width: 1080px) {
    .main-container {
        /* padding-top: 50px; */
        padding-bottom: 40px;
        padding-right: 20px;
        padding-right: 20px;
    }
}


@media (min-width: 1280px) {
    .main-container {
        padding: 0 30px 80px;
    }
}

/* 



article .container {
    max-width: 1000px;

}

@media (max-width: 1120px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (max-width:812px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:600px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width:374px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* 
.tmp-btn-base {
    display: inline-flex;
    justify-content: center;
    padding: 12px 30px;

    width: fit-content;

    background-color: #eb8484;
    border: none;
    color: white;
    text-align: center;

    cursor: pointer;
    transition: .2s ease-out;
    border-radius: 4px;
} */
/* 
@media(hover:hover) {
    .tmp-btn-base:hover {
        background-color: lightcyan;
        color: black;
    }
}

.tmp-btn-phone {
    display: inline-flex;

    color: black;
    text-decoration: none;
    font-size: 1.2rem;
} */

/* @media (hover:hover) {
    .tmp-btn-phone:hover {
        color: #787474;
        text-decoration: underline;
    }
} */

/* Page title */
/* 
.tmp-page-title {
    font-size: 2.2rem;
    line-height: 2.3rem;
    text-align: center;

    margin-bottom: 10px;
} */


/* Page subtitle */

/* .tmp-page-subtitle {
    margin-bottom: 30px;

    font-size: 1.3rem;
    line-height: 1.4rem;
    text-align: center;
} */


/* @media (max-width: 1080px) {
    .tmp-page-title {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;

        text-align: center;
        font-size: 1.8rem;
        line-height: 1.9rem;
    }

    .tmp-page-subtitle {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;

        font-size: 1.2rem;
        line-height: 1.3rem;
    }
} */

/* 
@media (max-width: 1080px) {
    .tmp-page-title {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;

        text-align: center;
        font-size: 1.5rem;
        line-height: 1.6rem;
    }

    .tmp-page-subtitle {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;

        font-size: 1.1rem;
        line-height: 1.2rem;
    }
}

 */

/* 
.text-marker {
    content: '';
    display: inline-flex;
    position: relative;

    display: inline-flex;
    

    padding: 5px 12px;
    padding-left: 10px;
    padding-right: 10px;

    background-color: lightgray;
}

.tmp-section--width-background {
    position: relative;
}


.tmp-section__background-image {
    z-index: -2;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
} */

.entry-title {
    margin-top: 0;
}

@media (max-wodth: 812px) {
    .entry-title {
        font-size: 1.6em;
    }
}

.base-input,
input,
textarea {
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 15px;
    display: flex;
    /* width: f; */
    flex: 1;
    padding: 5px 20px;

    /* border: 1px solid #ECECEC; */

    font-size: 18px;
    color: black;
}

input::placeholder {
    font-size: 16px;
    color: #6c6c6c;
}

.form-group {
    display: flex;
}

.form-group p {
    margin: 0;
    display: flex;
    width: 100%;
}


.contact-form p {
    margin: 0;
}



.form-group label {
    /* flex: 1; */
    margin-right: 15px;
}

.tmp-base-input-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tmp-form-inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.send-form-error {
    display: none;
    margin-bottom: 12px;
    color: red;
    font-weight: 500;
}

.agreement-wrapper {
    display: flex;
}

.agreement-label {
    display: inline;
    font-size: 0.7rem;
    line-height: 0.7rem;
    text-align: center;

    color: #6c6c6c;
}

.agreement-label a {
    color: #6c6c6c;
}


#callback-popup,
#popup-thanks {
    display: none;
}

#popup-thanks .tmp-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#popup-thanks .tmp-form-content p {
    text-align: center;
}


.fancybox__backdrop {
    background: rgba(24, 24, 27, 0.73);
}

.fancybox__content {
    max-width: 380px;
}

.fancybox__content .tmp-form-title {
    text-align: center;
}

.fancybox__content .tmp-btn-base {
    width: 100%;
}

.tmp-social-list {
    display: inline-flex;
    padding: 0;
    padding: 17px 30px;
    padding-top: 10px;

    font-size: 0;
}

.tmp-social-list a {

    margin-left: 4px;
    margin-right: 4px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    /* min-height: 30px; */
    /* min-width: 30px; */
    /* padding: 10px 10px; */

    background-color: #e3e3e3;
    border-radius: 100%;
}



.social-links {
    padding-left: 0;
    font-size: 20px;
    margin-top: 30px;

    text-align: left;


}

.social-links a {
    transition: all 0.2s ease-out;
}

.social-links a:hover {
    transform: scale(1.07);
}

.social-links .tmp-social-list {
    padding-left: 0;
}


@media (min-width: 812px) {
    .social-links {
        text-align: center;
    }

    .social-links .tmp-social-list {
        /* padding-left: 30px; */

    }

}

.social-links__title {
    text-transform: uppercase;
    font-weight: 600;
    /* font-weight: bold; */
}



/*  */

article {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 812px) {
    article {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1280px) {
    article {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


ul li a {
    text-decoration: none;
    color: #333;
}


@media (max-width: 1080px) {
    .page-container {
        flex-direction: column;
    }

    /* main {
        flex-direction: column;
    } */
}



/* 
.archive,
.catalog {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width: 812px) {

    .archive,
    .catalog {
        padding-top: 50px;
        padding-bottom: 40px;
        padding-right: 30px;
    }
}


@media (min-width: 1280px) {

    .archive,
    .catalog {
        padding-top: 50px;
        padding-bottom: 40px;
        padding-right: 40px;
    }
} */

.archive__header h1 {
    margin-bottom: 20px;
}

.archive-list {
    display: flex;
    flex-direction: column;
}

.archive-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.archive-item .action-button {
    min-height: 40px;
    align-items: center;
}

@media (min-width: 812px) {
    .archive-item .action-button {
        align-self: end;
    }

}

.archive-item__title {
    display: flex;
    margin-bottom: 8px;

    color: black;
    font-size: 26px;
    cursor: pointer;
}

.archive-item__title:hover {
    text-decoration: none;
}


.archive-item__content {
    margin-bottom: 14px;
}


.breadcrumbs {
    display: flex;
    flex-wrap: wrap;


    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    grid-column: 1 / -1;
}

.breadcrumbs a {
    text-decoration: none !important;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
    color: black;
}

@media (min-width: 812px) {
    .breadcrumbs {
        /* margin-bottom: 40px; */
    }
}

.main-container .breadcrumbs {
    padding-left: 0;
}

@media (max-width: 812px) {

    .breadcrumbs,
    .woocommerce-breadcrumb {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

/* --- CUSTOM SELECTOR --- */
/* --- CUSTOM SELECTOR --- */
/* --- CUSTOM SELECTOR --- */

.custom-select {
    position: relative;
    font-family: var(--font-title);
    font-size: 16px;
    line-height: 1.5;

    max-width: 250px;
    /* width: 100%; */
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    color: #21887D;
    font-weight: 500;

    text-decoration: underline;
    padding-right: 16px !important;
    border: none !important;

    line-height: 1;

}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    margin-left: 5px;
    content: "";
    top: 50%;
    right: 3px;


    border: 5px solid transparent;
    border-top: 5px solid green;

    /* background-image: url(../../assets/img/button-arrow-white.png); */
    display: inline-flex;

    transform: translateY(-30%);
    background-size: contain;

    transition: 0.3s ease-out;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    /* border-color: transparent transparent #fff transparent; */

    transform: translateY(-70%) rotate(180deg);
    /* top: 7px; */
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    display: flex;

    color: #21887D;
    padding: 3px 5px;
    border-radius: 10px;

    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;

    background-color: white;
}

.select-items div {
    padding: 3px 8px;
}

/*style items (options):*/
.select-items {
    width: max-content;
    max-width: 200px;
    position: absolute;
    /* background-color: #FB538A; */
    top: 105%;
    left: 0;
    right: 0;
    z-index: 99;

    border-radius: 10px;
    box-shadow: 0px 4px 14px -1px rgba(0, 0, 0, 0.2);
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgb(243, 236, 236);
}

.same-as-selected {
    pointer-events: none;
    filter: contrast(0.8);
}

/* @media (max-width: 768px) {

    .select-items div,
    .select-selected {
        padding: 10px 28px 10px 16px;
        font-size: 14px;
    }

    .select-selected:after {
        right: 8px;
        width: 18px;
        height: 18px;
    }
} */

@media (min-width: 812px) {
    .select-selected:after {
        right: 3px;
    }
}

























/*  FRont page */
/*  FRont page */
/*  FRont page */
.front-page-title {
    color: #939598;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    margin-bottom: 30px;
}

.catalog-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;

    margin-right: -4px;
    margin-left: -4px;
}

.catalog-tags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}


.catalog-tags a {
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px;

    background-color: #E84425;
    display: inline-flex;
    padding: 7px 6px;

    text-decoration: none;
    font-weight: 500;
    color: white;
    cursor: pointer;
    border-radius: 10px;

    transition: all 0.2s;
}

.catalog-tags a:hover {
    transform: scale(1.04);
}






/*  Breadcrumbs */
/*  Breadcrumbs */
/*  Breadcrumbs */


.breadcrumbs a {
    color: black;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a:after {
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
    content: '-';
}

.breadcrumbs a:last-of-type:after {
    content: none;
}











/* WOOCOMERCE STYLE */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 5px 20px;

    background-color: #e6e9e8 !important;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
}



.woocommerce-breadcrumb {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    grid-column: 1 / -1;
    /* margin-bottom: 40px; */
}


.comment_container {
    border-bottom: 1px solid #e2dfdf;
    margin-bottom: 30px;

    text-align: left;
}

.woocommerce-tabs ul.tabs {
    background-color: #ececec;
}

.woocommerce-tabs ul.tabs li {}

.woocommerce-tabs ul.tabs li.active {
    color: white;
    background-color: #64a861;
}

.woocommerce-tabs ul.tabs li a {
    padding: 12px 20px !important;

    display: inline-flex;

    font-size: 18px;
    line-height: 1;
}

.woocommerce-tabs ul.tabs li.active a {
    color: white;
}

.commentlist {
    margin-left: 0px;
    padding-left: 0px;
}

.comment-text .meta {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-Tabs-panel {
    text-align: left;
}

@media (max-width: 1080px) {
    .woocommerce-breadcrumb {
        margin-bottom: 14px;
    }
}










/* Woocomerce Pagination  */
.pagination,
.woocommerce-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers {
    margin-left: 0;
}

a.page-numbers,
.page-numbers.current,
.page-numbers a {
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;

    min-width: 35px;
    min-height: 35px;

    color: white;
    border-radius: 8px;
    background-color: #64a861;

    text-decoration: none;
}

.page-numbers li {
    margin-right: 6px;
}

.page-numbers.current {
    border: 1px solid #64a861;
    background-color: transparent;
    color: #64a861;
}

.front-hero-container {
    display: flex;
    background-color: #ECECEC;

    padding-left: 55px;
    padding-right: 0px;
}

.carusel-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.carusel-menu-container a,
.front-hero__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 17px 30px 20px;

    width: 100%;
    max-width: 430px;


    line-height: 1;
    font-size: 35px;
    color: #E84425;

    background-color: white;
    border-radius: 20px;

    text-decoration: none;
    margin-bottom: 15px;

    box-shadow: -3px -3px #9E9E9E;

    transition: 0.34s ease-out;
}

.front-hero__nav-link:hover {
    color: #E84425;
    box-shadow: 0px 0px #9E9E9E;
}

.front-hero__nav-link:last-of-type {
    margin-bottom: 0;
}



.front-hero__left {
    width: 25%;
    margin-right: 20px;

    padding-top: 75px;
    padding-bottom: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.front-hero-slider__wrapper {
    min-height: 470px;
    position: relative;
    overflow: hidden;
    width: 75%;
}


.front-hero-slider {
    position: relative;
    /* display: flex; */
    height: 100%;
    /* overflow: hidden; */
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-arrow {
    z-index: 100;
    position: absolute;

    width: 54px;
    height: 60px;
    background-size: 40px 50px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;

    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background-color: #ddd7d775;

    transform: translateY(-50%);

    transition: 0.27s ease-out;
    cursor: pointer;


}

.slick-arrow:hover {
    transform: scale(1.03) translateY(-50%);
}

.slick-arrow.slick-prev {
    left: 0;
    top: 50%;


    background-image: url(../flower-shop/assets/img/icons/slider-arrow-prev.svg);
}

@media(min-width: 812px) {
    .slick-arrow {
        opacity: 0;
    }

    .front-hero-container:hover .slick-arrow {
        opacity: 1;
    }
}

.slick-arrow.slick-next {
    right: 10px;
    top: 50%;

    background-image: url(../flower-shop/assets/img/icons/slider-arrow-next.svg);
}




.front-hero__slide-content {
    padding-top: 60px;
    padding-left: 27%;
}

.fron-slider__background-one {
    position: absolute;
    bottom: 0;
    left: 20px;
    max-width: 29.5%;
    width: 100%;
}


.fron-slider__background-two {
    bottom: 0;
    right: 0;
    position: absolute;

    max-width: 59%;
    width: 100%;
}

.front-slider__title {
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.1;
    color: #213905;
    font-weight: 700;
}

.front-slider__subtitle {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;

    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    color: #71472F;

}

.front-slider__additionl {
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
    line-height: 1.1;
    font-size: 44px;
    font-weight: 600;

    color: #E84425;
}

.front-slider__sub-content {
    display: flex;
}

.front-slider__sub-content__left {
    margin-right: 20px;
}

.front-slider__sub-content__right {
    padding-top: 0px;
}

.front-slider__product-image {
    max-width: 130px;
}

.slider-action-button {
    display: inline-flex;
    padding: 10px 40px;

    color: white;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    background-color: #E84425;
    border-radius: 20px;

    text-transform: uppercase;

    text-decoration: none;
    box-shadow: 3px -3px #9E9E9E;

    transition: 0.34s ease-out;
    cursor: pointer;
}

.slider-action-button:hover {
    color: white;
    box-shadow: 0px 0px #9E9E9E;

}

.slick-track {
    display: flex;
}


@media(max-width: 1720px) {
    .front-hero-slider__wrapper {
        min-height: unset;
    }
}


@media (max-width: 1600px) {
    .fron-slider__background-one {
        display: none;
    }

    .front-hero__slide-content {
        padding-left: 9%;
    }

    .carusel-menu-container a,
    .front-hero__nav-link {
        font-size: 26px;
    }
}

@media (max-width: 1280px) {


    .front-hero__slide-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .front-slider__sub-content__right {
        /* margin-left: auto; */
        margin-right: auto;
    }


}

@media (max-width: 1186px) {

    .carusel-menu-container a,
    .front-hero__nav-link {
        padding: 10px 18px 10px;
        font-size: 20px;
        border-radius: 12px;
    }

    .slider-action-button {
        font-size: 24px;
        padding: 7px 34px;
        border-radius: 12px;
    }
}


@media (max-width: 1030px) {
    .front-hero__slide-content {
        padding-left: 12%;
    }

    .front-slider__title {
        font-size: 32px;
    }

    .front-slider__subtitle {
        font-size: 28px;
    }

    .fron-slider__background-two {
        display: none;
    }

    .front-hero__left {
        width: 35%;
    }

    .front-hero-slider__wrapper {
        width: 75%;
    }
}

@media (max-width: 812px) {

    .front-hero-container {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .front-hero__slide-content {
        padding-right: 7%;
        padding-left: 17%;
    }


    .front-hero__left {
        order: 2;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;

        margin-right: 0;
    }

    .front-hero-slider__wrapper {
        order: 1;
        width: 100%;
    }

}

@media (max-width: 499px) {

    .slick-arrow {
        transform: scale(0.7);
    }

    .front-hero__slide-content {
        padding-left: 7%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .front-slider__sub-content {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .front-slider__title {
        text-align: center;
        font-size: 28px;
    }

    .front-slider__subtitle {
        font-size: 26px;
        margin-bottom: 17px;
    }

    .front-slider__additionl {
        font-size: 34px;
    }

    .front-slider__sub-content__left {
        margin-right: 0;
        text-align: center;
    }

    .front-slider__sub-content__right {
        margin-left: auto;
    }
}




/* -- Quick buy FoRm START -- */
.quick-buy {
    cursor: pointer;
    transition: 0.3s ease;
}

.quick-buy:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-window {
    background: white;
    padding: 20px;
    border-radius: 8px;

    width: 100%;
    max-width: 380px;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal-window input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
}

.modal-window button {
    width: 100%;
    padding: 10px;
    background: #64a861;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.oneclick-product-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.oneclick-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 4px;
}

.oneclick-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

#oneclick-content,
#oneclick-phone {
    text-align: left;

    padding: 8px;
}

#oneclick-content::placeholder,
#oneclick-phone::placeholder {
    font-size: 14px;
}

/* -- Quick buy FoRm END -- */