@media (max-width:1200px){
    .box-menu-template,
    .right-header-logo,
    .right-header-menu{
        display: none !important;
    }
    .btn-menu-mobile{
        display: inline-block !important;
    }
    .header-menu{
        padding-top:5px;
        padding-bottom:5px;
    }
    .left-header-logo{
        width:100% !important;
    }
    .box-item-loop-product{
        width: 25%;
    }
    .container{
        width:98% !important;
        max-width:100% !important;
    }
    .header-menu .client_title_site_header{
        font-size:22px;
    }
    .header-menu .client_sub_title_site_header{
        font-size:14px;
    }
}

@media (max-width:992px){
    .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;
    }

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

@media (max-width:768px){
    .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;
    }
    .header-menu .client_sub_title_site_header{
        display: none !important;
    }
    .header-menu .client_title_site_header{
        font-size:16px;
        max-width: 160px;
        margin-bottom:0px;
    }
    .left-header-logo img{
        margin-right:5px;
        max-width:60px;
    }
}
@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;
    }
}