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

.top-navbar .s-search-input {
    background-color: #fff;
}

.s-user-menu-trigger {
    background-color: transparent;
}

.s-block--photos-slider {
    transition: all 0.4s;
}

.main-nav-container {
    min-height: 0;
}

.top-navbar,
#mainnav,
.inner,
.sub-menu {
    background:#031c19 !important;
}

#mainnav,
#mainnav i:before,
#mainnav b {
    color: #fff !important;
}
.s-user-menu-login-btn svg{
  fill:#fff
}

.s-user-menu-login-btn {
    border-width: 0px;
}

#mainnav a:hover {
    color: #fff !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}



.navbar-brand img {
  max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 70px;
}
/* Navbar */

/* Floating Navbar */
@media (min-width: 1024px) {
  a.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Carousel */

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

.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}

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

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

/* Categories */

.s-block__title {
  justify-content: center;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0 !important;
}
.s-block__title h2 {
  font-size: 2rem;
  color: ##272724;
  text-align: center;
}
.s-block__title h2:after {
  display: block;
  content: "منتجات عناية ومكياج تناسب كل يوم وكل مناسبة";
  color: #C49D63 ;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 400 !important;
}

.s-block--banners .grid {
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
  height: 400px;
}
@media (max-width: 992px) {
  .s-block--banners .banner-entry {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 180px;
  }
  .s-block__title h2 {
    font-size: 1.2rem;
  }
  .s-block__title h2:after {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
  background-color: transparent !important;
}

/* Products */

.s-product-card-entry {
  background-color: transparent !important;
  border-radius: 0.5rem !important;
}
.s-product-card-image {
  background-color: transparent !important;
}
.s-product-card-entry:hover img {
  scale: 1.2;
}
.s-product-card-entry img {
  transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
  text-align: center !important;
}
.s-product-card-content-sub {
  justify-content: center;
}
.s-product-card-content-title a {
  color: #000 !important;
}
body:not(body.product-single)
  .s-button-element:not(.s-product-card-wishlist-btn) {
  background: var(--color-primary);
  color: #fff !important;
  border-radius: 0.5rem;
  border-color: var(--color-primary);
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
  background-color: var(--color-primary) !important;
}
.s-product-card-vertical
  .s-product-card-wishlist-btn
  button:hover
  .sicon-heart {
  color: #fff !important;
}
@media (max-width: 600px) {
  .s-products-slider-card {
    width: 55%;
  }
}

.store-footer,
.store-footer__inner {
  background-color: #282624 !important;
}


footer a.flex.items-center.m-0 h3 {
  font-size: 0 !important;
}

footer a.flex.items-center.m-0 h3:before {
  content: url(https://i.ibb.co/xqQWL7Ft/Untitled-2-1-2.png);
}
@media(max-width:768px){
footer .items-center,
footer .flex{
    justify-content: center;
}
.store-footer h3,
footer p {
  text-align: center
}
footer div.grid {
    justify-items: center;
}
.s-menu-footer-list {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
}



salla-trust-badges {
    opacity:0;
  display: none;
  visibillity:hidden
}


/* Hover Effect */

.banner-entry > div {
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.3s;
}

.banner-entry > div:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.banner-entry > div:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.banner-entry > div:active:after {
  opacity: 0;
}

.banner-entry > div:not(:hover) {
  transform: scale(0.95);
}


.s-trust-badges-image ,.s-trust-badges-label ,.s-trust-badges-content {
    display: none;
}

.s-contacts-list #contact-slot:nth-child(2){
    display:none
}