html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body.mobile-js-menu {
    overflow-x: hidden;
}

.main_wrap {
    overflow-x: hidden;
}

.off-canvas-wrap {
    max-width: 100vw;
}

.of-site-mask {
    width: 100vw;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .list-product {
        min-height: auto;
        border-radius: 20px;
    }

    #search_bar_container {
        left: 0.75rem;
        right: 0.75rem;
        bottom: -56px;
    }

    #mobile-bottom-bar .mobile-bottom-bar-button-container p {
        font-size: 12px;
    }

    .p-checkout {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .commernt-res {
        display: block !important;
        padding: 4rem 3rem;
    }

    .op {
        height: 280px;
    }

    .cart-res {
        display: block !important;
        text-align: center;
    }

    .bt-cart {
        margin-top: 1rem;
    }

    .copyright {
        display: block !important;
    }

    .logo-footer {
        text-align: center !important;
        margin-top: 1rem;
    }

    .media-icone {
        justify-content: center;
        margin-bottom: 1rem;
    }
}
