/* pay panner  */
.s-block.s-block--fixed-banner.wide-placeholder {
  padding: 0 !important;
}
/* بطاقة المنتج */
custom-salla-product-card .s-product-card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*   border:1px solid red; */
  /*   max-height: 70px; */
}
custom-salla-product-card .s-product-card-content .s-product-card-content-main {
  width: 100% !important;
  margin-bottom: 0;
  /*   border:1px solid blue; */
}
custom-salla-product-card
  .s-product-card-content
  .s-product-card-content-sub.justify-center.gap-2 {
  width: unset !important;
  /*   border:1px solid red; */
}
/* add to cart button  */
salla-add-product-button salla-button button:before {
  /*   border-radius: 7px !important; */
  content: '\e901';
  font-family: sallaicons !important;
  width: 20px;
  height: 21px;
}

custom-salla-product-card
  .s-product-card-content
  salla-add-product-button
  button {
  border-radius: 7px !important;
}
custom-salla-product-card
  .s-button-element.s-button-btn.s-button-primary.s-button-wide
  .s-button-text {
  display: none !important;
}

.s-product-card-image img {
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .s-products-slider-card {
    width: 50vw !important;
    /*   border:1px solid red !important;; */
  }
}
/* wish list button */

/* HEADER  */
/* .main-nav-container{
      border:1px solid red;
      background-color:red;
    } */

header {
  /*   border:1px solid red; */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    transparent
  ) !important;
}

@media only screen and (min-width: 768px) {
  header img.logo-light {
    filter: drop-shadow(0px 100px 0 #fff);
    transform: translateY(-100px);
  }
  header img.logo-light {
    width: 150px;
    max-width: unset;
    height: unset !important;
    aspect-ratio: 2.02 !important;
  }
}

div.m.flaifel {
  margin: 0;
  text-align: center;
}

header .bottom-header.opacity-90.bg-white.da-bgm .s-cart-summary-total,
header .bottom-header.opacity-90.bg-white.da-bgm i,
header .bottom-header.opacity-90.bg-white.da-bgm p,
header .bottom-header.opacity-90.bg-white.da-bgm div.currency-btn {
  color: black !important;
}

header .s-cart-summary-total,
header i,
header p,
header div.currency-btn {
  color: white !important;
}
header .fixed-pinned .sicon-menu.text-primary.text-2xl,
header .fixed-pinned .s-cart-summary-total,
header .fixed-pinned i,
header .fixed-pinned p,
header .fixed-pinned div.currency-btn {
  color: black !important;
}

header .navbar-brand.p-1 {
  overflow: hidden !important;
}

header img.logo-light {
  filter: drop-shadow(0px 100px 0 #fff);
  transform: translateY(-100px);
}
header img.logo-light {
  width: 120px;
  max-width: unset;
  height: unset !important;
  aspect-ratio: 2.02 !important;
}
header .fixed-pinned img.logo-light {
  filter: drop-shadow(0px 100px 0 #000);
  transform: translateY(-100px);
}

/* HEADER  */

header #mainnav .inner.bg-white.da-bgm {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    transparent
  ) !important;
}

header #mainnav.fixed-header .inner.bg-white.da-bgm {
  backdrop-filter: blur(40px);
}

/*
     story section 
     */

/* @media only screen and (min-width:768px) { */

.s-block.s-block--stories .story .info {
  display: none !important;
}
.s-block.s-block--stories {
  aspect-ratio: 1920/700;
}

.s-block.s-block--stories div.container .angel-stories .story,
.s-block.s-block--stories div.container .angel-stories,
.s-block.s-block--stories div.container {
  height: 100%;
}

.s-block.s-block--stories div.container .angel-stories .story {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.angel-stories {
  margin-left: auto !important;
  margin-right: auto !important;
  width: max-content !important;
}
@media only screen and (max-width: 768px) {
  .s-block.s-block--stories div.container .angel-stories .story {
    /*   border: 2px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
/* header ad section  */
[class='angel-ad__slider'] {
  display: flex;
  justify-content: center;
}

[class='angel-ad__slider'] .angel-ad__item {
  display: none;
}

[class='angel-ad__slider'] .angel-ad__item:last-child {
  display: block;
  display: flex;
}

[class='angel-ad__slider'] .angel-ad__item:last-child i:before {
  color: #fff !important;
}

/* pintrest icon in footer  */
footer [href="https://pin.it/XayrLZIia"]
{
  padding-right: 5px;
}

/* add dots to footer links */
[class='block mb-5 last:mb-0 text-sm leading-none da-tm hover:text-primary']:before {
  content: '•';
  font-size: 16px;
  vertical-align: sub;
  margin-left: 3px;
  color: #000 !important;
}
salla-trust-badges {
  display: none !important;
}


/* footer .menu-list {
    border:1px solid red;
    width: fit-content;
    margin: auto;
    
  } */
footer .menu-list h3,
footer .menu-list .footer-list a {
  /*   justify-content: start !important;; */
  /*   text-align: start; */
}

/* new edits */
/* header */
header a.navbar-brand {
  /*   border:1px solid red; */
  margin-top: 5px;
  margin-bottom: 5px;
}
header img.logo-light {
  width: 90px;
  height: 29px !important;
}