
.sub-banners-box img {
    width: 100%;
  }
  
  .banner-bottom img {
    width: 100%;
  }
  
  .wdt-full-img-banner {
    width: 100%;
  }
  
  .banner a:before {
    display: none;
  }
  
  .banner img {
    width: 100%;
  }
  
  .banner {
    margin-bottom: 20px;
  }
  
  .sub-banners-box {
    padding: 0 7.5px;
  }
  
  .sub-banners {
      display: flex;
      flex-wrap: wrap;
      padding: 0 7.5px;
      margin-bottom: 20px;
  }
  
  .banner-bottom {
      margin-bottom: 50px;
      padding: 0 15px;
  }
  
  .flexy-product-image-container {
    position: relative;
    height: 271px !important;
    max-height: 281px;
  }
  
  img.flexy-product-image {
    height: 100%;
    max-height: 281px !important;
    margin-left: -5px;
    object-fit: contain;
    width: 100% !important;
  }
  
  .flexy-product-image-container img.flexy-product-image {
    height: 271px !important;
  }
  
  .nothing-found{
    color: #7B7B7B !important;
    margin: 0 0 5px !important;
  }
  
  .nothing-found-div{
    margin-top: 40px;
    margin-bottom: 111px;
  }
  
  ul.nothing-found-ui {
    list-style-type: none !important;
    padding: 0;
    margin-top: 15px;
  }
  
  ul.nothing-found-ui li {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .dot {
    display: flex;
    height: 4px;
    width: 4px;
    background: #7b7b7b;
    border-radius: 50%;
  }
  
  ul.nothing-found-ui li::before {
    background-color: #7B7B7B;
    border-radius: 50%;
    text-align: center;
    text-align-last: center;
  }
  
  @media (max-width: 991px) {
      .sub-banners-box {
          padding: 0;
          margin-bottom: 10px;
      }
  
      .sub-banners {
          padding: 0 10px;
          margin-bottom: 0;
      }
  
      .banner-mobile {
          margin-bottom: 10px;
      }
  
      .flexy-product-image-container img.flexy-product-image {
        height: 161px !important;
      }
  
      .flexy-product-image-container {
        height: 161px !important;
      }
  
      p.login-variant-title {
        margin-bottom: 10px !important;
    }
  
    .bd-style-filter-mobile {
      padding-left: 15px;
    } 
  
    ul.nothing-found-ui li {
      font-size: 11px;
    }
  }