body {
  background-color: #fff;
}

#mainnav {
  background-color: #D2D2D2!important;
}
.sicon-menu::before {
  color: #8F0828!important;
}
.header-btn__icon {
  color: #8F0828!important;
  border-color: #8F0828 !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #8F0828!important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #8F0828;
}
.sub-menu * {
  color: #8F0828;
}
.mm-spn--open li a {
  color: #8F0828!important;
}
.mm-spn--open li a:hover {
  color: #8F0828!important;
  opacity: 0.8;
}
.sub-menu {
  color: #8F0828;
}

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

  #mobile-menu::after {
    background-color: #8F0828 !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: #fff !important;
  border: 1px solid #8F0828!important;
}
salla-add-product-button button {
  background-color: #8F0828 !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #8F0828 !important;
  border: 1px solid #8F0828 !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;
}


/* Titles */
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.s-slider-block__title-left *,
.s-slider-block__title-right,
.s-block__display-all {
  color: #8F0828 !important;
}

.s-slider-block__title {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.s-slider-block__title-left {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.s-slider-block__title-right h2 {
  font-size: 32px !important;
}

@media (max-width:768px) {
  .s-slider-block__title-right h2 {
    font-size: 22px !important;
  }
}


/* Features Items */
.s-block--features .s-block--features__item {
  border: 1px solid #ddd;
  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: #8F0828 !important;
  font-size: 100px;
}


/* Footer */
footer {
  background-color: #D2D2D2!important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #D2D2D2!important;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.store-footer__inner * {
  color: #000!important;
}
.store-footer h3 {
  color: #000!important;
}
.copyright-text p {
  color: #000!important;
}
.copyright-text p a:hover {
  color: #000!important;
  opacity: 0.8;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/T1QyXbpT/Frame.png");
  display: block;
  background-size: contain;
  width: 200px;
  height: 85px;
  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:#D2D2D2!important;
}

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