#codplugin-checkout .form-footer {
    grid-template-columns: 1fr;
}



.form-qte {
    display: none;
}


body {
    font-family: "Noto Kufi Arabic", Sans-serif !important;

}


.mr-b {
    margin-bottom: 45px;
}


.categories-style-1::-webkit-scrollbar {
    display: none !important;
}

.categories-style-1 {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    display: grid;
}

.categories-style-1 .category-item {
    display: block;
    padding: 0px;
    border: none !important;
    box-shadow: none !important;
    text-align: center !important;
    position: relative !important;

    overflow: hidden;

}

.categories-style-1 .category-item {
    border-radius: 15px !important;
}

.categories-style-1 .category-item .category-thumbnail img {
    position: relative !important;
    top: 0 !important;
    transition: unset !important;
    left: 0 !important;
    transform: unset !important;
    width: 100%;
}

.categories-style-1 .category-item .category-thumbnail {
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    text-align: center;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-style-1.sub-categories {
    background-color: unset !important;
    border: unset !important;
    padding: 0px !important;
}

.categories-style-1.one .category-item .category-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    z-index: 999;
    font-family: "Noto Kufi Arabic", Sans-serif;
    font-size: 16px;
}

.categories-style-1.one .category-item::after {
    content: '';
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.categories-style-1 .category-item .category-title {
    font-size: 12px;
    margin-top: 10px;
}



/*** ***/


.cust-col-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.categories-style-1.two .category-item .category-details {
    margin: 0px;
    padding: 5px;
    color: #001c16 !important;
    font-family: "Noto Kufi Arabic", Sans-serif;
    font-size: 14px !important;
    background: #b2cdc6;
    text-align: center;
    margin-top: 12px;
    border-radius: 15px;
    font-weight: 600;
}


.categories-style-1.two img {
    border-radius: 15px;
}


/*** Responsive */

/** Responsive **/
@media screen and (max-width: 960px) {
    .categories-style-1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .section_landing_page.row-2 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .section_landing_page.row-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .elementor-button.elementor-size-xl {
        font-size: 18px;
        padding: 12px;
    }

    .categories-style-1.one .category-item .category-details {
        font-size: 14px !important;
        font-weight: 600;
        padding: 8px !important;
    }

    .section_landing_page .column .dotted.left {
        flex-direction: row-reverse;
    }

    .section_landing_page .column .dotted.rigth {
        flex-direction: row-reverse;
    }

    .section_landing_page .column .dotted {
        display: flex;

        justify-content: center;
        align-items: center;
    }

    .section_landing_page .column .dotted img {
        width: 50%;
        margin: 0;
        height: 100%;
        object-fit: cover;
    }

    .section_landing_page .column .dotted .text-content {
        width: 50%;

        /* background: #b2cdc6; */

    }

    .section_landing_page .column .dotted.left .text-content {
        margin-left: 10px !important;
    }

    .section_landing_page .column .dotted.right .text-content {
        margin-right: 10px !important;
    }

    .section_landing_page .column .dotted .text-content p {
        /* background: none !important;
        margin-bottom: 0px; */
        text-align: right;
    }

    .steps .elementor-widget-wrap {
        padding: 18px !important;
    }

    .steps h2 {
        font-size: 14px !important;
    }
}






.section_landing_page .column p {
    text-align: center;
}


.section_landing_page .column img {
    margin-bottom: 10px;
}

.section_landing_page .column .dotted {
    border: dotted;
    border-radius: 14px;
    padding: 15px;
    height: 100% !important;
}

.section_landing_page .column .dotted p {
    font-size: 12px;
    font-weight: 600;
    background: #000;
    margin-bottom: 10px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    height: 85px;
    max-height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_landing_page .column .dotted .text-content {
    margin: 0;


}


.section_landing_page {

    grid-gap: 25px;
    display: grid;
}

.section_landing_page.row-2 {
    grid-template-columns: repeat(2, 1fr);
}

.section_landing_page.row-3 {
    grid-template-columns: repeat(3, 1fr);
}


.steps .txt-border {
    border: 3px solid #fff;
    border-radius: 50px;
    background: #E9EBBF;
}

.custom-swiper .swiper-slide-inner {
    border: 3px dotted #000;
    border-radius: 15px;
    padding: 10px;
    margin: 8px !important;
}

.custom-swiper .elementor-swiper-button-prev,
.custom-swiper .elementor-swiper-button-next {
    opacity: .8 !important;
}

.custom-swiper .elementor-swiper-button-prev i,
.custom-swiper .elementor-swiper-button-next i {
    color: #537951 !important;
}

#codplugin-checkout {
    margin-top: 0px !important;
}




/***Background bodour tin image **/
.page-id-20958 .section-bg {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/Nouveau-projet-20-1.webp');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #537951 !important;
}

.page-id-20958 .section-bg-bottom {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/bg-bottom.webp');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #537951 !important;
}

.page-id-20958 .section-bg-top {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/bg-top.webp');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #537951 !important;
}


.page-id-20958 .section-bg-bottom-2 {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/img-shadpw-2.webp');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #537951 !important;
}

.page-id-20958 .section-bg-top-2 {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/img-shadpw-1.webp');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #537951 !important;
}

.page-id-20958 {
    background-color: #F4EAC5 !important;
}



/****Background image iklil **/
.page-id-20166 {
    background-color: #fff !important;
}

.page-id-20166 .section-bg {
    background-image: url('https://static-cse.canva.com/_next/static/assets/wave_w2881xh801_a775fc2518c0a6ca438299351b5d48a3faf59e7348ac4a6f5f88b3b68fd5a06a.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00b38f !important;
}



.page-id-20166 .section-bg-bottom {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/bg-bottom.webp');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00b38f !important;
}


.page-id-20166 .section-bg-top {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/bg-top.webp');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00b38f !important;
}



.page-id-20166 .section-bg-bottom-2 {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/check1-1-1.webp');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00b38f !important;
}


.page-id-20166 .section-bg-top-2 {
    background-image: url('https://www.naturina.bio/wp-content/uploads/2024/01/check1.webp');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00b38f !important;
}

.background-position-top{
	background-position: top;
}



