@media only screen and (max-width: 992px) {
    .sticky-navbar{
        opacity: 1;
        visibility: visible;
        transform: translateY(-100%);
    }
    .mobile-menu-container .search-wrapper .btn {
        margin-top: 5px !important;
    }

    .gamers-coins .h3-a{
        position: relative;
        top: 3px;
    }
    .home-slider img{
        height: auto;
    }
    .home-slider.owl-carousel .owl-item img {
        border-radius: 18px;
    }
    .category-card {
        padding: 0 5px;
    }
    .banner-gamers {
        padding: 50px 0;
    }
    .product-default figure > a:first-child {
        height: 185px;
        background-repeat: no-repeat;
    }
    .bundles figure > a:first-child{
        background-size: contain !important;
    }
    .footer-middle{
        text-align: center;
    }
    .footer .social-icons {
        display: inline-flex;
    }
    #time {
        font-size: 32px;
        text-align: center;
        position: relative;
        top: 2px;
    }
    .contest-b button.btn-primary {
        font-size: 11px;
        padding: 12px 6px 6px;
        position: relative;
        top: 8px;
    }
    .toolbox:not(.toolbox-pagination) {
        background-color: #222529;
    }
    .header-middle.fixed .logo img{
        width: 34px !important;
    }
    .category-card h3 {
        margin-top: 4px;
        height: 32px;
        font-size: 13px;
    }
#categories{
    padding-top: 36px !important;
}

    .product-price{
        font-size: 1.3rem;
    }
    .old-price{
        font-size: 1.2rem;
    }
    .product-coin .coin-icon {
        width: 20px !important;
    }
    .product-coin{
        top: -2px;
    }
    img.category-title-icon {
        width: 20px !important;
        top: 0 !important;
    }
    section{
        padding-top: 1.5rem;
    }
    .mobile-show {
        position: relative;
        top: -5px;
    }
    .num-level{
        font-size: 40px;
    }
    .tabs-simple .nav-tabs .nav-link{
        padding: 15px 9px;
    }
    .slider-type-1 {
        display: none !important;
    }
    .slider-type-0 {
        display: block !important;
    }
}
