#container-page-home {
  background-color: #ecf1fa;
}
#notice {
  font-weight: bold;
}
.sh-generic-collection-card > div > div > div > div > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.sh-header-main {
  background-color: #002946;
  color: #ffffff;
  box-shadow: 1px 1px #004777;
}
.sh-header-location-icon {
  fill: #ffffff !important;
}
.sh-header-account-icon {
  stroke: #ffffff !important;
}
.sh-header-cart-icon {
  stroke: #ffffff !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #ffffff !important;
}
.sh-header-search-icon {
  stroke: #ffffff !important;
}
.sh-header-cart-badge {
  background-color: #ffffff !important;
  color: #002946 !important;
}
.sh-header-mob-menu-icon {
  color: #ffffff !important;
}
.sh-footer-main {
  background-color: #002946;
  color: #ffffff;
}
.sh-footer-icon {
  color: #ffffff !important;
}
.sh-product-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-price {
  color: #002946;
}
.sh-footer-main {
  background-color: #002946;
  color: #ffffff;
}
.sh-product-card-discount-tag {
  background-color: #002946;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px 0px 8px 0px;
  top: 0px;
  right: 0px;
}
.sh-product-discount-tag {
  background-color: #002946;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
}
.sh-product-plus-minus-button {
  background-color: #002946;
  color: #ffffff;
  border: 1px solid #002946;
  border-radius: 8px;
  fill: #002946;
}
.sh-product-plus-minus-button:hover {
  background-color: #002946;
}
.sh-solid-button {
  border-radius: 4px;
}

.sh-bottom-nav-main {
  background-color: #002946;
}
.sh-category-card {
  margin: 0px 10px 10px;
  padding-top: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.sh-category-card:hover {
  border: 1px solid #002946;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2) {
  background-color: #ecffec;
}
.sh-category-card:nth-child(3n-1) {
  background-color: #fffceb;
}
.sh-category-card:nth-child(3n) {
  background-color: #feefea;
}
.sh-row-title-divider {
  display: none;
}
.sh-product-plus-minus-button-div {
  color: white;
}
.sh-referral-widget p {
  font-size:16px !important;
}
.sh-header-title {
  color: white;
}
.sh-header-punchline {
  color: white;
}

.sh-header-menu a{
  padding:11px 12px !important;
}