.dark-theme .product-thumb:not(.bg_image) .image a img {
    background: #ffffff00 !important;
}

.bb-list__image {

    background: #ffffff00 !important;

}

.category_description {
    display: none !important;
}

.bb-grid__image {
      background: #ffffff00 !important;
}

.dark-theme .bb-featured-mini__product-image {
   background: #ffffff00 !important;
}

.dark-theme .subcategory img {
    background: #ffffff00 !important;
}

.up-header #logo img {

    max-height: 60px !important;
}

@media (max-width: 992px) {
    .product-grid .product-thumb .addit-action, .container-module .product-thumb .addit-action {

        display: none !important;
    }
}

@media (max-width: 768px) {
    .box-sub-cat {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        transition: transform var(--t-fast), box-shadow var(--t-fast);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
	}