
.top-selling-products-kala-wrapper {
    border: 1px solid #e0e0e6;
  }
  
  .top-selling-products-kala-heading {
    padding: 0 20px;
    margin-bottom: 28px;
  }
  
  .top-selling-products-kala-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 44px;
    color: #080a38;
  }
  
  .top-selling-products-kala-title svg {
    width: 24px;
    height: 24px;
    fill: #f9a825;
  }
  
  .top-selling-products-kala-link {
    left: 20px;
  }
  
  .top-selling-products-kala-link,
  .top-selling-products-kala-link:hover {
    color: #19bfd3;
  }
  
  .top-selling-products-kala .product-eighteen:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .top-selling-products-kala .product-eighteen:not(:last-child) .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f2f4;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  
  @media only screen and (max-width: 575px) {
    .top-selling-products-kala-heading {
        padding: 0 12px;
    }
  
    .top-selling-products-kala-title {
        font-size: 18px;
        line-height: 32px;
    }
  
    .top-selling-products-kala-link {
        left: 12px;
    }
  }