/*ETIQUETTES "Nouveautés, BF etc.*/
/*CURRENT*/
#page_category #LISTE ul.products li .info {
    border: 1px solid #EF3F4C;
    color:#EF3F4C;
}
/*UNIVERS*/
body.univers_138 #page_category #LISTE ul.products li .info,
body.univers_513 #page_category #LISTE ul.products li .info {
    border: 1px solid #D4744C;
    color:#D4744C;
}

body.univers_2 #page_category #LISTE ul.products li .info {
    border: 1px solid #E5B1A7;
    color:#E5B1A7;
}
body.univers_4 #page_category #LISTE ul.products li .info {
    border: 1px solid #A5D2EC;
    color:#A5D2EC;
}
body.univers_118 #page_category #LISTE ul.products li .info {
    border: 1px solid #ba99c6;
    color:#ba99c6;
}
body.univers_107 #page_category #LISTE ul.products li .info {
    border: 1px solid #AFD1B4;
    color:#AFD1B4;
}
body.univers_5 #page_category #LISTE ul.products li .info {
    border: 1px solid #F2BF5D;
    color:#F2BF5D;
}

/*REDUCTION LISTING + FICHE PRODUIT*/
/*CURRENT*/

#page_category #LISTE ul.products li .box_promo .btn_reduction,
#page_panier #panier_products .product .block_image .box_promo .btn_reduction,
#TOP .TOP_content .box_promo, #page_speciale .box_promo,
#page_product #product_header .product_info .content_product_info #bandeau,
#page_product #product_header .product_info #bandeau {
    background-color: #EF3F4C;
}

/*UNIVERS*/
body.univers_138 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_513 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_138 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_513 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_138 #page_product #product_header .product_info #bandeau,
body.univers_513 #page_product #product_header .product_info #bandeau {
    background-color: #D4744C;
}

body.univers_2 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_2 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_2 #page_product #product_header .product_info #bandeau {
    background-color: #E5B1A7;;
}
body.univers_4 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_4 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_4 #page_product #product_header .product_info #bandeau {
    background-color: #A5D2EC;
}
body.univers_118 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_118 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_118 #page_product #product_header .product_info #bandeau {
    background-color: #ba99c6;
}
body.univers_107 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_107 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_107 #page_product #product_header .product_info #bandeau {
    background-color: #AFD1B4;
}
body.univers_5 #page_category #LISTE ul.products li .box_promo .btn_reduction,
body.univers_5 #page_product #product_header .product_info .content_product_info #bandeau,
body.univers_5 #page_product #product_header .product_info #bandeau {
    background-color: #F2BF5D;
}

/*retours tags*/
div.history_state {
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#myaccount_page #list_choices .discount_row .info_discount {
    width: fit-content;
    line-height: normal;
}

div.history_state.wait,
.page_cms_video #list_carrier .offre .contenu div.place.A2P,
.page_cms_video #list_carrier .offre .contenu div.place.BPR {
    background-color: #F4BE00;
}
div.history_state.ok,
.page_cms_video #list_carrier .offre .contenu div.place.dom {
    background-color: #85CA76;
}

/*CMS code réduc*/
#page_codes .code .pourcent_code {
    background-color: #FFF5EF;
}
#page_codes .code .name_code .num_code {
    border: 1px dashed #EF3F4C;
}

/*CMS livraison*/
.page_cms_video #list_carrier .offre .contenu div.place.epstore {
    background-color: #EF3F4C;
}
.page_cms_video #list_carrier .offre .contenu div.place {
    border-radius: 50px
}

@media screen and (max-width: 500px) {
    #page_panier #panier_products .product .block_image .box_promo .btn_reduction {
        top: 0;
        right: 0;
    }
}