/* Add custom CSS styles below */ 

 @media only screen and (max-width: 600px) {
.s-products-list-wrapper {
    display: block !important;
}

.s-products-list-wrapper .s-product-card-entry
{
margin-bottom: 10px;
}
}

.s-slider-block__title{
padding-top: 10px !important;
}

.product_content_elemnt .s-product-options-option {
    display: block !important;
}
    
.Attachments_div {
    display: block !important;
}
    
.popup.popup_bottom {
    right: 0 !important;
}

.s-product-card-wishlist-btn{
display:none;
}

.section_marg{
margin-top:0px;
}

.video_section video {
  height: auto;
  max-height: 700px;
  }
  
  
  
  
  

  /* preloader style */
  #custom-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
  }

  #custom-preloader img {
    width: 120px;
    height: auto;
    animation: pulse 1.5s infinite ease-in-out;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.08);
    }
  }
  
  .main_sliders::after{
  background: none !important;
  }