:root {
    --menuBgColor: #fff!important;
    --menuBorderColor: #000!important;
    --menuTextColor: #000!important;
    --menuTextHoverColor: #000!important;
    --leftMenuBgColor:#f0f0f0!important; ;
    --leftMenuBgHoverColor:#ffffff!important; ;
    --leftMenuTextColor:#000000!important; ;
    --leftMenuTextHoverColor:#000000!important;
    --headerSearchBtColor: #000!important;
    --headerSearchBtIconColor: #fff!important;
    --productBtBgColor: #ffaa00!important;
    --productBtTextColor: #fff!important;
    --productBtNowTextColor: #fff!important;
    --productNowBtBgColor: #fff!important;
    --favBtBgColor: #fa0!important;
    --productsaleBgColor: #E74C3F!important;
    --footerBgColor: #1c1c1c!important;
    --footerTitleColor: #fff!important;
    --footerTextColor: #fff!important;
    --footerBarTextColor: #000!important;
    --footerBarHoverTextColor: #939393!important;
    --footerBarBgColor: #fff!important;
    --websiteBreadCrumbBackgroundColor: #fff!important;
    --websiteBreadCrumbTextColor: #000!important;
    --siteBtBgColor: #2167cc!important;
    --siteBtTextColor: #fff!important;
    --siteLinkHover: #000!important;
    --productNowBtBgColorHover: #fff!important;
    --productBtNowTextColorHover: #fff!important;
    --productBtTextColorHover: #ffaa00!important;
    --productBtBgColorHover: #ffffff !important;
    --productBtBorderColorHover: #ffaa00!important;
    --favBtBgColorHover: #a47000 !important;
    --favBtTxtColorHover: #fff!important;
    --favBtTxtColor: #fff!important;
    --dontStockBgColor: #b2b2b2!important;
    --dontStockTextColor: #fff!important;
    --dontStockBgColorHover: #fff!important;
    --dontStockTextColorHover: #b2b2b2!important;
    --productBulkDiscActive: #ffaa00!important;
    --productBulkDiscActiveTextColor: #fff!important;
    --productCartDiscTextColor: #fff!important;
    --priceTextColor: #000!important;
}

.offer-info { margin-bottom: 0.5rem;padding-right: 0.25rem;background-color: #fff6ee;color: black;border-radius: 4px;width: max-content;font-size: 12px;padding: 2px 5px; }


span.product-price {
    color: var(--priceTextColor) !important;
}

ins.new-price {
    color: var(--priceTextColor) !important;
}

span.price {
    color: var(--priceTextColor) !important;
}