:root {
  --text-color: #f9f9f9;
}
.landingPageOfferStatus {
  color: var(--text-color) !important;
}
.cartItemCount {
  color: var(--text-color) !important;
}
.buttonWithCountTextColor {
  color: var(--text-color) !important;
}
.productVariantTextColor {
  color: var(--text-color) !important;
}
.filterItemCount {
  color: var(--text-color) !important;
}
.cartOffer {
  color: var(--text-color) !important;
}
.locationStoreTypeText {
  color: var(--text-color) !important;
}
.cartEmptyIcon {
  color: white !important;
}
.cartMenuIcon {
  color: white !important;
}
.productTagNew {
  color: var(--text-color) !important;
}
.categoryArrowBtn:hover {
  background: #ffffff !important;
}
.landingPageSiteCaptionOne {
  display: none !important;
}
.productListOfferCard {
  color: #f9f9f9 !important;
}
/* this class name refer the cart offer change button text */
.cartOfferCount {
  color: var(--text-color) !important;
}
.productTagPopular {
  color: var(--text-color) !important;
}
