@media only screen and (max-width: 900px) {
    aside.slide_banner_icon {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
        gap: 32px;
        margin-top: 30px;
    }

    .section-product-category .section-poster {
        display: none;
    }
    .section-product-category .section-content {
        grid-template-columns: 1fr 1fr;
        padding: 10px!important;
        width: 100%;
    }
    .header-wrapper .nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
        color: #000000;

    }
    .title_countdown {
        display: none;
    }
    .countdown .min {
        font-size: 11px;
    }
    .countdown .sec {
        font-size: 11px;
    }
    .countdown .hour {
        font-size: 11px;
    }
    .countdown .day {
        font-size: 11px;
    }
    .footer_gap {
        height: 0px !important;
        display: none;
    }
    .from_footer_th {
        position: unset;
        transform: none;
    }
    .post_home_row4 .box-image img {
        position: relative;
        width: auto;
        height: 100%;
    }

}






@media screen and (min-width: 1024px)
{
    .roow_banner .box_right {
        width: calc(100% - (220px + 50%)) !important;
        max-width: calc(100% - (250px + 50%)) !important;
    }
    .roow_banner .box_left {
        width: 250px !important;
        max-width: 250px !important;
    }
}