.product_selection_1 {
    position: relative;
}

.product_selection_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flash_sale_1 #VEP #VEP_content .block_right .block_txt .description_product {
    margin-bottom: 32px;
}

.product_selection_1_selection .btn_sec {
    width: auto;
    min-width: 196px;
    margin: 26px 0 0;
}

#product_selection_1_banner {
    width: calc(100% - 20px);
}

#product_selection_1_banner {
    margin-top: 20px;
}

#product_selection_1_froufrou {
    margin-bottom: 8px;
}

.adventCalendar_deco_img_title img {
    width: auto;
}

#product_selection_1_title {
    color: #E61B72;
}

.product_selection_1_selection button {
    text-transform: uppercase;
    margin-top: 32px;
    border-radius: 8px;
}

.product_selection_1 .TOP_menu {
    width: 100%;
}

.product_selection_1 .TOP_menu ul {
    max-width: 1200px;
    margin: 10px auto 20px;
    text-align: center;
    list-style: none;
    display: flex;
}

.product_selection_1 #TOP_menu ul li {
    border: 1px solid #E61B72;
    text-transform: uppercase;
}

.product_selection_1 .TOP_menu ul li:hover, 
.product_selection_1 .TOP_menu ul li.select {
    font-weight: 700;
    background-color: #E61B72;
    color: #FFFFFF;
}

.product_selection_1 .TOP_menu .notch {
    width: fit-content;
    margin: 20px auto;
    font: normal normal bold 16px/21px Roboto;
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    color: #E61B72;
    cursor: pointer;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1400px){
    .product_selection_1 .TOP_menu ul {
        overflow: auto;
        padding-bottom: 12px;
    }

    .product_selection_1 #TOP_menu ul li {
        margin-left: 10px;
        white-space: nowrap;
    }

}


/* */


/* IDEES CADEAUX */


/* */

.product_selection_1 .list_products {
    display: flex;
    width: calc(100% - 18px);
    margin: auto;
    overflow-x: auto;
}

.product_selection_1 .list_products .product .block_image {
    width: 180px;
}

#page_saintvalentin2022 #froufrou1 {
    width: 58px;
    height: 31px;
}

@media screen and (min-width: 1081px) {
    .product_selection_1 {
        margin-bottom: 100px;
    }

    #product_selection_1_banner {
        width: 40%;
    }

    .product_selection_1 .list_products {
        width: 73%;
    }

    .product_selection_1 .list_products .product .block_image {
        width: 230px;
    }

}

@media screen and (max-width: 1080px) {
    .product_selection_1 {
        margin-bottom: 48px;
    }
}


@media screen and (min-width: 768px) {
    .product_selection_1 .list_products .product .block_image {
        width: 230px;
    }
}


/* */


/* SCROLLBAR */


/* */

.product_selection_1 .list_products::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
}

.product_selection_1 .list_products::-webkit-scrollbar-track {
    background-color: #EFEFEF;
    border-radius: 10px;
}

.product_selection_1 .list_products::-webkit-scrollbar {
    background-color: transparent;
    border-radius: 10px;
    height: 10px;
}

.product_selection_1 .list_products:hover::-webkit-scrollbar-thumb {
    background-color: #6C6C6C;
}

.product_selection_1 .list_products:hover::-webkit-scrollbar-track {
    background-color: #EFEFEF;
}

.product_selection_1 .list_products:hover::-webkit-scrollbar {
    background-color: #FFF;
}

.product_selection_1 .list_products::-webkit-scrollbar {
    height: 10px;
    background-color: #FFF;
}

.product_selection_1 .list_products::-webkit-scrollbar-thumb {
    background-color: #6C6C6C;
    border-radius: 10px;
}

.product_selection_1 .list_products:hover::-webkit-scrollbar-thumb {
    background-color: #6C6C6C;
}