/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  display: none;
}

.checkout.woocommerce-checkout {
  background-color: var(--tres-color-lighter-green);
  padding: 0 20px;
}

.checkout.woocommerce-checkout .col2-set .col-1 {
  float: unset;
}

.checkout.woocommerce-checkout .col2-set .col-1 .col-2 {
  float: unset;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields>h3 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  color: var(--tres-color-dark-green);
  padding: 39px 0 27px;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  float: unset;
}

#billing_address_2_field,
.billing_address_3_field,
.billing_address_4_field {
  width: calc((100% - 20px) / 3) !important;
  display: inline-block !important;
  margin-left: 10px !important;
  clear: unset;
}

.billing_address_4_field {
  margin: 0 !important;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>p.form-row:nth-child(1) {
  padding: 0 0 8px;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  padding: 0 0 2px;
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  padding: 13px 7px;
  border: none;
  border-radius: 4px;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid span.woocommerce-input-wrapper>input {
  border: 1px solid var(--tres-color-error-red);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .addresses-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input::-webkit-input-placeholder {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input::-moz-placeholder {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input:-ms-input-placeholder {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input::-ms-input-placeholder {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input::placeholder {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-additional-fields {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  margin: 0;
}

.rtl .woocommerce .col2-set .col-2 {
  float: none;
  margin: 0 0 25px;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes {
  padding: 0;
  margin: 0;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  padding: 0 0 7px;
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .order_comments {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .optional {
  display: none;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields p.form-row.form-row-first {
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  float: unset;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(4) input {
  outline: none;
  border: none;
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
  padding: 13px 7px;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(4) input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(4) input::-moz-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(4) input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(4) input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(4) input::placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(5) {
  position: relative;
  padding: 0;
  margin: 0;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(5) button.button {
  position: absolute;
  background-color: var(--tres-color-mustard-yellow);
  bottom: 32px;
  left: 21px;
  padding: 7px 8px 7px;
  padding-left: 18px;
  margin: 0;
  color: var(--tres-color-white);
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  border-radius: 8px;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields>p:nth-child(5) button.button::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/09/white_arrow.svg");
  width: 5px;
  height: 8px;
  top: 10px;
  left: 8px;
}

.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text {
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 15px;
  padding: 5px;
  font-weight: 400;
  border: none;
  height: 75px;
  resize: none;
  border-radius: 4px;
}

.coupon-space {
  height: 40px;
  padding: 0 0 25px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.forms-coupon-checkout-container {
  position: relative;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon {
  position: absolute;
  background-color: var(--tres-color-lighter-green);
  margin: 0;
  border: none;
  display: block;
  top: 710px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon.active {
  top: 962px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-first {
  padding: 0 20px;
  margin: 0;
  width: 100%;
  float: unset;
}

.checkout_coupon.woocommerce-form-coupon p.form-row input.input-text {
  padding: 13px 7px;
  height: 40px;
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  border: none;
  outline: none;
}

.checkout_coupon.woocommerce-form-coupon p.form-row input.input-text::-webkit-input-placeholder {
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
}

.checkout_coupon.woocommerce-form-coupon p.form-row input.input-text::-moz-placeholder {
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
}

.checkout_coupon.woocommerce-form-coupon p.form-row input.input-text:-ms-input-placeholder {
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
}

.checkout_coupon.woocommerce-form-coupon p.form-row input.input-text::-ms-input-placeholder {
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
}

.checkout_coupon.woocommerce-form-coupon p.form-row input.input-text::placeholder {
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last {
  position: absolute;
  margin: 0;
  padding: 0;
  float: unset;
  width: unset;
  left: 38px;
  top: 7px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last button.button {
  padding: 7px 8px;
  padding-left: 13px;
  color: var(--tres-color-white);
  background-color: var(--tres-color-mustard-yellow);
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  position: relative;
  border-radius: 8px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last button.button::after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2022/09/white_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 11px;
  left: 6px;
  width: 5px;
  height: 8px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: transparent;
  margin: 0;
}

p.coupon-comment {
  display: none;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: var(--tres-color-white);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order h3#order_review_heading {
  background-color: var(--tres-color-white);
  padding: 18px 12px 12px;
  padding-left: 0;
  font-size: 17px;
  color: var(--tres-color-dark-green);
  line-height: 20px;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
  border-color: unset;
  border: none;
  border-collapse: collapse;
  margin: 0 0 23px;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead {
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead.woocommerce-checkout-review-order-table-head tr.woocommerce-checkout-review-order-table-row {
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead.woocommerce-checkout-review-order-table-head tr.woocommerce-checkout-review-order-table-row th.woocommerce-checkout-review-order-table-th,
.woocommerce table.shop_table tfoot .cart-discount td {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--tres-color-dark-green);
  padding: 12px 12px 7px;
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead.woocommerce-checkout-review-order-table-head tr.woocommerce-checkout-review-order-table-row th.woocommerce-checkout-review-order-table-th.first-col {
  text-align: right;
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead.woocommerce-checkout-review-order-table-head tr.woocommerce-checkout-review-order-table-row th.woocommerce-checkout-review-order-table-th.second-col {
  text-align: left;
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tbody.woocommerce-checkout-review-order-table-body {
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tbody.woocommerce-checkout-review-order-table-body {
  display: none;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot {
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .cart-subtotal,
.woocommerce table.shop_table tfoot .cart-discount th {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: var(--tres-color-dark-green);
  padding: 12px 12px 7px;
  border-color: unset;
  border: none;
  border-collapse: collapse;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .cart-subtotal th.cart-subtotal-th-first,
.woocommerce table.shop_table tfoot .cart-discount th {
  text-align: right;
  border-color: unset;
  border: none;
  border-collapse: collapse;
  border-bottom: 1.5px solid var(--tres-color-mustard-yellow);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .cart-subtotal td.cart-subtotal-td-second,
.woocommerce table.shop_table tfoot .cart-discount td {
  text-align: left;
  border-color: unset;
  border: none;
  border-bottom: 1.5px solid var(--tres-color-mustard-yellow);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-color: unset;
  border: none;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals {
  border-color: unset;
  border: none;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals th {
  border-color: unset;
  border: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td {
  border-color: unset;
  border: none;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li input {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li label {
  position: relative;
  padding: 0 33px;
  padding-left: 0;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li input~label::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  background-color: var(--tres-color-white);
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--tres-color-mustard-yellow);
  border-radius: 50%;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li input:checked~label::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 3px;
  background-color: var(--tres-color-mustard-yellow);
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--tres-color-mustard-yellow);
  border-radius: 50%;
  margin: 0px;
}

.woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li label span {
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .order-total {
  font-size: 13px;
  line-height: 20px;
  line-height: 700;
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .order-total th {
  border-color: unset;
  border: none;
  border-top: 1.5px solid var(--tres-color-mustard-yellow);
  text-align: right;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .order-total td {
  border-color: unset;
  border: none;
  border-top: 1.5px solid var(--tres-color-mustard-yellow);
  -moz-text-align-last: left;
  text-align-last: left;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
  background-color: var(--tres-color-white);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods {
  padding: 0 0 11px;
  border-bottom: 1.5px solid var(--tres-color-mustard-yellow);
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li {
  font-size: 15px;
  line-height: 23px;
  color: var(--tres-color-dark-green);
  font-weight: 400;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li label {
  position: relative;
  padding: 0 45px;
  padding-left: 0;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li input~label::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 13px;
  background-color: var(--tres-color-white);
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--tres-color-mustard-yellow);
  border-radius: 50%;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li input:checked~label::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 16px;
  background-color: var(--tres-color-mustard-yellow);
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--tres-color-mustard-yellow);
  border-radius: 50%;
  margin: 0px;
}

.checkout.woocommerce-checkout .condition-agreement {
  padding: 0 0 12px;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--tres-color-dark-green);
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .messages-approvement {
  padding: 0 0 19px;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--tres-color-dark-green);
}

.checkout.woocommerce-checkout .condition-agreement span label input,
.checkout.woocommerce-checkout .messages-approvement span label input {
  display: none;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: var(--tres-color-error-red);
  display: block !important;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 0 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}

.checkout.woocommerce-checkout .messages-approvement span label,
.checkout.woocommerce-checkout .condition-agreement span label {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 29px;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--tres-color-dark-green);
}

span.condition-agreement-box,
span.messages-approvement-box {
  position: relative;
  display: block;
}

.checkout.woocommerce-checkout .condition-agreement span label input~span.condition-agreement-box::before,
.checkout.woocommerce-checkout .messages-approvement span label input~span.messages-approvement-box::before {
  content: "";
  position: absolute;
  background-color: var(--tres-color-white);
  top: 5px;
  right: -31px;
  width: 16px;
  height: 16px;
  background-color: var(--tres-color-mustard-yellow);
  margin: 0;
  display: block;
  cursor: pointer;
}

.checkout.woocommerce-checkout .condition-agreement span label input:checked~.condition-agreement-box::after,
.checkout.woocommerce-checkout .messages-approvement span label input:checked~span.messages-approvement-box::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2022/10/Icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 5px;
  right: -29px;
  width: 12px;
  height: 14px;
  display: block;
  cursor: pointer;
}

.checkout.woocommerce-checkout .messages-approvement span label span.optional {
  display: none;
}

.woocommerce .checkout.woocommerce-checkout #payment .checkout-button-container {
  text-align: center;
}

.woocommerce .checkout.woocommerce-checkout #payment .checkout-button-container #place_order {
  background-color: var(--tres-color-mustard-yellow);
  width: 143px;
  height: 48px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: var(--tres-color-white);
  border-radius: 15px;
  margin: 0;
  letter-spacing: 0.07em;
}

.checkout-gift-container {
  background-color: var(--tres-color-white);
  padding: 9px 13px 0;
  padding-left: 9px;
  margin: 0 0 25px;
  cursor: pointer;
  border-radius: 4px;
}

.checkout-gift-title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px;
}

.checkout-gift-title-line.active {
  padding: 0 0 22px;
  cursor: pointer;
}

.checkout-gift-title-line-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

img.checkout-gift-title-img {
  width: 15px;
  height: 20px;
}

h3.checkout-gift-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: var(--tres-color-dark-green);
}

.checkout-gift-title-line-left {
  background-color: var(--tres-color-mustard-yellow);
  color: var(--tres-color-white);
  width: 21px;
  height: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.checkout-gift-img-close {
  display: block;
  position: relative;
  transition: transform 0.5s ease-in-out;
  transform: rotate(45deg);
}

.checkout-gift-img-close.active {
  transform: rotate(90deg);
}

.checkout-gift-img-close::after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2022/11/cancel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
  top: -11px;
  left: -11px;
}

.checkout-gift-bottom {
  display: none;
}

.checkout-gift-bottom.active {
  display: block;
}

.checkout-gift-input-container {
  padding: 0 0 21px;
}

.checkout-gift-input-container input,
.checkout-gift-input-container textarea {
  border: none;
  border-bottom: 1px solid var(--tres-color-dark-green);
  width: 100%;
  font-size: 14px;
  padding: 0 0 8px;
  line-height: 17px;
  outline: none;
  margin: 0 0 5px;
  resize: none;
}

.checkout-gift-input-container label {
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: var(--tres-color-gray-one);
}

.checkout-gift-button-container {
  text-align: center;
  padding: 0 0 19px;
}

.checkout-gift-button {
  background-color: var(--tres-color-mustard-yellow);
  padding: 0;
  color: var(--tres-color-white);
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  border: none;
  border-radius: 13px;
  width: 100px;
  height: 48px;
  letter-spacing: 0.07em;
}

.woocommerce-message,
.woocommerce-error {
  margin: 0;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon,
.ywgc_have_code {
  display: none;
}

.lukio_coupon {
  margin-bottom: 25px;
  padding: 6px 7px;
  padding-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.lukio_coupon_input {
  width: 100%;
  padding: 13px 7px;
  height: 40px;
  color: var(--tres-color-dark-green);
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  border: none;
  outline: none;
}

/* itai */
.lukio_coupon_submit {
  padding: 7px 8px;
  padding-left: 13px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  border-radius: 8px;
  color: var(--tres-color-white);
  background-color: var(--tres-color-mustard-yellow);
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lukio_coupon_submit::after {
  margin-right: 5px;
  display: inline-block;
  content: "";
  background-image: url("/wp-content/uploads/2022/09/white_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 11px;
  left: 6px;
  width: 5px;
  height: 8px;
}

#billing_country_field {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .woocommerce-checkout #payment div.form-row {
    padding: 20px 0 34px;
  }

  .checkout.woocommerce-checkout .messages-approvement span label,
  .checkout.woocommerce-checkout .condition-agreement span label {
    padding: 0 28px 0 0;
    font-size: clamp(15px, 0.98vw, 19px);
    line-height: 1.47;
    color: var(--tres-color-dark-green);
    padding-left: 0;
  }

  .checkout.woocommerce-checkout .condition-agreement span label input~span.condition-agreement-box::before,
  .checkout.woocommerce-checkout .messages-approvement span label input~span.messages-approvement-box::before {
    right: -28px;
  }

  .checkout-gift-img-close::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .checkout-gift-button {
    width: 9.87vw;
    max-width: 187px;
    height: 2.96vw;
    max-height: 57px;
    letter-spacing: 2px;
  }

  .woocommerce {
    padding: min(2.96vw, 57px) calc((100% - 1230px) / 2) min(8.38vw, 161px);
    background-color: var(--tres-color-lighter-green);
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    max-width: 600px;
    width: 31.25vw;
  }

  .coupon-space {
    display: none;
    padding: 0;
  }

  .checkout.woocommerce-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 min(9.79vw, 188px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
  }

  p#billing_address_2_field {
    width: 47% !important;
    margin: 0 !important;
  }

  p#billing_billing_address_3_field,
  p#billing_billing_address_4_field {
    width: 21% !important;
    margin: 0 !important;
  }

  .billing_address_4_field {
    margin-left: 0 !important;
  }

  .checkout.woocommerce-checkout div#customer_details .col-1 {
    width: 100%;
    float: unset;
  }

  .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    margin: 0 0 min(1.04vw, 27px);
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields>h3 {
    font-size: clamp(25px, 2.23vw, 43px);
    line-height: 1.14;
    padding: 0 0 min(0.93vw, 18px);
    text-align: right;
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 min(1.66vw, 32px);
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>p.form-row {
    padding: 0 0 min(1.8vw, 36px);
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>p.form-row {
    padding: 0 0 min(1.8vw, 36px);
    width: 47%;
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>p.form-row label {
    font-size: clamp(11px, 0.67vw, 13px);
    line-height: 2.15;
    margin: 0;
    padding: 0;
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
    font-size: clamp(15px, 1.09vw, 21px);
    line-height: 1.33;
    padding: min(0.67vw, 13px) min(0.93vw, 18px) min(0.46vw, 9px) min(1.25vw, 24px);
    border-radius: 8px;
  }

  .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .addresses-details-container {
    gap: 0 min(1.61vw, 31px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47% min(1.61vw, 31px) 21% min(1.61vw, 31px) 21%;
    grid-template-columns: 47% 21% 21%;
  }

  .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes label {
    font-size: clamp(15px, 1.09vw, 21px);
    line-height: 1.33;
    padding: 0 0 5px;
  }

  .checkout.woocommerce-checkout div#customer_details .col-1 .col-2 {
    width: 100%;
    float: unset;
  }

  .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text {
    font-size: clamp(15px, 1.09vw, 21px);
    line-height: 1.33;
    padding: min(1.52vw, 10px);
    height: 6.35vw;
    max-height: 122px;
    width: 31.25vw;
    max-width: 600px;
    border-radius: 13px;
  }

  .checkout-gift-container {
    background-color: var(--tres-color-white);
    padding: min(0.93vw, 18px) min(0.62vw, 12px) 0;
    padding-left: min(0.78vw, 15px);
    margin: 0;
    border-radius: 13px;
  }

  .checkout-gift-title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 min(0.78vw, 15px);
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
    border-radius: 17px;
  }

  img.checkout-gift-title-img {
    width: 1.04vw;
    max-width: 20px;
    height: 1.4vw;
    max-height: 27px;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    background-color: var(--tres-color-white);
    margin: 0;
    max-width: 442px;
    width: 23.02vw;
    border-radius: 17px;
    padding: 0 28px;
  }

  .woocommerce .checkout_coupon.woocommerce-form-coupon {
    top: unset;
    width: 23.02vw;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 442px;
    left: 0;
    left: 222px;
  }

  .woocommerce .checkout_coupon.woocommerce-form-coupon.active {
    top: unset;
  }

  .checkout_coupon.woocommerce-form-coupon p.form-row-last {
    left: min(0.57vw, 11px);
    top: min(0.62vw, 12px);
  }

  .checkout_coupon.woocommerce-form-coupon p.form-row-last button.button {
    padding: 0;
    font-size: min(0.78vw, 15px);
    line-height: 1.21;
    width: 3.95vw;
    max-width: 76px;
    height: 1.77vw;
    max-height: 34px;
    border-radius: 11px;
  }

  .checkout_coupon.woocommerce-form-coupon p.form-row-last button.button::after {
    top: min(0.67vw, 13px);
    left: min(0.67vw, 13px);
    width: 6px;
    height: 8px;
  }

  .checkout_coupon.woocommerce-form-coupon p.form-row-first {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .checkout_coupon.woocommerce-form-coupon p.form-row input.input-text {
    padding: min(0.625vw, 12px) min(0.26vw, 5px);
    max-height: 56px;
    height: 2.91vw;
    color: var(--tres-color-dark-green);
    font-size: clamp(15px, 1.04vw, 20px);
    line-height: 1.4;
    font-weight: 400;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order h3#order_review_heading {
    padding: min(1.45vw, 28px) 0;
    padding-left: 0;
    font-size: clamp(17px, 1.56vw, 30px);
    line-height: 1;
    border-radius: 17px;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead.woocommerce-checkout-review-order-table-head tr.woocommerce-checkout-review-order-table-row th.woocommerce-checkout-review-order-table-th {
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 1.55;
    padding: 0 0 min(0.36vw, 7px);
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .cart-subtotal {
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 1.55;
    padding: 0;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .cart-subtotal th.cart-subtotal-th-first,
  .woocommerce table.shop_table tfoot .cart-discount th {
    padding: 0 0 min(0.36vw, 7px);
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .cart-subtotal td.cart-subtotal-td-second,
  .woocommerce table.shop_table tfoot .cart-discount td {
    padding: 0 0 min(0.36vw, 7px);
    font-size: clamp(13px, 0.93vw, 18px);
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table thead.woocommerce-checkout-review-order-table-head tr.woocommerce-checkout-review-order-table-row th.woocommerce-checkout-review-order-table-th.second-col {
    font-size: clamp(13px, 0.93vw, 18px);
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals th {
    padding: 21px 0 12px;
    border-color: unset;
    font-size: clamp(13px, 1.09vw, 21px);
    line-height: 1.4;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td {
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 1.5;
    padding: 0;
  }

  .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li label {
    padding: 0 30px;
    padding-left: 0;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li label {
    padding: 0 30px;
  }

  .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li input~label::before {
    right: 0;
  }

  .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .woocommerce-shipping-totals td ul#shipping_method.woocommerce-shipping-methods li input:checked~label::after {
    right: 3px;
    top: 1px;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li input~label::before {
    right: 0;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li input:checked~label::after {
    top: 1px;
    right: 3px;
  }

  .checkout.woocommerce-checkout .condition-agreement span label input:checked~.condition-agreement-box::after,
  .checkout.woocommerce-checkout .messages-approvement span label input:checked~span.messages-approvement-box::after {
    right: -26px;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .order-total td {
    font-size: clamp(13px, 0.93vw, 18px);
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .order-total th {
    padding: min(1.09vw, 21px) 0;
    padding-left: 0;
    font-size: clamp(13px, 0.93vw, 18px);
    line-height: 1.5;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
    margin: 0;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment ul.payment_methods li {
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 1.5;
  }

  .checkout.woocommerce-checkout .condition-agreement {
    font-size: clamp(15px, 0.93vw, 18px);
    line-height: 1.5;
  }

  .woocommerce .checkout.woocommerce-checkout #payment .checkout-button-container #place_order {
    font-size: clamp(13px, 0.93vw, 18px);
    line-height: 1.16;
    width: 100%;
    letter-spacing: 2px;
  }

  .checkout-gift-button-container {
    text-align: left;
    padding: 0 0 min(2.34vw, 45px);
  }

  .lukio_coupon {
    margin-bottom: 35px;
    border-radius: 8px;
    padding: 8px 20px;
  }

  .lukio_coupon_input {
    font-size: 20px;
  }

  .lukio_coupon_input::placeholder {
    color: var(--tres-color-dark-green);
  }

  .lukio_coupon_submit {
    padding: 10px 19px;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot.woocommerce-checkout-review-order-table-foot .order-total td strong {
    font-weight: 600;
  }
}