/*
Checkout Area Style
======================================================*/
.fww-checkout-left-content {
  padding-right: 70px;
}
.fww-checkout-left-content h2 {
  font-size: 32px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
}
.fww-checkout-left-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fww-checkout-left-content .form-group {
  margin-bottom: 25px;
}
.fww-checkout-left-content .form-group:last-child {
  margin-bottom: 0;
}
.fww-checkout-left-content .form-group label {
  color: var(--headingColor);
  margin-bottom: 5px;
}
.fww-checkout-left-content .form-group .form-check .form-check-input {
  height: 16px;
  width: 16px;
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  border-color: var(--headingColor);
}
.fww-checkout-left-content .form-group .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/icon/check-icon.svg);
  background-size: 10px;
}
.fww-checkout-left-content .form-group .form-check label {
  position: relative;
  top: 1px;
}

.fww-cart-totals-content {
  margin-right: 75px;
}
.fww-cart-totals-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fww-cart-totals-content .cart-list {
  padding-left: 0;
  margin-bottom: 25px;
}
.fww-cart-totals-content .cart-list li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
}
.fww-cart-totals-content .cart-list li span {
  position: absolute;
  right: 0;
}
.fww-cart-totals-content .cart-list li.subtotal {
  font-weight: 500;
  color: var(--headingColor);
}
.fww-cart-totals-content .cart-list li strong {
  font-weight: 500;
  color: var(--headingColor);
}
.fww-cart-totals-content .cart-list li:last-child {
  margin-bottom: 0;
}
.fww-cart-totals-content .payment-method .method-list {
  padding-left: 0;
  margin-bottom: 20px;
}
.fww-cart-totals-content .payment-method .method-list li {
  list-style-type: none;
  margin-bottom: 12px;
}
.fww-cart-totals-content .payment-method .method-list li:last-child {
  margin-bottom: 0;
}
.fww-cart-totals-content .payment-method .method-list li p {
  margin-top: 10px;
}
.fww-cart-totals-content .payment-method .method-list li .form-check .form-check-input {
  height: 12px;
  width: 12px;
  background-color: unset;
  border-radius: 100%;
  box-shadow: unset;
  border-color: var(--headingColor);
  background-image: unset;
}
.fww-cart-totals-content .payment-method .method-list li .form-check .form-check-input:checked[type=checkbox] {
  background-color: var(--headingColor);
}
.fww-cart-totals-content .payment-method .method-list li .form-check label {
  position: relative;
  top: -1px;
  font-weight: 500;
  color: var(--headingColor);
}
.fww-cart-totals-content .payment-method .method-list li .form-check label a {
  color: var(--redColor);
}
.fww-cart-totals-content .payment-method .default-btn {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fww-checkout-left-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fww-checkout-left-content h2 {
    font-size: 22px;
  }
  .fww-checkout-left-content h3 {
    font-size: 16px;
  }
  .fww-cart-totals-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fww-checkout-left-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .fww-checkout-left-content h2 {
    font-size: 24px;
  }
  .fww-checkout-left-content h3 {
    font-size: 16px;
  }
  .fww-cart-totals-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .fww-checkout-left-content {
    padding-right: 0;
  }
  .fww-checkout-left-content h2 {
    font-size: 24px;
  }
  .fww-checkout-left-content h3 {
    font-size: 16px;
  }
  .fww-cart-totals-content {
    margin-right: 0;
  }
}/*# sourceMappingURL=checkout.css.map */