body {
  background-color: #fff;
}

#mainnav {
  background-color: #45779a !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 55px;
}

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

  #mobile-menu::after {
    background-color: #45779a !important;
    color: #fff !important;
  }
}


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




/* Banners */
.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;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

/* Custom spacing on mobile */
@media (max-width: 992px) {
  .s-block-custumized-links {
    margin: 0;
  }
}

/* Features Items */
.s-block--features .s-block--features__item {
  border: 0;
  border-radius: 0px;
  background-color: transparent !important;
}
.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 40px;
}
.s-block--features .s-block--features__item .feature-icon i {
  color: #45779a !important;
  font-size: 100px;
}

.s-block--features .s-block--features__item:hover {
  box-shadow: none;
}

/* Footer */
footer {
  background-color:  #45779a!important;
  
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
  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/L4NbwLC1/Group.png");
  display: block;
  background-size: contain;
  width: 160px;
  height: 84px;
  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 */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #45779a;
}

@media (min-width:920px){
    .s-social-list {
    display: flex
;
    gap: 0.625rem;
    margin-top: 30px;
}
}