/* Mes fonts */

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa-light-webfont.woff2') format('woff2'),
         url('../fonts/nexa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa-bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/fontsfree-net-montserrat-semibold.woff2') format('woff2'),
         url('../fonts/fontsfree-net-montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* style general */

*{
    outline: none !important;
    font-family: 'nexa_boldregular';
}

a{
    color: #000;
}
.facebook.icon-gray,.facebook.icon-gray:hover{
    background:url("../img/facebook.svg") no-repeat 50%;
    background-size: 10px;
}

.twitter.icon-gray,.twitter.icon-gray:hover{
    background:url("../img/twitter.svg") no-repeat 50%;
    background-size: 22px;
}

.pinterest.icon-gray,.pinterest.icon-gray:hover{
    background:url("../img/pinterest-social-logo.svg") no-repeat 50%;
    background-size: 22px;
}

.instagram.icon-gray,.instagram.icon-gray:hover{
    background:url("../img/instagram-log.svg") no-repeat 50%;
    background-size: 22px;
}

.linkedin.icon-gray,.linkedin.icon-gray:hover{
    background:url("../img/linkedin-logo.svg") no-repeat 50%;
    background-size: 22px;
}

.social-sharing li{
    box-shadow: none;
}


.btn-link,.login-form .btn,.register-form .btn,
#contact input[name="submitMessage"].btn,.card.cart-container + a.label,
.cart-detailed-actions .btn.btn-primary,
#checkout-addresses-step #delivery-address button.continue,#payment-confirmation .btn.btn-primary,
#product-comments-list-header .btn.btn-comment.btn-comment-big.post-product-comment,
.btn.btn-comment.btn-comment-big,
.btn.btn-primary.buy-now,#identity .js-customer-form .form-footer .btn.btn-primary,
#order-detail .order-message-form.box .form-control-submit,.modal-content .modal-footer button,
.modal-content .modal-footer .btn-primary
{
    background-color: #000;
    color:#ffffff;
    height: 36px;
    padding-left: 35px;
    padding-right: 35px;
    float: left;
    display: flex;
    align-items: center;
    font-family: 'nexa_lightregular';
    font-weight: bold;
    border-radius: 100px;
}

.custom-radio{
    border: 2px solid #707070;
}

.custom-checkbox input[type=checkbox]+span,#checkout-addresses-step input[type=checkbox]{   
    border: 2px solid #707070;
    border-radius: 2px;
}

.ui-slider-handle{
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    box-shadow: 1px 1px 5px 3px rgba(112, 112, 112, 0.5) !important;
    border: none !important;
}

.facet-title{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 14px;
    overflow: initial !important;
}

.facet-title span{
    position: relative;
}

.facet-title span::after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #1A1818;
    display: block;
    position: absolute;
    top: 32px;
}


.custom-checkbox input[type=checkbox]+span{
    border: 0.6px solid #CCCCCC;
    border-radius: 3px;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked{
    position: relative;
    top: 2px;
}

#search_filters, #search_filters_brands, #search_filters_suppliers{
    box-shadow: initial;
}

.product{
    height: 420px;
}



.btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus, 
.open>.btn-primary.dropdown-toggle:hover{
    background-color: #000;
}

/* style header */


#header .header-nav{
    border: none;
}

#header .header-nav .container__wrapper--top.jj{
    border-bottom: 1px solid #EBEBEB;
    padding: 0;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header .header-nav .container__wrapper--top.jj li::marker{
    content: "";
}

#header .header-nav .container__header--fluid{
    display: flex;
    align-items: center;
    color: #707070;
}

#header .header-nav .container__header--fluid .text-primary{
    color: #707070 !important;
}

#header .header-nav .right-nav .user-info a,#header .header-nav .right-nav .currency-selector{
    color: #707070;
    font-size: 16px;
    padding-right: 40px;
}

#header .header-nav .user-info .logged{
    color: inherit;
    font-size: 0;
    width: 30px;
    height: 30px;
    background:url("../img/icone_compte.svg") no-repeat 0 0;
    background-size: 85%;
}



#header .header-nav .right-nav .user-info,#header .header-nav .right-nav .user-info a,#header .header-nav .right-nav .currency-selector,#header .header-nav .language-selector{
    position: relative;
    margin: 0;
}

#header .header-nav .language-selector{
    padding-left: 40px;
}

#header .header-nav .dropdown .expand-more{
    color: #707070;
}


#header .header-nav .language-selector img{
    width: 25px;
}

#header .header-nav .language-selector ul.dropdown-menu li{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 17px;
}

#header .header-nav .language-selector ul.dropdown-menu li img{
    width: 25px;
}

#header .header-nav .right-nav .user-info::after,#header .header-nav .right-nav .currency-selector::after,.custom-wishlist::after{
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.custom-wishlist{
    position: relative;
    padding-right: 40px;
}
.custom-wishlist a{
    display: flex;
}

#_desktop_currency_selector{
    margin-left: 40px;
}

#header .right-nav #_desktop_user_info{
    padding-right: 40px;
}

#header .right-nav .user-info{
    background:url("../img/icone_compte.svg") no-repeat 0 0;
    background-size: 20px;
    padding-left: 23px;
}

#header .right-nav .user-info a.account{
    background: none;
    padding-left: 0;
}

#header .right-nav .user-info i{
   font-size: 0;
}

.main__headr--phone span{
    font-family: 'montserratregular';
}

.middleBar .container__wrapper > div:first-child {
    display: flex;
    align-items: flex-start;
}



.search-widget form{
    position: relative;
    height: 32px;
}




#header .search-widget form input[type=text]{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    min-width: 0;
    padding: 0;
    border-width: 0;
    outline: none;
    transition: width 0.3s ease;
    margin-right: 26px;
}

.search-widget form .loop{
    width: 24px;
    height: 24px;
    background:url("../img/loup.svg") no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

#header .search-widget form button{
    display: none;
}

.main__headr--phone{
    padding-left: 39px;
}

.main__headr--phone::after{
    content: "";
    width: 29px;
    height: 29px;
    background:url("../img/tel.svg") #F1F1F1 no-repeat 50% 50% ;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.glob-pannier-search{
    display: flex;
    justify-content: flex-end;
    padding-right: 28px;
}

#header .search-widget .show input[type=text]{
    width: 200px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.25);
}

#_desktop_cart .blockcart .header{
    position: relative;
}

.shopping-cart::after{
    content: "";
    width: 22px;
    height: 27px;
    background:url("../img/shop-icones.svg") no-repeat 50% 50% ;
    background-size: 100%;
    cursor: pointer;
    display: block;
}

#_desktop_cart .blockcart .header .cart-products-count{
    position: absolute;
    top: -8px;
    right: -17px;
    width: 25px;
    height: 25px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-top{
    background-color: #000000;
    height: 60px;
    margin-bottom: 0;
    margin-top: 15px;
}

.header-top .top-menu .sub-menu{
    top: 60px !important;
}
.header-top .position-static{
    display: flex;
    justify-content: center;
}

#header .header-top .position-static{
    margin-bottom: 0;
}

.header-top .position-static .menu{
    display: flex;
    justify-content: center;
    margin-bottom : 0;
}

.header-top .position-static .menu ul{
    margin-bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.header-top .position-static .menu ul li:first-child{
    margin-left: 0;
}

.header-top .position-static .menu ul li{
    margin-left: 40px;
}

.header-top .position-static .menu ul li.current{

}

.header-top .position-static .menu ul li a{
    padding: 0.1875rem 0.625rem .0;
    padding-top: 0;
    color: #999999;
    font-family: 'montserratregular';
    font-weight: 400;
    font-size: 14px;
}

.header-top .position-static .menu ul li.current a{
    padding-left: 14px;
    padding-right: 14px;
    height: 39px;
    display: flex;
    align-items: center;
    border: 1px solid;
    border-radius: 20px;
}

#header .top-menu a[data-depth="0"]:hover{
    color: #ffffff;
}
#index #wrapper{
    padding-top: 45px;
}
#wrapper{
    background: #fff;
    padding-top: 0;
}

#checkout #wrapper{
    padding-top: 70px;
}

.ct-review{
    display: flex;
}

.ct-review .c-comments-nb{
    display: flex;
    align-items: center;
    color: #707070;
    font-family: 'montserratregular';
    font-weight: 500;
}

.product-container .ct-review .c-comments-nb i{
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px;
}

.product-container .ct-review .c-comments-nb .read-review{
    background:url("../img/read-review.svg") #fff no-repeat 50% 50% !important;
    background-size: 100% !important;
}

.product-container .ct-review .c-comments-nb .write-review{
    background:url("../img/write-review.svg") #fff no-repeat 50% 50% !important;
    background-size: 100% !important;
}
.product-container .ct-review .c-grade,.c-comments-nb{
    margin-right: 20px;
}

.product-container .ct-review .btn-comment-big{
    height: auto;
    color: #707070;
    font-family: 'montserratregular';
    font-weight: 500;
}

.ct-review .c-grade .grade-stars .star-empty,.ct-review .c-grade .grade-stars .star-full{
    left: -7px;
}

.ct-review .c-comments-nb .btn-comment-big.post-product-comment{
    padding: 0;
}

/* style slider */
#carousel{
    width: 1208px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.carousel .carousel-item img{
    width: auto;
}

.carousel .carousel-item{
    background: #F6F6F4;;
}

.carousel .carousel-item .caption h2{
    color: #000000;
}

.lSSlideWrapper{
    width: 80%;
    margin: 0 auto;
}


/* style footer */


.footer-container,.footer-container ul{
    background-color: #000000 !important;
}

.footer-container div,.footer-container p, .footer-container a,.footer-container span {
    color: #fff !important;
}



/* Ajustement slider */

.carousel .carousel-inner{
    height: auto;
}

.carousel .carousel-item figure{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 30px;
    text-align: justify;
    justify-content: left;
}

.carousel .carousel-item .caption{
    position: inherit;
    margin-right: 50px;
}

.carousel .carousel-item .caption h2{
    font-family: 'nexa_lightregular';
    font-weight: bold;
    font-size: 30px;
}

.carousel .carousel-item .caption .caption-description p{
    font-size: 15px;
    font-family: 'montserratregular';
    color: #263036;
}

.btn-link{
    background-color: #000;
    color:#ffffff;
    height: 36px;
    padding-left: 35px;
    padding-right: 35px;
    float: left;
    display: flex;
    align-items: center;
    font-family: 'nexa_lightregular';
    font-weight: bold;
    border-radius: 100px;
}

#carousel .num{
    position: absolute;
    bottom: 4px;
    left: 27px;
    font-family: 'montserratregular';
    font-weight: 600;
    font-size: 15px;
}

.carousel .carousel-control .arrow-slide{
    width: 49px;
    height: 49px;
    background-color: green;
    display: block;
    border-radius: 50%;
    background:url("../img/arrow-slide.svg") #fff no-repeat 50% 50% !important;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.20);

}

.carousel .carousel-control .icon-prev{
    left: -64px;
    margin-left: 0;
}
.carousel .carousel-control .icon-next{
    right: -64px;
    margin-right: 0;
    transform: rotate(180deg);
}

.carousel-control .icon-next, .carousel-control .icon-prev{
    width: auto;
    height: auto;
}

.webpack div div:first-child{
    padding-right: 7px;
}
.webpack div div:last-child{
    padding-left: 7px;
}

section.webpack img{
    width: 100%;
}


section.webpack .overlay-text1{
    height: 40px;
    /* border: 1px solid #707070; */
    border-radius: 17px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    position: absolute;
}

section.webpack .overlay-text1 a
{
    font-size: 14px;
    font-family: 'nexa_lightregular';
    font-weight: bold;
    color: #000;
    display: flex;
    padding-left: 43px;
    padding-right: 43px;
    position: relative;
}

section.webpack .overlay-text1 a i{
    width: 28px;
    display: block;
    margin-left: 18px;
}



/* style block SHOP THE NEW COLLECTION */

.main-title{
    text-align: center;
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.main-title::before{
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #E0E0E0;
    position: absolute;
    bottom: -18px;
    left: 15%;
}

.main-title::after{
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #E0E0E0;
    position: absolute;
    bottom: -18px;
    right: 15%;
}

.main-title span{
    font-size: 12px;
    font-family: 'montserratregular';
    text-transform: uppercase;
    color: #707070;
}

.main-title h2{
    text-transform: inherit !important;
    font-family: 'nexa_lightregular';
    font-weight: bold;
    font-size: 25px;
}

.products .product-miniature .thumbnail-container{
    box-shadow: initial !important;
}

.products .product-miniature .discount{
    display: none;
}

.products .product-miniature .product-flag{
    background: #F7856A;
    left: 8px;
    position: absolute;
    border-radius: 3px;
    padding: 8px 9px;
    font-family: 'nexa_boldregular';
    text-transform: inherit;
}



.products .product-miniature .product-description{
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    font-family: 'montserratregular';
    text-align: center;
}

.products .product-miniature .product-description span:first-child{
    text-transform: uppercase;
    font-size: 13px;
    color: #707070;
}

.products .product-miniature .product-description h3 a{
    color: #000;
    font-family: 'nexa_boldregular';
    font-size: 17px;
}

.products .product-miniature .product-price-and-shipping .discount-percentage{
    background: #CF292B;
    color: #fff;
    padding: 4px 11px;
    border-radius: 4px;
}

.products .product-miniature .product-price-and-shipping .price{
    color: #CF292B;
}

.featured-products.new-product .products .product-miniature .product-description .product-title{
    margin-top: 0;
    margin-bottom: 0px;
}

/* style bloc  Special offer collections*/

/* .product-counter .products .product{
    width: 50%;
}

.product-counter .products .product .thumbnail-container{
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-counter .products .product .thumbnail-container:hover .rollover{
    display: block !important;
}

.product-counter .products .product .thumbnail-container img{
    position: inherit;
}

.product-counter .products .product .thumbnail-container .product-description{
    position: inherit;
}


*/



.product-counter .product{
    width: 50% !important;
    height: 273px;
}

.product-counter .product .thumbnail-container{
    width: 100%;
    display: flex;
}

.product-counter .product .thumbnail-container a{
    width: 50%;
}

.product-counter .product .thumbnail-container a.product-thumbnail::after{
    content: "";
    width: 100%;
    height: 66px;
    display: block;
    bottom: -43px;
    left: 0;
    background-color: #fff;
    position: absolute;
    z-index: 20;
}

.product-counter .product .thumbnail-container img{
    width: 100%;
}

.product-counter .product .thumbnail-container .product-description{
    width: 50%;
    position: static;
}

.product-counter .product .variant-links a{
    width: 1.25rem;
    height: 1.25rem;
}

.product-counter .products .product .thumbnail-container .highlighted-informations{
    width: 50%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 63px;
    display: flex;
}
#category .products .product .thumbnail-container:hover .highlighted-informations{
    bottom: 80px;
}

.highlighted-informations a.quick-view{
    width: 100% !important;
}

.highlighted-informations .circle,.ets-wishlist-button-add.circle{
    top: 5px !important;
    background-size: 17px !important;
    box-shadow: none;
    border: 1px solid #000;
}

#category .products .product .thumbnail-container:hover .highlighted-informations.no-variants{
    bottom: 70px;
} 

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after{
    border-top: none;
}

#blockcart-modal .cart-content .cart-content-btn .btn{
    border-radius: 100px;
}

#identity #customer-form .input-group{
    position: relative;
}

#identity #customer-form .input-group .input-group-btn .btn{
    position: absolute;
    top: 0;
    right: -7px;
}

#identity #customer-form input.form-control {
    border-radius: 100px;
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    z-index: 1;
}

#identity .js-customer-form .form-footer .btn.btn-primary{
    text-transform: capitalize;
}


#product h1{
    text-transform: capitalize;
}

#product .product-prices{
    display: flex;
    align-items: center;
}
#product .product-prices,#product .product-prices div{
    margin-bottom: 0;
}

#product .tax-shipping-delivery-label{
    font-size: 16px;
    margin-left: 5px;
    font-weight: bold;
}

#add-to-cart-or-refresh #product .product-variants{
    display: flex;
}
#product .product-variants label,#product .product-variants label .color{
    margin-bottom: 0;
}

#product .product-variants #group_2{
    position: relative;
    top: 10px;
}

#product .product-variants-item:last-child{
    margin-left: 30px;
}

.product-quantity .add{
    width: 60%;
}
#product .product-quantity .add .add-to-cart{
    background: none;
    color: #000;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 20px;
    width: 100%;
}

#product .product-quantity .add .add-to-cart .shopping-cart{
    display: none;
}

.ets-wishlist-button-add.circle.delete_wishlist{
    box-shadow: none;
    border: 1px solid #000;
    background:url("../img/deletewishlist.svg") no-repeat 50%;
    background-size: 20px;
}

.ets-wishlist-button-add.circle.add_wishlist{
    box-shadow: none;
    border: 1px solid #000;
    background:url("../img/addwishlist.svg") no-repeat 50%;
    background-size: 17px !important;
}


/* .products article .ets-wishlist-button-add.right {
    top: 0 !important;
} */

div .pspc-wrp{
    background-color: #000;
    border-radius: 27px;
    margin: 20px 10px;
}

.product-price-and-shipping .pspc-wrp .psproductcountdown{
    background-color: initial;
}

.product-price-and-shipping .pspc-wrp .psproductcountdown .pspc-main{
    position: relative;
}

.product-price-and-shipping .pspc-wrp .psproductcountdown .pspc-main::before{
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background:url("../img/time-icone.svg") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
}

.product-price-and-shipping .pspc-wrp .psproductcountdown .pspc-main .pspc-count{
    background-color: initial;
    color: #fff;
    box-shadow: initial;
    line-height: initial;
}

.product-price-and-shipping .pspc-wrp .pspc-main .pspc-highlight{
    top: 0 !important;
}

.product-price-and-shipping .pspc-wrp .pspc-main .pspc-highlight .pspc-count,body .pspc-main .pspc-label{
    color: #fff !important;
    text-transform: capitalize;
    top: 27px;
}

body .psproductcountdown .pspc-main .pspc-highlight .pspc-count{
    top: 0 !important;
}

.pspc-time.seconds.pspc-highlight.flip{
    top: 0;
}

.pspc-time.seconds.pspc-highlight.flip.pspc-label{
    top: 27px;
}

.psproductcountdown.pspc-hide-promo-text{
    padding-top: 0 !important;
}

.psproductcountdown .pspc-main .pspc-time{
    height: 33px;
}

.psproductcountdown .pspc-main .pspc-time::after{
    content: "";
    color: #fff;
    background:url("../img/deux-point-timer.svg") no-repeat 0 0;
    background-size: 100%;
    display: block;
    height: 9px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 17px;
}

.psproductcountdown .pspc-main .pspc-time:last-child::after{
    display: none;
}

#mypresta_md{
    box-shadow : initial !important;
}

.webpack1 .col-md-6{
    margin-bottom: 20px;
}

.webpack1 img{
    width: 100%;
    max-width: 100%;
}

.webpack1 .col-md6{
    position: relative;
}
.webpack1 .overlay-text1{
    position: absolute;
    top: 50%;
    left: 20%;
}

.webpack1 .overlay-text1 a{
    color: #fff;
    position: relative;
    display: block;
}


.webpack1 .overlay-text1 ::after{
    position: absolute;
    left: 100%;
    top: 38%;
    content: "";
    display: block;
    width: 30px;
    height: 13px;
    background-size: 100% !important;
    background:url("../img/arrow-shop-now.svg") no-repeat 0 0;
}



/* style newLetter accueil */

.block_newsletter{
    width: 100%;
    margin-top: 80px;
}

.block_newsletter .row{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#blockEmailSubscription_displayFooterBefore.block_newsletter .btn-primary {
    background-color: #000;
    margin-left: 8px;
    border-radius: 8px;
}

#blockEmailSubscription_displayFooterBefore.block_newsletter input[type="email"]{
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}
#blockEmailSubscription_displayFooterBefore.block_newsletter input[type="email"]:focus {
    outline: none !important;
    border: 1px solid #E0E0E0;
}


#blockEmailSubscription_displayFooterBefore.block_newsletter p{
    font-family: 'nexa_boldregular';
    font-weight: bold;
    font-size: 19px;
    color: #000;
    text-align: left;
}

/* footer */

.footer-container .block-contact .cust-adress,.footer-container .block-contact .cust-phone,.footer-container .block-contact .cust-mail{
    position: relative;
}
.footer-container .block-contact .cust-adress::after{
    content: "";
    display: block;
    background:url("../img/localisation-footer.svg") no-repeat 0 0;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 3px;
    background-size: 100%;
    left: -28px;
}


.footer-container .block-contact .cust-phone::after{
    content: "";
    display: block;
    background:url("../img/tel-footer.svg") no-repeat 0 0;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 3px;
    background-size: 100%;
    left: -28px;
}


.footer-container .block-contact .cust-mail::after{
    content: "";
    display: block;
    background:url("../img/email-footer.svg") no-repeat 0 0;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 3px;
    background-size: 100%;
    left: -28px;
}

.custom-buttom-footer{
    border-top: 1px solid #4D4C4C;
    display: flex;
    align-items: center;
    height: 50px;
}

.custom-buttom-footer .col-md-6{
    padding: 0;
}

.custom-buttom-footer p{
    margin: 0;
}

/* style bloc category */

.category-product .product{
    height: 200px;
}

.category-product .product-flags{
    display: none;
}


.category-product .thumbnail-container{
    display: flex;
}

.category-product .thumbnail-container a{
    width: 240px;
    margin-right: 24px;
}

.category-product .product-miniature .thumbnail-container a.product-thumbnail img{
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: inherit;
}

.category-product .product-description{
    position: initial;
    padding: 0 !important;
}

.category-product .product-description span,.category-product .product-description h3,.category-product .product-list-reviews,.category-product .product-price-and-shipping{
    text-align: left;
}

.category-product .product-list-reviews{
    justify-content:left;
}

.category-product .product-list-reviews .grade-stars .star-content{
    margin-left: 0;
}

.category-product .product-miniature .thumbnail-container, .category-product .product-miniature .highlighted-informations, .category-product .product-miniature .product-description{
    width: 100%;
}

.category-product .highlighted-informations{
    display: none;
}

#category .products{
    justify-content: left;
}

body#checkout section.checkout-step .address-item.selected{
    border: 3px solid #f1f1f1;
}

.custom-radio input[type=radio]:checked+span{
    background-color:#000;  
}

a[data-link-action="different-invoice-address"] {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

body#checkout a:hover{
    color: #000;
    text-decoration: none;
}
/* style new-product */

.new-product .products .product{
    height: 370px;
}


/* style page connection */


#module-md_customaboutus-about .c-breadcrumb-wrapper{
    margin-bottom: 70px;
    margin-top: 0 !important;
  }
 
#cart .card.cart-summary{
    box-shadow: none;
  }

  .c-breadcrumb-wrapper,.c-product-list{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    background-color: #F5F5F5;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .c-breadcrumb-wrapper h2,.c-product-list h2{
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
  }

  #index .c-breadcrumb-wrapper{
    display: none;
  }

  #authentication .c-breadcrumb-wrapper,.c-product-list{
    margin-bottom: 62px;
  }


  .c-breadcrumb-wrapper h1{
    font-family: 'nexa_boldregular';
  }

  #wrapper .breadcrumb li a{
    font-family: 'montserratregular';
    font-weight: 500;
    color: #1A1818;
  }

  #wrapper .breadcrumb li:last-child{
    font-weight: bold;
    color: #1A1818;
  }

  .page-authentication #content{
    max-width: 100%;
    box-shadow: inherit;
  }

  #authentication .btn[data-action="show-password"] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 60px;
    background: #000;
    text-transform: capitalize;
    font-size: 14px;
  }

 .login-form .input-group .form-control,.register-form .input-group .form-control{
    width: calc(100% - 20px);
    height: 36px;
    z-index: 1;
 }
 
 .login-form .input-group .form-control:focus{
    outline: none !important;
 }

 .login-form .forgot-password a,.register-form a{
    color: #000;
    font-family: 'nexa_boldregular';
    font-weight: bold;
 }

 .login-form input,.register-form input,#contact .form-control,
 .block-promo .promo-input,#checkout-addresses-step .form-control,
 #checkout-personal-information-step .form-control,
 #registration-form form input,#password .forgotten-password #email
 {
    border-radius: 100px;
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
 }

 .login-form input:focus,.register-form input:focus{
    outline: none !important;
 }

 #login-form .continue.btn.btn-primary{
    margin-top: 20px;
 }

 #login-form .continue.btn.btn-primary:hover{
    background: #000000;
 }

 #login-form .forgot-password a,#login-form .forgot-password a:hover{
    color: #000;
 }

 .login-form .form-footer,.register-form .form-footer{
    display: flex;
    justify-content: center;
    margin-top: 31px;
 }

 #authentication .no-account a{
    color: #000;
    font-family: 'montserratregular';
 }

 /* style shop */

 .products-selection{
    margin-bottom: 2rem;
 }

 .products-selection .select-title{
    border-radius: 100px;
 }

 .default-img,.rollover{
    border-radius: 5px;
 }


 /* page contact */

 #contact .contact-rich h4{
    text-transform: capitalize;
    font-family: 'nexa_boldregular';
    font-size: 21px;
 }

 #contact .contact-rich .block .icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: 17px;
 }

 #contact .contact-rich .block .icon-localisation{
    background:url("../img/localisation-footer.svg") #000 no-repeat 50%;
 }
 #contact .contact-rich .block .icon-tel{
    background:url("../img/tel-footer.svg") #000 no-repeat 50%;
 }
 #contact .contact-rich .block .icon-fax{
    background:url("../img/email-footer.svg") #000 no-repeat 50%;
 }

 #contact .contact-rich .block .data{
    padding-left: 16px;
 }

 #contact .contact-rich h5{
    font-family: 'nexa_lightregular';
 }

 #contact .contact-rich p,#contact .contact-rich p a{
    font-family: 'montserratregular';
    color: #1A1818;
    font-weight: 300;
    font-size: 13px;
 }

 #contact .page-content.card{
    box-shadow: initial;
    border: none;
 }

 #contact .input-group label.btn-default,.block-promo .promo-code form .btn.btn-primary,
 #checkout-personal-information-step .input-group-btn .btn,button.continue,
 #password .forgotten-password .btn.btn-primary,.input-group .input-group-btn>.btn[data-action=show-password]{
    border-radius: 100px;
    background: #000;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: none;
 }

 .main__headr--phone.c-hide-content{
    opacity: 0;
    width: 100%;
 }


 #contact .input-group-btn{
    position: absolute;
    right: 99px;
    z-index: 10;
 }

 #contact .form-footer{
    display: flex;
    justify-content: flex-end;
 }

 #contact textarea.form-control{
    resize: none;
    padding-left: 40px;
    border-radius: 14px;
 }

 #delivery_message{
    border-radius: 14px;
    height: 100px;
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    padding: 20px;
 }

 #contact .form-footer .btn.btn-primary, #contact .input-group label.btn-default .buttonText{
    text-transform: capitalize;
    font-size: 14px;
 }
 #contact .form-control-comment{
    display: none;
 }

 #contact .contact-form,#contact .page-content.card.card-block{
    padding-top: 0;
 }

 .contact-form .form-control-label{
    text-align: left;
 }

  /* Style page shopping cart */

.card.cart-container{
    border: none;
    box-shadow:none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card.cart-container + a.label i{
    display: none;
}

.product-line-info a.label{
    font-family: 'nexa_boldregular';
    color: #000;
}

.card.cart-container + a.label{
    font-size: 13px;
}


.cart-line-product-actions .remove-from-cart i{
    font-size: 0;
    background:url("../img/ico-delete.svg") no-repeat 0 0;
    background-size: 100%;
    width: 15px;
    height: 15px;
}

.block-promo{
    background-color: #F5F5F5;
}

.block-promo .promo-code {
    padding: 1rem 0 1rem 0;
}

.c-promo-title{
    padding-left: 16px;
    font-family: 'nexa_boldregular';
    color: #000;
}

.cart-detailed-actions{
    display: flex;
    justify-content: center;
}

.cart-detailed-actions .btn.btn-primary{
    font-size: 14px;
    text-transform: capitalize;
}

.block-promo .promo-input{
    width: 90%;
    background: #fff;
    border: 1px solid #253236;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total span.label,.card-block.cart-summary-totals .cart-summary-line.cart-total span.value{
    font-weight: normal;
}

#cart .price .product-price strong{
    font-weight: normal;
}
.block-promo .promo-code form{
    position: relative;
}
.block-promo .promo-code form .btn.btn-primary{
    position: absolute;
    right: 14px;
    top: 4px;
    font-family: 'nexa_boldregular';
}

.card-block.cart-summary-totals .cart-summary-line.cart-total{
    border-bottom: 1px solid #EBEBEB;
    background: none;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after{
    content: "-";
    font-size: 18px;
    font-weight: bold;
    position: relative;
    bottom: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after{
    content: "+";
    font-size: 18px;
    font-weight: bold;
    position: relative;
    bottom: 5px;
}

.form-control-comment{
    display: none;
}

body#checkout section.checkout-step{
    box-shadow:none;
}

button.continue,#payment-confirmation .btn.btn-primary{
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}

button.continue:hover,#payment-confirmation .btn.btn-primary:hover,
button.continue:focus,#payment-confirmation .btn.btn-primary:focus,
button.continue:active,#payment-confirmation .btn.btn-primary:active{
    background: #000;
}

body#checkout section.checkout-step .step-title{
    display: flex;
    align-items: center;
}

.step-number{
    width: 30px;
    height: 30px;
    color: #fff;
    background: #000;
    padding: 0;
    display: flex !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

#checkout-personal-information-step .input-group-btn .btn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#checkout-personal-information-step .custom-checkbox span{
    position: relative;
    bottom: 2px;
}

/* style PERSONAL INFORMATION step1 */

.cart-summary-products a{
    color: #000;
}

.condition-label #cta-terms-and-conditions-0{
    color: #000;
    text-decoration: underline;
}

.condition-label #cta-terms-and-conditions-0:hover{
    text-decoration: none;
}

#password .forgotten-password .form-group{
    position: relative;
    width: 80%;
}
#password .forgotten-password .btn.btn-primary{
    position: absolute;
    right: 30px;
    text-transform: capitalize;
}

.account-link{
    color: #000;
}
.account-link:hover{
    color: #000;
}

#product .tabs{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
}

#product .tabs .product-description p{
    color: #8B8B8B;
    font-size: 18px;
}

#product .tabs .nav.nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .tabs #tab-content{
    border: 2px solid #f1f1f1;
    border-top: none;
    padding: 20px;
    padding-top: 30px;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
    color: #000;
    border-color: #000;
}

#product h2::first-letter{
    text-transform: uppercase;
}

#product .c-title-review{
    margin-bottom: 20px;
}
#product .c-wrapper{
    border: 1px solid #EBEBEB;
    padding: 30px;
}

.c-border-b{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}

#product .product-comment-list-item .comment-infos{
    height: auto;
    min-height: inherit;
}

#product-comments-list-header{
    display: flex;
    align-items: center;
    padding: 0 !important;
}
.based-comments{
    width: 100%;
    margin: 0;
    margin-left: 40px;
}

#product .product-comment-list-item{
    border-bottom: 2px solid #f1f1f1;
}

#product .product-comment-list-item:last-child{
    border: none;
}

.comment-author{
    display: flex;
    color: #1A1818;
}

.product-comment-list-item .comment-infos .grade-stars{
    margin-bottom: 0 !important;
}

.comment-author .comment-date{
    margin-left: 40px;
}

#empty-product-comment,#empty-product-comment .btn.btn-comment.btn-comment-big{
    display: flex;
}

#empty-product-comment .shopping-cart::after{
    display: none;
}

#product.product-available-for-order .product-variants-item:last-child{
    margin-left: 0;
}



/* resolution bug quantité */

/* Touchspin */

#product .bootstrap-touchspin {
    width: 150px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 50px;
    box-shadow: none;
}
#product #quantity_wanted {
    margin: 0 auto;
    float: none
}

#product .product-quantity .buy,#product .product-quantity .buy .buy-now{
    width: 100%;
    margin-top: 7px;
}

#product .product-quantity .buy,#product .product-quantity .buy .buy-now{
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: inherit;
}


#product .product-quantity{
    flex-wrap: wrap;
}
#product .product-quantity .input-group-btn-vertical {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%
}
#product .product-quantity #quantity_wanted {
    width: 30%;
    border: none;
    text-align: center;
}
#product .product-quantity .input-group-btn-vertical .btn {
    max-width: 100%;
    width: 35%;
    /* background: #f4f4f4; */
    margin: 0;
    padding: 0
}
#product .btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    float: left;
    height: 100%;
    border: none;
    border-right: 2px solid #ddd !important
}
#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "-"
}
#product .btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    float: right;
    height: 100%;
    border-left: 2px solid #ddd !important;
    border: none
}
#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+"
}

.modal-dialog .bootstrap-touchspin{
    display: flex;
}

.modal-dialog .buy{
    width: 100%;
    display: flex;
}

.modal-dialog .btn.btn-primary.buy-now{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    text-transform: capitalize;
}

.modal-dialog .add-to-cart.btn-primary{
    background: none;
    color: #000;
    box-shadow: none !important;
    border: 1px solid #000;
    border-radius: 100px;
    width: 100%;
}

.modal-dialog .shopping-cart::after{
    display: none;
}

.modal-dialog .product-quantity{
    flex-wrap: wrap;
}
#product .product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.35rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-md_customaboutus-about .c-about-us .c-content-left img{
    width: 100%;
    max-width: 100%;
}

#module-md_customaboutus-about .c-about-us .c-content-right{
    padding-top: 13px;
}

#module-md_customaboutus-about h2{
    font-family: 'nexa_lightregular';
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 17px;
}

#module-md_customaboutus-about .c-about-us .c-content-right p{
    font-family: 'montserratsemibold';
    color: #1A1818;
    font-size: 15px;
}

#module-md_customaboutus-about .c-about-us .c-content-right .c_content-text{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 45px;
    margin-bottom: 30px;
}

.c-about-us .c-content-right .socials{
    display: flex;
}

.c-about-us .c-content-right .socials li{
    list-style: none;
    margin-right: 30px;
}

.c-about-us .c-content-right .socials li:last-child{
    margin-right: 0;
}

.c-about-us .c-content-right .socials li a{
    font-size: 0;
}
#module-md_customaboutus-about .c-about-us .c-content-right .socials li a::before{
    content:"" ;
    display: block;
    background-size: 100%;
}

.c-about-us .c-content-right .socials li.facebook a::before{
    background:url("../img/facebook.svg") no-repeat 50%;
    width: 11px;
    height: 32px;
}

.c-about-us .c-content-right .socials li.twitter a::before{
    background:url("../img/twitter.svg") no-repeat 50%;
    width: 23px;
    height: 32px;
}

.c-about-us .c-content-right .socials li.instagram a::before{
    background:url("../img/instagram-log.svg") no-repeat 50%;
    width: 25px;
    height: 32px;
}

.c-about-us .c-content-right .socials li.linkedin a::before{
    background:url("../img/linkedin-logo.svg") no-repeat 50%;
    width: 22px;
    height: 28px;
}

#module-md_customaboutus-about .container-fluid{
    background-color: #F5F5F5;
    margin-top: 60px;
}

#module-md_customaboutus-about .c-why-us{
    width: 80%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 47px;
}

#module-md_customaboutus-about .c-blockreassurance_product{
    display: flex;
    flex-wrap: wrap;
}

#module-md_customaboutus-about .c-reassurance-item{
    background-color: #fff;
    margin-right: 15px;
    padding: 20px;
    flex: 0 0 24%
}

#module-md_customaboutus-about .c-reassurance-item .c-img{
   margin-bottom: 11px;
}

#module-md_customaboutus-about .c-reassurance-item .c-title{
   margin-bottom: 8px;
}

#module-md_customaboutus-about .c-reassurance-item:last-child{
    margin-right: 0;
}

#module-md_customaboutus-about .c-ets-ttn-home-reviews{
    padding-top: 38px;
    padding-bottom: 50px;
}

#module-md_customaboutus-about h2.ets-ttn-follow-title{
    text-align: center;
}

#module-md_customaboutus-about #ets-ttn-page_home_reviews{
    display: flex;
}

#module-md_customaboutus-about #ets-ttn-page_home_reviews .review-item{
    margin-right: 25px;
}
#module-md_customaboutus-about .testimonial_des{
    margin-bottom: 20px;
}

#module-md_customaboutus-about .ets-ttn-review-item .c-license{
    text-align: left !important;
    margin-left: 50%;
    transform: translateX(-50%);
    background:url("../img/like-icone.svg") no-repeat 0 50%;
    background-size: 42px;
    overflow: inherit;
    padding-left: 50px;
}

#module-md_customaboutus-about .ets-ttn-review-item .c-license .license{
    width: 150px;
}

#module-md_customaboutus-about #ets-ttn-page_home_reviews .review_avatar,
#module-md_customaboutus-about #ets-ttn-page_home_reviews .testimonial_des,
#module-md_customaboutus-about #ets-ttn-page_home_reviews .c-license
{
    text-align: center;
}

#module-md_customaboutus-about #ets-ttn-page_home_reviews .review_avatar{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items:center ;
}
/* end */

/* page mon compte */
#my-account .page-footer a{
    color: #000;
}

#my-account .page-footer a:hover{
    color: #000;
    text-decoration: underline;
}
.page-my-account #content .links a:hover{
    color: #7a7a7a;
}
.page-my-account #content .links a:hover i{
    color :#232323;
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb,
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover{
    border: 3px solid #000;
}

#blockcart-modal .product-name{
    color: #000;
}

#blockcart-modal .btn-primary,.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
    background:#000;
}

#order-detail .order-message-form.box .form-footer{
    display: flex;
    justify-content: center;
}
#order-detail .order-message-form.box .form-control-submit{
    float:none;
}


/* responsive header*/

/* Ipad pro */

@media only screen
  and (device-width: 1024px)
  and (device-height: 1366px)
  and (orientation: portrait) {
    #carousel{
        width: 80%;
    }

    .carousel .carousel-item figure{
        flex-direction:column;
    }

    .carousel .carousel-item figure{
        padding: 0;
    }

    .carousel .carousel-item .caption{
        max-width: 100%;
        padding: 40px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .product-price-and-shipping .pspc-wrp .psproductcountdown .pspc-main::before{
        content: inherit;
    }

    .product-counter .product .thumbnail-container a.product-thumbnail::after{
        content: inherit;
    }

    .highlighted-informations,.product-counter .product .thumbnail-container a.product-thumbnail::after{
        display: none !important;
    }

    #category .products{
        justify-content:center
    }

    #module-md_customaboutus-about .c-reassurance-item{
        margin-bottom: 15px;
        flex: 0 0 47%;
    }

    .product-quantity .add{
        width: 50%;
    }

    .modal-content.product-add-to-cart .product-quantity .add{
        width: 60%;
    }
  }

  @media only screen 
  and (max-device-width: 991px) {
    #header .header-nav .right-nav .user-info a, #header .header-nav .right-nav .currency-selector,
    #header .header-nav .right-nav .user-info a, #header .header-nav .right-nav .currency-selector, 
    .custom-wishlist, #header .right-nav #_desktop_user_info,#_desktop_currency_selector,
    #header .header-nav .language-selector
    {
        padding-right: 8px !important;
        margin-left: 8px;
    }

    #header .header-nav .language-selector{
        padding-left: 8px;
    }
  }


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

    #category .products{
        justify-content:center
    }
    #header .header-nav .right-nav .user-info a, #header .header-nav .right-nav .currency-selector,.custom-wishlist,
    #header .right-nav #_desktop_user_info
    {
        padding-right: 10px;
    }

    #_desktop_currency_selector{
        margin-left: 10px;
    }

    #header .header-nav .language-selector{
        padding-left: 10px;
    }

    #header .header-nav .container__header--fluid .text-primary{
        font-weight: bold;
        font-size: 13px;
    }

    #_desktop_logo a{
        display: flex;
        justify-content: flex-end;
    }
    .product-counter{
        padding-bottom: 186px;
    }

    .product-counter .product .thumbnail-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    .product-counter .product .thumbnail-container a{
        width: 100%;
    }

    .product-counter article:first-child{
        margin-right: 20px;
    }
    .product-counter article:last-child{
        margin-left: 20px;
    }

    .product-counter .product .thumbnail-container .product-description{
        width: 100%;
    }

    .products-selection .col-md-6{
        width: 100%;
    }

    .products-selection .col-md-6 span:first-of-type{
        padding: 0;
        margin: 0;
    }

    #password .forgotten-password .btn.btn-primary{
        right: -70px;
    }

    #module-md_customaboutus-about .c-reassurance-item{
        margin-bottom: 15px;
        flex: 0 0 47%;
    }

    #product .product-quantity .add .add-to-cart{
        margin-left: 0;
    }
    .product-quantity .add{
        width: 46%;
    }
    .product-quantity .qty{
        width: 117px;
    }

    .ct-review{
        flex-direction: column;
    }
    
    .ct-review .c-grade,.ct-review .c-comments-nb{
        margin-bottom: 20px;
    }


}



/* mediaqueries ipad portrait et landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .container-fluid{
        width: 100%;
    }
    #carousel{
        width: 80%;
        left: 0;
    }

    .products-selection .col-md-6{
        width: 100%;
    }

    #category .products{
        justify-content:center
    }

    .carousel .carousel-item figure{
        flex-direction:column;
    }

    .carousel .carousel-item figure{
        padding: 0;
    }

    .carousel .carousel-item .caption{
        max-width: 100%;
        padding: 40px;
    }

    .carousel .carousel-item .caption{
        margin-right: 0;
    }

}


@media only screen and (max-width: 767px) {
    .container-fluid{
        width: 100%;
    }

    #header{
        overflow: hidden;
        background: none;
    }
    .custom-wishlist::after{
        display: none;
    }

    #wrapper .breadcrumb[data-depth="1"]{
        display: block;
    }

    #header .header-nav .blockcart.inactive .cart-products-count{
        display: block;
    }

    #header .header-nav #_mobile_cart{
        padding-right: 10px;
    }

    .middleBar .container__wrapper > div:first-child{
        align-items: center;
    }

    #header .header-nav .container__wrapper--top.jj{
        max-width: 94%;
        width: 100%;
    }

    #header .header-nav .cart-preview.active{
        background: none;
    }

    
    #header .header-nav .blockcart a{
        position: relative;
    }

    .blockcart .cart-products-count{
        position: absolute;
        top: 0;
        left: 0;
        background: #ff0000;
        width: 23px;
        height: 23px;
        line-height: 23px;
        border-radius: 50%;
        color:#fff;
    }

    .middleBar .container{
        width: 96%;
    }
    .glob-pannier-search{
        padding-right: 0;
    }

    .header-top{
        height: auto;
    }


    #header .top-menu a[data-depth="0"]:hover{
        color: #232323 !important;
    }

    /* slider */

    #carousel{
        width: 80%;
        left: 0;
        margin-top: 30px;
        width: 100%;
    }
    

    .carousel .carousel-item figure{
        flex-direction:column;
        padding: 0;
    }

    .carousel .carousel-item .caption{
        margin-right: auto;
        max-width: 80%;
    }

    .carousel .btn-link{
        display: inline-block;
        line-height: 36px;
        float: none;
    }

    .webpack div div{
        margin-bottom: 20px;
    }
    
    .custom-buttom-footer{
        flex-direction: column;
        height: 60px;
        border: none;
    }

    .custom-buttom-footer p{
        margin-bottom: 50px;
    }

    .featured-products.product-counter{
        padding-bottom: 200px;
    }

    .product-counter .product .thumbnail-container{
        flex-direction: column;
        align-items: center;
    }

    .product-counter .product .thumbnail-container a{
        width: 100%;
    }

    .product-counter .product .thumbnail-container img{
        padding-right: 6px;
    }

    .product-counter .product .thumbnail-container .product-description{
        width: 100%;
    }

    div .pspc-wrp {
        width: 95% !important; 
    }

    .c-entete-Table{
        display: none;
    }

    #password .forgotten-password .btn.btn-primary{
        height: 37px;
        width: 158px;
        top: 28px;
        right: -100px;
    }

    #module-md_customaboutus-about .c-about-us .c-content-right h2{
        font-size: 24px;
    }

    #module-md_customaboutus-about .c-about-us .c-content-right p{
        font-size: 13px;
    }
    .ct-review{
        flex-direction: column;
    }
    
    .ct-review .c-grade,.ct-review .c-comments-nb{
        margin-bottom: 20px;
    }

    #header .header-nav .blockcart{
        padding-left: 0px;
    }
    body#checkout #header .header-nav{
        box-shadow: none;
    }

    #_mobile_user_info .user-info a{
        background:url("../img/icone_compte.svg") no-repeat 0 0;
        background-size: 27px;
        padding-left: 23px;
        display: block;
        float: left;
        width: 40px;
        height: 50px;
    }

    #_mobile_user_info .user-info a .material-icons{
        display: none;
    }

  }

  @media only screen and (max-width: 480px) {
    .main__headr--phone{
        margin-right: 81px;
    }

    .carousel .direction{
        top: 40%;
    }

    .carousel .direction .carousel-control .icon-next{
        margin-right: 0;
    }

    .product-counter .product{
        height: 500px;
    }

    .featured-products.product-counter{
        padding-bottom: 0;
    }

    #password .forgotten-password .btn.btn-primary{
        height: 37px;
        top: 29px;
        right: -59px;
        width: 101px;
    }

    #module-md_customaboutus-about .c-reassurance-item{
        margin-bottom: 15px;
        flex: 0 0 100%;
    }

    #product .product-quantity .add .add-to-cart{
        margin-left: 0;
        font-size: 12px;
    }

    .product-quantity .qty{
        width: 30%;
    }

    .c-wrapper #product-comments-list-header{
        flex-wrap: wrap;
    }
    .c-wrapper #product-comments-list-header .based-comments{
        margin: 15px 13px;
    }

    .c-wrapper .c-product-comment-title{
        padding-left: 7px;
    }

    #empty-product-comment, #empty-product-comment .btn.btn-comment.btn-comment-big{
        font-size: 11px;
    }

  }