style-media@media (min-width: 320px) {

    /* ============== NAVBAR ============== */
    .navbar ul li a.active::before {
        top: 50%;
        left: 30px;
    }

    /* ============== search-bar ============== */

    .input-group {
        width: 75%;
    }

    .search-btn {
        padding: 0 12px;
    }


    .all-product .product-card .card-body .card-button button {
        width: 110px;
    }


    .category .category-card .category-icon {
        width: 40px;
        height: 40px;
    }


    .item-box .product-box {
        height: 300px;
    }

    .item-box .product-height {
        height: 210px !important;
    }

    .item-box .product-height .counter-container {
        width: 100px;
    }


    /* ============== FOOTER ============== */
    footer .footer-logo {
        width: 160px;
        height: 160px;
    }
}



@media (min-width: 525px) {

    .search-btn {
        padding: 0 20px;
    }

    .all-product .product-card .card-body .card-button button {
        width: 90px;
    }

    /* Filters */
    .filter-panel {
        width: 50%;
    }


    /* ============== FOOTER ============== */
    footer .footer-logo {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 575px) {

    .item-box .product-box {
        height: 200px;
    }

    .item-box .product-height {
        height: 173px !important;
    }

    .item-box .product-height .counter-container {
        width: 126px;
    }

}

@media (min-width: 768px) {

    /* ============== search-bar ============== */
    .input-group {
        width: 50%;
    }

}


@media (min-width: 992px) {

    /* ============== NAVBAR ============== */
    .navbar ul li a.active::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, 10px);
    }


    .category .category-card .category-icon {
        width: 50px;
        height: 50px;
    }

    .all-product .product-card .card-body .card-button button {
        width: 110px;
    }


    /* Filters */
    .filter-panel {
        width: 100%;
    }

    /* ============== FOOTER ============== */
    footer .footer-logo {
        width: 300px;
        height: 300px;
    }

}
