.home-container{
    margin-top: 1rem;
}

.promotion-side{
    height:114px;
    margin-bottom: 10px;
    display: flex;
}
.mobile-news-show{
    display: none;
}

.slider-contailner{
    outline: none;
    width: 198px;
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: black; 
    display: flex;
    justify-content: space-between;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-image-flashsale {
    width: 170px !important;
    height: 120px !important;
    object-fit: cover !important;    
}

.card-promotion-side {
    width: 173px;
    height: 173px;
    object-fit: cover;    
}
.product-image-top-search{
    width: 173px;
    height: 173px;
    object-fit: cover;
}
.card-product {
    height:270px;
    width:190px;
}
.product-name {
    height: 50px;
    padding: 5px;
}
.product-responsive {
    display: flex;
    justify-content: none !important;
}
@media (max-width: 1440px) and (min-width:1025px ){
     /* For tablets pro: */
     .promotion-side{
        height:115px;
        margin-bottom: 8px;
        display: flex;
    }
    .product-image-flashsale {
        width: 190px;
        height: 150px;
        object-fit: cover;    
    }
}
@media (max-width: 1024px) and (min-width:769px ){
     /* For tablets pro: */

     .promotion-side{
        height:110px;
        margin-bottom: 0;
        display: flex;
        margin-left: 10px;

    }
    .promotion-side{
        height:83px;
        margin-bottom: 10px;
    }
    .product-image-flashsale {
        width: 190px;
        height: 150px;
        object-fit: cover;    
    }

}
@media (max-width: 768px) and (min-width:575.98px ){
    /* For tablets: */

    .promotion-side{
        height:130px;
        margin-bottom: 0;
        display: none;
        margin-left: 10px;

    }
    .product-image-flashsale {
        width: 190px;
        height: 150px;
        object-fit: cover;    
    }
    
}
@media (max-width: 575.98px) {
    /* For mobile: */
    .home-container{
        margin-top: 7rem;
        position: fixed;
        width: inherit;
        overflow-y:scroll !important;
        overflow-x:hidden !important;
        top: 0 !important;
        bottom:0 !important;
        background-color: #f5f5f5; 
    }
    .promotion-side{
        height:130px;
        margin-bottom: 0;
        display: none;
        margin-left: 10px;

    }
    .mobile-news-show{
        display: flex;
    }
    .product-image-flashsale {
        width: 190px;
        height: 150px;
        object-fit: cover;    
    }
    .card-promotion-side {
        width: 50px;
        height: 50px;
        object-fit: cover;    
    }
    .product-image-mall {
        width: 100px;
        height: 100px;
        object-fit: cover;    
    }
    .product-image-top-search{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .card-product {
        height:220px;
        width:152px;
    }
    .product-name {
        height: 40px;
        padding: 5px;
    }
    .product-responsive {
        display: flex;
        justify-content: center !important;
    }

    .product-image{
        width: 100px;
        height: 100px;
        object-fit: cover;    
    }
    
}

