/* ### Font ### */
@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");
@import url("https://kit-free.fontawesome.com/releases/latest/css/free.min.css");
@import url("https://fonts.googleapis.com/css2?family=Almarai@300;400;500;600;700;900&display=swap");

/* new #000000   old #000000 */
@font-face {
  font-family: "Greta Arabic";
  src: url("https://db.onlinewebfonts.com/t/baa70daa7f7143faee9c6c4a07270569.eot");
  src: url("https://db.onlinewebfonts.com/t/baa70daa7f7143faee9c6c4a07270569.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/baa70daa7f7143faee9c6c4a07270569.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/baa70daa7f7143faee9c6c4a07270569.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/baa70daa7f7143faee9c6c4a07270569.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/baa70daa7f7143faee9c6c4a07270569.svg#Greta Arabic")
      format("svg");
}
body,
*:not(i) {
  font-family: "Greta Arabic", "Almarai", sans-serif !important;
}
@font-face {
  font-family: "Palatino";
  src: url("https://db.onlinewebfonts.com/t/1ee3df488c48f3e9f92a3e961449c621.eot");
  src: url("https://db.onlinewebfonts.com/t/1ee3df488c48f3e9f92a3e961449c621.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1ee3df488c48f3e9f92a3e961449c621.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/1ee3df488c48f3e9f92a3e961449c621.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/1ee3df488c48f3e9f92a3e961449c621.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/1ee3df488c48f3e9f92a3e961449c621.svg#Palatino")
      format("svg");
}
[lang="en"] body,
[lang="en"] *:not(i) {
  font-family: "Palatino", "Almarai", sans-serif !important;
}
body {
  background-color: #fff !important;
  overflow-x: hidden;
  max-width: 100%;
}

.index section,
.app-inner,
.content--single-page {
  background-color: transparent !important;
}

/* ### Header ### */
.top-navbar,
.main-nav-container,
.mm-spn.mm-spn--light {
  background-color: #fff !important;
  color: #367d7a;
}

#mainnav,
.store-header {
  height: auto !important;
  min-height: auto;
}
/* Links */
.main-menu-row,
.main-menu .sub-menu {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #367d7a !important;
}
.main-menu li.root-level > a {
  padding: 8px 12px !important;
  margin-bottom: 10px !important;
  position: relative;
  border: 1px solid transparent !important;
  border-radius: 4px;
}
.main-menu li.root-level > a:hover {
  color: #367d7a !important;
  border: 1px solid #367d7a !important;
}
.main-menu li > a {
  padding: 0.7rem 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 1rem !important;
  border-bottom: none !important;
}
.mm-spn li:after {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-menu li,
  .mobile-menu li a {
    color: #367d7a !important;
    font-weight: bold !important;
    font-size: 1.15rem !important;
  }
  .mobile-menu ul li ul li,
  .mobile-menu ul li ul a {
    color: #367d7a !important;
  }
  .mm-spn ul.main-menu li:before {
    color: #367d7a !important;
    opacity: 1 !important;
  }
}
@media (min-width: 1024px) {
  .main-menu {
    padding-top: 1rem;
  }
  .main-menu-row .main-menu li.root-level > a {
    background: #fff;
    padding: 0.5rem !important;
    margin: 0 1rem 0.5rem !important;
    border-radius: 0 !important;
    border: none !important;
  }
  .side-links {
    display: none !important;
  }
}
body .top-navbar {
  min-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
/* الإعلان الترويجي أعلى الصفحة  */
.promotion-banner ul {
  justify-content: center !important;
}
.promotion-banner ul li {
  animation-play-state: paused !important;
  display: none !important;
}
.promotion-banner ul li:first-child {
  display: block !important;
}
/* cart */
.s-cart-summary-content {
  display: none !important;
}
.s-cart-summary-wrapper .s-cart-summary-count {
  top: 1px !important;
  height: 1rem !important;
  width: 1rem !important;
}
[dir="rtl"] .s-cart-summary-wrapper .s-cart-summary-count {
  left: auto !important;
  right: 0 !important;
}
[dir="ltr"] .s-cart-summary-wrapper .s-cart-summary-count {
  left: 0 !important;
  right: auto !important;
}
.s-product-options-wrapper,
.s-quantity-input-input,
.s-quantity-input-button svg {
  background-color: transparent !important;
}
[dir="rtl"] header button[onclick*="search::open"],
[dir="rtl"] header salla-cart-summary {
  margin-right: 4px !important;
  margin-left: unset !important;
}
[dir="ltr"] header button[onclick*="search::open"],
[dir="ltr"] header salla-cart-summary {
  margin-right: unset !important;
  margin-left: 4px !important;
}

/* logo */
.navbar-brand img {
  max-height: 5rem;
  height: 5rem !important;
  transform: scale(1.5) !important;
  overflow: hidden !important;
}
@media (max-width: 650px) {
  .navbar-brand img {
    max-height: 4rem;
    height: 4rem !important;
  }
}
@media (max-width: 370px) {
  .navbar-brand img {
    max-height: 3.4rem;
  }
  .main-nav-container .container {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/* update header icons */
.header-btn__icon {
  width: auto !important;
  height: auto !important;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0 1px !important;
}
/* .header-btn__icon:hover {
    border: 1px solid #CA1619;
} */
.header-btn__icon.sicon-search:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/c7LPcMqW3z2KA9C1y7iI6zbLTVXO1lGomo5HxCoM.png");
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5px;
}
.header-btn__icon.sicon-cart:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/NuWMviLck5eLCUkz0Zz7IScsjC49oQeZAIAuvOuW.png");
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header-btn__icon.sicon-user:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/mLewV9Wbllo3bb65FxrofUsb4vWkYniVnuc5zgSH.png");
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5px;
}
header .sicon-menu {
  font-size: 26px !important;
}

/* sidebar */
.mobile-menu {
  background-color: #fff !important;
}
.mobile-menu li img {
  border-radius: 0 !important;
  width: 28px !important;
  height: auto !important;
}
/* .mm-spn.mm-spn--navbar:after {
  visibility: hidden !important;
} */

.mobile-menu .sicon-cancel:before {
  background-color: transparent !important;
  color: #367d7a !important;
  border: 1px solid #367d7a;
  border-radius: 50% !important;
  left: 3rem !important;
  top: 1rem !important;
  z-index: 555;
  font-size: 20px;
  padding: 4px;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  content: "";
  height: 3.5rem !important;
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: url("https://cdn.salla.sa/form-builder/hE9eAZeOV60rCYzjfzz8VljvIaBZQrBL2h1lf7Mq.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.8rem;
  background-position: right;
}
[dir="ltr"] .mm-spn.mm-spn--navbar.mm-spn--main:after {
  background-position: left;
}
.mm-spn ul.mm-spn--open {
  top: 5rem !important;
}
html:has(.s-modal-body) .mm-ocd {
  z-index: 99;
}
.mm-ocd__backdrop {
  z-index: 999;
}
/* ### Banners ### */
.s-block--fixed-banner img,
.s-block--about img {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0;
}
.index section:nth-of-type(1) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .s-block--fixed-banner {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 1rem !important;
  }
  .s-block--fixed-banner {
    margin-top: 0 !important;
  }
}
/* lists */
.s-products-list-vertical-cards {
  gap: 0 !important;
}
.s-block.container.fixed-products {
  padding: 0 !important;
}
.home-block-title h2 {
  font-size: 1.8rem !important;
  padding: 0 10px !important;
  line-height: 1.5;
}
.home-block-title p {
  font-size: 1.4rem !important;
  padding: 0 10px !important;
}

@media (max-width: 767px) {
  .home-block-title h2 {
    font-size: 1.3rem !important;
  }
  .home-block-title p {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 460px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
    gap: 10px;
  }
}

/* Dots */
.swiper .swiper-pagination-bullet {
  opacity: 0.3 !important;
  background-color: #000 !important;
  width: 2rem !important;
  height: 2px !important;
  margin: 0 !important;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #000 !important;
  opacity: 1 !important;
}
.swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.25rem;
}
.swiper.swiper-horizontal {
  padding-bottom: 1.25rem;
  padding-bottom: 0 !important;
}

.enhanced-title-border {
  display: none !important;
}

/* show more  */
.index .btn--outline-primary {
  border-radius: 2px !important;
  border: 1px solid #000 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin: 0 auto 1rem !important;
  font-weight: 400 !important;
}
.index .s-block .btn--outline-primary {
  padding: 0.5rem 2.5rem !important;
  height: 36px !important;
}
.s-block .btn--outline-primary .sicon-keyboard_arrow_left {
  display: none !important;
}

/* ###  Categories ### */
.s-block--square-links .swiper.swiper-horizontal {
  padding: 0 !important;
  max-width: unset !important;
}
.s-block--square-links .container {
  padding: 0 !important;
}

.s-block--square-links .swiper-slide {
  padding: 5pxx 10px !important;
  max-width: 350px !important;
}
.s-block--square-links > div {
  padding: 0 !important;
}
.s-block--square-links .swiper-slide:hover img {
  transform: scale(1.015) !important;
}
.s-block--square-links > div img {
  object-fit: cover !important;
  height: auto !important;
  aspect-ratio: unset;
  max-height: 305px !important;
}
.s-block--square-links .swiper-slide h3 {
  font-size: 1.6rem;
  line-height: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .s-block--square-links .swiper-slide {
    max-width: 80% !important;
  }
  .s-block--square-links .swiper-slide h3 {
    font-size: 1.35rem;
  }
}
/* ###  Product Card ### */
.product-card {
  border-radius: 0 !important;
  background-color: #fff !important;
  border: none !important;
  color: #000 !important;
}
.product-card__image {
  background-color: transparent !important;
  height: auto !important;
  max-height: 22rem !important;
}
.product-card__image img {
  border-radius: 0 !important;
  object-fit: cover !important;
}
.product-card__content {
  padding-top: 6px !important;
}
.product-card__title a {
  font-weight: 500 !important;
  color: #1a1b1f !important;
  font-size: 1.2rem !important;
  margin-bottom: 5px !important;
}
.product-card__subtitle {
  margin-bottom: 4px !important;
  font-size: 1rem !important;
  color: #585a64;
  text-align: start !important;
}
.product-card__title a,
.product-card__price {
  justify-content: flex-start !important;
  text-align: start !important;
}
.product-card__price .total-price {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #7a7d8b !important;
}
.product-card span.before-price {
  color: #e32d2d !important;
}
.product-card__enhanced-mini-cart button.s-button-element .s-button-text span {
  margin: auto !important;
}
.product-card .product-card__promotion {
  top: 10px !important;
  bottom: unset !important;
  left: unset !important;
  right: 0 !important;
}
/* hide btns fron card */
.product-card .out-of-stock,
.product-card .product-card__buttons,
.product-card .product-card__enhanced-mini-cart {
  display: none !important;
}

/* ###  Category Page ### */
.product-index:has(#product-filter) .container .flex.mt-6 {
  margin-top: 10px !important;
}
.product-index:has(#product-filter) .container.flex-col:has(h1) {
  padding: 0 !important;
}
.product-index h1 {
  padding: 0 10px;
}
.products-index .s-block--fixed-banner {
  margin-top: 0 !important;
}
.products-index .s-block--fixed-banner img {
  max-height: 644px !important;
}
.product-index:has(#product-filter) > .cat-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header {
  background-color: #fff !important;
  color: #000 !important;
  justify-content: flex-start !important;
  padding: 0 5px !important;
  height: auto !important;
}
.page-header .breadcrumbs {
  padding: 1rem 0 0 !important;
}
.breadcrumbs * {
  color: #367d7a !important;
  font-weight: 400 !important;
}
.breadcrumbs a {
  color: rgba(54, 125, 122, 0.51) !important;
}
.product-index .breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.product-index #product-filter {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
  border-color: #000 !important;
}

/* cart & blog */
.cart .sicon-shopping-bag {
  background-color: transparent !important;
  border: 1px solid #418582;
}
.cart .sicon-shopping-bag:before {
  color: #418582 !important;
}
.page-single .s-comments-page {
  display: none !important;
}

/* Blog Page */
.page-single .breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content--single-page {
  margin-top: 1rem !important;
}
#blog-home-slider {
  display: none !important;
}
.blog-index .post-entry > div > div {
  display: none !important;
}
.blog-index .post-entry {
  background-color: transparent;
  border-bottom: 1px solid rgba(152, 183, 211, 0.16);
  border-radius: 0;
}
.page-single .content-entry + salla-comments {
  display: none !important;
}

/* Content Page */
.content-entry {
  padding-bottom: 2rem;
  font-size: 1.2rem;
}
.content-entry p:has(img) {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .content-entry {
    font-size: 1rem;
  }
  body .content-entry img {
    max-width: 100% !important;
    margin: auto;
  }
}
/* ###  Product Page ### */
.product-single__info h1,
.product-single__info h2,
.product-single__info h1 ~ div.flex {
  text-align: start !important;
  color: #000;
  justify-content: flex-start !important;
  font-weight: 700 !important;
}
.product-single__info small {
  text-align: start !important;
}
salla-rating-stars {
  text-align: flex-star !important;
  display: block;
}
.product-single__slider {
  padding: 0 !important;
}

.product-form > section.bg-storeBG.p-5.rounded-md.mb-5:first-of-type {
  display: none !important;
}
.s-product-options-wrapper {
  padding: 0 !important;
  border-radius: 0 !important;
}

.product-single .product-single__info button.s-social-share-btn,
.product-single .product-single__info button.btn--wishlist {
  background-color: transparent !important;
  font-size: 1.5rem !important;
  padding: 0 !important;
}
.s-social-share-btn span svg {
  height: 1.4rem !important;
  width: 1.4rem !important;
}
/* update share icon place */
.product-single__info > div:has(.btn--wishlist) {
  padding-top: 0 !important;
  margin-bottom: 1rem !important;
  position: absolute;
  left: 5px;
}
[dir="ltr"] .product-single__info > div:has(.btn--wishlist) {
  left: auto;
  right: 5px;
}
.product-single__info > div:has(.btn--wishlist) .s-button-icon {
  width: 2rem !important;
  height: 2rem !important;
}
.product-single__info button.s-social-share-btn span,
.product-single__info button.btn--wishlist {
  font-size: 1.2rem !important;
}
.product-single__info .btn--wishlist {
  margin: 0 !important;
}
.product-single__info {
  margin-top: 0 !important;
}
[dir="rtl"] .product-single__info h1 {
  padding-left: 74px !important;
}
[dir="ltr"] .product-single__info h1 {
  padding-right: 74px !important;
}

/* options */
.s-product-options-wrapper,
salla-product-options .s-form-control,
.product-form > div.bg-storeBG.p-5,
.product-form .s-quantity-input-input,
.product-form .s-quantity-input-button svg {
  background-color: transparent !important;
  color: #000 !important;
}

salla-installment > div,
#tabbyPromo > [class*="styles__tabby"],
.tamara-product-widget {
  /* background-color: #e6dfdc !important; */
  border-radius: 12px !important;
  border-color: #e6dfdc !important;
}

/* images */
.product-single__main-media .details-slider {
  height: auto !important;
}
.product-single__main-media
  salla-slider.details-slider
  .s-slider-container
  .swiper-slide.swiper-slide-active {
  border-radius: 0;
  padding: 0 !important;
}
.product-single__main-media .details-slider a img {
  border-radius: 0;
}
.product-single__main-media .details-slider .s-slider-container {
  background-color: transparent !important;
}
.product-single__main-media .details-slider .s-slider-thumbs .swiper-slide {
  height: 4rem !important;
  width: 4rem !important;
  border-radius: 4px !important;
}
.product-single__main-media .s-slider-thumbs .swiper-slide:after {
  border-radius: 4px !important;
}
.product-single__main-media .s-slider-thumbs .swiper-slide:after {
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
.product-single__main-media .s-slider-thumbs .swiper-slide-thumb-active:after {
  border: 1px solid #1b2021 !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .product-single
    .product-single__main-media
    .s-slider-vertical
    .s-slider-thumbs-container {
    transform: none !important;
  }
}

.product-single .breadcrumbs {
  padding: 0.75rem 0 !important;
}

/* btns */
.product-single__inner .s-quantity-input-container {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.s-add-product-button-with-quick-buy .s-button-wrap {
  display: flex !important;
  width: auto !important;
}
.s-add-product-button-with-quick-buy,
.s-add-product-button-with-quick-buy .s-add-product-button-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
}
.product-single .s-add-product-button-with-quick-buy .s-button-btn {
  background-color: #fff !important;
  border-color: #000;
  width: auto !important;
  color: #000;
  border-radius: 0 !important;
  padding: 11px 1rem 11px 0.8rem !important;
}
.product-single
  .sticky-product-bar
  salla-add-product-button
  salla-button
  .s-button-btn {
  max-height: 46px !important;
}

.s-mini-checkout {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.s-mini-checkout .s-add-product-button-mini-checkout-content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 0 5px !important;
  height: 40px !important;
  font-size: 13px !important;
  max-width: 100% !important;
  white-space: nowrap;
}
.s-mini-checkout .s-add-product-button-mini-checkout-content svg {
  fill: currentcolor !important;
  margin: 0 4px !important;
  width: 1.4rem !important;
}
.product-single .sticky-product-bar {
  padding: 10px !important;
}
/* in one line */
/* .sticky-product-bar {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sticky-product-bar .s-add-product-button-with-quick-buy {
  margin-top: 0 !important;
}
.sticky-product-bar .sticky-product-bar__quantity {
  margin-bottom: 0 !important;
}.sticky-product-bar .sticky-product-bar__quantity label {
  display: none !important;
} */

/* زر الإضافة للسلة */
.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text {
  font-size: 13px !important;
}
.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .sicon-shopping {
  display: none !important;
}
.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/N1oS0obdrzQTvnLDew4l35zqb3DJ3TvA8haGIVGe.png");
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px;
  display: none;
}
.product-single
  .s-add-product-button-with-quick-buy
  .s-button-btn
  .s-button-text {
  display: flex !important;
}
/* images to dots */
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.4rem !important;
  z-index: 99;
}
.product-single .swiper-pagination {
  text-align: center !important;
  margin-left: 0 !important;
}

/* share btn */
.s-social-share-btn .s-button-text span svg {
  display: none;
}
.s-social-share-btn .s-button-text > span:after {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/of2vLJvURttbucsbz1uxQADYyROkJRxR2Dj7RLoR.png");
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[dir="rtl"] img[src*="Amj1HwdRfjnFUkJQwWEuTHz2dWLCjiLMe6VJnbqw"] {
  transform: rotate(180deg);
}
/* related */
.product-single .s-slider-block__title {
  margin-bottom: 0 !important;
  border: none;
}
.product-single .s-slider-block__title h2 {
  font-weight: 700 !important;
}
.product-single .s-slider-block__title > div {
  border-bottom: none !important;
}
/* comments */
.s-comments-item {
  text-align: start;
  border-radius: 0;
  border-bottom: 1px solid #e5e5eb !important;
  padding-top: 10px;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.s-comments-item-user-wrapper {
  justify-content: flex-star;
}
.s-comments-item .s-comments-flex,
.s-comments-item-avatar {
  display: none !important;
}
.s-comments-item-stars {
  margin: 0.25rem auto;
}
.s-comments-item-content {
  padding-bottom: 2.2rem;
}
.s-comments-item-timestamp {
  position: absolute;
  left: 12px;
  bottom: 10px;
}
.s-comments-item salla-rating-stars {
  text-align: start !important;
}
.s-comments-item .s-rating-stars-mini svg {
  height: 1.1rem;
  width: 1.1rem;
}
#comments-filter {
  background-color: transparent;
  border-color: transparent;
}
.s-comments-product textarea {
  background-color: transparent;
}

#reviews .s-infinite-scroll-wrapper .s-button-primary {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
  font-size: 0.9rem;
  border-radius: 0 !important;
  min-width: 200px;
  padding: 12px 10px 10px !important;
}
#reviews .s-infinite-scroll-wrapper .s-button-primary .s-button-text:after {
  display: none;
}
/* ###  Testimonials ### */
.s-block--testimonials {
  background-color: transparent !important;
  --faq-bg: none !important;
}
.s-block--testimonials .s-slider-block__title,
.s-block--testimonials .s-slider-block__title * {
  justify-content: center;
  padding: 0 !important;
}
.s-block--testimonials .swiper-slide > div {
  background-color: rgba(238, 243, 248, 0.32) !important;

  background-color: transparent !important;
  color: #000 !important;
  border-radius: 4px;
  padding: 1rem 1.4rem 2rem !important;
  position: relative;
  box-shadow: none;
  border: 1px solid #000 !important;
  display: flex;
  flex-direction: column-reverse;
}
.s-block--testimonials .sicon-quote-open,
.s-block--testimonials header img {
  display: none;
}
.s-block--testimonials p {
  background: transparent;
  padding: 0 !important;
  order: 2;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.s-block--testimonials .mb-4.inline-block {
  position: absolute !important;
  left: 1rem !important;
  top: 1rem !important;
}
.s-block--testimonials .mt-auto,
.s-block--testimonials header {
  margin-top: 0 !important;
}
.s-block--testimonials header h4 {
  margin: 5px 0 !important;
  padding: 0 !important;
}
.testimonials-slider .testimonial__inner {
  gap: 0.5rem !important;
}
.s-rating-stars-selected {
  fill: #000;
}
.s-block--testimonials img.object-cover,
.s-block--testimonials header {
  display: none !important;
}

/* ###  footer ### */
.store-footer,
.store-footer .store-footer__inner,
.store-footer .store-footer__contacts-row,
.store-footer .footer-bottom {
  background-color: #367d7a !important;
  color: #fff !important;
  border: none !important;
  padding-top: 0;
}
.store-footer .store-footer__contacts-row {
  padding-bottom: 8px !important;
}
.store-footer .store-footer__inner {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.store-footer a img.img-fluid {
  margin: 0 0 1rem !important;
  height: 5rem !important;
  transform: scale(1.5);
  overflow: hidden;
  filter: brightness(100) !important;
}
.store-footer a + p {
  max-width: 100% !important;
  text-align: center;
  margin: 0.5rem auto 1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.store-footer h3,
.store-footer p {
  border: none !important;
  text-align: start !important;
}
.store-footer__contacts-row a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}
.store-footer__contacts-row a:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.store-footer__contacts-row .unicode {
  display: none !important;
}
.store-footer__contacts-row a i {
  margin: 0 !important;
  font-size: 1.25rem !important;
}

.store-footer .social-link {
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}
.store-footer__contacts-row > div {
  gap: 8px !important;
}
.store-footer ul:has(.social-link) {
  gap: 8px !important;
  margin-top: 12px;
}
.store-footer .social-link:hover {
  border-color: #fff !important;
  opacity: 0.75 !important;
}
.store-footer .social-link {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.store-footer .social-link i {
  font-size: 1.4rem;
}
.store-footer .footer-bottom {
  background-color: #367d7a !important;
  color: #fff !important;
}

.footer-bottom ul li {
  background-color: #fff !important;
  border: none !important;
}
.store-footer .footer-rights p {
  color: #fff !important;
  opacity: 0.9 !important;
}
.footer-list a,
.footer-user-menu .s-user-menu-dropdown-item a {
  font-size: 16px !important;
  text-align: start;
  line-height: 1.4;
}
.store-footer .footer-list a:hover,
.store-footer .footer-rights a:hover {
  opacity: 1 !important;
  color: #000;
  text-decoration: underline;
}
.store-footer h3,
.store-footer h3:after {
  font-size: 1.15rem !important;
}
/* Lang btn in footer */
/* [onclick*="calization::open"] {
  padding: 4px 1rem;
}
[onclick*="calization::open"] .sicon-keyboard_arrow_down:before {
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
[dir="ltr"] [onclick*="calization::open"] .sicon-keyboard_arrow_down:before {
  margin-right: 0;
  margin-left: 1.5rem;
}
 */
[onclick*="calization::open"] {
  color: #fff !important;
  flex-grow: 0 !important;
}
[onclick*="calization::open"] .sicon-keyboard_arrow_down:before {
  font-size: 24px !important;
}
[onclick*="calization::open"] span.shrink-0 {
  font-size: 0 !important;
  margin-bottom: -5px;
  padding: 0 10px;
}
[onclick*="calization::open"] span.shrink-0:after {
  content: "AR";
  font-weight: 400;
  font-size: 16px !important;
  margin: 0 10px;
}
[lang="en"] [onclick*="calization::open"] span.shrink-0:after {
  content: "EN";
}
.store-footer [onclick*="calization::open"] {
  border: 1px solid #eee !important;
  padding: 4px !important;
}

/* earth icon */
[onclick*="calization::open"] .sicon-earth:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/fmDb4wpeslVSQYZTQfrH9mFFT1CmY1ejEqjbjkMi.png");
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  display: none;
}
/* KSA flag */
[onclick*="calization::open"] span.shrink-0:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/RWeJ0GzKEvW4N34omUIryeJdNPpgdI8nFD7DZ358.png");
  width: 24px !important;
  height: 20px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-bottom: -4px;
}
/* En flag */
[lang="en"] [onclick*="calization::open"] span.shrink-0:before {
  background-image: url("https://cdn.salla.sa/form-builder/kGs8amtinFuXJHPNoi0nctnu33MqROWV1hSNuHFL.png");
  margin-bottom: -4px;
}
body .top-navbar,
.main-nav-container .menu-label {
  display: none !important;
}
.main-nav-container [onclick*="calization::open"] {
  display: flex !important;
}
@media (max-width: 1024px) {
  .mm-spn [onclick*="calization::open"] span {
    padding: 0 !important;
  }
  .mm-spn [onclick*="calization::open"] {
    display: flex !important;
    justify-content: flex-start;
    margin: 1rem;
    border: 1px solid #dfdfdf;
    padding: 8px 4px !important;
    width: auto;
    color: #7a7d8b !important;
  }

  .store-footer__contacts-row > div,
  .store-footer ul:has(.social-link) {
    padding: 12px 1rem 0;
  }
}
/* .store-footer__newsletter  */
footer.store-footer {
  padding-top: 2.5rem !important;
  margin-top: 2rem !important;
}
.store-footer .store-footer__newsletter {
  background-color: #367d7a !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem 1rem 2rem !important;
}
.store-footer .store-footer__newsletter h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 1rem;
  text-align: start;
}
.store-footer .store-footer__newsletter h2:after {
  content: "إنضمي لعائلة جِيد";
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  text-align: start;
  margin-bottom: 1rem;
}
[lang="en"] .store-footer .store-footer__newsletter h2:after {
  content: "Join the JEED family";
}
.store-footer__newsletter form {
  gap: 1rem !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.store-footer__newsletter form > * {
  width: 100%;
  margin: 0 !important;
}
.store-footer__newsletter .container {
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.store-footer .store-footer__newsletter input {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  min-width: 180px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  height: 45px !important;
}
.store-footer .store-footer__newsletter input::placeholder {
  color: #fff !important;
}
.store-footer__newsletter button {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
  color: #367d7a !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 20px !important;
  margin: 0 !important;
}
.store-footer .store-footer__newsletter button {
  font-size: 0 !important;
  height: 45px !important;
  padding: 0.5rem 1rem !important;
}
.store-footer .store-footer__newsletter button:after {
  content: "اشترك";
  font-size: 1rem;
  font-weight: 500;
}
[lang="en"] .store-footer .store-footer__newsletter button:after {
  content: "Subscribe";
  font-size: 1rem;
}
/* .store-footer__newsletter form > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
} */
@media (max-width: 1024px) {
  footer.store-footer {
    padding-top: 0.5rem !important;
    margin-top: 1.5rem !important;
  }
  .store-footer a img.img-fluid {
    height: 3rem !important;
    margin: 0 0 1rem !important;
  }
  .store-footer a,
  .store-footer div.enhanced_rounded_contacts,
  .store-footer ul.rounded_contacts,
  .store-footer div,
  .footer-list a,
  .footer-user-menu li,
  .footer-user-menu a,
  .store-footer ul:has(.social-link),
  .store-footer__contacts-row > div,
  .footer-bottom ul {
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .store-footer h3 {
    text-align: start;
  }
}

@media (max-width: 767px) {
  .store-footer .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .store-footer .store-footer__newsletter,
  .store-footer .store-footer__newsletter .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .store-footer a img.img-fluid {
    height: 4.7rem !important;
    margin: 0 0 1rem !important;
  }
  .store-footer .grid-cols-2 {
    grid-template-columns: 1fr !important;
  }
  .store-footer .grid-cols-2 > div {
    grid-column: 1;
    text-align: flex-start;
    justify-content: start;
  }
  .footer-description,
  .footer-description p,
  .footer-description + p,
  .store-footer div {
    justify-content: flex-start !important;
    text-align: start;
  }
  .store-footer h3 {
    text-align: start;
  }
  .store-footer .gap-4 {
    gap: 0.5rem;
  }

  .product-card__title a {
    font-size: 16px !important;
  }
  .footer-list a,
  .footer-user-menu .s-user-menu-dropdown-item a {
    font-size: 16px !important;
    text-align: center;
    line-height: 1.4;
  }
  .store-footer .store-footer__newsletter button:after {
    font-size: 15px;
  }
  .store-footer__newsletter form {
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .product-single .s-slider-block__title {
    padding: 0 !important;
    justify-content: center !important;
  }
  .product-single .s-slider-block__title h2 {
    padding: 0 !important;
    text-align: center !important;
  }
}

/* ### Home FAQs ### */
.faqs-div {
  margin: 40px auto;
  width: 70%;
  max-width: 1280px;
}
.faqs-div h3,
.faqs-div h5 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.faqs-div h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
/* accordion */
button.accordion {
  padding-left: 2rem !important;
  margin-bottom: 0;
  width: 100%;
  background: #367d7a;
  color: #fff;
  border: none;
  outline: none;
  text-align: start;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin-top: 15px;
  border-radius: 0;
}
html[lang="en"] button.accordion {
  padding-left: 1rem !important;
  padding-right: 2rem !important;
}

button.accordion:after {
  font-family: "Font Awesome 5 Pro";
  content: "\2b" !important;
  font-size: 22px;
  float: left;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  color: #fff;
}

html[lang="en"] button.accordion {
  text-align: left;
}
html[lang="en"] button.accordion:after {
  float: right;
  left: auto;
  right: 1rem;
}
button.accordion.is-open:after {
  content: "\f068" !important;
  font-size: 13px;
}

button.accordion.is-open {
  background: #367d7a;
  color: #fff;
  border-radius: 0px;
}
.accordion-content {
  background: #367d7a;
  color: #fff;
  border: none;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border-radius: 0px;
  font-size: 14px;
  line-height: 2.5;
  text-align: start;
}

button.accordion.is-open + .accordion-content {
  padding-bottom: 1rem;
}
/* .content-entry   */

.content-entry button.accordion {
  border-radius: 6px;
  background: rgba(252, 110, 38, 0.08);
  color: #000000;
}
.content-entry .panel {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  border: none;
  margin-bottom: 1rem;
}
.content-entry button.accordion.active {
  border-radius: 6px 6px 0 0;
}
.content-entry button.accordion.active + .panel {
  background-color: #fff;
  background: rgba(252, 110, 38, 0.08);
  border: none;
  border-radius: 0 0 6px 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-entry button.accordion.active:after {
  content: "\f068" !important;
  content: "\f077" !important;
  font-size: 1rem;
  color: #fc6e26;
}

.content-entry button.accordion:after {
  content: "\2b" !important;
  content: "\f078" !important;
  font-size: 1rem;
  color: #fc6e26;
}

/* Pages .product__description + - */
html .description-div button.accordion {
  background: transparent;
  color: #000;
  font-weight: 700;
  border: none;
  border-bottom: none !important;
  border-radius: 0;
  margin-top: 0;
  padding: 10px 1.7rem !important;
}
.description-div button.accordion.is-open {
  background: #fff;
  color: #000;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
}
.description-div .accordion-content {
  padding: 0 15px;
  overflow: hidden;
  border: 1px solid transparent;
  background: #fff;
  color: #000;
  border-top: none;
  border-radius: 0;
}
.description-div button.accordion.is-open + .accordion-content {
  background: #fff;
  border: 1px solid #dbdbdb;
  color: #000;
  border-top: none;
  padding-bottom: 1rem;
  border-radius: 0px;
}
.description-div button.accordion:after {
  color: #a9a3a1;
  font-family: "Font Awesome 5 Pro";
  content: "\2b" !important;
  font-size: 22px;
}
.description-div button.accordion.is-open:after {
  content: "\f068" !important;
  font-size: 13px;
  top: 12px;
}
[dir="ltr"] .description-div button.accordion:after {
  float: left !important;
  left: 5px;
  right: auto;
}

.description-div a {
  color: #000;
  text-decoration: underline;
}
.description-div a:hover {
  text-decoration: none;
}
.description-div {
  padding: 0 !important;
}
.description-div .components img {
  max-width: 100%;
  width: 700px;
  border-radius: 6px;
  margin: 15px auto 10px;
}
.description-div h2 {
  font-size: 1rem !important;
}

/* .product-single article   */

.product-single article button.accordion {
  border-radius: 0;
  background: #f9f7f6;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #f9f7f6;
  margin-top: 1rem;
}
.product-single article .panel {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  border: none;
  border: 1px solid transparent;
}
.product-single article button.accordion.active {
  border: 1px solid #f9f7f6;
  border-radius: 0px;
}
.product-single article button.accordion.active + .panel {
  background-color: #f9f7f6;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border: 1px solid #f9f7f6;
  border-top: none;
  border-radius: 0px;
}

.product-single article button.accordion:after {
  color: #000;
  font-family: "Font Awesome 5 Pro";
  content: "\2b" !important;
  font-size: 22px;
}

.product-single article button.accordion.active:after {
  content: "\f068" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  top: 12px;
  color: #000;
}
@media (max-width: 767px) {
  .faqs-div {
    margin: 50px auto;
    width: 96%;
    padding: 0px 5px;
  }

  .faqs-div h3 {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
  .faqs-div h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  button.accordion {
    padding: 10px 15px;
    font-size: 16px;
  }
  .accordion-content,
  .panel {
    font-size: 15px;
  }
  button.accordion:after {
    top: 0.55rem;
  }
  button.accordion:after {
    font-size: 22px;
  }
}

/*  صورة المستخدم */
.s-user-menu-trigger-avatar {
  height: 2rem !important;
  width: 2rem !important;
}
salla-user-menu .s-user-menu-trigger {
  padding: 5px !important;
  margin-bottom: 4px !important;
}
@media (max-width: 1023px) {
  .centered_logo .s-user-menu-trigger .s-user-menu-avatar-wrap {
    width: 1.75rem !important;
    height: 1.75rem !important;
    margin-top: -3px !important;
  }
}

/* update categories banner in mobile */
.cat-content {
  padding: 0 !important;
}

@media (max-width: 640px) {
  /* بنرات الأقسام للجوال */
  /* عالمك مع جيد */
  .cat-content-wrapper
    img[src*="QfSTRXfgylopPDSWhxNQsoXtmhCNL5fCt7YUMX5X.jpg"] {
    content: url("https://cdn.salla.sa/form-builder/AJypCaFrxhxuvjHVSaC9OeqZx6G9KIjNUtpeSj2g.jpg") !important;
  }

  /*  للأذن */
  .cat-content-wrapper
    img[src*="nH3mnVkeUXK2oL4UhDD1yQAXxPlzwoTl4FqpRCyU.jpg"] {
    content: url("https://cdn.salla.sa/form-builder/VSLmbWyyExE69tVEOcJhLPXapJ9dGjRsiAE0EyM5.jpg") !important;
  }

  /* عقود الصدر */
  .cat-content-wrapper
    img[src*="YRI5NMSPbK1QKPtXph5ycQ8AavWDKrln0TJrS7tT.jpg"] {
    content: url("https://cdn.salla.sa/form-builder/USzgJZqbJOpCDP2MgNqqMiao9xR6R7vd0brVt2G4.jpg") !important;
  }

  /* حقائب */
  .cat-content-wrapper
    img[src*="xaawWbaK6dvPMHFYCAJQr4ivVlB37ub0w600acqe.jpg"] {
    content: url("https://cdn.salla.sa/form-builder/emQyRXjo4t5yKBCpITVcbTufJuw69S7MGuFzZpGM.jpg") !important;
  }
}
/* شعار هيئة الزكاة */
.store-footer p + b:after {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/bUOpZ3C5E81QBkxlh5F5q96y3XGbCkS7cqzP7Fzi.png");
  /*   background-image: url("https://cdn.salla.sa/form-builder/UaZ2iFja4yufiZAH4s19LErqCgqo7MfQNAQa1SS9.png"); */
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px -8px;
  background-color: #fff;
  border-radius: 4px;
  /*   filter: brightness(100) !important; */
}
/* hide lang btn */
.mm-spn [onclick*="calization::open"],
[onclick*="calization::open"] {
  display: none !important;
}
/* end */