.cart-totals {
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #dc3545;
}
.cart-totals .amount {
  font-weight: bold;
  font-size: 1rem;
  color: #494949;
  display: flex;
  align-items: flex-start;
}
.cart-totals .amount .currency {
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  color: #494949;
  margin-left: 4px;
}
.cart-totals .amount .currency span {
  line-height: 1;
}
.cart-totals .title {
  margin-bottom: 25px;
  color: #ec5d3d;
  font-family: peyda, sans-serif !important;
  font-size: 1.5rem;
}
.cart-totals table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.cart-totals table tr th {
  font-size: 0.9375rem;
  text-align: right;
}
.cart-totals table tr th,
.cart-totals table tr td {
  border-bottom: 1px solid #e7e7e7;
}
.cart-totals table tr:last-child th,
.cart-totals table tr:last-child td {
  border-bottom: none;
}

.font-11 {
  font-size: 0.6875rem;
}

.cart-coupon .cart-coupon input[type=text] {
  width: 300px;
  padding-right: 30px;
}
.cart-coupon .btn {
  padding: 12px 0;
}
.cart-coupon .btn i {
  font-size: 1.25rem;
}/*# sourceMappingURL=cartTotals.module.css.map */