body {
  background-color:#fff !important; 
}

/* Navbar */

.top-navbar * {
  color: #3C2A21 !important;
}

/* Search */
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  border:1px solid #B3902F !important;
  color: #000 !important;
}
.header-search input::placeholder {
  color: #000 !important;
}
.header-search .s-search-product-details * {
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #3C2A21 !important;
}

/* Main nav */
#mainnav {
  background-color: #B3902F !important;
}
.sicon-menu::before,
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #B3902F;
}

/* Sub menu */
.sub-menu * {
  color: #000;
}

/* Mobile Menu */
.mm-spn--open li a {
  color: #fff !important;
}
.mm-spn--open li a:hover {
  color: #3C2A21 !important;
}
@media (max-width:1024px) {
  .mm-spn--open {
    background: #000 url(https://i.postimg.cc/hGRpkryq/image.png) !important;
  }
}
.mm-spn--open li,
.mm-spn--open li a {
  color: #fff;
}
.mm-spn--open li:hover,
.mm-spn--open li a:hover {
  color: #f6f6f6;
}
#mobile-menu::after {
  background-color: #B3902F !important;
  color: #fff !important;
}

/* Product cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 0 !important;
}
salla-add-product-button button {
  background-color: #B3902F !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff !important;
  color: #B3902F !important;
  border: 1px solid #B3902F !important;
}

.s-product-card-content-main * {
  color: #565353 !important;
}
.s-product-card-content-subtitle * {
  color: #010101 !important;
}
.s-product-card-price,
.s-product-card-sale-price h4 {
  color: #bd1414 !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: #B3902F !important;
  color: #fff;
}

/* Slider Titles */
.s-slider-block__title {
  justify-content: center;
  margin-bottom: 35px;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2 {
  padding-left: 0;
}
.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #000;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
    font-size: 24px;
  }
}

/* Banner */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0 !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0 !important;
}

/* Footer */
footer {
  background-color: #927628 !important;
  border-radius:15% 15% 0 0 ;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  border-radius:15% 15% 0 0 ;
  background-color: #927628 !important;
}
.store-footer__inner * {
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: .8;
}
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url(https://i.postimg.cc/TYh7ghLB/logo.png);
  display: block;
  background-size: contain;
  width: 140px;
  height: 190px;
  background-repeat: no-repeat;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}
.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}
@media (max-width:992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff !important;
}
::-webkit-scrollbar-thumb {
  background: #B3902F;
}

/* Mobile Fake Brand */
@media (max-width: 1024px) {
  .navbar-brand {
    position: relative;
  }
  .navbar-brand::after {
    content: "بصمة التميز للمشالح الرجالية";
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
  }
}

/* Promotion Tag */
.s-product-card-promotion-title {
  background-color: #000 !important;
}