/* header  */
/* white icons */
header .s-cart-summary-total,
header [class='da-tm hidden text-xl md:block ms-1'],
header i::before {
  color: white;
}

header .bottom-header .s-cart-summary-total,
header .bottom-header [class='da-tm hidden text-xl md:block ms-1'],
header .bottom-header i::before {
  color: black;
}

header #mainnav.fixed-pinned .s-cart-summary-total,
header #mainnav.fixed-pinned [class='da-tm hidden text-xl md:block ms-1'],
header #mainnav.fixed-pinned i::before {
  color: black;
}

header #mainnav.fixed-pinned img {
  filter: drop-shadow(0px 300px 0 black) !important;
  transform: translateY(-300px) !important;
}

/* product card */
.s-product-card-image img {
  border-radius: 15px;
}
.s-product-card-content {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 !important;
}
.s-product-card-content .s-product-card-content-main {
  margin-top: 7px;
}
.s-product-card-content
  [class='s-product-card-content-sub justify-center gap-2 '] {
  width: fit-content;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  display: flex;
  justify-content: flex-start !important;
}
.s-product-card-content
  [class='s-product-card-content-sub justify-center gap-2 ']
  span {
  font-size: 12px;
}
.s-product-card-content [class='s-product-card-content-footer rounded-none'] {
  width: 20%;
}
.s-product-card-content .s-product-card-content-footer .w-full .s-button-text {
  font-size: 0 !important;
}

/* wish list button */
.s-product-card-content
  .s-product-card-content-footer
  .w-full
  .s-button-element
  i.sicon-cart2 {
  margin-right: 4px;
}
.s-product-card-content
  .s-product-card-content-footer
  .w-full
  .s-button-element {
  width: 30px !important;
  border-radius: 10px !important;
}
[class='s-product-card-content'] {
  overflow: visible !important;
}
div.m.flaifel {
  margin: 0 !important;
}
.s-product-card-content-main {
  width: 100%;
}
.s-product-card-content-footer.rounded-xl salla-add-product-button {
  order: 1;
}

/* malak features */
.s-block.s-block--features.angel-features {
  background-color: transparent !important;
}

/* footer  */
footer [class='logo-light foo'] {
  filter: drop-shadow(0px 1000px 0 black) !important;
  transform: translateY(-1000px) !important;
}
/* hide all element */
[class="custom-view-details-button"],
#gcw_siteF4aCeR1XG,
[href="https://freecurrencyrates.com/en/"],
.gcw_mainF4aCeR1XG,
#gcw_mainF4aCeR1XG {
  display: none !important;
}

/* fix blank height uunder footer  */
[class='testimonials-trigger-container'] {
  display: none;
}