/* Add custom CSS styles below */ 
.bg-storeBG {
  background-color: #d2cac7;
}

/* Mail Icon */
.sicon-mail:before {
  display: none;
}



/* Mail Text */
@media (min-width: 1024px) {
    span.lg\:block {
        display: none;
    }
}



/* FOOTER */
.footer-is-custom .store-footer .store-footer__curve {
  color: #5c3d2d;
}

/* Footer For Payment Method */
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
  background-color: #5c3d2d;
}

/* In Product Details Header */
.main-nav-container,
.top-navbar:not(.topnav-has-bg) {
  background-color: #d2cac7;
}


/* Image Logo In Footer For Only Mobile */
@media(max-width: 480px) {
  .store-footer a img {
    width: 200px;
    object-fit: contain;
  }
}