/* Add custom CSS styles below */ 
/* Mobile Footer Center */
@media (max-width: 768px) {

  .store-footer__inner {
    text-align: center;
  }

  .store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .store-footer__inner .container > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .store-footer__inner img {
    margin-left: auto;
    margin-right: auto;
  }

  .s-menu-footer-list,
  .s-contacts-list,
  .s-social-list {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .s-trust-badges-wrapper {
    justify-content: center;
  }

  .store-footer h3 {
    text-align: center;
  }

}

.athena-card {
  border: 1px solid #f5e8d2 !important;
  background-color: #f5e8d2 !important;

}

#best-offers-3-slider .athena-card {
  background-color: #f5e8d2 !important;
}

.s-comments,
.s-comments-container,
.s-comments-product {
  background-color: #f5e8d2 !important;
}
.athena-card {
  background-color: #f5e8d2 !important;
  border-color: #f5e8d2 !important;
   border: 1px solid #f5e8d2 !important;

}
section.bg-white {
  background-color: #f5e8d2 !important;
  border: none !important;
}
#product-filter {
  background-color: #f5e8d2 !important;
  border-color: #e6d3b3 !important;
  color: #2f1516;
}
.s-quantity-input-input {
  background-color: #f5e8d2 !important;
  border: 1px solid #e6d3b3 !important;
  color: #2f1516;
}