/* Nexa — Cart page */
.bigbag-cart-form,
.bigbag-cart-form__contents {
  border-radius: 5px;
}

.shop_table.cart {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.shop_table.cart img {
  border-radius: 5px;
  max-height: 80px;
  width: auto;
}

.cart_totals,
.cart-collaterals {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(11,18,32,.06);
  padding: 24px;
  margin-top: 24px;
}

.cart_totals h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 16px;
  color: #0B1220;
}

.cart_totals .shop_table {
  box-shadow: none;
  border: none;
}

.cart_totals .checkout-button,
.wc-proceed-to-checkout .checkout-button,
.actions .button {
  background: #E11D48 !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
  font-weight: 600;
  padding: 12px 20px !important;
}

.coupon {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.coupon input {
  border-radius: 5px !important;
  border: 1px solid #E2E8F0 !important;
  padding: 10px 14px !important;
}

.actions {
  padding-top: 16px !important;
}
