body .footer.is-dark {
    color: #231f20;
    background: #fff;
}

@media all and (max-width: 800px) {
    .header_product .logo {
        width: 134px!important;
    }

    .header_product .icon {
        width: 16px;
        height: 16px
    }

    .header_product .in-bag {
        position: absolute;
        top: 0;
        left: 100%
    }

    .header_product .top-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 1.7rem 5.5rem 1.7rem;
        height: 53px
    }

    .header_product .side-menu {
        margin-top: 0;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 998;
        width: 50%;
        max-width: none;
        height: 100vh;
        padding: 8rem 5.5rem 1.7rem 3rem;
        border-left: #f2f2f2 solid 1px;
        overflow: auto;
        transform: translateX(100%);
        transition: all .2s ease-in-out
    }

    .header_product .side-menu ~ .lang {
        width: auto;
        margin-top: 1.5rem;
        top: 20px;
        font-size: 1rem;
        position: absolute;
        display: none
    }

    .header_product .side-menu ~ .lang li {
        font-size: 7px;
        font-weight: 600
    }

    .header_product .side-menu > li a {
        text-transform: none
    }

    .header_product .side-menu .lang li a {
        text-transform: uppercase;
        font-size: 0.8rem
    }

    .header_product.open-menu .side-menu {
        transform: none;
        padding-bottom: 80px;
    }
}
@media (min-width: 768px) {
    .side-menu::-webkit-scrollbar {
        background: #fff;
        display: none;
    }
    .side-menu{
        height: calc(100vh - 150px);
        overflow-y: scroll;
    }
}
@media all and (max-width: 550px) {
    .header_product .top-menu {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .header_product .side-menu {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .header_product,.footer,.section-acf .text,.main {
        padding-left: 2rem;
        padding-right: 2rem
    }
}