:root {
  --text-color: #4f6e5d;
}
.landingPageOfferStatus {
  color: var(--text-color) !important;
}
.cartItemCount {
  color: var(--text-color) !important;
}
.buttonWithCountTextColor {
  color: var(--text-color) !important;
}
.filterItemCount {
  color: var(--text-color) !important;
}
.locationStoreTypeText {
  color: var(--text-color) !important;
}
.productTagNew {
  color: var(--text-color) !important;
}
.categoryArrowBtn:hover {
  background: #f7f6f3 !important;
}
.landingPageSiteCaptionOne {
  color: #4f6e5d !important;
}
.consentPromptBtn {
  line-height: 20px !important;
  font-size: 14px !important;
}
.offerStatusNew {
  color: var(--text-color) !important;
}
.offerStatusExpired {
  color: var(--text-color) !important;
}
.productListOfferCard {
  color: var(--text-color) !important;
}
.totalOfferCountIcon {
  color: #4f6e5d !important;
}
.pointSummaryBannerIcon {
  color: var(--text-color) !important;
}
.cartOfferApplied {
  color: #000000 !important;
}
.pointHistoryValue {
  color: var(--text-color) !important;
}
.applyOfferSelectedIcon {
  color: var(--text-color) !important;
}
/* this class name refer the cart offer change button text */
.cartOfferCount {
  color: var(--text-color) !important;
}
.productTagPopular {
  color: var(--text-color) !important;
}
