/* Base resposnsive */

.category_product_wrapper {
    background: #012c3db3;
    padding: 10px;
    margin-bottom: 15%;
}

.category_cover_image {
    object-fit: cover;
    aspect-ratio: 16 / 7;
    object-position: center;
    margin: 2rem 0;
    border-radius: 10px;
}

.category-product-heading__ {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.blm-category-figure {
    overflow: hidden;
    border-radius: 5px;
}

.blm-category-image:hover {
    scale: 1.1;
}

@media only screen and (max-width:1366px) {}

@media only screen and (min-width:991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        transform: translateY(50px);
        width: max-content;
    }

    .menu-item:hover .dropdown-menu {
        opacity: 1;
        transition: all 0.5s ease;
        visibility: visible;
        transform: translateY(0);
    }

    .blm_menu_arrow {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        /* column-gap: 10px; */
    }

    .header .header-menu .dropdown-menu.has_children .nav-link {
        padding: 10px 18px;
    }



}

@media only screen and (max-width:600px) {}

@media only screen and (max-width:557px) {}