body main {
    overflow: hidden;
}

#wrapper {
    background: #fff;
    box-shadow: none;
    padding-top: 0;
}

:focus,
a:focus,
a:hover {
    outline: 0;
}

a:hover {
    transition: all 250ms ease-in-out;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

body#checkout a:hover,
a:focus {
    color: #000;
}

a[href^=tel] {
    color: inherit;
}

.form-control:focus {
    border-color: transparent;
}

.header_banner {
    height: 30px;
    overflow: hidden;
    background: #9d938d;
}

.header_banner p {
    color: #fff;


}

#header {
    background: #fff;
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #dadada;
}

#header .header-top {
    /*    height: 80px;*/;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
}



.sticky-desktop div#_desktop_top_menu {
    padding-bottom: 0;
    max-width: max-content;
    margin: auto;

}

.sticky-desktop #adtm_menu ul#menu li div.adtm_sub {
    top: 60px;
}

#header .header-banner #marquee_container {
    margin-left: -1px;
}

@media screen and (max-width: 600px) {
    #header .header-banner #marquee_container {
        width: 100%;
    }
}

#header .header-banner #marquee_container #marquee_style {
    background: #9d938d;


    width: 100vw;
    min-width: 100%;
}

#header .header-top .block-left {
    min-width: 300px;
}

#header .header-top .search-widget {
    float: none;
    width: 100%;
    max-width: 300px;
}

#header .header-top .search-widget form {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
}

#header .header-top .search-widget form input[type=text] {
    border: none;
    color: #000000;
    height: 26px;
    padding: 0 0 4px 0;




}
#header .header-top .search-widget form input[type=text]::placeholder {
    color: #727272;
}

#header .header-top .search-widget form input[type=text]:focus {
    outline: 0;
}

#header .header-top .search-widget form input[type=text]::placeholder {
    color: #000;
}

#header .header-top .search-widget form button[type=submit] {
    position: relative;
    background: 0 0;
    border: none;
    bottom: 0;
    right: 0;
    color: #727272;
    padding: 0;
    cursor: pointer;
}

#header .header-top .search-widget form button[type=submit]:focus {
    outline: 0;
}

#header .header-top .block-logo {
    text-align: center;
}

#header .header-top .block-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 300px;
}

#header .header-top .block-right #_desktop_cart,
#header .header-top .block-right #_desktop_user_info,
#header .header-top .block-right .favorite_icon {
    margin: 0 50px 0 0;
}

#header .header-top .block-right #_desktop_cart a,
#header .header-top .block-right #_desktop_user_info a,
#header .header-top .block-right .favorite_icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    color: #000;


}

#header .header-top .block-right #_desktop_cart a img,
#header .header-top .block-right #_desktop_user_info a img,
#header .header-top .block-right .favorite_icon a img {
    margin-bottom: 0px;
    width: 20px;
}

#header .header-top .block-right #_desktop_cart a:hover,
#header .header-top .block-right #_desktop_user_info a:hover,
#header .header-top .block-right .favorite_icon a:hover {
    color: #4a2721;
}

#header .header-top .block-right #_desktop_cart .cart-products-count {
    position: absolute;
    right: -8px;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    line-height: 16px;

}

#_desktop_language_selector .current_lang {
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 5px;
}

#_desktop_language_selector .btn-unstyle {
    display: flex;
    position: relative;
    top: 0px;
    right: 0px;
    text-transform: uppercase;
    align-items: center;
}

.sticky-desktop #_desktop_language_selector .btn-unstyle {
    top: 10px;
    right: 1px;
}

#_desktop_language_selector .btn-unstyle .expand-more {




    color: #000 !important;
    margin-right: 5px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-fr {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-fr.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-eu {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-eu.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-en {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-uk.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-ca {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-ca.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-us {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-us.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-in {
    padding-left: 32px;
    background: url(../img/svg/flag/flag-in.svg) no-repeat left center;
    background-size: 23px;
}

#_desktop_language_selector .btn-unstyle .expand-more.current-lang-be {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-be.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_language_selector .language-selector:hover .expand-more {
    color: #000;
}

#_desktop_language_selector .btn-unstyle img {
    margin-top: 7px;
    margin-bottom: 12px;
}

.sticky-desktop #_desktop_language_selector .btn-unstyle img {
    margin-top: 0;
    margin-bottom: 0;
}

#_desktop_language_selector .dropdown-menu {
    right: -61px;
    left: auto;
    top: 16px;
    min-width: 0;
    padding: 5px 20px 5px 30px;
}

#_desktop_language_selector .dropdown-menu img {
    margin-right: 12px;
}


#_desktop_language_selector .dropdown-menu li.title {
    margin-bottom: 3px;
    padding: 0;


    color: #000;
    position: relative;
}

#_desktop_language_selector .dropdown-menu li.title.language {
    padding-top: 20px;
}

#_desktop_language_selector .dropdown-menu li.title.language:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -35px;
    right: -20px;
    height: 1px;
    background: #e8e8e8;
}

#_desktop_language_selector .dropdown-menu li a.country {


    color: #000;
}

#_desktop_language_selector .dropdown-menu li a.country,
#_desktop_language_selector .dropdown-menu li.language a {
    padding-left: 40px;
}

#_desktop_language_selector .dropdown-menu li.language a:hover {
    text-decoration: underline;
}

#_desktop_language_selector .dropdown-menu li {
    display: flex;
    align-items: center;
}

#_desktop_language_selector .dropdown-menu li a.country.france {
    background: url(../img/svg/flag/flag-fr.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu li a.country.royaume-uni {
    background: url(../img/svg/flag/flag-uk.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu li a.country.europe {
    background: url(../img/svg/flag/flag-eu.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu li a.country.usa {
    background: url(../img/svg/flag/flag-us.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu li a.country.canada {
    background: url(../img/svg/flag/flag-ca.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu li a.country.autres-pays {
    background: url(../img/svg/flag/flag-in.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu li a.country.belgique {
    background: url(../img/svg/flag/flag-be.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_language_selector .dropdown-menu .dropdown-item {
    padding: 0;


    color: #000;

}

#_desktop_language_selector .dropdown-menu .dropdown-item:hover {
    color: #4a2721;
}

#adtm_menu {
    margin: 0;
    height: 44px;
    display: flex;
    justify-content: center;
}


#adtm_menu ul#menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#header.sticky-desktop.open #adtm_menu ul#menu {
    justify-content: center;
}

#adtm_menu .li-niveau1 a.a-niveau1:focus {
    text-decoration: none !important;
}

#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    height: 44px;
    padding: 0;



    text-transform: uppercase;
    color: #000000;
    position: relative;
    text-decoration: none !important;

    white-space: nowrap;
}

#header.sticky-desktop.open #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    padding: 0 0px;
    margin: 0 10px;
}

#adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span,
.li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    color: #000;
}

#adtm_menu ul#menu li div.adtm_sub {
    /*    top: 60px;
        min-width: 300px;
        box-shadow: none*/;
}

#adtm_menu .adtm_column span.column_wrap_title,
#adtm_menu .adtm_column span.column_wrap_title a {



    text-transform: uppercase;
    color: #000;
}


#index #wrapper {
    background: #fff;
    box-shadow: none;
    padding-top: 0;
}

#index #wrapper > .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

.pwfavorites-alerts {
    display: none;
}

#adtm_menu ul#menu li.li-niveau1:hover {
    position: static;
}

#adtm_menu div.adtm_column_wrap ul.adtm_elements {
    color: #000;
    text-transform: capitalize;
    display: block;
    text-align: left;

}

#adtm_menu ul#menu li.li-niveau1:hover {
    position: static;
}


#adtm_menu ul#menu li.li-niveau1 .adtm_sub {

    right: 0 !important;
    left: 0 !important;
    transition: .4s;
    padding-left: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

#adtm_menu ul#menu li.li-niveau1 .adtm_sub table {
    width: 100%;
    max-width: none;
    background: #fff;
    border: none;
}


#adtm_menu ul#menu li.li-niveau1 .adtm_sub table tbody tr td .column_wrap_title a {
    text-transform: uppercase !important;


    margin-top: 8px !important;

}


#adtm_menu ul#menu li.li-niveau1 .adtm_sub table tbody tr td .adtm_column_wrap .adtm_column .column_wrap_title a {
    display: inline-block;


    color: #000;


    text-transform: initial;
}

#adtm_menu ul#menu li.li-niveau1 .adtm_sub table tbody tr td .adtm_column_wrap .adtm_column.adtm_column_79 .column_wrap_title a {
    height: 38px;

    padding: 0 25px;
    border: solid 1px #000;

    color: #000;
    margin-top: 10px;
    display: inline-block;

}


#category .product-miniature .product-flags,
.product-flags {
    padding-left: 10px;
}

body#product .product-container .product-flags {
    right: 64px;
}

.product-flags {
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    right: 20px;
    left: inherit;
    display: flex;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    z-index: 2;
}

#category .product-flags li.product-flag {

    padding: 4px 6px;

    text-transform: capitalize;


}

/*#product .block-images .product-flags{
        left: -56px;
}*/
#product .block-images .product-flags li.product-flag {



    padding: 10px 12px;


}

#category .product-flags li.product-flag.new,
#product .product-flags li.product-flag.new {
    background: #fff;
    color: #000;
}

#category .product-flags li.product-flag.discount,
.product-flags li.product-flag.discount {
    background: #fff;
    color: #000;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 {
    position: static;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21:hover {
    position: static;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table {
    width: 100%;
    max-width: 1140px;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td {
    width: calc(50% - 5px);
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td .adtm_column_wrap {
    padding: 0;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td .adtm_column_wrap .adtm_column {
    margin: 0;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td .adtm_column_wrap .adtm_column a:hover {
    text-decoration: none;
}

#adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td .adtm_column_wrap .adtm_column a img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#category #wrapper .breadcrumb {
    margin-bottom: 0;
    padding: 25px 0 25px 0;
    position: relative;
    text-align: left;
}


#category #wrapper .breadcrumb ol li:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-image: url(../img/svg/breadcrumb-vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#category #wrapper .breadcrumb ol li a:hover {
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
#wrapper .breadcrumb {
    margin-bottom: 0;
    padding: 18px 0;
    position: relative;
    text-align: left;
}


#wrapper .breadcrumb ol li:after {
    content: ">";
    color: #000;
    margin: 0;
    padding: 0 5px;
}

#wrapper .breadcrumb ol li a:hover {
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// HEADER CATEGORY ////////////// */
/*/////////////////////////////////////*/

#js-product-list-header,
#product-list-header {
    padding: 0 0 20px;
    position: relative;
}

#product-list-header.background-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .3);
}

#js-product-list-header .block-category,
#product-list-header .block-category {
    position: relative;
    box-shadow: none;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    border: none;
    padding: 0;
    min-height: 0;
    background: 0 0;
}

#js-product-list-header .block-category p,
#product-list-header .block-category p {


    color: #000;
    margin-bottom: 0;
    text-align: center;

}

.block-category .block-category-inner #category-description strong {
    color: #000;

}

#js-product-list-header .block-category a,
#product-list-header .block-category a {
    color: #000;
    text-decoration: underline;
}


#js-product-list-header .block-category h1,
#product-list-header .block-category h1 {


    color: #000;

    text-align: center;

}


.block-category-inner p {
    letter-spacing: 0;
    text-align: center;

}

.subcategory a {
    color: #000;
}

#category .read_more_link {
    text-decoration: underline !important;

}

#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    text-transform: uppercase;


    color: #000;


}

#pagenotfound .page-not-found a,
#products .page-not-found a {
    width: 100%;
    max-width: 275px;
    height: 40px;

    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    transition: all .2s ease-in-out;
    line-height: 40px;
}

#pagenotfound .page-not-found a.shopping-btn,
#products .page-not-found a.shopping-btn {
    background: #000;

    color: #fff;

    text-transform: uppercase;
    border: solid 1px #000;
}

#pagenotfound .page-not-found a.shopping-btn:hover,
#products .page-not-found a.shopping-btn:hover {
    background: #fff;
    color: #000;
}

#pagenotfound .page-not-found a.home-btn,
#products .page-not-found a.home-btn {
    background: #fff;

    color: #000;
    border: solid 1px #000;

    text-transform: uppercase;
}

#pagenotfound .page-not-found a.home-btn:hover,
#products .page-not-found a.home-btn:hover {
    background: #000;
    color: #fff;
}

.page-pagenotfound .page-header {
    display: none;
}

.page-pagenotfound .trait {
    display: block;
    width: 600px;
    border-bottom: solid 1px rgba(0, 0, 0, .3);
    margin-top: 2%;
}

@media screen and (max-width: 767px) {

    #pagenotfound .page-not-found {
        padding: 18px;
    }

    .page-pagenotfound .trait {
        width: 320px;
    }

    .elementor-section.elementor-element.elementor-element-murzsd7.elementor-top-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.columns-three-home img {
        width: 100%;
        height: 255px;
        object-fit: cover;
        object-position: top;
    }
}

#go-top-page {
    position: fixed;
    right: 60px;
    bottom: 60px;
    flex-direction: column;
    align-items: center;
    display: none;
    opacity: 0;



    color: #000;
    z-index: 10;
    text-decoration: underline;
    transition: all .7s ease-in-out;
}

#go-top-page img {
    margin-bottom: 5px;
    background: #fff;
}

#go-top-page.active {
    display: flex;
    opacity: 1;
}

#module-m4e_storelocatorcustom-stores .main-title {
    padding: 0;
}

#module-m4e_storelocatorcustom-stores .main-title h1 {
    margin: 5px 0 5px;
    max-width: initial;
}

#module-m4e_storelocatorcustom-stores #main .container {
    padding: 0;
    width: calc(100% - 34px);
    margin: 0 auto;
}

#module-m4e_storelocatorcustom-stores #main .container .bh-sl-container {
    padding: 0;
    color: #000;
}

.bh-sl-container .bh-sl-form-container {
    margin-top: 0;
}

.bh-sl-container .bh-sl-form-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bh-sl-container .bh-sl-form-container form input::placeholder {
    color: #000;
    font-style: italic;
    opacity: 1;
}

.bh-sl-container .bh-sl-form-container form input[type=text] {
    height: 40px;

    padding: 0 15px;
    border: solid 1px #a2a2a2;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 13px;

}

.bh-sl-container .bh-sl-form-container form button[type=submit] {

    color: #fff;
    background: #000;
    box-shadow: none;
    height: 38px;

    border-radius: 0;
    text-align: center;
    padding: 0 22px;

    text-transform: uppercase;
    transition: all .2s ease-in-out;

    border: solid 1px #000;
}

.bh-sl-container .bh-sl-form-container form button[type=submit]:hover {
    background: #fff;
    color: #000;
}

#module-m4e_storelocatorcustom-stores .bh-sl-container .bh-sl-map {
    height: 330px;
}

.bh-sl-container .bh-sl-loc-list ul li {
    border-bottom: solid 1px #a2a2a2;
    background: 0 0 !important;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    display: none;
}

.bh-sl-container .bh-sl-loc-list .list-details {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 18px 0;
    position: relative;
}

.bh-sl-container .bh-sl-loc-list .list-details:after {
    content: '';
    right: 10px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: calc(50% - 13px);
    background: url(../img/svg/pin.svg) no-repeat center;
    background-size: contain;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 0;
}

.bh-sl-container .loc-name {



    margin-bottom: 3px;
    text-transform: uppercase;

}

.bh-sl-container .loc-addr,
.bh-sl-container .loc-addr2,
.bh-sl-container .loc-addr3,
.bh-sl-container .loc-email,
.bh-sl-container .loc-pays,
.bh-sl-container .loc-phone {



    color: #000;

}

.bh-sl-container .loc-email a {
    color: #000;
}

#main .page-content #notifications {
    margin: 0;
}

.main-title.boutiques {
    width: calc(100% - 34px);
    margin: 40px auto 20px;
}

.main-title.boutiques h2 {



    text-transform: uppercase;
    text-align: center;
}

.store-items-container {
    width: calc(100% - 34px);
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.store-items-container .store-item {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.store-items-container .store-item .store-picture img {
    width: 100%;
    height: auto;
}

.store-items-container .store-item .store-description {
    background: rgba(208, 208, 208, .4);
    text-align: center;
    padding: 20px 28px 20px;
}

.store-items-container .store-item .card-title {


    margin-bottom: 0;


}

.store-items-container .store-item address,
.store-items-container .store-item cp_ville,
.store-items-container .store-item p {
    color: #000;
    margin-bottom: 0;


}

#module-m4e_storelocatorcustom-stores .plus-infos-collaps span,
#module-m4e_storelocatorcustom-stores .plus-infos-collaps-stores span {

    text-decoration: underline;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.plus-infos-collaps span:after,
.plus-infos-collaps-stores span:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 3px;
}

.plus-infos-collaps span.active:after,
.plus-infos-collaps-stores span.active:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    transform: rotate(226deg);
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 7px;
}

#module-m4e_storelocatorcustom-stores .collaps-conent,
#module-m4e_storelocatorcustom-stores .collaps-conent-stores {
    display: none;
}

@media screen and (max-width: 767px) {
    #module-m4e_storelocatorcustom-stores .bh-sl-container .bh-sl-loc-list {
        max-height: 772px;
        height: auto;
    }

    #cart .cart-accessories .product-miniature,
    #index .categ-products .products .product-miniature,
    #pagenotfound .cart-accessories .product-miniature,
    #product .product-accessories .products .product-miniature {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .facet-dropdown .dropdown-menu {
        max-height: 460px;
        overflow-y: scroll;
        z-index: 1000;
    }

    #module-m4e_storelocatorcustom-stores .bh-sl-loc-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }

    #module-m4e_storelocatorcustom-stores .bh-sl-loc-list::-webkit-scrollbar {
        width: 12px;
        background-color: #f5f5f5;
    }

    #module-m4e_storelocatorcustom-stores .bh-sl-loc-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #706f6f;
    }

    #index .elementor-element #block-reassurance {
        display: none;
    }

    #product .trigger-select {
        display: none;
    }

    .quickview .modal-dialog {
        width: calc(100% - 30px);
        max-width: 1065px;
    }

    .quickview .modal-dialog .images-container-mobile {
        display: none;
    }

    .quickview .modal-dialog .modal-content {
        background: #fff;
        min-height: 0;
        border: none;
        border-radius: 0;
        outline: 0;
        width: 100%;
    }

    .quickview .modal-header {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
    }

    .quickview .modal-body {
        padding: 0;
    }

    .quickview .modal-body > .row {
        display: flex;
    }

    .quickview .modal-body .product-prices {
        width: 90%;
        max-width: 250px;
    }

    .quickview .product-cover img {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        max-width: 530px;
    }

    .quickview .product-cover {
        margin-bottom: 0;
    }

    .quickview .images-container {
        display: block;
    }

    .quickview .modal-body .product-actions {
        width: 90%;
    }

    .quickview .modal-body .more-infos {


        color: #000;
        display: inline-block;
        margin-top: 8px;
        text-decoration: underline;


    }

    .quickview .modal-body .product-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 15px;
        padding: 25px;
    }

    #product #content .modal-quick-view {
        display: none;
    }

    .quickview .modal-body .swiper-button-prev {
        width: 14px;
        height: 35px;
        left: 55px;
        background: url(../img/svg/modal-slider-prev.svg) no-repeat center;
    }

    .quickview .modal-body .swiper-button-next {
        width: 14px;
        height: 35px;
        right: 55px;
        background: url(../img/svg/modal-slider-next.svg) no-repeat center;
    }

    .quickview .modal-body .swiper-button-disabled {
        height: 0;
    }

    .quickview .product-variants.main .control-label {
        display: none;
    }

    .quickview .modal-body .images-container img {
        pointer-events: none;
    }

    #module-m4e_storelocatorcustom-stores .main-title.boutiques {
        width: calc(100% - 34px);
        margin: 35px auto 25px;
        padding: 30px 0 0;
    }

    #module-m4e_storelocatorcustom-stores .main-title.boutiques h2 {


        margin-bottom: 0;
    }

    .store-items-container {
        width: 500px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .store-items-container .store-item {
        margin: 8px;
    }

    #cart .cart-accessories .swiper-button-next,
    #pagenotfound .cart-accessories .swiper-button-next,
    #product .product-accessories .swiper-button-next {
        background: 0 0;
    }

    #cart .cart-accessories .swiper-button-prev,
    #pagenotfound .cart-accessories .swiper-button-prev,
    #product .product-accessories .swiper-button-prev {
        background: 0 0;
    }
}

@media screen and (min-width: 1024px) {


    input.form-control.js-child-focus.js-visible-password {
        border-right: none !important;
    }

    #module-m4e_storelocatorcustom-stores #main .container {
        width: 90%;
        max-width: 1230px;
        margin: 0 auto;
    }

    #module-m4e_storelocatorcustom-stores .bh-sl-container .bh-sl-map {
        height: 772px;
        margin: auto;
    }

    #module-m4e_storelocatorcustom-stores .bh-sl-container .bh-sl-loc-list {
        height: 772px;
    }

    .bh-sl-container .bh-sl-loc-list .list-details:after {
        display: none;
    }

    .bh-sl-container .bh-sl-loc-list .list-details {
        padding: 18px 35px;
    }

    .bh-sl-container .bh-sl-form-container form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .bh-sl-container .bh-sl-form-container form input[type=text] {
        margin: 10px 0;
        min-width: 437px;
    }

    .bh-sl-container .bh-sl-map-container {
        margin-bottom: 0;
        display: flex;
    }
}

#js-product-list-top.products-selection {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFEFEF;
}

#js-product-list-top #search_filter_toggler {
    border: none;
    background: 0 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;


    cursor: pointer;

}

#js-product-list-top #search_filter_toggler:focus {
    outline: 0;
}

#js-product-list-top #search_filter_toggler img {
    margin-right: 10px;
}

#js-product-list-top #search_filter_toggler span {
    margin-top: 3px;
}

#js-product-list-top .sort-by-block {
    margin-right: 10px;
}

#js-product-list-top .sort-by-block .sort-by {
    margin: 0;
    color: #000;



}

#js-product-list-top .products-sort-order button {
    margin: 0;
    color: #000;



    box-shadow: none;
    background-color: transparent;
    background-image: url(../img/svg/arrow-select-sort.svg);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    padding: 0;
    padding-right: 16px;

    text-transform: uppercase;
    height: 26px;
}

#js-product-list-top .products-sort-order .dropdown-menu {
    top: 47px;
    left: 0;
    right: auto;
}

.products-sort-order .select-list:hover {
    background: rgba(198, 178, 167, .4);
    color: #000;
    text-decoration: none;
}

.size-guide {
    display: none;
}

#search #products {
    width: 100%;
    max-width: calc(100% - 34px);
    margin: 15px auto 0;
}

#index .categ-products,
#product .product-accessories {
    margin-top: 90px;
    position: relative;
}

#index .categ-products .h2,
#product .product-accessories .title-accessories {




    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
}

#index .categ-products .products,
#product .product-accessories .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#index .categ-products .products .product-miniature {
    max-width: 260px;
    margin: 3px;
}


#index .categ-products .products .product-miniature {
    max-width: 260px;
    margin: 10px 18px 20px 0;
}

#index .categ-products .products .product-miniature .highlighted-informations,
#product .product-accessories .products .product-miniature .highlighted-informations {
    display: none;
}

#index .categ-products .products .product-miniature .block-image,
#product .product-accessories .products .product-miniature .block-image {
    position: relative;
    overflow: hidden;
}

#index .categ-products .products .product-miniature .block-image .add-to-cart-home,
#product .product-accessories .products .product-miniature .block-image .add-to-cart-home {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    height: 46px;

    padding: 0 10px;
    text-align: center;
    z-index: 5;
    transform: translateY(46px);
    transition: all 250ms ease-in-out;
    background: rgba(171, 161, 154, .95);
}

.product-miniature .plist_attribute_images {
    max-width: 100%;
    margin: 10px 0 0 0;
}

#category .product-miniature .plist_attribute_images {
    max-width: 100%;
    margin: 5px 0 0 0;
}

.plist_attribute_images .color_pick {
    margin: 5px 0 0 2px;
    border: none;
}

.plist_attribute_images .color_pick:hover > span {
    outline: solid 1px #000;
    outline-offset: 1px;
}

.plist_attribute_images .color_pick > span {
    outline: solid 1px #000;
    /*    outline-offset: 1px*/;
}

.plist_attribute_images .color_pick span span {
    display: none;
}

#index .categ-products .products .product-miniature .block-image .add-to-cart-home .text,
#product .product-accessories .products .product-miniature .block-image .add-to-cart-home .text {

    color: #fff;

}

#index .categ-products .products .product-miniature:hover .add-to-cart-home,
#product .product-accessories .products .product-miniature:hover .add-to-cart-home {
    transform: translateY(0);
}


#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    margin-bottom: 0 !important;
    height: auto;
    width: 100%;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    top: -1px;
}

.product-miniature .thumbnail-container .product-thumbnail img:hover, .js-qv-product-cover.carousel-item.active:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.highlighted-informations:hover, .product-miniature .thumbnail-container .product-thumbnail img:hover .highlighted-informations, .thumbnail:hover .highlighted-informations, .ttproduct-image:hover .highlighted-informations {
    display: block;
}

.thumbnail-container .ttproduct-image .carousel-control-next, .thumbnail-container .ttproduct-image .carousel-control-prev,
#product .images-container .product-cover .carousel-control-next, #product .images-container .product-cover .carousel-control-prev {
    display: none;
}

.thumbnail-container .ttproduct-image:hover .carousel-control-next,
.thumbnail-container .ttproduct-image:hover .carousel-control-prev,
#product .carousel-product-cover:hover .carousel-control-next,
#product .carousel-product-cover:hover .carousel-control-prev {
    display: block;
}

#products .thumbnail-container .product-thumbnail img:nth-child(2),
.featured-products .thumbnail-container .product-thumbnail img:nth-child(2),
.product-accessories .thumbnail-container .product-thumbnail img:nth-child(2),
.product-miniature .thumbnail-container .product-thumbnail img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 0;
    right: auto;
    z-index: -1;
    transition: all 350ms ease-in-out;
}

#products .thumbnail-container .swiper-container .swiper-button-prev,
.featured-products .thumbnail-container .swiper-container .swiper-button-prev,
.product-accessories .thumbnail-container .swiper-container .swiper-button-prev,
.product-miniature .thumbnail-container .swiper-container .swiper-button-prev {
    width: 14px;
    height: 35px;
    background: url(../img/svg/slider-prev-miniature.svg) no-repeat center;
    background-size: contain;
}

#products .thumbnail-container .swiper-container .swiper-button-next,
.featured-products .thumbnail-container .swiper-container .swiper-button-next,
.product-accessories .thumbnail-container .swiper-container .swiper-button-next,
.product-miniature .thumbnail-container .swiper-container .swiper-button-next {
    width: 14px;
    height: 35px;
    background: url(../img/svg/slider-next-miniature.svg) no-repeat center;
    background-size: contain;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 8px;
    box-shadow: none !important;
    margin-bottom: 10px;
}

#products .default-category,
.featured-products .default-category,
.product-accessories .default-category,
.product-miniature .default-category {
    color: #000;



    text-align: left;

}

#products .color-name,
.featured-products .color-name,
.product-accessories .color-name,
.product-miniature .color-name {

    color: #000;
    text-transform: none;

}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-top: 0;
    text-align: left;
    margin-bottom: 3px;

}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #000;


    text-align: left;

    display: inline-block;
    width: 100%;

    text-transform: lowercase;
}

.product-miniature .product-title a::first-letter {
    text-transform: capitalize !important;
}

#products .product-informations-line .collection-name,
.featured-products .product-informations-line .collection-name,
.product-accessories .product-informations-line .collection-name,
.product-miniature .product-informations-line .collection-name {
    color: #000;



    text-align: left;

}

.product-informations-line .collection-name:first-letter {
    text-transform: capitalize !important;
}

.product-informations-line {
    text-align: left;
    margin-bottom: 5px;
}

#products .product-title .color-name,
.featured-products .product-title .color-name,
.product-accessories .product-title .color-name,
.product-miniature .product-title .color-name {
    color: #000;


    text-transform: uppercase;

    text-align: left;

}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: #000;
    text-align: left;
    margin-top: 0;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #000;

    text-decoration: line-through;
    position: relative;
}


.elementor-element-10wex6v .elementor-element-0lym6jo .pwfavorites i,
.products .pwfavorites i,
.pwfavorites-slider .pwfavorites i,
.responsivelayout .pwfavorites i {
    color: #000;

    text-shadow: none;
}

.elementor-element-10wex6v .elementor-element-0lym6jo .pwfavorites,
.products .pwfavorites,
.pwfavorites-slider .pwfavorites,
.responsivelayout .pwfavorites {
    display: none;
}

.elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature:hover .pwfavorites,
.products .product-miniature:hover .pwfavorites,
.pwfavorites-slider .product-miniature:hover .pwfavorites,
.responsivelayout .product-miniature:hover .pwfavorites {
    display: none;
}

#products .add-to-cart,
.featured-products .add-to-cart,
.product-accessories .add-to-cart,
.product-miniature .add-to-cart {
    width: 25px;
    height: 25px;
    border: solid 1px #000 !important;
    padding: 0;
    overflow: hidden;
    text-indent: 10000px;
    background-color: #fff !important;
    background-image: url(../img/svg/plus-add-to-cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    cursor: pointer;
}

#products .product-miniature:hover .add-to-cart,
.featured-products .product-miniature:hover .add-to-cart,
.product-accessories .product-miniature:hover .add-to-cart,
.product-miniature .product-miniature:hover .add-to-cart {
    display: block;
}

#products .add-to-cart:hover,
.featured-products .add-to-cart:hover,
.product-accessories .add-to-cart:hover,
.product-miniature .add-to-cart:hover {
    background-color: #000 !important;
    background-image: url(../img/svg/plus-add-to-cart-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    border-radius: 0;
}

#products .add-to-cart:focus,
.featured-products .add-to-cart:focus,
.product-accessories .add-to-cart:focus,
.product-miniature .add-to-cart:focus {
    outline: 0;
}

#products .product-actions,
.featured-products .product-actions,
.product-accessories .product-actions,
.product-miniature .product-actions {
    min-height: 25px;
}

.all-products {
    display: block;
    text-align: right;
    /*    margin: 12px auto*/;
}

.all-products a {
    color: #000 !important;
    border: 1px solid #000;
    padding: 10px 12px;
    text-transform: uppercase;
    display: inline-block;
}

.all-products a:hover {
    background: #000;
    color: #fff;
}

#search .all-products {
    display: none;
}

.pagination .page-list {
    padding: 0;
    display: flex;
    align-items: center;
    box-shadow: none;
    /*    justify-content: center*/;
}

.pagination .page-list li a:not(.next):not(.prev):not(.previous) {
    height: 40px;
    width: 40px;
    padding: 0;
    /* border: solid 1px #a2a2a2; */
    margin: 4px;
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pagination .page-list li.current a:not(.next):not(.prev) {
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pagination .page-list li a.prev, .pagination .page-list li a.previous {
    margin-right: 15px;
}

.pagination .page-list li a.next {
    margin-left: 15px;
}

#step2_size {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(162, 162, 162, .75);
    display: none;
    z-index: 1000;
}

#step2_size.active {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3);
}

#step2_size .empreinteMod_globalWorkshop_sizeChange_SG {
    display: flex;
    width: 100%;
    max-width: 1050px;
    background: #fff;
}

#step2_size .block-image-popup {
    width: 100%;
    max-width: 360px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#guide_taille_youtube_iframe {
    min-height: 100%;
}

#step2_size .block-content-popup {
    width: 100%;
    position: relative;
    padding: 20px 35px 14px;
}

#step2_size .block-content-popup .h3 {


    color: #000;
    text-transform: uppercase;
    text-align: center;


    margin-bottom: 23px;
}

#step2_size .block-content-popup p.desc {
    text-align: center;


    color: #000;
}

#step2_size .block-content-popup .flex-center {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

#step2_size .block-content-popup .link-video {


    color: #000;


    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}

#step2_size .block-content-popup .select_size {
    padding-right: 70px;
}

#step2_size .block-content-popup .select_size .sgSizeLine {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

#step2_size .block-content-popup .select_size .sgSizeLine .block-select {
    width: 100%;
    max-width: 230px;
    margin-left: 40px;
    background: url(../img/svg/arrow-select-filter.svg) no-repeat right 28px center;
}

#step2_size .block-content-popup .select_size .sgSizeLine .block-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    cursor: pointer;
    width: 100%;
    height: 48px;
    padding: 0 40px 0 17px;
}

#step2_size .block-content-popup .yourSize_result {
    text-align: center;
    margin-top: 30px;


}

#step2_size .block-content-popup .yourSize_result#yourBottomSize_result {
    margin-top: 0;
}

#step2_size .block-content-popup .yourSize_result > * {
    display: inline-block;
}

#step2_size .block-content-popup .yourSizeTitle {

    color: #000;


}

#step2_size .block-content-popup #resultBottomSize,
#step2_size .block-content-popup #resultMBSize,
#step2_size .block-content-popup #resultSize {

    color: #000;


    margin-right: 20px;

}

#step2_size .block-content-popup #resultBottomSize2,
#step2_size .block-content-popup #resultBraSizeError,
#step2_size .block-content-popup #resultMBSize2,
#step2_size .block-content-popup #resultSize2 {

    color: #000;



}

#step2_size .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../img/svg/close-popup.svg) no-repeat center;
}


#product .breadcrumb_container {
    align-items: center;
    padding: 0 !important;
    margin-bottom: 40px;
}

#product .container-btn .back-btn a {


    color: #fff;
    padding: 0 16px;



}

#product .container-btn .back-btn a span {
    position: relative;
}


#product .images-container.desktop {
    display: none;
}


#product .images-container .swiper-button-prev {
    display: none;
}

#product .images-container .swiper-button-next {
    display: none;
}

#product .images-container .product-cover img {
    box-shadow: none;
}

#product .images-container .swiper-pagination {
    position: relative;
    margin-top: -48px;
}

#product .images-container .swiper-pagination .swiper-pagination-bullet {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

#product .images-container .swiper-pagination .swiper-pagination-bullet-active {
    cursor: pointer;
    background-color: #f8f8f8;
}

@media (min-width: 1200px) {
    #product .block-content {
        padding: 60px 0px 40px 50px;
    }
}

#product .block-content .pwfavorites i {
    color: #000;
    text-shadow: none;

    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/svg/header-whislist.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 767px) {
    #product .block-content .pwfavorites:hover i {
        text-shadow: none;
        background: url(../img/svg/header-whislist-black.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

#product .block-content h2.product-forme {
    padding: 5px 0;
}

@media screen and (min-width: 767px) {
    .product-miniature .pwfavorites i {
        color: #000;
        text-shadow: none;

        display: block;
        width: 19px;
        height: 25px;
        background-size: contain;
        background-image: url(../img/svg/header-whislist.svg);
        background-repeat: no-repeat;
        transition: .2s;
    }

    .product-miniature .pwfavorites i:hover {
        background-size: contain;
        background-image: url(../img/svg/header-whislist-black.svg);
        background-repeat: no-repeat;
    }

    #product .block-content h2.product-forme {
        display: block;
    }

}

#product .pwfavorites.active i,
.product-miniature .pwfavorites.active i {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/svg/header-whislist-black.svg);
}

#product .block-content h1 {



    color: #000;
    margin-bottom: 0;

    text-transform: uppercase;
    width: 70%;
}

#product .collection, #product .ligneprod {



    color: #000;

}

#product .block-content .gamme-logo {
    position: relative;




    color: #727272;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 60px;
}

.quickview .gamme-logo {
    position: relative;
    margin: 0 0 0;
    padding: 0 0 25px;

}

.product-variants > .product-variants-item.variant-2 {
    margin: 5px 0;
}

.product-variants > .product-variants-item .color-name {



    color: #000;

}

.product-variants > .product-variants-item #group_2{
    margin-bottom: 40px;
}


#product .block-content .gamme-logo img,
.quickview .gamme-logo img {
    margin: 5px 0;
    max-width: 200px;
    display: block;
    object-fit: cover;
}

.quickview .gamme-logo {
    padding-right: 40px;
}

#product .block-content .gamme-logo p,
.quickview .gamme-logo p {


    color: #000;

}

#product .block-content h1 small,
.quickview h1 small {
    text-transform: capitalize;

}

.quickview h1 {
    text-transform: none;

}

.quickview h1 .ligneProd {
    text-transform: none;

}

.quickview .thumbs-container {
    display: none;
}

#product .block-content .default-category {
    display: none;


    color: #000;
    padding-right: 40px;

}

#product .block-content .product-prices,
.quickview .product-prices {
    
    position: relative;
}

#product .block-content .product-price {
    margin-bottom: 1px;
}

.product-prices div {
    margin-bottom: 0 !important;
}

#product .block-content .current-price,
.quickview .current-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    color: #000;


}

.quickview .current-price {
    align-items: flex-end;
}

#product .block-content .current-price .a-partir,
.quickview .current-price .a-partir {


    color: #000;

    margin-right: 5px;

}

#product .block-content .current-price .real-price,
.quickview .current-price .real-price {


    color: #000;
    font-size: 18px;
    position: relative;
    top: -1px;
    font-weight: 500;


}

#product .block-content .current-price .regular-price,
.quickview .current-price .regular-price {


    color: #000;
    margin-right: 10px;

    position: relative;
    text-decoration: none;

}
@media (max-width: 768px) {
    #product .block-content h1 {
        width: 56%;
    }
}
#product .block-content .current-price .regular-price:after,
.quickview .current-price .regular-price:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 8px;
    background: #acacac;
}

.has-discount .discount {
    background: #000;
    margin-left: 0;

    padding: 0 10px;

    height: 24px;


}

#product .block-content .current-price .banner-offer {
    width: 100%;
}

#product .block-content .product-information .product-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#product .block-content .product-information .product-desc p {
    margin-bottom: 0;


    color: #000;

}

#product .block-content .read_more_container a {


    color: #000;
    text-decoration: underline;

}

#product .product-variants .control-label,
.quickview .product-variants .control-label {
    display: none;
}

#product .product-variants > .product-variants-item.select-item {
    margin-bottom: 20px;
    background: url(../img/svg/chevron-right.svg);
    /* display: flex; */
    align-items: center;
    background-repeat: no-repeat;
    background-position-x: right 0px;
    background-position-y: 10px;
}

#product .existFromTo {

    position: absolute;
    right: 30px;
    padding: 2px 0 4px 0;
    font-size: 14px;
}

.quickview .product-variants > .product-variants-item.select-item {
    margin-bottom: 12px;
    /* background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px bottom 17px; */
}

.quickview .product-variants > .product-variants-item.select-item {
    margin-top: 0;
}

.quickview .product-variants {
    display: flex;
    flex-direction: column;
}

#product .product-variants > .product-variants-item select,
.quickview .product-variants > .product-variants-item select {
    width: 100%;
    box-shadow: none;

    padding: 0;
    border: none;

    color: #000;


    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    cursor: pointer;
    height: 28px;
    margin-bottom: 20px;
}

#product .product-variants > .product-variants-item select option::after {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;


    color: #b5b5b5;

    cursor: pointer;
    transition: all .4s ease-in-out;
}

#product .product-variants > .product-variants-item select:focus,
.quickview .product-variants > .product-variants-item select:focus {
    outline: 0;
}

#product .product-variants.main .control-label,
.quickview .product-variants.main .control-label {
    display: none;
}

.quickview .product-variants.main .control-label {
    display: block;
}

#product .qty .product-variants > .product-variants-item.variant-2 ul,
.quickview .qty .product-variants > .product-variants-item.variant-2 ul {
    margin-bottom: 0;
}

#product .qty .product-variants > .product-variants-item.variant-2,
.quickview .qty .product-variants > .product-variants-item.variant-2 {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.size-guide-product {
    color: #000;




    text-decoration: none;
}

.size-guide-product img {
    margin-right: 10px;
}

.size-guide-product:focus,
.size-guide-product:hover {
    text-decoration: underline;
    color: #000;
}

.sizeficheproduct {
    background: #fff;
    text-align: left;
    margin-bottom: 60px;
}

.product-variants-item.variant-19 {
    margin-bottom: 20px !important;
}

.size-guide:focus {
    color: #000;
}

/* img.js-qv-product-cover.img-fluid.slick-slide.slick-current.slick-active:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
} */

#product .product-actions .product-discounts,
.quickview .product-actions .product-discounts {
    display: none;
}

#product .product-actions .control-label {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    color: #000;
    margin-right: 7px;

}

.product-variants.secondary {
    margin-bottom: 15px;
}

#product .product-actions .product-variants.secondary .control-label {
    margin-right: 16px;
}

#product .product-quantity .block-select,
.quickview .product-quantity .block-select {
    margin-bottom: 15px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px top 12px;
}

.quickview .modal-header {
    padding: 0;
}

.quickview .product-quantity .control-label {
    margin-bottom: 0;
    display: inline-block;
    color: #000;
    margin-right: 7px;


}

.quickview .modal-header .close {
    opacity: 1;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../img/svg/close-popup.svg) no-repeat center;
}

.quickview .modal-header .close:focus {
    outline: 0;
}

#product .product-quantity #quantity_wanted,
.quickview .product-quantity #quantity_wanted {
    -webkit-appearance: none;
    border-radius: 0;
    width: 64px;
    box-shadow: none;
    height: 40px;

    padding: 0 10px;
    border: solid 1px #b4b4b4;

    color: #000;

    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    cursor: pointer;
}

.quickview .product-quantity #quantity_wanted {
    width: 75px;
}

#product .product-variants > .product-variants-item ul li{
    height: 22px;
}

#product .product-variants > .product-variants-item .color,
.quickview .product-variants > .product-variants-item .color {
    margin: 0;
    width: 20px;
    height: 20px;
    box-shadow: none;
    border: none;
    border-radius: 50%;
}

#product .product-variants > .product-variants-item ul li input.active + .color,
#product .product-variants > .product-variants-item ul li input[checked=checked] + .color,
#product .product-variants > .product-variants-item ul li:hover .color,
.quickview .product-variants > .product-variants-item ul li input.active + .color,
.quickview .product-variants > .product-variants-item ul li input[checked=checked] + .color,
.quickview .product-variants > .product-variants-item ul li:hover .color {
    outline: solid 1px #000;
    outline-offset: 0.120rem;
}

#product .product-variants > .product-variants-item label,
.quickview .product-variants > .product-variants-item label {
    margin-bottom: 0;
}

#product .product-variants > .product-variants-item ul li,
.quickview .product-variants > .product-variants-item ul li {
    margin-left: 3px;
    margin-right: 15px;
}

#product .block-content .product-actions .add-to-cart,
.quickview .product-actions .add-to-cart {

    color: #fff;
    background: #000;
    width: 100%;
    box-shadow: none;
    height: 44px;

    text-align: center;
    padding: 0 10px;

    transition: all .2s ease-in-out;

}

.quickview .product-actions .add-to-cart {

    color: #fff;
    background: #000;
    width: 100%;
    box-shadow: none;
    height: 40px;
    text-align: center;
    padding: 0 15px;


}

#product .block-content .product-actions .add-to-cart:disabled,
.quickview .product-actions .add-to-cart:disabled {
    background: #a2a2a2;
}

#product .block-content .product-actions .add-to-cart:hover,
.quickview .product-actions .add-to-cart:hover {
    background: #000;
}

#product .block-content .product-actions .add-to-cart:focus,
.quickview .product-actions .add-to-cart:focus {
    outline: 0;
}

.product-minimal-quantity {
    display: none;
}

#product .tabs {
    box-shadow: none;
    margin-top: 10px;
    padding: 0;
}

#product .tabs .content-accordeon {
    display: none;
    padding: 17px;
}

#product #accordion .product_accordion-header--text a {
    display: block;



    color: #000;

    padding: 20px 0;
    cursor: pointer;
    background: url(../img/svg/vector.svg) no-repeat right 15px top 28px;
}

#product #accordion .product_accordion-header--text a:focus {
    text-decoration: none;
}

#product #accordion .product_accordion {
    margin-bottom: 0;
    border-top: solid 1px #000000;
}
#product #accordion .product_accordion:first-of-type {
    border-top: none;
}

#product #accordion .product_accordion-header--text {
    margin-bottom: 0;
}

#product #accordion .product_accordion:last-of-type {
    border-bottom: solid 1px #000000;
}

#product #accordion .product_accordion-header--text a:not(.collapsed) {
    background: url(../img/svg/vector-active.svg) no-repeat right 15px top 28px;
}

#product .tab-content > .tab-pane:first-of-type {
    border-top: solid 1px #b4b4b4;
}

#product .tab-content > .tab-pane .product-features {
    margin-top: 0;
    margin-left: 0;
}

#product .product_accordion-block {
    padding: 0 0 20px;

}

#product .product_accordion-block img {
    max-width: 100%;
}

#product .product_accordion-block .img-certifications {
    text-align: center;
    display: block;
    max-width: 200px;
}

#product .product_accordion-block p {
    color: #000;




}

#product .product_accordion-block p span {


    color: #000 !important;

}

#product .product_accordion-block a {
    color: #000;
    text-decoration: underline;
}

#product-modal .modal-content .modal-body figcaption {
    display: none;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 15px;
}

#product-modal .modal-content .modal-body .product-images li {
    display: flex;
}

#product-modal .modal-content .modal-body .product-images img:hover,
.product-images > li.thumb-container > .thumb.selected, .thumbs-container .active .thumb,
.product-images > li.thumb-container > .thumb:hover {
    border: 2px solid #727272;
    opacity: 1 !important;
}

#cart .lineven-relatedproducts,
#pagenotfound .lineven-relatedproducts {
    /*    margin: -50px auto 0*/;
}

#cart .lineven-relatedproducts .header-hr,
#pagenotfound .lineven-relatedproducts .header-hr,
#product .lineven-relatedproducts .header-hr {
    display: none;
}

#cart .lineven-relatedproducts .products,
#pagenotfound .lineven-relatedproducts .products,
#product .lineven-relatedproducts .products {
    justify-content: space-between;
}

section#lineven-relatedproducts {
    margin-top: 80px;
}

#cart .lineven-relatedproducts .header-title,
#pagenotfound .lineven-relatedproducts .header-title,
#product .lineven-relatedproducts .header-title {


    padding-bottom: 10px;
    justify-content: center;

    text-align: left;

    color: #000;
    text-transform: inherit;
    padding-bottom: 30px;
}
#cart .lineven-relatedproducts .header-title{
    text-align: center;
}
.page-customer-account #content {
    box-shadow: none;
}


.page-customer-account .form-footer {
    display: flex;
    justify-content: center;
}

.page-customer-account .form-footer .btn-primary {
    float: none;
    height: 38px;

    padding: 0 25px;
    border: solid 1px #000;

    color: #000;
    margin-top: 10px;
    display: inline-block;

    background: #fff;
    box-shadow: none;
    transition: all .2s ease-in-out;
    max-width: 510px;
    width: 100%;

}

.page-customer-account .form-footer .btn-primary:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.page-customer-account .form-footer .btn-primary:focus {
    outline: 0;
}

#blockcart-modal .modal-dialog {
    max-width: initial;
    top: 10%;
    left: 2%;
}

#blockcart-modal .modal-header {
    padding: 0;
    height: 33px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: none;
    padding-right: 12px;
}

#blockcart-modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 22px 10px;
}

#blockcart-modal .modal-body .cart-confirm {
    margin: 15px 0;


    text-align: center;
}

#blockcart-modal .modal-body .cart-content-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 240px;
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal {
    width: auto;
    margin: 5px 0;
    text-align: center;
    height: 40px;

    padding: 0 10px;

    box-shadow: none;
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal.proceed-checkout {
    color: #000;
    border: solid 1px #000;
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    align-content: center;
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal.proceed-checkout:hover {
    color: #fff;
    background: #000;
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal.continue-shopping,
#evorepair-error-modal .modal-body .cart-content-btn .btn-modal.continue-shopping {

    color: #fff;
    border: solid 1px #000;
    background: #000;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal.continue-shopping:focus,
#evorepair-error-modal .modal-body .cart-content-btn .btn-modal.continue-shopping:focus {
    outline: 0;
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal.continue-shopping:hover,
#evorepair-error-modal .modal-body .cart-content-btn .btn-modal.continue-shopping:hover {
    background: #fff;
    color: #000;
    border: solid 1px #000;
}

/* Product size selection modal (slide from right) */
.product-size-modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0.3s ease;
}
.product-size-modal.is-open {
    pointer-events: auto;
    visibility: visible;
}
.product-size-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-size-modal.is-open .product-size-modal-backdrop {
    opacity: 1;
}
.product-size-modal-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100vw;
    height: 100%;
    background: #fff;
    color: #000;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 99999;
}
.product-size-modal.is-open .product-size-modal-panel {
    transform: translateX(0);
}
.product-size-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 20px 16px;
    flex-shrink: 0;
}
.product-size-modal-title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.quickview-right-modal-body .product-size-modal-title {
    font-weight: 400;
}
.product-size-modal-close {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #000;
    font-size: 38px;
    cursor: pointer;
    padding: 15px;
    line-height: 1;
    background: url(../img/svg/cross.svg) no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
}
li.product-size-modal-alert-link-container {
    background-color: #f1f1f1;
}
.product-size-modal-close:hover {
    color: #333;
}

/* Quickview right modal (slide from right, like product-size-modal) */
.quickview-right-modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0.3s ease;
}
.quickview-right-modal.is-open {
    pointer-events: auto;
    visibility: visible;
}
.quickview-right-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.quickview-right-modal.is-open .quickview-right-modal-backdrop {
    opacity: 1;
}
.quickview-right-modal-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100vw;
    height: 100%;
    background: #fff;
    color: #000;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 99999;
}
.quickview-right-modal.is-open .quickview-right-modal-panel {
    transform: translateX(0);
}
.quickview-right-modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}
.quickview-right-modal-close {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    background: url(../img/svg/cross.svg) no-repeat;
    background-size: contain;
}
.quickview-right-modal-close:hover {
    opacity: 0.8;
}
.quickview-right-modal-body {
    padding: 0px 10px 60px;
    flex: 1;
    overflow-y: auto;
}
.quickview-right-modal-body .row {
    display: flex;
    flex-wrap: wrap;
}

.quickview-right-modal-body .product-content {
    width: 100%;
}
.quickview-right-modal-body .images-container{

    min-height: fit-content;
}
@media (min-width: 768px) {
    .quickview-right-modal-panel {
        width: 500px;
    }
    .quickview-right-modal-body .col-md-6 {
        width: 50%;
    }
}

.product-size-modal-body {
    padding: 16px 0px 24px;
    flex: 1;
    color: #000;
}
.product-size-modal-guide {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 30px;
}
.product-size-modal-guide:hover {
    color: #333;
}
.product-size-modal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-size-modal-list li {
    padding: 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
}
.product-size-modal-list li:has(.product-size-modal-size.is-out-of-stock) {
    cursor: default;
}
.product-size-modal-list li:last-child {
    border-bottom: none;
}
.product-size-modal-size {
    cursor: pointer;
    font-size: 15px;
    color: #000;
    line-height: 56px;
}
.product-size-modal-size:hover {
    color: #333;
}
.product-size-modal-size.is-out-of-stock {
    cursor: default;
    color: #666;
}
.product-size-modal-alert-link {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    background: url(../img/svg/bell.svg) no-repeat;
    background-position: left center;
    background-size: 12px;
    padding-left: 16px;
}
.quickview-pa-alert-link {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    background: url(../img/svg/bell.svg) no-repeat;
    background-position: left center;
    background-size: 12px;
    padding-left: 16px;
}
button.btn.btn-primary.PA_save_alert.product-size-modal-alert-form-email-button {
    position: absolute;
    right: 0px;
    top: 0px;
    color: transparent;
    padding: 0px;
    height: 40px;
    width: 40px;
    background: url(../img/svg/send.svg) no-repeat center;
    background-color: black;
}
input.paemail_button.product-size-modal-alert-form-email {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 0px;
}
.product-size-modal-alert-form-message {
    margin-bottom: 20px;
    border: 1px solid #9ED5DF;
    display: none;
    background: url(../img/svg/info.svg) no-repeat white;
    background-position-x: 10px;
    background-position-y: center;
    padding: 6px 30px;
    line-height: 18px;
}
.PA_input.pb-1 {
    position: relative;
}
form.product-size-modal-alert-form.PA_form p.PA_desc {
    text-align: left;
}
.product-size-modal-alert-link:hover {
    color: #000;
}
.quickview-pa-alert-link:hover {
    color: #000;
}
.product-size-modal-alert-block {
    width: 100%;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.product-size-modal-alert-block .PA_desc,
.product-size-modal-alert-block p {
    font-size: 12px;
    color: #333;
    margin: 0 0 8px;
}
.product-size-modal-alert-block input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #000;
    font-size: 14px;
}
.product-size-modal-alert-block input[type="email"]::placeholder {
    color: #999;
}

.product-size-modal-alert-form {
    width: 100%;
}
#product .product-size-modal-trigger-container {
    display: none;
}
.product-variants.main {
    position: relative;
}
body.right-modal-opened div#step2_size {
    right: auto;
    bottom: auto;
    height: 100%;
}
body.right-modal-opened #step2_size .empreinteMod_globalWorkshop_sizeChange_SG {
    max-width: 100%;
    max-height: 100%;
    overflow: scroll;
}
body.right-modal-opened #step2_size .block-content-popup{
    height: 100%;
}
body.right-modal-opened #step2_size .close-popup {
    background: url(../img/svg/arrow_right.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 20px;
    top: 13px;
}
body:not(.right-modal-opened) #step2_size {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    #product .product-variants .product-variants-item.variant-25 select#group_25 {
        display: none !important;
    }
    #product .product-size-modal-trigger-container {
        display: block !important;
        position: relative;
        width: 100%;
    }
    #product .product-size-modal-trigger-container .product-size-modal-trigger {
       display: block;
        width: 100%;
        padding: 10px 0px 20px 0px;
        background-repeat: no-repeat;
        background-position-x: right 0px;
        background-position-y: 10px;
    }
    #product .existFromTo {
        bottom: 19px;
    }
}

#cms .page-content.page-cms {
    padding: 0;
}

#cms a {
    color: #000;
}

#cms .page-content.page-cms .primary-title {


    color: #000;
    text-align: center;
    text-transform: uppercase;

}

#cms .page-content.page-cms h2 {


    color: #000;
    text-transform: uppercase;

    margin-bottom: 10px;

}

#cms .page-content.page-cms h3 {


    color: #000;

    margin-bottom: 10px;
    margin-top: 15px;

}

#cms .page-content.page-cms h4 {


    color: #000;

    margin-bottom: 10px;
    margin-top: 15px;

}

#cms .page-content.page-cms h5 {


    color: #000;

    margin-bottom: 10px;
    margin-top: 15px;

}

#cms .page-content.page-cms p {


    color: #000;
}

#cms .page-content.page-cms a.button {
    height: 30px;

    padding: 0 17px;
    border: solid 1px #000;

    color: #000;
    display: inline-block;
    text-decoration: none;
}

#cms .page-content.page-cms a.button:hover {
    background: #000;
    color: #fff;
}

#cms.cms-id-21 #_desktop_top_menu,
#cms.cms-id-24 #_desktop_top_menu {
    border-bottom: none !important;
}

#cms.cms-id-21 .main-title,
#cms.cms-id-24 .main-title {
    display: none;
}

#cms.cms-id-21 .sub-title {


    color: #000;
    margin-bottom: 10px;

}

#cms.cms-id-21 #content-wrapper,
#cms.cms-id-24 #content-wrapper {
    margin-top: -25px;
}

#cms .page-content.page-cms .elementor-element-3g95uyq,
#cms .page-content.page-cms .elementor-element-6wll1c4,
#cms .page-content.page-cms .elementor-element-aeemfbe,
#cms .page-content.page-cms .elementor-element-ashw6g5,
#cms .page-content.page-cms .elementor-element-ym4uy41 {
    width: calc(100% - 34px) !important;
    margin: 0 auto;
}

#cms .page-content.page-cms .elementor-element-elg55a8,
#cms .page-content.page-cms .elementor-element-foko5fg {
    width: calc(100% - 34px);
    margin: 0 auto;
}

#cms .page-content.page-cms .elementor-element-31bzvfs,
#cms .page-content.page-cms .elementor-element-70wkh04,
#cms .page-content.page-cms .elementor-element-my96ked,
#cms .page-content.page-cms .elementor-element-nwjxi5f,
#cms .page-content.page-cms .elementor-element-rpf75d1,
#cms .page-content.page-cms .elementor-element-v2cbu2d {
    margin-bottom: 10px;
}

#cms.cms-id-21 .elementor-element-aeemfbe p,
#cms.cms-id-21 .elementor-element-d19filu p,
#cms.cms-id-21 .elementor-element-hks79dj p,
#cms.cms-id-21 .elementor-element-is3jfud p,
#cms.cms-id-21 .elementor-element-js30fa9 p,
#cms.cms-id-21 .elementor-element-xcfk0yr p {


    padding-left: 17px;
    margin-bottom: 30px;
}

#cms.cms-id-21 .elementor-element-u67bx5w {
    margin-bottom: 50px;
}

#cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row {
    flex-direction: column-reverse;
}

#cms.cms-id-21 .elementor-element-d2sme5m,
#cms.cms-id-24 .elementor-element-0ld9gra {
    padding-top: 100px;
    position: relative;
    margin-bottom: 15px;
}

#cms.cms-id-24 .elementor-element-0ld9gra:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 83px;
    background: url(../img/interface/bg-title-maison-empreinte.jpg) no-repeat center;
    background-size: cover;
}

#cms.cms-id-21 .elementor-element-d2sme5m:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 83px;
    background: url(../img/interface/bg-title-lookbook.jpg) no-repeat center;
    background-size: cover;
}

#cms.cms-id-21 .elementor-section.elementor-section-boxed > .elementor-container,
#cms.cms-id-24 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

#cms .page-content.page-cms .elementor-element-6wll1c4 {
    margin-bottom: 15px;
}

#cms .page-content.page-cms .elementor-element-8glca3p > .elementor-container > .elementor-row {
    display: flex;
    flex-direction: column-reverse;
}

#cms .page-content.page-cms .elementor-element-qn07uq1 {
    width: calc(100% - 34px);
    max-width: 1280px;
    margin: -40px auto 15px;
}

#cms .page-content.page-cms .elementor-element-pww6c0h,
#cms .page-content.page-cms .elementor-element-qv3svtl {
    width: calc(100% - 34px);
    max-width: 1280px;
    margin: 0 auto 15px;
}

#cms .page-content.page-cms .elementor-element-266utts > .elementor-container > .elementor-row {
    display: flex;
    flex-direction: column-reverse;
}

#cms .page-content.page-cms .elementor-element-b9k2flx .elementor-container {
    width: calc(100% - 34px);
    max-width: 1280px;
    margin: 30px auto 50px;
}

#cms .page-content.page-cms .elementor-element-o7ckdmc {
    padding: 40px 17px 60px;
    background: url(../img/interface/bg-video-maison-empreinte.jpg) no-repeat center;
    background-size: cover;
}

#layerslider_1 .ls-wrapper .caption-slider .subtitle,
#layerslider_7 .ls-wrapper .caption-slider .subtitle,
#layerslider_8 .ls-wrapper .caption-slider .subtitle,
#layerslider_9 .ls-wrapper .caption-slider .subtitle {
    color: #fff;


}

#layerslider_1 .ls-wrapper .caption-slider .title,
#layerslider_7 .ls-wrapper .caption-slider .title,
#layerslider_8 .ls-wrapper .caption-slider .title,
#layerslider_9 .ls-wrapper .caption-slider .title {
    color: #fff;
    text-transform: uppercase;



}

#layerslider_1 .ls-wrapper .caption-slider .button,
#layerslider_7 .ls-wrapper .caption-slider .button,
#layerslider_8 .ls-wrapper .caption-slider .button,
#layerslider_9 .ls-wrapper .caption-slider .button {
    margin-top: 30px;
}

#layerslider_1 .ls-wrapper .caption-slider .button a,
#layerslider_7 .ls-wrapper .caption-slider .button a,
#layerslider_8 .ls-wrapper .caption-slider .button a,
#layerslider_9 .ls-wrapper .caption-slider .button a {
    height: 40px;

    padding: 0 22px;
    border: solid 1px #fff;

    color: #fff;
    display: inline-block;
}

#layerslider_1 .ls-wrapper .caption-slider .button a:hover,
#layerslider_7 .ls-wrapper .caption-slider .button a:hover,
#layerslider_8 .ls-wrapper .caption-slider .button a:hover,
#layerslider_9 .ls-wrapper .caption-slider .button a:hover {
    background: #fff;
    color: #4a2721;
}

#layerslider_1 .ls-bottom-slidebuttons,
#layerslider_7 .ls-bottom-slidebuttons,
#layerslider_8 .ls-bottom-slidebuttons,
#layerslider_9 .ls-bottom-slidebuttons {
    width: 95%;
    max-width: 1180px;
    margin-bottom: 20px;
}

#layerslider_1 .ls-bottom-slidebuttons a,
#layerslider_7 .ls-bottom-slidebuttons a,
#layerslider_8 .ls-bottom-slidebuttons a,
#layerslider_9 .ls-bottom-slidebuttons a {
    width: 20px !important;
    height: 5px;
    border-radius: 0;
    padding: 0;
    border: solid 1px #fff !important;
}

#layerslider_1 .ls-bottom-slidebuttons a.ls-nav-active,
#layerslider_7 .ls-bottom-slidebuttons a.ls-nav-active,
#layerslider_8 .ls-bottom-slidebuttons a.ls-nav-active,
#layerslider_9 .ls-bottom-slidebuttons a.ls-nav-active {
    background: #fff;
}

#index .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

#index .columns-three-home {
    width: calc(100% - 14px) !important;
    margin: 1px auto 0;
    max-width: 1470px;
}

#index .columns-three-home > .elementor-container > .elementor-row {
    display: flex;
    flex-direction: column;
}

#index .columns-three-home .elementor-widget.elementor-widget-image {
    margin-bottom: 8px;
}

#index .columns-two-home {
    width: calc(100% - 14px) !important;
    margin: 0 auto;
    max-width: 1470px;
}

#index .columns-two-home > .elementor-container > .elementor-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#index .columns-two-home .elementor-widget.elementor-widget-image {
    margin-bottom: 8px;
}

#index .columns-two-home .elementor-widget-text-editor {
    width: calc(100% - 50px);
    margin: 18px auto 0;
    padding: 7px 15px 15px;
}

#index .columns-two-home .elementor-widget-text-editor h2 {


    text-transform: uppercase;

    color: #707070;

}

#index .columns-two-home .elementor-widget-text-editor p {


    color: #707070;
}

#index .columns-two-home .read_more_container {
    position: absolute;
    text-align: center;
    bottom: 15px;
    left: 0;
    right: 0;
}

#index .columns-two-home .read_more_container a {


    color: #707070;
    text-decoration: underline;
}

#index .points-forts > .elementor-container > .elementor-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#index .points-forts .elementor-image-box-title {
    /*    */;

    color: #000;

    margin-bottom: 2px;

}

#index .points-forts .elementor-image-box-description {


    color: #000;


}

#index .black-btn-category-home {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-bottom: 0;
}

#index .black-btn-category-home a {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border: solid 1px #fff;

    height: 20px;

    padding: 0 14px;
    text-transform: uppercase;

    border-radius: 0;

}

#index .black-btn-category-home a:hover {
    background: #fff;
    color: #000;
}


.elementor-element-10wex6v {
    margin-top: 60px;
    margin-bottom: 85px;
}

.elementor-element-10wex6v .elementor-element-xnpslwd {
    width: 100%;
    max-width: 816px;
    height: 550px;
    margin-right: 16px;
}

.elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container {
    padding-left: 100px;
}

.elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container p {


    color: #fff;

    margin-bottom: 0;

}

.elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container {
    padding-top: 25px;
    padding-left: 150px;
}

.elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container h3 {


    color: #fff;

    text-transform: uppercase;

}

.elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container p a {
    height: 40px;

    padding: 0 22px;
    border: solid 1px #fff;

    color: #fff;
    display: inline-block;

}

.elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container p a:hover {
    background: #fff;
    color: #4a2721;
}

.elementor-element-10wex6v .elementor-element-0lym6jo {
    width: 100%;
    max-width: 280px;
    height: 550px;
}

.elementor-element-10wex6v .elementor-product-miniature {
    padding: 0 !important;
}

.elementor-element-10wex6v .elementor-product-miniature .elementor-content {
    padding: 18px 26px 5px;
    text-align: left;
}

.elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-category {


    color: #000;

}

.elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-title {


    color: #000;
    margin-top: 0;

    text-transform: uppercase;

}

.elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-price-wrapper {
    margin-top: 0;
}

.elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-price {


    color: #000;


}

.elementor-element-10wex6v .elementor-product-miniature .elementor-atc {
    margin-top: 0;
    padding: 0 26px;
}

.elementor-element-10wex6v .elementor-product-miniature .elementor-atc .elementor-button {
    width: 25px;
    height: 25px;
    border: solid 1px #000 !important;
    padding: 0;
    overflow: hidden;
    text-indent: 10000px;
    background-color: #fff !important;
    background-image: url(../img/svg/plus-add-to-cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    display: none;
}

.elementor-element-10wex6v .elementor-product-miniature:hover .elementor-atc .elementor-button {
    display: block;
}

.elementor-element-10wex6v .elementor-product-miniature .elementor-atc .elementor-button:hover {
    background-color: #000 !important;
    background-image: url(../img/svg/plus-add-to-cart-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

.elementor-element-ten0k1n .elementor-row {
    justify-content: center;
}

.elementor-element-ten0k1n .elementor-widget-heading .elementor-heading-title {
    display: flex;
    justify-content: center;
}

.elementor-1020101 .elementor-element.elementor-element-csju74y {
    margin-bottom: 0;
}

.elementor-element-ten0k1n .elementor-widget-heading .elementor-heading-title span {


    max-width: 240px;
    text-transform: uppercase;
    color: #000;


}

.elementor-element-ten0k1n .elementor-element-ezzfoud p {


    color: #000;


}

.elementor-element-ten0k1n .elementor-element-ezzfoud p strong {


    color: #000;

    margin-top: 5px;

}

.elementor-element-ten0k1n .elementor-element-ezzfoud p a {
    height: 40px;

    padding: 0 22px;
    border: solid 1px #000;

    color: #000;
    display: inline-block;

}

.elementor-element-ten0k1n .elementor-element-ezzfoud p a:hover {
    background: #000;
    color: #fff;
}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr {
    width: 100%;
}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container {
    padding-left: 67px;
}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p {


    color: #fff;

    margin-bottom: 0;

}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container h3 {


    color: #fff;

    text-transform: uppercase;

}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p a {
    height: 40px;

    padding: 0 22px;
    border: solid 1px #fff;

    color: #fff;
    margin-top: 10px;
    display: inline-block;

}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p a:hover {
    background: #fff;
    color: #4a2721;
}

.elementor-element-ooka1gd .elementor-element-8drsfy0 p,
.elementor-element-ooka1gd .elementor-element-8zvditu p {


    color: #000;
    margin-bottom: 0;

}

.elementor-element-ooka1gd .elementor-element-8drsfy0 p:last-of-type,
.elementor-element-ooka1gd .elementor-element-8zvditu p:last-of-type {


    color: #000;


}


#index .elementor-section.elementor-element-bptkrn7 .elementor-row {
    align-items: center;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-container {
    width: 90%;
    max-width: 1220px;
    margin: 0 auto;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-element-djbwrhg {
    padding-left: 50px;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap h4:first-of-type {


    color: #fff;
    text-transform: uppercase;

}

#index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap h4:last-of-type {

    color: #fff;
    text-transform: uppercase;


}

#index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap p {


    color: #fff;
    margin-bottom: 25px;

}

#index .elementor-1020101 .elementor-element.elementor-element-ov3047m {
    text-align: left;
    margin-top: -5px;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon {
    width: 34px;
    height: 34px;
    margin-right: 23px;
    display: inline-block;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon i {
    display: none;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon-pinterest {
    background: url(../img/svg/pinterest-white.svg) no-repeat center;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon-facebook {
    width: 20px;
    background: url(../img/svg/facebook-white.svg) no-repeat center;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon-instagram {
    background: url(../img/svg/instagram-white.svg) no-repeat center;
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon-youtube {
    background: url(../img/svg/youtube-white.svg) no-repeat center;
}

.fancybox-overlay {
    overflow: auto !important;
    padding: 50px 15px;
}

.fancybox-wrap:not(.jeu-concours-popup) {
    width: 100% !important;
    max-width: 276px;
}

.fancybox-wrap .fancybox-skin {
    border-radius: 0;
    width: 100% !important;
    height: auto !important;
    box-shadow: none;
}

.fancybox-wrap:not(.jeu-concours-popup) .fancybox-skin .fancybox-inner {
    width: 100% !important;
    height: auto !important;
}

.fancybox-wrap .fancybox-skin table {
    width: 100% !important;
    position: relative;
    height: auto !important;
}

.fancybox-wrap .fancybox-skin table tr {
    display: flex;
    flex-direction: column;
}

.fancybox-wrap .fancybox-close {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
    background: url(../img/svg/close-popup.svg) no-repeat center #fff;
}

.fancybox-wrap .fancybox-skin table tr td {
    width: 100%;
    padding: 0;
    border-spacing: 0 !important;
    overflow: hidden;
}

.fancybox-wrap .fancybox-skin table tr td:nth-child(2) {
    padding: 10px 10px 50px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .fancybox-wrap .fancybox-skin table tr td:nth-child(2) {
        text-align: center;
        max-width: 276px;
        margin: 5px auto;
    }

    .fancybox-wrap .fancybox-close {
        background: url(../img/svg/close-popup.svg) no-repeat center transparent;
    }

    .fancybox-wrap .fancybox-skin table tr td img {
        margin-top: 50px;
    }

    #index .categ-products .products {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.fancybox-wrap .fancybox-skin table tr h1,
.fancybox-wrap .fancybox-skin table tr h2,
.fancybox-wrap .fancybox-skin table tr h3 {

    color: #000;
    text-transform: uppercase;


}

.fancybox-wrap .fancybox-skin table a {
    height: 40px;

    padding: 0 25px;
    color: #fff;
    background: #000;
    display: inline-block;
    border: solid 1px #000;
    text-transform: uppercase;


}

.fancybox-wrap .fancybox-skin table a:hover {
    color: #000;
    background: #fff;
}

.fancybox-wrap .fancybox-skin table tr p {


    color: #000;
    margin-bottom: 10px;

}

.fancybox-wrap .fancybox-skin .dont-show-again {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.fancybox-wrap .fancybox-skin .dont-show-again a {


    color: #000;
    text-decoration: underline;
}

.block_newsletter .block-newsletter-label {
    /*    width: 100%;
        max-width: 380px;
        margin-right: 20px*/;
}

.block_newsletter .block-newsletter-label h3 {


    color: #000;


    text-transform: uppercase;
    margin-bottom: 0;
}

.block_newsletter .block-newsletter-label p {


    color: #000;


    max-width: 235px;
    padding-top: 5px;
    margin-bottom: 8px;
}

.block_newsletter .block-newsletter-label .info {


    color: #000;


}

.block_newsletter .block-newsletter-label .info a {


    color: #000;


    text-decoration: underline;
}

.block_newsletter .bl-signup-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.block_newsletter .bl-signup-container .bl-block-content-item.bl-block-content-item-signupfieldpage {
    margin-bottom: 0;
    width: calc(100% - 60px);
}

.block_newsletter .bl-signup-container .bl-padding-columns.bl-content-wrapper-columns {
    width: 100%;
    max-width: 60px;
}

.block_newsletter form input[type=email],
.block_newsletter form input[type=text] {
    height: 40px;

    border: none;
    padding: 0 20px;

    color: #000;

    border: 1px solid #000000;
    min-width: 300px;
}

.block_newsletter form input[type=email] {
    border-right: none;
}

.fa-paper-plane:before {
    content: "\f1d8";

    color: #fff;
    position: absolute;
    z-index: 100;
    top: 27%;
    left: 93%;
    pointer-events: none;
}

.block_newsletter form input[type=email]:focus,
.block_newsletter form input[type=text]:focus {
    outline: 0;
    border: 1px solid #000000;
}

.block_newsletter form input::placeholder {
    color: #000;
    opacity: 1;
}

body#checkout .form-group input::placeholder {



    color: #ACACAC;
}

body#checkout .block-free-shipping-infos {
    display: none;
}

.block_newsletter form .bl-block-button-content-wrapper {
    height: 40px;

    border: none;
    text-align: center;
    padding: 0;
    width: 60px;
    background: #fff;
    color: #000;

    text-transform: uppercase;

    transition: all .2s ease-in-out;

}

.block_newsletter form .bl-block-button-content-wrapper:hover {
    background: #000;
    color: #fff;
}

.block_newsletter form p.block_newsletter_alert {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -50px;
    padding: 5px 15px;
}

#block-reassurance {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    border-top: solid 1px rgba(180, 180, 180, .26);
    display: flex;
    justify-content: center;
    box-shadow: none !important;
}

#block-reassurance ul {
    width: 90%;
    max-width: 820px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#block-reassurance ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#block-reassurance ul li .picto {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

#block-reassurance ul li .uppercase {
    max-width: 127px;


    color: #000;
}

#block-reassurance ul li p {
    max-width: 127px;


    color: #000;
}

#block-reassurance img {
    width: auto;
    height: 38px;
    margin-right: 0;
}

#block-reassurance ul li.block_1 .picto {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-reassurance ul li.block_2 .picto {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-reassurance ul li.block_3 .picto {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-reassurance .content img {
    height: auto;
}

#block-reassurance ul li .content {
    display: flex;
    flex-direction: column;
}

#block-reassurance .block-reassurance-item.block_3 .descritpion img {
    display: none;
}

#cart #block-reassurance .block-reassurance-item.block_3 .descritpion img,
#checkout #block-reassurance .block-reassurance-item.block_3 .descritpion img {
    display: inline-block;
}

#block-reassurance.block-reassurance-lang-en ul li .content > * {
    max-width: none;
}

#contact #content {
    padding: 0;
}

#contact .contact-form {
    width: calc(100% - 34px);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

#contact .contact-form label {

    color: #000;
}

#contact .contact-form .form-control {
    background: #fff;
    color: #000;
    border: 1px solid #a2a2a2;
    height: 35px;

    padding: 0 20px;
}

#contact .contact-form textarea.form-control {
    padding: .5rem 1rem;
    height: auto;

    padding: 15px 20px;
}

#contact .contact-form .btn-primary {
    display: inline-block;

    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;

    text-align: center;
    padding: 0 50px;

    text-transform: uppercase;
    transition: all .2s ease-in-out;

    border: solid 1px #000;
}

#contact .contact-form .block-select {
    background: url(../img/svg/arrow-select-filter.svg) no-repeat right 11px top 10px;
    margin-bottom: 50px;
}

#contact .contact-form .block-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    cursor: pointer;
}

#contact .contact-form form {
    margin-bottom: 40px;
    width: 100%;
}

#contact .contact-form form .alert {
    float: none;
}

#contact .contact-form .btn-primary:hover {
    background: #fff;
    color: #000;
}

#contact .contact-form .form-group {
    margin-bottom: 10px;
}

#contact .contact-form .infos-contact-form {
    background: #d0d0d0;
    padding: 30px;
    width: 100%;
    max-width: 800px;
}

#contact .contact-form .infos-contact-form a {
    color: #000;
}

#contact .contact-form .infos-contact-form p {


    color: #000;

}


#custom-text .read_more_container a {

    text-decoration: underline;
}

#custom-text h2,
#custom-text h1 {
    max-width: 90%;


    text-transform: uppercase;
    color: #000;

    margin-bottom: 10px;
}

#custom-text p {
    width: 90%;
    max-width: 815px;


    color: #000;
}

#my-account #main .page-content {
    margin-bottom: 0;
}

#my-account .main-title h1 {
    margin-bottom: 0;
}

#my-account .main-title a {

    color: #000;
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: 5px;

}

#my-account .container-account-page {
    width: calc(100% - 34px);
    margin: 0 auto;
}

#my-account .container-account-page .links {
    display: flex;
    flex-direction: column;
}

#my-account .container-account-page .links .account-link {
    width: 100%;
    min-height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #707070;
    box-shadow: none;
    margin: 0 0 12px 0;
}

#my-account .container-account-page .links .account-link:hover {
    background: #fff;
}

#my-account .container-account-page .links .account-link .link-item {


    color: #000;
    text-transform: none;
    max-width: 190px;
    padding: 0;
    box-shadow: none;

}

@media screen and (max-width: 767px) {

    body#checkout section.checkout-step .continue {
        display: block;
        margin: 0 auto;
    }

    body#checkout section.checkout-step #delivery-address .form-footer {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }

    body#checkout div.firstname label,
    body#checkout div.lastname label {
        padding-top: 0.5rem !important;
    }

    #product .product-container {
        margin-top: 0 !important;
    }

    #product #wrapper .breadcrumb {
        display: none;
    }

    #cart .lineven-relatedproducts .header-title {

        padding-top: 0;
    }

    section#lineven-relatedproducts {
        margin-top: 0;
    }

    #pagenotfound .lineven-relatedproducts .header-title {
        border-top: none;

        padding-top: 0;
    }

    #product .block-content .gamme-logo img {
        padding-top: 10px;
        max-width: 240px;
    }

    #product .block-content .gamme-logo {
        padding-bottom: 20px;
        margin: 10px 0 30px;
    }

    #product .block-content .gamme-logo:after,
    .quickview .gamme-logo:after {
        display: none;
    }

    #product .product-variants .product-prices {
        display: none;
    }

    .js-no-sticky-add {
        position: relative !important;
        align-self: flex-end !important;
    }

}

.page-addresses .address,
.page-authentication #content {
    box-shadow: none;
    background: #fff;
}

.page-authentication .forgot-password a {
    color: #000;
    text-decoration: underline;
}

.page-authentication .no-account a {
    color: #000;
    text-decoration: underline;
}

.page-authentication #submit-login {

    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;

    text-align: center;
    padding: 0 25px;

    transition: all .2s ease-in-out;

    border: 1px solid #000;
    width: fit-content;
}

.page-authentication #submit-login:hover {
    color: #000;
    background: #fff;
}

#authentication .already-an-account {
    color: #000;
    text-align: center;
}

#authentication .already-an-account a {
    color: #000;
    text-decoration: underline;
}

#authentication .form-footer {
    text-align: center;
}

#authentication .form-control-submit {

    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;

    text-align: center;
    padding: 0 25px;

    transition: all .2s ease-in-out;

    border: 1px #000 solid;
}

#authentication .form-control-submit:hover {
    background: #fff;
    color: #000;
}

.header-panier {
    display: inline-flex;
    width: 100%;
    margin-bottom: 67px;
}

.main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-title h1 {
    margin: 5px 0 15px;
    text-transform: uppercase;

    text-align: center;
    color: #000;

}

#cart .back-btn a:hover {
    color: #000;
}

#cart .cart-grid .cart-items {
    padding: 0;
    margin-top: 6px;
}

#cart .cart-grid .cart-items .cart-item {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
}


#cart .cart-item .product-line-grid-body .product-title a {


    color: #000;

}

div#cart-summary-product-list .media-body span {
    color: #000000;



}

#cart .cart-item .product-line-grid-body .product-attribute,
#cart .cart-item .product-line-grid-body .product-attribute .label {

    margin: 7px 0 0;


}

#cart .cart-item .product-line-grid-body .product-informations-line {
    margin-top: 5px;
}

#cart .cart-item .product-line-grid-body .product-attribute {
    order: 3;
    width: 100%;
}

#cart .cart-item .product-line-grid-body .product-title .product-informations-line .collection-name {
    padding-right: 5px;
}

#cart .cart-item .product-line-grid-body .regular-price {
    color: #000;

    text-decoration: line-through;
    position: relative;
}

#cart .cart-item .product-line-grid-body .price {
    color: #000;


    text-align: left;

}

#cart .cart-item .cart-actions .remove-from-cart {


    text-decoration: underline;
    text-transform: uppercase;
    color: #000;

}


#cart .cart-item .cart-actions .product-price {


    color: #000;


    visibility: visible !important;
}

#cart .cart-item .cart-actions .qty select {
    width: 100%;
    max-width: 60px;
    height: 30px;
    border: solid 1px #B4B4B4;
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0 10px;
    background: url('../img/chevrondown.svg') 91% 45% / 15% no-repeat #fff;
    cursor: pointer;




    color: #000000;
}

select.js-cart-line-product-quantity:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #B4B4B4 transparent transparent transparent;
}

#cart .card-block.checkout .btn-primary {
    width: 100%;

    box-shadow: none;
}


#cart .cart-grid-right .cart-summary .block-top {
    border-bottom: solid 1px #ACACAC;
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
}

#cart .cart-grid-right .cart-summary .cart-summary-line .label,
#cart .cart-grid-right .cart-summary .cart-summary-line .value {



    color: #000;
}

.show_details_link {



    text-decoration: underline;
    text-transform: uppercase;
}

#cart .cart-grid-right .cart-summary .cart-summary-line .gift_cart_container {
    display: none;
}

#cart .block-promo {
    margin-bottom: 0;
}

#cart .block-promo .promo-code-button {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

#cart .block-promo .promo-code-button a {
    color: #000;


    text-decoration: underline;

}

#cart .block-promo #promo-code {
    margin-top: 15px;
}

#cart .block-promo .promo-code {
    padding: 0;
}

#cart .block-promo .promo-input + button {
    margin-top: 0;
    margin-left: 0;
    border: 2px solid #000;
    color: #fff;

    background: #000;
    width: 100%;
    max-width: 100px;
    padding: 0 10px;

}

.block-promo .promo-input {
    height: 2.5rem;
    width: 100%;
    margin-right: 0;

}

.block-promo .promo-code form {
    text-align: center;
    width: 100%;
    width: 100%;
    display: flex;
}

#cart .block-promo .promo-code-button.cancel-promo {
    color: #000;


    text-decoration: underline;

}

#cart .card-block.cart-summary-totals {
    padding: 20px;
}

#cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: transparent;
    padding: 0;
}

#cart .card-block.cart-summary-totals .cart-summary-line.cart-total .label {


    padding-left: 0;

    white-space: inherit;
    color: #000000;
}

#cart .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    color: #000;
}

#gift-wrapping-form .custom-checkbox input[type="checkbox"] + span {
    width: 20px;
    height: 20px;
    padding: 4px;
    border: 1px solid #ACACAC !important;
    background: #fff;
}

.custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
    display: block !important;
    font-size: 20px;
}

#gift-wrapping-form .custom-checkbox input[type=checkbox] + span .checkbox-checked {
    display: none;

    color: #000;
}

#cart .card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#cart .cart-summary-line:after {
    display: none;
}


#cart .card-block.checkout {
    margin-top: 0;
}

#cart .card-block.checkout a.valider-panier button {
    display: inline-block;
    width: 100%;

    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;

    text-align: center;
    padding: 0 10px;

    text-transform: uppercase;
    transition: all .2s ease-in-out;

    border: none;
    cursor: pointer;
    border-radius: 0;
}

#cart .card-block.checkout button a.valider-panier {
    color: #fff;
}

#cart .card-block.checkout a.valider-panier button:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: 1px solid;
}

#cart .cart-grid-body .cart-overview {
    padding: 0;
    width: 100%;
}

body#checkout .back-btn {
    display: none;
}

body#checkout #footer {
    box-shadow: none;
    padding: 0;
}

body#checkout #header .header-nav {
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

body#checkout #wrapper #block-reassurance {
    display: none;
}

body#checkout #footer #block-reassurance {
    border-top: solid 1px rgba(180, 180, 180, .26);
    border-bottom: solid 1px rgba(180, 180, 180, .26);
    padding: 25px 0 0;
}

body#checkout .block_newsletter {
    display: none;
}

body#checkout #custom-text {
    display: none;
}

body#checkout section.checkout-step {
    box-shadow: none;
    background-color: #fff;
    border-bottom: solid 1px rgba(184, 184, 184, .5);
    padding: 15px 0;
    width: 100%;
}

body#checkout section.checkout-step.-current {
    padding: 20px 0;
}


body#checkout section.checkout-step h2 {

    margin: 0 auto;
}

body#checkout section.checkout-step .step-number {
    padding: 0;
}

body#checkout section.checkout-step .address-alias {



    color: #000000;
    text-align: center;
    display: block;

}

#checkout-addresses-step .form-control-label {

    color: #000;

}

body#checkout section.checkout-step .adresse-title {


    color: #000;
    margin: 10px 0 5px;

}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: 0;
    margin-top: 10px;
}

body#checkout .colissimo-pickup-point-address button {
    background: #000;


    border: 1px solid #000;
    box-shadow: none;
    margin-left: 15px;
    outline: 0;
}

body#checkout .colissimo-pickup-point-address button:active,
body#checkout .colissimo-pickup-point-address button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    box-shadow: none;
    outline: 0;
}

body#checkout section.checkout-step .delivery-option {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body#checkout section.checkout-step .delivery-option .picto {
    display: none;
}

body#checkout section.checkout-step .delivery-option .left-part {
    display: flex;
    width: 79%;
}

body#checkout section.checkout-step .delivery-option label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

body#checkout section.checkout-step .order-options label {
    text-align: left;
}

.cart-grid-body .no-items {
    padding: 15px 0 0;

}

#cart #js-product-list .product-miniature {
    padding-right: 10px;
    padding-left: 0;
    max-width: 285px;

}

body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 li {
    margin-left: 0;
}

body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 li a {
    position: relative;


    padding-left: 20px;

    color: #000;
    text-transform: uppercase;

}

body#checkout #checkout-personal-information-step p {
    color: #000;


    margin-bottom: 10px;
    margin-top: 5px;
}

body#checkout #checkout-personal-information-step p.identity {
    margin-top: 15px;
}

body#checkout #checkout-personal-information-step p a {
    color: #000;
    text-decoration: underline;
}

body#checkout #checkout-personal-information-step p small {
    color: #000;
}


body#checkout .form-group .form-control-label.required::after {
    content: "*";
}


body#checkout #checkout-addresses-step p.infos-adresse {
    color: #000;
    margin-top: 10px;
    max-width: 360px;
    margin-bottom: 10px;
    font-style: italic;
}


body#checkout .form-group .form-control-comment {
    display: none;
}

body#checkout .custom-radio {
    margin-top: -4px;
    border: 1px solid #000;
    width: 17px;
    height: 17px;
}

body#checkout .custom-radio input[type=radio]:checked + span {
    background-color: #000;
    width: 11px;
    height: 11px;
    top: 0.242rem;
    left: inherit;
}

body#checkout .radio-inline {
    margin-right: 15px;



}

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


body#checkout .form-group input[type=email]:focus,
body#checkout .form-group input[type=password]:focus,
body#checkout .form-group input[type=tel]:focus,
body#checkout .form-group input[type=text]:focus,
body#checkout .form-group select:focus {
    outline: 0;
}

body#checkout .form-group > .col-md-offset-3 {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

body#checkout .form-group > .col-md-offset-3 label {
    padding: 0 10px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 0;
}

body#checkout section.checkout-step .forgot-password a {
    text-decoration: underline;

    color: #000;

}

body#checkout section.checkout-step .sub-info {

    color: #000;

    margin-bottom: 0;

}

body#checkout section.checkout-step .form-footer {
    text-align: left;
    position: relative;
}

body#checkout section.checkout-step #delivery-address .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


body#checkout section.checkout-step .continue:focus {
    outline: 0;
}


body#checkout section.checkout-step .carrier-name,
body#checkout section.checkout-step .carrier-price {
    margin-bottom: 0;


    color: #000;

}

body#checkout section.checkout-step .carrier-delay {


    color: #ACACAC;

}

body#checkout section.checkout-step .carrier-name {
    text-transform: uppercase;
    margin: 2px 0;
}

body#checkout #checkout-delivery-step .custom-radio {
    margin-top: 5px;
}

body#checkout section.checkout-step .carrier-price {
    margin-top: 5px;
}

body#checkout section.checkout-step .continue:focus:hover {
    background: #000;
}


body#checkout section.checkout-step.-complete:not(.-current) .step-title {
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


body#checkout section.checkout-step .radio-block {
    padding: 20px 0;
}

body#checkout section.checkout-step .address-item,
body#checkout section.checkout-step .address-item.selected {
    border: none;
    text-align: center;
    background: #fff;
}

body#checkout a[data-link-action=different-invoice-address] {
    color: #000;
    text-decoration: underline;
}


body#checkout section.checkout-step .address {
    color: #000;
}


body#checkout section.checkout-step .address-footer a.delete-address,
body#checkout section.checkout-step .address-footer a.edit-address {


    color: #000;
    margin: 0;


    margin-bottom: 20px;
    text-transform: uppercase;
    align-items: center;
}

.custom-checkbox input[type=checkbox] + span {
    width: 20px;
    height: 20px;
    border: 1px solid #bfbfbf;
}

.custom-checkbox input[type=checkbox] + span:before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #000;
}

#search_filters .custom-checkbox input[type=checkbox]:checked + span:before {
    transform: scale(1);
    right: -0.17rem;
    position: relative;
    top: 0.05rem;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    display: none;
    margin: 0;

    color: #bfbfbf;
}

body#checkout .condition-label label a {
    color: #000;
    text-decoration: underline;
}

body#checkout .payment-options {
    margin-top: 15px;
}


body#checkout .cart-grid-right #js-checkout-summary .block-top {

    border-bottom: solid 1px #ACACAC;
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;

}

body#checkout .card.cart-summary {
    background: #EFEFEF;
    padding: 20px 7px 30px;
    margin-top: 75px;
}

body#checkout .block-promo {
    margin-bottom: 0;
}

body#checkout .block-promo .promo-code-button {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

body#checkout .block-promo .promo-code-button a {
    color: #000;


    text-decoration: underline;

}

body#checkout .block-promo #promo-code {
    margin-top: 15px;
}

body#checkout .block-promo .promo-code {
    padding: 0;
}

body#checkout .block-promo .promo-input + button {
    margin-top: 0;
    margin-left: 0;
    border: 2px solid #000;
    color: #fff;

    background: #000;
    width: 100%;
    max-width: 100px;
    padding: 0 10px;
}

.block-promo .promo-input {
    height: 2.5rem;
    width: 100%;
    margin-right: 0;
    color: #000;
}

.block-promo .promo-code form {
    text-align: center;
    width: 100%;
    width: 100%;
    display: flex;
}

body#checkout .block-promo .promo-code-button.cancel-promo {
    color: #000;


    text-decoration: underline;

}

body#checkout .card-block.cart-summary-totals {
    padding: 20px;
    background: #EFEFEF;
}

body#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: transparent;
    padding: 0;
}

body#checkout #js-checkout-summary .card-block.cart-summary-totals .cart-summary-line.cart-total .value {


    color: #000;

}

body#checkout .card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

body#checkout .cart-summary-line:after {
    display: none;
}

body#checkout #checkout-personal-information-step .form-group:nth-child(7) .form-control-label,
body#checkout #checkout-personal-information-step .form-group:nth-child(8) .form-control-label,
body#checkout #checkout-personal-information-step .form-group:nth-child(9) .form-control-label {
    display: none;
}

body#checkout .custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #ACACAC !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0px;
}

body#checkout .custom-checkbox label a {
    text-decoration: underline;
}

body#checkout #checkout-personal-information-step .form-group:nth-child(7) .custom-checkbox span,
body#checkout #checkout-personal-information-step .form-group:nth-child(8) .custom-checkbox span,
body#checkout #checkout-personal-information-step .form-group:nth-child(9) .custom-checkbox span {
    margin-top: -4px;
}

#cart .reassurance-checkout,
body#checkout .reassurance-checkout {
    display: flex;
    align-items: center;
    padding: 26px 35px;
}

#cart .reassurance-checkout .picto,
body#checkout .reassurance-checkout .picto {
    margin-right: 20px;
}

#cart .reassurance-checkout p,
body#checkout .reassurance-checkout p {
    color: #000;


    margin-bottom: 0;
}

#prestablogfront {
    width: calc(100% - 34px);
    max-width: 815px;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
}

#prestablogfront h1 {


    color: #000;
    text-transform: uppercase;


}

#prestablogfront .categories-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

#prestablogfront .categories-article a {
    height: 35px;

    padding: 0 21px;
    border-radius: 25px;
    background: #d0d0d0;
    color: #000;

    display: inline-block;
    width: max-content;
    margin: 5px;

}

#prestablogfront p {


    color: #000;

}

#prestablogfront,
.prestablogExtra {
    border: none;
}

#module-prestablog-journal .header-blog {
    position: relative;
}

#module-prestablog-journal .header-blog:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 83px;
    background: url(../img/interface/bg-title-journal-empreinte.jpg) no-repeat center;
    background-size: cover;
}

#module-prestablog-journal .header-blog .wrapper-header {
    position: relative;
}

#module-prestablog-journal .header-blog .wrapper-header h1 {
    text-transform: uppercase;


    color: #000;
    text-align: center;

    margin-bottom: 21px;
}

#module-prestablog-journal .header-blog .wrapper-header .intro {


    color: #000;
    text-align: center;
    width: calc(100% - 34px);
    max-width: 1230px;
    margin: 0 auto;
}

#module-prestablog-journal .header-blog .wrapper-header .read_more_container {
    text-align: center;
}

#module-prestablog-journal .header-blog .wrapper-header .read_more_container a {


    color: #000;
    text-decoration: underline;
}

#prestablog_menu_cat_custom nav ul {
    width: 100%;
    overflow: auto;
    padding: 0 17px;
    margin-top: 17px;
    display: flex;
    margin-bottom: 25px;
}

#prestablog_menu_cat_custom nav ul::-webkit-scrollbar {
    display: none;
}

#prestablog_menu_cat_custom nav ul li {
    padding-right: 7px;
    display: inline-block;
}

#blog_list_1-7 li:hover .block_cont .block_top img {
    transform: none;
}

#prestablog_menu_cat_custom nav ul li a {
    height: 35px;

    padding: 0 21px;
    border-radius: 25px;
    background: #ddd1ca;
    color: #000;

    display: inline-block;
    width: max-content;

}

#blog_list_1-7 {
    width: calc(100% - 34px);
    max-width: 1230px;
    margin: 0 auto;
    float: none;
}

#blog_list_1-7 li.blog-grid {
    padding: 0;
    margin-bottom: 9px;
}

#blog_list_1-7 .block_top {
    display: flex;
    flex-direction: column;
}

#blog_list_1-7 li.blog-grid .block_cont {
    background: #ddd1ca;
    border: none;
}

#blog_list_1-7 li.blog-grid .block_bas {
    padding: 20px 23px 0;
}

#blog_list_1-7 li.blog-grid .block_bas h3 a {


    color: #000;


    text-transform: uppercase;
}

#blog_list_1-7 li.blog-grid .block_bas h3 a:hover {
    text-decoration: underline;
}

#blog_list_1-7 li.blog-grid .block_bas .prestablog_desc {


    color: #000;
    margin-bottom: 5px;
}

#blog_list_1-7 li.blog-grid .prestablog_readmore {
    padding: 0 23px 20px;
}

#blog_list_1-7 li.blog-grid .prestablog_readmore a {


    color: #000;

    display: flex;
    align-items: center;

}

#blog_list_1-7 .comments:hover,
#blog_list_1-7 .comments:hover::before,
#blog_list_1-7 a.blog_link:hover,
#blog_list_1-7 a.blog_link:hover::before {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

#blog_list_1-7 li.blog-grid .prestablog_readmore a img {
    margin-right: 5px;
}

#order-confirmation #content-hook-order-confirmation-footer {
    display: none;
}

#order-confirmation .confirm-email-order {


    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;

}

#order-confirmation .main-title h1 {
    margin: 5px 0 0;
}

#order-confirmation .page-order-confirmation {
    width: 95%;
    max-width: 345px;
    margin: 0 auto;
}

#order-confirmation .product-informations-line {
    display: flex;
    flex-wrap: wrap;
}

#order-confirmation .product-informations-line .product-attribute {
    order: 3;
    width: 100%;
    margin: 5px 0;
}

#order-items .order-line {
    display: flex;
}

#order-items .order-line .product-image {
    margin-right: 30px;
}

#order-items .order-line .details {
    width: 100%;
}

#order-items .order-line .details .product-unit-price {

    margin: 5px 0;
}

#order-items .order-line .details .product-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 180px;
}

#order-items .total-confirmation {
    background: #d0d0d0;
    padding: 24px 0;
    margin-top: 10px;
}

#order-items .total-confirmation .line {
    display: flex;
    justify-content: space-between;
    padding: 0 23px;
}

#order-items .total-confirmation .subtotals {
    padding-bottom: 24px;
}

#order-items .total-confirmation .line.total-value {
    border-top: solid 3px #fff;
    padding-top: 24px;
}

#order-items .total-confirmation .line .label,
#order-items .total-confirmation .line .value {
    display: inline-block;



}

#order-details {
    background: #d0d0d0;
    padding: 24px 23px;
}

#order-details .h3 {

    text-transform: none;


}

#order-details ul {
    margin-bottom: 0;
}

#order-details ul li {


    margin-top: 15px;
    margin-bottom: 0;

}

#footer .footer-container {
    margin-top: 0;
    padding-top: 0;
    overflow: unset;
    box-shadow: none;
    clear: both;
}

#footer .footer-container ul li {
    text-align: center;
    margin-top: 15px;
}

#footer .footer-container .links .h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 20px;

}

#footer .footer-container ul li a {


    color: #000;

    display: inline-block;
    text-align: center;

}

#footer .footer-container ul li a:hover {
    text-decoration: underline;
}

#footer .socials-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .socials-footer .titre {


    text-transform: uppercase;
    color: #000;
    margin-right: 25px;
}

#footer .socials-footer a {
    margin: 5px 10px;
}

#module-ps_emailalerts-account .page-content {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

#products .thumbnail-container:hover .product-thumbnail img:nth-child(2),
.featured-products .thumbnail-container:hover .product-thumbnail img:nth-child(2),
.product-accessories .thumbnail-container:hover .product-thumbnail img:nth-child(2),
.product-miniature .thumbnail-container:hover .product-thumbnail img:nth-child(2) {
    opacity: 1;
    z-index: 1;
}

.product-variants > .product-variants-item .color-name {


    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    #m4e_hometabcateg .swiper-button-next,
    #m4e_hometabcateg .swiper-button-prev {
        display: none;
    }

    #product .block-content .gamme-logo p:last-of-type,
    .quickview .gamme-logo p:last-of-type {
        margin-bottom: 0;
    }

    .product-variants.main {
        position: relative;
    }

    #product .existFromTo,
    .quickview .existFromTo {

        position: absolute;
        right: 35px;
    }

    

    #contact .contact-form {
        width: 95%;
        max-width: 1024px;
        flex-direction: row;
    }

    #contact .contact-form .infos-contact-form {
        width: 100%;
        max-width: 296px;
        margin-left: 70px;
        margin-top: 29px;
    }

    #contact .contact-form .infos-contact-form a {
        color: #000;
    }

    #contact .contact-form .form-group {
        display: flex;
        flex-direction: column;
    }

    #contact .contact-form label {

        color: #000;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    #contact .contact-form .form-group.newsletterSubscribe {
        flex-direction: row;
        width: auto;
    }

    #contact .contact-form .form-group.newsletterSubscribe label {
        padding-left: 6px;
    }

    #products .quick-view,
    .featured-products .quick-view,
    .product-accessories .quick-view,
    .product-miniature .quick-view {
        /* position: absolute; */
        /* bottom: 0; */
        /* left: 0; */
        /* display: none; */
    }

    #products .product-miniature:hover .quick-view,
    .featured-products .product-miniature:hover .quick-view,
    .product-accessories .product-miniature:hover .quick-view,
    .product-miniature .product-miniature:hover .quick-view {
        display: flex;
        align-items: center;
    }

    #products .quick-view .quick-view-btn,
    .featured-products .quick-view .quick-view-btn,
    .product-accessories .quick-view .quick-view-btn,
    .product-miniature .quick-view .quick-view-btn {
        width: 25px;
        height: 25px;
        border: solid 1px #000 !important;
        padding: 0;
        background-color: #fff !important;
        background-image: url(../img/svg/plus-add-to-cart.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px;
        cursor: pointer;
        margin-right: 10px;
    }

    #products .quick-view:hover .quick-view-btn,
    .featured-products .quick-view:hover .quick-view-btn,
    .product-accessories .quick-view:hover .quick-view-btn,
    .product-miniature .quick-view:hover .quick-view-btn {
        background-color: #000 !important;
        background-image: url(../img/svg/plus-add-to-cart-white.svg);
    }

    #products .quick-view .text,
    .featured-products .quick-view .text,
    .product-accessories .quick-view .text,
    .product-miniature .quick-view .text {



        color: #000;
    }

    #wrapper .breadcrumb {
        z-index: 5;
    }

    #cart .breadcrumb {
        padding: 5px 0 0 0 !important;

    }

    .fancybox-wrap:not(.jeu-concours-popup) {
        width: auto !important;
        max-width: 800px;
    }

    .fancybox-wrap .fancybox-skin table tr {
        flex-direction: row;
    }

    .fancybox-wrap .fancybox-skin table tr td:nth-child(1) {
        max-width: 276px;
    }

    .fancybox-wrap .fancybox-skin table tr td:nth-child(2) {
        padding: 15px 40px;
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 50px;
    }

    .fancybox-wrap .fancybox-skin table tr h1,
    .fancybox-wrap .fancybox-skin table tr h2,
    .fancybox-wrap .fancybox-skin table tr h3 {


        color: #000;
        text-transform: uppercase;


    }

    .fancybox-wrap .fancybox-close {
        width: 24px;
        height: 24px;
        background: url(../img/svg/close-popup.svg) no-repeat center;
    }

    .fancybox-wrap .fancybox-skin .dont-show-again {
        position: absolute;
        left: auto;
        right: 10px;
        bottom: 10px;
    }

    #prestablogfront .categories-article a {
        height: 44px;

        padding: 0 27px;
        background: #f3f3f3;

        margin: 5px;
    }

    #prestablogfont {
        margin-top: 25px;
    }

    #module-prestablog-journal .header-blog {
        background: url(../img/interface/bg-title-journal-empreinte.jpg) no-repeat center;
        background-size: cover;
        margin-top: -58px;
        padding: 125px 0;
    }

    #module-prestablog-journal .header-blog:before {
        display: none;
    }

    #module-prestablog-journal .header-blog .wrapper-header {
        width: 95%;
        max-width: 1230px;
        margin: 0 auto;
        padding: 0 8px;
    }

    #module-prestablog-journal .header-blog .wrapper-header h1 {
        text-transform: uppercase;



        color: #000;
        text-align: left;

        margin-bottom: 5px;
    }

    #module-prestablog-journal .header-blog .wrapper-header .intro {


        color: #000;
        text-align: left;
        width: 100%;
        max-width: 610px;
        margin: 0;
    }

    #prestablog_menu_cat_custom nav ul {
        width: 100%;
        overflow: auto;
        padding: 0;
        margin-top: 45px;
        display: flex;
        margin-bottom: 0;
    }

    #prestablog_menu_cat_custom nav ul li {
        padding-right: 15px;
    }

    #prestablog_menu_cat_custom nav ul li a {
        height: 44px;

        padding: 0 27px;
        background: rgba(255, 255, 255, .74);

    }

    #prestablog_menu_cat_custom nav ul li a:hover {
        background: #fff;
    }

    #blog_list_1-7 {
        margin-top: -105px;
    }

    #blog_list_1-7 li.blog-grid {
        padding: 8px;
        margin-bottom: 0;
    }

    #blog_list_1-7 li.blog-grid .block_bas {
        padding: 38px 38px 0;
    }

    #blog_list_1-7 li.blog-grid .prestablog_readmore {
        padding: 0 38px 30px;
    }

    #blog_list_1-7 li.blog-grid .block_bas h3 {
        margin-bottom: 5px;
    }

    #blog_list_1-7 li.blog-grid .block_bas .prestablog_desc {


        margin-bottom: 10px;
    }

    #blog_list_1-7 li.blog-grid .prestablog_readmore a img {
        width: 10px;
        height: auto;
        margin-right: 8px;
    }

    #cms.cms-id-21 .elementor-element-d2sme5m,
    #cms.cms-id-24 .elementor-element-0ld9gra {
        padding-top: 0;
    }

    #cms.cms-id-21 .elementor-element-d2sme5m:before,
    #cms.cms-id-24 .elementor-element-0ld9gra:before {
        display: none;
    }

    #cms .page-content.page-cms .elementor-element-elg55a8 {
        width: 100%;
        background: url(../img/interface/bg-title-maison-empreinte.jpg) no-repeat center;
        background-size: cover;
        margin-top: -58px;
        padding-top: 130px;
        padding-bottom: 50px;
    }

    #cms .page-content.page-cms .elementor-element-foko5fg {
        width: 100%;
        background: url(../img/interface/bg-title-lookbook.jpg) no-repeat center;
        background-size: cover;
        margin-top: -58px;
        padding-top: 130px;
        padding-bottom: 140px;
    }

    #cms .page-content.page-cms .elementor-element-1643ud3,
    #cms .page-content.page-cms .elementor-element-ygs6n4u {
        display: flex;
        justify-content: center;
    }

    #cms .page-content.page-cms .elementor-element-1643ud3 > .elementor-widget-container {
        width: 90%;
        max-width: 1260px;
    }

    #cms .page-content.page-cms .elementor-element-ygs6n4u > .elementor-widget-container {
        width: 90%;
        max-width: 1180px;
    }

    #cms .page-content.page-cms .primary-title {


        text-align: left !important;
    }

    #cms .page-content.page-cms .elementor-element-ygs6n4u > .elementor-widget-container .sub-title {
        text-align: left !important;
    }

    #cms .page-content.page-cms .elementor-element-1643ud3 > .elementor-widget-container p,
    #cms .page-content.page-cms .elementor-element-ygs6n4u > .elementor-widget-container p {
        text-align: left !important;
        max-width: 610px;
    }

    #cms .page-content.page-cms .elementor-element-3ntzf9w,
    #cms .page-content.page-cms .elementor-element-9pglfnh,
    #cms .page-content.page-cms .elementor-element-mby0c6b,
    #cms .page-content.page-cms .elementor-element-u7mf5iq {
        width: calc(100% - 34px);
        max-width: 1280px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-pf1j504 {
        max-width: 610px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-3g95uyq,
    #cms .page-content.page-cms .elementor-element-6wll1c4,
    #cms .page-content.page-cms .elementor-element-aeemfbe,
    #cms .page-content.page-cms .elementor-element-ashw6g5,
    #cms .page-content.page-cms .elementor-element-ym4uy41 {
        width: calc(100% - 34px) !important;
        max-width: 1180px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-aeemfbe > .elementor-container > .elementor-row {
        justify-content: space-between;
        margin-top: -100px;
    }

    #cms.cms-id-21 .sub-title {


        margin-bottom: 0;
    }

    #cms .page-content.page-cms .elementor-element-aeemfbe > .elementor-container > .elementor-row .elementor-element-435ddrs,
    #cms .page-content.page-cms .elementor-element-aeemfbe > .elementor-container > .elementor-row .elementor-element-xcfk0yr {
        width: 49%;
        max-width: 560px;
    }

    #cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    #cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-2ogddnh {
        padding: 100px 0 120px;
        display: flex;
        justify-content: center;
    }

    #cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-2ogddnh .elementor-column-wrap {
        width: 100%;
        max-width: 390px;
    }

    #cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-2ogddnh {
        width: 49%;
        max-width: 560px;
    }

    #cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-4lp1k0c {
        width: 49%;
        max-width: 560px;
        margin-top: -220px;
        display: flex;
        justify-content: center;
    }

    #cms.cms-id-21 .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-4lp1k0c .elementor-column-wrap {
        width: 100%;
        max-width: 442px;
    }

    #cms.cms-id-21 .elementor-container .elementor-row .elementor-element-bzjqep2 {
        display: flex;
        justify-content: center;
        margin-bottom: 100px;
    }

    #cms.cms-id-21 .elementor-container .elementor-row .elementor-element-bzjqep2 .elementor-column-wrap {
        width: 100%;
        max-width: 1056px;
    }

    #cms .page-content.page-cms .elementor-element-ashw6g5 .elementor-row {
        justify-content: space-between;
    }

    #cms .page-content.page-cms .elementor-element-ashw6g5 .elementor-row .elementor-element-an6x5ed,
    #cms .page-content.page-cms .elementor-element-ashw6g5 .elementor-row .elementor-element-is3jfud {
        width: 49%;
        max-width: 560px;
    }


    #addresses .page-content,
    #discount .page-content,
    #history .page-content,
    #my-account .container-account-page,
    #order-follow .page-content,
    #order-slip .page-content {
        max-width: 1000px;
        margin: 0 auto;
    }

    #history .page-content h6,
    #order-slip .page-content h6 {

        color: #000;

    }

    body#checkout .form-group .form-control-label {



        color: #000;

    }

    body#checkout .js-address-form .form-group .form-control-label {
        max-width: 180px;
    }

    #my-account .container-account-page .links {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    #my-account .container-account-page .links .account-link {
        width: 100%;
        max-width: 296px;
        min-height: 140px;
        margin: 15px 8px;

    }

    #my-account .container-account-page .links .account-link:hover {
        background: #c6b2a7;
        border: solid 1px #c6b2a7;
    }

    #my-account .container-account-page .links .account-link:hover .link-item {
        color: #fff;
    }

    #my-account .container-account-page .links .account-link .link-item {

        max-width: 95%;
        height: auto;
        background: 0 0;
        transition: all .2s ease-in-out;
    }

    #my-account .main-title {
        padding: 20px 0 0;
    }

    #order-confirmation .page-order-confirmation {
        max-width: 1024px;
        display: flex;
        margin-top: 25px;
    }

    #order-confirmation .main-title {
        padding: 40px 0 0;
    }

    #order-confirmation .product-informations-line {
        display: flex;
        flex-wrap: wrap;
    }

    #order-confirmation .product-informations-line .product-attribute {
        order: 3;
        width: 100%;
        margin: 5px 0;
    }

    #order-confirmation .product-informations-line .collection-name {
        padding-right: 5px;
    }

    #order-items {
        width: 100%;
    }

    #order-items .order-line .details .product-unit-price {

        margin: 10px 0;
    }

    #order-items .order-line .details {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    #order-items .order-line .details .product-bottom {
        min-width: 160px;
    }

    .block-order-details {
        width: 100%;
        max-width: 296px;
        margin-left: 50px;
    }

    #cart .featured-products {
        max-width: 1230px;
    }

    #module-pwfavorites-favorites #products {
        width: 95%;
        max-width: 1230px;
        margin: 0 auto;
    }

    body:not(#category) .page-not-found {
        margin-top: 40px;
    }

    #blockcart-modal .modal-dialog {
        max-width: 600px;
    }

    #blockcart-modal .modal-body .cart-content-btn {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    #blockcart-modal .modal-body .cart-content-btn .btn-modal {
        margin: 0 6px;
        padding: 0 10px;
        max-width: 225px;
    }


    .main-title {
        padding: 30px 0 20px;
    }

    #checkout .main-title {
        padding-top: 10px;
    }

    .main-title h1 {


        margin: 0;
        max-width: 100%;
    }

    #cart .card {
        box-shadow: none;
        border: none;
    }

    #cart .cart-grid-right .cart-summary {
        width: 100%;
        background: #EFEFEF;
        margin-top: 0;
        padding: 8px 8px 20px 8px;

    }

    #cart #wrapper #block-reassurance {
        padding: 15px 0;
        border-top: none;
    }

    #cart #wrapper #block-reassurance ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #cart #wrapper #block-reassurance ul a {
        width: 100%;
        max-width: 220px;
    }

    #cart #wrapper #block-reassurance ul li {
        flex-direction: row;
    }

    #cart #wrapper #block-reassurance ul li .picto {
        width: 46px;
        margin-right: 10px;
        justify-content: center;
    }

    #cart #wrapper #block-reassurance ul li .uppercase {
        max-width: 140px;


        text-align: left;
    }

    .card {
        box-shadow: none;
        border: none;
    }


    body#checkout #delivery textarea,
    body#checkout #gift_message textarea {
        width: 100%;
    }

    body#checkout #footer #block-reassurance {
        padding: 50px 0 40px;
        margin-top: 50px;
    }


    body#checkout .cart-grid-right #js-checkout-summary {
        margin: 0 auto;
    }

    body:not(#index) #_desktop_top_menu {
        width: 100%;
        margin: 0 auto;
    }

    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price {
        color: #000;

    }

    #products .regular-price:after,
    .featured-products .regular-price:after,
    .product-accessories .regular-price:after,
    .product-miniature .regular-price:after {
        bottom: 8px;
    }


    #product #content {
        position: relative;
        max-width: 100%;
        margin: 0;
    }

    .product-variants > .product-variants-item #group_2{
        margin-bottom: 50px;
    }

    #product .images-container-mobile {
        display: none;
    }

    #product .images-container {
        /*        display: flex;
                flex-direction: column-reverse*/;
    }

    #product .images-container .thumbs-container .thumb {
        width: 80px;
        height: auto;
        margin: 0 30px 20px 0;
        cursor: pointer;
        margin-right: 0.8125rem;
        background-color: rgba(248, 241, 248, .4);
        opacity: 0.4;
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
        cursor: pointer;
        margin-bottom: 0.625rem;
    }

    #product .images-container .thumbs-container .product-thumb .thumb:hover, #product .images-container .thumbs-container .product-thumb .selected {
        border: 2px solid #727272;
        opacity: 1;
    }

    .category-description-mobile {
        display: none;
    }

    #product .container-btn .back-btn a {
        color: #000;



        padding: 0;

        transition: all .2s ease-in-out;
        text-decoration: none;
    }


    #product .block-content .default-category,
    .quickview .default-category {
        display: block;


        margin-bottom: 15px;
        color: #000;

    }

    

    #product .block-content .current-price .regular-price:after,
    .quickview .current-price .regular-price:after {
        bottom: 8px;
    }

    #product .block-content .product-information .product-desc {
        max-height: 46px;
        margin-bottom: 20px;
    }

    #product .block-content .product-actions .add-to-cart {



        text-transform: uppercase;

    }


    #product .lineven-relatedproducts .products {
        justify-content: flex-start;
        padding-bottom: 24px;
    }

    #cart .lineven-relatedproducts .products,
    #pagenotfound .lineven-relatedproducts .products {
        justify-content: flex-start;
    }

    #cart .lineven-relatedproducts .card-block,
    #pagenotfound .lineven-relatedproducts .card-block {
        padding: 0;
    }

    #product .lineven-relatedproducts .header-title {


        text-align: left;
        margin-top: 10px;
        text-transform: inherit;
        padding-left: 40px;
    }

    #pagenotfound .lineven-relatedproducts .header-title {


        border-top: none;
        padding-top: 35px;
    }

    #js-product-list-header .block-category p,
    #product-list-header .block-category p {
        margin-bottom: 0;
        text-align: left;
    }

    #js-product-list-header .block-category h1,
    #product-list-header .block-category h1 {


        text-align: left;
    }

    #product-list-header .block-category .block-category-inner p {


        text-align: left;
    }

    #search_filters > .h6 {
        display: none;
    }

    #category #js-product-list-header,
    #category #product-list-header {
        padding-bottom: 180px;
    }

    #search_filters_wrapper {
        position: relative;

    }

    #category #products {
        /*        max-width: 1200px*/;
    }

    .all-products {
        /*        display: flex;
                margin-top: -68px;
                justify-content: flex-end*/;
    }

    #search .main-title {
        padding: 20px 0 35px;
    }


    .color, .custom-checkbox input[type=checkbox] + span.color {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: .3125rem;
        box-shadow: none;
        border: none;
        cursor: pointer;
        background-size: contain;
    }

    .color:hover,
    .custom-checkbox input[type=checkbox] + span.color:hover {
        border: 2px solid #000;
        outline: solid 2px #000;
        outline-offset: 2px;

    }

    #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 {
        display: none;
    }

    .elementor-element-10wex6v .elementor-element-0lym6jo .pwfavorites,
    .products .pwfavorites,
    .pwfavorites-slider .pwfavorites,
    .responsivelayout .pwfavorites {
        top: auto;
        bottom: -47px;
        z-index: 10;
        position: absolute;
        right: 0;
        margin: 8px;
    }


    #search_filters_wrapper {
        box-shadow: none;
        padding: 9px 0px 9px 0px;
        margin-bottom: 30px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: start;
        background: rgba(255, 255, 255, .6);
    }

    #search_filters {
        box-shadow: none;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        background: 0 0;
        padding: 0;
        padding-left: 11px;
    }

    #search_filters .facet .facet-dropdown {
        color: #000;


        padding: 0;
        background: #fff;
        border: 1px solid #000;
        box-sizing: border-box;
        box-shadow: none;
        min-width: 140px;
    }

    #search_filters .facet .facet-dropdown > a {



        display: flex;
        align-items: center;
    }

    div#ge_ss0_1 {
        display: block !important;
        margin-top: -4px !important;
    }

    #search_filters .facet .facet-dropdown > p {



        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    #search_filters .facet .facet-dropdown > p .arrow-select {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    #search_filters .facet .facet-dropdown > a .arrow-select {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .active_filters {
        position: relative;
        margin-bottom: 1rem;
        background: rgba(255, 255, 255, .6);
        bottom: 45px;
    }

    #js-product-list-top {
        display: none !important;
    }

    #search_filters .facet,
    #search_filters_brands .facet,
    #search_filters_suppliers .facet {
        padding-top: 0;
        margin-right: 9px;
    }

    .sort-by-block {
        display: flex;
        align-items: center;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        /*    padding-right: 3px;*/;


    }

    .sort-by-block .sort-by {



        margin-right: 5px;
    }

    .sort-by-block .products-sort-order button {
        margin: 0;
        color: #000;



        box-shadow: none;
        background-color: transparent;
        background-image: url(../img/svg/arrow-select-sort.svg);
        background-repeat: no-repeat;
        background-position: right 3px;
        border: none;
        padding: 0;
        padding-right: 16px;

        text-transform: uppercase;
    }

    .size-guide,
    .store_locator {
        margin: 0 50px 0 5px;
        align-items: center;
        text-transform: uppercase;
        text-decoration: underline;
        color: #000;


    }

    .size-guide {



        text-decoration: underline;
        text-transform: uppercase;
        color: #000;

    }

    .size-guide:hover,
    .store_locator:hover {
        text-decoration: underline;
        color: #000;
    }

    .size-guide img,
    .store_locator img {
        margin-right: 10px;
    }

    .facet-dropdown.open > .select-title {
        border: none;
        background: #fff;
    }

    .facet-label .size-guide {
        text-decoration: underline;
    }

    .facet-dropdown .select-list:hover {
        background: transparent;
        color: #000;
        text-decoration: none;
    }

    /*    .products-sort-order .dropdown-menu {
            left: auto;
            right: auto;
        }*/
    #_desktop_search_filters_clear_all {
        display: none;
    }

    #index .columns-three-home > .elementor-container > .elementor-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #index .columns-three-home > .elementor-container > .elementor-row .elementor-element-7qiypgh,
    #index .columns-three-home > .elementor-container > .elementor-row .elementor-element-rfaqbid,
    #index .columns-three-home > .elementor-container > .elementor-row .elementor-element-xuhaukn,
    #index .columns-three-home > .elementor-container > .elementor-row .elementor-element-yqzqds4 {
        margin-right: 10px;
    }

    #index .columns-three-home > .elementor-container > .elementor-row .elementor-element {
        margin-right: 10px;
    }

    #index .columns-three-home > .elementor-container > .elementor-row .elementor-element:last-child {
        margin-right: 0;
    }

    #index .columns-two-home > .elementor-container > .elementor-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #index .columns-two-home > .elementor-container > .elementor-row .elementor-element-5z3kjnr {
        margin-right: 10px;
        width: 100%;
    }

    #index .columns-two-home > .elementor-container > .elementor-row .elementor-element-ex90mmb {
        width: 100%;
        max-width: 537px;
    }

    #index .columns-three-home .elementor-widget.elementor-widget-image {
        margin-bottom: 10px;
    }

    #index .columns-two-home .elementor-widget-text-editor {
        width: 100%;
        margin: 10px auto 0;
        padding: 7px 15px 5px;
    }

    #index .columns-two-home .elementor-widget-text-editor h2 {


        color: #000;
        margin-bottom: 5px;
        margin-top: 13px;
    }

    #index .columns-two-home .elementor-widget-text-editor p {


        color: #000;


    }

    #index .columns-two-home .elementor-widget-text-editor p:last-of-type {
        margin-bottom: 0;
    }

    #index .points-forts > .elementor-container > .elementor-row {
        flex-direction: row;
        align-items: flex-start;
    }

    #index .points-forts > .elementor-container > .elementor-row > .elementor-column {
        max-width: 390px;
    }

    #index .points-forts .elementor-image-box-title {


        padding-bottom: 5px;
        height: 35px;
    }

    .read {
        margin-top: 5px;
    }

    #index .points-forts > .elementor-container > .elementor-row {
        justify-content: space-around;
    }
}

@media screen and (min-width: 900px) {
    #contact .contact-form form .form-fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #contact .contact-form .form-group {
        display: flex;
        flex-direction: column;
        width: 47%;
        margin-bottom: 20px;
    }

    #contact .contact-form .form-group.large {
        width: 100%;
    }

    .size-guide {
        display: flex;
    }


    #cart .cart-item .cart-actions .qty input {
        height: 40px;

    }

    #cart .cart-item .product-line-grid-body .product-title a {


        margin-bottom: 7px;

        display: inline-block;
    }

    #cart .cart-item .product-line-grid-body .current-price {
        margin-top: 7px;
    }

    #cart .cart-item .product-line-grid-body .regular-price:after {
        bottom: 9px;
    }

    #cart .back-btn a {

        /*        height: 30px;*/;

    }

    #cart .back-btn a span {
        text-decoration: underline;
    }


}

@media screen and (min-width: 992px) {
    .delivery-option {
        display: flex;
        margin: auto;
    }

    body#checkout section.checkout-step .delivery-option label {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 10px;
        margin-bottom: 0;
    }

    body#checkout section.checkout-step .delivery-option .name-delay {
        margin-left: 15px;
    }

    body#checkout #checkout-delivery-step .custom-radio {
        margin-top: 15px;
    }

    body#checkout section.checkout-step .delivery-option {
        margin-bottom: 10px;
    }

    body#authentication div.firstname,
    body#authentication div.lastname,
    body#identity div.firstname,
    body#identity div.lastname,
    body#address div.firstname,
    body#address div.lastname {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    /* body#authentication .form-footer,
    body#identity .form-footer,
    body#address .form-footer {
        margin-right: 11.5%;
    } */
}

@media screen and (min-width: 1230px) {
    body:not(#index) #_desktop_top_menu {
        /*width: calc(100% - 84px)*/;
    }

    

    #product .product-variants > .product-variants-item.select-item {
        background: url(../img/svg/chevron-right.svg);
        display: block;
        align-items: center;
        background-repeat: no-repeat;
        background-position-x: right 0px;
        background-position-y: 4px;
    }

    .quickview .product-variants > .product-variants-item.select-item {
        margin-bottom: 12px;
        background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px top 12px;
        /* display: flex; */
        align-items: center;
        margin-top: 5px;
        /* flex-direction: column; */
    }
    .quickview .quickview-right-modal-body .product-variants > .product-variants-item.select-item {
        background: none;
    }

    .quickview .product-variants > .product-variants-item select {
        max-width: 230px;
        margin-right: 20px;
    }

    .size-guide-product {
        margin-top: 0;
    }

    #product .quickview .product-quantity .add {
        margin-bottom: 10px;
    }

    #index .black-btn-category-home a {

        height: 47px;

        padding: 0 23px;
        text-transform: uppercase;

    }

    #index .black-btn-category-home {
        bottom: 84px;
    }
}

@media screen and (max-width: 1280px) {
    .active_filters {

        margin: 0 auto;
    }
    nav.breadcrumb {
        font-size: 12px;
    }
    .address-footer i {
        vertical-align: sub;
    }
    body#category #about-seo {
        padding-top: 1.5rem;
    } 
}

@media screen and (min-width: 1280px) {
    #search_filters .facet .facet-dropdown {
        min-width: 240px;
    }

    cart-grid-right {
        max-width: 296px;
        margin-left: 50px;
    }
}

#header.sticky-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

@media screen and (min-width: 1201px) {

    #header.sticky-desktop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        opacity: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        transform: translateY(-200px);
    }

    #header.sticky-desktop.open {
        opacity: 1;
        transition: all 350ms ease-in-out;
        transform: translateY(0);
    }

    #header.sticky-desktop .header-top {
        position: absolute;
        left: 0;
        right: 0;
        top: inherit;
        padding: 0;
        height: 44px;
        align-items: center;
        justify-content: flex-end;
        
    }

    #header.sticky-desktop .header-top .block-logo {
        position: absolute;
        top: 9px;
        left: -51px;
        margin-top: 0;
        text-align: center;
        z-index: 10;
        /*        margin-left: 5px;*/;

    }
    #header.sticky-desktop .header-top .block-right #_desktop_cart a img, 
    #header.sticky-desktop .header-top .block-right #_desktop_user_info a img, 
    #header.sticky-desktop .header-top .block-right .favorite_icon a img {
        margin-bottom: 0px;
    }

    #header.sticky-desktop .header-top .block-logo .logo {
        width: 60%;
    }

    #header.sticky-desktop .header-top .block-right {
        position: relative;
        z-index: 10;
        min-width: 123px;
        align-items: center;
    }

    #header.sticky-desktop .header-top .block-right #_desktop_cart a span,
    #header.sticky-desktop .header-top .block-right #_desktop_user_info a span,
    #header.sticky-desktop .header-top .block-right .favorite_icon a span {
        display: none;
    }

    #header.sticky-desktop .header-top .block-left {
        position: relative;
        z-index: 10;
        overflow: hidden;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: all .2s ease-in-out;
        left: 0px;
        min-width: 50px;
        margin-right: 32px;
    }
    /* #header.sticky-desktop .header-top .block-left.search-open {
        top: -8px;
    } */
    #header.sticky-desktop #search_widget img.logo_search {
        margin-right: 0px;
    }

    #header.sticky-desktop .header-top .search-widget {
        /*        display: none;*/;
        margin-right: 0px;
        width: 70%;
        min-width: inherit;
    }
    #header.sticky-desktop #search_widget img.logo_search {
        height: 17px;
    }

    #header.sticky-desktop .header-top .search-widget form input[type=text] {
        height: 26px;
    }

    #header.sticky-desktop .header-top .search-widget .logo {
        width: 22px;
    }

    #header.sticky-desktop .header-top .search-widget.show {
        display: block;
    }

    #header.sticky-desktop .header-top .block-left.open {
        width: 150px;
    }

    #header.sticky-desktop .header-top .block-left.open .search-widget form {
        justify-content: flex-end;
    }

    #header.sticky-desktop .header-top .block-left.open .search-widget form input[type=text] {
        width: 125px;
    }

    #header.sticky-desktop .header-top .block-left.open .search-widget.show {
        margin: 0;
    }
    #header #open-search-sticky {
        display: none;
    }
    #header #open-search-sticky {
        display: none;
    }

    #header.sticky-desktop #open-search-sticky {
        display: block;
        cursor: pointer;
    }

    #header.sticky-desktop #open-search-sticky {
        position: relative;
        height: 17px;
    }

    #header.sticky-desktop #adtm_menu {
        justify-content: start;
        width: max-content;
    }

    body.padding-topped {
        padding-top: 180px !important;
    }

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

    #adtm_menu ul#menu .sub .adtm_sub {

        background: #ffffff;
        display: flex;
        justify-content: center;
        transition: .4s;
    }


    #adtm_menu .li-niveau1 a.a-niveau1.advtm_menu_actif .advtm_menu_span:after,
    #adtm_menu .li-niveau1:hover a.a-niveau1 .advtm_menu_span:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
        background: #727272;
        height: 1px;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr td.advtm_column_wrap_td_7 .adtm_column_35 .column_wrap_title a,
    #adtm_menu ul#menu li.li-niveau1.advtm_menu_18 .adtm_sub table tbody tr td.advtm_column_wrap_td_8 .adtm_column_38 .column_wrap_title a,
    #adtm_menu ul#menu li.li-niveau1.advtm_menu_19 .adtm_sub table tbody tr td.advtm_column_wrap_td_9 .adtm_column_41 .column_wrap_title a,
    #adtm_menu ul#menu li.li-niveau1.advtm_menu_30 .adtm_sub table tbody tr td.advtm_column_wrap_td_29 .adtm_column_103 .column_wrap_title a {
        display: inline-block;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub {
        width: calc(100% + 84px);
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        left: -42px !important;
        right: -42px !important;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td .adtm_column_wrap .adtm_column a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-transform: uppercase !important;


    }

    #index .columns-three-home {
        margin: 17px auto 0;
    }
}

@media screen and (max-width: 1200px) {
    #header .header-nav .top-logo a img {
        width: 180px;
    }

    body#checkout div.firstname, body#checkout div.lastname {
        width: 50% !important;
    }

    #adtm_menu #close-menu-burger {
        position: fixed;
        top: 0;
        left: 0;
        cursor: pointer;
        width: 58px;
        height: 48px;
        background: url(../img/svg/close-menu-burger.svg) no-repeat center;
    }
    #adtm_menu ul#menu {
        flex-direction: column;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr {
        flex-direction: column;
    }

    #adtm_menu .li-niveau1 a.a-niveau1.advtm_menu_actif .advtm_menu_span:after {
        display: none;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr {
        padding: 0;
        background: 0 0;
    }

    #adtm_menu ul#menu .li-niveau1 div.adtm_sub {
        padding: 0 15px 30px 48px !important;
    }

    #header .header-banner.fixed-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1001;
    }

    .div_fix_selector_pays {
        display: flex;
        flex: 1;
    }

    #adtm_menu .li-niveau1 a.a-niveau1:focus .advtm_menu_span,
    #adtm_menu .li-niveau1.adtm_sub_open a.a-niveau1 .advtm_menu_span,
    .li-niveau1:focus > a.a-niveau1 .advtm_menu_span {
        color: #000;
    }

    #adtm_menu .adtm_column_wrap span.column_wrap_title {
        padding: 0 0 0 2px;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr td:nth-child(2),
    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr td:nth-child(3) {
        padding-top: 0;
    }

    #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1 a.a-niveau1 {
        border: none;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr td:not(:nth-child(4)) {
        padding: 0;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr td:nth-child(4) {
        display: none;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_17 .adtm_sub table tbody tr td .adtm_column_wrap .adtm_column.adtm_column_36 {
        display: none;
    }


    #adtm_menu .adtm_column {
        padding: 0;
        margin: 0;
    }


    #adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr {
        background: 0 0;
        padding: 0;
        flex-direction: column;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_21 .adtm_sub table tbody tr .adtm_column_wrap_td {
        width: 100%;
    }

    /*    #header .header-nav .blockcart a img {
            display: none;
        }*/
    #header .header-nav .blockcart a {
        display: inline-block;
        /*        width: 23px;
                height: 23px;*/;
        /* background: url(../img/svg/header-basket-mobile.svg) no-repeat center; */
    }

    .header_banner {
        height: 25px;
    }

    .header_banner .slide {
        padding: 2px 0;
    }

    body#checkout #header .header-nav {
        display: inherit;
    }

    body#checkout #header .header-nav #_mobile_logo {
        margin: 0;
    }

    #header .header-nav .block-left, #header .header-nav .block-right {
        display: flex;
        align-items: center;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        position: relative;
        bottom: 0px;

    }

    #header .header-nav .block-left #_mobile_logo {
        max-width: 60%;
    }

    #adtm_menu ul#menu li.li-niveau1.advtm_menu_toggle {
        position: absolute;
        top: 40px;
        left: 20px;
    }

    #header .header-top .search-widget {
        display: none;
        position: relative;
        height: auto;
        width: 100vw;
        background: #fff;
        max-width: 100%;
        float: left;
        z-index: 100000;
        left: 0;
        margin-bottom: 20px;
    }

    #header .header-top .search-widget.visible {
        transform: translateY(0);
    }

    #header .header-top .block-left {
        min-width: auto;
    }

    #header .header-top .block-right {
        background: #fff;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 10000;
        overflow: hidden;
        padding: 0 0 0 8px;
        justify-content: space-between;
        transition: all .2s ease-in-out;
        transform: translateX(-100%);
    }

    #header .header-top .block-right #_desktop_cart,
    #header .header-top .block-right .clearfix {
        display: none;
    }

    #header .header-top .block-right #_desktop_language_selector,
    #header .header-top .block-right #_desktop_user_info,
    #header .header-top .block-right .favorite_icon {
        width: 100%;
        max-width: 80px;
    }

    #header .header-top .block-right #_desktop_user_info a,
    #header .header-top .block-right .favorite_icon a {
        flex-direction: row;


        text-align: left;
    }

    #header .header-top .block-right #_desktop_user_info a span,
    #header .header-top .block-right .favorite_icon a span {
        max-width: 46px;
        text-align: left;
    }

    #header .header-top .block-right #_desktop_user_info a img,
    #header .header-top .block-right .favorite_icon a img {
        margin-right: 7px;
    }

    #_desktop_language_selector .dropdown-menu {
        position: fixed;
        display: block !important;
        width: 100%;
        border: none;
        right: 0;
        left: 0;
        top: 40px;
        min-width: 0;
        z-index: 1000;
        transform: translateX(-100%);
        transition: all 250ms ease-in-out;
        padding: 5px 40px 5px 80px;
        border-bottom: solid 1px #000;
    }

    #_desktop_language_selector {
        margin-left: 0;
    }

    #header.is-open .header-top .block-right {
        transform: translateX(0);
        overflow: visible;
    }

    #header .header-nav .block-right .user-info {
        margin-left: 0;
        margin-top: 0;
    }

    #header .header-nav .block-right .user-info a {
        display: inline-block;
        height: 48px;
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #header .header-nav .blockcart {
        background: transparent;
        align-items: center;
        display: flex;
        padding: 0;
        margin-left: 12px;
        margin-right: 12px;
        position: relative;
    }

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

    #header .header-nav .blockcart .cart-products-count {
        position: absolute;
        right: -7px;
        top: 10px;
        width: 16px;
        height: 16px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        line-height: 14px;
    }

    #header .header-nav #_mobile_search {
        width: auto;
        position: relative;
        top: 2px;
        cursor: pointer;
        right: 0px;
    }

    #open-search {
        margin: 0px 14px 0px 0px;
        width: 18px;
    }
    #_mobile_cart .header>a>img {
        width: 18px;
    }

    #header .header-nav .blockcart a .hidden-sm-down,
    #header .header-nav .user-info a .hidden-sm-down {
        display: none;
    }

    #header .header-top {
        height: inherit;
        padding: 0;
        margin-top: 0px;
    }

    .newproducthome .slick-dots li {
        width: 30px;
        height: 6px;
    }

    .newproducthome .slick-dots li.slick-active button:before {
        color: #DADADA;
        width: 30px;
        height: 8px;
        content: "";
        background: #DADADA;
        border: 1px solid #DADADA;
    }

    .newproducthome .slick-dots li button {
        width: 29px;
        height: 6px;
        border-radius: inherit;
        border: 1px solid #000;
        background: #000;
    }

    .product-miniature .product-title a {


        text-align: left !important;

    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div#_desktop_top_menu {
        padding-bottom: 0;
    }

    .ls-overflow-visible {
        overflow: hidden;
    }

    #footer_sub_menu_footer-bottom, #footer_sub_menu_footer-bottom-fr {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #footer_sub_menu_footer-bottom .h3, #footer_sub_menu_footer-bottom .title, #footer_sub_menu_footer-bottom-fr .title, #footer_sub_menu_footer-bottom-fr .h3 {
        display: none !important;
    }

    #footer_sub_menu_La .title, #footer_sub_menu_footer-bottom-fr .title {
        border-bottom: 1px solid #ACACAC;
    }

    .img_paiement {
        text-align: center;
    }

    #header .header-top .search-widget form {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }

    #header .header-top .search-widget form input[type=text] {
        height: 75px;

        border-bottom: none;
        background: #fff;
    }

    #header .header-top .search-widget form button[type=submit] {
        width: 46px;
        background: #fff;
    }

    body #search_widget img.logo_search {    
        margin-right: 0px !important;
    }

    #layerslider_10 .ls-bottom-nav-wrapper,
    #layerslider_11 .ls-bottom-nav-wrapper,
    #layerslider_12 .ls-bottom-nav-wrapper,
    #layerslider_2 .ls-bottom-nav-wrapper {
        top: auto;
        bottom: 30%;
    }

    #layerslider_10 .ls-bottom-slidebuttons,
    #layerslider_11 .ls-bottom-slidebuttons,
    #layerslider_12 .ls-bottom-slidebuttons,
    #layerslider_2 .ls-bottom-slidebuttons {
        width: 100%;
        max-width: 1180px;
        display: flex !important;
        justify-content: center;
        margin-top: 40px;
    }

    #layerslider_10 .ls-bottom-slidebuttons a,
    #layerslider_11 .ls-bottom-slidebuttons a,
    #layerslider_12 .ls-bottom-slidebuttons a,
    #layerslider_2 .ls-bottom-slidebuttons a {
        width: 7px !important;
        height: 7px;
        border-radius: 0;
        padding: 0;
        border: solid 1px #fff !important;
    }

    #layerslider_10 .ls-bottom-slidebuttons a.ls-nav-active,
    #layerslider_11 .ls-bottom-slidebuttons a.ls-nav-active,
    #layerslider_12 .ls-bottom-slidebuttons a.ls-nav-active,
    #layerslider_2 .ls-bottom-slidebuttons a.ls-nav-active {
        background: #fff;
    }

    #layerslider_10 .ls-wrapper .wrapper-caption,
    #layerslider_11 .ls-wrapper .wrapper-caption,
    #layerslider_12 .ls-wrapper .wrapper-caption,
    #layerslider_2 .ls-wrapper .wrapper-caption {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    #layerslider_10 .ls-wrapper .caption-slider,
    #layerslider_11 .ls-wrapper .caption-slider,
    #layerslider_12 .ls-wrapper .caption-slider,
    #layerslider_2 .ls-wrapper .caption-slider {
        width: 100%;
        margin: 0 15px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    #layerslider_10 .ls-wrapper .caption-slider .subtitle,
    #layerslider_11 .ls-wrapper .caption-slider .subtitle,
    #layerslider_12 .ls-wrapper .caption-slider .subtitle,
    #layerslider_2 .ls-wrapper .caption-slider .subtitle {
        color: #000;


    }

    #layerslider_10 .ls-wrapper .caption-slider .title,
    #layerslider_11 .ls-wrapper .caption-slider .title,
    #layerslider_12 .ls-wrapper .caption-slider .title,
    #layerslider_2 .ls-wrapper .caption-slider .title {
        color: #000;
        text-transform: uppercase;



    }

    #layerslider_10 .ls-wrapper .caption-slider .button,
    #layerslider_11 .ls-wrapper .caption-slider .button,
    #layerslider_12 .ls-wrapper .caption-slider .button,
    #layerslider_2 .ls-wrapper .caption-slider .button {
        display: flex;
        margin-bottom: 5px;
    }

    #layerslider_10 .ls-wrapper .caption-slider .button a,
    #layerslider_11 .ls-wrapper .caption-slider .button a,
    #layerslider_12 .ls-wrapper .caption-slider .button a,
    #layerslider_2 .ls-wrapper .caption-slider .button a {
        height: 30px;

        padding: 0 17px;
        border: solid 1px #000;

        color: #000;
        display: inline-block;
    }

    #layerslider_10 .ls-wrapper .caption-slider .button a:hover,
    #layerslider_11 .ls-wrapper .caption-slider .button a:hover,
    #layerslider_12 .ls-wrapper .caption-slider .button a:hover,
    #layerslider_2 .ls-wrapper .caption-slider .button a:hover {
        background: #000;
        color: #fff;
    }

    .elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container,
    .elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container {
        padding-left: 50px;
    }

    #open-search-sticky .logo {
        display: none;
    }
    button.dfd-is-action{
        display: block !important;
    }
    .dfd-mobile .dfd-suggestion-link>button:first-child svg {
        display: none;
    }
    .dfd-mobile .dfd-suggestion-link>button:last-child {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {

    #header .header-nav #_mobile_logo{
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #menu-icon {
        margin: 0 10px;
    }

    #header .header-nav {
        margin-bottom: 0;
        border-bottom: none;
        height: 55px;
        z-index: 1000;
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    #adtm_menu ul#menu .li-niveau1 div.adtm_sub {
        padding: 0 15px 30px 0px !important;
    }

    .product-flags {
        top: -10px !important;
        right: 10px !important;

    }

    #main .page-content, #main .page-header {
        margin-bottom: 0.263rem;
    }

    /* body#address .firstname, body#address .lastname, body#identity .firstname, body#identity .lastname, body#authentication .firstname, body#authentication .lastname, body#identity .firstname, body#identity .lastname, body#checkout .firstname, body#checkout .lastname, body#authentication .firstname .col-md-12, body#authentication .lastname .col-md-12, body#checkout .firstname .col-md-12, body#checkout .lastname .col-md-12, body#identity .firstname .col-md-12, body#identity .lastname .col-md-12, body#address .firstname .col-md-12, body#address .lastname .col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    } */

    .optin label, .psgdpr label, .newsletter label {
        margin-bottom: 0 !important;
        padding-top: 5px !important;
    }

    .page-content .product-flags {
        top: 0px !important;
    }

    .product-miniature .highlighted-informations {
        width: auto;
        height: auto;
        bottom: 8rem;

        left: 0;
        right: 0;
    }

    #header .header-top .block-logo {
        display: none;
    }

    #index .elementor-section.elementor-section-boxed > .elementor-container .elementor-row {
        justify-content: space-around;
    }

    .elementor-element-10wex6v .elementor-element-xnpslwd {
        padding-top: 18px;
    }

    .elementor-element-10wex6v .elementor-element-0lym6jo,
    .elementor-element-10wex6v .elementor-element-xnpslwd {
        max-width: calc(100% - 34px);
        height: auto;
    }

    .elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature {
        width: 100%;
        max-width: 280px;
        margin: 0 auto !important;
    }

    .elementor-element-10wex6v .elementor-element-xnpslwd,
    .elementor-element-ten0k1n .elementor-row .elementor-element-ex90mmb {
        margin-right: 0;
    }

    #index .elementor-section.elementor-section-boxed > .elementor-container {
        width: 100%;
    }

    .elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container,
    .elementor-1020101 .elementor-element.elementor-element-nym288s .elementor-widget-container,
    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container {
        margin: 0 !important;
        padding-left: 0;
    }

    .elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container {
        padding-top: 14px;
    }

    .elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container p,
    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p {
        color: #000;


    }

    .elementor-1020101 .elementor-element.elementor-element-lc95i72 .elementor-widget-container h3,
    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container h3 {
        color: #000;
        text-transform: uppercase;



    }

    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container h3 {
        margin-bottom: 0;
    }

    .elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container {
        margin: 0 !important;
        padding-left: 0;
        display: flex;
        justify-content: flex-end;
    }

    .elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container p a,
    .elementor-element-ten0k1n .elementor-element-ezzfoud p a,
    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p a {
        height: 30px;

        padding: 0 17px;
        border: solid 1px #000;

        color: #000;
        display: inline-block;
    }

    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p:last-of-type {
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p a {
        margin-top: 0;
    }

    .elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container .elementor-text-editor {
        position: relative;
    }

    #index .elementor-section.elementor-section-boxed.elementor-element-ooka1gd > .elementor-container .elementor-row {
        flex-direction: column;
    }

    #index .elementor-section.elementor-section-boxed.elementor-element-ooka1gd > .elementor-container .elementor-row .elementor-column.elementor-col-50 {
        width: 100%;
        padding-top: 10px;
        margin-top: 10px;
        border-top: solid 1px rgba(112, 112, 112, .4);
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-row {
        flex-direction: column;
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-row .elementor-col-50 {
        width: 90%;
        max-width: 450px;
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-element-djbwrhg {
        padding-left: 0;
        margin-top: 20px;
    }

    #index .elementor-section.elementor-element-bptkrn7 {
        padding: 25px 0;
        background-position: right center;
    }

    /*    #product .product-container {
            margin-top: 10%;
        }*/
    #product .block-images {
        position: relative;
    }

    #product .breadcrumb_container {
        margin-bottom: 0px;
    }

    .pwfavorites, .pwfavorites:hover, .pwfavorites:focus {
        right: 0px;
        bottom: 43px;
    }

    body#product .slick-dots {
        position: relative;
        bottom: 2%;
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 1025px) {
    #cms .page-content.page-cms .elementor-element-elg55a8 {
        padding-bottom: 200px;
    }

    #cms .page-content.page-cms .elementor-element-oy59std {
        width: calc(100% - 34px);
        max-width: 1230px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-6wll1c4 {
        margin-top: -60px;
    }

    #cms .page-content.page-cms .elementor-element-6wll1c4 .elementor-widget-wrap {
        max-width: 300px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-9pglfnh {
        margin-top: -180px;
    }

    #cms .page-content.page-cms .elementor-element-8glca3p {
        width: calc(100% - 34px);
        max-width: 1230px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-8glca3p > .elementor-container > .elementor-row {
        display: flex;
        flex-direction: row;
    }

    #cms .page-content.page-cms .elementor-element-qn07uq1 {
        margin: -105px auto 15px;
    }

    #cms .page-content.page-cms .elementor-element-qn07uq1 > .elementor-column-wrap {
        max-width: 512px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-266utts > .elementor-container > .elementor-row {
        flex-direction: row;
        width: calc(100% - 34px);
        max-width: 1230px;
        margin: 90px auto;
    }

    #cms .page-content.page-cms .elementor-element-266utts > .elementor-container > .elementor-row .elementor-element-pww6c0h > .elementor-column-wrap {
        max-width: 360px;
        margin: 0 auto;
    }

    #cms .page-content.page-cms .elementor-element-b9k2flx .elementor-row {
        align-items: center;
    }

    #cms .page-content.page-cms .elementor-element-b9k2flx .elementor-row .elementor-element-mby0c6b {
        max-width: 512px;
        margin-right: 50px;
    }

    #cms .page-content.page-cms .elementor-element-o7ckdmc {
        margin: 100px 0;
    }
}

@media screen and (min-width: 2200px) {
    #header.sticky-desktop .header-top .block-left.open {
        width: auto;
    }
}

@media screen and (max-width: 770px) {
    #prestablog_menu_cat nav {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    body#identity .form-group, body#authentication .form-group, body#address .form-group {
        margin-bottom: 0 !important;
    }

    body#identity .form-group .form-control-comment, body#authentication .form-group .form-control-comment, body#address .form-group .form-control-comment {
        padding-top: 0 !important;
    }

    #footer-blocks > .row {
        display: grid;
        margin-left: 30%;
    }

    body#checkout section.checkout-step .continue, #js-worldlineop-btn-submit, .js-payment-binary button {
        width: 90%;
    }

    #adtm_menu {
        margin: inherit;
        height: inherit;
        display: inherit;
        justify-content: inherit;
    }

    .search_query_atm {
        background: #EFEFEF;
        border: none;
    }

    .search_query_atm {



        color: #727272;

    }

    #adtm_menu ul#menu {

        display: inherit;
        justify-content: inherit;

    }

    #footer .footer-container {
        padding: 0 0 20px;
    }

    #step2_size.active {
        overflow: auto;
        align-items: flex-start;
    }

    #step2_size .block-image-popup {
        max-width: 100%;
    }

    #guide_taille_youtube_iframe {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    #step2_size .empreinteMod_globalWorkshop_sizeChange_SG {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }

    #step2_size .block-content-popup .h3 {




        margin-bottom: 15px;
    }

    #step2_size .block-content-popup {
        width: 100%;
        position: relative;
        padding: 10px 14px 14px;
    }

    #step2_size .block-content-popup .flex-center {
        margin-bottom: 5px;
    }

    #step2_size .block-content-popup .select_size .sgSizeLine {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        flex-direction: column;
    }

    #step2_size .block-content-popup .select_size {
        padding-right: 0;
    }

    #step2_size .block-content-popup .select_size .sgSizeLine .block-select {
        margin-left: 0;
        background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px top 4px;
    }

    #step2_size .block-content-popup .select_size .sgSizeLine .block-select select {
        height: 24px;


    }

    #step2_size .block-content-popup .yourSizeTitle {


        display: block;
        margin-bottom: 0;
    }

    #step2_size .block-content-popup #resultBottomSize,
    #step2_size .block-content-popup #resultSize {


        margin-right: 15px;
    }

    #step2_size .block-content-popup .yourSize_result {
        text-align: center;
        margin-top: 10px;
    }

    #blockcart-modal .modal-dialog {
        left: 0 !important;
    }

    .data-step-complete {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    .cart-accessories .swiper-wrapper, .slider-accessories .swiper-wrapper {
        justify-content: start !important;
        box-sizing: inherit !important;
    }

    body#checkout #checkout-personal-information-step p.infos-adresse {
        bottom: 225px;
        transition: none;
    }

    #cart .lineven-relatedproducts #products,
    #pagenotfound .lineven-relatedproducts #products {
        position: relative;
    }

    body#checkout section.checkout-step .delivery-option .left-part {
        width: 75%;
    }

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

    #index #footer #block-reassurance {
        display: none;
    }

    #block-reassurance ul {
        align-items: center;
    }

    #block-reassurance ul > a {
        width: 100%;
        max-width: 260px;
    }

    .product-information .product-actions form {
        position: relative;
    }

    #index .categ-products .h2,
    #product .product-accessories .title-accessories {


        width: 100%;
        max-width: 175px;
        margin: 0 auto 15px;
    }

    #index .categ-products .products .product-miniature .block-image .add-to-cart-home,
    #product .product-accessories .products .product-miniature .block-image .add-to-cart-home {
        display: none;
    }

    #index .categ-products {
        margin-top: 40px;
    }

    #product .product-accessories {
        width: 90%;
        max-width: 380px;
        margin: 50px auto 0;
        position: relative;
    }

    #index .categ-products .product-flags,
    #product .product-accessories .product-flags {
        display: none;
    }

    #index .categ-products .product-miniature .thumbnail-container .product-thumbnail,
    #product .product-accessories .product-miniature .thumbnail-container .product-thumbnail {
        height: calc(100% - 110px);
    }

    #index .categ-products .add-to-cart-home,
    #product .product-accessories .add-to-cart-home {
        display: none !important;
    }

    #m4e_hometabcateg {
        width: 90%;
        max-width: 262px;
        margin: 0 auto;
        position: relative;
    }

    #cart .cart-accessories .swiper-button-next,
    #m4e_hometabcateg .swiper-button-next,
    #pagenotfound .cart-accessories .swiper-button-next,
    #product .product-accessories .swiper-button-next {
        width: 20px;
        height: 30px;
        right: 0;
        background: url(../img/svg/modal-slider-next.svg) no-repeat center;
        position: absolute;
        top: 70px;
        left: 325px;
    }

    #cart .cart-accessories .swiper-button-prev,
    #m4e_hometabcateg .swiper-button-prev,
    #pagenotfound .cart-accessories .swiper-button-prev,
    #product .product-accessories .swiper-button-prev {
        width: 20px;
        height: 30px;
        left: 0;
        background: url(../img/svg/modal-slider-prev.svg) no-repeat center;
        position: absolute;
        top: 70px;
        left: 6px;
    }

    #m4e_hometabcateg .swiper-slide,
    #product .product-accessories .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #m4e_hometabcateg .swiper-slide .product-description,
    #m4e_hometabcateg .swiper-slide .thumbnail-container,
    #product .product-accessories .swiper-slide .product-description,
    #product .product-accessories .swiper-slide .thumbnail-container {
        width: 100%;
        max-width: 173px;
    }

    #product .block-content .product-actions .add-to-cart,
    #product .product-variants > .product-variants-item select#group_1 {




        color: #fff;
        background: #000;
        padding: 5px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        text-align-last: center;
        text-align: -webkit-center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        height: auto;
    }

    #product .product-variants > .product-variants-item select#group_1 {
        position: fixed;
        bottom: 0;
        left: 0;
        border: solid 12px #fff;
        border-right: solid 6px #fff;
        z-index: 150;
        display: flex;
        padding-left: 25px;
        margin-bottom: 0;
        width: 50%;

    }

    .size-guide-product {
        justify-content: flex-start;
    }

    #product .block-content .product-actions .add .trigger-select span,
    #product .block-content .product-actions .add-to-cart span {
        width: 100%;
        max-width: 190px;
        display: inline-block;
        white-space: break-spaces;
    }

    #product .product-variants > .product-variants-item.select-item.variant-1 {
        background: 0 0;
    }

    #go-top-page.active {
        display: none;
    }

    #product .container-btn .back-btn a {
        border: solid 1Px #000;
        color: #000;
    }

    #header .header-nav .top-logo {
        padding-top: 0;
    }

    #header .header-nav .blockcart.active {
        margin-left: 0;
    }

    #index .elementor-section.elementor-section-boxed.elementor-element-10wex6v > .elementor-container > .elementor-row,
    #index .elementor-section.elementor-section-boxed.elementor-element-ten0k1n > .elementor-container > .elementor-row {
        flex-direction: column;
        align-items: center;
    }

    #index .elementor-section.elementor-section-boxed.elementor-element-bkvf58w > .elementor-container > .elementor-row {
        flex-wrap: nowrap;
    }

    .elementor-element-10wex6v .elementor-product-miniature .elementor-content {
        padding: 0 10px 5px;
    }

    .elementor-element-10wex6v .elementor-product-miniature .elementor-atc {
        padding: 0 10px;
    }

    .elementor-element-ten0k1n .elementor-row .elementor-element-ex90mmb {
        margin-bottom: 30px;
    }

    .elementor-element-10wex6v {
        margin-top: 35px;
        margin-bottom: 30px;
    }

    #js-product-list-header .block-category,
    #product-list-header .block-category {
        padding-top: 20px;
    }

    .elementor-1020101 .elementor-element.elementor-element-0hp0ug0 {
        margin-bottom: 10px;
    }

    #layerslider_10 .ls-bottom-nav-wrapper,
    #layerslider_11 .ls-bottom-nav-wrapper,
    #layerslider_12 .ls-bottom-nav-wrapper,
    #layerslider_2 .ls-bottom-nav-wrapper {
        bottom: 38%;
    }

    #layerslider_10 .ls-layers,
    #layerslider_11 .ls-layers,
    #layerslider_12 .ls-layers,
    #layerslider_2 .ls-layers {
        padding-bottom: 50px;
    }

    #index .elementor-section.elementor-element-bptkrn7 {
        margin-top: 0;
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-row .elementor-col-50 {
        width: 100%;
        max-width: calc(100% - 34px);
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap h4:first-of-type,
    #index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap h4:last-of-type {


        margin-bottom: 0;
        text-align: center;
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap p {


        margin-bottom: 15px;
        text-align: center;
        padding: 0 5px;
    }

    .elementor-element-vv2qt3a {
        margin-bottom: 5px !important;
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-social-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        display: inline-block;
        padding: 0;
        background-size: contain;
    }

    #index .elementor-1020101 .elementor-element.elementor-element-ov3047m {
        text-align: center;
    }

    .block_newsletter .block-newsletter-label {
        margin-right: 0;
        max-width: 100%;
    }

    .block_newsletter form input[type=email],
    .block_newsletter form input[type=submit] {
        height: 40px;

    }


    #search_filters .facet .title {
        display: none;
    }

    .facet-dropdown .select-title {
        display: flex;
        justify-content: space-between;
    }

    #search_filters,
    #search_filters_brands,
    #search_filters_suppliers {
        box-shadow: none;
        margin-bottom: 0;
        background: #fff;
        padding: 0 17px;
        width: 100%;
    }

    .facet-dropdown.open > .select-title {
        border: 1px solid transparent;
        background: #EFEFEF;
    }

    #search_filters_wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    #search_filters_wrapper .btn-secondary,
    #search_filters_wrapper .btn-tertiary {
        padding: 11px 45px;
        border: solid 1px #000;

        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        box-shadow: none;
        background-color: #000;
        margin-top: 10px;
        margin-bottom: 0;




        text-transform: uppercase;
    }

    #search_filters_wrapper .btn-secondary i {
        display: none;
    }

    .facet-label {
        width: 100%;
        text-align: left;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: flex;
        border-bottom: 1px solid #DADADA;
    }

    #search_filters .facet .facet-label .custom-checkbox {
        margin-right: 20px;
        margin-left: 12px;
        top: 0px;
    }

    .custom-checkbox, .custom-radio {
        margin-right: 12px;
    }

    .color {
        margin-left: 0;
    }

    #block-reassurance {
        padding: 25px 0;
    }

    #block-reassurance ul {
        width: 100%;
        max-width: calc(100% - 34px);
        flex-direction: column;
        align-items: center;
    }

    #block-reassurance ul li {
        flex-direction: row;
        padding-left: 12%;
        width: 100%;
        max-width: 260px;
    }

    #block-reassurance ul li .picto {
        width: 46px;
        margin-right: 10px;
        justify-content: flex-start;
    }

    #block-reassurance ul li.block_2 .picto {
        padding-left: 5px;
        background-position: left;
    }

    #block-reassurance ul li.block_3 .picto {
        padding-left: 2px;
        background-position: left;
    }

    #block-reassurance ul li.block_4 .picto {
        padding-left: 2px;
        background-position: left;
    }

    #block-reassurance ul li .uppercase {
        max-width: 140px;


        text-align: left;
    }

    #footer-blocks li {
        padding: 0;
        border-bottom: none;

    }

    #index .categ-products .pwfavorites,
    #product .product-accessories .pwfavorites,
    .elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature .pwfavorites,
    .products .product-miniature .pwfavorites,
    .pwfavorites-slider .product-miniature .pwfavorites,
    .responsivelayout .product-miniature .pwfavorites {
        display: block;
        top: -10px;
        bottom: auto;
        z-index: 10;
        position: absolute;
        right: -10px;
        margin: 0;
        padding: 22px;
    }

    #index .categ-products .pwfavorites i,
    #product .product-accessories .pwfavorites i,
    .elementor-element-10wex6v .elementor-element-0lym6jo .pwfavorites i,
    .products .pwfavorites i,
    .pwfavorites-slider .pwfavorites i,
    .responsivelayout .pwfavorites i {
        color: #000;

        text-shadow: none;
        display: none;
    }

    #custom-text {
        min-height: 210px;
        padding: 40px 0;
    }

    #custom-text h2,
    #custom-text h1 {


        margin-bottom: 5px;
    }

    #custom-text p {

        margin-bottom: 5px;
    }

    .elementor-element-10wex6v .elementor-product-miniature:hover .elementor-atc .elementor-button {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #index .elementor-section.elementor-element-bptkrn7 {
        background-image: url(../img/interface/bg-video-home-mobile.jpg);
        background-position: center;
    }
}

@media screen and (max-width: 575px) {
    .div_fix_selector_pays {
        display: flex;
        flex: 1;
        justify-content: space-between;
        width: 70%;

        gap: 5px;
    }
    #header .header-nav .blockcart img{
        width: 19px;
    }
    #header .header-nav .block-left {
        position: relative;
        bottom: 3px;
    }

    #header .header-nav #_mobile_search {
        width: inherit !important;
        position: relative;
        top: 2px;
    }

    #header .header-nav .blockcart .cart-products-count {
        right: -7px;
    }

    #cms .cta-repair a {
        width: 100%;
    }

    .repaire-mobile-step-image {
        margin-bottom: 10px !important;
    }
    img#ge_flag {
        margin-right: 0px !important;
    }
    .dfd-mobile {
        top: 55px !important;
    }

}

#scrollToTop {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scrollToTop::after {
    content: "";
    background-image: url(../img/svg/go-top-page.svg);
    background-size: contain;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-color: #fff;
}

#scrollToTop:hover {
    cursor: pointer;
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
}

#product #scrollToTop {
    bottom: 60px;
}

.btn-retour {
    color: #000;
    margin: 5%;
}

.btn-retour span {


    margin-left: -3px;
}

.btn-retour:hover {
    color: #000;
}

.page-customer-account #content .order-actions a {
    color: #000;
    display: block;
}

.page-customer-account #content i.material-icons {
    color: #000;
}

#product .btn-selection-taille {
    display: none;
}


@media screen and (max-width: 767px) {
    #product .btn-selection-taille {
        display: block;
        position: fixed;
        bottom: 11px;
        left: 11px;
        background: #fff;
        z-index: 150;
        display: flex;
        margin-bottom: 0;
        width: 46%;
        background: #000;
        color: #fff;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
    }

}

#order-detail #content {
    max-width: 1100px;
    margin: 0 auto;
}

#order-detail #content a {
    color: #000;
    text-decoration: underline;
}

#order-detail #content .btn-primary {
    background: #000;
}

#order-detail #content .btn-primary:hover {
    background: #fff;
    color: #000;
}

#blog_list_1-7 li {
    transition: none !important;
    transform: none;
}

#blog_list_1-7 .block_top img,
#blog_list_1-7 a,
#blog_list_1-7 li *,
.block_cont {
    transition: none;
}

.product-composition {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}

.product-composition .content-composition {
    margin-left: 10px;
    display: block;
}

#product .content-composition > p {
    color: #232323;

}

@media screen and (max-width: 767px) {
}

.popup-newsletter input {
    height: 40px;

    display: block;
    padding: 0 20px;

    color: #000;

    margin: 30px auto;
    width: 330px;
}

.fancybox-wrap .fancybox-skin table.popup-newsletter tr p {
    padding: 0 10px;
}

.popup-newsletter input::placeholder {
    color: #000;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .popup-newsletter input {
        width: auto;
    }

    .fancybox-wrap {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
    }
}

.adtm_column.adtm_column_53.advtm_hide_desktop .column_wrap_title {
    margin-top: 15px !important;
}

#checkout div#payment-option-6-container img {
    vertical-align: top;
    margin-top: -19px;
    max-height: 54px;
}

@media screen and (min-width: 768px) {
    #order-confirmation #order-items .total-confirmation {
        flex-flow: wrap;
        justify-content: flex-end;
    }

    #order-confirmation #order-items .order-confirmation-table {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }

    #order-confirmation #order-items .products-lines {
        width: 64%;
    }

    #order-confirmation #order-items .order-line {
        display: flex;
    }

    #order-confirmation #order-items .total-confirmation {
        position: absolute;
        right: 0;
        width: 33%;
    }

    #order-confirmation #order-details {
        align-self: flex-end;
    }

    #order-confirmation .page-order-confirmation {
        flex-direction: column;
        position: relative;
    }

    #order-confirmation footer {
        margin-top: 24%;
    }

    body#checkout div#checkout-login-form {
        margin-bottom: 150px;
    }
}

#order-confirmation .confirm-email-order a {
    color: #000;
    text-decoration: underline;

}

@media screen and (max-width: 350px) {
    #header .header-nav .blockcart {
        margin-left: 4px;
        margin-right: 4px;
    }
    #header .header-nav .top-logo a img {
        width: 140px;
    }
}

.no-overflow {
    overflow: visible !important;
}

.js-zoom-container {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: -78px;
    z-index: 10026;
    height: 100vh;
    width: 100vw;
    top: 70px;
}

.tabZoom {
    display: none;
}

@media screen and (max-width: 767px) {
    .tabZoom {
        display: block;
        position: absolute;
        z-index: 1000;
        background: #fff;
        color: #000;
        top: 45%;
        left: 35%;
        padding: 10px 20px;
        transition: .3s;
        text-align: center;
        width: 50px;
        letter-spacing: 2px;
        text-transform: uppercase;


    }

    .product-cover-mobile .tabZoom {
        left: 40%;
        width: 76px;
    }

    .zoom-placeholder .zoom-img {
        width: 700px;
        height: auto;
        border: none;
        max-width: none;
        max-height: none;
    }

    .zoom-placeholder {
        position: static !important;
        z-index: 1111111;
        height: 100%;
        overflow: scroll;
        width: 100vw;
    }

    /* .disable-scroll {
        position: fixed;
    } */

    .close-zoom {
        position: fixed;
        padding: 14px;
        color: #fff;



    }
}

.products-selection .sort-by {
    padding-right: 20px;
}

#popup-success.overlay-popup-success {
    position: fixed;
    top: 0;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transition: opacity .5s;
    visibility: visible;
    opacity: 1;
}

#popup-success .popup {
    top: 9%;
    margin: 70px auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    max-width: 660px;
    width: 100%;
    position: relative;
    transition: all .5s ease-in-out;
}

#popup-success .popup h2 {
    margin-top: 0;
    color: #333;

}

#popup-success .popup .close-popup-success {
    position: absolute;
    top: 12px;
    right: 17px;
    transition: all .1s;


    text-decoration: none;
    color: #333;
    z-index: 1;
    background: url(../img/svg/close-popup.svg) no-repeat center;
    width: 22px;
    height: 21px;
}

#popup-success .popup .content {
    max-height: 30%;
    overflow: auto;
}

#popup-success .popup .content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

#popup-success .popup .content ul li:nth-child(2) {
    text-align: center;
    margin: 0 auto;
    margin: 0 20px;
    white-space: break-spaces;
}

#popup-success .popup .content ul img {
    max-width: 280px;
    width: 100%;
}

#popup-success .content .alert-success {
    background-color: #fff;
    color: #000;


    border: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
    #popup-success .popup {
        width: 70%;
        top: 0;
        max-width: 360px;
    }

    #popup-success .popup .content ul {
        flex-direction: column;
    }

    #popup-success .popup .content ul img {
        max-width: max-content;
        width: 100%;
    }

    #popup-success .popup .content ul li {
        padding-bottom: 35px;
    }

    #popup-success .popup .close-popup-success {
        background: url(../img/svg/close-popup-white.svg) no-repeat center;
    }
}

.js-fixed-body {
    position: fixed;
}

.post-submit-msg {
    padding: 0 20px;
}

#checkout .payment-option img {
    max-height: 22px;
}

.table-labeled .label {
    background: 0 0 !important;
    color: #000;
}

.forgotten-password .form-fields .center-email-fields button {
    background-color: #000;

}

.forgotten-password .form-fields .center-email-fields button:hover {
    background-color: #fff;
    color: #000;
    border: 1px #000 solid;
}

.send-renew-password-link {
    text-align: center;
    color: #000;
}

.store-hours {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
}

.store-hours .day {
    display: flex;
    flex-direction: row;
    height: 22px;
    width: 45%;
    text-align: center;
    justify-content: space-between;
}

.store-hours .day.day_foreign_language {
    width: 60%;
}

.store-hours .day div {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .store-hours .day {
        width: 80%;
    }

    .store-hours .day.day_foreign_language {
        width: 95%;
    }
}

@media screen and (max-width: 340px) {

    .store-hours .day {
        width: 100%;
    }
}

.bh-sl-container .loc-name .stars {
    margin-left: 3px;
    display: inline-block;
    height: 10px;
    background: url(../img/interface/star.png) repeat-x left center;
    background-size: 10px;
    margin-bottom: 2px;
}

.bh-sl-container .loc-name .stars-1 {
    width: 10px;
}

.bh-sl-container .loc-name .stars-2 {
    width: 20px;
}

.bh-sl-container .loc-name .stars-3 {
    width: 30px;
}

.bh-sl-container .loc-name .stars-4 {
    width: 40px;
}

.bh-sl-container .loc-name .stars-5 {
    width: 50px;
}

body#checkout .modal-content table {
    width: 101% !important;
}

body#checkout .modal-content a {
    color: #000;
}

#blog_list_1-7 .block_top iframe {
    padding-top: 25px;
}

body#checkout #chronorelais_container {
    text-align: left;
    padding: 0;
    margin: 20px auto;
}

body#checkout #chronorelais_container #changeCustCP {
    background: #000;
    padding: 11px 15px;


}

#chrono_postcode_controls {
    margin: 20px auto;
}

#wrapper .sitemap {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    padding: 0;
    float: none;
}

#wrapper .sitemap a {
    color: #000;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #products .highlighted-informations,
    #products .plist_attribute_images,
    .featured-products .highlighted-informations,
    .featured-products .plist_attribute_images,
    .product-accessories .highlighted-informations,
    .product-accessories .plist_attribute_images,
    .product-miniature .highlighted-informations,
    .product-miniature .plist_attribute_images {
        position: relative;
        bottom: 0;
        text-align: left;
        padding: 5px 0 0 0;
        margin-top: 0px;
    }

    #category #js-product-list .product-miniature {
        margin-bottom: 15px;
    }

    #products .highlighted-informations.no-variants,
    .featured-products .highlighted-informations.no-variants,
    .product-accessories .highlighted-informations.no-variants,
    .product-miniature .highlighted-informations.no-variants {
        display: none;
    }

    #products .product-miniature:hover .highlighted-informations,
    #products .product-miniature:hover .plist_attribute_images,
    .elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature:hover .highlighted-informations,
    .elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature:hover .plist_attribute_images,
    .featured-products .product-miniature:hover .highlighted-informations,
    .featured-products .product-miniature:hover .plist_attribute_images,
    .product-accessories .product-miniature:hover .highlighted-informations,
    .product-accessories .product-miniature:hover .plist_attribute_images,
    .product-miniature .product-miniature:hover .highlighted-informations,
    .product-miniature .product-miniature:hover .plist_attribute_images {
        /*        position: relative;*/;
        bottom: 0;
        text-align: left;
        /*        top: -5px*/;
    }

    #products .featured-products .product-description,
    #products .product-accessories .product-description,
    #products .product-miniature .product-description {
        padding-bottom: 0;
        margin-bottom: 2px;
    }

    #products .product-miniature .product-actions {
        display: none;
    }

    .fancybox-wrap {
        left: auto !important;
    }

    #step2_size.active {
        align-items: center;
    }

    #index .elementor-1020101 .elementor-element.elementor-element-ov3047m,
    #index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap h4:last-of-type {
        text-align: center;
    }

    .all-products {
        text-align: center;
        margin: 20px 0 10px;
    }

    #product .product-quantity .qty {
        align-items: baseline;
    }

    .quickview .product-quantity .qty {
        flex-wrap: nowrap;
        align-items: baseline;
    }

    .quickview .size-guide-product {
        margin-top: 0;

    }

    .quickview .modal-body > .row {
        margin: -25px auto -20px;
        align-items: center;
    }

    .quickview .product-quantity .control-label {
        margin-right: -10px;
    }

    .quickview .product-quantity #quantity_wanted {
        width: 66px;
    }

    .quickview .product-quantity .block-select {
        margin-right: 10px;
    }

    #product .product-actions .product-add-to-cart,
    .quickview .product-actions .product-add-to-cart {
        padding: 15px 0;
    }

    body#checkout section.checkout-step .delivery-option .left-part {
        display: flex;
        width: 75%;
    }

    #index .categ-products,
    #product .product-accessories {
        margin-top: 30px;
    }


    #product .lineven-relatedproducts .header-title {
        max-width: 100%;
    }

    .all-products {
        margin-right: 0;
        display: flex;
        justify-content: center;
        float: none;
    }

    #product .container-btn .back-btn {
        top: -70px;
        left: 7px;
    }

    body#checkout #checkout-personal-information-step p.infos-adresse {
        left: 31.7%;
        bottom: 215px;
    }

    a.quick-view span {
        display: none;
    }

    .bh-sl-container .bh-sl-loc-list {
        height: auto;
    }

    #module-m4e_storelocatorcustom-stores .bh-sl-container .bh-sl-map {
        height: 500px;
    }

    .bh-sl-container .bh-sl-form-container form input[type=text] {
        width: 400px;
        margin: 0;
    }

    .bh-sl-container .bh-sl-form-container form {
        flex-direction: row;
        justify-content: center;
    }

    .disable-scroll {
        position: fixed;
    }

    #index .columns-two-home > .elementor-container > .elementor-row .elementor-element-ex90mmb {
        max-width: 350px;
    }

    #index .columns-two-home > .elementor-container > .elementor-row .elementor-element-ex90mmb iframe {
        height: 312px;
        width: 371px;
    }

    a.quick-view.add-to-cart-home span {
        display: block;


        letter-spacing: 0;
    }

    #index .categ-products .products .product-miniature:hover .add-to-cart-home {
        height: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #products .highlighted-informations,
    #products .plist_attribute_images,
    .featured-products .highlighted-informations,
    .featured-products .plist_attribute_images,
    .product-accessories .highlighted-informations,
    .product-accessories .plist_attribute_images,
    .product-miniature .highlighted-informations,
    .product-miniature .plist_attribute_images {
        position: relative;
        bottom: 0;
        text-align: left;
        top: 0px;
        padding: 5px 0 0 0;
    }

    #products .highlighted-informations.no-variants,
    .featured-products .highlighted-informations.no-variants,
    .product-accessories .highlighted-informations.no-variants,
    .product-miniature .highlighted-informations.no-variants {
        display: none;
    }

    #products .product-miniature:hover .highlighted-informations,
    #products .product-miniature:hover .plist_attribute_images,
    .elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature:hover .highlighted-informations,
    .elementor-element-10wex6v .elementor-element-0lym6jo .product-miniature:hover .plist_attribute_images,
    .featured-products .product-miniature:hover .highlighted-informations,
    .featured-products .product-miniature:hover .plist_attribute_images,
    .product-accessories .product-miniature:hover .highlighted-informations,
    .product-accessories .product-miniature:hover .plist_attribute_images,
    .product-miniature .product-miniature:hover .highlighted-informations,
    .product-miniature .product-miniature:hover .plist_attribute_images {
        position: relative;
        bottom: 0;
        text-align: left;
        top: -5px;
    }

    .lineven-relatedproducts #products .plist_attribute_images {
        display: none;
    }

    #products .product-miniature .product-actions {
        display: none;
    }

    #search_filters .facet .facet-dropdown > a .arrow-select {
        right: 10px;
    }

    #search_filters .facet .facet-dropdown > a {
        margin-right: 15px;
    }

    #index .columns-two-home > .elementor-container > .elementor-row .elementor-element-ex90mmb iframe {
        height: 420px;
        width: 470px;
    }

    .quickview .product-variants > .product-variants-item.select-item {
        margin-bottom: 12px;
        background: url(../img/svg/arrow-select-filter.svg) no-repeat left 175px top 12px;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .quickview .product-variants > .product-variants-item select {
        max-width: 202px;
        margin-right: 20px;
    }

    #index .columns-three-home {
        margin: 30px auto 0;
    }

    #product .images-container {
        display: flex;
        flex-direction: row;
    }

    #product .images-container .thumbs-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 88px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #product .product-variants > .product-variants-item.select-item {
        display: flex;
        align-items: center;
        background: url(../img/svg/arrow-select-filter.svg) no-repeat left 200px top 12px;
    }

    .size-guide-product {
        margin-top: 0;
    }

    #product .product-quantity .add {
        margin-bottom: 20px;
    }

    #product .product-container {
        margin-top: 6%;
    }

    .all-products {
        margin-right: 35px;
        display: flex;
        justify-content: flex-end;
        float: none;
    }

    #product-list-header .block-category {
        margin: 30px auto 0;
    }

    #products .featured-products .product-description,
    #products .product-accessories .product-description,
    #products .product-miniature .product-description {
        padding-bottom: 0;
    }

    .block-category-inner {
        max-width: 100%;
    }

    .products-sort-order .dropdown-menu {
        left: auto;
        right: auto;
    }

    #index .elementor-section.elementor-element-bptkrn7 .elementor-row {
        flex-direction: row;
    }

    #cart .cart-accessories .product-miniature,
    #pagenotfound .cart-accessories .product-miniature,
    #product .product-accessories .products .product-miniature {
        max-width: 180px;
        margin: 10px 18px 20px 10px;
    }

    #index .categ-products .products .product-miniature {
        max-width: 170px;
        margin: 10px 18px 20px 10px;
    }


    a.quick-view span {
        display: none;
    }

    .plus-infos-collaps span.active:after,
    .plus-infos-collaps span:after {
        width: 6px;
        height: 6px;
    }

    .disable-scroll {
        position: fixed;
    }

    a.quick-view.add-to-cart-home span {
        display: block;


        letter-spacing: 0;
    }

    #index .categ-products .products .product-miniature:hover .add-to-cart-home {
        height: 25px;
    }

    #index .columns-two-home > .elementor-container > .elementor-row .elementor-element-ex90mmb {
        max-width: 469px;
    }
}

.is-catalog #block-reassurance ul {
    justify-content: center;
}

.is-catalog #block-reassurance ul li {
    margin-right: 25px;
}

#index.is-catalog .categ-products .products .product-miniature .block-image .add-to-cart-home {
    display: none;
}

div.catalog-product-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 40px;
}

div.catalog-product-links a {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;



}

div.existFromTo.catalog-existFromTo {
    margin-top: -17px;
}


@media screen and (max-width: 1500px) {
    .sticky-desktop.open #adtm_menu ul#menu .advtm_menu_14 {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .sticky-desktop.open #adtm_menu ul#menu .advtm_menu_6 {
        display: none;
    }
}

.block_newsletter form button[type=submit].newsletter_submit,
.block_newsletter form input[type=submit].newsletter_submit {
    height: 40px;
    border: none;
    text-align: center;
    width: 60px;
    background: #fff;
    color: #000;
    text-transform: uppercase;

    transition: all .2s ease-in-out;

    bottom: 0;
    right: 0;

}

.block_newsletter form button[type=submit].newsletter_submit:hover,
.block_newsletter form input[type=submit].newsletter_submit:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.block_newsletter form legend {
    color: red;

    position: absolute;
    top: -22px;


}

.block_newsletter #newsletter_success_alert {
    background: #000;
    color: #fff;
}

.block_newsletter .newsletter_test {
    display: none;
}

#prestablog_menu_cat_custom nav ul li a.active {
    background: #000;
    color: #fff;
}

.psgdprinfo17 .btn-primary {
    border-color: transparent;
    color: #fff;
    background: #000;
    text-decoration: none;
}

.psgdprinfo17 .btn-primary:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.psgdprinfo17 a {
    color: #000;
    text-decoration: underline;
}

.psgdprinfo17 a:hover {
    color: #000;
    text-decoration: underline;
}

#block-reassurance li {
    border-bottom: none;
}

.lang-nl#cart .card-block.checkout a.valider-panier button {

    padding: 0 6px;
}

@media screen and (max-width: 340px) {

}

.lang-nl #blockcart-modal .modal-body .cart-content-btn .btn-modal {
    max-width: 260px;
}

@media screen and (max-width: 1024px) {
    #product .images-container .swiper-slide img {
        height: 100%;
        min-height: 100%;
        align-self: flex-start;
    }
}

.page-lookbook .main-title h1 {
    display: none;
}

@media screen and (min-width: 768px) {
    .page-lookbook .image-de-fond {
        margin-left: -10%;
        margin-top: -9%;
        width: max-content;
    }

    #cms.page-lookbook .elementor-element-fmkdpxa .elementor-widget-container p {
        text-align: left !important;
        max-width: 720px;
    }

    #cms.page-lookbook .elementor-element-fmkdpxa {
        margin-top: -33%;
        margin-left: -18px;
    }

    #cms.page-lookbook .elementor-section.elementor-section-boxed.elementor-element-aeemfbe > .elementor-container {
        max-width: 100%;
    }

    #cms.page-lookbook .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-2ogddnh {
        padding: 100px 0 120px;
        display: flex;
        justify-content: center;
    }

    #cms.page-lookbook .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-2ogddnh .elementor-column-wrap {
        width: 100%;
        max-width: 390px;
    }

    #cms.page-lookbook .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-2ogddnh {
        width: 49%;
        max-width: 560px;
    }

    #cms.page-lookbook .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-4lp1k0c {
        width: 49%;
        max-width: 560px;
        margin-top: -220px;
        display: flex;
        justify-content: center;
    }

    #cms.page-lookbook .elementor-element-3g95uyq .elementor-container .elementor-row .elementor-element-4lp1k0c .elementor-column-wrap {
        width: 100%;
        max-width: 442px;
    }

    #cms.page-lookbook .elementor-container .elementor-row .elementor-element-bzjqep2 {
        display: flex;
        justify-content: center;
        margin-bottom: 100px;
    }

    #cms.page-lookbook .elementor-container .elementor-row .elementor-element-bzjqep2 p {
        padding-left: 18px;

    }

    #cms.page-lookbook .elementor-container .elementor-row .elementor-element-bzjqep2 .elementor-column-wrap {
        width: 100%;
        max-width: 1056px;
    }

    #cms.page-lookbook .sub-title {


        margin-bottom: 0;
    }

    #cms.page-lookbook .elementor-element-3g95uyq .elementor-container .elementor-row {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    #cms.page-lookbook .margin-tb {
        margin: 100px auto !important;
    }

    #cms.page-lookbook .elementor-element-3g95uyq.elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
}

#cms.page-lookbook .elementor-element-aeemfbe p,
#cms.page-lookbook .elementor-element-xcfk0yr p,
#cms.page-lookbook .elementor-element-js30fa9 p,
#cms.page-lookbook .elementor-element-d19filu p,
#cms.page-lookbook .elementor-element-hks79dj p,
#cms.page-lookbook .elementor-element-is3jfud p {

    padding-left: 17px;
    margin-bottom: 30px;
}

#cms.page-lookbook .elementor-element-u67bx5w {
    margin-bottom: 50px;
}

.PA_desc,
.name_product_popup,
.title-popup {
    display: block;
    text-align: center;
}

main {
    position: relative;
}

/* Video Slider responisve */

@media screen and (max-width: 1023px) {

    #index .ls-background-videos .ls-bg-video.ls-layer iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

}

@media screen and (min-width: 992px) {
    #product .images-container .thumbs-container {
        width: 100%;
        max-width: 88px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

}

/*******************  LOOK BOOK SLIDER *****************************************************************  */

@media screen and (max-width: 990px) {

    .groupattribut .nav-cat-prev {
        left: -4px;
    }

    .newproducthome .slick-dots {
        bottom: -25px;
    }

    .ls-outline .ls-bottom-slidebuttons, .ls-outline .ls-nav-start, .ls-outline .ls-nav-stop {
        top: -26px !important;
    }

    .block-category {
        margin-bottom: 16px;
    }

    #product .lineven-relatedproducts .header-title {
        margin-top: 10px;
        padding-left: 15px;
        text-transform: unset;
    }

    #product .rlp-product-footer {
        margin-top: 0px;
    }

    #product .rlp-product-footer .card-block {
        padding: 0;
    }

    #product #block-reassuranceproduct {
        margin-bottom: 35px !important;
    }

    .image-carousel-look-book img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }

}

.image-carousel-look-book.elementor-widget-image .widget-image-caption {
    position: absolute;
    top: 90px;
    left: 380px;

    color: #000;
    text-transform: uppercase;

}

@media screen and (max-width: 990px) {
    .image-carousel-look-book.elementor-widget-image .widget-image-caption {
        left: 10%;
        top: 40px;
    }
}

.carousel-look-book {
    top: 0;
    max-width: 1200px;
    margin: -18% auto 140px;
}

@media screen and (max-width: 767px) {
    .carousel-look-book img {
        max-width: 300px;
    }

    .carousel-look-book {
        margin: -60% auto 140px;
    }

    #product .images-container .thumbs-container {
        display: none;
    }

    #index .newproducthome {
        margin-bottom: 10px;
    }

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

    body#product .block-images ul.slick-dots {
        position: absolute;
        bottom: 0px;
    }

    .pwfavorites, .pwfavorites:hover, .pwfavorites:focus {
        bottom: 47px;
        right: 10px;
        padding: 15px 20px;
        height: fit-content;
    }

    #product .container-btn .back-btn a {
        color: #000;
        display: inline;
        height: 40px;
        padding: 0;
        border: none;
    }

    .product-variants-item.variant-19 {
        margin-bottom: 25px;
    }

    #order-items .order-line .product-image {
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .image-carousel-look-book img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .carousel-look-book {
        margin: -38% auto 140px;
    }

    #cart .cart-grid-right .cart-summary {
        margin-bottom: 0px !important;
    }

    #cart .breadcrumb {
        text-align: left !important;
    }

    #cart #wrapper .breadcrumb ol {
        margin-left: 90px;
    }
}

.carousel-look-book .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: -35px;
    top: 180px;
    filter: invert(1);
}

.carousel-look-book .elementor-slick-slider .slick-arrows-inside .slick-next {
    right: -35px;
    top: 180px;
    filter: invert(1);
}

@media screen and (max-width: 990px) {
    .carousel-look-book .elementor-slick-slider .slick-arrows-inside .slick-prev {
        left: 15px;
        top: 170px;
    }

    .carousel-look-book .elementor-slick-slider .slick-arrows-inside .slick-next {
        right: 15px;
        top: 100px;
    }

    div#ge_ss0_1 {
        margin-top: -4px !important;
    }
}

#wrapper .block-promo .promo-name .cart-summary-line span {
    color: #000;
}


#product .block-content .product-actions .add-to-cart:disabled,
.quickview .product-actions .add-to-cart:disabled,
#product .block-content .product-actions .add-to-cart.add-disabled,
.quickview .product-actions .add-to-cart.add-disabled {
    background: #000;
}

.renew-password .email {
    color: #000;
    text-align: center;
}

.renew-password .form-group button.btn {
    background-color: #000;

    margin-top: 20px;
}

.renew-password .form-group button.btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px #000 solid;
}

.priceFrom {
    margin: 0 5px 0 0;
}

@media (max-width: 1400px) {
    #index .categ-products .products .product-miniature {
        max-width: 170px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1230px) {
    #product .product-container {
        margin-top: 3%;
    }

    #product .container-btn .back-btn {
        top: -80px;
    }
}

.regle-offert {

    text-align: center;
    padding: 10px 0;
}




#product .product-cover .slick-list.draggable {
    padding: 0 20px;
}

.sticky-desktop.open #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    padding: 0 7px;
}


#header.sticky-desktop.open .header-top .block-right #_desktop_user_info,
#header.sticky-desktop.open .header-top .block-right .favorite_icon {
    margin-right: 30px;
}

#header.sticky-desktop.open #_desktop_language_selector .simplelang {
    display: none;
}

#header.sticky-desktop.open #_desktop_language_selector .codelang {
    display: block;
    text-transform: uppercase;
}

#header.sticky-desktop.open #_desktop_language_selector .fa-angle-down {
    display: none;
}

.language-selector .simplelang {
    display: none;
}

#header.sticky-desktop.open #_desktop_language_selector {
    /*    margin-left: 5px;*/;
    position: absolute;
    right: 0;
    top: 13px;
    display: none;
}

@media (max-width: 991px) {

    .info-step-complete {
        margin-right: 5px !important;
    }

    body#checkout section.checkout-step.-current .step-title {
        padding-bottom: 0 !important;
        margin-bottom: 30px !important;
    }

    body#checkout section.checkout-step .forgot-password {
        text-align: center !important;
    }

    /*    body#checkout section.checkout-step .continue, #js-worldlineop-btn-submit, .js-payment-binary button{
            background: #727272 !important;
            opacity: 0.4;
        }*/
    body#checkout section.checkout-step .radio-block {
        padding: 20px 0 0 0;
    }

    body#checkout .optin label, body#checkout .psgdpr label {
        margin-bottom: 0.35rem;
    }

    #product .product-container {
        flex-direction: column;
    }

    #js-product-list-top.products-selection {
        justify-content: center;
    }

    .offsetcategory-xl-1 {
        margin-left: 0px;
    }

    .img-slide span {
        display: block !important;
    }

    .block-category .h1 {



        color: #000;

        margin-bottom: 10px !important;
        margin-top: 10px !important;
        padding-top: 10px;
    }

    .description_cate_plus {



        text-decoration: underline;
        text-transform: uppercase;

        color: #000;
        text-align: center;
    }

    .category-description-mobile p {
        color: #000;
        margin-bottom: 5px;
    }

    #category #wrapper .breadcrumb ol li:after {
        margin: 0 3px;
    }

    body#checkout div.firstname, body#checkout div.lastname {
        width: 100% !important;
    }
}

#js-worldlineop-loader {
    text-align: center;
    padding-top: 1rem;
}

#js-worldlineop-btn-submit:hover,
.js-payment-binary button:hover {
    background: white;
    border: 1px solid black;
    color: black;
}


#_desktop_ps_language_selector .btn-unstyle {
    display: flex;
}

#_desktop_ps_language_selector .btn-unstyle .expand-more {


    text-transform: uppercase;
    color: #000 !important;
    margin-right: 4px;
}

#_desktop_ps_language_selector .btn-unstyle .expand-more.current-lang-fr {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-fr.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_ps_language_selector .btn-unstyle .expand-more.current-lang-eu {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-eu.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_ps_language_selector .btn-unstyle .expand-more.current-lang-en {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-uk.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_ps_language_selector .btn-unstyle .expand-more.current-lang-ca {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-ca.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_ps_language_selector .btn-unstyle .expand-more.current-lang-us {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-us.svg) no-repeat left center;
    background-size: 28px;
}


#_desktop_ps_language_selector .btn-unstyle .expand-more.current-lang-be {
    padding-left: 36px;
    background: url(../img/svg/flag/flag-be.svg) no-repeat left center;
    background-size: 28px;
}

#_desktop_ps_language_selector .language-selector:hover .expand-more {
    color: #000;
}

#_desktop_ps_language_selector .btn-unstyle img {
    margin-top: 5px;
}

#_desktop_ps_language_selector .dropdown-menu {
    width: 230px;
    border: solid 1px #e8e8e8;
    left: auto;
    top: 50px;
    min-width: 0;
    padding: 5px 20px 5px 20px;
}

#_desktop_ps_language_selector .dropdown-menu.show {
    top: 0;
    left: 0;
    transform: translate3d(-88px, 16px, 0px);
}

#_desktop_ps_language_selector .dropdown-menu li.title {
    margin-bottom: 3px;
    padding: 0;


    color: #000000;
    position: relative;
}

#_desktop_ps_language_selector .dropdown-menu li.title.language {
    padding-top: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li.title.language:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -35px;
    right: -20px;
    height: 1px;
    background: #e8e8e8;
}

#_desktop_ps_language_selector .dropdown-menu li a.country {


    color: #000000;
}

#_desktop_ps_language_selector .dropdown-menu li.language a:hover {
    text-decoration: underline;
}

#_desktop_ps_language_selector .dropdown-menu li {
    display: flex;
    align-items: center;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.france {
    background: url(../img/svg/flag/flag-fr.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.royaume-uni {
    background: url(../img/svg/flag/flag-uk.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.europe {
    background: url(../img/svg/flag/flag-eu.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.usa {
    background: url(../img/svg/flag/flag-us.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.canada {
    background: url(../img/svg/flag/flag-ca.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.autres-pays {
    background: url(../img/svg/flag/flag-in.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu li a.country.belgique {
    background: url(../img/svg/flag/flag-be.svg) no-repeat left center;
    background-size: 20px;
}

#_desktop_ps_language_selector .dropdown-menu .dropdown-item {
    padding: 0;


    color: #000000;

}

#_desktop_ps_language_selector .dropdown-menu .dropdown-item:hover {
    color: #4a2721;
}

@media (max-width: 768px) {
    .title_content{
        margin-bottom: 5px;
    }
    #product .block-content .gamme-logo{
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .sizeficheproduct {
        margin-bottom: 40px;
    }
    .dropdown-menu {
        left: -124px;
    }

    #header .header-nav .language-selector {
        margin-top: 0;
    }

    #product .block-content h1 {



        color: #000;
    }

    #product .collection, #product .ligneprod {



        color: #000;

    }

    .product-flags {
        top: 3px;
    }

    .plist_attribute_images .groupattribut .input-container {
        padding-right: 2px;
    }

    .groupattribut .nav-cat-next {
        right: 2px;
    }
}

.button_close_banner {
    top: 6px;
    right: 40px;
    position: absolute;
    background: transparent;
    border: none;
}

.button_close_banner:focus {
    outline: none;
}

.products-section-title {
    text-align: center;
    text-transform: uppercase;
    margin: 23px 0 20px 0;
    color: #000;
}

#categoryhome elementor-widget-image-box .elementor-image-box-content {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
    position: absolute;
    bottom: 0;

}

#categoryhome .elementor-image-box-content .elementor-image-box-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#categoryhome .elementor-image-box-content .elementor-image-box-description {
    text-decoration: underline;
    text-transform: uppercase;
}

#categoryhome .elementor-image-box-content .elementor-image-box-description a {
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
}

.language-selector .fa-angle-down:before {
    top: -1px;
    position: relative;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.color_border {
    background-size: 25px 25px !important;
}

.color_border {
    background: white;
    background-image: none;
    background-size: auto;
    left: 2px;
    bottom: 2px;
    width: 18px;
    height: 18px;
    right: 2px;
    cursor: pointer;
    display: inline-block;
    border: none;
    margin: 0;
    margin-top: 4px;
    border-radius: 50%;
}

.block-title {
    text-align: left;
    color: #000;
}

.block_newsletter form input[type=submit] {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 136%;
    background: #000;
    position: absolute;
    left: 89%;
    top: 0;
    width: 40px;
    border: none;
}

@media (max-width: 768px) {
    #product .product-container {
        flex-direction: column;
        gap: 10px;
        display: flex;
    }

    .product-container .block-content {
        margin-top: 20px;
    }

    .block_newsletter form input[type=submit] {
        left: 90%;
    }

    .block_newsletter form {
        width: 100%;
        height: 40px;
    }

    .block_newsletter form input[type="email"], .block_newsletter form input[type="text"] {
        min-width: unset;
        width: 100%;
    }

    .block_newsletter .fa-paper-plane::before {
        top: 11px;
        left: 93.5%;
    }
}

.block_newsletter form input[type=submit]:before {
    content: "\f1d8";
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.title-social {
    color: #000;
}

.youtube, .instagram {
    background-color: transparent !important;
    border-radius: inherit !important;
}

#container-banner .opco-message a {
    text-align: center;
}

.ls-outline .ls-button {
    text-transform: uppercase;
}

.email_subscription .titre-news {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
}

.read_more {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.textreadmore {
    text-transform: initial !important;
}

#footer_sub_menu_footer-bottom-fr,
#footer_sub_menu_footer-bottom {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer_sub_menu_footer-bottom .h3, #footer_sub_menu_footer-bottom-fr .h3 {
    display: none !important;
}

#footer_sub_menu_footer-bottom ul, #footer_sub_menu_footer-bottom-fr ul {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: flex;
}

#footer_sub_menu_footer-bottom ul li, #footer_sub_menu_footer-bottom-fr ul li {
    margin-right: 20px;
}

#footer_sub_menu_footer-bottom ul li a, #footer_sub_menu_footer-bottom-fr ul li a ,
#footer_sub_menu_footer-bottom-fr ul li .cms-page-link ,
#footer_sub_menu_footer-bottom ul li .cms-page-link,
#footer_sub_menu_footer-bottom-fr ul li .custom-page-link  ,
#footer_sub_menu_footer-bottom ul li .custom-page-link  {
    color: #727272 !important;
    text-decoration: underline;
}
#footer_sub_menu_footer-bottom-fr ul li .custom-page-link  ,
#footer_sub_menu_footer-bottom ul li .custom-page-link  {
    text-decoration: none;
}

#footer_sub_menu_footer-bottom ul li a:hover, #footer_sub_menu_footer-bottom-fr ul li a:hover {
    color: #000;
}

.img_paiement {
    margin-top: 40px;
    width: 100%;
    gap: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-category .h1 {
    margin-bottom: 20px;

    text-transform: capitalize;
    text-align: center;

    padding-top: 5px;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.subcategory {
    text-align: center;
}

#about-seo p {
    color: #000000;
    font-style: normal;
    margin-bottom: 7px;
}

.condition-newslettre {
    display: flex;
    flex-direction: column;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}

.condition-newslettre a {
    text-decoration: underline;
    text-align: center;
}

.youtube {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.facebook {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 1;

}

.instagram {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#sectionsmallvideo h2, #sectionsmallvideo h3 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

table.columnWrapTable {
    position: relative;
}

table.columnWrapTable:before {
    height: 299px;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    box-shadow: 9999px 0 0 #fff;
    background: #fff;
}

.sub:hover::before {
    height: 1px;
    z-index: 9999;
    content: "";
    position: absolute;
    bottom: -1px;
    left: -9999px;
    right: 0;
    box-shadow: 9999px 0 0 #dadada;
    background: #DADADA;

}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.carousel-control-next {
    right: 0;
}

button:focus {
    outline: none;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.first-color {
    box-sizing: content-box;
    border: solid #000 2px;
    padding: 0;
    width: 19px;
    height: 19px;
}

.current-color {
    box-sizing: content-box;
    padding: 0;
    width: 16px;
    height: 16px;
    outline: solid 1px #000;
    outline-offset: 3px;
}

.select-link {
    width: 35%;
}

div#subcategories {
    background: #EFEFEF;
    height: 58px;
    padding: 20px 0;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

#_mobile_whislist, #_mobile_language_selector, #_mobile_user_info {
    background: #727272;
    padding: 15px 12px;



    color: #fff;
    border-bottom: 1px solid #FFFFFF;

}

.js-top-menu-bottom {
    margin-top: 75px;
}

#_mobile_user_info .user-info img, #_mobile_whislist img, #_mobile_language_selector .current_lang img {
    position: relative;
    top: -1px;
}

#_mobile_user_info .user-info img {

    margin-right: 12px;
}

#_mobile_whislist img {
    margin-right: 12px;
    margin-left: 10px;
    width: 18px;
}

#close-menu-mobile {
    position: relative;
    top: 0;
}
#_mobile_language_selector .language-selector .btn-unstyle .expand-more {
    color: #fff !important;
    vertical-align: top;
}


@media (min-width: 768px) AND (max-width: 1200px) {
    body#authentication .form-footer,
    body#identity .form-footer,
    body#address .form-footer {
        margin-left: 35%;
    }

    .product-miniature .product-title {
        min-height: 35px;
    }

    div#ge_ss0_1 {
        display: block !important;
    }

    div#_mobile_logo {
        margin: 0 auto;
    }

    #cart .current-price {
        margin-top: 7px;
    }

    body#checkout section.checkout-step.-complete:not(.-current) .step-title {
        display: inherit;
    }

    .data-step-complete {
        justify-content: flex-end;
        min-height: 30px;

    }

    body#authentication div.firstname,
    body#authentication div.lastname,
    body#identity div.firstname,
    body#identity div.lastname,
    body#address div.firstname,
    body#address div.lastname {
        width: 100% !important;
        padding-right: 0;
    }

    body#authentication div.firstname .col-md-12,
    body#authentication div.lastname .col-md-12,
    body#identity div.firstname .col-md-12,
    body#identity div.lastname .col-md-12,
    body#address div.firstname .col-md-12,
    body#address div.lastname .col-md-12 {
        padding-right: 0;
    }

}

#header.sticky-desktop.open div#ge_ss769_0 {
    right: 0;
}

#header.sticky-desktop.open div#ge_ss769_0 a#ge_flagPrefix {
    margin-left: 11px !important;
}

div#ge_ss769_0 {
    -ms-flex-order: 1 !important;
    order: 0 !important;
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 0px !important;
}

body.lang-fr.country-fr.currency-eur #ge_ss769_0 {
    right: 0px;
}

.nav-cat-next, .nav-cat-prev {
    position: relative;
    bottom: 3px;
    display: flex;
    align-items: center;
}

#chat-circle {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #727272;
    width: 230px;
    height: 59px;
    border-radius: 200px;
    color: white;

    padding: 20px 40px 20px 40px;
    cursor: pointer;
    box-shadow: 0 3px 16px 0 rgba(0 0 0 / 60%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    z-index: 10000;
}

#chat-circle a {



    text-transform: uppercase;
    color: #fff;


}

#chat-circle img {
    margin-right: 10px;
}

.cart-actions-total-qty {
    display: flex;
}

body#checkout section.checkout-step.-reachable.-unreachable .content {
    display: none;
}

.step-edit img {
    padding-right: 10px;
}

#cart .back-btn a,
#checkout .back-btn a {



    text-transform: uppercase;
    color: #000000;

}

#cart .back-btn a span,
#checkout .back-btn a span {
    text-decoration: underline;
}

#js-delivery .form-fields {
    margin-bottom: 40px;
}

.cart-summary-products .media-list .media {
    margin: 10px 0;
}

#category .products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 991.99px) {

    #cart .cart-grid-right {
        position: fixed;
        width: 100%;
        padding: 0;
        /* z-index: 999999; */
        z-index: 9;
        bottom: 0;
    }

    .card-block-gift-wrapping {
        background: #EFEFEF;
    }

    #customtext {
        display: none;
    }

    #cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
        padding: 20px;
    }

    #cart .card-block.cart-summary-totals .cart-summary-line:last-child {
        padding: 0 20px;
    }

    .recap-cart-mobile {
        width: 59px;
        height: 59px;
        margin: 0 auto;
        text-align: center;
        display: block;
        background: #EFEFEF;
        border-radius: 100px;
        position: absolute;
        left: 0;
        right: 0;
        top: -33px;
        z-index: 1;
    }

    #cart .card-block.cart-summary-totals {
        background-color: #EFEFEF;
        padding: 20px;
    }

    .recap-cart-mobile .material-icons {
        padding-top: 9px;
    }

    .recap-cart-mobile[aria-expanded="true"] .material-icons {
        transform: rotate(180deg);
        padding-bottom: 33px;
    }

    .header-panier {
        margin-top: 20px;
    }

    .cart-detailed-totals {
        height: 270px;
        overflow: scroll;
        z-index: 1;
        position: relative;
    }

    /* body#checkout .firstname, body#checkout .lastname, body#checkout .firstname .col-md-12, body#checkout .lastname .col-md-12 {
        padding: 0px;
    } */

    body#checkout .email,
    body#checkout .confirmationemail,
    body#checkout .email .col-lg-12,
    body#checkout .confirmationemail .col-xl-7,
    body#checkout .password,
    body#checkout .password .col-lg-12,
    body#checkout .company,
    body#checkout .company .col-lg-12,
    body#checkout .address1,
    body#checkout .address1 .col-lg-12,
    body#checkout .address2,
    body#checkout .address2 .col-lg-12,
    body#checkout .postcode,
    body#checkout .postcode .col-lg-12,
    body#checkout .city,
    body#checkout .city .col-lg-12,
    body#checkout .id_country,
    body#checkout .id_country .col-lg-12,
    body#checkout .phone,
    body#checkout .phone .col-lg-12,
    body#checkout .phone_mobile,
    body#checkout .phone_mobile .col-lg-12 {
        padding-right: 0px;
        margin-right: -15px;
    }
}

@media (max-width: 767.99px) {
    .cart-detailed-actions {
        z-index: 2;
        position: relative;
    }

    #cart .breadcrumb {
        display: none;
    }

    #cart .back-btn {
        width: 100%;
        padding-left: 20px;
        /* padding-top: 25px; */
    }

    #customtext {
        display: none;
    }

    .header-panier {
        margin-bottom: 0;
        margin-top: 20px;
    }

    #cart .cart-infos {
        position: relative;
        margin-bottom: 25px;
    }

    #cart .cart-item .remove-from-cart {
        position: absolute;
        right: 24px;
        top: 0;
    }

    .block-cart-summary-paiement p {
        margin-bottom: 0;
    }

    #cart .lineven-relatedproducts .header-title {


        color: #000;

        text-transform: initial;
    }

    #cart .cart-item .product-line-grid-body .product-title a {
        display: block;
        margin-bottom: 15px;



    }

    .cart-actions-total-qty {
        display: block;
    }

    .cart-actions-total-qty .qty {
        padding-bottom: 25px;
    }

    #cart .cart-item .product-line-grid-body .product-attribute,
    #cart .cart-item .product-line-grid-body .product-attribute .label {
        padding: 0;
    }

    #cart .cart-item .product-line-grid-body .cart-infos .current-price {
        margin: 7px 0;
    }

    #cart .cart-grid .cart-items .cart-item {
        padding-bottom: 0;
    }

    body#checkout section.checkout-step.-complete:not(.-current) .step-title {
        align-items: unset;
        flex-direction: column;
    }

    .address-complete-info {
        display: inline-block !important;
    }

    body#checkout section.checkout-step .step-number {


        margin-bottom: 11px;
    }

    .data-step-complete {
        justify-content: space-between;
        text-align: left;
    }

    body#checkout a[data-link-action=different-invoice-address] {
        text-align: center;
    }

    .step-edit img {
        padding-right: 10px;
    }

    body#checkout section.checkout-step .carrier-price {
        align-self: center;
    }

    body#checkout #checkout-addresses-step p.infos-adresse.info-required {
        text-align: center;
    }

    body#checkout section.checkout-step .add-address {
        margin: 1.25rem auto;
    }

    body#checkout section.checkout-step .address-footer a.edit-address {
        width: max-content;
        margin: 20px auto;
        text-align: center;
    }

    .title-social-login {
        padding-top: 0;
    }

    body#checkout #checkout-personal-information-step .nav-inline {
        flex-direction: column;
    }

    body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 li:first-child {
        margin-bottom: 20px;
    }

    body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 li {
        width: 100%;
    }

    .cart-grid-right .card.cart-summary {
        margin-bottom: 0;
        background-color: #EFEFEF;
        margin-top: 0px !important;
    }

    .cart-container {
        margin-left: 0;
        margin-right: 0;
    }

    #cart .cart-infos .product-title {
        width: 85%;
    }

    #cart .cart-item .product-line-grid-body .price {
        margin-top: 7px;
    }
}

.header-banner {
    display: block !important;
}

.language-selector .dropdown {
    position: relative;
    top: 18px;
}

#categoryhome .elementor-image-box-content {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;


    color: #fff;

    position: absolute;
    bottom: 0;

}

option.optionalertstock {
    color: #727272;



}

.product-quantity .disabled {
    background: #000 !important;
    padding: 10px;
}

#product .ligneProd {

    color: #000;


}

#product .pwfavorites.active i,
.product-miniature .pwfavorites.active i {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/svg/header-whislist-black.svg);
}

#product #block-reassuranceproduct {
    width: 100%;
    margin: 0 auto;
    padding: 17px 20px 17px 40px;
    display: flex;
    justify-content: start;
    box-shadow: none !important;
    margin-bottom: 50px;
    border: solid 1px #E5E5E5;
}

#product #block-reassuranceproduct ul {
    list-style: initial;
    margin-bottom: 0;
}

#product #block-reassuranceproduct ul li {




    color: #000;
}

.ttproduct-image .carrousel {
    box-shadow: none !important;
}

#subcategories ul {
    justify-content: space-around;
}

.elementor-video-wrapper iframe {
    border: none;
}

.cart-accessories .swiper-wrapper, .slider-accessories .swiper-wrapper {
    justify-content: center;
}


body#product .product-quantity .add {
    padding: 10px 0;
    background: #000;
}

.productcovernext, .productcoverprev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    color: #000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    display: flex;
}

.productcovernext {
    right: 20px;
}

.productcoverprev {
    left: 20px;
}

.product-additional-info {
    margin-top: 20px;
}

.add.col-lg-12.col-xl-12.col-md-12.col-sm-12.col-xs-12.px-0.js-no-sticky-add:hover {
    opacity: 0.5;
}

.pluspwfavorites {
    opacity: 0;
}

.pwfavorites, .pwfavorites:hover .pluspwfavorites, .pwfavorites:focus .pluspwfavorites {

    opacity: 1;
}

.rlp-product-footer .newproducthome .slick-dots {
    bottom: -10px;
}

.groupattribut {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.groupattribut .slick-track {
    text-align: center;
}

.groupattribut .nav-cat-next, .groupattribut .nav-cat-prev {
    top: 50%;
}

.groupattribut .nav-cat-next::before, .groupattribut .nav-cat-prev::before {

}

.groupattribut .nav-cat-next {
    right: 3px;
}

.groupattribut .nav-cat-prev {
    left: -4px;
}

.noslickgroupattribut {
    display: flex;
    justify-content: flex-start;
}

.groupattribut i.fa.fa-angle-left.nav-cat-prev.slick-prev.slick-arrow.slick-disabled::before,
.groupattribut i.fa.fa-angle-right.nav-cat-next.slick-next.slick-arrow.slick-disabled::before {
    color: #dedcdc;
}

body#category #about-seo .more-btn-open, body#category #about-seo .js-learn-more-description {
    padding-left: 17px;

}

.categorydescriptionseo {
    padding-top: 3.5rem;
}


body#category #about-seo p.description_cate_plus {



    color: #000;
    text-transform: uppercase;
    text-decoration: underline !important;

}

/*    New page cart*/
#cart .breadcrumb_container {
    margin-bottom: 25px;
    margin-top: 25px;
}

.header-panier {
    display: inline-flex;
    width: 100%;
    margin-bottom: 67px;
}

#cart .back-btn {
    align-self: center;
}

#cart .back-btn a, #checkout .back-btn a {



    text-transform: uppercase;
    color: #000000;
}

.back-btn a img {
    padding-right: 10px;
}

#cart .breadcrumb {
    text-align: center;
    padding: 0px;
}

.card-block-gift-wrapping {
    padding-top: 0px;
    padding-bottom: 12px;
}

/*-----pagetunel----*/
body#checkout #header .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

body#checkout section.checkout-step .nav-item .nav-link.active {
    color: #FFFFFF !important;
    background: #000000;
}

body#checkout section.checkout-step .nav-item .nav-link {
    color: #000000;

    padding: 10px 20px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;


    text-transform: uppercase;
    width: 100%;
}


body#checkout section.checkout-step .nav-item {
    width: 50%;
    height: 40px;
}


body#checkout section.checkout-step.-current {
    padding: 20px 0;
}

body#checkout section.checkout-step {
    box-shadow: none;
    background-color: #fff;
    border-bottom: 1px solid #000000;
    padding: 15px 0;
    width: 100%;
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default;
    color: #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;



}

body#checkout section.checkout-step h2 {



    text-transform: initial;
    cursor: pointer;
    margin-bottom: 0;


}

body#checkout section.checkout-step.-current .data-step-complete, body#checkout section.checkout-step.-reachable.-clickable.-unreachable .data-step-complete {
    display: none;
}

body#checkout section.checkout-step .step-number {
    padding: 0;
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}

body#checkout section.checkout-step .step-number::first-letter {
    text-transform: lowercase;
}

body#checkout section.checkout-step.-current .data-step-complete, body#checkout section.checkout-step.-reachable.-clickable.-unreachable .data-step-complete {
    display: none;
}

.data-step-complete {



    color: #ACACAC;
    display: flex;
}

body#checkout section.checkout-step .step-edit {
    text-transform: uppercase;

    color: #000000;
    text-decoration: underline;
    display: flex;
    align-items: baseline;


}

body#checkout section.checkout-step .address-footer {
    /*    padding: 0px;*/;
}

body#checkout section.checkout-step #delivery {
    display: none;
}

.step-edit img {
    padding-right: 10px;
}

body#checkout section.checkout-step.-current .content {
    display: block;
}

body#checkout section.checkout-step .content {
    margin: 0 auto;
    padding: 0;
}

body#checkout #checkout-personal-information-step .nav-inline {
    display: flex;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 li {
    margin-left: 0;
}


body#checkout section.checkout-step .nav-item .nav-link {
    color: #000000;

    padding: 10px 20px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;


    text-transform: uppercase;

}

body#checkout #checkout-personal-information-step .nav.nav-inline.my-2 li {
    margin-left: 0;
}


body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0;
    margin-top: 10px;
}

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.563rem;
}

body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}

body#checkout .form-group input[type=password] {
    border-right: none !important;
}

body#checkout .tab-content {
    margin-top: 40px;
}

body#checkout .form-group .form-control-comment {
    display: none;
}

#checkout-guest-form .form-group.password {
    margin-bottom: 2.5rem;
}

body#checkout .form-group input[type=email], body#checkout .form-group input[type=password], body#checkout .form-group input[type=tel], body#checkout .form-group input[type=text], body#checkout .form-group select {
    padding: 11px;
    border: 1px solid #000000;
    background: #fff;



    height: 40px;
}

body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.optin label, .psgdpr label {
    margin-bottom: 1.25rem;



}

body#checkou .optin label, body#checkou .psgdpr label {
    margin-bottom: 0.25rem;
}

body#checkout #checkout-personal-information-step p.infos-adresse {



    color: #E44F4F;
}

body#checkout #checkout-personal-information-step p {
    color: #000;


    margin-bottom: 10px;
    margin-top: 5px;
}

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0;
    margin-top: 10px;
}

#login-form .form-group {
    padding-bottom: 0px;
}

body#checkout .form-control-label.required::after {
    content: "*";
    color: #E44F4F;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
    margin-bottom: 38px;
}

body#checkout section.checkout-step .forgot-password a {
    text-decoration: underline;
    color: #000;

    text-transform: uppercase;

}

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0;
    margin-top: 10px;
}

body#checkout section.checkout-step .adresse-title {


    color: #000;
    margin: 10px 0 5px;

}

body#checkout section.checkout-step .add-address {
    border: 1px solid #000000;
    display: inline-block;
}

.img-adresse {
    padding-right: 10px;
}

body#checkout a[data-link-action=different-invoice-address] {
    color: #000;
    text-decoration: underline;
}

body#checkout section.checkout-step .continue, #js-worldlineop-btn-submit, .js-payment-binary button {

    color: #fff;
    background: #000;
    box-shadow: none;
    padding: 20px 40px;

    text-align: center;

    border: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    border-radius: 0;
    margin-bottom: 40px;

}

body#checkout #header {
    margin-bottom: 25px;
}

.info-step-complete {
    margin-right: 40px;
}

.data-step-complete {



    color: #ACACAC;
    display: flex;
    text-align: right;
}

body#checkout section.checkout-step.-unreachable .step-title, body#checkout section.checkout-step.-complete:not(.-current) .step-title {
    color: #ACACAC;
}

body#checkout section.checkout-step .step-number {
    position: relative;
}

body#checkout section.checkout-step.-complete:not(.-current) .step-title span.step-number:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: calc(50% - 14px);
    background: url(../img/check.svg) no-repeat center;
}

#js-delivery .form-fields {
    margin-bottom: 40px;
}

body#checkout .payment-options {
    margin-top: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #DADADA;
    padding: 25px;
    display: flex;
}

body#checkout #checkout-payment-step .custom-radio {
    margin-top: 2px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem;
}

body#checkout section.checkout-step .payment-options label {



    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

#checkout .payment-option img {
    max-height: 22px;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}

body#checkout a:hover, a:focus {
    color: #000;
}

body#checkout .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body#checkout section.checkout-step .custom-radio input[type=radio] {
    height: 1.25rem;
    width: 1.25rem;
}

body#checkout .custom-radio {
    border: 1px solid #ACACAC;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 4px;
}

body#checkout section.checkout-step .address {



    text-align: center;
    color: #000;

}

body#checkout section.checkout-step .address-footer a.edit-address {


    text-transform: uppercase;
    color: #000000;
    border: 1px solid #000000;
    width: max-content;
    margin: 0px auto 20px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;


}

body#checkout section.checkout-step .address-footer a.delete-address {
    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: underline;
}

body#checkout section.checkout-step .address-footer a.delete-address .img-adresse {
    padding-bottom: 2px;
}

body#checkout section.checkout-step .address-item {
    border: 1px solid #DADADA;
}

body#checkout section.checkout-step .add-address {
    border: 1px solid #000000;

}

body#checkout section.checkout-step .add-address a {



    text-transform: uppercase;
    color: #000000;
    padding: 10px 20px;
    display: block;

    display: flex;
    align-items: center;
}

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

#js-delivery .form-fields {
    margin-bottom: 40px;
}

body#checkout section.checkout-step .delivery-option {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #DADADA;
    padding: 20px;
    padding-right: 0;
}

body#checkout #checkout-delivery-step .custom-radio {
    margin-top: 15px;
}

body#checkout section.checkout-step .delivery-option label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    width: 100%;
}

body#checkout section.checkout-step .delivery-option .picto {
    display: none;
}

body#checkout section.checkout-step .carrier-name, body#checkout section.checkout-step .carrier-price {



    color: #000;

}

.cart-detailed-actions .disabled {
    background: #000;
    opacity: 0.5;
}

/* body#address .firstname, body#address .lastname, body#identity .firstname, body#identity .lastname, body#authentication .firstname, body#authentication .lastname, body#identity .firstname, body#identity .lastname, body#checkout .firstname, body#checkout .lastname,
body#authentication .firstname .col-md-12, body#authentication .lastname .col-md-12, body#checkout .firstname .col-md-12, body#checkout .lastname .col-md-12, body#identity .firstname .col-md-12, body#identity .lastname .col-md-12,
body#address .firstname .col-md-12, body#address .lastname .col-md-12 {
    padding-left: 0;
} */

body#identity .js-visible-password, body#authentication .js-visible-password {
    border-right: none !important;
}

body#checkout .optin label, body#checkout .psgdpr label,
body#identity .optin label, body#identity .psgdpr label,
body#authentication .optin label, body#authentication .psgdpr label {
    margin-bottom: 0.25rem;
}

body#identity .input-group .input-group-btn > .btn[data-action="show-password"], body#authentication .input-group .input-group-btn > .btn[data-action="show-password"] {
    padding: 0.632rem 1rem;
}


/* body#address .firstname, body#address .lastname, body#identity .firstname, body#identity .lastname, body#authentication .firstname, body#authentication .lastname, body#identity .firstname, body#identity .lastname, body#checkout .firstname, body#checkout .lastname,
body#authentication .firstname .col-md-12, body#authentication .lastname .col-md-12, body#checkout .firstname .col-md-12, body#checkout .lastname .col-md-12, body#identity .firstname .col-md-12, body#identity .lastname .col-md-12,
body#address .firstname .col-md-12, body#address .lastname .col-md-12 {
    padding-left: 0px;
} */

body#identity .js-visible-password, body#authentication .js-visible-password {
    border-right: none !important;
}

body#checkout .optin label, body#checkout .psgdpr label, body#identity .newsletter label,
body#identity .optin label, body#identity .psgdpr label, body#authentication .newsletter label,
body#authentication .optin label, body#authentication .psgdpr label, body#authentication .newsletter label {
    margin-bottom: 0.25rem;
    padding-top: 0;
}

body#identity .input-group .input-group-btn > .btn[data-action="show-password"], body#authentication .input-group .input-group-btn > .btn[data-action="show-password"] {
    padding: 0.65rem 1rem;
}

body#identity .form-group, body#authentication .form-group, body#address .form-group {
    margin-bottom: 0.5rem;
}

body#authentication #mo_social_icons {
    margin-top: 37px;
}

body#authentication #custom_long_button_shape a {
    margin-bottom: 21px !important;
    margin-top: 21px !important;
}

body#checkout div.firstname,
body#checkout div.lastname {
    margin-bottom: 1rem;
    /* width: 29.3%; */
}

body#checkout #header .header-nav .logo {
    max-width: 350px;
    margin-top: 10px;

}

form#login-form .form-footer {
    padding-left: 0;
}

body#checkout .form-group.row.optin {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
}

body#checkout .form-group.row.optin .form-control-label.required,
body#checkout .form-group.row.optin .col-md-12 {
    width: max-content;
}

body#checkout .form-group.row.optin .form-control-label.required {
    padding-left: 0;
}

span.product-price.float-xs-right {
    margin-right: 2px;
}

body#product .slick-slide img {
    display: inherit;
}

.geCheckoutLogo img {
    max-width: 70%;
}

body div.block-promo ul, main ul.promo-name {
    display: inherit !important;
}


body #footer #step2_size .desc {
    margin-bottom: 14px;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.row.row-content-popin {
    text-align: center;
}

.img_size_guide {
    height: 220px;
    text-align: center;
    margin: 0 0 40px 0;
}

.col-md-12 > .border-step {
    margin: 0 auto 20px;
}

th.th-color.text-center.pb-0 {
    vertical-align: middle;
    border: none;
}

th.th-color.text-center.pb-0 span.border-step.rounded-circle.d-block {
    margin: 0px;
    display: inline-block !important;
}

#step2_size .block-content-popup {
    padding: 20px 15px 14px;
}

.table_sizeguide_title {

    text-align: center;
    margin: 40px 0 20px 0;
}

#step2_size td.table-active {
    background: #000000;
    color: white;
    border-color: #000000;
}

#step2_size th.table-active {
    background: transparent;
    border: none;
    visibility: hidden;
}

span.d-block.text-center.pb-0.pt-0.title-col-tab {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.table_separator {
    border-top: 1px solid #ccc;
    margin: 40px 0;
}

th.th-without-border.table-active {
    text-align: center;
}

#step2_size td.table-active-2 {
    background-color: #fcfcfc;
}

#step2_size td, .th-color {
    background: #e0e0e0;
}

table#table_sizeguide_3 {
    max-width: 250px;
    margin: 0 auto;
}

#table_sizeguide_3 td.overlay_td {
    background: #C8C6C6;
}

.size_mapping_title {
    background-color: black;
    color: white;
    text-align: center;


    margin-bottom: 20px;
}

.img_size_guide_2 {
    max-width: 230px;
}

.size_mapping_block {
    text-align: center;
}

th.th-without-border.table-active {
    padding: 9px 0px;
}

#step2_size td.table-active {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
}

.empreinteMod_globalWorkshop_sizeChange_SG .table-bordered, .empreinteMod_globalWorkshop_sizeChange_SG .table-bordered td, .empreinteMod_globalWorkshop_sizeChange_SG .table-bordered th {
    border: 1px solid transparent;
}

.empreinteMod_globalWorkshop_sizeChange_SG .table-bordered th {
    border: none;
}

th span.border-step.d-block.rounded-circle.text-center, th span.d-block.text-center.pb-0.pt-0.title-col-tab {
    display: none !important;
}

span.border-step.rounded-circle.d-block {
    display: inline-block !important;
}

.row.mb-2.row-content-popin .col-md-6.col-xs-12.mb-3 {
    margin-bottom: 0 !important;
}

#step2_size table#table_sizeguide_3 th.table-active {
    visibility: visible !important;
    background: black;
    color: white;
    border: 1px solid black;
}

#footer #step2_size tbody > tr:hover td.overlay_td {
    vertical-align: middle;
}

#footer #step2_size {
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    #step2_size .empreinteMod_globalWorkshop_sizeChange_SG {
        max-width: 550px;
    }

    #step2_size th.table-active {
        background: #000000;
        color: white;
        visibility: visible;
        border: 1px solid black;
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-hidden, span.border-step.rounded-circle.d-block.mobile-hidden {
        display: none !important;
    }

    #step2_size td {
        padding: 10px 6px;
    }

    th span.border-step.d-block.rounded-circle.text-center, th span.d-block.text-center.pb-0.pt-0.title-col-tab {
        display: block !important;
    }

    table#table_sizeguide th {
        vertical-align: middle;
    }

    .form_2 .image_uploader_input {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 1024px) {
}

.elementor-page .main-title h1 {
    display: none;
}

.product_accordion-block ul {
    list-style: inside;

}

#cms .page-content.page-cms .repair-product-list td p {
    margin-bottom: 0;
    margin-top: 10px;
}

.form_2 h1 {
    padding-bottom: 40px;


}

.form_2 h2 {


    margin-bottom: 20px;
}

.consent_2_input.consent_2_input_show_title > label {
    /* padding-left: 24px; */;
}

.form_2 .consent_1_input_info {
    padding: 0 22px 40px 22px;
}

.other_note_input > label {
    display: none;
}

span.form_info span.form_info {
    padding-left: 7px;
}

span.form_info {
    color: #000;
}

span.form_info > p {
    margin: 0;
}

span.form_info > ul {
    padding-left: 27px;
}

.consent_2_input.consent_2_input_show_title .radio {
    padding-left: 37px;
}

.form_2 div#element_24 {
    padding-bottom: 20px;
}

.consent_2_input.consent_2_input_show_title {
    padding-bottom: 40px;
}

.hidden {
    display: none;
}

@media screen and (max-width: 470px) {
    div#element_24, div#element_33 {
        background-color: #e3e3e3;
    }

    span.form_info span.form_info {
        padding-left: 27px;
        display: inline-block;
    }

    span.form_info > ul {
        padding-left: 42px;
    }

    form.form-maker-form .custom-radio {
        vertical-align: top;
    }
}
#header .header-top{
    position : relative;
}
@media (min-width: 1200px){
    #header .header-top::after{

        background: #dadada;
        bottom: 0;
        box-shadow: 10000px 0 0 #dadada;
        content: "";
        left: -10000px;
        position: absolute;
        right: 0;
        height: 1px;
    }
    div#_desktop_user_info span {
        display: none;
    }
    body#category .breadcrumb {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px){

    .block_social_content::after{

        background: #dadada;
        bottom: 0;
        box-shadow: 10000px 0 0 #dadada;
        content: "";
        left: -10000px;
        position: absolute;
        right: 0;
        height: 1px;
    }
    .block_social_content{
        position: relative;
        display: flex;
    }
}

#header.sticky-desktop.open .header-top::after {
    display: none;
}





/* ===== Desktop ===== */
/* Headings */
h1,.h1 { font-family: "Archivo", sans-serif; font-size: 55px; font-weight:400; }
h2,.h2 { font-family: "Archivo", sans-serif; font-size: 32px; font-weight:400;}
h3,.h3 { font-family: "Archivo", sans-serif; font-size: 28px; font-weight:400;}
h4,.h4 { font-family: "Archivo", sans-serif; font-size: 22px; font-weight:400;}
h5,.h5 { font-family: "Archivo", sans-serif; font-size: 18px; font-weight:400;}
h6,.h6 { font-family: "Archivo", sans-serif; font-size: 12px; font-weight:400;}


/* Body, lead, mention, button */
body,
p.mention,
button,.product-title,.step-edit,.info-step-complete {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.lead {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 30px;
}
p.mention { font-size: 12px; }

/* Prix : toutes les classes contenant "price" */
[class*="price"] {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

/* ===== Mobile (max-width: 768px) ===== */
@media (max-width: 768px) {
    h1,.h1 { font-size: 30px; }
    h2,.h2 { font-size: 25px; }
    h3,.h3 { font-size: 20px; }
    h4,.h4 { font-size: 18px; }
    h5,.h5 { font-size: 16px; }
    h6,.h6 { font-size: 12px; }
    .product-title {font-size: 14px;}
}



.block_footer_after{
    clear: both;
    position: relative;
}
.block_footer_after::before{
    background: #dadada;
    top: 0;
    box-shadow: 10000px 0 0 #dadada;
    content: "";
    left: -10000px;
    position: absolute;
    right: 0;
    height: 1px;
}
.footer_sub_menu_content,
.footer_sub_menu_content li{
    position: relative;
}
.content-link > div:first-child ul li:nth-child(2) span,
.content-link > div:first-child ul li:nth-child(3) span,
.content-link > div:first-child ul li:nth-child(4) span {
    margin-left: 26px;
}
.content-link > div:first-child ul li:nth-child(2)::before,
.content-link > div:first-child ul li:nth-child(3)::before,
.content-link > div:first-child ul li:nth-child(4)::before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    background-size: 20px;
    position: absolute;
    top: 0;
}
.block-display-footer .content-link > div:first-child ul li:nth-child(2)::before{
    /* background: url('../img/svg/footer-icons/phone.svg'); */
    background: url('../img/svg/footer-icons/message.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.block-display-footer .content-link > div:first-child ul li:nth-child(3)::before{
    background: url('../img/svg/footer-icons/mail.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.block-display-footer .content-link > div:first-child ul li:nth-child(4)::before {
    background: url('../img/svg/footer-icons/message.svg');
    background-repeat: no-repeat;
    background-position: center;
}
#wrapper .breadcrumb ol{
    justify-content: center;
}
@media screen and (max-width:470px) {
    div#element_24,div#element_33 {
        background-color: #e3e3e3;
    }
    span.form_info span.form_info {
        padding-left: 27px;
        display: inline-block;
    }
    span.form_info>ul {
        padding-left: 42px;
    }
    form.form-maker-form .custom-radio {
        vertical-align: top;
    }
}

@media screen and (min-width: 768px) {
    body#product section#main {
        width: 100%;
        padding: 0;
    }
    .block-content.col-lg-6.col-xl-6.col-md-6.col-sm-12.col-xs-12 {
        max-width: 700px;
    }
    img.js-qv-product-cover.img-fluid {
        width: 50% !important;
        display: inline-block;
        float: left;
    }

    img.js-qv-product-cover.img-fluid:nth-child(even) {
        padding-right: 5px;
        padding-top: 9px;
    }
    img.js-qv-product-cover.img-fluid:nth-child(odd) {
        padding-left: 4px;
        padding-top: 9px;
    }
    img.js-qv-product-cover.img-fluid:first-of-type {
        width: 100% !important;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }
    .product-container>.block-images.col-lg-6.col-xl-6.col-md-6.col-sm-12.col-xs-12 {
        padding-left: 0;
    }

    #product .product-flags li.product-flag.new {
        background: transparent;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        transform: rotate(270deg);
        top: 75px;
        left: 5%;
        position: absolute;
    }
    .block-content.col-lg-6.col-xl-6.col-md-6.col-sm-12.col-xs-12 {
        padding-right: 0;
        position: sticky;
        top: 0px;
        height: 100%;
    }
    .product-container.container.px-xs-0 {
        width: 100%;
    }
    body#product .product-container .product-flags {
        right: 10px;
    }
    li.product-flag.discount {
        position: relative;
        right: 10px;
    }
    body main {
        overflow: visible;
    }
}
@media screen and (max-width: 767px) {
    #product .product-flags li.product-flag.new {
        background: transparent;
        margin: 0px;
        padding: 0px;
        transform: rotate(270deg);
        top: 50px;
        left: 0%;
        position: absolute;
    }
    .block-content.col-lg-6.col-xl-6.col-md-6.col-sm-12.col-xs-12 {
        padding: 0 30px;
    }
    #open-search {
        margin: 0px 14px 0px 0px;
    }
}
.sticky-desktop.open #menu li:nth-child(6),
.sticky-desktop.open #menu li:nth-child(7) {
    display: none;
}
.sticky-desktop.open .container{
    position: relative;
}
.js-customer-form{
    display: flex;
    flex-direction: column;
}
.js-customer-form section{
    margin: auto;
}
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}
#header.sticky-desktop.open .header-top .search-widget{
    display: none;
}
#search_widget img.logo_search {
    height: 15px;
    vertical-align: top;
    margin-right: 13px;
}
.slick-dots li button {
    font-size: 0px;
}
#product .block-content .current-price .regular-price,
.quickview .current-price .real-price,
.quickview .current-price .regular-price {
    color: #acacac;
    font-size: 14px;
}
#product .product-variants-item.variant-25.select-item {
    border-bottom: 1px solid #dadada;
}
.tiktok {
    background-image: url(../css/tik_tok.svg);
    height: 31px !important;
    background-color: transparent !important;
}
#footer .footer-container ul li a
 {
    font-size: 12px;
}
#module-pwfavorites-favorites #js-product-list {
    overflow: auto;
}
.cart-summary-products a.show_details_link i.material-icons,.addresses-footer i {
    vertical-align: sub;
}
.existFromTo {
    color: #727272;
}
#footer .footer-container ul li.tiktok {
    order: 5;
}
#footer .condition-newslettre a {
    text-align: left;
}
#cms h1, #cms .h1, #cms h2, #cms .h2, #cms h3, #cms .h3, #cms h4, #cms .h4, #cms h5, #cms .h5, #cms h6, #cms .h6 {
    font-family: "Archivo", sans-serif !important;
}
#about-seo h1, #about-seo .h1,#about-seo h2, #about-seo .h2,#about-seo h3, #about-seo .h3,
.elementor-element h1, .elementor-element .h1, .elementor-element h2, .elementor-element .h2, .elementor-element h3, .elementor-element .h3 {
    text-transform: uppercase;
}
.row.block_footer_after .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12.links {
    width: 100%;
}
#about-seo h1{
    line-height: 28px;
    font-size: 30px;
}
#about-seo h2{
    font-size: 18px;
}
body#checkout section.checkout-step .add-address i {
    top: -5px;
    position: relative;
}
body#identity #customer-form section, body#address .address-form section {
    margin: auto;
    max-width: 500px;
}
.address-footer .material-icons {
    vertical-align: sub;
}
section#content.page-content.page-not-found {
    padding: 0 30px;
    text-align: center;
}

#delivery-address .form-control-select {
    -moz-appearance: auto;
    -webkit-appearance : auto;
}
a#ge_flagPrefix {
    margin-left: 0px !important;
    margin-right: 5px;
}
.dfd-card-content.dfd-card-flex .dfd-card-title,.dfd-card-content.dfd-card-flex .dfd-card-price,.dfd-popular-searches .dfd-title-lg,
.dfd-searchbox-main .dfd-searchbox-input,.dfd-searchbox-main .dfd-searchbox-autocomplete,
.dfd-card-media .dfd-card-flag {
    font-weight: normal;
    font-family: "Raleway", sans-serif !important;
}
body#authentication form#login-form input, 
body#authentication .input-group.js-parent-focus{
    max-width: 600px;
}
body#authentication .form-group.row.email,
body#authentication .form-group.row.password,
body#authentication .form-group.row.lastname,
body#authentication .form-group.row.firstname,
body#authentication .form-group.row.confirmationemail,
body#authentication .form-group.row.newsletter,
body#authentication .form-group.row.optin,
body#authentication .form-group.row.psgdpr
{
    max-width: 600px;
    margin: auto;
}
body .dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-bc-aside {
    display: none;
}
.dfd-fullscreen[data-dfd-screen=fullscreen-brand-categories] .dfd-initial-content:has(.dfd-bc-aside){
    grid-template-columns : auto;
    display: block;
}
#header .header-nav #menu-icon {
    margin: 0px;
}
#header .header-nav #menu-icon #close-menu-mobile {
    width: 19px;
}
img#ge_flag {
    width: 20px !important;
    height: 20px !important;
}
#_mobile_user_info .user-info img.hidden-lg-up {
    width: 18px;
}
.dfd-mobile .dfd-header{
    padding: 0px 0 0 !important;
}

.quickview .product-variants > .product-variants-item.select-item{
    flex-wrap: wrap;
}
.quickview-right-modal-body ul.product-size-modal-list {
    width: 100%;
}
.quickview-right-modal-body select#group_25 {
    display: none;
}
.quickview-right-modal-body .product-collection {
    padding: 50px 0px 0px 0px;
    text-transform: uppercase;
}
.quickview-right-modal-body.product-forme {
    padding: 0 0 10px;
}
.quickview-right-modal-body ul#group_19 {
    margin-bottom: 5px;
}
.quickview-right-modal-body .product-forme {
    margin-bottom: 10px;
}
.quickview-right-modal-header {
    position: fixed;
    right: 0px;
    border: none;
    z-index: 9999;
}
.quickview-right-modal-body a#link_size {
    font-size: 13px;
}
span.product-size-modal-title-size-value {
    color: #727272;
}
ul.quickview-size-list.product-size-modal-list li{
    position: relative;
}
ul.quickview-size-list.product-size-modal-list li.selected:before{
    content: '';
    width: 20px;
    height: 100%;
    display: block;
    background: url(../img/svg/check.svg) no-repeat center;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.products .quick-view-container {
    position: absolute;
    bottom: 24px;
    height: 40px;
    width: 100%;
    left: 0;
    z-index: 9;
    padding: 0px 20px;
    display: none;
}
.ttproduct-image:hover .quick-view-container{
    display: block !important;
}
.products .quick-view-container a.quick-view{
    display: block !important;
    width: 100%;
    height: 100%;
    text-align: center;
    background: white;
    line-height: 40px;
}
.quickview-right-modal-body .product-add-to-cart {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 20px 20px;
    background: white;
}
.quickview-right-modal-body .product-quantity .disabled {
    padding: 0px;
}


@media screen and (min-width: 1200px) {
    body.right-modal-opened #step2_size{
        width: calc(100vw - 500px) !important;
    }
    .quickview-right-modal.is-open {
        pointer-events: auto;
        visibility: visible;
        width: 500px;
        right: 0px;
        left: auto;
    }
}
.modal-backdrop.in {
    opacity: 0.6;
    background-color: rgb(229 229 229);
}
.ttproduct-image .highlighted-informations.col-md-9.col-sm-12.col-lg-9.col-xl-9.col-xs-12.offset-md-2-selectsize {
    display: none;
}
.quickview .current-price .real-price {
    font-size: 17px;
    color: black;
    font-weight: 300;
}
.quickview .product-variants > .product-variants-item .color {
    width: 18px;
    height: 18px;
    outline-offset: 3px;
}
.quickview .product-variants > .product-variants-item.variant-19 ul li {
    margin-left: 0px;
    margin-right: 16px;
}
.quickview .product-variants > .product-variants-item.variant-25 ul li {
    margin-left: 10px;
    margin-right: 11px;
}
.quickview span.product-size-modal-title-size-value{
    display: none;
}
.quickview section.scroller-container {
    display: none;
}
.quickview .product-variants > .product-variants-item.variant-25 ul li:last-child {
    border-bottom: 1px solid;
}
.quickview .product-variants > .product-variants-item {
    margin: 15px 0 0;
}
ul.quickview-size-list.product-size-modal-list li.selected:before{
    background: url(../img/svg/check.svg) no-repeat center;
    background-size: 20px;
    background-position-y: center;
}
#product .lineven-complete-the-look .complete-the-look-card {
    align-items: center;
}
.complete-the-look-details .product-name.product-collection,
.complete-the-look-details .product-forme {
    font-weight: 500;
    line-height: 16px;
}
.lineven-complete-the-look .complete-the-look-button .btn-primary {
    padding: 12px 16px !important;
    text-transform: capitalize;
}
.lineven-complete-the-look .complete-the-look-image {
    flex: 0 0 140px !important;
}
#product .product-variants > .product-variants-item.variant-25 ul li {
    height: fit-content;
}
.bk-img-half-width .elementor-background-overlay {
    width: 50%;
    left: auto;
    right: 0px;
    background-size: cover !important;
    background-position-y: center !important;
}
section.lineven-relatedproducts.lineven-complete-the-look.clearfix {
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.complete-the-look-details span.current-price {
    margin-top: 10px;
}
.op-boutique .opco-message.op-co-message1, .op-boutique .opco-message.op-co-message2 {
    line-height: 40px;
    position: absolute;
}
.op-boutique .d-flex.justify-content-center.h-100.align-items-center {
    flex-direction: column;
}
h4#evorepairErrorModalLabel i {
    font-size: 24px;
}
.quickview-right-modal-body .product-variants > .product-variants-item.select-item,
#product .quickview-right-modal-body .product-variants > .product-variants-item.select-item{
    background: none;
}
#footer_sub_menu_footer-bottom .footer_sub_menu_content:nth-of-type(1) li span,
#footer_sub_menu_footer-bottom-fr .footer_sub_menu_content:nth-of-type(1) li span,
#footer_sub_menu_footer-bottom .footer_sub_menu_content:nth-of-type(1) li a,
#footer_sub_menu_footer-bottom-fr .footer_sub_menu_content:nth-of-type(1) li a {
    margin-left: 0 !important;
}
#category h1.h2.text-center {
    margin-bottom: 25px;
}
td.overlay_td:hover {
    background: white !important;
}

@media screen and (max-width: 400px) {
    #wrapper .breadcrumb li {
        font-size: 10px;
    }
    .lineven-complete-the-look .complete-the-look-details{
        flex: 1 1 150px;
    }
}
#product a.pwfavorites {
    padding: 15px 20px;
}
img.pwfavorites-heart-icon {
    width: 15px;
}