/* Add custom CSS styles below */ 
body.index {
    background: #211f20;
}
section.s-block.s-block--slider-with-bg.s-block--full-bg {
    background: #211f20;
}
.s-block--features__item {
    background: #262626;
}
.feature-icon {
    background: #62BC96 !important;
}
.feature-icon i::before {
    color: black;
}
.s-block--features__item h2{
color:white ;  
}
.s-block--features__item p{
  color: #62BC96;
}
.s-reviews-testimonial {
    background: #262626;
color: white;
}
body.index .s-product-card-entry {
    background: #282828;
}
body.index .s-product-card-content-title a{
 color: white !important; 
}
body.index .s-product-card-content-sub ,body.index .s-product-card-sale-price h4 {
    color: #61BC95 !important;
}
body.index .s-product-card-content-footer .s-button-element
{
border-color:#61BC95 ;  
}
body.index .s-product-card-content-footer .s-button-element .s-button-text {
  color: #61BC95 ;
}

body.index #mainnav {
  background: #333132;
}
body.index #mainnav .root-level {
    color: white;
}
body.index #mainnav .sub-menu{
  color: black;
}
body.index #mainnav i , body.index #mainnav .s-cart-summary-total{
  color: white;
}
body.index .s-product-card-image img{
  object-fit: cover;
}
#main-slider-0 .bg-cover{
  background-size: contain !important;
  background-repeat: no-repeat !important; 
}
@media only screen and (max-width: 600px) {
  #main-slider-0 .bg-cover{
  background-size: cover !important;
  background-repeat: no-repeat !important; 
  }
  #main-slider-0 .swiper-slide[aria-label="1 / 3"] .bg-cover {
    background-image: url(https://i.ibb.co/JRH0fHkf/saaw.webp) !important;
}
#main-slider-0 .swiper-slide[aria-label="3 / 3"] .bg-cover {
    background-image: url(https://i.ibb.co/nMwz1GKX/Epic-FD-mobile.png) !important;
}
  #main-slider-0 .swiper-slide[aria-label="2 / 3"] .bg-cover {
    background-image: url(https://i.ibb.co/gZHH2YRG/Ramadan-Mobile.webp) !important;
}
  #main-slider-0 .swiper-slide {
    height: 100vh !important;
  }
}