@media (max-width:1201px){
    .box-menu-template,
    .right-header-menu{
        display: none !important;
    }
    .btn-menu-mobile{
        display: inline-block !important;
    }
    .left-header-logo img{
        max-width:180px;
    }
    .header-menu{
        padding-top:0px;
        padding-bottom:0px;
    }
    .left-header-logo{
        width:100% !important;
    }
    .box-item-loop-product{
        width: 25%;
    }
    .container{
        width:98% !important;
        max-width:100% !important;
    }

    .mobile_button_sticky{
        display: block;
    }

}

@media (max-width:993px){
    .right-single-product,
    .header-top{
        display: none !important;
    }
    .item-footer{
        padding-bottom:20px !important;
    }
    .right-single-product,
    .left-single-product,
    .content-single-product,
    .left-content-page-template,
    .left-content-single-template,
    .content-archives-template{
        width:100% !important;
        padding:0px;
    }

    .box-item-loop-product{
        width: calc(100% / 3);
    }
}

@media (max-width:769px){
    .container{
        width:100% !important;
        max-width:100% !important;
    }
    body .column_client,
    body .column_client_image{
        width: 50%;
    }
}

@media (max-width:676px){
    .info-post-loop{
        padding-top:10px;
    }
    .box-item-loop-product{
        width: calc(100% / 2);
    }
    .sidebar-template,
    .content-single-product{
        padding:0px;
    }
}
@media (max-width:576px){
    body .column_client,
    body .column_client_image{
        width: 100%;
    }
    .info-post-loop{
        padding-top:10px;
    }
    a.add-to-cart-link{
        display: none !important;
    }
    .woocommerce div.product form.cart .button[type='submit']{
        width:100% !important;
    }
}