/* 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;
  }
}

.product-card .s-product-options-option:has(.s-product-options-grid-mode){
	display:none;
}


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

      color:#016c39;
}
@media (max-width: 991px) {
 #mobile-menu > ul li:nth-child(-n+2) {
  
      background-color:#016c39;
      color:white;
}
}
  
  .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;
    }