.cart table {
  border-collapse: collapse;
  width: 100%;
}
.cart table td,
table th {
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.cart table th {
  border-top: none;
  padding: 20px 0;
  text-transform: uppercase;
  color: #444444;
}
.cart table td {
  padding: 40px 0;
}
.cart .product-image {
  width: 80px;
  height: 80px;
  padding-right: 12px;
}
.cart .product-cart {
  display: flex;
  align-items: center;
}
.cart {
  padding-top: 60px;
  padding-bottom: 60px;
}
.close-input {
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 36px;
  font-weight: 100;
}
.quantity-wrap {
  display: flex;
  align-items: center;
}
.quantity-input {
  width: 48px;
  font-size: 18px;
  text-align: center;
}
.quantity-submit {
  cursor: pointer;
  color: white;
  background-color: black;
  border: none;
  padding: 0 10px;
  height: 40px;
}
.overtotal {
  padding: 20px 0;
}
.checkout-button {
  margin-top: 30px;
}
.checkout-button a {
  color: white;
  background-color: black;
  padding: 10px 30px;
}
.tablewrap {
  padding: 0 10px;
}
.wrap-mobile-cart {
  padding: 40px 11px;
}
.flex-mobile-cart-info {
  display: flex;
}
.mobile-single-view .product-cart {
  position: relative;
}
.mobile-single-view .close-input {
  color: white;
  font-size: 18px;
}
.item-grid-temp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.mobile-single-view .discount-price {
  font-size: 13px;
  color: orangered;
}
.item-grid-temp .quantity-submit {
  cursor: pointer;
  color: white;
  background-color: black;
  border: none;
  font-size: 12px;
  padding: 0 10px;
  height: 26px;
}
.item-grid-temp .quantity-input {
  width: 44px;
  font-size: 12px;
  text-align: center;
}
.mobile-single-view .remove-cart-ca {
  position: absolute;
  top: -10px;
  right: -9px;
  background-color: var(--maincolor);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-single-view .product-image {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.mobile-single-view .wrap-infor-si {
  padding: 5px 10px 15px 10px;
}
.mobile-single-view .bottomsingel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mobile-single-view .bottomsingel .remove-price {
  font-weight: bold;
  font-size: 12px;
}
.mobile-single-view .discount-price {
  color: orangered;
}
.card-cart-mobile {
  margin-bottom: 20px;
  box-shadow: 0px 2px 14px 3px rgba(133, 131, 131, 0.466);
  border-radius: 10px;
}
.mobile-single-view .checkout-button {
  margin-top: 0px;
  margin-bottom: 25px;
}
