.seller_lists {
    justify-content: flex-start;
}
.seller_lists .seller_list {
    width: 23.5%;
}
.soldout {
  color: rgb(170, 30, 30);
}
@media screen and (max-width: 767px) {
    .seller_lists {
      margin-bottom: 0;
      justify-content: space-between;
    }
    .seller_lists .seller_list {
      position: relative;
      max-width: none;
      width: 48%;
      margin-bottom: 30px;
    }
    .seller_lists .seller_list .item_name {
      display: block;
      padding: 20px 0 0;
    }
}
  