.product-label {
    position: absolute;
    z-index: 1;
    background: #E30313;
    color: #fff;
    padding: 17px 50px;
    transform: rotate(-45deg);
    top: 27px;
    left: -67px;
    text-align: center;
    width: 250px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.single-promotional_product {
    background-color: #fff;
}

.single-promotional_product .ast-container {
    padding: 0;
    display: block;
    max-width: 100%;
    width: 100%;
}

section.produits-promotion {
    padding: 85px 0 95px !important;
    width: 1080px;
    margin: 0 auto;
}
section.Our-other-promotions {
	width: 1080px;
    margin: 0 auto;
}

.produits-promotion .promo-title h2 {
    line-height: 44px;
    margin-bottom: 24px;
}

.produits-promotion .product-available-city {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #262626;
}

.promo-title {
    margin-bottom: 28px;
}

.produits-promotion-wrap {
    display: flex;
    justify-content: space-between;
    gap: 129px;
    position: relative;
    overflow: hidden;
}

.promotion-thumb-slider .slick-list.draggable {
    border-radius: 10px;
}

.produits-promotion-wrap .promotion-thumb-slider {
    width: 530px;
}

.produits-promotion-wrap .produits-promotion-content {
    width: 29.642857142857142vw;
}

.promotion-thumb-slider .slider-content.slick-slider {
    margin-bottom: 23px;
}

.promotion-thumb-slider .slider-thumb.slick-slider {
    margin-bottom: 0;
}

.promotion-thumb-slider .slider-thumb.slick-slider .slick-list.draggable {
    margin: 0 -15px;
}

.promotion-thumb-slider .slider-thumb.slick-slider .slick-slide {
    margin: 0 15px;
}

.slider.slider-content.slick-initialized.slick-slider img {
    width: 100%;
    height: 452px;
    object-fit: cover;
}

.promotion-thumb-slider .slider-thumb.slick-slider .slick-slide img {
    height: 141px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}


.produits-promotion-content h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 13px;
}

.produits-promotion-content .product-old-price,
.produits-promotion-content .product-description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #262626;
    margin-bottom: 40px;
}

.produits-promotion-content .product-old-price {
    margin-bottom: 0;
    text-decoration: line-through;
}

.produits-promotion-content .product-new-price {
    font-size: 37px;
    line-height: 52px;
    font-weight: 700;
    color: #014289;
    margin-bottom: 26px;
}

.produits-promotion-content .contacted-btn {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    background-color: #014289;
    padding: 10px 23px;
    border-radius: 10px;
    display: inline-block;
}

.produits-promotion-content .contacted-btn:hover {
    background-color: #262626;
}



section.offre-limit {
    background-color: #F2F2F2;
    padding: 60px 0 95px;
    margin-bottom: 173px;
}   

.offre-limit-wrap {
    width: 1115px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 65px;
}

.offre-col-left, .offre-col-right {
    width: 47.9%;
    padding: 50px 45px 40px;
    background-color: #fff;
    height: max-content;
    border-radius: 10px;
}

.offre-col-left .offre-title, 
.offre-col-right .offre-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #014289;
    margin-bottom: 30px;
}

.offre-container {
    display: flex;
    gap: 19px;
    margin-bottom: 30px;
}

.offre-container h3 {
    border: 5px solid #014289;
    padding: 12px 15px;
    height: max-content;
    color: #014289;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    min-width: 90px;
    flex: 1 0 auto;
    max-width: fit-content;
}

.offre-container p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #262626;
    margin: 0;
}

/* .offre-col-right .offre-container:last-of-type,
.offre-col-left .offre-container:last-of-type {
    margin-bottom: 0;
} */

.offer-rules {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #014289;
}

.Our-other-promotions {
    /* padding: 173px 0 114px 0; */
    padding: 0 0 114px 0;
}

.items-slide-box {
    width: 344px;
}

.items-slide-img a img {
    width: 100%;
    border-radius: 10px;
    height: 234px;
    object-fit: cover;
}

.items-slide-img a {
    display: block;
}

.items-slide-img {
    margin-bottom: 26px;
}

.items-slide-content {
    display: flex;
    justify-content: space-between;
}

.items-slide-content-wrap h4 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 12px;
    display: block;
}

.items-slide-content-wrap h4 a:hover {
    color: #014289;
}

.items-slide-price .items-price {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #262626;
}

.items-slide-price .items-tag,
.items-slide-price .items-old-price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #262626;
}

.items-slide-price .items-old-price {
    text-decoration: line-through;
}

.Our-other-promotions .promotional-items-slider,
.Our-other-promotions h3 {
/*     padding-left: calc((100% - 1170px)/2); */
    margin-bottom: 0;
}

.Our-other-promotions h3 {
    line-height: 38px;
    margin-bottom: 46px;
    color: #014289;
}

/* .Our-other-promotions .promotional-items-slider .slick-track {
    margin-left: -14%;
} */

.items-slide-box.slick-slide {
    margin: 0 12px;
}
.items-slide-box.slick-list {
	margin: 0 -12px;
}

.pormo-appointment {
    width: 1170px;
    margin: 0 auto 90px auto;
    background-color: #014289;
    padding: 66px 0 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 38px;
    border-radius: 10px;
}

.pormo-appointment h3 {
    color: #fff;
    line-height: 34px;
}

.pormo-appointment a {
    color: #fff;
    padding: 10px 29px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.pormo-appointment a:hover {
    background-color: #262626;
}



@media only screen and (max-width: 1280px) {

    .slider.slider-content.slick-initialized.slick-slider img {
        height: 39.0625vw;
    }

    .promotion-thumb-slider .slider-thumb.slick-slider .slick-slide img {
        height: 10.9375vw;
    }
    
    section.produits-promotion, 
	section.Our-other-promotions{
        width: 100%;
        padding: 60px 50px !important;
    }
	section.Our-other-promotions { padding-top: 0px !important; width: 100%;}
    
    .produits-promotion-wrap {
        gap: 50px;
    }

    .produits-promotion-wrap .promotion-thumb-slider,
    .produits-promotion-wrap .produits-promotion-content {
        width: 50%;
    }
    
    .offre-limit-wrap {
        width: 100%;
        gap: 50px;
        padding: 0 50px;
    }
    
    .offre-col-left, .offre-col-right {
        width: 50%;
        padding: 40px;
    }
    
    section.offre-limit {
        padding: 70px 0;
        margin-bottom: 100px;
    }
    
    .Our-other-promotions {
        /* padding: 100px 0; */
    }

/*     .Our-other-promotions .promotional-items-slider,
    .Our-other-promotions h3 {
        padding-left: 50px;
    } */

    .pormo-appointment {
        width: 925px;
        margin: 0 auto 50px;
        padding: 60px 50px;
    }
}



    @media only screen and (max-width: 1024px) {

        .slider.slider-content.slick-initialized.slick-slider img {
            height: 40.13671875vw;
        }
        
        section.produits-promotion, 
		section.Our-other-promotions{
            padding: 60px 30px !important;
        }
		section.Our-other-promotions { padding-top: 0px !important; }
        
        .offre-limit-wrap {
            padding: 0 30px;
            gap: 30px;
        }

        .offre-col-left, .offre-col-right {
            padding: 25px;
        }

/*         .Our-other-promotions .promotional-items-slider,
        .Our-other-promotions h3 {
            padding-left: 30px;
        } */
        
        .pormo-appointment {
            width: 709px;
            padding: 60px 30px;
        }
        
        .offre-container h3 {
            font-size: 18px;
            line-height: 24px;  
        }

/*         .Our-other-promotions .promotional-items-slider .slick-track {
            margin-left: -20%;
        } */
    }



    @media only screen and (max-width: 768px) {

        .slider.slider-content.slick-initialized.slick-slider img {
            height: 65.10416666666666vw;
        }

        .promotion-thumb-slider .slider-thumb.slick-slider .slick-slide img {
            height: 24.739583333333336vw;
        }
        
        .single-promotional_product .ast-container {
            padding: 0 !important;
        }

        section.produits-promotion, 
		section.produits-promotion {
            padding: 40px 30px !important;
        }
		section.Our-other-promotions { padding-top: 0px !important; }

        .produits-promotion-wrap {
            gap: 50px;
            flex-wrap: wrap;
        }
        
        .produits-promotion-wrap .promotion-thumb-slider, .produits-promotion-wrap .produits-promotion-content {
            width: 100%;
        }
        
        .promotion-thumb-slider .slider-thumb.slick-slider .slick-list.draggable {
            margin: 0 -5px;
        }
        
        .promotion-thumb-slider .slider-thumb.slick-slider .slick-slide {
            margin: 0 5px;
        }

        .offre-limit-wrap {
            flex-wrap: wrap;
        }

        .offre-col-left, .offre-col-right {
            width: 100%;
        }

        .Our-other-promotions {
            /* padding: 70px 0; */
        }

/*         .Our-other-promotions .promotional-items-slider .slick-track {
            margin-left: -43%;
        } */

        section.offre-limit {
            margin-bottom: 70px;
        }
        
        .items-slide-box.slick-slide {
            margin: 0 10px;
        }
		.items-slide-box.slick-list {
			margin: 0 -10px;
		}

        .items-slide-img a img {
            height: 170px;
        }

        .items-slide-content-wrap h4 a {
            font-size: 16px;
            line-height: 22px;
        }
        
        .items-slide-price .items-price {
            font-size: 16px;
            line-height: 26px;
            color: #014289;
        }

        .items-slide-price .items-tag, .items-slide-price .items-old-price,
        .items-slide-percentage span {
            font-size: 14px;
            line-height: 26px;
        }

        .pormo-appointment {
            width: 85%;
        }

        .pormo-appointment h3 {
            text-align: center;
        }
    }


    @media only screen and (max-width: 430px) {

        .Our-other-promotions h3 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .slider.slider-content.slick-initialized.slick-slider img {
            height: 305px;
        }

        .product-label {
            padding: 10px 50px;
            font-size: 14px;
        }
        
        section.produits-promotion {
            padding: 40px 16px 90px !important;
        }
		section.Our-other-promotions { padding: 0px 16px 40px !important; }
        
        .produits-promotion .promo-title h2 {
            line-height: 34px;
            margin-bottom: 5px;
            font-size: 24px;
        }
        
        .produits-promotion .product-available-city {
            font-size: 14px;
            line-height: 22px;
        }

        .promotion-thumb-slider .slider-content.slick-slider {
            margin-bottom: 16px;
        }
        
        .promotion-thumb-slider .slider-thumb.slick-slider .slick-slide {
            margin: 0 10px;
        }
        
        .produits-promotion-wrap {
            gap: 30px;
        }

        .produits-promotion-content h3 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 14px;
        }

        .produits-promotion-content .product-old-price {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 0;
        }

        .produits-promotion-content .product-new-price {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 20px;
        }

        .produits-promotion-content .product-description {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 30px;
        }
        
        .produits-promotion-content .contacted-btn {
            font-size: 14px;
            line-height: 20px;
            padding: 13px 28px;
        }
        
        section.offre-limit {
            padding: 60px 0 70px;
            margin-bottom: 123px;
        }
        
        .offre-limit-wrap {
            padding: 0 16px;
            gap: 60px;
        }
        
        .offre-col-left, .offre-col-right {
            padding: 22px 15px 30px;
        }
        
        .offre-col-left .offre-title, .offre-col-right .offre-title {
            font-size: 14px;
            line-height: 20px;
        }
        
        .offre-container p {
            font-size: 14px;
            line-height: 22px;
        }
        
        .offre-container {
            gap: 12px;
            margin-bottom: 23px;
        }

        .offre-container h3 {
            line-height: 34px;
            min-width: 88px;
            padding: 10px 12px;
        }

        .Our-other-promotions {
            padding: 0 0 95px;
        }

/*         .Our-other-promotions .promotional-items-slider,
        .Our-other-promotions h3 {
            padding-left: 16px;
        } */

        .items-slide-img a img {
            height: 113px;
        }
        
        .items-slide-img {
            margin-bottom: 10px;
        }

        .items-slide-box.slick-slide {
            margin: 0 6px;
        }
		.items-slide-box.slick-list {
			margin: 0 -6px;
		}
        
        .pormo-appointment {
            width: 91.5%;
            gap: 13px;
        }
        
        .pormo-appointment {
            padding: 42px 30px;
        }

        .pormo-appointment h3 {
            line-height: 30px;
        }
        
        .pormo-appointment a {
            padding: 16px 22px;
            font-size: 13px;
            line-height: 20px;
        }

    }

        @media only screen and (max-width: 375px) {

/*             .Our-other-promotions .promotional-items-slider .slick-track {
                margin-left: -33%;
            } */

            .items-slide-img a img {
                height: 133px;
            }
        }