#product #block_univers {
    display: none
}

#product h2 {
    font-size: 23px
}

#product #content {
    margin-top: 20px;
    margin-bottom: 0;
}

#product #PIC {
    width: 100%;
    border-bottom: 0.25px solid #EFEFEF;
    padding-bottom: 20px;
    position: relative;
    /* max-height: 453px; */
}

#product #PIC #image_product {
    width: 100%;
    display: none;
    /* max-height: 360px; */
}

#product #PIC .box_reduction {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #E61B72;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    font: bold 16px 'Roboto condensed', sans-serif;
    text-align: center;
    width: 49px;
    height: 19px;
    padding: 6px 0px 5px;
}

#product #PIC #image_product .slick-slide {
    height: auto;
}

#product #PIC #image_product .slick-list img {
    width: 100%;
    cursor: zoom-in;
}

#product #PIC #price_recommend {
    max-width: 100px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

#product #PIC .special_macaron {
    left: 0 !important;
}

#product #PIC #price_recommend img {
    width: 100%;
}

#product .slick-arrow {
    position: absolute;
    width: 15px;
    height: 22px;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

#product #image_nav .slick-arrow {
    top: 21px;
}

#product .slick-arrow.slick-prev {
    left: 10px;
}

#product .slick-arrow.slick-next {
    right: 10px;
    transform: rotateY(180deg);
}

#product .slick-arrow img {
    width: 10px
}

#product #PIC #image_nav {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 52px;
    display: none;
}

#product #PIC .draggable {
    width: 90%;
    margin: auto;
}

#product #PIC #image_nav.slick-initialized {
    display: block;
}

#product #PIC #image_nav .slick-slide {
    width: 50px;
    height: 52px;
}

#product #PIC #image_nav .slick-slide img {
    max-width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    cursor: pointer;
}

#product #PIC #image_nav .slick-slide.is-active img {
    border-color: #E36AA1
}

#product #wrapper_PIC_INF{
    border-bottom: 0.25px solid #EFEFEF;
}

#product #INF {
    width: 100%;
    margin-bottom: 40px;
}

#product #IDLINK {
    padding-top: 20px;
    width: 90%;
    margin: 0 5%;
}

#product #IDLINK #IDLINK_CONTENT {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#product #IDLINK .title {
    font: bold 16px 'Roboto Condensed', sans-serif;
    margin-right: 20px;
}

#product #IDLINK #decl_color_grp,
#product #IDLINK #decl_parfum_grp {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    z-index: 8;
    gap: 10px;
}

#product #IDLINK .decl_color {
    padding-left: 25px;
    font: 300 11px 'Roboto', sans-serif;
    text-transform: lowercase;
    position: relative;
    z-index: 8;
}

#product #IDLINK .decl_parfum {
    width: auto;
    font: 300 11px 'Roboto', sans-serif;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
}

#product #IDLINK .decl_color a {
    color: #000
}

#product #IDLINK .decl_parfum:hover {
    border-color: #999
}

#product #IDLINK .decl_parfum:hover a {
    color: #999
}

#product #IDLINK .decl_parfum.select {
    background-color: #000;
    border-color: #000
}

#product #IDLINK .decl_parfum.select a {
    color: #FFF
}

#product #IDLINK .decl_color .bullet {
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid transparent;
    left: -5px;
    top: -4px;
    border-radius: 15px;
}

#product #IDLINK .decl_color.Blanc .bullet {
    border: 1px solid #0000002e;
}

#product #IDLINK .decl_color.select .bullet {
    border-color: #000;
}

#product #IDLINK .decl_color.select a {
    font: bold 11px 'Roboto Condensed', sans-serif;
}

#product #IDLINK .decl_color .bullet:before {
    content: "";
    background-color: #000;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 15px;
    left: 2px;
    top: 2px;
}

#product #IDLINK .decl_color.select .bullet:before {
    height: 14px;
    width: 14px;
    left: 3px;
    top: 3px;
}

#product #IDLINK .decl_color.Rouge .bullet:before,
#product #IDLINK .decl_color.Rosso .bullet:before,
#product #IDLINK .decl_color.Red .bullet:before,
#product #IDLINK .decl_color.Rojo .bullet:before {
    background-color: #FD2B14
}

#product #IDLINK .decl_color.Blanc .bullet:before,
#product #IDLINK .decl_color.Bianco .bullet:before,
#product #IDLINK .decl_color.White .bullet:before,
#product #IDLINK .decl_color.Blanco .bullet:before {
    background-color: #FFF
}

#product #IDLINK .decl_color.Gris .bullet:before,
#product #IDLINK .decl_color.Grigio .bullet:before,
#product #IDLINK .decl_color.Grey .bullet:before,
#product #IDLINK .decl_color.Gris .bullet:before {
    background-color: #9E9E9E
}

#product #IDLINK .decl_color.Jaune .bullet:before,
#product #IDLINK .decl_color.Yellow .bullet:before,
#product #IDLINK .decl_color.Giallo .bullet:before,
#product #IDLINK .decl_color.Amarillo .bullet:before {
    background-color: #FEDA77
}

#product #IDLINK .decl_color.Bleu .bullet:before,
#product #IDLINK .decl_color.Blue .bullet:before,
#product #IDLINK .decl_color.Blu .bullet:before,
#product #IDLINK .decl_color.Azul .bullet:before {
    background-color: #2380E6
}

#product #IDLINK .decl_color.Bleu_Clair .bullet:before,
#product #IDLINK .decl_color.Light_Blue .bullet:before,
#product #IDLINK .decl_color.Azzurro .bullet:before,
#product #IDLINK .decl_color.Azul_Claro .bullet:before {
    background-color: #53BBF4
}

#product #IDLINK .decl_color.Bleu_Marine .bullet:before,
#product #IDLINK .decl_color.Navy_Blue .bullet:before,
#product #IDLINK .decl_color.Blu_Marino .bullet:before,
#product #IDLINK .decl_color.Azul_Marino .bullet:before {
    background-color: #081741
}

#product #IDLINK .decl_color.Turquoise .bullet:before,
#product #IDLINK .decl_color.Turquoise .bullet:before,
#product #IDLINK .decl_color.Turchese .bullet:before,
#product #IDLINK .decl_color.Turquesa .bullet:before {
    background-color: #20B2AA
}

#product #IDLINK .decl_color.Orange .bullet:before,
#product #IDLINK .decl_color.Arancione .bullet:before,
#product #IDLINK .decl_color.Naranja .bullet:before {
    background-color: #FF7900
}

#product #IDLINK .decl_color.Corail .bullet:before,
#product #IDLINK .decl_color.Coral .bullet:before,
#product #IDLINK .decl_color.Corallo .bullet:before,
#product #IDLINK .decl_color.Coral .bullet:before {
    background-color: #FF8D62
}

#product #IDLINK .decl_color.Rose .bullet:before,
#product #IDLINK .decl_color.Pink .bullet:before,
#product #IDLINK .decl_color.Rosa .bullet:before,
#product #IDLINK .decl_color.Rosa .bullet:before {
    background-color: #F2377E
}

#product #IDLINK .decl_color.Rose_Pâle .bullet:before,
#product #IDLINK .decl_color.Light_Pink .bullet:before,
#product #IDLINK .decl_color.Rosa_Chiaro .bullet:before,
#product #IDLINK .decl_color.Rosa_Claro .bullet:before {
    background-color: #FFB6B9
}

#product #IDLINK .decl_color.Beige .bullet:before,
#product #IDLINK .decl_color.Beige .bullet:before,
#product #IDLINK .decl_color.Beige .bullet:before,
#product #IDLINK .decl_color.Beige .bullet:before {
    background-color: #D9CCB9
}

#product #IDLINK .decl_color.Marron .bullet:before,
#product #IDLINK .decl_color.Brown .bullet:before,
#product #IDLINK .decl_color.Marrone .bullet:before,
#product #IDLINK .decl_color.Marrón .bullet:before {
    background-color: #A64942
}

#product #IDLINK .decl_color.Violet .bullet:before,
#product #IDLINK .decl_color.Purple .bullet:before,
#product #IDLINK .decl_color.Viola .bullet:before,
#product #IDLINK .decl_color.Violeta .bullet:before {
    background-color: #8C489F
}

#product #IDLINK .decl_color.Bordeaux .bullet:before,
#product #IDLINK .decl_color.Burgundy .bullet:before,
#product #IDLINK .decl_color.Bordeaux .bullet:before,
#product #IDLINK .decl_color.burdeos .bullet:before {
    background-color: #6F1C36
}

#product #IDLINK .decl_color.Argent .bullet:before,
#product #IDLINK .decl_color.Silver .bullet:before,
#product #IDLINK .decl_color.Argento .bullet:before,
#product #IDLINK .decl_color.Plateado .bullet:before {
    background-color: #CECECE
}

#product #IDLINK .decl_color.Transparent .bullet:before,
#product #IDLINK .decl_color.Trasparente .bullet:before,
#product #IDLINK .decl_color.Transparente .bullet:before {
    background-color: #FFF;
}

#product #IDLINK .decl_color.Vert .bullet:before,
#product #IDLINK .decl_color.Green .bullet:before,
#product #IDLINK .decl_color.Verde .bullet:before {
    background-color: #4CA443
}

#product #IDLINK .decl_color.Vert_Clair .bullet:before,
#product #IDLINK .decl_color.Light_Green .bullet:before,
#product #IDLINK .decl_color.Verde_Chiaro .bullet:before,
#product #IDLINK .decl_color.Verde_Claro .bullet:before {
    background-color: #C0DD9B
}

#product #IDLINK .decl_color.Bronze .bullet:before,
#product #IDLINK .decl_color.Bronzo .bullet:before,
#product #IDLINK .decl_color.Bronce .bullet:before {
    background: rgb(56, 45, 25);
    background: linear-gradient(45deg, rgba(56, 45, 25, 1) 0%, rgba(182, 155, 108, 1) 100%);
}

#product #IDLINK .decl_color.Turquoise .bullet:before,
#product #IDLINK .decl_color.Turquoise .bullet:before,
#product #IDLINK .decl_color.Turchese .bullet:before,
#product #IDLINK .decl_color.Turquesa .bullet:before {
    background-color: #188687
}

#product #IDLINK .decl_color.Violet_Parme .bullet:before,
#product #IDLINK .decl_color.Purple_Violet .bullet:before,
#product #IDLINK .decl_color.Lilla .bullet:before,
#product #IDLINK .decl_color.Púrpura .bullet:before {
    background-color: #DABCFC
}

#product #IDLINK .decl_color.Rose_Gold .bullet:before,
#product #IDLINK .decl_color.Pink_Gold .bullet:before,
#product #IDLINK .decl_color.Oro_Rosa .bullet:before,
#product #IDLINK .decl_color.Oro_Rosa .bullet:before {
    background-color: #EAD2C6

}
#product #IDLINK .decl_color.Fuchsia .bullet:before,
#product #IDLINK .decl_color.Fushia .bullet:before,
#product #IDLINK .decl_color.Fushia .bullet:before,
#product #IDLINK .decl_color.Fushia .bullet:before {
    background-color: #DB0776 
}

#product #IDLINK .decl_color.Or .bullet:before,
#product #IDLINK .decl_color.Gold .bullet:before,
#product #IDLINK .decl_color.Oro .bullet:before {
    background: url('../../img/texture/color-or.jpg')
}

#product #IDLINK .decl_color.Léopard .bullet:before,
#product #IDLINK .decl_color.Leopard .bullet:before,
#product #IDLINK .decl_color.Leopardo .bullet:before {
    background: url('../../img/texture/color-leopard.jpg')
}

#product #IDLINK .decl_color.Arc-en-ciel .bullet:before,
#product #IDLINK .decl_color.Arcobaleno .bullet:before,
#product #IDLINK .decl_color.Rainbow .bullet:before,
#product #IDLINK .decl_color.Arco_Iris .bullet:before {
    background: linear-gradient(-45deg, #FFB300 0%, #E21DC8 33%, #3B3BC5 66%, #0DFBA2 100%);
}

#product #IDLINK .decl_color.Magenta .bullet:before {
    background-color: #842D7C
}

#product #IDLINK .decl_color.Phosphorescent .bullet:before,
#product #IDLINK .decl_color.Fosforescente .bullet:before {
    background-color: #75F6A3
}

#product #POINT,
#product #POINT_INFO {
    margin: 20px auto;
    width: 100%;
}

#product #POINT #POINT_content,
#product #POINT_INFO #POINT_INFO_content {
    width: 100%;
    background-color: rgba(230, 27, 114, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#product .ventes_flash #POINT #POINT_content,
#product .ventes_flash #POINT_INFO{
    background-color: rgb(243, 146, 0, 0.08) !important; 
}

#product #POINT #POINT_content.black_friday,
#product #POINT_INFO.black_friday {
    background-color: rgba(0, 0, 0, 0.08);
    
}

#product #POINT #POINT_content.black_friday p,
#product #POINT_INFO.black_friday #POINT_INFO_content p{
    color: #000;
}

#product #POINT .title,
#product #POINT_INFO .title {
    margin-left: 10px;
    text-transform: uppercase;
    font: bold 12px 'Roboto Condensed', sans-serif;
}

#product #POINT #POINT_content hr,
#product #POINT_INFO #POINT_INFO_content hr {
    width: 25px;
    background-color: #000;
    height: 1px;
    border: 0;
}

#product #POINT #POINT_content p,
#product #POINT_INFO #POINT_INFO_content p {
    text-align: center;
    font: bold 14px 'Roboto Condensed', sans-serif;
    color: #E61B72;
    font-weight: bold;
    padding: 0 10px;
}

#product .ventes_flash #POINT #POINT_content p,
#product .ventes_flash #POINT_INFO #POINT_INFO_content p {
    color: #F39200;
}

#product #POINT_INFO {
    display: none
}


#product #INF_content {
    width: 90%;
    margin: 0 5%;
}

#product #INF_content #brand {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 10px;
    color: #000;
}

#product #INF_content #brand a {
    text-decoration: underline;
    color: #000;
}

#product #INF_content h1 {
    font: bold 18px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

#product #INF_content .note_product {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

#product #INF_content .note_product .note {
    width: 65px;
    position: relative;    
    display: flex;
    flex-direction: row;
    gap: 3px;
}

#product #INF_content .note_product .note .bg_white {
    content: "";
    position: absolute;
    background-image: url('../../img/icon/px-white.jpg');
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.7;
}

#product #INF_content .note_product .nombre_note {
    font: 300 12px 'Roboto', sans-serif;
    margin-left: 5px;
    color: #000;
}

#product #INF_content .note_product .nombre_note p {
    font: 300 12px 'Roboto', sans-serif;
    color: #000;
    text-decoration: underline;
    display: inline;
    padding: 0px 1px 0px 1px;
}

.nombre_avis {
    text-decoration: underline;
    padding: 0px 1px 0px 1px;
}

#product #INF_content #price .price_origine {
    font: 300 12px 'Roboto', sans-serif;
    text-decoration: line-through;
    margin-bottom: 5px;
    color: #E61B72;
}

#product .ventes_flash #INF_content #price .price_origine {
    font: 300 12px 'Roboto', sans-serif;
    text-decoration: line-through;
    margin-bottom: 5px;
    color: #F39200;
}

#product #INF_content #price .price_SA {
    font: bold 14px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #E61B72;
}

#product #INF_content #price .price {
    font: bold 23px 'Roboto', sans-serif;
    color: #E61B72;
}

#product #INF_content #price .economie_SA {
    font: 300 14px 'Roboto', sans-serif;
    color: #E61B72;
    margin-top: 3px;
}

#product #INF_content .gift_info{ 
    margin-top: 20px;
    color: #F39200;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: rgba(245, 147, 0, 0.1);
}

#product #INF_content .gift_info img{
    width: 13px;
    background-color: #F39200;
    padding: 5px;
}

#product #INF_content .pledg_produit {
    font: 300 14px 'Roboto', sans-serif;
    color: #E61B72;
    margin-top: 10px;
    width: 100%;
}

#product #INF_content .pledg_produit .pledg_price {
    font-weight: bold;
}

#product #INF_content .pledg_produit img {
    height: 16px;
    vertical-align: middle;
}

#product #INF_content .pledg_produit .info_pledg {
    border: 1px solid #E61B72;
    border-radius: 50%;
    font-size: 10px;
    padding: 0 5px;
    cursor: pointer;
}

#product #INF_content .popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    z-index: 20;
    background-color: #FFF;
    margin: auto;
    padding: 30px 25px;
    color: #E61B72;
}

#product #INF_content .popup_pledg_header {
    margin-bottom: 20px;
}

#product #INF_content .popup_title_big {
    font: 700 23px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#product #INF_content .popup_subtitle {
    text-align: center;
    margin-top: 5px;
}

#product #INF_content .popup_subtitle img {
    vertical-align: middle;
    height: 18px;
    margin-left: 5px;
}

#product #INF_content .popup .popup_title {
    font-size: 16px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    text-align: left;
}

#product #INF_content .popup .popup_text {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
}

#product #INF_content .popup .popup_close_btn {
    background-color: #E61B72;
    margin: auto;
}

#product #INF_content .popup .link_cms {
    text-align: center;
    margin-top: 5px;
    font: 700 12px 'Roboto Condensed';
    text-decoration: underline;
}

#product #INF_content .popup .close {
    width: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#product .ventes_flash #INF_content #price .price_SA,
#product .ventes_flash #INF_content #price .price,
#product .ventes_flash #INF_content #price .economie_SA,
#product .ventes_flash #INFO ul li h2,
#product .ventes_flash #ADD #ADD_PRICE .price,
#product .ventes_flash #ADD #ADD_PRICE .price_origine,
#product #ADD #ADD_INFO .best_price.flash_sale {
    color: #F39200;
}

#product #INF_content #price strong {
    font-weight: bold;
}

#product #INF_content .btn {
    margin-left: 0
}

#product .ventes_flash #INF #COUNT {
    background-color: #FCE4D1;
    color: #F39200;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 0px 10px 5px;
}

#product #INF #COUNT #COUNT_content p {
    float: left
}

#product #INF #COUNT #COUNT_content #compteur {
    float: left;
    margin-left: 5px;
}

#product #INF #COUNT #COUNT_content #compteur .hours,
#product #INF #COUNT #COUNT_content #compteur .minutes,
#product #INF #COUNT #COUNT_content #compteur .secondes {
    width: auto;
    margin-right: 5px;
    text-align: right;
    font: bold 14px 'Roboto', sans-serif;
    float: left;
}

#product #DECL {
    margin: 0;
    padding-top: 20px;
    margin: 0 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#product #DECL h2 {
    font-size: 16px;
    min-width: 70px;
}

#product #DECL #DECL_LIST,
#product #DECL.SEVERAL_DECLINAISON #DECL_LIST  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#product #DECL #DECL_LIST::-webkit-scrollbar-track{
    background-color: transparent;

}

#product #DECL #DECL_LIST::-webkit-scrollbar{
    height: 10px;
    background-color: transparent;
}

#product #DECL #DECL_LIST::-webkit-scrollbar-thumb{
    background-color: #DDD;
    border-radius: 10px;
}

#product #DECL #DECL_LIST,
#product #DECL.SEVERAL_DECLINAISON #DECL_LIST  {
    display: flex;
    flex-direction: row;
}

#product #DECL #DECL_list .elem {
    width: auto;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
}

#product #DECL #DECL_list .elem:hover,
#product #DECL #DECL_list .elem.hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}

#product #DECL #DECL_list .elem.disable {
    text-decoration: line-through;
    border-color: #999;
    color: #999;
}


#product .slick-prev {
    z-index: 7;
}

#product .slick-next {
    z-index: 7;
}

#product #ADD {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    width: 92%;
    z-index: 9;
    padding: 3% 4% 2%;
    box-shadow: 1px -3px 6px 0 rgba(0, 0, 0, 0.13);
}

#product #ADD #ADD_INFO {
    float: left;
    width: 75%;
    margin-bottom: 10px;
}

#product #ADD #ADD_INFO .best_price.MPW {
    font: 300 12px 'Roboto Condensed', sans-serif;
    color: #4408FF;
}

#product #ADD #ADD_INFO .name {
    font: bold 16px 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
}

#product #ADD #ADD_PRICE {
    float: right;
    color: #E61B72;
    width: 25%;
    text-align: right;
}

#product #ADD #ADD_PRICE .price_origine {
    text-decoration: line-through;
    font: 300 12px 'Roboto Condensed', sans-serif;
}

#product #ADD #ADD_PRICE .price {
    font: bold 16px 'Roboto', sans-serif;
}

#product #ADD #add_to_cart {
    width: 100%;
}

#product #ADD #PRO_REA {
    text-align: center;
    margin-top: 10px;
    font: 300 12px 'Roboto', sans-serif;
}

#product #ADD #PRO_REA .stock_estimate_delivery {
    font: 300 16px 'Roboto', sans-serif;
    color: #37A200;
}

#product #ADD #PRO_REA .stock_estimate_delivery.red {
    font: bold 16px 'Roboto', sans-serif;
    color: red;
}

#product #ADD #PRO_REA .precommande {
    color: #F5B027;
    font: 700 16px 'Roboto', sans-serif;
}

#product #ADD #PRO_REA .delivery_pay {
    text-decoration: underline;
    margin-top: 5px;
    cursor: pointer;
    font: 700 12px 'Roboto Condensed';
}

#product #ADD #PRO_REA span {
    font: bold 10px 'Roboto Condensed', sans-serif;
}

#product #AVIS h2 {
    font: bold 23px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
}

#product #INFO {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0.25px solid #EFEFEF;
}

#product #INFO.no_border_product {
    border-bottom: none;
    padding-bottom: 0px;
}

#product #INFO ul#TITLE {
    width: 100%;
    text-align: center;
}

#product #INFO ul#TITLE li {
    width: auto;
    display: inline-block;
    transition: .2s ease-in;
    cursor: pointer;
    padding: 0 10px;
}

#product #INFO ul li p {
    font: 700 16px 'Roboto Condensed', sans-serif;
    color: #E61B72;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
}

#product #INFO ul li:hover p,
#product #INFO ul li.hover p {
    color: #000000;
    text-decoration: none;
}

#product #INFO .block_INFO {
    display: none;
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    width: 90%;
    margin: 20px 5%;
}

#product #INFO .block_INFO.hover {
    display: block
}

#product #AVIS {
    margin-top: 50px;
}

#product #DESC {
    margin-top: 20px;
    margin-bottom: 20px;
}

#product #DESC #DESC_content {
    margin: 0
}

#product #DESC #DESC_content #block_MPW {
    margin-top: 20px
}

#product #DESC #DESC_content #block_MPW a {
    text-decoration: underline
}

#product #DESC #DESC_content #block_MPW img {
    vertical-align: middle
}

#product #DESC p {
    line-height: 19px;
    margin-top: 10px;
}

#product #DESC p em {
    font-style: italic
}

#product #DESC ul {
    margin-left: 10px;
    margin-bottom: 10px;
}

#product #DESC ul li {
    font-weight: 300;
    margin-left: 10px;
    font-size: 14px;
    list-style: circle;
}

#product #DESC p a,
#product #DESC #description a,
#product #DESC ul li a {
    text-decoration: underline;
    color: #000
}

#product #DESC p a:hover {
    text-decoration: none
}

#product #DESC ul {
    text-align: left;
}

#product #DESC hr {
    margin: 30px auto;
    width: 100px;
    border: 0;
    height: 1px;
    background-color: #EFEFEF;
}

#product #CARA strong {
    font: 700 16px 'Roboto Condensed', sans-serif;
}

#product #CARA .row {
    width: 100%;
    clear: both;
    margin: 10px auto;
    text-align: center;
}

#product #CARA .row .col1,
#product #CARA .row .col2 {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

#product #CARA .row .col2 img {
    width: 15px
}

#product #AVIS .title_h2 {
    text-align: center
}

#product #AVIS #AVIS_HEAD {
    width: 100%;
    height: 144px;
    background-color: #F4F4F8;
    text-align: center;
    margin-top: 20px;
}

#product #AVIS #AVIS_HEAD #big_note {
    font: 700 16px 'Roboto', sans-serif;
    padding-top: 18px;
    color: #E61B72;
}

#product #AVIS #AVIS_HEAD #big_note span {
    font-size: 45px;
}

#product #AVIS #AVIS_HEAD .note_product {
    width: 82px;
    margin: 0 auto;
    display: inline-block;
}

#product #AVIS_HEAD .note_product .note .bg_white {
    background-image: url('../../img/icon/px_greyclear.png');
}

#product #AVIS #AVIS_HEAD #nb_note {
    font: 700 16px 'Roboto Condensed', sans-serif;
    margin-top: 5px;
}

#product #AVIS #AVIS_CONTENT {
    width: 100%;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    position: relative;
}

#product #AVIS #AVIS_CONTENT.slider {
    visibility: hidden
}

#product #AVIS #AVIS_CONTENT.slider.slick-initialized {
    visibility: visible
}

#product #AVIS #AVIS_ecrire {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#product #AVIS #AVIS_ecrire p {
    font-size: 16px;
}

#product #AVIS #AVIS_ecrire .btn.reverse {
    margin-top: 10px;
    background-color: #FFF;
    border-color: #E61B72;
    color: #E61B72;
}

#product #AVIS .avis {
    width: 100%;
    position: relative;
    margin-right: 10px;
    text-align: left;
}

#product #AVIS #AVIS_CONTENT:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    z-index: 1;
}

#product #AVIS #AVIS_CONTENT:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 30px;
}

#product #AVIS .note {
    width: 82px;
    margin-left: 20px;
    float: left;
    position: relative;
    height: 16px;
}

#product #AVIS .note .star {
    display: inline-block;
    padding-top: 2px;
    width: 14px;
}

#product #AVIS .note .star img {
    width: 100%
}

#product #AVIS .note .bg_white {
    content: "";
    position: absolute;
    background-image: url('../../img/icon/px-white.jpg');
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.7;
}

#product .slick-dots {
    margin: 0 auto;
    display: block;
    text-align: center;
}

#product .slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
}

#product .slick-dots li:after {
    background-color: #000;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    display: block;
    content: "";
}

#product .slick-dots li.slick-active:after {
    background-color: #E61B72;
}

#product .slick-dots li button {
    border: 0;
    background-color: transparent;
    text-indent: -900;
}

#product #AVIS .avis .firstname {
    font: 700 12px 'Roboto', sans-serif;
    width: 100%;
    margin: 10px 0 0 20px;
    text-transform: uppercase;
}

#product #AVIS .avis .date {
    font: 300 14px 'Roboto', sans-serif;
    height: 20px;
    margin-right: 25px;
    float: right;
}

#product #AVIS .avis.slick-slide .note {
    margin-left: 15px;
}

#product #AVIS .avis .citation {
    margin: 10px 15px 0;
    font: italic 300 14px 'Roboto', sans-serif;
    clear: both;
}

#product #SUG {
    width: 100%;
    clear: left;
    padding-top: 50px;
    text-align: center;
    border-top: 0.25px solid #EFEFEF;
}

#product #RECO {
    width: 100%;
    clear: left;
    padding-top: 50px;
    text-align: center;
}

#product #SUG #SUG_filters {
    overflow-x: auto
}

#product #SUG #SUG_filters_slider .btn_filter {
    display: inline-block;
    margin: 25px 10px;
}

#product #SUG #SUG_content,
#product #RECO #RECO_content {
    margin-top: 30px;
}

#product #LIV {
    width: 100%;
    clear: left;
    margin-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

#product #LIV #LIV_content {
    width: 100%;
    margin: 0 auto;
    font: bold 16px 'Roboto Condensed', sans-serif;
}

#product #LIV .block_livraison {
    width: 135px;
    display: inline-block;
    border: solid 0.25px #EFEFEF;
    padding-top: 20px;
    vertical-align: top;
    margin: 25px 0 0;
    padding: 15px 10px;
    cursor: pointer;
}

#product #LIV .block_livraison:first-child {
    margin-right: 5px;
}

#product #LIV .block_livraison:last-child {
    margin-left: 5px;
}

#product #LIV img {
    margin-bottom: 10px
}

#product #LIV .title {
    margin-top: 15px
}

#product #LIV .title a {
    text-decoration: underline
}

#product #LIV .block_livraison .liv {
    margin-top: 10px;
    text-transform: uppercase;
    color: #37A200;
}

#product footer #block_footer_top #block_lang {
    margin-bottom: 135px
}


#box_empty_stock,
#box_delivery,
#box_add_cart {
    position: fixed;
    top: 2%;
    left: 4%;
    z-index: 11;
    width: 90%;
    background-color: #FFF;
    min-height: 240px;
    padding: 1%;
    text-align: center;
}

#box_empty_stock button#close,
#box_add_cart button#close,
#box_delivery button#close {
    float: right;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

#box_delivery button {
    background-color: transparent;
    border: none;
}

#box_empty_stock {
    padding: 20px;
    width: 80%;
}

#box_add_cart div#animation_add_cart {
    font: 14px 'roboto';
    color: #333;
    margin-top: 30px;
}

#box_add_cart div#animation_add_cart img {
    margin-bottom: 10px;
}

#box_add_cart #PRO_CART {
    margin: 5px auto 20px;
    display: inline-block;
    width: 100%;
}

#box_add_cart div#content_add_cart {
    font: 25px 'roboto';
    color: #E6459C;
    width: auto;
    border-top: 1px solid #E6459C;
    border-bottom: 1px solid #E6459C;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
}

#product #box_add_cart div#product_add_cart .slick-arrow.slick-prev {
    left: -10px
}

#box_add_cart div#product_add_cart .product_item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 1%;
}

#box_add_cart #PRO_CART.product_half .product_item {
    width: 48%;
    margin: 1%;
}

#box_add_cart div#product_add_cart .product_item img {
    width: 100%;
    height: auto;
}

#box_add_cart div#product_add_cart {
    font: 16px 'Roboto';
    color: #333;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    clear: both;
}

#box_add_cart #product_add_cart .s_title_block p.product-name {
    text-align: left;
    font: 700 14px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

#box_add_cart #product_add_cart .s_title_block p.price_display {
    font: bold 16px 'Roboto Condensed', sans-serif;
    color: #E61B72;
    text-align: right;
}

#box_add_cart .btn {
    margin-bottom: 10px;
}

#box_add_cart #continuer_achats {
    text-decoration: underline;
    text-transform: lowercase;
    padding: 0 0 10px;
    cursor: pointer;
}

#box_add_cart #continuer_achats:hover {
    text-decoration: none
}

#box_add_cart div#footer_add_cart div.footer_add_cart_right {
    background-color: #E61B72;
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
}

#box_add_cart div#footer_add_cart div.footer_add_cart_right:hover {
    background-color: #FFF;
    color: #E61B72;
    border: 1px solid #E61B72;
}

#box_delivery #delivery_content {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

#box_delivery #delivery_content ul#DELIVERY_HOVER {
    margin: 30px auto;
    text-align: center;
}

#box_delivery #delivery_content ul#DELIVERY_HOVER li {
    width: 35%;
    text-align: center;
    font: bold 18px 'Roboto Condensed', sans-serif;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

#box_delivery #delivery_content ul#DELIVERY_HOVER li.hover {
    color: #E61B72;
}

#box_delivery #delivery_content #delivery_content_livraison,
#box_delivery #delivery_content #delivery_content_retour {
    display: none;
    font: 14px 'Roboto';
    width: 80%;
    text-align: left;
    margin: 50px auto;
}

#box_delivery #delivery_content #delivery_content_livraison strong,
#box_delivery #delivery_content #delivery_content_retour strong {
    font: bold 18px 'Roboto Condensed', sans-serif;
}

#box_delivery #delivery_content #delivery_content_livraison.hover,
#box_delivery #delivery_content #delivery_content_retour.hover {
    display: block
}

#box_delivery #delivery_content #delivery_content_livraison #delivery_mode {
    margin-top: 30px
}

#box_delivery #delivery_content #delivery_content_livraison .carriers {
    margin-top: 10px
}

#box_delivery #delivery_content #delivery_content_livraison .carriers p {
    font-size: 10px;
    margin-top: 20px
}

#box_delivery #delivery_content #delivery_content_livraison .carrier {
    margin-top: 15px;
    margin-bottom: 10px
}

#box_delivery #delivery_content #delivery_content_livraison .carrier .img_carrier {
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

#box_delivery #delivery_content #delivery_content_livraison .carrier .img_carrier img {
    width: 100%
}

#box_delivery #delivery_content #delivery_content_livraison .carrier .name_carrier {
    /* width: 185px; */
    min-width: 185px;
    display: inline-block;
    margin-left: 10px;
}

#box_delivery #delivery_content #delivery_content_livraison .carrier .name_carrier .title_carrier {
    font: bold 14px 'Roboto Condensed', sans-serif;
}

#box_delivery #delivery_content #delivery_content_retour p {
    margin: 20px 0;
}

#box_delivery #delivery_content #delivery_content_retour p a {
    text-decoration: underline
}

#box_delivery #delivery_content #delivery_content_livraison .carrier .name_carrier #title_carrier_fr {
    text-decoration: line-through;
    opacity: 0.7;
}

img.zoomable {
    cursor: zoom-in!important;
}

div[id$="zoombox"] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    display: none;
}

img[id$="zoom"] {
    position: absolute;
    max-width: unset!important;
    width: 1000px!important;
    left: calc(-50%);
    top: calc(-50%);
    z-index: 9;
    cursor: zoom-out!important;
}

div#BTN_close {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 30px;
}

@media screen and (max-width: 800px) {
    img[id$="zoom"] {
        left: -50vw;
        top: -25vh;
    }
}

label#LAB_close {
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 20px;
}



#product #CONTENT_PRODUCT.car_43 #INF_content #price .box-jmm {
    margin-top: 20px;
    margin-bottom: 30px;
}

#product #CONTENT_PRODUCT.car_43 #INF_content #price .box-jmm,
#product #CONTENT_PRODUCT.car_43 #INF #POINT #POINT_content,
#product #CONTENT_PRODUCT.car_43 #INFO #POINT_INFO {
    background-color: #660dcb1a;
}

#product #CONTENT_PRODUCT.car_43 .btn {
    background-color: #660DCB;
    color: #EFEFEF;
}

#product #CONTENT_PRODUCT.car_43 .btn:focus,
#product #CONTENT_PRODUCT.car_43 .btn:active,
#product #CONTENT_PRODUCT.car_43 .btn:hover {
    opacity: 0.7;
}

#product #CONTENT_PRODUCT.car_43 #INF_content #price .box-jmm,
#product #CONTENT_PRODUCT.car_43 #POINT #POINT_content p,
#product #CONTENT_PRODUCT.car_43 #ADD #ADD_PRICE,
#product #CONTENT_PRODUCT.car_43 #ADD #ADD_INFO .best_price,
#product #CONTENT_PRODUCT.car_43 #INF_content #price .price_SA,
#product #CONTENT_PRODUCT.car_43 #INF_content #price .price,
#product #CONTENT_PRODUCT.car_43 #INF_content #price .economie_SA,
#product #CONTENT_PRODUCT.car_43 #INF_content #price .price_origine,
#product #CONTENT_PRODUCT.car_43 #INFO ul li h2,
#product #CONTENT_PRODUCT.car_43 #INFO #POINT_INFO #POINT_INFO_content p {
    color: #660DCB;
}

#product #CONTENT_PRODUCT.car_43 #INF_content #price .box-jmm {
    padding: 20px 10px;
    background-color: #660dcb1a;
    width: 268px;
}

#product #CONTENT_PRODUCT.car_43 #INFO ul li.hover h2 {
    color: #000;
}

#product #CONTENT_PRODUCT.car_43 #DECL {
    padding-left: 0px;
    margin: 0 5%;
    padding-top: 1px;
}

#popup_bigpic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

#popup_bigpic .close {
    right: 2%;
    top: 2%;
    color: #747474;
    text-transform: uppercase;
    font: 700 10px 'Lato', sans-serif;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

#popup_bigpic #block_images {
    width: 100%;
    height: 100%;
}

#popup_bigpic #block_images img.bigpic {
    background-color: #FFF;
}

#popup_bigpic #bigpic_list_image {
    cursor: pointer;
    background-color: #EFEFEF;
    padding-top: 20px;
    padding-bottom: 20px;
}

#popup_bigpic #bigpic_list_image a {
    text-decoration: none;
}

#popup_bigpic #bigpic_list_image img {
    width: 100px;
    height: 100px;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    margin: 5px;
    opacity: 0.8;
}

@media screen and (max-width: 1025px) {
    #popup_bigpic #block_zoom {
        width: 100%;
        margin: 10px auto;
        position: relative;
    }
    #popup_bigpic #block_zoom .slide-zoom-product img {
        width: 100%
    }
    #popup_bigpic #block_zoom .zoom-text {
        color: #000;
        font-weight: 300;
        font-size: 10px;
        text-transform: uppercase;
        margin: 10px auto;
    }
    #popup_bigpic #bigpic_list_image img {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 800px) {
    /*#popup_bigpic #block_images { height: auto!important }
	#popup_bigpic #block_images img.bigpic { height: auto!important; width: 100% }
	#popup_bigpic #bigpic_list_image img { width: 50px; height: 50px }*/
    #popup_bigpic #block_images .tile {
        width: 100%;
        height: 100%;
        border: 0px;
        margin: 0
    }
    
}

@media screen and (max-width: 600px) {
    #popup_bigpic #block_images .tile {
        overflow: auto
    }
}