#abz_home_selection {
    position: relative;
    margin-bottom: 60px;
        margin: auto !important;
}
li.product-flag.discount.abz_home_selection_flag {
    background: #51ada2 !important;
}
div#slick_abz_home_selection {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}
#abz_abz_home_selection {
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 30px;
}
  
#slick_abz_home_selection .slick-slide {
    padding: 10px !important;
}

#slick_abz_home_selection .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #bfdf88;
    background: none;
}
#slick_abz_home_selection .slick-next {
        right: 20px !important;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-left: 2px;
    color: #000;
}
#slick_abz_home_selection .slick-prev {
    left: 20px !important;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-right: 3px;
    color: #000;
}
#abz_home_selection h2 {
    font-size: 36px;
}

#slick_abz_home_selection article {
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 30px;
}
.abz_home_selection_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_selection {
     width: 100%;
    border-left: 0;
    border-right: 0;
}
.img_presentation_abz_home_selection {
    height: 100%;
}
.img_presentation_bloc_abz_home_selection {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
}

.img_presentation_cover_abz_home_selection {
    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_selection {
    display: none;
}

.img_product_bloc_selection {
    padding-top: 20px;
    /* float: left; */
    /* width: calc(100% - 250px); */
    /* margin-left: 250px; */
    padding-left: 0px;
    border: 0px solid #fff;
    border-left: 0;
    border-right: 0;
}
}

