/*
Theme Name:         RecupAuto
Theme URI:          https://recupauto.fr
Author:             ProPixel - ProServ
Author URI:         https://propixel.fr - https://proserv.fr
Description:        Récup'Auto
Requires at least:  WordPress 6.0
Version:            1.0
Text Domain:        recupauto
Domain Path:        /languages/
*/



/*********************
*                    *
*     TYPOGRAPHIE    *
*                    *
*********************/

/* Poppins */
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-ExtraLight.ttf");
    font-weight: 200;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Regular.ttf");
    font-weight: 400;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Black.ttf");
    font-weight: 900;
}



/*********************
*                    *
*      SCROLLBAR     *
*                    *
*********************/

::-webkit-scrollbar {
    width: 10px !important;
}
::-webkit-scrollbar-track {
    background-color: var(--color-blue-light) !important;
}
::-webkit-scrollbar-thumb {
    background-color: var(--color-blue) !important;
    border-radius: 0 !important;
}

/* Scroll to Anchor */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

header #cart-header .woocommerce-cart-container ul.cart_list::-webkit-scrollbar {
    width: 0;
}
header #cart-header .woocommerce-cart-container ul.cart_list {
    scrollbar-width: none;
}



/*********************
*                    *
*       GENERAL      *
*                    *
*********************/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*:focus-visible {
    outline: unset !important;
}
body {
    font-family: var(--font-family);
    font-size: var(--font-size-normal);
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.5;
    margin: 0;
    cursor: default;
    width: 100lvw;
}
body {
    overflow-y : overlay;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0 0 10px;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--color-blue);
    font-weight: 600;
}
h2 {
    font-size: var(--font-size-large);
}
h3 {
    font-size: var(--font-size-medium);
}
a {
    color: var(--color-blue);
    text-decoration: none;
    cursor: pointer;
}
strong {
    font-weight: 600;
}
small {
    font-size: var(--font-size-x-small);
}

.col_1 {
    width: 100%;
}
@media (min-width: 981px) {
    .col_2 {
        width: 48%;
        margin-right: 4%;
    }
    .col_3 {
        width: 31%;
        margin-right: 3.5%;
    }
    .col_4 {
        width: 23.5%;
        margin-right: 2%;
    }
    .col_2:last-child, .col_3:last-child, .col_4:last-child {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .col_2, .col_3, .col_4 {
        width: 48%;
        margin-right: 4%;
    }
    .col_2:last-child, .col_3:nth-child(2), .col_4:nth-child(even) {
        margin-right: 0;
    }
    .col_3:nth-child(-n+2), .col_4:nth-child(-n+2) {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .col_2, .col_3, .col_4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .col_2:last-child, .col_3:last-child, .col_4:last-child {
        margin-bottom: 0;
    }
}



/****************************
*                           *
*           PUCES           *
*                           *
****************************/

ul {
    padding-left: 16px;
    list-style-type: none;
}
ol {
    padding-left: 18px;
}
ul li::marker {
    content: '' !important;
}
ul li {
    position: relative;
}
body:not(.admin-bar) ul:not(.products, .lSPager, .slick-dots, .list, .page-not-found-button, .myaccount-menu, .myaccount-submenu, .faq-category-content, .faq-categories, .loop-vo, .datas, .slides, .infos, #shipping_method, .wc_payment_methods, .notice-content, .lSGallery, .order_details, #parts-sidebar, .ui-autocomplete, .filter-items, .wc-product-origine-gallery__wrapper) li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--color-yellow);
    position: absolute;
    top: 11.5px;
    left: -15px;
    transform: translateY(-50%);
}
header li::before,
footer li::before {
    display: none !important;
}
ol > li::marker {
    content: initial !important;
    color: var(--color-yellow);
    font-weight: bold;
}

ul.ol-1 {
    padding-left: 18px;
}
ul.ol-2 {
    padding-left: 27px;
}
ul.ol > li::before {
    width: unset !important;
    height: unset !important;
    background: unset !important;
    color: var(--color-yellow);
    font-weight: bold;
}
ul.ol-1 > li::before {
    left: -18px !important;
}
ul > li.ol-3-1::before {
    content: '3.1' !important;
}
ul > li.ol-3-2::before {
    content: '3.2' !important;
}
ul.ol-2 > li::before {
    left: -27px !important;
}
ul > li.ol-a::before {
    content: 'a.' !important;
}
ul > li.ol-b::before {
    content: 'b.' !important;
}
ul > li.ol-c::before {
    content: 'c.' !important;
}
ul > li.ol-d::before {
    content: 'd.' !important;
}
ul > li.ol-e::before {
    content: 'e.' !important;
}
ul > li.ol-1::before {
    content: '1.' !important;
}
ul > li.ol-2::before {
    content: '2.' !important;
}
ul > li.ol-3::before {
    content: '3.' !important;
}



/****************************
*                           *
*     CLASSES SPECIALES     *
*                           *
****************************/

.animation {
    overflow: hidden;
}
.bg {
    color: var(--color-blue);
    width: fit-content;
    width: -moz-fit-content;
    margin-left: 15px;
}
.bg::before,
.theme-RecupAuto.woocommerce-shop #main > header.woocommerce-products-header h1::before,
.theme-RecupAuto.tax-product_cat #main > header.woocommerce-products-header h1::before,
.theme-RecupAuto.tax-product_tag #main > header.woocommerce-products-header h1::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: -15px;
    background-color: var(--color-yellow-light);
    z-index: -1;
}
.bg::after,
.theme-RecupAuto.woocommerce-shop #main > header.woocommerce-products-header h1::after,
.theme-RecupAuto.tax-product_cat #main > header.woocommerce-products-header h1::after,
.theme-RecupAuto.tax-product_tag #main > header.woocommerce-products-header h1::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -28px;
    transform: rotate(-11deg);
    background-color: var(--color-yellow);
    z-index: -2;
}

.text-hidden {
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
}

.not-margin {
    margin: 0;
}

.before-ul {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .desktop-only {
        display: none !important;
    }
}
@media (min-width: 981px) {
    .not-desktop {
        display: none;
    }
}
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .not-mobile {
        display: none !important;
    }
}



/****************************
*                           *
*          BOUTONS          *
*                           *
****************************/

.wp-block-button {
    z-index: 1;
}
button:not(.forminator-button-upload, .forminator-button-delete, .qib-button, .js-wpfFilterButtonSearch, .lg-icon),
.button,
.wp-block-button__link,
.forminator-button-submit {
    color: var(--color-blue) !important;
    font-size: var(--font-size-normal) !important;
    font-family: var(--font-family) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    background-color: white !important;
    padding: 10px 25px !important;
    line-height: 1.4 !important;
    box-shadow: 5px 5px 0 0 var(--color-blue) !important;
    border: 1px solid var(--color-blue) !important;
    border-radius: 0 !important;
    transition: all .3s ease !important;
}
button:not(.forminator-button-upload, .forminator-button-delete, .qib-button, .js-wpfFilterButtonSearch, .lg-icon):hover,
.button:hover,
.wp-block-button__link:hover,
.forminator-button-submit:hover {
    box-shadow: none !important;
    background-color: var(--color-blue) !important;
    color: white !important;
}
@media (max-width: 576px) {
    button:not(.forminator-button-upload, .forminator-button-delete, .qib-button, .js-wpfFilterButtonSearch, .lg-icon),
    .button,
    .wp-block-button__link,
    .forminator-button-submit {
        line-height: 1 !important;
    }
}



/*****************************
*                            *
*          ANIMATION         *
*                            *
*****************************/

@media (min-width: 981px) {
    .box.left {
        opacity: 0;
        transform: translateX(-100%);
        transition: transform 1s ease-in-out;
        z-index: -1;
    }
    .box.right {
        opacity: 0;
        transform: translateX(100%);
        transition: transform 1s ease-in-out;
        z-index: -1;
    }
    .box.left.active,
    .box.right.active {
        opacity: 1;
        transform: translateX(0);
    }
    .box.fade {
        opacity: 0;
    }
    .box.fade.active {
        animation: fadein 1.5s;
        animation-fill-mode: forwards;
    }
}

@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes move {
    0% {top: -15px;}
    50% {top: 15px;}
    100% {top: -15px;}
}
@keyframes move2 {
    0% {top: 15px;}
    50% {top: -15px;}
    100% {top: 15px;}
}



/*****************************
*                            *
*         SCROLL TOP         *
*                            *
*****************************/

#scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    background-color: var(--color-blue);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    cursor: pointer;
    z-index: 100;
}
.header-is-open ~ #scroll-top {
    z-index: 0;
}

#scroll-top::after {
    content: url(./img/chevron-up.svg);
    position: absolute;
    top: 60%;
    left: 40%;
}
@media (max-width: 980px) {
    #scroll-top::after {
        top: 57%;
        left: 48%;
    }
}



/*****************************
*                            *
*         HEADING H1         *
*                            *
*****************************/

body:not(.home) .page-header {
    display: flex;
    flex-wrap: wrap;
    padding-top: 151px;
    background-image: linear-gradient(180deg, var(--color-blue-light) 182px, transparent 182px);
}

#global-breadcrumb {
    background-color: var(--color-blue-light);
    width: 100%;
    padding: 5px 0;
    z-index: 1;
}
#global-breadcrumb > .woocommerce-breadcrumb {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    color: var(--color-black);
    font-size: var(--font-size-small);
}
.theme-RecupAuto #global-breadcrumb > .woocommerce-breadcrumb > a {
    color: var(--color-blue);
}
#global-breadcrumb > .woocommerce-breadcrumb > a:hover {
    color: var(--color-blue);
}

@media (min-width: 768px) and (max-width: 980px) {
    body:not(.home) .page-header {
        padding-top: 131px;
        background-image: linear-gradient(180deg, var(--color-blue-light) 162px, transparent 162px);
    }
}
@media (max-width: 767px) {
    body:not(.home) .page-header {
        padding-top: 51px;
        background-image: linear-gradient(180deg, var(--color-yellow-light) 82px, transparent 82px);
    }
}



/*****************************
*                            *
*           FOOTER           *
*                            *
*****************************/

footer {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    margin-top: 100px;
    background-image: linear-gradient(180deg, var(--color-blue-light) 160px, transparent 160px), url(./img/auto-parts.svg);
    background-size: cover;
}

aside#reassurance > ul.container,
#footer > #content_footer,
#footer > #contact_footer {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    display: flex;
}

aside#reassurance > ul.container > li {
    padding: 15px 10px;
    background-color: white;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 5px var(--color-blue);
    text-align: center;
    z-index: 0;
}
aside#reassurance > ul.container svg .st100 {
    fill: var(--color-blue);
}
aside#reassurance h2 {
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}

#footer {
    padding: 50px 0 25px;
}

#footer > #content_footer {
    margin-bottom: 20px;
}
#footer > #content_footer > .col_4 {
    text-align: center;
}
#footer > #content_footer > #logo_footer {
    display: flex;
    flex-direction: column;
}
#footer > #content_footer > #logo_footer > a {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
#footer > #content_footer > #logo_footer > a > svg {
    width: auto;
    height: 90px;
}
#footer > #content_footer > .col_4 > h2 {
    font-size: var(--font-size-medium);
}
#footer > #content_footer > .col_4 ul {
    padding-left: 0;
    margin-bottom: 0;
}
#footer > #content_footer > .col_4 a {
    color: var(--color-black);
}
#footer a {
    transition: all .3s ease;
}
#footer a:hover {
    color: var(--color-blue) !important;
}

#footer > #contact_footer > .col_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--color-blue);
    font-size: var(--font-size-small);
    line-height: 1;
}
#footer > #contact_footer > .col_4.container_hours,
#footer > #contact_footer > .col_4 a {
    display: flex;
    align-items: center;
}
#footer > #contact_footer > .col_4 svg,
#contact_header > .container > ul svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#footer > #contact_footer > .col_4 svg > .st100 {
    fill: var(--color-blue);
}
#footer > #contact_footer > .col_4 table.content_hours {
    border-spacing: 0;
}
#footer > #contact_footer > .col_4 table.content_hours {
    text-transform: initial;
}
#footer > #contact_footer > .col_4 table.content_hours th {
    text-align: left;
    font-weight: normal;
    padding-right: 8px;
}

#copyright {
    background-color: var(--color-blue-light);
}
#copyright > .container {
    padding: 10px 25px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: center;
}
#copyright > .container > p {
    text-align: center;
    font-size: var(--font-size-x-small);
}
#copyright > .container > p,
#copyright > .container > p > a {
    color: var(--color-blue);
}

svg#vhu {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: white;
    border-radius: 8px;
}

@media (max-width: 1199px) {
    aside#reassurance > ul.container,
    #footer > #content_footer,
    #footer > #contact_footer {
        flex-wrap: wrap;
    }
}
@media (min-width: 1085px) and (max-width: 1299px) {
    footer .col_4 {
        width: 24%;
        margin-right: 1.33%;
    }
    footer .col_4:last-child {
        margin-right: 0;
    }
    aside#reassurance h2 {
        font-size: var(--font-size-medium);
    }
    aside#reassurance h2::before {
        top: -6px;
    }
    aside#reassurance h2::after {
        top: -17px;
    }
}
@media (min-width: 981px) and (max-width: 1084px) {
    aside#reassurance > ul.container > li.col_4 {
        width: 48%;
        margin-right: 4%;
    }
    aside#reassurance > ul.container > li.col_4:nth-child(-n+2) {
        margin-bottom: 20px;
    }
    aside#reassurance > ul.container > li.col_4:nth-child(even) {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1084px) {
    footer {
        background-image: linear-gradient(180deg, var(--color-blue-light) 280px, transparent 280px), url(./img/auto-parts.svg);
    }
    .bg-img svg {
        width: 300%;
    }
    #footer > #contact_footer {
        margin-top: 30px;
    }
    #footer > #contact_footer > .col_4:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    footer {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    footer {
        margin-top: 40px;
        background-image: linear-gradient(180deg, var(--color-blue-light) 200px, transparent 200px), url(./img/auto-parts.svg);
        background-size: 250%;
    }
    aside#reassurance > ul.container > li {
        width: calc(50% - 5px);
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    aside#reassurance > ul.container > li:nth-child(even) {
        margin-right: 0;
    }
    aside#reassurance > ul.container > li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    aside#reassurance > ul.container .icon-footer {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    aside#reassurance h2 {
        margin: 0;
    }
    aside#reassurance > ul.container h2::before,
    aside#reassurance > ul.container h2::after {
        display: none
    }
    svg#vhu {
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    footer .col_4 {
        width: 48%;
        margin-right: 4%;
    }
    footer .col_4:nth-child(even) {
        margin-right: 0;
    }
    footer .col_4:nth-child(3) {
        margin-bottom: 0;
    }
}
@media (max-width: 553px) {
    aside#reassurance > ul.container .icon-footer {
        width: 45px;
    }
    aside#reassurance > ul.container .icon-footer svg {
        height: 25px;
        width: auto;
    }
    aside#reassurance h2 {
        font-size: var(--font-size-button) !important;
    }
}
@media (max-width: 566px) {
    #footer > #contact_footer {
        display: block;
    }
    #footer > #contact_footer > .col_4 {
        background-color: var(--color-yellow-light);
        border: 1px solid var(--color-yellow);
        box-shadow: 5px 5px var(--color-yellow);
        padding: 10px;
        width: 280px;
        margin: auto;
    }
    #footer > #contact_footer > .col_4:nth-child(1) {
        border-bottom: 0;
    }
    #footer > #contact_footer > .col_4:nth-child(2),
    #footer > #contact_footer > .col_4:nth-child(3) {
        border-top: 0;
        border-bottom: 0;
        margin-top: -1px;
    }
    #footer > #contact_footer > .col_4:nth-child(4) {
        border-top: 0;
        margin-top: -1px;
    }
}
@media (max-width: 415px) {
    aside#reassurance > ul.container {
        padding: 0 10px;
    }
    #copyright > .container {
        padding-left: 3px;
        justify-content: left;
    }
}



/*****************************
*                            *
*           HEADER           *
*                            *
*****************************/

body.header-is-open {
    overflow-y: hidden !important;
}
header:not(.woocommerce-Address-title, .address_book, .woocommerce-products-header) {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: top .3s ease-in-out;
}
header:not(.woocommerce-Address-title, .address_book, .woocommerce-products-header)::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-black);
    z-index: 1;
    transition: all cubic-bezier(0.11, 0.51, 0.54, 0.9) 0.5s;
    opacity: 0;
    visibility: hidden;
}
header.header-is-open::before {
    opacity: .8;
    visibility: visible;
}
header.nav-up {
    top: -151px;
}

header .container,
#nav_header > nav#menu-wrapper {
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

/* Ligne Contact */
#contact_header,
#nav_header {
    background-color: var(--color-blue);
}
#contact_header > .container > ul {
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    max-width: 650px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    line-height: 1;
    padding: 5px 0;
    font-size: var(--font-size-x-small);
}
#contact_header > .container > ul > li > a {
    color: white;
    display: flex;
    align-items: center;
}
#contact_header > .container > ul svg > .st100 {
    fill: white;
}
#contact_header ul > li.container_hours {
    display: flex;
    align-items: center;
}
#contact_header ul > li.container_hours > ul.content_hours {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    text-align: center;
}
#contact_header ul > li.container_hours > ul.content_hours > li.first {
    padding-right: 8px;
}
#contact_header ul > li.container_hours > ul.content_hours > li.last {
    padding-left: 7px;
}
#contact_header ul > li.container_hours > ul.content_hours > li.first {
    border-right: 1px solid white;
}

/* Ligne Top header */
#top_header {
    background-image: url(./img/auto-parts.svg);
    background-size: cover;
    background-position: center;
    background-color: white;
}
#top_header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_header > .container > #logo_header > a {
    display: flex;
}
#top_header > .container > #logo_header > a > svg {
    height: 65px;
    width: auto;
}

#top_header > .container > #search .wpfFilterWrapper {
    padding: 0;
    margin: 0;
}
#top_header > .container > #search input.js-passiveFilterSearch {
    width: 370px;
    height: 30px;
    padding-right: 34px;
    padding-left: 10px;
    outline: 0;
    border: 1px solid var(--color-black);
    position: relative;
}
#top_header > .container > #search button.js-wpfFilterButtonSearch {
    font-size: 20px;
    padding: 0;
}
#top_header > .container > #search button.js-wpfFilterButtonSearch::before {
    color: var(--color-black);
}
#top_header > .container > #search .wpfFilterButtons {
    display: none;
}
#top_header > .container > #search .ywcas-block-components-search-field {
    box-shadow: 5px 5px 0 0 var(--color-blue);
}
#top_header > .container > #search .ywcas-input-field {
    z-index: 0;
}
#top_header > .container > #search .ywcas-input-field-wrapper,
#page-not-found .ywcas-input-field-wrapper {
    width: 370px;
    height: 30px;
    border-color: var(--color-blue) !important;
}
#page-not-found .ywcas-input-field-wrapper {
    border-color: var(--color-black) !important;
}
#top_header > .container > #search .ywcas-input-field-wrapper,
#page-not-found .ywcas-input-field-wrapper {
    border-radius: 0 !important;
}
#top_header > .container > #search .ywcas-input-field-wrapper .ywcas-input-field > input,
#page-not-found .ywcas-input-field-wrapper .ywcas-input-field > input,
.ywcas-search-mobile .ywcas-block-components-search-field .ywcas-input-field-wrapper > .ywcas-input-field > input {
    padding: 2px 15px !important;
    color: var(--color-black) !important;
    font-size: var(--font-size-small) !important;
}
#top_header > .container > #search .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper,
#page-not-found .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper,
.ywcas-search-mobile .ywcas-block-components-search-field .ywcas-input-field-wrapper > .ywcas-input-field .ywcas-submit-wrapper {
    display: flex;
    border: none !important;
    background-color: transparent !important;
}
#top_header > .container > #search .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper svg,
#page-not-found .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper svg,
.ywcas-search-mobile .ywcas-block-components-search-field .ywcas-input-field-wrapper > .ywcas-input-field .ywcas-submit-wrapper svg {
    height: 20px;
}
#top_header > .container > #search .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper svg,
#top_header > .container > #search .ywcas-block-components-search-field:hover .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper svg {
    color: var(--color-blue) !important;
}
#page-not-found .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper svg,
#page-not-found .ywcas-block-components-search-field:hover .ywcas-input-field-wrapper .ywcas-input-field .ywcas-submit-wrapper svg,
.ywcas-search-mobile .ywcas-block-components-search-field .ywcas-input-field-wrapper > .ywcas-input-field .ywcas-submit-wrapper svg {
    color: var(--color-black) !important;
}

/* Résultat de recherche */
.theme-RecupAuto .ywcas-popover-results {
    margin-top: -6px !important;
    width: 370px !important;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content {
    border-radius: 0;
    border-color: var(--color-black);
    box-shadow: none;
    padding: 0;
    max-height: 550px;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content > .wp-block-yith-empty-block,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-empty-block {
    gap: 0;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-history-searches-wrapper {
    background-color: var(--color-blue-light);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-history-header,
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-popular-searches__title,
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .search-category-results-label,
.theme-RecupAuto .ywcas-search-mobile .ywcas-history-header,
.theme-RecupAuto .ywcas-search-mobile .ywcas-popular-searches__title,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .search-category-results-label {
    border: 0;
    padding: 10px 10px 0;
    margin-bottom: 0;
    font-size: var(--font-size-normal);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-history-header > .ywcas-history-searches__title,
.theme-RecupAuto .ywcas-search-mobile .ywcas-history-header > .ywcas-history-searches__title {
    font-size: var(--font-size-normal);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-history-search-item,
.theme-RecupAuto .ywcas-search-mobile .ywcas-history-search-item {
    padding: 10px;
    color: var(--color-blue);
    font-size: var(--font-size-normal);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-history-search-item:hover,
.theme-RecupAuto .ywcas-search-mobile .ywcas-history-search-item:hover {
    text-decoration: unset;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-popular-searches-items,
.theme-RecupAuto .ywcas-search-mobile .ywcas-popular-searches-items {
    padding: 10px;
    margin-left: 0;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-popular-searches-items > button,
.theme-RecupAuto .ywcas-search-mobile .ywcas-popular-searches-items > button {
    box-shadow: none !important;
    padding: 3px 15px !important;
    background-color: var(--color-blue-light) !important;
    border: 0 !important;
    margin: 0;
    color: var(--color-black) !important;
    font-weight: normal !important;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .ywcas-popular-searches-items > button:hover {
    background-color: var(--color-blue) !important;
    color: white !important;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content > .wp-block-yith-filled-block > .wp-block-yith-filled-block,
.theme-RecupAuto .ywcas-search-mobile > .wp-block-yith-filled-block > .wp-block-yith-filled-block {
    display: grid;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper {
    order: 3;
    margin-bottom: 0;
    background-color: var(--color-blue-light);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result {
    padding: 5px 10px;
    font-size: var(--font-size-normal);
    font-style: italic;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result > p:first-child,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result > p:first-child {
    font-weight: normal;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result > a > p,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result > a > p {
    color: var(--color-blue);
    font-size: var(--font-size-small);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result > a:hover > p,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-classic-related-categories-wrapper .ywcas-category-result > a:hover > p {
    text-decoration: unset;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .wp-block-separator,
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .ywcas-badge,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .wp-block-separator,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .ywcas-badge {
    display: none;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results,
.theme-RecupAuto .ywcas-search-mobile .ywcas-search-results {
    order: 1;
    margin: 0 !important;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid {
    gap: 0 !important;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item {
    padding: 5px 10px;
    display: flex;
    border: 0;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:not(:last-child),
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:not(:last-child) {
    border-bottom: 1px solid var(--color-blue-light);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:hover {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .search-result-item__thumbnail,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .search-result-item__thumbnail {
    display: flex;
    max-width: 100%;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .search-result-item__thumbnail img {
    border: 0;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .search-result-item__name,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item .search-result-item__name {
    font-size: var(--font-size-normal);
    line-height: unset;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:hover .search-result-item__name,
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:hover .lapilliUI-Box__root,
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:hover a {
    color: white;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item > p.search-result-item__summary,
.theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item p.search-result-item__summary {
    display: none;
}
.theme-RecupAuto .ywcas-popover-results > .popover-content .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-total-results {
    margin: 5px 10px;
    font-size: var(--font-size-normal);
}

#top_header > .container > #icons > ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
#top_header > .container > #icons > ul > li#account_header > .account-info,
#top_header > .container > #icons > ul > li#cart_header > .cart-info {
    display: grid;
    width: 124px;
    height: 70px;
    padding: 5px 10px;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}
#top_header > .container > #icons > ul > li#account_header > a.account-info {
    text-transform: inherit;
}
#top_header > .container > #icons > ul > li#account_header > .account-info,
#top_header > .container > #icons > ul > li#cart_header > .cart-info {
    color: var(--color-black);
}
#top_header > .container > #icons > ul svg {
    margin: 0 auto 7px;
    width: auto;
}
#top_header > .container > #icons > ul > li#account_header > a.account-info > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    #search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-blue);
        z-index: 1;
        visibility: hidden;
        transform: translateY(100%);
        display: flex;
    }
    #header.search-open #search {
        visibility: visible;
    }
    body:not(.header-is-open) #search {
        display: none;
    }
    .theme-RecupAuto .ywcas-search-mobile {
        padding: 10px 20px;
        background-color: var(--color-blue-light);
    }
    .theme-RecupAuto .ywcas-search-mobile .ywcas-block-components-search-field {
        position: relative;
        padding: 0 !important;
    }
    .theme-RecupAuto .ywcas-search-mobile .ywcas-block-components-search-field > .mobile-search-close {
        margin: 0 0 10px;
        opacity: 1;
    }
    .theme-RecupAuto .ywcas-search-mobile .ywcas-block-components-search-field > .mobile-search-close > svg {
        height: 25px;
        width: auto;
        padding: 6px;
        border-radius: 50%;
        background-color: white;
        stroke: var(--color-red);
        stroke-width: 3px;
    }
    .theme-RecupAuto .ywcas-search-mobile .ywcas-block-components-search-field .ywcas-input-field-wrapper {
        display: flex;
        justify-content: center;
        height: 30px;
        border: 0;
        border-radius: 0;
    }
    .theme-RecupAuto .ywcas-search-mobile .mobile-search-content {
        height: calc(100vh - 102px);
        padding: 0;
        margin-top: 20px;
    }
    .theme-RecupAuto .ywcas-search-mobile .ywcas-popular-searches-wrapper,
    .theme-RecupAuto .ywcas-search-mobile .search-category-results {
        background-color: white !important;
    }
    .theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item {
        padding: 5px 0;
    }
    .theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-search-results-grid > .search-result-item:not(:last-child) {
        border-color: white;
    }
    .theme-RecupAuto .ywcas-search-mobile .ywcas-search-results > .ywcas-search-results-grid > .search-result-item > .search-result-item__content {
        row-gap: 0;
    }
    .theme-RecupAuto .ywcas-search-mobile .wp-block-yith-filled-block > .ywcas-search-results > .ywcas-total-results {
        font-size: var(--font-size-normal);
        margin: 10px 0 20px;
    }
}

/* Popup connexion */
#top_header .popup {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    background-color: white;
    padding: 15px 15px 20px;
    border: 1px solid var(--color-blue);
    box-shadow: 5px 6px var(--color-blue);
    z-index: 1;
    display: none;
    transition: all .3s ease;
}
#header.nav-down #top_header #account_header.open .popup {
    display: block;
}
#top_header .popup > p {
    font-weight: 600;
    margin-bottom: 15px;
}
#top_header .popup form.woocommerce-form-login {
    padding: 0;
    margin: 0;
    border: 0;
}
#top_header .popup form.woocommerce-form-login > p:first-child {
    margin-bottom: 20px;
}
#top_header .popup form.woocommerce-form-login input:focus-visible {
    outline: 0;
}
#top_header .popup form.woocommerce-form-login input:not(.woocommerce-form__input-checkbox) {
    width: 100%;
}
#top_header .popup form.woocommerce-form-login > p:last-child {
    display: flex;
    flex-wrap: wrap;
}
#top_header .popup form.woocommerce-form-login > p:last-child > label {
    width: 100%;
    display: flex;
    font-size: var(--font-size-x-small);
    margin-bottom: 10px;
}
#top_header .popup form.woocommerce-form-login > p:last-child > label > input {
    margin: 0 8px 0 0;
}
#top_header .popup form.woocommerce-form-login > p:last-child > a.lost_password {
    width: 100%;
    margin-bottom: 15px;
    color: var(--color-black);
}
#top_header .popup form.woocommerce-form-login > p:last-child > button.woocommerce-form-login__submit {
    width: 100%;
    max-width: 200px;
    background-color: var(--color-blue) !important;
    border: 0 !important;
    color: white !important;
    padding: 5px 20px !important;
    margin: 0 auto;
    box-shadow: none !important;
    cursor: pointer;
    outline: 0 !important;
}
#top_header .popup form.woocommerce-form-login > p:last-child > button.woocommerce-form-login__submit:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}
#top_header .popup > a.button {
    display: flex;
    justify-content: center;
    background-color: var(--color-yellow) !important;
    border: 0 !important;
    color: var(--color-black) !important;
    max-width: 200px;
    padding: 5px 20px !important;
    margin: auto;
    box-shadow: none !important;
    outline: 0 !important;
}
#top_header .popup > a.button:hover {
    color: white !important;
    background-color: var(--color-blue) !important;
}

/* Mini panier */
#top_header #cart_header .woocommerce-cart-container {
    box-shadow: none;
    width: 100%;
    max-width: 400px;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    left: auto;
    z-index: 99999999;
    transition: all .3s ease;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: white;
}
#top_header #cart_header.open .woocommerce-cart-container {
    right: 0;
}
#top_header #cart_header.open .woocommerce-cart-container > span.to-close {
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--color-red);
    background-color: white;
    font-weight: 500;
    font-size: var(--font-size-large);
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s ease;
}
#top_header #cart_header.open .woocommerce-cart-container > span.to-close:hover {
    background-color: var(--color-red);
    color: white;
}
#top_header #cart_header .woocommerce-cart-container > .widgettitle {
    background-color: var(--color-blue);
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top_header #cart_header .woocommerce-cart-container > #woocommerce-cart-fragments {
    height: 100%;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__empty-message {
    margin-top: 12px;
    padding: 12px 15px 12px 35px;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart {
    margin-top: 12px;
    margin-bottom: 1em;
    padding: 0 10px;
    overflow: auto;
    max-height: calc(100% - 200px);
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li {
    font-size: var(--font-size-small);
    padding: 12px 0 12px 25px;
    border-bottom: 1px solid var(--color-yellow-light);
    width: 100%;
    position: relative;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li:last-child {
    border-bottom: 0;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > a.remove {
    position: absolute;
    top: 12px;
    left: 0;
    color: var(--color-red) !important;
    font-weight: 500;
    font-size: 18px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 100%;
    transition: all .3s ease;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > a.remove:hover {
    background-color: var(--color-red);
    color: white !important;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > a.remove + a,
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > a.remove + img {
    display: block;
    color: var(--color-black);
    font-weight: 500;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > a.remove + a > img,
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > a.remove + img {
    width: 55px;
    float: right;
    height: auto;
    margin-left: 10px;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > dl.variation {
    margin: 0;
    padding-left: 0;
    border-left: 0;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > dl.variation > dt {
    float: left;
    margin-right: 0.25em;
    padding-bottom: 0;
    font-weight: normal;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > dl.variation > dd {
    margin: 0;
    padding-bottom: 0;
}
#top_header #cart_header .woocommerce-cart-container ul.woocommerce-mini-cart > li > dl.variation p {
    margin-bottom: 0;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--color-blue-light);
    padding: 5px;
    margin: 0 15px 100px;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__total .tax_label {
    display: none;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__buttons:not(#ppc-button-minicart) {
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 80px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__buttons > a.button {
    width: calc(48% - 5px);
    line-height: 1 !important;
    padding: 10px 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    border: 0 !important;
    box-shadow: none !important;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__buttons > a.button:not(.checkout) {
    float: left;
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__buttons > a.button:not(.checkout):hover {
    color: white !important;
    background-color: var(--color-blue) !important;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__buttons > a.button.checkout {
    float: right;
    color: white !important;
    background-color: var(--color-blue) !important;
}
#top_header #cart_header .woocommerce-cart-container .woocommerce-mini-cart__buttons > a.button.checkout:hover {
    color: var(--color-black) !important;
    background-color: var(--color-yellow) !important;
}

@media (max-width: 767px) {
    #top_header {
        background-size: 250%;
    }
}

/* Ligne Menu */
#nav_header > nav#menu-wrapper ul#menu-header {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}
#nav_header > nav#menu-wrapper ul#menu-header > li {
    width: 25%;
}
#nav_header > nav#menu-wrapper ul#menu-header > li > a {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
#nav_header > nav#menu-wrapper ul#menu-header > li:hover > a,
#nav_header > nav#menu-wrapper ul#menu-header > li.current-menu-item > a {
    color: var(--color-black);
    background-color: var(--color-yellow);
}

@media (min-width: 768px) {
    #top_header > .container > #icons > ul > li#account_header {
        background-color: var(--color-yellow-light);
        position: relative;
    }
    #top_header > .container > #icons > ul > li#cart_header {
        background-color: var(--color-blue-light);
    }
    #top_header > .container > #icons > ul > li:hover svg {
        height: 30px;
    }
    #top_header > .container > #icons > ul > li#cart_header > .cart-info > span.cart-count {
        background-color: white;
        text-align: center;
        padding: 2px;
        min-width: 15px;
        position: absolute;
        right: 10px;
        bottom: 7px;
        font-size: 10px;
    }
    #header .header-to-close {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    header.nav-up {
        top: -131px;
    }
    #top_header > .container > #logo_header > a > svg {
        height: 40px;
    }
    #top_header > .container > #icons > ul > li#account_header > .account-info,
    #top_header > .container > #icons > ul > li#cart_header > .cart-info {
        width: 70px;
        height: 50px;
    }
    #top_header > .container > #icons > ul > li#cart_header > .cart-info > span.cart-count {
        background-color: white;
        color: var(--color-blue);
        text-align: center;
        padding: 2px;
        min-width: 15px;
        position: absolute;
        right: 1px;
        bottom: 1px;
        font-size: 10px;
    }
    #top_header > .container > #icons > ul svg {
        height: 20px;
        margin-bottom: 0;
    }
    #top_header .popup {
        top: 50px;
        right: -100px;
        left: auto;
        transform: translateX(0);
    }
    #nav_header > nav#menu-wrapper ul#menu-header > li > a {
        font-size: .95em;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    header.nav-up {
        top: -50px;
    }
    #top_header > .container {
        height: 50px;
    }
    #top_header > .container > #menu-icon {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    #top_header > .container > #menu-icon > span.bar {
        width: 25px;
        height: 3px;
        margin: 2px 0;
        border-radius: 50px;
        background-color: var(--color-black);
    }
    #top_header > .container > #logo_header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #top_header > .container > #logo_header > a > svg {
        height: 40px;
    }
    #top_header > .container > #icons > ul > li#search_header,
    #top_header > .container > #icons > ul > li#account_header > .account-info,
    #top_header > .container > #icons > ul > li#cart_header > .cart-info {
        height: auto;
        width: auto;
        padding: 0;
    }
    #top_header > .container > #icons > ul > li#search_header,
    #top_header > .container > #icons > ul > li#account_header {
        margin-right: 15px;
    }
    #top_header > .container > #icons > ul > li#cart_header > .cart-info {
        display: flex;
        align-items: end;
    }
    #top_header > .container > #icons > ul > li#cart_header > .cart-info > span.cart-count {
        background-color: var(--color-blue);
        color: white;
        font-size: 8px;
        padding: 2px 2px 0;
        margin-left: 2px;
    }
    #top_header > .container > #icons > ul svg {
        height: 25px;
        margin-bottom: 0;
    }
    #top_header .popup {
        top: 35px;
        left: auto;
        right: -82px;
        transform: translateX(0);
    }
    #nav_header {
        position: fixed;
        top: 0;
        left: -100%;
        padding: 0;
        height: 100vh;
        width: 100%;
        z-index: 9999999999;
        transition: all .3s ease;
    }
    #nav_header.open {
        left: 0;
    }
    #nav_header > nav#menu-wrapper {
        padding: 80px 30px;
    }
    #nav_header > nav#menu-wrapper ul#menu-header {
        display: block;
    }
    #header .header-to-close {
        position: absolute;
        top: -15px;
        left: -15px;
        font-size: 2em;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        color: white;
        background-color: var(--color-blue);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #nav_header > nav#menu-wrapper ul#menu-header > li {
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto 10px;
    }
    #nav_header > nav#menu-wrapper ul#menu-header > li > a {
        height: auto;
        line-height: 1.2;
        padding: 10px 20px;
    }
}
@media (max-width: 500px) {
    
    #top_header > .container > #logo_header {
        left: 40%;
    }
}
