.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding .cursor-pointer {
  cursor: pointer;
}
.section-padding .cart-wishlist-table {
  margin-bottom: 25px;
}
.section-padding .cart-wishlist-table thead {
  border: 1px solid #ededed;
}
.section-padding .cart-wishlist-table thead tr:first-child {
  padding-left: 25px;
}
.section-padding .cart-wishlist-table thead tr:first-child th {
  padding: 12px 16px;
  padding-left: 16px;
  white-space: nowrap;
  border-top: 0;
  border-bottom: 1px solid #ededed !important;
}
.section-padding .cart-wishlist-table tbody {
  position: relative;
  border: 1px solid #ededed;
}
.section-padding .cart-wishlist-table tbody tr td {
  padding: 25px 10px 25px 25px;
  vertical-align: middle;
  border-color: #ededed;
}
.section-padding .cart-wishlist-table tbody tr .thumbnail {
  width: 110px;
  min-width: 110px;
}
.section-padding .cart-wishlist-table tbody tr .name a {
  font-size: 1rem;
  font-weight: 400;
  color: dimgray;
}
.section-padding .cart-wishlist-table tbody tr .price {
  font-size: 0.875rem;
  font-weight: 600;
}
.section-padding .cart-wishlist-table tbody tr .subtotal {
  font-size: 0.875rem;
  font-weight: 600;
}
.section-padding .cart-wishlist-table tbody tr .remove .btn {
  font-size: 1.5rem;
  padding: 5px 10px;
  color: dimgray;
}
.section-padding .cart-wishlist-table tbody tr .input-qty {
  font-size: 0.875rem !important;
  line-height: 1;
  max-width: 88px;
  padding: 0 15px !important;
  text-align: center;
  border: none !important;
}
@media (max-width: 768px) {
  .section-padding .cart-wishlist-table thead {
    display: none;
  }
  .section-padding .cart-wishlist-table tbody tr td {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
    padding: 0;
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=shoppingCard.module.css.map */