@font-face {
    font-family: avenir_black;
    src: url(../fonts/AvenirLTStd-Black.woff) format("woff"), url(../fonts/AvenirLTStd-Black.woff2) format("woff2")
}

@font-face {
    font-family: avenir_book;
    src: url(../fonts/AvenirLTStd-Book.woff) format("woff"), url(../fonts/AvenirLTStd-Book.woff2) format("woff2")
}

@font-face {
    font-family: avenir_heavy;
    src: url(../fonts/AvenirLTStd-Heavy.woff) format("woff"), url(../fonts/AvenirLTStd-Heavy.woff2) format("woff2")
}

@font-face {
    font-family: avenir_light;
    src: url(../fonts/AvenirLTStd-Light.woff) format("woff"), url(../fonts/AvenirLTStd-Light.woff2) format("woff2")
}

@font-face {
    font-family: avenir_medium;
    src: url(../fonts/AvenirLTStd-Medium.woff) format("woff"), url(../fonts/AvenirLTStd-Medium.woff2) format("woff2")
}

@font-face {
    font-family: avenir_roman;
    src: url(../fonts/AvenirLTStd-Roman.woff) format("woff"), url(../fonts/AvenirLTStd-Roman.woff2) format("woff2")
}

@font-face {
    font-family: gotham;
    src: url(../fonts/Gotham-Book-Regular.woff) format("woff"), url(../fonts/Gotham-Book-Regular.woff2) format("woff2")
}

:root {
    --font_avenir_book: "avenir_book", sans-serif;
    --font_avenir_medium: "avenir_medium", sans-serif
}

body {
    font-family: avenir_book, sans-serif
}

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;
    font-size: 14px;
    font-family: avenir_medium, sans-serif
}

#header {
    background: #fff;
    position: relative;
    z-index: 50
}

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

div#_desktop_top_menu{
    padding-bottom: 2px;
}
.sticky-desktop div#_desktop_top_menu{
    padding-bottom: 0;
}
.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%
    }
    body#checkout section.checkout-step h2{
        font-size: 20px;
    }
}

#header .header-banner #marquee_container #marquee_style {
    background: #9d938d;
    font-family: avenir_medium, sans-serif;
    line-height: 26px;
    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;
    background-color: #EFEFEF;
}

#header .header-top .search-widget form {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #EFEFEF;
}

#header .header-top .search-widget form input[type=text] {
    border: none;
    color: #727272;
    height: 40px;
    padding: 0 15px;
    font-family: 'Avenir_book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    background-color: #EFEFEF;
}

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

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

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

#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 19px 0px 0px;
}

#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;
    font-size: 11px;
    color:#000;
    font-weight: 400;
    font-family: 'avenir_light';
}
#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: 12px;
}
#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: 13px;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}

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

#_desktop_language_selector .btn-unstyle {
    display: flex;
    position: relative;
    top:18px;
}
.sticky-desktop #_desktop_language_selector .btn-unstyle{
    top:10px;
    right: 1px;
}
#_desktop_language_selector .btn-unstyle .expand-more {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #000 !important;
    margin-right: 4px;

}

#_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: 0px;
    margin-bottom: 0px;
}
#_desktop_language_selector .dropdown-menu {

    right: 0px;
    left: auto;
    top: 30px;
    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;
    font-size: 15px;
    line-height: 23px;
    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 {
    font-size: 15px;
    line-height: 23px;
    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;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-family: avenir_book, sans-serif
}

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

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



#adtm_menu ul#menu {
    width: 100%;
    display: flex;
    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: 61px;
    line-height: 61px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #727272;
    position: relative;
    text-decoration: none!important;
    font-family: 'avenir_book';
    white-space: nowrap;
}

#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 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    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{

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color:#000;
    text-transform: capitalize;
    display: block;
    text-align: left;
    font-family: 'avenir_book';
}
#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;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 8px !important;
    font-family: 'avenir_roman', sans-serif !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;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
    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;
    line-height: 38px;
    padding: 0 25px;
    border: solid 1px #000;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    display: inline-block;
    font-family: 'avenir_book', sans-serif
}



#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{
    font-weight: 400 ;
    padding: 4px 6px;
    font-family: 'avenir_book', sans-serif;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 15px;
}
/*#product .block-images .product-flags{
        left: -56px;
}*/
#product .block-images .product-flags li.product-flag {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 12px;
    font-family: 'avenir_book';

}
#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: ">";
    color: #000;
    margin: 0 8px;
    font-size: 14px;
}

#category #wrapper .breadcrumb ol li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: 'avenir_book', sans-serif;
}

#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;
    font-size: 12px;
}

#wrapper .breadcrumb ol li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: 'avenir_book', sans-serif;
}

#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 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    font-family: avenir_book, sans-serif
}

.block-category .block-category-inner #category-description strong {
    color: #000;
    font-family: avenir_heavy, sans-serif
}

#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 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    text-align: center;
    font-family: 'avenir_book', sans-serif;
}



.block-category-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'avenir_book', sans-serif;
}
.subcategory a{
    font-family: 'avenir_roman';
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    color:#000;
}

#category .read_more_link {
    text-decoration: underline !important;
    font-size: 12px !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;
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    font-family: avenir_book, sans-serif
}

#pagenotfound .page-not-found a,
#products .page-not-found a {
    width: 100%;
    max-width: 275px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    transition: all .2s ease-in-out
}

#pagenotfound .page-not-found a.shopping-btn,
#products .page-not-found a.shopping-btn {
    background: #000;
    font-size: 15px;
    color: #fff;
    font-family: avenir_book, sans-serif;
    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;
    font-size: 15px;
    color: #000;
    border: solid 1px #000;
    font-family: avenir_book, sans-serif;
    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;
    font-family: avenir_book, sans-serif;
    font-size: 12px;
    line-height: 20px;
    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;
    font-size: 13px
}

.bh-sl-container .bh-sl-form-container form input[type=text] {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: solid 1px #a2a2a2;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 12px
}

.bh-sl-container .bh-sl-form-container form button[type=submit] {
    font-size: 17px;
    color: #fff;
    background: #000;
    box-shadow: none;
    height: 38px;
    line-height: 39px;
    border-radius: 0;
    text-align: center;
    padding: 0 22px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    font-family: avenir_book, sans-serif;
    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 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: avenir_heavy, sans-serif
}

.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 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    font-family: avenir_book, sans-serif
}

.bh-sl-container .loc-phone strong {
    font-weight: 400
}

.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 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    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 {
    width: 100%;
    width: 400px;
    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 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'avenir_book', sans-serif;
}

.store-items-container .store-item address,
.store-items-container .store-item cp_ville,
.store-items-container .store-item p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px
}

#module-m4e_storelocatorcustom-stores .plus-infos-collaps span,
#module-m4e_storelocatorcustom-stores .plus-infos-collaps-stores span {
    font-weight: 600;
    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 {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        display: inline-block;
        margin-top: 8px;
        text-decoration: underline;
        font-weight: 400;
        font-family: avenir_book, sans-serif
    }
    .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 {
        font-size: 22px;
        line-height: 34px;
        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
    }
    .store-items-container .store-item .card-title {
        font-size: 25px;
        line-height: 38px
    }
    .store-items-container .store-item address,
    .store-items-container .store-item cp_ville {
        font-size: 14px;
        line-height: 22px
    }
    #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
    }
    #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
    }
}

#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;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    font-family: avenir_roman, sans-serif
}

#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;
    font-size: 13px;
    line-height: 13px;
    font-family: avenir_book, sans-serif
}

#js-product-list-top .products-sort-order button {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    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;
    font-family: 'avenir_book', sans-serif;
    text-transform: uppercase;
    height: 26px;
}

#js-product-list-top .products-sort-order {
    line-height: 15px
}

#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 {
    font-size: 25px;
    line-height: 42px;
    font-family: avenir_light, sans-serif;
    font-weight: 400;
    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;
    line-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 0px 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 {
    font-family: gotham;
    color: #fff;
    font-size: 15px
}

#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;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    font-family: avenir_heavy, sans-serif
}

#products .color-name,
.featured-products .color-name,
.product-accessories .color-name,
.product-miniature .color-name {
    font-size: 12px;
    color: #000;
    text-transform: none;
    font-family: avenir_light, sans-serif
}

#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;
    font-size: 14px ;
    line-height: 27px;
    text-align: left;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    font-family: 'avenir_book', sans-serif;
    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;
    font-size: 13px;
    font-family: 'avenir_book', sans-serif;
    line-height: 19px;
    text-align: left;
    font-weight: 400;
}
.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;
    font-size: 14px;
    font-family: 'avenir_light', sans-serif;
    text-transform: uppercase;
    line-height: 19px;
    text-align: left;
    font-weight: 400
}

#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;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 27px;
    font-family: 'avenir', sans-serif;
    margin-top: 0px;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #000;
    font-size: 14px;
    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;
    font-size: 21px;
    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
}

#product .existFromTo {
    font-size: 11px
}

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

.all-products a {
    color: #000;
    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) {
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 0;
    line-height: 40px;
    border: solid 1px #a2a2a2;
    margin: 4px;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-family: avenir_book, sans-serif;
    font-weight: 400
}

.pagination .page-list li.current a:not(.next):not(.prev) {
    color: #fff;
    background: #000
}

.pagination .page-list li a.prev {
    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 {
    font-size: 25px;
    line-height: 39px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: avenir_medium, sans-serif;
    font-weight: 400;
    margin-bottom: 23px
}

#step2_size .block-content-popup p.desc {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

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

#step2_size .block-content-popup .link-video {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: avenir_heavy, sans-serif;
    font-weight: 400;
    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;
    font-size: 14px;
    line-height: 48px;
    padding: 0 40px 0 17px
}

#step2_size .block-content-popup .select_size .sgSizeLine .label {
    font-size: 14px
}

#step2_size .block-content-popup .yourSize_result {
    text-align: center;
    margin-top: 30px;
    font-family: var(--font_avenir_book);
    font-size: 18px
}

#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 {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 30px
}

#step2_size .block-content-popup #resultBottomSize,
#step2_size .block-content-popup #resultMBSize,
#step2_size .block-content-popup #resultSize {
    font-weight: 400;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
    font-family: var(--font_avenir_medium)
}

#step2_size .block-content-popup #resultBottomSize2,
#step2_size .block-content-popup #resultBraSizeError,
#step2_size .block-content-popup #resultMBSize2,
#step2_size .block-content-popup #resultSize2 {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-family: avenir_book, sans-serif
}

#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;
    margin-bottom: 25px;
}
#product .container-btn .back-btn img{
    margin-right: 10px;
}
#product .container-btn .back-btn a {

    line-height: 23px;
    color: #fff;
    padding: 0 16px;
    font-size: 10px;
    font-family: 'avenir_book', sans-serif;

}

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



#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
}

#product .block-content {

}



#product .block-content .pwfavorites i {
    color: #000;
    text-shadow: none;
    font-size: 0;
    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;
        font-size: 0;
        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 {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #000;
    margin-bottom: 10px;
    /* padding-right: 40px; */
    font-family: 'avenir_book', sans-serif;
    text-transform: initial;
}
#product .collection, #product .ligneprod {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    font-family: 'avenir_book', sans-serif;
}
#product .block-content .gamme-logo {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0 40px 0;
    font-family: 'avenir_book';
    color: #000;
}

.quickview .gamme-logo {
    position: relative;
    margin: 0 0 0;
    padding: 0 0 25px;
    font-size: 12px
}

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

.product-variants>.product-variants-item .color-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

.product-variants>.product-variants-item #group_2,
.product-variants>.product-variants-item .group-attribut {
    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 {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-family: avenir_book, sans-serif
}

#product .block-content h1 small,
.quickview h1 small {
    text-transform: capitalize;
    font-size: 14px
}

.quickview h1 {
    text-transform: none;
    font-family: avenir_book, sans-serif
}

.quickview h1 .ligneProd {
    text-transform: none;
    font-family: avenir_roman, sans-serif
}

.quickview .thumbs-container {
    display: none
}

#product .block-content .default-category {
    display: none;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    padding-right: 40px;
    font-family: avenir_heavy, sans-serif
}

#product .block-content .product-prices,
.quickview .product-prices {
    /*    margin: 40px 0;*/
    position: relative;
}

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

.product-prices div {
    margin-bottom: 0
}

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

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

#product .block-content .current-price .a-partir,
.quickview .current-price .a-partir {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin-right: 5px;
    font-family: avenir_book, sans-serif
}

#product .block-content .current-price .real-price,
.quickview .current-price .real-price {
    font-size: 28px !important;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'avenir_book', sans-serif
}

#product .block-content .current-price .regular-price,
.quickview .current-price .regular-price {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-right: 5px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    font-family: avenir_book, sans-serif
}

#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: #000
}

.has-discount .discount {
    background: #000;
    margin-left: 0;
    font-weight: 400;
    padding: 0 10px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-family: avenir_book, sans-serif
}

#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;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-family: avenir_book, sans-serif
}

#product .block-content .read_more_container a {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-decoration: underline;
    font-family: 'avenir_book', sans-serif;
}

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

#product .product-variants>.product-variants-item.select-item {
    margin-bottom: 12px;
    background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px top 23px
}
#product .existFromTo {
    font-size: 11px;
    position: absolute;
    right: 40px;
    padding: 19px 0px;
}
.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;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 1px #000;
    font-size: 14px;
    color: #000;
    font-weight: 900;
    font-family: 'avenir_book', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    cursor: pointer;
    text-transform: uppercase;
    height: 58px;
}

#product .product-variants>.product-variants-item select option,
.quickview .product-variants>.product-variants-item select option {
    font-size: 14px;
    font-weight: 900;
    font-family: 'avenir_book';

}
#product .product-variants>.product-variants-item select option::after{
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    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 .product-variants>.product-variants-item {
    margin: 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;
    margin-top: 12px;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'avenir_book', sans-serif;
}

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

.size-guide-product:focus,
.size-guide-product:hover {
    text-decoration: underline;
    color: #000
}
.sizeficheproduct {
    background: #fff;
    border: 1px solid #000;
    padding: 20px 0;
    text-align: center;
    margin: 10px 0 20px 0;
}
.product-variants-item.variant-19 {
    margin-bottom: 15px !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;
    font-size: 12px;
    color: #000;
    margin-right: 7px;
    font-family: avenir_book, sans-serif
}

.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;
    font-size: 14px;
    font-family: avenir_book, sans-serif
}

.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;
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px #b4b4b4;
    font-size: 14px;
    color: #000;
    font-family: avenir_book, sans-serif;
    -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,
.quickview .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: 30px;
    height: 30px;
    box-shadow: none;
    border: solid 1px #dedede
}

#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.220rem;
}

#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: 5px;
    margin-right: 20px;
}

#product .block-content .product-actions .add-to-cart,
.quickview .product-actions .add-to-cart {
    font-size: 18px;
    color: #fff;
    background: #000;
    width: 100%;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: avenir_book, sans-serif;
}

.quickview .product-actions .add-to-cart {
    font-size: 15px;
    color: #fff;
    background: #000;
    width: auto;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    font-weight: 400;
    font-family: avenir_book, sans-serif
}

#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;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: 'avenir_book', sans-serif;
    padding: 13px 17px;
    height: 50px;
    cursor: pointer;
    background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px top 14px;
}

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

#product #accordion .product_accordion {
    margin-bottom: 0;
    border-top: solid 1px #727272;
}

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

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

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

#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 17px 20px;
    font-size: 14px
}

#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;
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

#product .product_accordion-block p span {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #000 !important;
    font-family: avenir_book, sans-serif !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 {
    font-size: 28px;
    line-height: 24px;
    padding-bottom: 10px;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    font-family: 'avenir_book', sans-serif;
    color:#000;
    text-transform: inherit;
    padding-bottom: 30px;
}

.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;
    line-height: 38px;
    padding: 0 25px;
    border: solid 1px #000;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
    background: #fff;
    box-shadow: none;
    transition: all .2s ease-in-out;
    font-family: avenir_book, sans-serif
}

.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;
    font-size: 14px;
    line-height: 24px;
    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;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    box-shadow: none
}

#blockcart-modal .modal-body .cart-content-btn .btn-modal.proceed-checkout
{
    font-family: avenir_book, sans-serif;
    color: #000;
    border: solid 1px #000;
    background: #fff;
    text-transform: uppercase;
    width: 100%
}

#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
{
    font-family: avenir_book, sans-serif;
    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
}

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

#cms a {
    color: #000
}

#cms .page-content.page-cms .primary-title {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: avenir_book, sans-serif
}

#cms .page-content.page-cms h2 {
    font-size: 22px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: avenir_book, sans-serif
}

#cms .page-content.page-cms h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: avenir_roman, sans-serif
}

#cms .page-content.page-cms h4 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: avenir_heavy, sans-serif
}

#cms .page-content.page-cms h5 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: avenir_book, sans-serif
}

#cms .page-content.page-cms p {
    font-size: 12px;
    line-height: 18px;
    color: #000
}

#cms .page-content.page-cms a.button {
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
    border: solid 1px #000;
    font-size: 12px;
    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 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
    font-family: avenir_book, sans-serif
}

#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 {
    font-size: 12px;
    line-height: 19px;
    padding-left: 17px;
    margin-bottom: 30px
}

#cms.cms-id-21 .elementor-element-aeemfbe p strong,
#cms.cms-id-21 .elementor-element-d19filu p strong,
#cms.cms-id-21 .elementor-element-hks79dj p strong,
#cms.cms-id-21 .elementor-element-is3jfud p strong,
#cms.cms-id-21 .elementor-element-js30fa9 p strong,
#cms.cms-id-21 .elementor-element-xcfk0yr p strong {
    font-family: avenir_heavy, sans-serif
}

#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;
    font-size: 16px;
    line-height: 20px
}

#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;
    font-size: 40px;
    line-height: 55px;
    font-family: avenir_roman, sans-serif
}

#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;
    line-height: 40px;
    padding: 0 22px;
    border: solid 1px #fff;
    font-size: 15px;
    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 {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 400;
    color: #707070;
    font-family: avenir_roman, sans-serif
}

#index .columns-two-home .elementor-widget-text-editor p {
    font-size: 11px;
    line-height: 16px;
    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 {
    font-size: 11px;
    line-height: 16px;
    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 {
    /*    font-size: 18px;*/
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 2px;
    font-family: 'avenir_book', sans-serif
}

#index .points-forts .elementor-image-box-description {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
}

#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;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    font-family: avenir_roman, sans-serif
}

#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 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-family: avenir_book, sans-serif
}

.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 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: avenir_roman, sans-serif
}

.elementor-1020101 .elementor-element.elementor-element-8etf0qk .elementor-widget-container p a {
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border: solid 1px #fff;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    font-family: avenir_book, sans-serif
}

.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 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: avenir_heavy, sans-serif
}

.elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-title {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: avenir_heavy, sans-serif
}

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

.elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-price {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-family: avenir_book, sans-serif
}

.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 {
    font-size: 30px;
    line-height: 40px;
    max-width: 240px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: avenir_roman, sans-serif
}

.elementor-element-ten0k1n .elementor-element-ezzfoud p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    font-family: avenir_book, sans-serif
}

.elementor-element-ten0k1n .elementor-element-ezzfoud p strong {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
    font-family: avenir_roman, sans-serif
}

.elementor-element-ten0k1n .elementor-element-ezzfoud p a {
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border: solid 1px #000;
    font-size: 15px;
    color: #000;
    display: inline-block;
    font-family: avenir_book, sans-serif
}

.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 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-family: avenir_book, sans-serif
}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: avenir_roman, sans-serif
}

.elementor-element-ten0k1n .elementor-row .elementor-element-5z3kjnr .elementor-element-nym288s .elementor-widget-container p a {
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border: solid 1px #fff;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-family: 'avenir_book', sans-serif
}

.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 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
    font-family: 'avenir_light', sans-serif;
}

.elementor-element-ooka1gd .elementor-element-8drsfy0 p strong,
.elementor-element-ooka1gd .elementor-element-8zvditu p strong {
    font-family: 'avenir_light', sans-serif;
}

.elementor-element-ooka1gd .elementor-element-8drsfy0 p:last-of-type,
.elementor-element-ooka1gd .elementor-element-8zvditu p:last-of-type {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-family: 'avenir_book', sans-serif;
}



#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 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: avenir_book, sans-serif
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap h4:last-of-type {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-family: avenir_book, sans-serif;
    font-weight: 100
}

#index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'avenir_medium', sans-serif;
}

#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 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: avenir_roman, sans-serif;
    font-weight: 400
}

.fancybox-wrap .fancybox-skin table a {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    color: #fff;
    background: #000;
    display: inline-block;
    border: solid 1px #000;
    text-transform: uppercase;
    font-family: avenir_book, sans-serif;
    font-size: 19px
}

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

.fancybox-wrap .fancybox-skin table tr p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
    font-family: avenir_book, sans-serif
}

.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 {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-decoration: underline
}

.block_newsletter {
    margin-top: 35px;
}

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

.block_newsletter .block-newsletter-label h3 {
    font-size: 20px;
    line-height: 38px;
    color: #000;
    font-family: avenir_roman, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0
}

.block_newsletter .block-newsletter-label p {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    font-family: avenir_book, sans-serif;
    font-weight: 400;
    max-width: 235px;
    padding-top: 5px;
    margin-bottom: 8px
}

.block_newsletter .block-newsletter-label .info {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-family: avenir_light, sans-serif;
    font-weight: 400
}

.block_newsletter .block-newsletter-label .info a {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-family: avenir_light, sans-serif;
    font-weight: 400;
    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;
    line-height: 40px;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    font-family: avenir_book, sans-serif;
    border: 1px solid #000000;
    min-width: 300px;
}
.block_newsletter form input[type=email]{
    border-right: none;
}
.fa-paper-plane:before {
    content: "\f1d8";
    font-size: 13px;
    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{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #ACACAC;
}
body#checkout .block-free-shipping-infos{
    display: none;
}
.block_newsletter form .bl-block-button-content-wrapper {
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    padding: 0;
    width: 60px;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: avenir_heavy, sans-serif
}

.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;
    font-size: 10px;
    line-height: 20px;
    color: #000
}

#block-reassurance ul li p {
    max-width: 127px;
    font-size: 13px;
    line-height: 20px;
    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 {
    font-size: 13px;
    color: #000
}

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

#contact .contact-form textarea.form-control {
    padding: .5rem 1rem;
    height: auto;
    line-height: 24px;
    padding: 15px 20px
}

#contact .contact-form .btn-primary {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 50px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    font-family: gotham, sans-serif;
    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 {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-family: avenir_book, sans-serif
}

#contact .contact-form .infos-contact-form p strong {
    font-family: avenir_heavy, sans-serif
}



#custom-text .read_more_container a {
    font-size: 12px;
    text-decoration: underline
}

#custom-text h2,
#custom-text h1 {
    max-width: 90%;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}

#custom-text p {
    width: 90%;
    max-width: 815px;
    font-size: 12px;
    line-height: 20px;
    color: #000
}

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

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

#my-account .main-title a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: 5px;
    font-family: avenir_book
}

#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 {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    text-transform: none;
    max-width: 190px;
    padding: 0;
    box-shadow: none;
    font-family: avenir_heavy, sans-serif
}

@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 {
        line-height: 40px;
        padding-top: 0
    }
    section#lineven-relatedproducts{
        margin-top: 0px;
    }
    #pagenotfound .lineven-relatedproducts .header-title {
        border-top: none;
        line-height: 40px;
        padding-top: 0
    }
    #my-account .container-account-page .links .account-link .link-item {
        font-size: 18px;
        font-family: 'avenir_book', sans-serif;
    }
    #product .product_accordion-block {
        font-size: 12px
    }
    #product .product_accordion-block p span {
        font-size: 12px !important
    }
    #product .block-content .gamme-logo img {
        padding-top: 10px;
        max-width: 240px
    }
    #product .block-content .gamme-logo {
        padding-bottom: 8px;
        margin: 10px 0 0;
    }
    #product .block-content .gamme-logo:after,
    .quickview .gamme-logo:after {
        display: none
    }

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

    }
    .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 {
    font-size: 18px;
    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 25px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: gotham, sans-serif;
    border: 1px solid #000
}

.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 {
    font-size: 18px;
    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 25px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: gotham, sans-serif;
    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 {
    max-width: 180px;
    font-size: 28px;
    line-height: 24px;
    margin: 5px 0 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #000;
    font-family: avenir_book, sans-serif;
}

#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 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'avenir_roman',sans-serif;
}
div#cart-summary-product-list .media-body  span {
    color: #000000;
    font-size: 12px;
    font-family: 'avenir_light',sans-serif;
    font-weight: 400;
}
#cart .cart-item .product-line-grid-body .product-title .product-informations-line .collection-name {
    font-family: avenir_medium, sans-serif
}

#cart .cart-item .product-line-grid-body .product-attribute,
#cart .cart-item .product-line-grid-body .product-attribute .label {
    font-size: 12px;
    margin: 7px 0 0;
    line-height: 16px;
    font-family: 'avenir_book', sans-serif
}

#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;
    font-size: 13px;
    text-decoration: line-through;
    position: relative
}

#cart .cart-item .product-line-grid-body .price {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    font-family: 'avenir_roman', sans-serif;
}
#cart .cart-item .cart-actions .remove-from-cart {
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    text-transform: uppercase;
    color:#000;
    font-family: 'avenir_roman', sans-serif;
}



#cart .cart-item .cart-actions .product-price {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'avenir_roman', sans-serif;
    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;
    -moz-appearance: none;
    background: url('../img/chevrondown.svg') 91% 45% / 15% no-repeat #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    font-family: 'avenir_book', sans-serif;
    color: #000000;
}
select.js-cart-line-product-quantity:after{
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #B4B4B4 transparent transparent transparent;
}
#cart .card-block.checkout .btn-primary {
    width: 100%;
    font-weight: 400;
    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 {
    font-size: 14px;
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
    color:#000;
}
.show_details_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    text-transform: uppercase;
}
a.show_details_link i {
    line-height: 0.8;
}
#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;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    font-family: 'avenir_heavy', sans-serif
}

#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;
    font-weight: 400;
    background: #000;
    width: 100%;
    max-width: 100px;
    padding: 0 10px
}

.block-promo .promo-input {
    height: 2.5rem;
    width: 100%;
    margin-right: 0;
    font-size: 13px
}

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

#cart .block-promo .promo-code-button.cancel-promo {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    font-family: avenir_heavy, sans-serif
}

#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 {
    font-size: 14px;
    font-family: 'avenir_medium', sans-serif;
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
    color: #000000;
}

#cart .card-block.cart-summary-totals .cart-summary-line.cart-total .label .taxes-suffix {
    font-size: 14px;
    font-family: avenir_medium, sans-serif;

}

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

    color: #000;
    font-family: 'avenir_medium', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
}
#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;
}
#gift-wrapping-form .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    font-size: 1.1rem;
    color: #000;
}
#gift-wrapping-form .custom-checkbox label{
    font-size: 14px;
    font-weight: 400;
    font-family: 'avenir_book', sans-serif;
}
#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%;
    font-size: 14px;
    color: #fff;
    background: #000;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    font-family: 'avenir_book', sans-serif;
    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 .main-title h1 {
    font-family: avenir_heavy, sans-serif
}

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 h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'avenir_roman', sans-serif;
}

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

body#checkout section.checkout-step .address-alias {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-align: center;
    display: block;
    font-family:'avenir_heavy', sans-serif;
}

#checkout-addresses-step .form-control-label {
    font-size: 14px !important;
    color: #000;
    font-family: avenir_book, sans-serif !important;
}

body#checkout section.checkout-step .adresse-title {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    margin: 10px 0 5px;
    font-family: avenir_medium, sans-serif
}

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;
    font-size: 14px;
    line-height: 14px;
    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;
    font-size: 14px
}


#cart .featured-products .products-section-title {
    font-weight: 400;
    font-size: 22px;
}
#cart #js-product-list .product-miniature {
    padding-right: 10px;
    padding-left: 0px;
    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;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-family:  'avenir_book', sans-serif
}

body#checkout #checkout-personal-information-step p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    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 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: 'avenir_book', sans-serif;
}

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

/*.form-control:focus,
.input-group.focus {
    outline: 0
}*/

body#checkout #checkout-addresses-step .form-group .form-control-label {
    font-size: 10px
}

body#checkout #checkout-addresses-step p.infos-adresse {
    color: #000;
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
    max-width: 360px;
    margin-bottom: 10px;
    font-style: italic;
    font-family: 'avenir_book';

}



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;
    font-size: 13px;
    line-height: 16px;
    font-family: avenir_book, sans-serif
}

.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: 0px;
    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;
    font-family: avenir_book, sans-serif;
    color: #000;
    font-size: 14px
}

body#checkout section.checkout-step .sub-info {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0;
    font-family: avenir_book, sans-serif
}

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;
    font-weight: 400;
    font-size: 14px;
    color:#000;
    font-family: 'avenir_book';
}
body#checkout section.checkout-step .carrier-delay{
    font-weight: 400;
    font-size: 14px;
    color:#ACACAC;
    font-family: 'avenir_book';
}
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 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'avenir_book', sans-serif;
    color:#000;
    line-height: 22px;
}



body#checkout section.checkout-step .address-footer a.delete-address,
body#checkout section.checkout-step .address-footer a.edit-address {

    font-family: 'avenir_book', sans-serif;
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    align-items: center;
}

.custom-checkbox input[type=checkbox]+span {
    width: 15px;
    height: 15px;
    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: -.15rem -.125rem;
    font-size: 1rem;
    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 .cart-grid-right #js-checkout-summary .cart-summary-line .label,
body#checkout .cart-grid-right #js-checkout-summary .cart-summary-line .value {
    font-size: 14px;
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
}

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;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    font-family: avenir_book, sans-serif
}

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;
    font-weight: 400;
    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
}

body#checkout .block-promo .promo-code-button.cancel-promo {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    font-family: avenir_heavy, sans-serif
}

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 .label .taxes-suffix {
    font-size: 14px;
    font-family: avenir_book, sans-serif
}

body#checkout #js-checkout-summary .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    font-family: 'avenir_book', sans-serif
}

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 .card-block.cart-summary-totals .cart-summary-line:last-child .label,
body#checkout .card-block.cart-summary-totals .cart-summary-line:last-child .value {
    font-size: 12px
}

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: 4px;
}
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;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0
}

#prestablogfront {
    width: calc(100% - 34px);
    max-width: 815px;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0
}

#prestablogfront h1 {
    font-size: 22px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-family: gotham
}

#prestablogfront .categories-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px
}

#prestablogfront .categories-article a {
    height: 35px;
    line-height: 35px;
    padding: 0 21px;
    border-radius: 25px;
    background: #d0d0d0;
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: max-content;
    margin: 5px;
    font-family: avenir_medium, sans-serif
}

#prestablogfront p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-family: avenir_book, sans-serif
}

#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;
    font-family: gotham;
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: 83px;
    margin-bottom: 21px
}

#module-prestablog-journal .header-blog .wrapper-header .intro {
    font-size: 12px;
    line-height: 18px;
    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 {
    font-size: 12px;
    line-height: 18px;
    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;
    line-height: 35px;
    padding: 0 21px;
    border-radius: 25px;
    background: #ddd1ca;
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: max-content;
    font-family: avenir_medium, sans-serif
}

#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 {
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
    font-family: gotham;
    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 {
    font-size: 12px;
    line-height: 18px;
    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 {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-family: avenir_heavy, sans-serif
}

#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 {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: avenir_book, sans-serif
}

#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-name {
    font-size: 12px;
    line-height: 19px;
    font-family: avenir_heavy, san-serif
}

#order-items .order-line .details .product-unit-price {
    font-size: 12px;
    margin: 5px 0
}

#order-items .order-line .details .product-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 180px
}

#order-items .order-line .details .product-quantity {
    font-size: 14px;
    line-height: 19px;
    font-family: avenir_book, san-serif
}

#order-items .order-line .details .product-total {
    font-size: 17px;
    line-height: 19px;
    font-family: avenir_heavy, san-serif
}

#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;
    font-size: 14px;
    line-height: 26px;
    font-family: avenir_book, sans-serif
}

#order-items .total-confirmation .line.total-value .label,
#order-items .total-confirmation .line.total-value .value {
    font-size: 20px;
    font-family: avenir_heavy, sans-serif
}

#order-items .total-confirmation .line.total-value .label .taxe-type {
    font-size: 14px;
    font-family: avenir_medium, sans-serif
}

#order-details {
    background: #d0d0d0;
    padding: 24px 23px
}

#order-details .h3 {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    font-family: avenir_heavy, sans-serif
}

#order-details ul {
    margin-bottom: 0
}

#order-details ul li {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: avenir_book, sans-serif
}

#footer .footer-container {
    margin-top: 0;
    padding-top: 0;
    padding: 50px 0 0;
    overflow: unset;
    box-shadow: none
}

#footer .footer-container ul li {
    text-align: center;
    margin-top: 20px;
}
#footer .footer-container .links .h3{
    text-align: center;
    font-weight:400;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
    font-family: 'avenir_roman';

}
#footer .footer-container ul li a {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-family: 'avenir_book';
}

#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 {
    font-size: 20px;
    line-height: 30px;
    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
}

@media screen and (min-width:768px) {
    #m4e_hometabcateg .swiper-button-next,
    #m4e_hometabcateg .swiper-button-prev {
        display: none
    }
    #product .block-content .gamme-logo p,
    .quickview .gamme-logo p {
        font-size: 14px;
        line-height: 22px
    }
    #product .block-content .gamme-logo p:last-of-type,
    .quickview .gamme-logo p:last-of-type {
        margin-bottom: 0
    }
    #product .existFromTo,
    .quickview .existFromTo {
        font-size: 11px;
        margin-top: 10px;
        color: #000;
        font-family: 'avenir_book', sans-serif;
        position: absolute;
        right: 50px;
        padding: 9px 0;
    }
    .quickview .product-variants>.product-variants-item {
        margin: 15px 0 0
    }
    #product .block-content h1 small,
    .quickview h1 small {
        font-size: 16px;
        font-family: avenir_book, sans-serif
    }
    #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 {
        font-size: 14px;
        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 {
        font-weight: 400;
        font-size: 12px;
        font-family: avenir_book, sans-serif;
        color: #000
    }
    .product-variants>.product-variants-item .color-name {
        font-size: 16px
    }
    #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 {
        font-size: 30px;
        line-height: 34px;
        color: #000;
        text-transform: uppercase;
        font-family: avenir_roman, sans-serif;
        font-weight: 400
    }
    .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 h1 {
        font-size: 25px;
        line-height: 38px
    }
    #prestablogfront .categories-article a {
        height: 44px;
        line-height: 44px;
        padding: 0 27px;
        background: #f3f3f3;
        font-size: 17px;
        margin: 5px
    }
    #prestablogfont {
        margin-top: 25px
    }
    #prestablogfront p {
        font-size: 14px;
        line-height: 22px
    }
    #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;
        font-family: avenir_roman, sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #000;
        text-align: left;
        line-height: 50px;
        margin-bottom: 5px
    }
    #module-prestablog-journal .header-blog .wrapper-header .intro {
        font-size: 14px;
        line-height: 22px;
        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;
        line-height: 44px;
        padding: 0 27px;
        background: rgba(255, 255, 255, .74);
        font-size: 17px
    }
    #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 h3 a {
        font-size: 16px;
        line-height: 18px
    }
    #blog_list_1-7 li.blog-grid .block_bas .prestablog_desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px
    }
    #blog_list_1-7 li.blog-grid .prestablog_readmore a {
        font-size: 16px;
        line-height: 22px
    }
    #blog_list_1-7 li.blog-grid .prestablog_readmore a img {
        width: 10px;
        height: auto;
        margin-right: 8px
    }
    #cms .page-content.page-cms p {
        font-size: 14px;
        line-height: 22px;
        font-family: avenir_book, sans-serif
    }
    #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 {
        font-size: 40px;
        line-height: 60px;
        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 {
        font-size: 16px;
        line-height: 20px;
        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-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 {
        font-size: 16px
    }
    #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 {
        font-weight: 400;
        color: #000;
        font-family: avenir_book, sans-serif
    }
    body#checkout .form-group .form-control-label {

        font-size: 14px !important;
        font-weight: 400;
        color: #000;
        font-family: avenir_book, sans-serif
    }
    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;
        font-size: 17px
    }
    #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 {
        font-size: 17px;
        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-name {
        font-size: 16px;
        line-height: 25px
    }
    #order-items .order-line .details .product-unit-price {
        font-size: 16px;
        margin: 10px 0
    }
    #order-items .order-line .details .product-total {
        font-size: 20px
    }
    #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-confirm {
        line-height: 30px
    }
    #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 {
        font-size: 22px;
        line-height: 34px;
        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;
        font-size: 12px;
        line-height: 19px;
        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 section.checkout-step h2 {
        font-size: 20px;
        line-height: 34px
    }



    body#checkout section.checkout-step .carrier-delay,
    body#checkout section.checkout-step .carrier-name,
    body#checkout section.checkout-step .carrier-price {
        font-size: 14px
    }


    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;
        font-size: 14px
    }
    #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 .product-variants>.product-variants-item {
        margin: 1.25rem 0 1.563rem;
    }
    .product-variants>.product-variants-item #group_2,
    .product-variants>.product-variants-item .group-attribut {
        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;
        font-weight: 900;
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        text-transform: uppercase;
        padding: 0px;
        font-family: 'avenir_book', sans-serif;
        transition: all .2s ease-in-out
    }


    #product .block-content .default-category,
    .quickview .default-category {
        display: block;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 15px;
        color: #000;
        font-family: avenir_heavy, sans-serif
    }
    #product .block-content .current-price .a-partir {
        font-size: 14px;
        line-height: 20px
    }
    #product .block-content .current-price .real-price,
    #product .block-content .current-price .regular-price,
    .quickview .current-price .real-price,
    .quickview .current-price .regular-price {
        font-size: 20px;
        line-height: 20px
    }
    #product .block-content .current-price .regular-price:after,
    .quickview .current-price .regular-price:after {
        bottom: 10px
    }
    #product .product-actions .control-label {
        font-size: 14px
    }
    #product .block-content .product-information .product-desc {
        max-height: 46px;
        margin-bottom: 20px
    }
    #product .block-content .product-information .product-desc p {
        font-size: 14px;
        line-height: 22px
    }
    #product .block-content .product-actions .add-to-cart {
        font-weight: 900;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        font-family: 'avenir_book';
    }


    #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 {
        font-weight: 400;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin-top: 10px;
        text-transform: inherit;
    }

    #pagenotfound .lineven-relatedproducts .header-title {
        font-size: 22px;
        line-height: 34px;
        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 {
        font-size: 25px;
        line-height: 50px;
        text-align: left
    }
    #product-list-header .block-category .block-category-inner p {
        font-size: 13px;
        line-height: 22px;
        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
    }
    #products .default-category,
    .featured-products .default-category,
    .product-accessories .default-category,
    .product-miniature .default-category {
        font-size: 14px;
        line-height: 27px
    }
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size:14px;
        line-height: 27px
    }


    #products .color-name,
    .featured-products .color-name,
    .product-accessories .color-name,
    .product-miniature .color-name {
        font-size: 14px
    }



    #search_filters_wrapper {
        display: none;
        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 {
        display: none;
        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;
        font-size: 14px;
        font-family: avenir_book, sans-serif;
        padding: 0;
        background: #fff;
        border: 1px solid #000;
        box-sizing: border-box;
        box-shadow: none;
        min-width: 140px
    }
    #search_filters .facet .facet-dropdown>a {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        display: flex;
        align-items: center;
    }
    div#ge_ss0_1{
        display: block !important;
        margin-top: -4px !important;
    }
    #search_filters .facet .facet-dropdown>p {
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
        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 {
        font-size: 14px;
        line-height: 22px;
        font-family: avenir_book, sans-serif;
        margin-right: 5px
    }
    .sort-by-block .products-sort-order button {
        margin: 0;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        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;
        font-family: 'avenir_book', sans-serif;
        text-transform: uppercase;
    }
    .size-guide,
    .store_locator {
        margin: 0 50px 0 5px;
        align-items: center;
        text-transform: uppercase;
        text-decoration: underline;
        color: #000;
        font-size: 12px;
        font-family: 'avenir_heavy', sans-serif
    }
    .size-guide{
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #000;
        font-family: 'avenir_book', sans-serif;
    }
    .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 {
        font-size: 20px;
        line-height: 36px;
        color: #000;
        margin-bottom: 5px;
        margin-top: 13px
    }
    #index .columns-two-home .elementor-widget-text-editor p {
        font-size: 13px;
        line-height: 22px;
        color: #000;
        font-weight: 400;
        font-family: avenir_roman, sans-serif
    }
    #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 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 5px;
        height: 35px;
    }
    .read{
        margin-top: 5px;
    }
    #index .points-forts .elementor-image-box-description {
        font-size: 14px;
        line-height: 18px
    }
    #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%
    }
    #contact .contact-form .infos-contact-form p {
        font-size: 14px;
        line-height: 22px
    }
    .size-guide {
        display: flex
    }



    #cart .cart-item .cart-actions .qty input {
        height: 40px;
        line-height: 40px
    }
    #cart .cart-item .cart-actions .product-price {
        font-size: 20px
    }
    #cart .cart-item .product-line-grid-body .product-title a {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
        font-weight: 900;
        display: inline-block;
    }

    #cart .cart-item .product-line-grid-body .current-price {
        margin-top: 7px;
    }
    #cart .cart-item .product-line-grid-body .price,
    #cart .cart-item .product-line-grid-body .regular-price {
        font-size: 14px;
        line-height: 20px
    }
    #cart .cart-item .product-line-grid-body .regular-price:after {
        bottom: 9px
    }
    #cart .cart-item .product-line-grid-body .product-attribute,
    #cart .cart-item .product-line-grid-body .product-attribute .label {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
    }

    #cart .back-btn a {
        font-size: 12px;
        /*        height: 30px;*/
        line-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{
        width: 60%;
        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 {
        margin-bottom: 12px;
        background: url(../img/svg/arrow-select-filter.svg) no-repeat right 15px top 23px;
        display: flex;
        align-items: center;
        margin-top: 5px
    }
    .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
    }

    .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 {
        font-size: 17px;
        height: 47px;
        line-height: 47px;
        padding: 0 23px;
        text-transform: uppercase;
        font-weight: 400
    }
    #index .black-btn-category-home {
        bottom: 84px
    }
}

@media screen and (max-width:1280px) {
    .active_filters {

        margin: 0 auto
    }
}

@media screen and (min-width:1280px) {
    #search_filters .facet .facet-dropdown {
        min-width: 240px
    }
    cart-grid-right{
        max-width: 296px;
        margin-left: 50px;
    }
}

#open-search-sticky {
    display: none
}

#header:not(.sticky-desktop) #open-search-sticky {
    display: none !important
}

#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: 60px;
        padding-right: 5px;
        align-items: center;
        justify-content: flex-end;
        margin-top: 6px;
    }
    #header.sticky-desktop .header-top .block-logo {
        position: absolute;
        top: 15px;
        left: -51px;
        margin-top: 0;
        text-align: center;
        z-index: 10;
        /*        margin-left: 5px;*/

    }
    #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: flex-start;
    }
    #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;
        top: -5px;
        min-width: 0;
        overflow: hidden;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: all .2s ease-in-out
    }
    #header.sticky-desktop .header-top .search-widget {
        /*        display: none;*/
        margin-right: 9px;
        width: 70%;
        min-width: inherit;
    }
    #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.sticky-desktop #open-search-sticky {
        display: block;
        height: 25px;
        cursor: pointer
    }
    #header.sticky-desktop #open-search-sticky img {
        position: relative;
        top: -2px;
        height: 25px;
        display: none;
    }
    #header.sticky-desktop #adtm_menu {
        padding: 3px 145px 0px 0px !important;
        justify-content: start;
    }
    #header.sticky-desktop #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span{
        font-size: 13px !important;
    }
    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 ul#menu .li-niveau1 div.adtm_sub {
        /*        border-top: solid 1px #DADADA;*/
    }
    #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: 13px;
        right: 13px;
        bottom: 12px;
        height:0.028rem;
        background: #727272;
    }
    #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;
        font-size: 24px !important;
        line-height: 28px !important
    }
    #index .columns-three-home {
        margin: 17px auto 0
    }
}

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

    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
    }

    /*    div#adtm_menu_inner {
            display: block;
            overflow: auto;
            width: 100%;
            padding: 0 17px
        }*/
    #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
    }
    /*#header .header-nav .block-right.fixed-top {
        position: fixed;
/*        top: 32px;*/
    /*    right: 0;
/*        left: 58px;*/
    /*    padding-right: 17px;
        background: #fff;
        justify-content: flex-end
    }*/
    .div_fix_selector_pays{
        /*        display: flex;
                justify-content: space-between;
                width: 70%;*/
    }
    #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
    }
    #header .header-nav {
        margin-bottom: 0;
        border-bottom: none;
        height: 52px;
        padding-top: 15px;
        z-index: 1000;
        position: relative;
        display: flex;
        /*-webkit-box-pack: start!important;
            -ms-flex-pack: start!important;
            justify-content: space-between!important;*/
    }
    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;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        position: relative;
        bottom: 3px;

    }
    #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;
        left: 15%;
        height: auto;
        width: 100%;
        width: 100vw;
        background: #fff;
        max-width: 100%;
        float: left;
        z-index: 100000;
        left: 0
    }
    #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;
        font-size: 10px;
        line-height: 14px;
        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;
        /*        height: 48px;
                width: 50px;*/
        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: -7px;
        width: 16px;
        height: 16px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;

    }
    #header .header-nav #_mobile_search {
        width: 32px;
        position: relative;
        top: 4px;

        cursor: pointer;

    }

    #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{
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: left !important;
        font-weight: 900 !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;
    }
    #footer_sub_menu_footer-bottom ul, #footer_sub_menu_footer-bottom-fr ul{
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .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;
        line-height: 75px;
        border-bottom: none
    }
    #header .header-top .search-widget form button[type=submit] {
        width: 65px;
        height: 75px;
        background: #fff
    }
    #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;
        font-size: 13px;
        line-height: 20px
    }
    #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;
        font-size: 22px;
        line-height: 28px;
        font-family: avenir_roman, sans-serif
    }
    #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;
        line-height: 30px;
        padding: 0 17px;
        border: solid 1px #000;
        font-size: 12px;
        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
    }
}

@media screen and (max-width:1024px) {
    #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;
        font-size: 14px;
        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;
        font-size: 13px;
        line-height: 20px
    }
    .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;
        font-size: 22px;
        line-height: 28px;
        font-family: avenir_roman, sans-serif
    }
    .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;
        line-height: 30px;
        padding: 0 17px;
        border: solid 1px #000;
        font-size: 12px;
        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 .main-title h1 {
        font-size: 40px
    }
    #cms .page-content.page-cms h2 {
        font-size: 22px;
        line-height: 40px
    }
    #cms .page-content.page-cms h3 {
        font-size: 30px
    }
    #cms .page-content.page-cms h4 {
        font-size: 20px
    }
    #cms .page-content.page-cms h5 {
        font-size: 20px
    }
    #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{
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #727272;
        font-family: 'avenir_book';
    }
    .adtm_search_submit_button .material-icons{
        font-size: 18px;
    }
    #adtm_menu ul#menu {

        display: inherit;
        justify-content: inherit;

    }
    #footer .footer-container {
        padding: 15px 0 25px
    }
    #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 {
        font-size: 16px;
        line-height: 24px;
        font-family: avenir_roman, sans-serif;
        font-weight: 400;
        margin-bottom: 15px
    }
    #step2_size .block-content-popup {
        width: 100%;
        position: relative;
        padding: 10px 14px 14px
    }
    #step2_size .block-content-popup p.desc {
        font-size: 11px;
        line-height: 16px
    }
    #step2_size .block-content-popup .flex-center {
        margin-bottom: 5px
    }
    #step2_size .block-content-popup .link-video {
        font-size: 12px
    }
    #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;
        line-height: 24px;
        font-size: 12px
    }
    #step2_size .block-content-popup .yourSizeTitle {
        font-size: 14px;
        line-height: 22px;
        display: block;
        margin-bottom: 0
    }
    #step2_size .block-content-popup .select_size .sgSizeLine .label {
        font-size: 12px
    }
    #step2_size .block-content-popup #resultBottomSize,
    #step2_size .block-content-popup #resultSize {
        font-size: 20px;
        line-height: 22px;
        margin-right: 15px
    }
    #step2_size .block-content-popup #resultBottomSize2,
    #step2_size .block-content-popup #resultSize2 {
        font-size: 12px;
        line-height: 22px
    }
    #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;
    }
    .subcategory a{
        font-size: 12px;
    }
    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 {
        font-size: 17px;
        line-height: 26px;
        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 {
        font-size: 14px;
        line-height: 19px;
        font-weight: 900;
        font-family: 'avenir_book', sans-serif;
        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%;
        line-height: 40px
    }
    .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
    }
    .elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-category,
    .elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-price,
    .elementor-element-10wex6v .elementor-product-miniature .elementor-content .elementor-title {
        font-size: 14px;
        line-height: 22px
    }
    #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
    }
    .elementor-element-ten0k1n .elementor-widget-heading .elementor-heading-title span {
        font-size: 22px;
        line-height: 30px
    }
    #js-product-list-header .block-category,
    #product-list-header .block-category {
        padding-top: 20px
    }
    .elementor-element-ten0k1n .elementor-element-ezzfoud p strong {
        font-size: 18px;
        line-height: 24px
    }
    .elementor-element-ten0k1n .elementor-element-ezzfoud p {
        font-size: 12px;
        line-height: 18px
    }
    .elementor-1020101 .elementor-element.elementor-element-0hp0ug0 {
        margin-bottom: 10px
    }
    .elementor-element-ooka1gd .elementor-element-8drsfy0 p strong,
    .elementor-element-ooka1gd .elementor-element-8drsfy0 p:last-of-type,
    .elementor-element-ooka1gd .elementor-element-8zvditu p strong,
    .elementor-element-ooka1gd .elementor-element-8zvditu p:last-of-type {
        font-size: 14px;
        line-height: 22px
    }
    #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 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 0;
        text-align: center
    }
    #index .elementor-section.elementor-element-bptkrn7 .elementor-widget-wrap p {
        font-size: 12px;
        line-height: 18px;
        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 .block-newsletter-label h3 {
        font-size: 22px;
        line-height: 32px
    }
    .block_newsletter .block-newsletter-label p {
        font-size: 12px;
        line-height: 18px
    }

    .block_newsletter form input[type=email],
    .block_newsletter form input[type=submit] {
        height: 40px;
        line-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;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        box-shadow: none;
        background-color: #000;
        margin-top: 10px;
        margin-bottom: 0;
        font-family: 'avenir_book', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        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;
        font-size: 12px;
        line-height: 19px;
        text-align: left
    }
    #footer-blocks li {
        padding: 0;
        border-bottom: none;
        font-weight: 400
    }
    #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;
        font-size: 21px;
        text-shadow: none;
        display: none;
    }
    #custom-text {
        min-height: 210px;
        padding: 40px 0
    }
    #custom-text h2,
    #custom-text h1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px
    }
    #custom-text p {
        line-height: 18px;
        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) {
    #blockreassurance .col-md-3{
        margin-top: 10px;
    }
    .blocknewlettre{
        background: #fff;
        z-index: 100;
    }
    #header .header-nav .block-left{
        position: relative;
        bottom: 3px;
    }
    #header .header-nav{
        margin-top: 15px;
    }
    #header .header-nav #_mobile_search{
        width: inherit !important;
        position: relative;
        top: 3px;
        right: 13px;
    }
    #header .header-nav .blockcart {
        margin-right: 10px;
    }
    #header .header-nav #_mobile_logo {
        margin: 0 1.5rem 0 0;
        text-align: center;
    }
    #header .header-nav .blockcart .cart-products-count {
        right: -6px
    }
    #cms .cta-repair a {
        width: 100%;
    }
    .repaire-mobile-step-image {
        margin-bottom: 10px !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 {
    font-family: avenir_book, sans-serif;
    font-size: 14px;
    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;
    line-height: 10px
}

@media screen and (max-width:767px) {
    #product .content-composition>p {
        font-size: 12px
    }
}

.popup-newsletter input {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    font-family: avenir_book, sans-serif;
    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-line .collection-name {
    font-family: avenir_medium, sans-serif
}

#order-confirmation .confirm-email-order a {
    color: #000;
    text-decoration: underline;
    font-weight: 600
}

@media screen and (max-width:330px) {
    #product .size-guide-product {
        font-size: 10px
    }
}

.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;
        font-size: 9px;
        font-family: avenir_book
    }
    .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;
        font-size: 16px;
        font-weight: 900;
        font-family: avenir_heavy
    }
}

.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;
    font-family: Tahoma, Arial, sans-serif
}

#popup-success .popup .close-popup-success {
    position: absolute;
    top: 12px;
    right: 17px;
    transition: all .1s;
    font-size: 30px;
    font-weight: 700;
    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;
    font-size: 14px;
    font-family: avenir_book;
    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;
    line-height: 25px
}

.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) {
    #module-m4e_storelocatorcustom-stores .plus-infos-collaps-stores span {
        font-size: 13px
    }
    .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;
    font-size: 12px;
    line-height: 16px
}

#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
    }
    #search_filters .facet .facet-dropdown>a {
        line-height: 20px
    }
    .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;
        font-size: 11px
    }
    .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%
    }
    #ls-global .ls-container,
    body .ls-container,
    html .ls-container {
    }
    .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;
        line-height: 25px;
        font-size: 10px !important;
        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;
        margin-top: 5px
    }

    .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
    }
    #module-m4e_storelocatorcustom-stores .plus-infos-collaps span {
        font-size: 10px
    }
    .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;
        line-height: 25px;
        font-size: 12px !important;
        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;
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

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;
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: avenir_heavy, sans-serif;
    bottom: 0;
    right: 0;
    font-size: 14px
}

.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;
    font-size: 14px;
    position: absolute;
    top: -22px;
    font-weight: 700;
    font-family: avenir_heavy, sans-serif
}

.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 {
    font-size: 14px;
    padding: 0 6px;
}

@media screen and (max-width: 340px) {
    .lang-nl#cart .card-block.checkout a.valider-panier button {
        font-size: 12px;
    }

}

.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;
        line-height: 19px;
    }
    #cms.page-lookbook .elementor-container .elementor-row .elementor-element-bzjqep2 .elementor-column-wrap {
        width: 100%;
        max-width: 1056px;
    }
    #cms.page-lookbook .sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    #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 {
        font-size: 16px;
    }
    #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 {
    line-height: 19px;
    padding-left: 17px;
    margin-bottom: 30px;
}

#cms.page-lookbook .elementor-element-aeemfbe p strong,
#cms.page-lookbook .elementor-element-xcfk0yr p strong,
#cms.page-lookbook .elementor-element-js30fa9 p strong,
#cms.page-lookbook .elementor-element-d19filu p strong,
#cms.page-lookbook .elementor-element-hks79dj p strong,
#cms.page-lookbook .elementor-element-is3jfud p strong {
    font-family: 'avenir_heavy', sans-serif;
}

#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;
    }
    #product .block-content .product-prices, .quickview .product-prices{
        margin: 20px 0 10px 0;
    }
    .block-category{
        margin-bottom: 16px;
    }

    #product .lineven-relatedproducts .header-title{
        margin-top: 10px;
        font-size: 20px;
        line-height: 27px;
        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;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: 'avenir_book';
}

@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 .block-content h2.product-forme {
        font-size: 1rem;
    }
    #product .images-container .thumbs-container {
        display: none
    }
    #index .newproducthome{
        margin-bottom: 10px;
    }
    #product .container-btn .back-btn {
        background: #EFEFEF;
        height: 40px;
        position: relative;
        padding: 10px 0px;
    }
    #product .breadcrumb_container{
        margin-bottom: 0px;
    }
    body#product ul.slick-dots{
        position: relative;
        bottom: 2%;
    }
    .pwfavorites, .pwfavorites:hover, .pwfavorites:focus {
        bottom: 47px;
        right: 8px;
    }
    #product .container-btn .back-btn a {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #000;
        font-family: 'avenir_book';
        text-decoration: underline;
        text-transform: uppercase;
        display: inline;
        height: 40px;
        padding: 5px 20px 0px 10px;
        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;
    line-height: 25px;
    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 {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.all-products a {
    font-size: 14px;
}



.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

#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_cart,
#header.sticky-desktop.open .header-top .block-right #_desktop_user_info,
#header.sticky-desktop.open .header-top .block-right .favorite_icon {
    margin: 0 10px;
}
#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 .codelang{
    display: none;
}
#header.sticky-desktop.open #_desktop_language_selector {
    /*    margin-left: 5px;*/
    position: absolute;
    right: 0;
    top: 13px;
}

@media (max-width:991px) {

    .info-step-complete{
        margin-right: 5px !important;
    }
    body#checkout section.checkout-step.-current .step-title{
        padding-bottom: 0px !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;
    }
    body#checkout section.checkout-step h2{
        font-size: 20px !important;
    }
    body#checkout section.checkout-step .continue, #js-worldlineop-btn-submit, .js-payment-binary button{
        font-weight: 900 !important;
    }
    #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{
        font-weight: 800;
        font-size: 22px !important;
        line-height: 30px;
        color:#000;
        font-family: 'avenir_book';
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        padding-top: 10px;
    }
    .block-category .block-category-inner #category-description p{
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .description_cate_plus{
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        text-transform: uppercase;
        font-family: 'avenir_book';
        color:#000;
        text-align: center;
    }
    .category-description-mobile p{
        font-family: 'avenir_book';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        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 {
    font-size: 15px;
    line-height: 23px;
    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: 0px;
    left: 0px;
    transform: translate3d(-88px, 16px, 0px);
}

#_desktop_ps_language_selector .dropdown-menu li.title {
    margin-bottom: 3px;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
    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 {
    font-size: 15px;
    line-height: 23px;
    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;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-family: 'avenir_book', sans-serif;
}

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

@media(max-width:768px) {
    .dropdown-menu {
        left: -124px;
    }
    #header .header-nav .language-selector {
        margin-top: 0;
    }
    #product .block-content h1{
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        color: #000;
        margin: 10px 0 10px 0;
    }
    #product .collection, #product .ligneprod {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-family: 'avenir_book', sans-serif;
    }
    .product-flags{
        top:3px;
    }
    .plist_attribute_images .groupattribut .input-container {
        padding-right: 2px;
    }
    .groupattribut .nav-cat-next {
        right: 2px;
    }
}
.logo_search{
    height: 14px;
    background-color: #EFEFEF;
}
.button_close_banner{
    top: 6px;
    right: 40px;
    position: absolute;
    background: transparent;
    border: none;
}
.button_close_banner:focus{
    outline: none;
    outline: none;
}
.products-section-title{
    text-align: center;
    text-transform: uppercase;
    margin:23px 0 20px 0px;

    font-size: 28px;
    line-height: 38px;
    color:#000;
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
}
#categoryhome elementor-widget-image-box .elementor-image-box-content{
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
    font-family: 'avenir_book', sans-serif;
    position: absolute;
    bottom: 0%;

}
#categoryhome .elementor-image-box-content .elementor-image-box-title{

    color: #fff;
    font-family: 'avenir_book', sans-serif;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}
#categoryhome .elementor-image-box-content .elementor-image-box-description{
    font-family: 'avenir_light', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    text-transform: uppercase;
}
#categoryhome .elementor-image-box-content .elementor-image-box-description a{
    font-family: 'avenir_light', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    text-transform: uppercase;
    color:#fff;
}
.language-selector .fa-angle-down:before{
    font-size: 17px;
    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: 22px;
    height: 22px;
    right: 2px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #727272;
    margin: 0;
    margin-top: 4px;
}
.block-title {
    font-weight: 400 !important;
    text-align: center;
    color:#000;
    font-size: 16px;
    line-height: 21px;
    font-family: 'avenir_book';
    margin-top: 20px;
}
blockreassurance {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 50px !important;
}
.blockreassurance .block-icon, .blockreassurance .block-icon img, .blockreassurance .block-icon svg{
    height: 50px !important;
}
.block_newsletter form input[type=submit]{
    white-space: nowrap;
    overflow: hidden;
    text-indent: 136%;
    background: #000;
    position: absolute;
    left: 89%;
    top: 0%;
    width: 40px;
}
.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;
}
.blockreassurance {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    background-color: #EFEFEF;
    padding: 25px;
}
.title-social{

    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color:#000;
    font-family: 'avenir_roman';
}
.youtube, .instagram{
    background-color: transparent !important;
    border-radius: inherit !important;
}
#container-banner .opco-message  a{
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    font-family: 'avenir_light';
}
.ls-wrapper > .ls-layer, .ls-wrapper > a > .ls-layer {
    font-family: 'avenir_roman';
}
.ls-outline .ls-button{
    text-transform: uppercase;
}
.email_subscription .titre-news{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}
.read_more{

    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color:#000;
    text-transform: uppercase;
    text-decoration: underline !important;
    font-family: 'avenir_book';
}
.read_more_faible{
    font-weight: 400;
}
.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;
}
#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{
    color:#ACACAC !important;
    font-family: 'avenir_book' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 15px !important;
    text-decoration: underline;


}
#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 :20px;
}
.imgpaiement{
    height: 18px;
}
.block-category .h1{
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'avenir_book';
    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;
}
.fa-angle-right:before,.fa-angle-left:before{
    font-size:25px;
    font-weight: 300;
}
#about-seo p{
    line-height: 1.3;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'avenir_book';
    margin-bottom: 7px;
}
.condition-newslettre{
    font-family: 'avenir_book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: center;
}
.condition-newslettre a{
    font-family: 'avenir_book';
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    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;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    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: -11px;
    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;
    width: 100%;
    border: solid #000 2px;
    padding: 0px;
    width: 19px;
    height: 19px;
}
.current-color{
    box-sizing: content-box;
    width: 100%;

    padding: 0px;
    width: 19px;
    height: 19px;
    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;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    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: -4px;
}
#_mobile_user_info .user-info img{

    margin-right: 7px;
}
#_mobile_whislist img{
    margin-right: 10px;
    margin-left: 12px;
}
#close-menu-mobile{
    position: relative;
    top: -12px;
}


@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;
    }
    #header .header-nav{
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 25px;
        justify-content: center;

    }
    div#ge_ss0_1{
        display: block !important;
    }
    div#_mobile_logo{
        margin-left: 35px;
    }
    #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: 0px;
    }
    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: 0px;
        padding-right: 0px;
    }

}
#header.sticky-desktop.open div#ge_ss769_0{
    right: 0px;
}
#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: 1 !important;
    position: relative;
    right: 63px;
    top: -10px;
}
body.lang-fr.country-fr.currency-eur #ge_ss769_0{
    right: 56px;
}
body.lang-nl #ge_ss769_0{
    right: 72px;
}
.nav-cat-next, .nav-cat-prev{
    position: relative;
    bottom:3px;
}
#chat-circle {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #727272;
    width: 230px;
    height: 59px;
    border-radius: 200px;
    color: white;
    font-family: 'avenir_light';
    padding: 20px 40px 20px 40px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px 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{
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color:#fff;
    font-family: 'avenir_light';

}
#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 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 900;
    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;
        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;
        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;
    }
    .lineven-relatedproducts .header-title {
        font-size: 20px;
        line-height: 27px;
    }
    #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 {
        font-size: 20px;
        line-height: 34px;
        color:#000;
        font-family: 'avenir_book', sans-serif;
        text-transform: initial;
    }
    #cart .cart-item .product-line-grid-body .product-title a{
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 900;
        line-height: 18px;
    }
    .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
    {
        font-size: 14px;
        font-weight: 400;
        padding: 0px;
        line-height: 18px;
    }
    #cart .cart-item .product-line-grid-body  .cart-infos .current-price{
        margin: 7px 0;
    }
    #cart .cart-grid .cart-items .cart-item {
        padding-bottom: 0;
    }
    .card-block.cart-summary-totals .cart-summary-line.cart-total .label{
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }
    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{
        font-size: 20px;
        line-height: 27px;
        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;

    line-height: 38px;
    color: #fff;
    font-family: 'avenir_book', sans-serif;
    position: absolute;
    bottom: 0%;

}
.sizeficheproduct{
    background: #fff;
    border: 1px solid #000;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
}

option.optionalertstock{
    color:#727272;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.product-quantity .disabled{
    background: #000 !important;
    padding: 10px;
}
#product .ligneProd{
    font-size:24px;
    color: #000;
    line-height: 32px;
    font-family: 'avenir_roman';
}
#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{
    font-family: 'avenir_book', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    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: 25px;
}
.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{
    font-size: 18px;
}

.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{
    padding-top: 1.5rem;
}
body#category #about-seo h1, body#category #about-seo h2, body#category #about-seo h3{
    font-size: 18px;
    font-weight: 400;
}
body#category #about-seo p{
    font-size: 14px;
    font-weight: 400;
}
body#category #about-seo p.description_cate_plus{
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline!important;
    font-family: 'avenir_book';
}

/*    New page cart*/
#cart .breadcrumb_container{
    margin-bottom: 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 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 900;
    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;
    font-weight: 400;
    padding: 10px 20px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    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;
    font-weight: 800;
    font-size: 28px;
    font-family: 'avenir_heavy';
}
body#checkout section.checkout-step h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    text-transform: initial;
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'avenir_heavy';

}
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 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #ACACAC;
    display: flex;
}
body#checkout section.checkout-step .step-edit {
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-family: 'avenir_book';
}
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;
    font-weight: 400;
    padding: 10px 20px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    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;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
}
body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.optin label, .psgdpr label {
    margin-bottom: 1.25rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
body#checkou .optin label, body#checkou .psgdpr label {
    margin-bottom: 0.25rem;
}
body#checkout #checkout-personal-information-step p.infos-adresse {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #E44F4F;
}
body#checkout #checkout-personal-information-step p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    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;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

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 {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    margin: 10px 0 5px;
    font-family: 'avenir_medium', sans-serif;
}
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 {
    font-size: 14px;
    color: #fff;
    background: #000;
    box-shadow: none;
    padding: 20px 40px;
    line-height: 19px;
    text-align: center;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    border-radius: 0;
    margin-bottom: 40px;
    font-family: 'avenir_book', sans-serif;
}
body#checkout #header{
    margin-bottom: 25px
}
.info-step-complete {
    margin-right: 40px;
}
.data-step-complete {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    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 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    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 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color:#000;
    font-family: 'avenir_book';
}
body#checkout section.checkout-step .address-footer a.edit-address {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #000000;
    width: max-content;
    margin: 0px auto 20px;
    padding:10px 20px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-family: 'avenir_book';
}
body#checkout section.checkout-step .address-footer a.delete-address {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    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 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 20px;
    display: block;
    font-family: 'avenir_book',Sans-Serif;
    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 {
    font-size: 14px;
    font-weight: 900;
    font-family: 'avenir_heavy';
    color:#000;
    line-height: 20px;
}
.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: 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 .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%;
}
.cart-summary-line.cart-total span.label {
    font-weight: 400 !important;
}

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 .block-content-popup .h3 {
    font: normal normal normal 22px / 34px 'avenir_book', sans-serif;
}
body #footer #step2_size .desc {
    margin-bottom: 14px;
    font: normal normal normal 15px / 18px 'avenir_book', sans-serif;
    /* padding: 0 50px; */
    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;
}
.fw-500{
  font-weight: 500;
}
#step2_size .block-content-popup {
    padding: 20px 15px 14px;
}
.table_sizeguide_title {
    font-size: 20px;
    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;
}
.overlay_size span.d-block {
    line-height: 28px;
}
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;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.img_size_guide_2{
  max-width: 230px;
}
.size_mapping_block{
  text-align: center;
}
.table-active .border-step {
    line-height: 16px;
}
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;
  }
  body.lang-en #step2_size .title-col-tab {
      font-size: 10px;
  }
  .form_2 .image_uploader_input {
    text-align: center;
  }
}
@media screen and (max-width:400px) {
    .form_2 h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    #authentication .main-title h1 {
        font-size: 18px;
    }
}
.elementor-page .main-title h1 {
    display: none;
}
.product_accordion-block ul {
    list-style: inside;
    font-family: 'avenir_book', sans-serif !important;
}
 #cms .page-content.page-cms .repair-product-list td p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.form_2 h1 {
    padding-bottom: 40px;
    font-weight: 500;
    font-size: 1.8rem;
}
.form_2 h2 {
    font-weight: 500;
    font-size: 1.5rem;
    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;
    }
}