/* Responsive */
@media (max-width: 992px) {
    #header .search-box {
        max-width: 400px;
    }

    #header .nav-menu {
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) and (max-width: 1400px){
    #navbarNav .contact-link {
        display: none;
    }
}

@media (max-width: 991px) {
    #header .show-large-device {
        display: none !important;
    }

    #header .show-small-device {
        display: block !important;
    }

    #header #top-header-wapper {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    #header .top-header .container {
        flex-direction: column;
        gap: 15px;
    }

    #header .search-box {
        max-width: 100%;
        margin: 0;
    }

    #header .header-actions {
        width: 100%;
        justify-content: center;
    }

    #header .nav-menu {
        flex-direction: column;
    }

    #header .subcategory-dropdown {
        position: static;
        margin-left: 20px;
        box-shadow: none;
        padding-left: 10px;
    }

    .hatbazar-product-card .product-name {
        font-size: 14px;
    }

    .hatbazar-product-card .current-price {
        font-size: 18px;
    }

    .hatbazar-product-card .original-price {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    #header .contact-info {
        display: unset !important;
    }
}

@media (max-width: 767px) {
    #hat-bazar-hero .slider-content {
        padding: 0px 15px;
    }

    #hat-bazar-hero .item img {
        height: 30vh;
    }
}

@media (min-width: 991px) {
    #hat-bazar-hero .slider-content .sub-title {
        font-size: 28px;
    }

    #hat-bazar-hero .slider-content .title {
        font-size: 15px;
    }

    #hat-bazar-hero .slider-content .button {
        font-size: 15px;
    }
}
@media (min-width : 768px) and (max-width: 992px) {
    #hat-bazar-hero .slider-content .sub-title {
        font-size: 15px;
    }

    #hat-bazar-hero .slider-content .title {
        font-size: 10px;
    }

    #hat-bazar-hero .slider-content .button {
        font-size: 10px;
    }
}
@media (min-width : 568px) and (max-width: 767px) {
    #hat-bazar-hero .slider-content .sub-title {
        font-size: 15px;
    }

    #hat-bazar-hero .slider-content .title {
        font-size: 10px;
    }

    #hat-bazar-hero .slider-content .button {
        font-size: 10px;
    }
}
@media (min-width : 400px) and (max-width: 567px) {
    #hat-bazar-hero .slider-content .sub-title {
        font-size: 12px;
    }

    #hat-bazar-hero .slider-content .title {
        font-size: 08px;
    }

    #hat-bazar-hero .slider-content .button {
        font-size: 08px;
    }
}

@media (min-width : 320px) and (max-width: 399px) {
    #hat-bazar-hero .slider-content .sub-title {
        font-size: 10px;
    }

    #hat-bazar-hero .slider-content .title {
        font-size: 7px;
    }

    #hat-bazar-hero .slider-content .button {
        font-size: 7px;
    }
}

@media (min-width : 320px) and (max-width: 499px) {
    .common-btn-class {
        font-size: 10px;
    }

    .hatbazar-category h2 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .hatbazar-hot-deals .count_products_badge {
        font-size: 8px;
        padding: 3px 3px;
    }
}
