.mess-now img{
    width: 75px;
    height: 75px;
    opacity: 0.6;
}
.zalo-now{
    right: 15px;
    position: fixed;
    bottom: 100px;
    z-index: 999;
}
.zalo-now img{
    width: 67px;
    height: 67px;
    opacity: .6;
}
a.loadChat {
    display: none !important;
}
.footer-social-layout{
    display: none;
}
.btn-pr {
    display: none;
}
.outstock{
    position: absolute;
    top: 8px;
    left: 8px;
}
.outstock span{
    padding: 3px 5px;
    font-weight: bold;
    color: red;
    border: 1px solid #ddd;
}
.index-content.potrait .grid-image .box-image{
    height: 291px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .cate-grid .grid-image .box-image > a img{
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width: 768px){
    .header-flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-top.text-left.hidden-lg{
        top: 7px;
        position: absolute;
    }
    .header-flex .header-top{
        width: 30%;
        order: 2;
    }
    .header-flex .header-top-logo{
        width: 70%;
        display: flex;
        align-items: center;
    }
    .header-flex .header-top-cart{
        display: none;
    }
    .header-top-logo{
        padding-top: 10px;
    }
    .header-top-cart a{
        font-size: 25px;
    }
    .header-top-cart a i{
        color: #000;
        position: unset;
    }
    .footer-social-layout{
        display: flex;
        padding: 7px 15px;
        background: #e7e7e7;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        align-items: center;
        opacity: 80%;
    }
    .img-logo a{
        text-align: right;
    }
    .img-logo img{
        width: 70%;
    }
    .footer-social-layout div{
        width: 20%;
        text-align: center;
    }
    .footer-social-layout img{
        width: 40%;
    }
    footer{
        margin-bottom: 80px;
    }
    .mess-now, .zalo-now{
        display: none;
    }
    .content-pr p{
        justify-content: unset;
    }
    .bgSelect{
        width: calc(100% - 120px);
    }
    .bread {
        margin-top: 15px;
    }
    .bread .breadcrumb>li{
        display: contents;
    }
    .post-content .the-article-body img{
        width: 100% !important;
        height: auto !important;
    }
    .list-product.list .product-wrapper{
        width: 50%;
    }
    .list-product.list .product-wrapper:nth-child(2n+1) {
        clear: both;
    }
    .list-product .product-wrapper{
        width: 100%;
    }
    .cate-grid .grid-image .box-image>a{
        height: auto;
        padding: 10px 20px;
    }
    .cate-grid .banner-category-item .box-image>a{
        height: 250px;
    }
    .list-product.list .grid-image .box-image>a{
        height: 190px;
        padding: 0;

    }
    .list-product .product-wrapper .box-title{
        height: 130px;
    }
    .cate-grid .grid-image .box-image>a img{
        height: 100%;
        object-fit: contain;
        width: 100%;
    }
    .index-content.potrait .grid-image .box-image{
        height: 164px;
        overflow: hidden;
    }
}
.info-cat h4{
    font-weight: bold;
}