.usk-wishlist-products {
  overflow-x: auto;
  white-space: nowrap;
}
.usk-wishlist-products .usk-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.usk-wishlist-products .usk-table th {
  padding: clamp(10px, 1.5vw, 15px);
  border-top: 1px solid #d0caca75;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
  color: #4e4a4a;
}
.usk-wishlist-products .usk-table tr {
  border-bottom: 1px solid #d0caca75;
}
.usk-wishlist-products .usk-table td {
  padding: clamp(10px, 1.5vw, 15px);
}
.usk-wishlist-products .remove-icon {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #848181;
  font-weight: 600;
  padding: 10px;
  border-radius: 100px;
  transition: all 0.3s ease;
  display: inline-flex;
}
.usk-wishlist-products .remove-icon:hover {
  background: #000;
  color: #fff;
}
.usk-wishlist-products .usk-product-image {
  display: table-cell;
}
.usk-wishlist-products .usk-product-image img {
  width: clamp(80px, 8vw, 120px);
}
.usk-wishlist-products .usk-product-name {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 600;
}
.usk-wishlist-products .usk-product-name a {
  color: #656262;
  transition: all 0.3s ease;
  text-decoration: none;
}
.usk-wishlist-products .usk-product-name a:hover {
  color: #272525;
}
.usk-wishlist-products .usk-price {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #656262;
  font-weight: 600;
  display: table-cell;
}
.usk-wishlist-products .usk-price .old-price {
  color: #bdb3b3;
  font-weight: 500;
}
.usk-wishlist-products .usk-stock {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 600;
  display: table-cell;
}
.usk-wishlist-products .usk-stock a {
  color: #656262;
  text-decoration: none;
}
.usk-wishlist-products .product-title,
.usk-wishlist-products .price-title,
.usk-wishlist-products .stock-title {
  display: table-cell;
}
.usk-wishlist-products .usk-button.added {
  display: none;
  transition: all 0.3s ease-in-out;
}
.usk-wishlist-products .usk-button,
.usk-wishlist-products .added_to_cart {
  font-size: clamp(10px, 1.5vw, 12px);
  padding: 8px 10px;
  font-weight: 600;
  background: #2b2d42;
  color: #fff;
  text-transform: capitalize;
  border-radius: 3px;
  transition: all 0.3s ease;
  display: inline-flex;
}

