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

.top-navbar{
  background-color:#6F7F41 !important;
}

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

#mainnav {
  background-color:#F9EFD7 !important;
}
.sicon-menu::before {
  color: #000 !important;
}
.header-btn__icon {
  color: #000 !important;
  border-color: #000 !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #000!important;
}
.s-cart-summary-count {
  background-color: #000;
  color: #fff;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #000!important;
}
.mm-spn--open li a:hover {
  color: #000!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: #6F7F41!important;
  }
  .mm-spn--open li:hover,
  .mm-spn--open li a:hover {
    color:#6F7F41 !important;
    opacity:0.8;
  }

  #mobile-menu::after {
    background-color: #6F7F41 !important;
    color: #fff !important;
  }
}



.mm-spn.mm-spn--navbar:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50px / 2);
    top: calc(var(--mm-spn-item-height) / 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 1;
    z-index:11;
}



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


/* Banners */

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


.s-block--photos-slider {
    margin-top: 0px!important
}

.s-block--photos-slider salla-slider {
    padding-right: 0px!important;
    padding-top: 0px!important
}

.s-block--photos-slider .swiper {
    padding-left: 0px!important;
    padding-right: 0px!important
}

.s-block--photos-slider .swiper .swiper-slide {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important
}




/* 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: #6F7F41!important;
  font-size: 100px;
}


/* Footer */
footer {
  background-color: #6F7F41 !important;
  border-radius:15% 15% 0 0 !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  border-radius:15% 15% 0 0 !important;
 background-color: #6F7F41 !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/BvkD41Js/Mask-group-21.png");
  display: block;
  background-size: contain;
  width: 200px;
  height: 100px;
  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: #6F7F41 !important;
}