/* Add custom CSS styles below */ 
 .product-card__title { 
 display: -webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;
 overflow:hidden;
 }
 .product-card__title a{ 
 display: -webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;
   overflow:hidden;}
   
@media only screen and (min-width: 640px) {
    .s-offer-modal-product-image-wrap {
        height: 15rem !important;
    }
}
@media only screen and (min-width: 768px) {
    .product-card--fit-height .product-card__image     
      {
        max-height: 27rem !important;
        height: 27rem !important;
    }
    
    .blog-category img{
      height:fit-content  !important;
    }
}
.promotion-banner ul li a{
  font-weight:bold !important;
}


.product-card__promotion {
    top: 0 !important;
    left: 0 !important;
}

.cart .s-slider-block__title-right h2{
    font-size: 0px !important;
}

.cart
.s-slider-block__title-right h2::after {
  content: 'منتجات مميزه!' !important;
  font-size: 1.125rem !important;

}

@media (max-width: 991px) {
  .cart .s-products-slider-card, .cart .offer-slide {
        width: 55% !important;
  }
}



  
  .s-offer-corner-badge{
      display: none;
  }
  .s-conditional-offer-progress-line-active, .s-conditional-offer-progress-line-inactive{
  height: 2.3px;
  
  }
  .s-conditional-offer-active-checkpoint{
    border-color:#28a745;
  
  }
  
  .s-conditional-offer-progress-line-active {
        background-color:#28a745;
  }
  .product-entry__sub-title{
  
      color: white;
    background-color: red;
    text-align: center;
    }

.product-card__promotion{
      background-color: #1E7F5C !important;
}



/* نص أسفل عنوان الأكثر مبيعًا فقط */
/* .fixed-products .home-block-title h2[data-selia="home-fixed-products-title"]::after {
  content: "رجعت وفرناها لكم من جديد 🤍";
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
  text-align: center;
} */

/* ضبط النص للجوال */
@media (max-width: 767px) {
  .fixed-products .home-block-title h2[data-selia="home-fixed-products-title"]::after {
    margin-top: 7px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.7;
  }
}

  .breadcrumbs {
      padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.product-single__info {
      margin-top: 0.25rem;
}

.s-advertisement-content-main{
      font-size: 0.775rem;
}
[data-selia="product-single-title"] {
      font-weight: 500;
      font-size: 18px;
}
.total-price {
  color: black
}

 /* ضبط النص للجوال */

.product-card salla-add-product-button,
.product-card .addToCart ,
.product-card .quickview-btn{
  display: none !important;
}
 
 /*
.product-card__enhanced-mini-cart{
  display: none;
  }

.product-single   #mainnav{
    min-height: 50px; 
}
.s-breadcrumb-item:not(:has(a)) {
  display: none;
}
*/

.product-single   #mainnav{
    min-height: 50px; 
}

.total-price , .stream-video-product-price-amount{
    color:#016c39;
 }
 
 #mobile-menu > ul li:nth-child(-n+2) {
      color:#016c39;
  }

 #mobile-menu > ul li {
      color:#016c39;
  }
@media (max-width: 991px) {
 #mobile-menu > ul li:nth-child(-n+2) {
      color:#016c39;
   }
}