.usk-page-cart .woocommerce-cart-form .shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  margin: 0;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.usk-page-cart .woocommerce-cart-form .shop_table th,
.usk-page-cart .woocommerce-cart-form .shop_table td {
  padding: 10px 12px;
  line-height: 1.5em;
  background: transparent;
}
.usk-page-cart .woocommerce-cart-form .shop_table th {
  border: 1px solid rgba(222, 220, 220, 0.5803921569);
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #e62a3f;
}
.usk-page-cart .woocommerce-cart-form .shop_table td {
  border-top: none;
  border: 1px solid rgba(222, 220, 220, 0.5803921569);
  border-bottom: none;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #929292;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-remove .remove {
  display: inline-block;
  font-size: 17px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  color: #e62a3f !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  transition: all 0.3s ease;
  margin: auto;
  background: transparent;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-remove .remove:hover {
  background: #e62a3f;
  color: #fff !important;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-image a img {
  width: 80px;
  height: 80px;
  outline: none;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-title {
  text-align: left;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-title a {
  color: #e62a3f;
  font-weight: 500;
  transition: all 0.3s ease;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-title a:hover {
  color: #f00;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-quantity .qty {
  width: 90px;
  height: 42px;
  text-align: left;
  outline: none;
  color: #7b7373;
  border: 1px solid #d6d4d4;
  background: transparent;
  border-radius: 2px;
}
.usk-page-cart .woocommerce-cart-form .shop_table .usk-product-quantity .qty:focus {
  border: 1px solid #b3aaaa;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions {
  text-align: right !important;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon {
  float: none;
  margin: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
  width: 135px;
  border: 1px solid #ded3d3;
  outline: none;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  background: transparent;
  padding: 6px 6px 5px;
  float: initial;
  line-height: 1.5;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text::placeholder {
  color: #c1aeae;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
  border: 1px solid #7b7373;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions .button {
  width: 100% !important;
  background: transparent;
  border: 1px solid #e62a3f;
  color: #e62a3f;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 2px;
  outline: none;
  opacity: 1;
  cursor: pointer;
  line-height: 1.5;
  padding: 6px 6px 5px;
}
.usk-page-cart .woocommerce-cart-form .shop_table .actions .button:hover {
  background-color: #e62a3f;
  color: #fff;
}
.usk-page-cart .woocommerce-cart-form .shop_table_responsive tr {
  margin: 0;
}
.usk-page-cart .woocommerce-cart-form .shop_table_responsive tr:nth-child(2n) td {
  background-color: #eaeff3;
}
.usk-page-cart .woocommerce-cart-form .shop_table_responsive tr:nth-child(2n+1) td {
  background-color: transparent;
}
.usk-page-cart .cart-collaterals {
  margin-top: 50px;
}
.usk-page-cart .cart-collaterals .cart_totals h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #e62a3f;
  margin: 0;
  margin-bottom: 30px;
}
.usk-page-cart .cart-collaterals .cart_totals .shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.usk-page-cart .cart-collaterals .cart_totals .shop_table th,
.usk-page-cart .cart-collaterals .cart_totals .shop_table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 12px;
  line-height: 1.5em;
  background: transparent;
}
.usk-page-cart .cart-collaterals .cart_totals .shop_table th {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
  font-weight: 700;
}
.usk-page-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-Price-amount {
  font-size: 14px;
  color: rgba(72, 67, 67, 0.7490196078);
}
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  background-color: #e62a3f;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0;
  border: none;
  border-radius: 2px;
  text-decoration: none !important;
}
.usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  background: #c50847;
}

@media (min-width: 1024px) {
  .usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon {
    float: left;
  }
  .usk-page-cart .woocommerce-cart-form .shop_table .actions .button {
    width: 130px !important;
    font-size: 14px;
  }
  .usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon {
    margin-bottom: 0;
  }
  .usk-page-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    width: 140px;
    font-size: 14px;
  }
  .usk-page-cart .cart-collaterals .cart_totals .shop_table th,
  .usk-page-cart .cart-collaterals .cart_totals .shop_table td {
    width: 50%;
  }
  .usk-page-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
}