body {
  background-color: #fff;
}

#mainnav {
  background-color: #1F324A !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: #1F324A;
}
.sub-menu * {
  color: #fff;
}
.mm-spn--open li a {
  color: #fff!important;
}
.mm-spn--open li a:hover {
  color: #fff!important;
  opacity: 0.8;
}
.sub-menu {
  color: #333;
}

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

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


/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 1px solid #1F324A!important;
}
salla-add-product-button button {
  background-color: #1F324A !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #1F324A !important;
  border: 1px solid #1F324A !important;
}


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




/* Footer */
footer {
  background-color: rgb(29, 31, 31) !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-image: url(https://i.postimg.cc/CMXTVkym/da205e2f-5919-46fa-835e-bf659655cc53-1-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.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;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/JnhVRQ4d/Frame-8.png");
  display: block;
  background-size: contain;
  width: 185px;
  height: 120px;
  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));
  }
}

.store-footer__inner + div {
  background-color: #1F324A!important;
}

/* Custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1F324A;
}