@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    /*.menu-wrapper.nav-container{
        position: fixed;
        bottom: 0;
        z-index: 10000;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 20px 0;
    }*/
    #logo{
        max-width: 40%;
        min-height: auto;
    }
    .menu-wrapper > .one-click{
        display: none;
    }
    .menu-wrapper.nav-container{
        align-items: center;
    }
    .nav-container .hamburger-lines{
        height: 15px;
        width: 25px;
        top: 8px;
        left: 15px;
    }
    .nav-container .hamburger-lines .line{
        height: 2px;
    }
    .cat-wall-row .badge{
        margin: 0 5px 8px 0px;
    }
    .product-layout {
        width: 100%;
    }
    #cart{
        position: static;
    }
    #cart > button{
        padding: 7px;
        margin-right: 0;
    }
    #cart > button img{
        max-width: 20px;
    }
    .cart-background{
        display: none;
    }
    #cart.open .cart-list{

    }
    #cart .cart-list{
        max-width: 90% !important;
    }
    .cart-background{
        right: 0;
        top: -320%;
        z-index: 10;
    }
    .products-rows .product-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .products-rows .product-name{
        padding-left: 20px;
        flex-basis: 50%;
    }
    .products-rows .total-product-cost{
        flex-basis: 45%;
        text-align: center;
    }
    .products-rows .thumb{
        margin-bottom: 20px;
    }
    body #popupregister,
    body #fast-order,
    body #popuplogin{
        max-width: 90%;
        padding: 40px 20px;
    }
    body #popuplogin input:not([type="checkbox"]),
    body #fast-order input:not([type="checkbox"]),
    body #popupregister input:not([type="checkbox"]){
        max-width: 100%;
        width: auto;

    }
    #tmd_cart #accordion .input-group{
        display: flex;
        flex-direction: column;
    }
    .reward-total-wrapper{
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .account_customer_info_box.bottom_block,
    .account_customer_info_box{
        flex-direction: column;
    }
    .menu-wrapper.nav-container > a:not(.one-click){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal_wrapper, #modal-agree{
        width: auto;
        max-width: 100%;
        margin-left: 0;
        left: 0;
    }
    .modal_account_edit form{
        flex-direction: column;
    }
    .edit_item_box {
        width: 100%;
    }
}