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


/*Nav*/
#mainnav .inner {
  background-color:#FF3EBB !important;
}

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

.mm-spn--open li a {
  color: #fff !important;
}

.mm-spn--open li a:hover {
  color: #ffe !important;
}

.sub-menu {
  color: #FF3EBB;
}

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

.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}

.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color:#FF3EBB;
}

@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }

  .mm-spn--open li,
  .mm-spn--open li a {
    color: #FF3EBB !important;
  }

  .mm-spn--open li:hover,
  .mm-spn--open li a:hover {
    color: #FF3EBB !important;
  }

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

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

/*Tittle*/
.s-slider-block__title-left{
  display:none; 
}

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

.s-slider-block__title h2 {
  margin: 20px 0 10px; 
  position: relative;
  font-size: 24px;
  color:#ff3ebb !important;
}

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

/*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;
}

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


/*Footer*/

footer {
  background-color: #FF3EBB !important;
}
.store-footer__inner {
  background-image: url(https://i.postimg.cc/FRt2dG4W/da205e2f-5919-46fa-835e-bf659655cc53-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  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/bRdYwj/SHhGyUE1iLuWcWrVUBDTIL0MX7bEvmPBguOkneuN.jpg");
  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: #fff;
}
::-webkit-scrollbar-thumb {
  background: #FF3EBB;
}