/* Add custom CSS styles below */ 
    body {
    background-image: url('https://i.postimg.cc/mkJ34WrR/image.jpg');
    background-size: cover;
    background-position: center center;
    color:white !important;
    }
    
    header ,
    .main-nav-container{
    background: linear-gradient(to right, #1f552c, #053c12) !important;   
    }
    
    .header-btn__icon {
    color: white !important;
    }

    .banner--fixed img,
    .s-product-card-entry,
    .s-product-card-entry .s-product-card-image{
    background: transparent !important;
    }

    .s-button-element,
    .s-product-card-entry .s-product-card-image .s-product-card-wishlist-btn button{
    color: white !important;
    background:  #053c12!important;
    }
    .s-button-element .s-button-text i,
         .s-product-card-entry .s-product-card-image .s-product-card-wishlist-btn button .s-button-text i{
    color: white!important;
    }
    
     .s-button-element:hover,
         .s-product-card-entry .s-product-card-image .s-product-card-wishlist-btn button:hover{
    color: #053c12 !important;
    background: #a4a4a4!important;
    }
    
     .s-button-element:hover.s-button-element .s-button-text i,
         .s-product-card-entry .s-product-card-image .s-product-card-wishlist-btn button:hover.s-product-card-entry .s-product-card-image .s-product-card-wishlist-btn button .s-button-text i {
    color: #053c12 !important;
    }
    
     #app .app-inner .container .vertical-products .s-products-list-vertical-cards .s-product-card-entry .s-product-card-image .s-product-card-wishlist-btn .s-button-text i
     {
    color: #053c12 !important;
    }
    
    .banner--fixed img,
    .s-reviews-container .s-reviews-testimonial,
    .s-block--features__item {
    border: 3px solid #1f552c !important;
    box-shadow: 15px 15px 8px 5px #053c12 !important;
  }
  
    .s-product-card-vertical {
    border: 3px solid #1f552c !important;
  }
    
    .s-reviews-container .s-reviews-testimonial,
    .s-block--features__item {
      background: #00000030 !important;
    }
    
    .s-block--features__item h2,
    .s-product-card-content-title a,
    .s-product-card-price{
      color: white !important;
    }
    
    .s-block--features__item p{
      color: #ababab !important;
    }
    
    .store-footer,
    .store-footer__inner{
      background-color: #e4e4e4 !important;
      border-top-left-radius: 30px !important;
      border-top-right-radius: 30px !important;      
    }
    
    .s-product-card-content{
      color: black !important;
    }
    
    .cart-item{
      background: #00000030;
      color: white !important;
    }
    
    .text-base,
    .item-price,
    .s-cart-summary-content .s-cart-summary-total{
      color: white !important;
    }
    
    .s-quantity-input-input{
      color: #93631f !important;  
    }
     .app-inner .container .pt-5 .sticky .shadow-default{
      background: #00000030 !important;
      color: white !important;
    }

    .app-inner .container .flex .main-content .form .flex,
    .s-comments-product{
      background: #00000030 !important;
    }
    .app-inner .container .flex .main-content .form .flex .center-between .form-label{
      color: white !important;
    }


    .app-inner .container .flex .main-content h1{
      color: white !important;
    }