@media only screen and (max-width: 992px) {
    .sidebar-category{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .slider-main .content-slider{
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .slider-main .content-slider h3{
        display: none;
    }
    .slider-main .content-slider h5{
        display: none;
    }
    .slider-main .content-slider a{
        display: flex;
        margin: 0 auto;
    }
   .slider-main .slick-dots button{
       width: 10px;
       height: 10px;
   }
    .slider-main ul li{
        font-size: 0 !important;
    }
    .slider-main .slick-dots .slick-active button:before{
        display: none;
    }
    .slider-genre.menu-slide{
        margin-top: 8px !important;
        margin-bottom: 10px!important;
    }
    .slick-dots{
        display: flex !important;
    }
    .genre-title{
        font-size: 16px;
    }
    .genre-title.mb-3{
        margin-bottom: 0 !important;
    }
    .genre-desc{
        display: none;
    }
    .banner-body{display: none}
    .container-fluid{
        padding: 0 !important;
    }
    .slider-genre.menu-slide.mrt-live{
        margin: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    .live-img{
        padding-top: 100%;
    }
    .live-img .live-image.image-live-item{
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        top: 0;
        left: 0;
    }
    .mrt-live .genre-next{
        text-align: right;
    }
    .banner-collection{
        margin-top: 0 !important;
    }
    .sidebar-category{
        display: none;
    }
    /*//-----cart-----//*/
    .cart-section .table-responsive table{
        display: none;
    }
    .cart-section .table-responsive .data-cart-mobile{
        display: block !important;
    }
    .menu-category.title-cart{
        margin-top: 10px !important;
        padding-bottom: 10px;
    }
    /*//----billing----//*/
    .billing-section .title-billing {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
}
.cart-section .table-responsive .data-cart-mobile{
    display: none;
}
