/* xong */
@media screen and (max-width: 319px){
    .box-product button.button, 
    .box-product input.button{font-size: 10px;}
    .main-nav-button-mobile{display: none;}
    .header-mid #logo{float: left;width: 100%;text-align: center;}
    .hide-desktop{display: block !Important;}
    .title-footer{font-size: 15px;}
    footer .footer-social li{margin: 5px;}
    .ja_sm{max-width: 300px;}
    .ja_title > div{font-size: 16px;}
    .box-border{padding: 10px;}
    .cart-section tbody tr td{float: left;width: 50%;}
    .cart-section thead{display: none;}
    .cart-stt{display: none;}
    .cart-section tbody tr td{border: none;}
    .cart-price,.cart-quantity,.cart-subtotal{float: left;width: 33.33% !Important;}
    .cart-img,.cart-name{height: 50px !Important;margin-bottom: 10px;text-align: left;}
    .cart-del{width: 100% !Important;}
    .cart-price{text-align: left;}
    .cart-img{width: 20% !Important;}
    .cart-name{width: 80% !Important;}
    .blog-image{width: 40%;}
    .blog-caption{width: 60%;}
    .blog-item .description{display: none;}

    #product-category.container .box{padding-left: 15px;padding-right: 15px;}
    .box-product .product_block{margin-bottom: 15px;}
    footer .col-sm-4{
        width: 100%;
    }
    footer .col-sm-2{
        width: 100%;
    }
    footer .col-sm-3{
        width: 100%; 
    }
    footer .col-sm-3:last-child{
        width: 100%; 
    }
    #intro_home .desc-content{
        max-height: 42px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .box-product button.button, 
    .box-product input.button{font-size: 10px;}
    .main-nav-button-mobile{display: none;}
    .header-mid #logo{float: left;width: 100%;text-align: center;}
    .hide-desktop{display: block !Important;}
    .title-footer{font-size: 15px;}
    footer .footer-social li{margin: 5px;}
    .ja_sm{max-width: 300px;}
    .ja_title > div{font-size: 16px;}
    .box-border{padding: 10px;}
    .cart-section tbody tr td{float: left;width: 50%;}
    .cart-section thead{display: none;}
    .cart-stt{display: none;}
    .cart-section tbody tr td{border: none;}
    .cart-price,.cart-quantity,.cart-subtotal{float: left;width: 33.33% !Important;}
    .cart-img,.cart-name{height: 50px !Important;margin-bottom: 10px;text-align: left;}
    .cart-del{width: 100% !Important;}
    .cart-price{text-align: left;}
    .cart-img{width: 20% !Important;}
    .cart-name{width: 80% !Important;}
    .blog-image{width: 40%;}
    .blog-caption{width: 60%;}
    .blog-item .description{display: none;}
    #product-category.container .box{padding-left: 15px;padding-right: 15px;}
    .box-product .product_block{margin-bottom: 15px;}
    a.logo{text-align: center;width: 100%;}
    a.logo img {display: block;margin: auto;}

    footer .col-sm-4{
        width: 100%;
    }
    footer .col-sm-2{
        width: 100%;
    }
    footer .col-sm-3{
        width: 100%; 
    }
    footer .col-sm-3:last-child{
        width: 100%; 
    }
    #intro_home .desc-content{
        max-height: 42px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .box-product button.button, 
    .box-product input.button{font-size: 10px;}
    .main-nav-button-mobile{display: none;}
    .header-mid #logo{float: left;width: 100%;text-align: center;}
    .hide-desktop{display: block !Important;}
    .title-footer{font-size: 15px;}
    footer .footer-social li{margin: 5px;}
    .ja_sm{max-width: 300px;}
    .ja_title > div{font-size: 16px;}
    .box-border{padding: 10px;}
    .cart-section tbody tr td{float: left;width: 50%;}
    .cart-section thead{display: none;}
    .cart-stt{display: none;}
    .cart-section tbody tr td{border: none;}
    .cart-price,.cart-quantity,.cart-subtotal{float: left;width: 33.33% !Important;}
    .cart-img,.cart-name{height: 50px !Important;margin-bottom: 10px;text-align: left;}
    .cart-del{width: 100% !Important;}
    .cart-price{text-align: left;}
    .cart-img{width: 20% !Important;}
    .cart-name{width: 80% !Important;}
    .blog-image{width: 40%;}
    .blog-caption{width: 60%;}
    .blog-item .description{display: none;}
    #product-category.container .box{padding-left: 15px;padding-right: 15px;}
    .box-product .product_block{margin-bottom: 15px;}
    a.logo{text-align: center;width: 100%;}
    a.logo img {display: block;margin: auto;}
    footer .col-sm-4{
        width: 100%;
    }
    footer .col-sm-2{
        width: 100%;
    }
    footer .col-sm-3{
        width: 100%; 
    }
    footer .col-sm-3:last-child{
        width: 100%; 
    }
    #intro_home .desc-content{
        max-height: 42px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    footer .col-sm-4{
        width: 40%;
    }
    footer .col-sm-2{
        width: 20%;
    }
    footer .col-sm-3{
        width: 40%;
    }
    footer .col-sm-3:last-child{
        width: 100%; 
    }
    .item-footer{
        margin-bottom: 20px;
    }
    #links ul li{
        width: 30%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
.product_block .product-inner img{
    display: block;
    max-width: 100%;
    height: 220px;
}
.owl-carousel .owl-item img{ height: auto;}
@media all and (max-width: 450px) {
    .product-inner .img-responsive, .thumbnail a>img, .thumbnail>img{height: 153px !important;}
    .owl-carousel .owl-item img{ height: auto!important;}
}