/*
filename: theme-override.css
s3 path: s3://mp-stg-merchant-assets/{merchant_id}/assets/theme/theme-override.css
for local test create file in this path: /assets/merchants/theme-override.css
*/

:root {
  --text-color: #252223;
}

.cartEmptyIcon {
  color: white !important;
}
/* this class name refer the added item to cart icon */
.cartMenuIcon {
  color: white !important;
}
/* this class name refer to category arrow button */
.categoryArrowBtn:hover {
  background: #f3f1e9 !important;
}

.locationStoreTypeText {
  color: var(--text-color) !important;
}

.pointSummaryBannerIcon {
  color: #ccb37d !important;
}
