.WishlistCart-table-section .img-wrapper {
  width: 90px;
  height: 100px;
  border-radius: 8px;
  aspect-ratio: 1/1;
  background: #f3f3f3;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .WishlistCart-table-section .mobile-card .subtotal {
    font-size: 15px;
    width: 100%;
  }
  .WishlistCart-table-section .stock_btn_holder .Green_btn {
    width: 100%;
    height: 100%;
  }
  .WishlistCart-table-section
    .common_add_cart_btn
    .Green_btn_holder
    .Green_btn {
    width: 100%;
  }
  .WishlistCart-table-section .mobile-card .bottom {
    gap: 10px;
  }
}
