#abz_home_promo {
    position: relative;
  
    margin-bottom: 60px !important;
}
.link_promo {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343434;
}
.link_promo:hover{
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #343434;
}
.img_product_bloc{
        width: 100%;
    border-left: 0;
    border-right: 0;
    padding: 20px;
        border-radius: 25px;
}
li.product-flag.discount.abz_home_promo_flag {
    background: #51ada2 !important;
}
div#slick_abz_home_promo {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}
#abz_abz_home_promo {
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 30px;
}
#slick_abz_home_promo .slick-slide {
    padding: 10px !important;
}
#slick_abz_home_promo .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #bfdf88;
    background: none;
}
#slick_abz_home_promo .slick-next {
    right: 20px !important;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-left: 2px;
    color: #000;
}
#slick_abz_home_promo .slick-prev {
    left: 20px !important;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-right: 3px;
    color: #000;
}
#abz_home_promo h2 {
    font-size: 36px;
}
#slick_abz_home_promo article {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0px;
    border-radius: 30px;
}
.abz_home_promo_timer {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.timer_title {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #000;
}
.slick-arrow::before {
    display: none;
}
.img_product_bloc {}
.img_presentation_abz_home_promo {
    height: 100%;
}
.img_presentation_bloc_abz_home_promo {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
}
.img_presentation_cover_abz_home_promo {
    object-fit: cover;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
    .img_presentation_bloc_abz_home_promo {
        display: none;
    }
    .img_product_bloc {
        padding-top: 20px;
        padding-left: 0px;
        border: 0px solid #fff;
        border-left: 0;
        border-right: 0;
    }
}