/* ===== Buttons Css ===== */
.checkout-promo-code .promo-code .btn, .checkout-btn .btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.checkout-promo-code .promo-code .active.btn, .checkout-btn .active.btn, .checkout-promo-code .promo-code .btn:hover, .checkout-btn .btn:hover, .checkout-promo-code .promo-code .btn:focus, .checkout-btn .btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.checkout-promo-code .promo-code .deactive.btn, .checkout-btn .deactive.btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===========================
      24.CHECKOUT css 
===========================*/
.checkout-area {
  padding-top: 100px;
  padding-bottom: 50px;
}
.checkout-area .section-title {
  padding-bottom: 10px;
}
.checkout-area .section-title .title {
  font-size: 44px;
  font-weight: 500;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 767px) {
  .checkout-area .section-title .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.checkout-area .mt-15 {
  margin-top: 15px;
}
.checkout-area .form-input label {
  font-size: 12px;
  line-height: 18px;
  color: var(--dark-3);
  margin-bottom: 8px;
  display: inline-block;
}
.checkout-area .form-input .input-items {
  position: relative;
}
.checkout-area .form-input .input-items input, .checkout-area .form-input .input-items textarea {
  width: 100%;
  height: 44px;
  border: 2px solid;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.checkout-area .form-input .input-items textarea {
  padding-top: 8px;
  height: 130px;
  resize: none;
}
.checkout-area .form-input .input-items i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
}
.checkout-area .form-input .input-items.default input, .checkout-area .form-input .input-items.default textarea {
  border-color: var(--gray-4);
  color: var(--dark-3);
}
.checkout-area .form-input .input-items.default input:focus, .checkout-area .form-input .input-items.default textarea:focus {
  border-color: var(--primary);
}
.checkout-area .form-input .input-items.default input::placeholder, .checkout-area .form-input .input-items.default textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.checkout-area .form-input .input-items.default i {
  color: var(--dark-3);
}

.checkout-title .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
}

.checkout-form {
  margin-top: 50px;
}

.single-checkout-form {
  margin-top: 25px;
}
.single-checkout-form label {
  font-size: 14px;
  color: var(--black);
  margin-bottom: 8px !important;
}
.single-checkout-form .input-items select {
  width: 100%;
  height: 44px;
  border: 2px solid;
  padding-left: 12px;
  padding-right: 12px;
  border-color: var(--gray-4);
  color: var(--dark-3);
  border-radius: 5px;
  -webkit-appearance: none;
  position: relative;
}
.single-checkout-form .input-items.select-input-arrow {
  position: relative;
}
.single-checkout-form .input-items.select-input-arrow::before {
  position: absolute;
  content: "\ea5e";
  font-family: lineIcons;
  font-size: 14px;
  color: var(--dark-3);
  right: 13px;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkout-checkbox {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--gray-4);
}
.checkout-checkbox .checkbox_common li label {
  color: var(--black);
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
}
.checkout-checkbox .checkbox_common li input[type=checkbox] {
  display: none;
}
.checkout-checkbox .checkbox_common li input[type=checkbox] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--gray-4);
}
.checkout-checkbox .checkbox_common li input[type=checkbox] + label span::before {
  color: var(--white);
  content: "";
  font-size: 11px;
  position: absolute;
  text-align: center;
  left: 3px;
  top: -4px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.checkout-checkbox .checkbox_common li input[type=checkbox]:checked + label span {
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.checkout-checkbox .checkbox_common li input[type=checkbox]:checked + label span::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.checkout-payment {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--gray-4);
}

.checkout-radio .pay-top label {
  color: var(--black);
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
.checkout-radio .pay-top input[type=radio] {
  display: none;
}
.checkout-radio .pay-top input[type=radio] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--gray-4);
}
.checkout-radio .pay-top input[type=radio] + label span::before {
  background-color: var(--primary);
  border-radius: 100%;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.checkout-radio .pay-top input[type=radio]:checked + label span {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.checkout-radio .pay-top input[type=radio]:checked + label span::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.checkout-radio .payment-box {
  height: 0;
  padding-bottom: 10px;
  overflow: hidden;
  transition: all 300ms ease-out;
}
.checkout-radio #radio1:checked ~ .payment-box-1,
.checkout-radio #radio2:checked ~ .payment-box-2,
.checkout-radio #radio3:checked ~ .payment-box-3 {
  height: auto;
}

.sin-payment {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.checkout-btn {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--gray-4);
}
.checkout-btn .btn {
  width: 100%;
  border-radius: 5px;
}

.checkout-cart {
  margin-top: 50px;
}
.checkout-cart .checkout-cart-product {
  border: 2px solid var(--gray-4);
  border-radius: 5px;
  margin-top: 30px;
}
.checkout-cart .checkout-cart-product ul li {
  border-bottom: 2px solid var(--gray-4);
}
.checkout-cart .checkout-cart-product ul li:last-child {
  border-bottom: 0;
}
.checkout-cart .checkout-cart-product ul li .single-product {
  padding: 12px 20px;
}
.checkout-cart .checkout-cart-product ul li .single-product .product-name .product {
  font-size: 20px;
  color: var(--black);
  line-height: 24px;
  font-weight: 500;
}
.checkout-cart .checkout-cart-product ul li .single-product .product-name p {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-2);
}
.checkout-cart .checkout-cart-product ul li .single-product .product-price span {
  font-size: 18px;
  color: var(--dark-2);
  font-weight: 500;
}
.checkout-cart .checkout-cart-product ul li .single-product.promo .product-name .product {
  color: var(--success);
}
.checkout-cart .checkout-cart-product ul li .single-product.promo .product-name p {
  color: var(--success);
}
.checkout-cart .checkout-cart-product ul li .single-product.promo .product-price span {
  color: var(--success);
}

.checkout-promo-code {
  border: 2px solid var(--gray-4);
  border-radius: 5px;
  padding: 8px;
  margin-top: 30px;
}
.checkout-promo-code .promo-code {
  position: relative;
}
.checkout-promo-code .promo-code input {
  width: 100%;
}
.checkout-promo-code .promo-code .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  line-height: 42px;
  padding: 0 16px;
}

/*# sourceMappingURL=checkout.css.map */
