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

.bg-inherit {
  background-color: #1d1b34;
}

.top-navbar {
  background-color: #424242!important;
}
.top-navbar * {
  color: #fff!important;
}
.header-search input {
  background-color: #EFF3EA !important;
  border-radius: 30px;
  color: #1d1b34 !important;
}
.header-search input::placeholder {
  color: #727D73 !important;
}
.header-search .s-search-product-details * {
  color: #2b2310 !important;
}
.header-search .s-search-icon svg {
  fill: #2b2310 !important;
}

.sicon-menu::before {
  color: #fff !important;
}

.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: #000;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #fff !important;
}
.mm-spn--open li a:hover {
  color: #ffe !important;
}
.sub-menu {
  color: #1d1b34;
}

@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li,
  .mm-spn--open li a {
    color: #1d1b34 !important;
  }
  .mm-spn--open li:hover,
  .mm-spn--open li a:hover {
    color: #1d1b34 !important;
  }

  #mobile-menu::after {
    background-color: #1d1b34 !important;
    color: #fff !important;
  }

  .btn--close {
    color: #fff;
  }
}

.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}

.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}

.index .s-block--fixed-banner:first-of-type {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


/*Product card*/

custom-salla-product-card{
  border: 1px solid #160f58 !important; 
}

salla-add-product-button button {
  background-color: #fff !important;
  color: #1d1b34 !important;
  border: 1px solid #1d1b34 !important;
}
salla-add-product-button:hover button {
  background-color: #1d1b34 !important;
  color: #fff !important;
  border: 1px solid #1d1b34 !important;
}

/* Feature */
.s-block--features .s-block--features__item {
    background-color: transparent !important;

}

.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 30px;
  width: 100px;
  height: 100px;
}
.s-block--features .s-block--features__item .feature-icon i {
    color: #1c2849 !important;
    font-size: 100px;
}


/* Footer */
footer {
  background-color: #000!important;
  border-radius: 75px 75px 0 0;
}

@media (min-width: 1024px) {
  .store-footer__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.store-footer__inner {
  border-radius: 75px 75px 0 0;
  background-color: #160f58 !important;
  position: relative;
  z-index: 2;
}

.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: 0.8;
}

/* Logo */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/BrXGQB/u5AaXET0a1YQXMK68UFWgCWUJiCz1ygPxF7PGZvT.png");
  display: block;
  background-size: contain;
  width: 150px;
  height: 150px;
  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));
  }
}

/* Custom ScrollBar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #efefef;
}
::-webkit-scrollbar-thumb {
  background: #1d1b34 !important;
}