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

#mainnav{
  background: #ffffff !important;
  box-shadow: unset !important
}

/* Unset Raeed Carousel */

.s-block:nth-of-type(1) {
  margin-top: 0 !important;
}

section.s-block.s-block--photos-slider * {
  margin: 0 !important;
  padding: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Products */

.s-block--best-offers .swiper-wrapper {
    justify-content: center !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
   
    background-color: var(--color-primary)!important;
}

.s-product-card-content-main {
  text-align:center !important
}

.s-slider-block__title {
  display: none;
}

@media (max-width: 600px) {
  .s-products-slider-card {
    width: 60%;
  }
}

/* Center Product Content */
.slider-bannars-moving h2
.s-product-card-content > * {
  text-align: center;
}

.s-product-card-content-sub {
  justify-content: center;
}

body.index .s-button-element:not(.s-product-card-wishlist-btn) {
  background: #AB6A31;
  color: #fff !important;
}

body.index .s-product-card-content-title a {
  color: #AB6A31 !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
  background-color: #AB6A31 !important;
}

.s-product-card-vertical
  .s-product-card-wishlist-btn
  button:hover
  .sicon-heart {
  color: #fff !important;
}

/* Last Banner Padding */

.s-block--fixed-banner:nth-of-type(6) {
  padding: 1rem 8rem !important;
}

@media (max-width: 1200px) {
  .s-block--fixed-banner:nth-of-type(6) {
    padding: 1rem 2rem !important;
  }
}

/* Transparent Banner */


/* Footer */

.store-footer__inner {
  background-color: #E5B182!important;
}
@media (min-width: 992px) {
  footer img[alt="Logo"] {
    grid-column: span 2 / span 2;
  }

}
.s-contacts-icon {
  border-color: var(--primary-clr);
}

@media (max-width: 769px) {
  footer * {
    margin: 0 auto;
    text-align: center;
  }
}



/* Edits */
.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/AzZPBd/2GdJB85BVDHVw76dgwtllubooEm1731FWrSvb3PW.png);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    bottom: 0;
    left: 0;
    right: 0;
}
@keyframes logobg {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}

/* Heart Icon */
.sicon-heart {
    color: #fff;
}

/* Comments BG */
.s-comments.s-comments-product {
    background-color: transparent;
}

/* Offers products */
.s-block--features-products .inner .grid .s-product-card-entry {
    grid-column: 1/3;
    width: 100%;
}
@media (min-width: 992px) {
    .s-block--features-products .inner .grid .s-product-card-entry {
        width: 50%;
        margin: auto;
    }
}


/* Footer LOGO */
.footer-logo-img {
    width: 80px;
    height: 132.8px;
}