/*header structure */
#header-wrapper.header-style-ecommerce {
    background: #000 !important;
}

#header-wrapper.header-style-ecommerce #topmenu-mobile {
    display: block !important;
}
#header-wrapper.header-style-ecommerce .topmenu-mobile {
    height: auto;
}

#header-search .header-search-input {
    margin-right: -7px;
    padding-left: 20px;
    background: #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    min-width: 80%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#header-search .header-search-btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 40px;
    width: 60px;
    padding: 0px;
}

#header-cart-count {
    font-size: 12px;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 7px;
}

@media ( min-width: 800px ) {
    #header-search .header-search-input {
        min-width: 400px;
    }
}
@media ( max-width: 991px) {
    .header-style-ecommerce #header-inner {
        padding-bottom: 50px;
    }
    .header-style-ecommerce .top-btn {
        position: absolute;
        bottom: 1px;
    }
    .header-style-ecommerce .top-btn span {
        background: #FFF;
    }

    .header-style-ecommerce #header-search {
        position: absolute;
        bottom: 12px;
        left: 60px;
        right: 10px;
    }

    #header-search .header-search-input {
        height: 35px;
        line-height: 35px;
    }

    #header-search .header-search-btn {
        height: 35px;
        font-size: 23px;
    }
}

/* dropdown header menu */

#dropmenu-dashify-categories .item-inner {
    padding: 15px;
}

#dropmenu-dashify-categories .dashify-inventory-categories .inventory-category-list {
    display: flex;
    flex-wrap: wrap;
    /* allow wrapping to next row */
    gap: 10px;
    /* set the gap between items */
    padding: 0;
    margin: 0;
    list-style: none;
}
#dropmenu-dashify-categories .dashify-inventory-categories .inventory-category-list li {
    flex: 1 1 calc(15% - 10px);
    max-width: 15%;
    /* 25% width minus the gap */
    box-sizing: border-box;
    font-size: 12px;
}


/*inventory */

.inventory-section-sidebar {
    display: none;
}

.inventory-section-products {
    width: 100%;
}

@media ( min-width: 992px ) {
    .inventory-section-sidebar {
        width: 300px;
        overflow: hidden;
        min-width: 300px;
        display: block;
    }

    .inventory-sidmenu-categories li a {
        font-size: 16px;
        color: #000;
        line-height: 20px;
        display: block;
        line-height: 30px;
        border-bottom: 1px dashed #EEE;
    }

    .inventory-filter .inventory-category-item {
        cursor: pointer;
    }
}
/* items */

.products-item .products-item-inner {
    padding: 1rem;
    border: 1px solid #f2f3f2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 4px;
    height: 100%;
}

.products-meta {
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}
.products-item .products-footer {
    opacity: 0.7;
}

@media (max-width: 575px) {

}
.products-grid .products-item {
    max-width: 250px;
    min-width: 250px;
}

.products-grid .products-img {
    flex: 0 0 100%;
    margin: 0 auto 15px;
    padding: 0px;
    max-height: 225px;
}
.products-grid .products-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
}
.products-grid .products-body {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px;
    padding: 0px;
}
.products-grid .products-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
}
.products-grid .products-footer {
    border-top: 1px solid rgb(242, 243, 242);
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-top: 15px;
}

@media ( max-width: 575px ) {
    .products-grid .dashify-products-list {
        justify-content: space-between !important;
    }
    .products-grid .products-item {
        min-width: calc(50% - 0.5rem);
        flex: 1 1 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }
    
    .products-grid .products-img {
        max-width: 100px;
    }
    .products-grid .products-title {
        font-size: 12px;
    }
    .products-grid .products-footer {
        margin-bottom: 0px;
        padding-top: 10px;
        font-size: 11px;
    }
}

.products-list .products-img {
    max-width: 150px;
    max-height: 150px;
    text-align: center;
}
.products-list .products-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.products-list .products-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}
.products-list .products-footer .d-flex {
    display: block !important;
}
.products-list .products-footer span {
    width: 100%;
    display: block;
}