/* Add custom CSS styles below */ 
.s-slider-block__display-all {
    color: #000 !important;
}
header {
  background-color: #ffffff !important;
  position: sticky;
  top: 0;
  z-index: 999;
}
header, header * {
  color: #000 !important;
}

/* تغيير لون الخلفية في الشريط السفلي */
.fixed-bottom, .mobile-bottom-bar {
  background-color: #ffffff !important;
  color: #000 !important;
}

/* أزرار الشراء في الشريط السفلي */
.fixed-bottom button, .mobile-bottom-bar button {
  background-color: #ffffff !important;
  color: #000 !important;
}
/* Add custom CSS styles below */
.navbar-brand img {
    margin-top: 1rem;
 }   
    /**/
#featuers .shadow-khatwa ,#side-image-banner-gif  ,#side-image-banner{
  
    background: rgba(218, 186, 80, 1) 100%);
}
#side-image-banner a.btnCus{
background-color:#000 !important;}
/products/
section#product-offers a.image-parent ,.s-product-card-image a {
    overflow: hidden;
}
section#product-offers a.image-parent:hover img , .s-product-card-image a:hover img {
    transform: scale(1.1) !important;
}
section#product-offers a.image-parent img , .s-product-card-image a:hover img {
    transform: rotate(0);
    transition: all .3s;