@charset "UTF-8";
.checkout_coupon {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.checkout_coupon .hiden-form-field {
  display: none;
}
.checkout_coupon .coupon_form_message {
  width: 100%;
  height: 100%;
  background-color: white;
}
.checkout_coupon .coupon_form_message__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.checkout_coupon .coupon_form_message section {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.checkout_coupon .coupon_form_message section .container {
  width: 100%;
  height: 100%;
  padding: 0;
}
.checkout_coupon .coupon_form_message .woocommerce-error {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 25px 5px 10px;
  display: flex;
  align-items: center;
}
.checkout_coupon .coupon_form_message .woocommerce-message {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 25px 5px 10px;
  display: flex;
  align-items: center;
  border: 1px solid #dff0d8;
  border-radius: 4px;
  color: #468847;
  background-color: #dff0d8;
}

.coupon-cross-btn {
  position: absolute;
  width: 19px;
  height: 19px;
  right: 5px;
  top: calc(50% - 9px);
  background-color: gray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
  cursor: pointer;
}
.coupon-cross-btn:hover {
  background-color: #dfdfdf;
}

.wc-proceed-to-checkout.block {
  position: relative;
}
.wc-proceed-to-checkout.block:before {
  content: " ";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100;
}
.wc-proceed-to-checkout.block:after {
  content: "";
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

#discounts_coupons_table {
  width: 100%;
  margin: 10px 0;
}
#discounts_coupons_table .cart-discount-name {
  width: 45%;
  text-align: left;
  padding: 2px 0;
}
#discounts_coupons_table .cart-discount-name span {
  text-transform: uppercase;
  word-break: break-word;
}
#discounts_coupons_table .cart-discount-amount {
  width: 30%;
  text-align: center;
}
#discounts_coupons_table .cart-discount-remove {
  width: 25%;
  text-align: right;
  position: relative;
  padding-right: 28px;
}
#discounts_coupons_table .cart-discount-remove .woocommerce-remove-coupon {
  cursor: pointer;
}
#discounts_coupons_table .cart-discount-remove .woocommerce-remove-coupon:after {
  content: "✖";
  position: absolute;
  width: 19px;
  height: 19px;
  right: 5px;
  top: calc(50% - 8px);
  background-color: gray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: white;
  cursor: pointer;
}
#discounts_coupons_table .cart-discount-remove .woocommerce-remove-coupon:hover:after {
  background-color: #dfdfdf;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#coupon_code {
  padding-left: 10px;
}

.has_coupons {
  text-decoration: line-through;
  margin: 0 10px;
  display: inline-block;
}

.discount-old-price {
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
}

.discounts-sale-sticker {
  min-width: 50%;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
}
.discounts-sale-sticker-wrapper {
  position: absolute;
  z-index: 300;
  top: 10px;
  left: 0;
  right: 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.without-return-btn .checkout_coupon {
  margin-bottom: 0;
}

.discount-old-price .woocommerce-Price-amount.amount {
  font-size: 1.4rem;
}

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