.promoenlair {
    position: absolute;
    top: -150px;
    right: 1px;
    background: #C65D3B;
    border: 1px solid #B7410E;
    padding: 5px;
    border-radius: 0 5px 0 5px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.achat-wrap {
    display: inline-flex;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #D4AF37;
    background: rgba(212, 175, 55, 0.9) !important;
    height: 44px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.achat-wrap:hover {
    background: rgba(212, 175, 55, 0.7) !important;
}

.qty-side {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 6px 0 10px;
    gap: 4px;
    border-right: 1px solid #D4AF37;
}

.qty-num {
    width: 20px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    -moz-appearance: textfield;
}

.qty-num::-webkit-outer-spin-button,
.qty-num::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.qty-arrows {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.arrow-btn {
    width: 16px;
    height: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 9px;
    color: #555;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-btn:hover {
    color: #111;
}

.btn-label {
    /* background: linear-gradient(135deg, #c8963a 0%, #b8832a 40%, #a87020 100%); */
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0 24px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-label:hover {
    opacity: 0.9;
}


ul#product_list {
    list-style-type: none;
    margin: 48px 0 0 5px;
    float: left;
    /*
    font-family: arial;*/
}

#product_list li.listeproduct {
    float: left;
    height: 150px;
    list-style-type: none;
    /* margin: 2px 2px 20px 30px; */
    width: 96%;
    border-top: 1px solid #b1b1b1;
    /* box-shadow: 1px 1px 1px #ccc; */
}


#product_list li.suporpose #product_details_info {
    width: calc(100% - 20px);
    float: left;
    height: 54px;
    position: relative;
    padding: 10px;
    margin-top: 15px;
}

#product_list li.suporpose .content_price {
    width: 185px;
    float: left;
    height: 34px;
    position: relative;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px !important;
}

#product_list li.suporpose .right_block {
    float: left;
    /* height: 78px; */
    /* margin-top: -22px; */
    padding: 0 !important;
    width: 100%;
    text-align: center;
    /* margin-left: -4px; */
}

#product_list li.suporpose #container_prod_colors {
    display: none;
}

#product_list li.suporpose:hover {
    /* border: 1px solid #67aeee !important; */
    /* background-color: #f6f6f6; */
    border: 1px solid #cb993e;
    box-shadow: 0 1px 6px rgba(203, 153, 62, 0.3);
}

#product_list li.suporpose {
    float: left;
    height: 360px;
    list-style-type: none;
    margin: 2px 2px 30px 25px;
    width: 250px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#product_list li.suporpose .center_block {
    /* float: left; */
    width: 250px;
    /* height: 150px; */
    position: relative;
    border-right: none;
}

.intraflexc {
    text-align: center;
    font-size: 14px;
    /* width: 104px; */
}

.intraflexl {
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.product-list-title-disc {
    color: #ca2424;
}

.more_d {
    font-size: 12px !important;
    font-weight: 100 !important;
}

li.suporpose .orgprice {
    margin-bottom: 0px;
}

#product_list li a {
    color: #222;
    text-decoration: none
}

#product_list li .left_block {
    float: left;
    padding-top: 58px;
    width: 15px
}

#product_list li .left_block .compare label {
    display: none;
}

#product_list li p.compare input {
    vertical-align: text-bottom
}

#product_list li .center_block {
    /* float: left;
    width: 249px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product_list li span.new {
    display: none;
    position: absolute;
    top: 15px;
    right: -30px;
    padding: 1px 4px;
    width: 101px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #990000
}

#product_list li label {
    color: #5e5e5e;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0 3px 0 10px;
    padding: 0;
    width: 230px;
}

#product_list li #product_details_info label.productname {
    padding-bottom: 34px;

}

#product_list li a {
    /* color: #000; */
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.product_name {
    color: #67bff3 !important;
    font-size: 14px !important;
}

#product_list li p.product_desc {
    overflow: hidden;
    padding: 0;
    line-height: 16px;
}

#product_list li p.product_desc,
#product_list li p.product_desc a {
    color: #666;
}

#product_list li .right_block {

    /* height: 111px;
    margin-top: 10px;
    padding: 5px;
    text-align: right;
    margin-left: 40px;    */

    float: right;
    width: 144px;
    /* height: 150px; */

    display: flex;
    justify-content: center;
    align-items: center;

}



#product_list li .discount,
ul#product_list li .on_sale,
ul#product_list li .online_only {
    display: block;
    font-weight: bold;
    color: #67AEED;
    text-transform: uppercase;
    margin-top: -6px;
}

#product_list li .discount {
    top: 0;
    right: 0;
    display: inline-block;
    font-weight: bold;
    padding: 1px 5px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #9B0000
}

#product_list li .online_only {
    margin: 0 0 10px 0
}

#product_list li .content_price {

    font-size: 12px;

    float: left;
    width: 119px;
    height: 150px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

    /* padding-top: 10px;
    text-align: center; */
}

#product_list li .price {
    color: #050503;
    display: block;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

#product_list li span.availability {
    display: none;
    color: #488C40
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
    background: #9c9ea0;
    border: 0 none;
    cursor: default;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 125px;
    text-align: center;
    line-height: 20px;
    color: white;
    font-family: 'Gotham';
    font-weight: 100;
    font-size: 14px;

}

#product_list li .ajax_add_to_cart_button {
    /* background: #000000; */
    border: 1px solid #000;
    float: right;
    /* height: 20px; */
    width: 108px;
    margin: 0;
    padding: 0;
}

/*
#product_list li .ajax_add_to_cart_button.ajax_add_to_cart_button_5 {
    background: url("../img/fr/small_add_to_cart.png") no-repeat scroll 0 0 transparent;
}*/
#product_list li .ajax_add_to_cart_button span {
    display: block;
    text-align: center;
    line-height: 20px;
    color: white;
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: 100;
}

#product_list li .lnk_view {
    display: block;
    margin-top: 15px;
    padding: 0 10px;
    border: none;
    font-weight: bold;
    color: #0088CC;
    background: url(../img/arrow_right_1.png) no-repeat 100% 4px transparent
}

#product_list li:hover .ajax_add_to_cart_button span {
    color: #68bff4 !important;

}

#product_list li .lnk_view:hover {
    text-decoration: underline
}

.right_block>label {
    color: black;
    float: left;
    /*
    font-family: arial;*/
    font-size: 14px;
    margin: 25px 0 0 10px;
}




#qte_product_catalog {
    color: black;
    float: left;
    /*
    font-family: arial;*/
    font-size: 14px;
    margin: 5px 0 0 10px;
}

#product_list .color_picker {
    display: block;
    float: left;
    height: 7px;
    margin: -6px 1px 0;
    width: 20px;
    cursor: pointer;
}

#product_list .color_picker:hover {
    border: 1px solid #5E5E5E;
    margin: -7px 1px 0;
    width: 18px;
}


#qte_prod_cat_available {
    color: #5e5e5e;
    float: left;
    /*
    font-family: arial;*/
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0px 0px;
    text-transform: uppercase;
}

#product_list li:hover {
    /* border: 1px solid #67aeee !important; */
    /* background-color: #f6f6f6; */
}

#container_prod_colors {
    float: left;
    margin: 0;
    padding: 0;
    width: 345px;
}

#container_prod_qte {
    float: left;
    margin: 0;
    padding: 0;
    width: 345px;
}

#container_prod_colors>label.nbcolor {
    /*     width: 130px !important; */
}

#container_prod_colors>label {
    /*    width: 34px !important; */
}

#colors_list_prod {
    float: left;
    margin: 0px 0 0 60px;
    position: absolute;
    width: 280px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
}

#module-favoriteproducts-account #product_list li .center_block {
    float: left;
    width: 233px;
    height: 129px;
    position: relative;
    border-right: 1px solid #d2d2d2;
}

#nb_colors_list_prod {
    float: left;
    margin: 1px 0 0 0;
    position: absolute;
    width: 32px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
}

.suporpose .product_order_cart {
    float: left;
    /* width: 108px; */
    text-align: center;
    /* margin-left: 13px; */
}

.product_order_cart {
    /* float: right; */
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#product_list li:hover .ajax_add_to_cart_button {
    border: 1px solid #68bff4;
}

#thumbs_list_couleur li {
    text-align: center;
    padding-right: 10px;
}

#thumbs_list_couleur li span {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 11px;
}

.buttomqty {
    float: left;
    width: 26px;
    height: 16px;

}

.suporpose .plusbotton {
    background: url(../img/plus.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: left;
}

#product_list li.suporpose:hover .moinbotton {
    background: url(../img/moins-hover.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: left;
}

#product_list li.suporpose:hover .plusbotton {
    background: url(../img/plus-hover.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: left;
}

.suporpose .moinbotton {
    background: url(../img/moins.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: left;
}

.moinbotton {
    background: url(../img/moins.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: right;
}

#product_list li:hover .moinbotton {
    background: url(../img/moins-hover.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: right;
}

.plusbotton {
    background: url(../img/plus.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: right;
}

#product_list li:hover .plusbotton {
    background: url(../img/plus-hover.png) no-repeat transparent;
    width: 26px;
    height: 23px;
    border: none;
    float: right;
}

#product_list li.listeproduct input {
    float: right;
    height: 18px;
    margin: 0px 3px 0px 3px;
    padding-left: 3px;
    font-size: 10px;
    color: #000;
    font-weight: bold;
    font-family: 'Gotham';
    padding: 0px 0px 0px 0px;
    width: 50px;
    text-align: center;
}

#product_list li.suporpose input {
    float: left;
    height: 18px;
    margin: 0px 2px 0px 1px;
    padding-left: 3px;
    font-size: 10px;
    color: #000;
    font-weight: bold;
    font-family: 'Gotham';
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    width: 44px;
    text-align: center;
}

#product_list li.suporpose .ajax_add_to_cart_button {
    /* background: rgba(212, 175, 55, 0.8); */
    border: 0 none;
    float: left;
    /* height: 100%; */
    width: 100px;
    margin: 0;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
}

div.zoom_productlist {
    border: 2px solid #F1F1F1;
    height: 260px;
    width: 500px;
    display: none;
    z-index: 999;
}

#category #fancybox-wrap {
    width: 275px !important;
}

#category #fancybox-content {
    font-size: 17px;
    height: 15px !important;
    width: 255px !important;
}

#category #fancybox-content>div {
    height: 20px !important;
}

#msgQuantityRequired>p {
    /*
    font-family: arial;*/
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

#product_list div.product_img_link,
.similar-products div.product_img_link {
    background: url(../img/picto_loupe.jpg) no-repeat transparent;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    display: none;
}

#product_list li #product_details_info label {
    width: auto;
}

#product_list #catalog_container_info_product {
    padding-bottom: 7px;
}

#product_list #product_details_info {
    width: 226px;
    float: left;
    height: 150px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
}

.speccats {
    color: #67AEED;
    font-weight: bold;
    font-size: 10px;
    display: block;
}

.button_slider {
    height: 14px;
    width: 12px;
    float: left;
    position: absolute;
    top: 50%;
}

#similar-products.block.products_block {
    float: left;
    width: 100%;
    position: relative;
}

#back-viewed {
    background: url(../img/back_product.png) no-repeat transparent;
    left: 0;
    height: 26px;
}

#next-viewed {
    background: url(../img/next_product.png) no-repeat transparent;
    right: 0;
    height: 26px;
}

#similar-products.block.products_block .block_content {
    position: relative;
    float: left;
    width: 950px;
    overflow: hidden;
    margin-left: 20px;
}

.similar-products li .center_block {
    float: left;
    width: 230px;
    height: 110px;
    position: relative;
}

#similar-products.block.products_block .block_content li {
    float: left;
    height: 188px;
    list-style-type: none;
    width: 230px;
    margin: 2px 5px 2px 2px;
    overflow: hidden;
}

#similar-products.block.products_block .block_content li:hover {
    border: 2px solid #F1F1F1 !important;
    margin: 0 3px 0 0;
}

#similar-products.block.products_block .block_content li #product_details_info {
    width: 125px;
}

#similar-products.block.products_block .block_content li .content_img {
    float: none;
}

#similar-products.block.products_block .block_content li img {
    display: table;
    margin: auto;
    width: auto;
}

#similar-products.block.products_block #catalog_container_info_product {
    color: #5e5e5e;
    text-decoration: none;
    font-size: 12px;
    margin: 0 0 0 10px;
}

#similar-products.block.products_block .text_desc {
    display: none;
}

#similar-products.block.products_block #catalog_container_info_product .content_price {
    float: left;
    margin: 0;
    text-align: right;
}

#similar-products.block.products_block ul li .right_block {
    float: left;
    height: 40px;
    padding: 5px;
    text-align: right;
    width: 220px;
    background-color: #F1F1F1;
}

#similar-products.block.products_block ul li .ajax_add_to_cart_button {
    background: #000000;
    border: 0 none;
    float: left;
    height: 20px;
    width: 125px;
    margin: 0;
    padding: 0;
}

#similar-products.block.products_block ul li .ajax_add_to_cart_button span {
    display: block;
    text-align: center;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

#similar-products.block.products_block ul li .price {
    color: #050503;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

#product_list .product_sales_1 {
    background: url('../img/logo-sale.png');
    /* background: url('../img/Crazy-December-2024.png'); */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
}

#product_list .product_sales_5 {
    background: url('../img/logo-sale-fr.png');
    /* background: url('../img/Crazy-December-2024.png');     */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
}

#product_list .product_news {
    background: url('../img/logo_new_1.png');
    /* background: url('../img/Crazy-December-2024.png');     */
    /* background: url('../img/Crazy-December-2024.png'); */
    /* background: url('../img/logo_new_XMAS.png'); */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .product_specials_1 {
    background: url('../img/logo_special_offer_1.png');
    /*logo_special_offer.png*/
    /* background: url('../img/Crazy-December-2024.png'); */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .product_specials_5 {
    background: url('../img/logo_special_offer_5.png');
    /*logo_special_offer-fr.png*/
    /* background: url('../img/Crazy-December-2024.png'); */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}


#product_list .product_clear_1 {
    /* background: url('../img/logo_summersales.png'); */
    background: url('../img/logo_clear_1.png');
    /* background: url('../img/logo_XMAS.png'); */
    /* background: url('../img/Crazy-December-2024.png'); */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .product_clear_5 {
    /* background: url('../img/logo_summersales_fr.png'); */
    background: url('../img/logo_clear_5.png');
    /* background: url('../img/logo_XMAS.png'); */
    /* background: url('../img/Crazy-December-2024.png'); */
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .product_onorder_1 {
    background: url('../img/logo_onorder_1.png');
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .product_onorder_5 {
    background: url('../img/logo_onorder_5.png');
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .product_cats_2 {
    left: 45px;
}

#qte_prod_cat_available_list {
    color: #e00000;
    font-weight: bold;
    font-size: 13px;
}

.product_name {
    color: #68bff4;
}

.txt-public-price {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;

}

.orgprice .txt-public-price {
    text-decoration: inherit;
}

#our_price_display {
    font-size: 13px;
    color: #e54838;
    font-weight: bold;
}

.right_block .orgprice .txt-public-price a:hover {

    color: #67aeee !important;
}

.our_price_display {
    font-size: 15px;
}

.pp_price_display {
    font-size: 13px;
}

.our_price_display_cop {
    font-size: 13px;
    color: #000;
    text-decoration: line-through;
    font-weight: 400;
}

.suporpose .our_price_display {
    text-align: left;
    padding-left: 91px;
    font-size: 15px;
}

.suporpose .pourcentage #percentpromo {
    position: absolute;
    left: 200%;
    top: 170%;
    font-size: 12px;
    border-radius: 48px;
    height: 25px;
    width: 37px;
    padding-top: 11px;
    color: #fff;
    text-align: center;
}

.orgprice .txt-public-price,
.orgprice #our_price_display {
    font-size: 13px;
    color: #5E5E5E;
    /*font-weight: bold;    */
    text-decoration: underline;

}

.products_view .product_order_cart {
    margin-bottom: 0px;
}

.suporpose #container_prod_qte label {
    text-decoration: underline;
}

.suporpose .right_block .orgprice .txt-public-price {
    display: block !important;
    margin-left: 123px;
    margin-top: 52px;
}

.suporpose .txt-public-price {
    /*display: none;*/
}

.suporpose .orgprice {
    margin-bottom: 16px !important;
}

.orgprice {
    margin-bottom: 48px;
}

#product_list li.suporpose #product_details_info label.productname {
    padding-bottom: 0px;
}

.center_block img {
    display: table;
    /* margin-left: 28px; */
    width: 220px;
}

.suporpose .center_block img {
    display: table;
    /* margin-left: 0px !important; */
    /* padding-left: 24px; */
    width: 240px;
}

#center_column .sortPagiBar form {
    color: #5E5E5E;
    display: inline-block;
    float: left !important;
    font-size: 14px;
    margin: 0;
    clear: both;
    padding-left: 35px;
}

.showhideprice a {
    color: #949797;
    font-weight: bold;
    font-size: 14px;

}

.showhideprice {
    float: right;
    /*
        margin-top: 58px;*/
}

.hide {
    /*display:none;*/
    visibility: hidden;
}

.show {
    /*display:block;*/
    visibility: visible;
}

.active {
    color: #67aeee !important;
    text-decoration: underline;
}


.products_view .product_order_cart>input {
    float: left;
    height: 18px;
    margin: 0px 10px 0px 1px;
    padding-left: 3px;
    font-size: 12px;
    color: #67AEED;
    font-weight: bold;
    font-family: 'Gotham';

    padding: 0px 6px 0px 8px;
    width: 57px;

}

.orgprice .our_price_display #our_price_display {
    text-decoration: none !important;
}

.product_clear_promo {

    background: #eee;
    /* border: 2px solid #efc8a3; */
    color: #333333 !important;

    /* border: 2px solid #cc3333; */
    border: 2px solid #ff6600;
    /* background: #fbf5f5;
    border: 2px solid #d01a28;
    color: #5e5e5e !important;    */

}

.product_onorder_promo {
    background: #707087;
    /* color: #ffffff !important; */
}

.product_sale_promo {
    /*    
    background: #b02810;
    color: #ffb400 !important;
*/
}

.product_new_promo {
    background: #eee;
    /* border: 2px solid #67aeee; */
    border: 2px solid #1d1d1d;
    color: #333333 !important;

}

.product_specials_promo {
    background: #eee;
    border: 2px solid #333;
    /* color: #ff3366 !important;    */
    color: #ff3366 !important;
}

.product_onorder_promo {
    background: #707087;
}

.pourcentage #percentpromo {
    position: absolute;
    left: 200%;
    top: 35%;
    font-size: 12px;
    border-radius: 48px;
    height: 25px;
    width: 37px;
    padding-top: 11px;
    color: #fff;
    text-align: center;
}

#category #form_nb_item .link_nb_item.selected {
    color: #67AEED;
    font-weight: bold;
    text-decoration: underline !important;
}

.right_block .orgprice .txt-public-price a {
    text-decoration: underline !important;
    font-weight: normal;
}

.displayproduct {
    float: left;
    margin-left: 45px;
    /*
	margin-top: -24px;*/
    color: #5E5E5E;
    font-size: 14px;
    clear: both;
}

#listproduct {
    display: block;
    height: 13px;
    width: 13px;
    background: url(../img/listproduct.png) no-repeat;
    float: left;
}

#suporposeproduct {
    display: block;
    height: 13px;
    width: 13px;
    float: left;
    background: url(../img/suporposeproduct.png) no-repeat;
    padding-left: 3px;
}




.display_list_active {
    display: block;
    height: 13px;
    width: 13px;
    background: url(../img/listproduct-active.png) no-repeat !important;
    float: right;
}

.suporpose .txt-public-price,
.suporpose .orgprice .txt-public-price,
.suporpose .orgprice #our_price_display {
    float: left;
    padding-right: 10px;
    width: 100%;
}

.suporpose .product_order_cart {
    /* margin-bottom: 0px; */
    /* margin-top: -41px; */
}

.suporpose #product_details_people {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-style: italic;
    font-size: 12px;
}


.display_suporposer_active {
    display: block;
    height: 13px;
    width: 13px;
    float: left;
    background: url(../img/suporposeproduct-active.png) no-repeat !important;
    padding-left: 3px;
}

.displayproduct span {
    padding: 0 5px;
    float: left;
}

#theloader {
    display: inline-block;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

.suporpose .plusbotton,
#product_list li.suporpose input {
    float: right;

}

.qty_responsive {
    display: none;
}

.txt-public-price-responsive {
    display: none;
}

@media (max-width: 1023px) {

    #product_list li #product_details_info label b {
        font-weight: normal !important;
    }

    #product_list li:hover .ajax_add_to_cart_button span {
        color: white !important;
    }

    #product_list li.suporpose:hover {
        border: 1px solid #d2d2d2 !important;
    }

    #product_list li:hover .ajax_add_to_cart_button span {
        color: white !important;
    }

    #module-favoriteproducts-account #product_list li .center_block {
        width: 45%;
        border: none;
    }

    #product_list .product_sales_1,
    #product_list .product_sales_5,
    #product_list .product_news,
    #product_list .product_specials_1,
    #product_list .product_specials_5,
    #product_list .product_clear_1,
    #product_list .product_clear_5 {
        width: 50px;
        height: 50px;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    #product_list li:hover {
        /* border: 1px solid #d2d2d2 !important; */
    }

    #our_price_display,
    .orgprice .txt-public-price,
    .orgprice #our_price_display,
    .our_price_display_cop {
        font-size: 12px;
        white-space: nowrap;
    }

    #product_list div.product_img_link,
    .similar-products div.product_img_link {
        display: none !important;
    }

    ul#product_list {
        margin: 20px 0 0 0px;
        width: 100%;
    }


    #product_list li.listeproduct {
        width: 100%;
        height: 180px;
    }

    #product_list #product_details_info {
        height: 180px;
    }

    #product_list li .center_block {
        width: 280px;
        height: 180px;
    }

    #product_list li .content_price {
        height: 180px;
    }

    #product_list li .right_block {
        height: 180px;
    }

    .center_block img {

        width: 250px;
        /*
        width: 97%;
		margin-left: 0;
		height: auto;
		margin: 15px auto auto 3%;
*/

        /* width: 97%;
margin-left: 0;
height: auto;
margin: 15px auto auto 3%; */

    }


    .pourcentage #percentpromo {
        left: 490px;
        top: 46px;
    }

    #product_list li.suporpose {
        width: 31%;
        margin: 2px 1% 30px 1%;
    }

    .breadcrumb {
        float: none;
        width: 100%;
    }

    #product_list li:hover.suporpose .ajax_add_to_cart_button {
        margin: 0;
    }

    @media (max-width: 767px) {

        .center_block img {
            width: 100%;
        }

        .qty_responsive {
            display: contents;
            white-space: nowrap;
            font-size: 11px;
            font-weight: 400;
            color: #868686;
        }

        .txt-public-price-responsive {
            display: contents;
            white-space: nowrap;
        }

        #pp_price_display {
            font-size: 11px;
            white-space: nowrap;
            font-weight: 400;
            color: #868686;
        }

        #our_price_display,
        .orgprice .txt-public-price,
        .orgprice #our_price_display,
        .our_price_display_cop {
            font-size: 12px;
            white-space: nowrap;
        }

        .our_price_display {
            margin-top: 10px;
        }

        .content_sortPagiBar {
            /*float: none;*/
            position: inherit;
            top: inherit;
        }

        .showhideprice {
            float: none;
            margin-left: 45px;
        }

        .displayproduct {
            float: none;
            margin-top: inherit;
            height: 25px;
            width: 100%;
            clear: both
        }

        .displayproduct label,
        .displayproduct #listproduct,
        .displayproduct span,
        .displayproduct #suporposeproduct {
            float: left;
            padding-right: 5px;
        }

        #product_list li.listeproduct {
            /*			
            width: auto;
			height: 100%;
			float: none;
			margin: 0px 20px 20px 20px !important;
*/

            width: 100%;
            height: 100%;
            float: none;
            /* margin: 0px 10px 12px 10px !important; */
            /* border-radius: 5px;
box-shadow: 1px 1px 1px #ddd;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(235, 235, 245) 90%); */

        }

        #product_list li .center_block {
            width: 100%;
            height: 250px;
            float: left;
            border: none;
            background: white;
            /* box-shadow: 1px 1px 3px #e7e7e7; */
            /* border-radius: 5px 5px 5px 5px;  */
        }

        #product_list #product_details_info {
            /* float: right; */
            width: 45%;
            height: 120px;
            padding-left: 10px;
        }

        #product_list li .content_price {
            width: 45%;
            float: right;
            height: 100%;
            /* display: table; */
        }


        #product_list li .content_price .price_public.luxprice_public.orgprice {
            text-align: center;
            padding-right: 0;
        }

        #product_list li .content_price .price_public.luxprice_public {
            display: contents;
            text-align: center;
        }







        .product_order_cart {
            float: none;
        }

        #product_list li .right_block {
            height: 100%;
            width: 45%;
            float: right;
            margin: auto;
            text-align: center;
            padding: 0;
            margin-top: 10px;
        }

        #product_list li #product_details_info label.productname {
            padding-bottom: 0;
        }

        #product_list li #product_details_info label {
            width: 100%;
            float: right;
            display: block;
            text-align: center;
        }

        #container_prod_colors {
            float: none;
            width: 100%;
            display: block;
            height: 100%;
            text-align: center;
            display: none;
        }

        #container_prod_colors>label.nbcolor {
            display: inline !important;

        }

        #nb_colors_list_prod {
            display: inline;
            float: none;
            margin: auto;
        }

        #container_prod_qte {
            float: none;
            width: 100%;
            display: block;
            text-align: center;
            display: none;
        }

        #container_prod_qte label {
            display: inline !important;
        }

        #container_prod_qte #qte_prod_cat_available_list {
            display: inline;
        }

        .orgprice {
            margin-bottom: 15px;
        }

        .orgprice.moredetails {
            display: none;
        }

        .plusbotton {
            margin-right: 20px;
        }

        #product_list li .ajax_add_to_cart_button {
            float: none;
            display: table;
            margin: 1px auto 0px;
            width: 112px;
        }

        .product_name {
            font-size: 12px !important;
            white-space: nowrap;
        }

        #product_list li .qtySelection.clearfix {
            display: table;
            margin: auto;

        }

        #product_list li .plusbotton {
            margin-right: 0;
        }



        #module-favoriteproducts-account input.button_disabled,
        #module-favoriteproducts-account input.exclusive_disabled,
        #module-favoriteproducts-account span.exclusive {
            float: none;
            display: table;
            margin: 20px auto 0;
        }

        span.txt-public-price {
            display: none;
        }

        /*GRID*/
        @media (max-width: 700px) {


            .suporpose .txt-public-price,
            .suporpose .orgprice .txt-public-price,
            .suporpose .orgprice #our_price_display {
                text-align: center;
                float: none;
                padding-right: 0;
                margin-right: 5px;
                font-size: 11px;
                font-weight: normal;
            }

            .suporpose #our_price_display {
                font-size: 11px;
            }

            .suporpose .our_price_display {
                padding: 0;
                text-align: center;
            }

            .suporpose .moredetails {
                display: none;
            }

            #product_list li label {
                margin: 0;
            }


            #product_list li.suporpose .qtySelection.clearfix {
                display: table;
                margin: 5px 0;

            }

            #product_list li.suporpose {
                width: 47%;
                margin: 2px 1% 20px 1%;
                height: 100%;
            }

            #product_list li.suporpose .center_block {
                width: 100%;
                float: none;
                height: 100%;
            }

            .suporpose .center_block img {
                width: 100%;
                height: auto;
                padding: 0;
                margin: auto !important;
            }

            #product_list li.suporpose #product_details_info {
                width: 100%;
                float: none;
                height: 100%;
                padding: 0;
            }

            #product_list li.suporpose .content_price {
                display: table;
                float: none;
                height: 100%;
                width: auto;
                padding: 0;
                margin: auto;
            }

            #product_list li.suporpose .content_price.hide {
                display: none;
            }

            #product_list li.suporpose .right_block {
                float: none;
                width: 100%;
                height: 100%;
                margin: auto;
            }

            #product_list li.suporpose #product_details_info label.productname {
                text-align: center;
                font-size: 12px;
            }

            #product_list li.suporpose #container_prod_qte {
                text-align: center;
                display: none;
            }

            .pourcentage {
                position: relative;
                display: none;
            }

            .suporpose .pourcentage #percentpromo {
                top: 20px;
                right: 20px;
            }

            .suporpose .product_order_cart {
                float: none;
                width: 100%;
            }

            .suporpose .product_order_cart {
                margin-top: initial;
                margin: 5px auto 20px;
                display: table;
                width: auto;
            }

            .product_order_cart {
                text-align: center;
                margin-bottom: 10px;
            }

            .suporpose .right_block .orgprice .txt-public-price {
                margin: auto;
                float: none;
            }

            #product_list li.suporpose .plusbotton,
            #product_list li.suporpose input,
            #product_list li.suporpose .moinbotton,
            #product_list li.suporpose:hover .moinbotton,
            #product_list li.suporpose:hover .plusbotton {
                float: right;
            }

            #product_list li:hover .ajax_add_to_cart_button {}

            @media (max-width: 426px) {

                /*                 #product_list li.suporpose {
                                float: none;
                                height: 100%;
                                width: auto;
                                margin: 0px 20px 30px 20px !important;
                            }*/




            }



        }





    }


}