:root {
    --primary-color: #212F4D;
    --action-color: #CE9869;
    --text-color: #25292B;
    --secondary-color: #425A44;
    --font-text: 'Work Sans', sans-serif;
    --font-action: 'IBM Plex Sans', sans-serif;
    --font-secondary: 'Roboto Slab', sans-serif;
}
* {
    font-family: var(--font-text);
}
body>main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body>main>#wrapper {
    flex-grow: 1;
}
/****** header *****/
header#header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
nav.header-nav {
    background: var(--primary-color);
    color: #fff;
    border-bottom: none !important;
    max-height: 38px;
    min-height: 38px;
    padding: 8px 0 !important;
}
.container {
    width: 100%;
    max-width: 1310px;
}
#contact-link, #contact-link a {
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
}
#contact-link a:hover {
    text-decoration: underline;
    color: #fff;
}
.block-social ul {
    margin: 0;
}
.block-social ul li {
    display: inline-block;
    width: auto;
    height: auto;
    background: none !important;
    margin: 0;
}
.block-social ul li::before {
    background: transparent !important;
}
.block-social ul li a {
    background-image: none !important;
    width: 24px;
    height: 24px;
    border-radius: 10%;
    background-color: #FFFFFF2B;
    margin: 6px 3px;
    position: relative;
    text-align: center;
    text-indent: inherit;
    font-size: 0;
}
.block-social ul li a::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 24px;
    background: none!important;
    color: #fff;
}
.block-social ul li a:hover {
    background-color: #25292C;
}
.block-social .facebook a::before {
    content: "\f39e" !important;
}
.block-social .instagram a:before {
    content: "\f16d" !important;
    font-size: 14px;
}
#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 7px;
}
.header-nav .flex-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/** menu ***/
#adtm_menu {
    position: relative;
    margin-top: 0;
    border-color: transparent;
    border-width: 0;
    box-shadow: none !important;
}
#adtm_menu_inner {
    border: none !important;
}
#adtm_menu .li-niveau1 {
    min-height: inherit;
    line-height: 18px;
    position: relative;
    padding: 0 9px;
}
#adtm_menu .li-niveau1 a.a-niveau1 {
    min-height: inherit;
    line-height: 18px;
    text-decoration: none!important;
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-size: 16px;
    font-family: var(--font-text);
    font-weight: 500;
    color: var(--text-color);
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    min-height: inherit!important;
    line-height: 18px;
}
.li-niveau1 .advtm_menu_span, .li-niveau1 a .advtm_menu_span {
    color: var(--text-color);
}
.li-niveau1 a {
    margin-right: 12px;
    margin-left: 12px;
    padding: 8px 1px 7px;
    border: 1px solid transparent!important;
    border-width: 0 0 1px 0!important;
    border-radius: 0;
}
.li-niveau1 a span {
    padding-right: 0!important;
    padding-left: 0!important;
}
.li-niveau1 a.a-niveau1 {
    border-color: transparent;
    border-width: 0;
}
#adtm_menu_inner {
    background: transparent;
}
#adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span, .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    color: #CE9869;
    text-decoration: none;
    /* border-bottom: 2px solid #25292B; */
}
.li-niveau1 a span {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    position: relative;
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    bottom: 0;
    transition: all 0.2s ease;
    background: var(--text-color);
    display: none;
}
#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span::after , 
#adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span::after , .li-niveau1:hover > a.a-niveau1 .advtm_menu_span::after {
    right: 0;
    width: 100%;
}
#adtm_menu .li-niveau1 a.advtm_menu_actif {
    border-color: #212f4d !important;
    border-width: 0 0 2px 0 !important;
    border-radius: 0;
}
#adtm_menu #menu .li-niveau1 a.advtm_menu_actif {
    color: #212f4d !important;
}
#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span {
    color: #212f4d !important;
    color: #ce9869 !important;
}

@media screen and (min-width: 768px) {
#adtm_menu ul#menu li.li-niveau1 a.a-niveau1:hover, #adtm_menu ul#menu li.li-niveau1:hover a.a-niveau1 {
    color: #ce9869 !important;
    border-color: #212f4d !important;
    border-width: 0 0 2px 0 !important;
    border-radius: 0;
}
#adtm_menu .li-niveau1.sub {
    padding-right: 14px;
}
#adtm_menu .li-niveau1.sub>a {
    position: relative;
}
#adtm_menu .li-niveau1.sub>a {
    position: relative;
    padding-right: 18px;
}
#adtm_menu .li-niveau1.sub > a:after {
    content: "\f107" !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 12px;
    margin-top: 2px;
}
}
/* submenu */
#adtm_menu .li-niveau1 .adtm_sub {
    border-radius: 5px;
    min-width: 230px;
    background: #F5F5F5;
    margin-top: 1px;
    overflow: hidden;
    left: 10px !important;
}
#adtm_menu table.columnWrapTable tr td {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#adtm_menu table.columnWrapTable tr td div.adtm_column_wrap {
    border-radius: 4px;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#adtm_menu .li-niveau1 .adtm_sub span.column_wrap_title a {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    margin: 0;
    border-radius: 0;
}
#adtm_menu .li-niveau1 .adtm_sub span.column_wrap_title a:hover {
    background: #425a44;
    color: #fff;
}
#adtm_menu .adtm_column_wrap span.column_wrap_title {
    margin: 0;
}
#adtm_menu .adtm_column_wrap {
    padding: 0;
}
#adtm_menu .adtm_column {
    padding: 0;
    margin: 0;
}
/********/
#header .header-top {
    padding: 10px 0;
}
.header-top-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#_desktop_logo img.logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}
#header .header-top .menu {
    padding: 0;
    margin: 0;
}
#header .header-top .top-menu {
    margin: 0 20px 0 0;
    padding: 0;
}
#header .header-top .top-menu a {
    font-size: 15px;
    padding: 10px 24px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: none;
    background: #212F4D;
    color: #fff!important;
    max-width: 151px;
    text-wrap: wrap;
    font-weight: 500;
    line-height: 18px;
    border-radius: 3px;
    font-family: var(--font-text);
}
#header .header-top .top-menu a:hover {
    background: var(--action-color);
    color: #fff!important;
}
.header-top-right .everblock p {
    margin: 0;
}
a.catalog-private.btn-link {
    font-size: 16px;
    padding: 7px 10px 8px 10px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: none;
    background: #1E71B7;
    color: #fff !important;
    text-wrap: wrap;
    max-width: inherit;
    font-weight: 500;
    line-height: 18px;
    border-radius: 3px;
    font-family: var(--font-text);
    margin: 0 20px 0 0;
}
a.catalog-private.btn-link:hover {
    background: var(--action-color);
    color: #fff!important;
}
.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-right span.hidden-sm-down {
    display: none;
}
.user-info a, .user-info a span {
    color: #ce9869;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.user-info a i {
    color: #ce9869;
    font-size: 18px;
    margin-right: 4px;
}
.user-info a {
    padding: 10px;
    margin-right: 10px;
}
.blockcart.cart-preview .header span.cart-icon {
    position: relative;
    padding-right: 4px;
    display: block;
}
.blockcart.cart-preview {
    padding: 10px;
}
.blockcart.cart-preview .header {
    color: #ce9869;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.blockcart.cart-preview .header span.cart-icon i {
    font-size: 18px;
}
.blockcart.cart-preview .header span.cart-products-count {
    background: #ce9869;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50%;
    top: -9px;
    right: -6px;
}
/****/
.btn-search-block button.search-btn {
    background: transparent;
    border: none !important;
    margin-right: 10px;
    padding: 10px;
    color: #ce9869;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    outline: 0 !important;
    box-shadow: none;
    cursor: pointer;
}
.btn-search-block button.search-btn i {
    font-size: 18px;
    margin-right: 4px;
}
.btn-search-block button.search-btn span {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
/* .btn-search-block button.search-btn:hover , .btn-search-block button.search-btn:hover span {
    color: var(--primary-color);
} */
/*** modal search ***/
.modal-search {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    min-height: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.2s linear, opacity 0.3s linear;
}
.modal-search.show-in {
    transform: scale(1);
    opacity: 1;
}
.modal-search #search_widget {
    display: block;
    float: none!important;
}
.modal-search .modal-content {
    position: relative;
    background: transparent;
    max-width: 800px;
    width: 100%;
    height: auto;
    display: table;
    padding: 80px 24px;
    margin: 50px auto 20px;
    border: none!important;
    /* overflow: hidden; */
}
.modal-search #search_widget form {
    position: relative;
    overflow: hidden;
}
.modal-search #search_widget form input {
    font-size: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 40px;
    color: #25292B;
    font-family: 'Work Sans', sans-serif;
    background: #fff;
    padding: 10px 60px 10px 16px !important;
    outline: 0 !important;
}
.modal-search .search-widget form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.modal-search #search_widget form i {
    position: relative;
    padding: 0;
    font-size: 32px;
}
/*** search-page ***/
#content .btn-search-block {
    display: none;
}
#content .modal-search {
    opacity: 1;
    transform: none;
    position: relative;
    background: transparent;
    min-width: auto;
    min-height: inherit;
    z-index: 1;
    display: block !important;
}
#content .modal-search .modal-content {
    padding: 0;
    margin: 0;
    max-width:100%;
}
#content .modal-search .modal-content button.close-search {
    position: relative;
    display: none;
}
#content .modal-search #search_widget form input {
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 48px 10px 16px !important;
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    text-align: left;
}
#content .modal-search .modal-content #search_widget {
    display: block !important;
    min-width: max-content;
    width: 100%;
}
#content .modal-search .search-widget form button[type=submit] {
    width: 48px;
    font-size: 20px;
    line-height: 47px;
}
#content .modal-search #search_widget form i {
    font-size: 26px;
}
#content .modal-search .modal-content #search_widget {
    margin-bottom: 3rem;
}
/*** joli search ***/
.ui-jolisearch .jolisearch-title:after {
    display: none;
}
.ui-jolisearch .jolisearch-title {
    margin-left: .5em;
    padding: 5px 8px 4px;
    font-size: 15px;
    background: #212F4D;
    color: #fff;
    text-shadow: none !important;
    text-transform: none;
    border-radius: 2px !important;
    box-shadow: none !important;
    z-index: 30;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
.ui-jolisearch.ui-menu {
    border: none;
    background-color: #ffffff;
    border-color: #fff;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 80%;
    border-radius: 5px;
    margin-top: 8px!important;
    height: auto !important;
}
.more-results {
    display: table;
    margin: 0 auto;
}
.ui-jolisearch.ui-menu a.more-results {
    padding: 8px 16px !important;
    color: #fff !important;
    background: var(--action-color)!important;
    border-radius: 3px!important;
    line-height: 18px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    outline: 0 !important;
    border: none !important;
    display: table!important;
    margin: 0 auto!important;
    cursor: pointer;
    position: relative;
    pointer-events: all;
}
.ui-jolisearch.ui-menu a.more-results:hover {
    background: #212F4D !important;
}
.ui-jolisearch.ui-menu .more-results.ui-menu-item a.ui-state-focus {
    border: none!important;
    background: #CE9869 !important;
}
.ui-jolisearch.ui-menu .ui-menu-item:not(.more-results):hover .jolisearch-description .jolisearch-name {
    color: #CE9869;
}
.ui-jolisearch.ui-menu a.more-results:hover {
    background: var(--primary-color);
    color: #ffffff;
}
.ui-jolisearch.ui-menu .ui-menu-item {
    cursor: pointer;
    outline: 0!important;
}
.more-results span {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    white-space: nowrap;
}
.ui-jolisearch.ui-menu .ui-menu-item a {
    padding: 2px;
    color: #25292B;
    text-align: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none !important;
}
.ui-jolisearch .jolisearch-description .jolisearch-price {
    display: none;
}
.ui-jolisearch .jolisearch-description span {
    padding-top: 4px;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
}
.ui-jolisearch .jolisearch-image {
    margin: 0px;
    max-width: 100%;
    border: none !important;
}
.ui-jolisearch .jolisearch-description .jolisearch-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}
.ui-jolisearch .jolisearch-description .jolisearch-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    color: #25292B;
}
.ui-jolisearch .jolisearch-results {
    font-style: normal;
    padding: 0 !important;
    color: #25292B;
}
button.close-search {
    background: transparent;
    border: none !important;
    outline: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 54px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    padding: 8px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
/* body.jolisearch-on {
    overflow: hidden;
} */
/*****/
/* #search_widget {
    display: none;
} */
/* #_desktop_cart {
    display: none;
} */
/**** mobile ***/
@media (max-width: 1200px) {
.user-info a span {
    display: none;
}
.btn-search-block span {
    display: none;
}
.user-info a i {
    font-size: 22px;
}
.btn-search-block button.search-btn i {
    font-size: 22px;
}
#header .header-top .top-menu a {
    font-size: 15px;
    padding: 8px 18px;
    max-width: 124px;
}
}
@media (max-width: 767px) {
#header .header-nav #_desktop_contact_link {
    display: table;
    margin: 0 auto;
}
.nav-top p {
    margin: 0;
}
.nav-top {
    padding: 10px 0;
}
a.catalog-private.btn-link {
    max-width: inherit!important;
}
.nav-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav-left {
    display: flex;
    align-items: center;
    width: 50%;
}
.adtm_menu_container.container {
    padding-left: 0;
}
.nav-right {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}
.user-info {
    margin-right: 16px;
}
.user-info a i {
    font-size: 20px;
}
.btn-search-block button.search-btn {
    margin-right: 16px;
}
.btn-search-block button.search-btn i {
    font-size: 20px;
}
#_desktop_cart {
    display: block;
}
.blockcart.cart-preview .header span.cart-products-count {
    right: -8px;
}
.blockcart.cart-preview .header span.cart-icon {
    margin-right: 12px;
}
}
/*** footer ***/
#footer {
    padding-top: 0;
}
.footer-container {
    padding: 76px 0 20px;
    overflow: hidden;
    background: #2B3851E3;
}
.footer-copyright {
    background: #212F4D;
    padding: 16px 0;
}
.footer-container .h3.myaccount-title a, .footer-container .h3, .footer-container .h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    color: #fff !important;
    font-weight: 600;
    line-height: 1.3em;
    text-transform: none !important;
    text-decoration: none !important;
}
.footer-container .h3, .footer-container .h4 {
    margin-bottom: 20px;
}
.footer-container li a, .footer-container li span {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    line-height: 1.6em;
    text-transform: none !important;
    text-decoration: none !important;
}
.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
    color: #CE9869 !important;
}
ul.contact-list li span.label img {
    width: 18px;
    height: auto;
    margin-right: 8px;
}
ul.contact-list li span.info {
    display: block;
    margin-top: 4px;
}
ul.contact-list li span.label {
    display: flex;
    align-items: center;
}
ul.contact-list {
    list-style: none;
    margin: 20px 0;
}
ul.contact-list li span.label em {
    font-style: normal;
}
ul.contact-list li {
    margin: 0 0 6px;
}
.accountLinks-block .links .col-md-6.wrapper {
    width: 100%;
}
.footer-logo {
    margin-top: -8px;
}
.footer-logo img.logo {
    height: 60px;
    width: auto;
}
.block-contact.links.wrapper {
    padding-left: 8px;
}
.footer-after {
    margin-top: 56px;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF2B;
}
.block_newsletter {
    background: transparent;
    width: 100%;
    display: block;
    max-width: 100%;
}
div#block-newsletter-label p.h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 36px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 6px;
    padding: 0;
    line-height: 1.2em;
}
#footer .block_newsletter p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
}
#footer .block_newsletter form input[type=email] {
    width: 100%;
    padding: 11px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #25292B;
    background: #FFFFFF2B;
    height: 47px;
    color: #FFFFFF;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}
#footer .block_newsletter form input[type=email]::placeholder,
#footer .block_newsletter form input[type=email]:-moz-placeholder,
#footer .block_newsletter form input[type=email]::-moz-placeholder, 
#footer .block_newsletter form input[type=email]::-webkit-input-placeholder {
    color: #FFFFFF;
}
#footer .block_newsletter form input[type=email]::placeholder {
    fill: #fff;
    color: #fff !important;
}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    margin-left: 0;
}
#footer .block_newsletter form button[type=submit] {
    position: relative;
    right: inherit;
    bottom: inherit;
}
#footer .block_newsletter .btn-wrapper button.btn.btn-primary {
    margin: 12px 0 0;
    background-color: #CE9869;
    color: #ffffff;
    width: 100%;
    text-transform: none;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #25292B;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    outline: 0 !important;
    height: 47px;
}
#footer .block_newsletter .btn-wrapper button.btn.btn-primary:hover,
#footer .block_newsletter .btn-wrapper button.btn.btn-primary:focus { 
    background-color: #425A44;
    color: #ffffff;
}
#footer .block_newsletter form input[type=email]:focus {
    padding: 6px 16px;
    border-width: 0 0 1px;
    border-color: #CE9869;
    outline: 0;
}
#footer .block_newsletter form {
    max-width: 448px;
    margin: 0 0 0 auto;
}
.footer-copyright p, .footer-copyright a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.3em;
}
.footer-copyright a:hover, .footer-copyright a:focus {
    color: #ce9869;
}
.footer-copyright p.text-left {
    margin: 0;
    padding: 10px;
}
.footer-copyrightlinks .links .wrapper p.h3, .footer-copyrightlinks .links .wrapper .title {
    display: none;
}
.footer-copyrightlinks .links .wrapper {
    width: 100%;
}
.footer-copyrightlinks .links .collapse {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 10px;
    list-style: none;
}
.footer-copyrightlinks .links .collapse li {
    margin-right: calc(21px / 2);
    margin-left: calc(21px / 2);
    position: relative;
}
.footer-copyrightlinks .links .collapse li:not(:last-child):after {
    content: "";
    height: 10px;
    border-color: #FFFFFF2B;
    position: absolute;
    border-style: solid;
    border-width: 0 1px 0 0;
    right: calc(-21px / 2);
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
}
/*** wrapper ***/
#wrapper {
    padding-top: 0;
    background: #fff;
    overflow-x: hidden;
}
/****/
#main .page-content, #main .page-footer, #main .page-header {
    margin-bottom: 0;
}
#custom-text {
    padding: 30px 0 130px;
    margin-bottom: 0;
    text-align: center;
    background: #f5f5f5;
    border-radius: 0;
}
#custom-text .container-text h2 {
    font-size: 48px;
    font-weight: 600;
    color: #25292b;
    text-transform: none;
}
#custom-text .container-text {
    margin: 0 0 50px;
}
.container-logo .col-md-3.col-sm-4.col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.customer-logo {
    padding: 2em 2em 2em 2em;
    background: #fff;
    border-radius: 3px;
    height: 189px;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#custom-text .customer-logo img {
    max-width: inherit;
    height: auto;
    max-height: 124px;
    width: 100%;
    object-fit: contain;
}
.container-logo .col-md-3.col-sm-4.col-xs-6:nth-child(10) .customer-logo img {
    max-height: fit-content !important;
    height: 100% !important;
    object-fit: cover !important;
}
/********/
@media screen and (max-width: 1200px) {
.li-niveau1 a {
    margin-right: 0;
    margin-left: 0;
    padding: 8px 1px 7px;
}
.footer-copyright > .container > .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
a.catalog-private.btn-link {
    max-width: 120px;
}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.header-top-center {
    flex-wrap: wrap;
}
.header-top-nav {
    order: 2;
}
.header-top-right {
    order: 1;
}
.btn-search-block button.search-btn {
    padding: 6px 8px
}
.user-info a {
    padding: 6px 8px;
}
.blockcart.cart-preview {
    padding: 6px 8px;
}
.header-top-nav {
    order: 2;
    margin-top: 10px;
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-size: 14px;
}
#adtm_menu .li-niveau1 .adtm_sub span.column_wrap_title a {
    font-size: 14px;
    font-weight: 400;
}
#adtm_menu .li-niveau1 .adtm_sub {
    border-radius: 5px;
    min-width: 212px;
}
}
@media screen and (max-width: 768px) {
#header .block-social {
    display: none;
}
#header .top-logo img {
    width: auto;
    max-height: 42px;
}
.header-nav .flex-col {
    justify-content: center;
}
#header .header-nav {
    max-height: max-content;
    min-height: auto;
    padding: 8px 0!important;
}
#contact-link, #contact-link a {
    line-height: inherit;
}
#contact_block_header {
    text-align: center;
}
.adtm_toggle_menu_button span.advtm_menu_span.adtm_toggle_menu_button_text {
    font-size: 0 !important;
    background: transparent !important;
    height: auto !important;
    line-height: inherit !important;
}
.adtm_toggle_menu_button {
    margin: 0;
    padding: 10px 5px;
    border: none !important;
    text-align: center;
}
.adtm_toggle_menu_button span.advtm_menu_span.adtm_toggle_menu_button_text {
    font-size: 0 !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: initial !important;
}
.adtm_toggle_menu_button span.advtm_menu_span.adtm_toggle_menu_button_text svg {
    width: 30px;
    height: 18px;
}
header .advtm_menu_toggle a {
    cursor: pointer;
    padding: 12px 10px;
    display: block;
    position: relative;
    padding-top: 6px !important;
    top: 0;
    line-height: initial !important;
}
.header-mobile {
    padding: 11px 0 14px;
}
.header-mobile .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-mobile .nav-right .mobile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.header-mobile .nav-right svg {
    height: 20px;
    width: 20px;
}
.header-mobile .blockcart.cart-preview span.cart-icon svg {
    width: 24px;
    height: 24px;
}
.header-mobile .user-info {
    margin-right: 4px;
}
.header-mobile .blockcart.cart-preview {
    padding: 10px;
}
.header-mobile .user-info a {
    padding: 10px;
    margin-right: 0;
}
.header-mobile .btn-search-block button.search-btn {
    margin-right: 8px;
}
/******/
#adtm_menu {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: scroll;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease , width 0.3s ease;
}
#adtm_menu_inner .close-btn-menu {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
}
#adtm_menu button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 44px;
    padding: 8px 6px;
    line-height: 24px;
    color: #fff !important;
    color: #25292b !important;
    z-index: 99;
    opacity: 1 !important;
    font-weight: 200;
    font-family: 'Work Sans', sans-serif;
    outline: 0 !important;
    border: none !important;
}
#adtm_menu .close-btn-menu button.close span {
    line-height: 24px;
    height: auto;
    display: block;
}
#adtm_menu_inner {
    max-width: 320px;
    background: #fff;
    width: 90% !important;
    height: 100%;
    top: 0;
    position: absolute;
    padding: .5rem;
    left: 0;
}
.modal-search #search_widget form input {
    font-size: 24px;
}
/** footer **/
.footer-container .wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.footer-container .block-contact.links.wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.block-social {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}
.links .title {
    padding: .5rem 0;
    margin-top: 8px;
    cursor: pointer;
    border-bottom: 1px solid #f6f6f6;
}
.footer-container {
    padding: 50px 0 20px;
}
.footer-logo {
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-container .links .h3 {
    font-size: 17px;
    line-height: 30px;
    margin: 0 !important;
    font-weight: 500;
}
.footer-container .navbar-toggler {
    width: auto;
    height: inherit;
    padding: 0.15rem !important;
    font-size: 15px;
}
.links .navbar-toggler i {
    color: #fff !important;
    font-size: 20px;
    line-height: 20px;
}
.footer-container .links ul {
    background-color: transparent;
}
.footer-container .links ul>li:nth-child(1) {
    margin-top: 1rem;
}
.footer-container .links ul>li {
    padding: 0 0;
    border-bottom: none !important;
    margin: 0 0 8px;
}
.footer-container .links ul>li a {
    color: #fff;
}
.block-contact .address {
    margin-top: 16px;
}
.footer-after {
    margin-top: 20px;
    padding-top: 20px;
}
#footer .block_newsletter form {
    max-width: 100%;
    margin: 0;
}
div#block-newsletter-label p.h2 {
    font-size: 24px;
    margin: 0 0 6px;
    line-height: 28px;
}
#footer .block_newsletter p {
    font-size: 16px;
    line-height: 24px;
}
.block_newsletter {
    width: 100%;
    max-width: 100%;
    border: none !important;
    padding: 0;
    margin: 0;
}
.footer-copyright p.text-left {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-copyright {
    padding: 12px 0;
}
.footer-copyrightlinks .links .collapse {
    justify-content: center;
    padding: 0;
}
.footer-copyright > .container > .row {
    justify-content: center;
    flex-direction: column;
}
.footer-copyrightlinks .links .collapse {
    margin: 0 0 12px;
}
.footer-copyright .col-md-6.footer-copyrightlinks {
    order: 1;
}
.footer-copyright .col-md-6 {
    order: 2;
}
}
@media screen and (max-width: 576px) {
#contact-link, #contact-link a {
    font-size: 13px;
}
.header-mobile .btn-search-block button.search-btn {
        margin-right: 6px;
        padding: 6px;
}
.header-mobile .blockcart.cart-preview {
    padding: 6px;
}
.header-mobile .user-info a {
    padding: 6px;
}
.adtm_toggle_menu_button span.advtm_menu_span.adtm_toggle_menu_button_text svg {
    width: 24px;
    height: 16px;
}
#header .top-logo img {
    max-height: 38px;
}
.blockcart.cart-preview .header span.cart-icon {
    margin-right: 0;
}
.modal-search #search_widget form input {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 48px 10px 12px !important;
}
.modal-search #search_widget form i {
    font-size: 28px;
}
.modal-search .search-widget form button[type=submit] {
    width: 48px;
    line-height: 44px;
}
.modal-search .modal-content {
    padding: 60px 24px;
    margin: 0px auto 0;
}

#content .modal-search #search_widget form input { 
    min-width: 100%!important
}
}

@media screen and (max-width:576px) {
    .customer-logo {
        padding: 1em 1em 1em 1em;
        height: 165px;
    }
    .footer-logo {
        margin-bottom: 12px;
    }
    .footer-container .links .h3 {
        font-size: 15px;
        line-height: 24px;
    }
    .links .title {
        padding: .5rem 0 .25rem !important;
    }
    .footer-container .navbar-toggler {
        padding: 0 !important;
    }
    .footer-container .links ul>li:nth-child(1) {
        margin-top: .75rem;
    }
    .footer-container .links ul>li {
        margin: 0 0 6px;
    }
    .block-social {
        margin-top: 20px;
    }
    .footer-after {
        margin-top: 14px;
        padding-top: 15px;
    }
    div#block-newsletter-label p.h2 {
        font-size: 20px;
        margin: 0 0 6px;
        line-height: 24px;
        font-weight: 600;
    }
    #footer .block_newsletter p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0.25rem;
    }
    #footer .block_newsletter form input[type=email] {
        height: 44px;
        min-height: 44px;
    }
    #footer .block_newsletter .btn-wrapper button.btn.btn-primary {
        padding: 11px 30px;
        height: 44px;
    }
    .footer-copyrightlinks .links .collapse {
        margin: 0 0 8px;
    }
    .footer-copyright {
        padding: 12px 0 16px;
    }
}
@media screen and (max-width: 425px) {
    .featured-customers .container-logo {
        margin-left: -8px;
        margin-right: -8px;
    }
    .container-logo .col-md-3.col-sm-4.col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .customer-logo {
        padding: .5em 0.5em;
        height: 130px;
        margin: 8px 0;
    }
}
/***** product miniature ******/
.product-miniature {
    width: 100% !important;
}
.product-miniature .thumbnail-container {
    margin-bottom: 30px;
    width: 100%;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
    transition: transform 0.3s linear;
    transform: none;
}
.product-miniature .thumbnail-container .product-thumbnail:hover img {
    transform: scale(1.1);
}
.product-miniature .product-description {
    padding: 1rem 0 0.5rem;
}
.product-miniature .product-title {
    margin: 0.5rem 0;
    text-align: left;
    text-transform: none;
    color: #25292b;
}
.product-miniature .product-title a {
    color: #25292b;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
}
.product-miniature .product-price-and-shipping {
    font-weight: 600;
    color: #25292b;
    text-align: left;
}
.product-miniature .product-list-reviews {
    display: none !important;
}
.product-miniature .highlighted-informations.no-variants {
    display: none!important;
}
.product-miniature .product-description:after {
    display: none!important;
}
.product-miniature .product-title a:hover {
    color: #CE9869 !important;
}
/** pagination ***/
.pagination .previous, .pagination .next {
    display: none!important;
}
.pagination .page-list {
    padding: 1rem 0 2rem;
    display: flex;
    justify-content: center;
}
.pagination .js-search-link {
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 4px;
    color: #666666;
    border: 1px solid #d3ced2;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 23px;
    text-align: center;
}
.pagination .js-search-link:hover {
    background: rgb(206, 152, 105, 0.2);
    border-color: #CE9869;
    color: #25292b;
}
.pagination .current a {
    font-size: 17px;
    color: #fff!important;
    text-decoration: none;
    padding: 4px 4px;
    text-align: center;
    line-height: 22px;
    background: rgb(206 152 105)!important;
    border-color: #CE9869!important;
}
/***** blockcart modal *****/
#blockcart-modal .modal-dialog {
    max-width: 800px;
}
#blockcart-modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0;
}
#blockcart-modal .modal-header {
    background: #f9f2ec;
    border-bottom: 0;
}
#blockcart-modal .modal-header .close {
    opacity: 1;
    border: none;
    outline: 0!important;
}
#blockcart-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-action);
    color: var(--text-color);
}
#blockcart-modal .modal-body {
    padding: 1.75rem 1.75rem 1rem;
}
#blockcart-modal .divide-right {
    border-right: none;
}
#blockcart-modal .row.row-flex-modal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#blockcart-modal .product-image {
    max-width: 160px;
}
#blockcart-modal .product-name {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 20px;
    font-family: var(--font-text);
}
#blockcart-modal .modal-body .divide-right span, #blockcart-modal .product-price {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--font-text);
}
#blockcart-modal .cart-content {
    padding-left: 0;
    padding-top: 0;
}
#blockcart-modal .cart-content p.cart-products-count, 
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, 
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    font-family: var(--font-text);
}
#blockcart-modal .cart-content .cart-content-btn {
    justify-content: center;
    display: flex;
    padding-top: 0.5rem;
    column-gap: 0.75rem;
}
#blockcart-modal .cart-content .cart-content-btn .btn.btn-modal.btn-secondary {
    background: #ecd7c5;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    text-decoration: none !important;
    outline: 0 !important;
    color: var(--text-color);
    outline: 0 !important;
    border: none !important;
    margin-right: 0;
}
#blockcart-modal .cart-content .cart-content-btn .btn-modal {
    width: 100%;
}
#blockcart-modal .cart-content .cart-content-btn .btn.btn-modal.btn-primary {
    background: var(--secondary-color);
    color: white;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    text-decoration: none !important;
    outline: 0 !important;
}
#blockcart-modal .cart-content .cart-content-btn .btn-modal {
    width: 100%;
}
#blockcart-modal .cart-content .cart-content-btn .btn.btn-modal.btn-primary:hover {
    background: var(--action-color);
    color: #fff;
}
#blockcart-modal .cart-content .cart-content-btn .btn.btn-modal.btn-secondary:hover {
    background: var(--action-color);
    color: #fff;
}
.product-flags {
    display: none!important;
}
@media (max-width: 768px) {
    #blockcart-modal .modal-dialog {
        max-width: 600px;
    }
    #blockcart-modal {
        padding-right: 0 !important;
    }
    #blockcart-modal .modal-title {
        font-size: 16px;
        font-weight: 600;
    }
    #blockcart-modal .modal-header {
        padding: 10px 15px;
    }
    #blockcart-modal .modal-body {
        padding: 1.5rem 1.5rem 1rem;
    }
    #blockcart-modal .product-image {
        max-width: 120px;
    }
    #blockcart-modal .row.row-flex-modal .col-md-3 {
        width: 150px;
    }
    #blockcart-modal .row.row-flex-modal .col-md-9 {
        width: calc(100% - 150px);
    }
    #blockcart-modal .product-name, #blockcart-modal .product-price, #blockcart-modal .modal-body .divide-right span {
        padding: 0;
        margin: 0 0 0.35rem;
    }
    #blockcart-modal .modal-body .divide-right span, #blockcart-modal .product-price {
        font-size: 14px;
    }
    #blockcart-modal .cart-content p.cart-products-count, #blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
        font-size: 14px;
    }
    #blockcart-modal .cart-content p.cart-products-count {
        margin: 0 0 .5rem;
    }
    #blockcart-modal .cart-content p {
        font-size: 14px;
        margin: 0 0 .5rem;
    }
    #blockcart-modal .cart-content p.product-total {
        padding: 0.35rem .5rem;
    }
    #blockcart-modal .cart-content .cart-content-btn .btn.btn-modal.btn-primary,
    #blockcart-modal .cart-content .cart-content-btn .btn.btn-modal.btn-secondary {
        padding: 6px 16px;
        line-height: 24px;
        height: 36px;
        font-size: 15px;
    }
}
@media (max-width: 576px) {
#blockcart-modal .cart-content .cart-content-btn {
    flex-direction: column;
}
#blockcart-modal .modal-title {
    font-size: 15px;
}
#blockcart-modal .modal-body {
    padding: 1rem 1.25rem .5rem;
}
#blockcart-modal .product-image {
    max-width: 90px;
}
#blockcart-modal .row.row-flex-modal .col-md-3 {
    width: 105px;
    padding-right: 0;
}
#blockcart-modal .row.row-flex-modal .col-md-9 {
    width: calc(100% - 105px);
}
}
/**** page-customer-account ***/
.page-cover-header {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 7em 0em;
    background-color: #f5f5f5;
}
.content-customer-container {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -7em 0em 0em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 3em 3em 3em 3em;
    background: #fff;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}
.content-customer-container h1 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #25292b;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 2rem;
}
#main .page-footer.page-customer-footer {
    margin: 0 0 6em;
    padding: 0 1rem;
}
#main .page-footer.page-customer-footer .wrapper-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 840px;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    margin: 0 auto;
}
.page-footer.page-customer-footer .account-link {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.page-footer.page-customer-footer .account-link:hover {
    color: #25292b;
}
.content-customer-container button.btn.btn-primary {
    padding: 8px 64px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    height: 40px;
    border-radius: 3px;
    line-height: 20px;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    background-color: #CE9869;
    transition: all 0.2s ease;
    margin: 1rem auto 0;
    display: table;
}
.content-customer-container button.btn.btn-primary:hover, .content-customer-container button.btn.btn-primary:focus {
    background-color: #425a44;
    color: #fff;
}
/** form **/
.content-customer-container label.form-control-label.required:after {
    content: "*";
    position: relative;
    font-weight: 500;
}
.content-customer-container label.form-control-label.required {
    position: relative;
}
.content-customer-container .radio-block .custom-radio input[type=radio]:checked+span,
.content-customer-container .custom-radio input[type=radio]:checked+span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-customer-container .js-address-form section.form-fields {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.content-customer-container .form-group {
    margin-bottom: 0.5rem;
}
.content-customer-container .form-control-comment {
    display: none!important;
}
.content-customer-container .form-control-label {
    font-size: 14px;
    font-weight: 400;
    color: #25292b;
    line-height: 18px;
}
.content-customer-container .custom-checkbox label {
    color: #bbb;
    margin: 0;
}
.content-customer-container .input-group.focus {
    outline: none;
}
.content-customer-container .form-control {
    color: #25292B;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px !important;
    padding: 0.5rem;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;
    outline: 0 !important;
    width: 100% !important;
}
.content-customer-container .password-strength-feedback i {
    line-height: 11px;
}
.content-customer-container .password-strength-feedback * {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.content-customer-container .password-strength-feedback .progress {
    height: 8px;
    border-radius: 4px!important;
    overflow: hidden;
    margin: 0 0 6px!important;
}
.content-customer-container .progress-bar.bg-success {
    height: 8px;
}
.content-customer-container .password-strength-feedback i {
    line-height: 11px;
}
.content-customer-container .form-group.form-group-checkbox {
    margin: 1rem 0 0 !important;
}
.content-customer-container .form-group.form-group-checkbox label.form-control-label {
    display: none;
}
.content-customer-container .form-group.form-group-radio-buttons.form-group-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
}
.content-customer-container .radio-inline .custom-radio {
    margin-top: -2px;
}
.content-customer-container .input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0.75rem;
    border-radius: 0 !important;
    outline: 0 !important;
}
/*** addresses ***/
.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: 16px;
    color: #25292b;
    background: #fff;
    border: #CE9869 1px solid;
    border-radius: 3px;
    position: relative;
    height: 100%;
    box-sizing: content-box;
}
.page-addresses .address .address-body {
    padding: 1rem;
    padding: 1rem;
    width: calc(100% - 86px);
    margin: 0;
}
.page-addresses .address .address-body h4 {
    font-size: 17px;
    color: #25292b;
    margin-bottom: .5rem;
    font-weight: 600;
}
.page-addresses .address .address-body address {
    min-height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.page-addresses .address .address-footer {
    border-top: none;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-addresses .address .address-footer a i {
    opacity: 1;
    font-size: 21px !important;
}
.page-addresses .address .address-footer .edit-address i {
    font-size: 20px !important;
}
.page-addresses .addresses-footer a:hover {
    color: #ce9869;
}
.page-addresses .addresses-footer {
    margin: 0;
}
/*** psgdpr ***/
.psgdprinfo17 {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f9f2ec;
    background: #f9f2ecd4;
    padding: 1rem;
    border-bottom: 2px solid #CE9869;
}
.psgdprinfo17 h2 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #25292b;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 12px;
}
.psgdprinfo17 p {
    font-size: 14px;
    line-height: 24px;
    color: #25292B;
}
.psgdprinfo17 p a {
    font-weight: 500;
}
.psgdprinfo17 .psgdpr-btns a:first-letter {
    text-transform: capitalize;
}
.psgdprinfo17 .psgdpr-btns a {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    line-height: 20px;
    padding: .5rem 1rem;
    outline: 0 !important;
    color: #fff;
    background-color: #CE9869;
    border: none !important;
    box-shadow: none !important;
    margin: 5px;
}
.psgdprinfo17 .psgdpr-btns a:hover {
    background-color: #425a44;
    color: #fff;
}
/*** history ***/
#history .content-customer-container, #order-detail .content-customer-container,
#order-follow .content-customer-container, #order-slip .content-customer-container,
#discount .content-customer-container, #order-return .content-customer-container {
    max-width: 1140px;
}
#history .page-footer.page-customer-footer .wrapper-flex,
#order-detail .page-footer.page-customer-footer .wrapper-flex,
#order-follow .page-footer.page-customer-footer .wrapper-flex,
#order-slip .page-footer.page-customer-footer .wrapper-flex,
#discount .page-footer.page-customer-footer .wrapper-flex,
#order-return .page-footer.page-customer-footer .wrapper-flex {
    max-width: 1140px;
}
.content-customer-container .table tr th {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #25292b;
}
.content-customer-container .table tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #25292b;
}
.content-customer-container h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.content-customer-container .table td, .content-customer-container .table th {
    padding: .5rem .75rem;
}
.page-customer-account #content .order-actions {
    text-align: left !important;
}
.page-customer-account .content-customer-container .order-actions a {
    background: #ce9869;
    color: #fff;
    padding: .25rem !important;
    border-radius: 3px;
    margin: 0 0 6px;
    display: inline-block;
    outline: 0 !important;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
}
.page-customer-account .content-customer-container .order-actions a:hover {    
    background-color: #425a44;
    color: #fff;
}
#history .orders {
    margin: 0;
}
#history .orders .order {
    padding: .75rem 1rem;
    border: 1px solid #ddd !important;
    border-radius: 0;
    margin-bottom: 1em;
}
#history .orders .order:last-child {
    margin-bottom: 0;
}
#history .orders .order a h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work sans', sans-serif;
}
/**** order-detail ****/
.page-order-detail .addresses article {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 1rem;
}
.page-order-detail .addresses h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
}
.page-order-detail h3 {
    margin-bottom: 1rem;
    color: #25292b;
    text-transform: none !important;
    font-size: 16px;
    font-weight: 600;
}
.page-order-detail .addresses {
    /* margin: 0; */
}
.page-order-detail #order-infos .button-primary {
    background: #CE9869;
    color: #fff;
    border: none;
    outline: 0 !important;
    padding: 8px 12px;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: table;
    margin: -9px 0 0 auto;
}
.page-order-detail #order-infos .button-primary:hover {
    background: #425a44;
    color: #fff;
}
.page-order-detail .addresses address {
    margin: 0;
}
.page-order-detail #order-products strong a {
    font-weight: 500;
    color: #25292b;
}
.page-order-detail .box {
    padding: .5rem 0;
}
.page-order-detail #order-history .history-lines .history-line {
    padding: .5rem 0;
    border: 1px solid #ddd !important;
    padding: .75rem 1rem;
    margin: 0 0 .75rem;
}
.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0;
    margin: 0;
}
.page-order-detail .box.messages {
    border-bottom: 1px solid #ddd;
}
.page-order-detail .order-items .order-item {
    padding: .5rem 0;
}
.page-order-detail .order-totals {
    margin: 0;
}
.page-order-detail .shipping-lines .shipping-line {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 0 0 1rem;
}
.page-order-detail .shipping-lines .shipping-line:last-child {
    margin: 0;
}
.page-order-detail .shipping-line ul {
    margin: 0;
}
.page-order-detail .form-textarea .form-control-label {
    display: none;
}
.page-order-detail .form-textarea textarea.form-control, .page-order-detail textarea {
    height: 72px !important;
}
/**** order-follow ****/
.order-return {
    border: 1px solid #ddd;
    padding: 1rem;
}
.order-returns .order-return {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 0 0 1rem;
}
.order-returns .order-return:last-child {
    margin: 0;
}
.order-returns .order-return ul {
    margin: 0;
}
.order-returns .order-return ul li strong {
    font-weight: 500;
    width: 120px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-right: 8px;
}
.order-returns .order-return ul .status {
    font-weight: 600;
}
/*** order-slip ***/
.credit-slips .credit-slip {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 0 0 1rem;
    position: relative;
}
.credit-slips .credit-slip:last-child {
    margin: 0;
}
.credit-slips .credit-slip ul {
    margin: 0;
}
.credit-slips .credit-slip ul li strong {
    font-weight: 500;
    width: 120px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-right: 8px;
}
.credit-slips .credit-slip .view-credit {
    background: #ce9869;
    padding: .5rem 1rem;
    color: #fff;
    margin: .75rem 0 0 auto;
    display: table;
    outline: 0 !important;
    border: none !important;
    transition: all .2s ease;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
.credit-slips .credit-slip .view-credit:hover {
    background: #425a44;
}
/**** cart-rules ****/
.cart-rules .cart-rule {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 0 0 1rem;
    position: relative;
}
.cart-rules .cart-rule:last-child {
    margin: 0;
}
.cart-rules .cart-rule ul {
    margin: 0;
}
.cart-rules .cart-rule ul li strong {
    font-weight: 500;
    width: 150px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-right: 8px;
}

span.hidden-desktop.arrow-menu{
    display: none!important;
}
a.btn.btn-primary.shoppingcart-js {
    background: #ecd7c5;
    font-size: 16px;
    text-transform: none;
    font-weight: 500 !important;
    text-decoration: none !important;
    color: var(--text-color);
    outline: 0 !important;
    border: none !important;
    margin-right: 0;
}
#blockcart-modal .cart-content-btn a.btn.btn-primary.shoppingcart-js{
}
#blockcart-modal .cart-content-btn>a {
    /*max-width: calc(100% / 3);*/
    justify-content: center;
    align-items: center;
    display: flex;
}
a.btn.btn-primary.shoppingcart-js:hover {
    background: var(--action-color);
    color: #fff;
}
#cart .cart-grid-right.col-lg-5.col-md-6 > .card.cart-summary a{

}
#cart .cart-grid-right.col-lg-5.col-md-6 > .card.cart-summary{
    display: flex;
    flex-direction: column;
}
#cart a.btn.btn-primary.shoppingcart-js {
    order: 3;
    margin-left: 20px;
    margin-right: 20px;
}
#cart .checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
    padding-top: 0;
    padding-bottom: 1.25rem;
}
/**** respoonsive ***/
@media screen and (max-width: 1200px) {
    #history .content-customer-container {
        padding: 2em;
    }
    .page-customer-account .content-customer-container .order-actions a {
        white-space: unset;
    }
    #history .content-customer-container .table-labeled .label {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {

    #blockcart-modal .cart-content-btn>a {
        height: auto!important;
    }
    .page-cover-header {
        padding: 5em 0em 5em 0em;
    }
    .content-customer-container .js-address-form section.form-fields .col-md-6 {
        width: 100%;
    }
    .page-order-detail .order-items-box {
        border: 1px solid #ddd;
        padding: 1rem;
        margin: 0 0 1rem;
    }
    #adtm_menu a:focus span:not(.arrow-menu),
    #adtm_menu a:active span:not(.arrow-menu),
    #adtm_menu a:hover span:not(.arrow-menu){
        color: inherit!important;
        background: transparent!important;
    }
    body .header-mobile.hidden-md-up #adtm_menu:not(.open-menu){
        height: auto!important;    
        position: relative!important;
        background: transparent !important;
    }
    body .header-mobile.hidden-md-up #adtm_menu{
        opacity: 1!important;
        display:inline-block!important;
    }

    body .header-mobile.hidden-md-up #adtm_menu:not(.open-menu) .close-btn-menu.hidden-md-up{ display: none; }
    body .header-mobile.hidden-md-up #adtm_menu:not(.open-menu) div#adtm_menu_inner{
        display: none;
    }
    body .header-mobile.hidden-md-up #adtm_menu.open-menu ul#menu{
        padding: 1rem 0;
    }
    body .header-mobile.hidden-md-up #adtm_menu.open-menu ul#menu li.li-niveau1{
        display: block!important;
        min-height: 34px!important;
    }
    body .header-mobile.hidden-md-up #adtm_menu.open-menu ul#menu li.li-niveau1 .adtm_sub{
        display: none;
    }

    span.hidden-desktop.arrow-menu{
        display: inline-block!important;
    }
    body .header-mobile.hidden-md-up span.hidden-desktop.arrow-menu {
        content: "+";
        width: 20px;
        height: 20px;
        display: inline-flex!important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        right: 0;
        top: 12px;
        color: #000 !important;
        position: absolute;
        z-index: 99;
        font-size: 20px;
    }
    body .header-mobile.hidden-md-up #adtm_menu.open-menu span.hidden-desktop.arrow-menu:after{
        content:"+";
        width: 20px;
        height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: -2px;
    }
    body .header-mobile.hidden-md-up #adtm_menu.open-menu li.sub.open .adtm_sub{
        display: block!important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    body .header-mobile.hidden-md-up li.sub.open span.hidden-desktop.arrow-menu:after{
        content: "\2212"!important;
    }
    body .header-mobile.hidden-md-up #adtm_menu.open-menu ul#menu li.li-niveau1 a.a-niveau1{
        float: none!important;
        position: relative;
        padding: 5px 0;
    }
    body .header-mobile.hidden-md-up #adtm_menu .adtm_sub {
        border: none !important;
        border-radius: 0 !important;
        min-width: inherit!important;
    }
    a.adtm_toggle_menu_button {
        padding: 0 !important;
    }
    body .header-mobile.hidden-md-up #adtm_menu .adtm_sub span.column_wrap_title a:hover {
        background: transparent;
        color: #425a44;
    }
    div#cp-change-modal {
        top: 50% !important;
        max-width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    #blockcart-modal .cart-content-btn>a {
        max-width: 100%!important; 
    }
    .content-customer-container {
        margin-top: -6em;
        padding: 2.5em;
        margin-bottom: 1.5em;
    }
    .content-customer-container h1 {
        margin: 0 0 1.5rem;
    }
    .page-customer-account #content {
        padding: 1rem 0;
    }
    #main .page-footer.page-customer-footer {
        margin: 0 0 4em;
        padding: 0;
    }
    .page-order-detail #order-infos .button-primary {
        margin: 15px 0 0;
    }
}
@media (max-width: 485px) {
    .page-cover-header {
        padding: 2em 0em 5em 0em;
    }
    .content-customer-container {
        margin-top: -5em;
        padding: 2em;
        margin-bottom: 1em;
    }
    .content-customer-container h1 {
        margin: 0 0 1.25rem;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2em;
    }
    .credit-slips .credit-slip .view-credit {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .cart-rules .cart-rule ul li strong, .credit-slips .credit-slip ul li strong,
    .order-returns .order-return ul li strong {
        width: auto;
        margin-right: 8px;
    }
}
@media (max-width: 425px) {
    .content-customer-container {
        padding: 1.5em;
    }
    .content-customer-container h1 {
        font-size: 20px;
    }
}
/*** page catalog ***/
.hidden-btn-cp:hover  li *{
    color: #FFF!important;
}
.hidden-btn-cp:hover li {
    background: #425a44!important;
    color: #fff;
}
.hidden-btn-cp li{

    background: #F5F5F5;
    overflow: hidden; 
    opacity: 1;
    visibility: visible;
    height: 40px;
    border-radius: 5px;    
}
.hidden-btn-cp{
    display: none!important;
    top: 37px;
    border-radius: 5px;
    min-width: 230px;
    position: absolute;
    /* margin-top: 1px; */
    opacity: 1;
    visibility: visible;
    overflow: hidden; 
}
#everblock-1{/*position: relative;*/}
/*#everblock-1:hover p.catalogue-active{margin-bottom: 3px!important;}*/
#everblock-1:hover p.catalogue-active + ul{ display: block!important; }

.hidden-btn-cp{border-top:2px solid transparent;}
.hidden-btn-cp li{height: 100%;}
.hidden-btn-cp li *{
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 20px;
    display: block!important;
    margin: 0;
    border-radius: 0;
    position: relative;
    top: 0;
    cursor: pointer;
}
#cp-change-modal .modal-content {
    border-radius: 0!important;
}

div#cp-change-modal{top: 45%!important;max-width: 100%;}
div#cp-change-modal .btn-primary:focus{
    outline: none!important
    outline-offset: -2px;
}
div#cp-change-modal .btn-primary{
    color: #000!important;
    background-color: #ecd7c5!important;
}
div#cp-change-modal .btn-primary:hover {
    background-color: #CE9869!important;
}
#cp-change-modal .btn,
#cp-change-modal .row-flex-modal{
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
#cp-change-modal .row {
    margin-left: 0;
    margin-right: 0;
}
#cp-change-modal .cart-content-btn .btn {
    width: 47%;
}
#cp-change-modal .cart-content-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#vente-modal {
    top: 40% !important;
    padding-right: 0 !important;
} 
.btn_understand:hover,
.btn_understand:active,
.btn_understand:focus{
    background-color: #CE9869!important;
}
 .btn_understand{
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
#product section#content.page-not-found {
    text-align: center;
}


#addresses #wrapper > #notifications,
#identity #wrapper > #notifications{
    display:none!important;
}