
   /* Start css bestsellers section*/
   .top-heading-area {
    text-align: center;
    height: 100px;
    background-image:url('../img/cat-page-bg.png');
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.top-heading-area h1{
  font-size: 1.5rem;
}
.sorting-area {
  height: 70px;
}
select#sort{
  padding: 7px 15px;
  border-radius: 25px;
}
.sort-container {
  float: right;
}


   .bestseller-slider-wrapper {
    padding-top: 30px;
  }
  .best-product-vendor {
    font-size: 14px;
    color: #878787;
    text-align: left;
  }
  h3.best-product-title {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .best-product-price {
    font-size: 14px;
    color: #696969;
    font-weight: 400;
    text-align: left;
  }
  .info-bestseller {
    min-height: 115px;
    box-shadow: #64646f33 0 7px 29px;
    padding: 20px;
    margin-top: 0;
  }
  .category-list .product-item {
    width: 100%;
    max-width: 25%;
    position: relative;
    margin-bottom: 50px;
}
  .best-product-badge{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
  }
  .best-product-badge > span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 24px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    word-break: break-word;
    padding: 0 5px;
    line-height: 1; 
    text-align: center;
  }
  span.best-badge-item.best-badge-sale {
    height: 30px!important;
    border-radius: unset!important;
    background: #37b38e;
 }
 .cat-list-img {
  width: -webkit-fill-available;
  height: 100%;
 }
 h3.category-heading {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 25px;
}

@media (max-width: 768px) {
  .category-list .product-item {
    max-width: 100%;
  }
}
  /* End css bestseller section*/