/* HEADER */
.sh-header-main {
  background-color: #4865d9 !important;
  color: #ffffff !important;
}

.sh-header-location-icon,
.sh-header-account-icon,
.sh-header-cart-icon,
.sh-header-arrow-icon,
.sh-header-search-icon {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.sh-header-cart-badge {
  background-color: #ffffff !important;
  color: #4865d9 !important;
}

/* BOTTOM NAV */
.sh-bottom-nav-main {
  background-color: #4865d9 !important;
  color: #ffffff !important;
}

.sh-bottom-nav-selected {
  stroke: #ffffff !important;
  color: #ffffff !important;
}

.sh-bottom-nav-unselected {
  stroke: #cfd6ff !important;
  color: #cfd6ff !important;
}

.sh-bottom-nav-cart-badge {
  background-color: #ffffff !important;
  color: #4865d9 !important;
}

/* PRODUCT CARD */
.sh-product-card-price {
  color: #4865d9 !important;
}

.sh-product-card-mrp {
  color: #999999 !important;
}

.sh-product-card-name {
  color: #222222 !important;
}

.sh-product-card-discount-tag,
.sh-product-discount-tag {
  background-color: #4865d9 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
}

/* WISHLIST */
.sh-product-social-button,
.sh-product-wishlisted-icon,
.sh-product-not-wishlisted-icon {
  fill: #4865d9 !important;
  stroke: #4865d9 !important;
}

/* BUTTONS */
.sh-solid-button,
.sh-product-buy-now-button,
.sh-product-plus-minus-button {
  background-color: #4865d9 !important;
  color: #ffffff !important;
  border: 1px solid #4865d9 !important;
  border-radius: 8px !important;
}

/* FOOTER */
.sh-footer-main {
  background-color: #4865d9 !important;
  color: #ffffff !important;
}

.sh-footer-icon {
  color: #ffffff !important;
}

/* CATEGORY BACKGROUND */
.sh-categories-container {
  background-color: #ffffff !important;
}
