#fixed-categories {
    background-color: var(--fixed-category-background) !important;
}

.price-content .price {
    background-color: var(--price-background, transparent) !important;
}
.price-content .price span{
    color : var(--price-color , #000) !important;
}
.price-content .before-price{
    background-color: var(--price-before-background, transparent) !important;
}
.price-content .price-color{
    color : var(--price-color , #000) !important;
}

