.wc-block-checkout {
  background-color: var(--amarillo-claro-crema);
  padding: 0px 0 20px;
  font-family: var(--theme-font);
  color: var(--theme-black);
}
.wc-block-checkout h1,
.wc-block-checkout h2,
.wc-block-checkout h3,
.wc-block-checkout h4 {
  font-family: var(--theme-font-two);
  font-weight: 600;
  color: var(--theme-black);
}
.wc-block-checkout__main {
  background: var(--theme-white);
  border: 3px solid var(--theme-black);
  border-radius: 20px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .wc-block-checkout__main {
    padding: 20px !important;
  }
}
.wc-block-checkout__steps {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.wc-block-checkout__steps .wc-block-checkout__step {
  flex: 1;
  min-width: 150px;
  padding: 15px;
  background: rgba(156, 202, 238, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: var(--theme-font-two);
  font-weight: 700;
  color: var(--theme-gray);
  text-align: center;
}
.wc-block-checkout__steps .wc-block-checkout__step.is-active {
  background: var(--verde-norths);
  color: var(--theme-black);
  border-color: var(--theme-black);
}
.wc-block-checkout__steps .wc-block-checkout__step .wc-block-checkout__step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  margin-right: 8px;
  font-weight: 800;
}
.wc-block-checkout__contact-fields,
.wc-block-checkout__billing-fields,
.wc-block-checkout__shipping-fields,
.wc-block-checkout__additional-fields,
.wc-block-checkout__shipping-method,
.wc-block-checkout__payment-info,
.wp-block-woocommerce-checkout-fields-block {
  margin-bottom: 30px;
}
.wc-block-checkout__contact-fields h2,
.wc-block-checkout__billing-fields h2,
.wc-block-checkout__shipping-fields h2,
.wc-block-checkout__additional-fields h2,
.wc-block-checkout__shipping-method h2,
.wc-block-checkout__payment-info h2,
.wp-block-woocommerce-checkout-fields-block h2,
.wc-block-checkout__contact-fields h3,
.wc-block-checkout__billing-fields h3,
.wc-block-checkout__shipping-fields h3,
.wc-block-checkout__additional-fields h3,
.wc-block-checkout__shipping-method h3,
.wc-block-checkout__payment-info h3,
.wp-block-woocommerce-checkout-fields-block h3,
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__billing-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__shipping-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__additional-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__shipping-method .wc-block-components-checkout-step__title,
.wc-block-checkout__payment-info .wc-block-components-checkout-step__title,
.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__title {
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 22px;
  color: var(--theme-black);
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--verde-norths);
}
.wc-block-checkout__contact-fields h3,
.wc-block-checkout__billing-fields h3,
.wc-block-checkout__shipping-fields h3,
.wc-block-checkout__additional-fields h3,
.wc-block-checkout__shipping-method h3,
.wc-block-checkout__payment-info h3,
.wp-block-woocommerce-checkout-fields-block h3,
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__billing-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__shipping-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__additional-fields .wc-block-components-checkout-step__title,
.wc-block-checkout__shipping-method .wc-block-components-checkout-step__title,
.wc-block-checkout__payment-info .wc-block-components-checkout-step__title,
.wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-step__title {
  font-size: 18px;
}
.wc-block-checkout__form-row .form-row,
.wc-block-components-address-form__address .form-row,
.wc-block-components-checkout-form .form-row,
.wc-block-components-text-input .form-row,
.wc-block-components-select-input .form-row,
.wc-block-components-form-step .form-row {
  display: block;
  padding: 0;
  margin: 0 0 15px;
}
.wc-block-checkout__form-row label,
.wc-block-components-address-form__address label,
.wc-block-components-checkout-form label,
.wc-block-components-text-input label,
.wc-block-components-select-input label,
.wc-block-components-form-step label,
.wc-block-checkout__form-row .wc-blocks-components-form__label,
.wc-block-components-address-form__address .wc-blocks-components-form__label,
.wc-block-components-checkout-form .wc-blocks-components-form__label,
.wc-block-components-text-input .wc-blocks-components-form__label,
.wc-block-components-select-input .wc-blocks-components-form__label,
.wc-block-components-form-step .wc-blocks-components-form__label,
.wc-block-checkout__form-row .wc-block-components-form__label,
.wc-block-components-address-form__address .wc-block-components-form__label,
.wc-block-components-checkout-form .wc-block-components-form__label,
.wc-block-components-text-input .wc-block-components-form__label,
.wc-block-components-select-input .wc-block-components-form__label,
.wc-block-components-form-step .wc-block-components-form__label {
  display: block;
  font-family: var(--theme-font-two);
  font-weight: 700;
  font-size: 14px;
  color: var(--theme-black);
  margin-bottom: 5px;
}
.wc-block-checkout__form-row label .required,
.wc-block-components-address-form__address label .required,
.wc-block-components-checkout-form label .required,
.wc-block-components-text-input label .required,
.wc-block-components-select-input label .required,
.wc-block-components-form-step label .required,
.wc-block-checkout__form-row .wc-blocks-components-form__label .required,
.wc-block-components-address-form__address .wc-blocks-components-form__label .required,
.wc-block-components-checkout-form .wc-blocks-components-form__label .required,
.wc-block-components-text-input .wc-blocks-components-form__label .required,
.wc-block-components-select-input .wc-blocks-components-form__label .required,
.wc-block-components-form-step .wc-blocks-components-form__label .required,
.wc-block-checkout__form-row .wc-block-components-form__label .required,
.wc-block-components-address-form__address .wc-block-components-form__label .required,
.wc-block-components-checkout-form .wc-block-components-form__label .required,
.wc-block-components-text-input .wc-block-components-form__label .required,
.wc-block-components-select-input .wc-block-components-form__label .required,
.wc-block-components-form-step .wc-block-components-form__label .required,
.wc-block-checkout__form-row label .wc-block-components-form__label-required,
.wc-block-components-address-form__address label .wc-block-components-form__label-required,
.wc-block-components-checkout-form label .wc-block-components-form__label-required,
.wc-block-components-text-input label .wc-block-components-form__label-required,
.wc-block-components-select-input label .wc-block-components-form__label-required,
.wc-block-components-form-step label .wc-block-components-form__label-required,
.wc-block-checkout__form-row .wc-blocks-components-form__label .wc-block-components-form__label-required,
.wc-block-components-address-form__address .wc-blocks-components-form__label .wc-block-components-form__label-required,
.wc-block-components-checkout-form .wc-blocks-components-form__label .wc-block-components-form__label-required,
.wc-block-components-text-input .wc-blocks-components-form__label .wc-block-components-form__label-required,
.wc-block-components-select-input .wc-blocks-components-form__label .wc-block-components-form__label-required,
.wc-block-components-form-step .wc-blocks-components-form__label .wc-block-components-form__label-required,
.wc-block-checkout__form-row .wc-block-components-form__label .wc-block-components-form__label-required,
.wc-block-components-address-form__address .wc-block-components-form__label .wc-block-components-form__label-required,
.wc-block-components-checkout-form .wc-block-components-form__label .wc-block-components-form__label-required,
.wc-block-components-text-input .wc-block-components-form__label .wc-block-components-form__label-required,
.wc-block-components-select-input .wc-block-components-form__label .wc-block-components-form__label-required,
.wc-block-components-form-step .wc-block-components-form__label .wc-block-components-form__label-required {
  color: #E9656A;
  text-decoration: none;
}
.wc-block-checkout__form-row .wc-block-components-text-input__input,
.wc-block-components-address-form__address .wc-block-components-text-input__input,
.wc-block-components-checkout-form .wc-block-components-text-input__input,
.wc-block-components-text-input .wc-block-components-text-input__input,
.wc-block-components-select-input .wc-block-components-text-input__input,
.wc-block-components-form-step .wc-block-components-text-input__input,
.wc-block-checkout__form-row .wc-block-components-select-input__input,
.wc-block-components-address-form__address .wc-block-components-select-input__input,
.wc-block-components-checkout-form .wc-block-components-select-input__input,
.wc-block-components-text-input .wc-block-components-select-input__input,
.wc-block-components-select-input .wc-block-components-select-input__input,
.wc-block-components-form-step .wc-block-components-select-input__input,
.wc-block-checkout__form-row .input-text,
.wc-block-components-address-form__address .input-text,
.wc-block-components-checkout-form .input-text,
.wc-block-components-text-input .input-text,
.wc-block-components-select-input .input-text,
.wc-block-components-form-step .input-text,
.wc-block-checkout__form-row select,
.wc-block-components-address-form__address select,
.wc-block-components-checkout-form select,
.wc-block-components-text-input select,
.wc-block-components-select-input select,
.wc-block-components-form-step select,
.wc-block-checkout__form-row textarea,
.wc-block-components-address-form__address textarea,
.wc-block-components-checkout-form textarea,
.wc-block-components-text-input textarea,
.wc-block-components-select-input textarea,
.wc-block-components-form-step textarea {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 2px solid var(--theme-black);
  font-family: var(--theme-font);
  font-size: 15px;
  color: var(--theme-black);
  transition: border-color 0.2s;
  background: var(--theme-white);
  border: 1px solid var(--theme-black);
  border-radius: 10px;
  padding: 13px 24px;
  box-shadow: 3px 3px 0px 0px var(--theme-black);
}
.wc-block-checkout__form-row .wc-block-components-text-input__input:focus,
.wc-block-components-address-form__address .wc-block-components-text-input__input:focus,
.wc-block-components-checkout-form .wc-block-components-text-input__input:focus,
.wc-block-components-text-input .wc-block-components-text-input__input:focus,
.wc-block-components-select-input .wc-block-components-text-input__input:focus,
.wc-block-components-form-step .wc-block-components-text-input__input:focus,
.wc-block-checkout__form-row .wc-block-components-select-input__input:focus,
.wc-block-components-address-form__address .wc-block-components-select-input__input:focus,
.wc-block-components-checkout-form .wc-block-components-select-input__input:focus,
.wc-block-components-text-input .wc-block-components-select-input__input:focus,
.wc-block-components-select-input .wc-block-components-select-input__input:focus,
.wc-block-components-form-step .wc-block-components-select-input__input:focus,
.wc-block-checkout__form-row .input-text:focus,
.wc-block-components-address-form__address .input-text:focus,
.wc-block-components-checkout-form .input-text:focus,
.wc-block-components-text-input .input-text:focus,
.wc-block-components-select-input .input-text:focus,
.wc-block-components-form-step .input-text:focus,
.wc-block-checkout__form-row select:focus,
.wc-block-components-address-form__address select:focus,
.wc-block-components-checkout-form select:focus,
.wc-block-components-text-input select:focus,
.wc-block-components-select-input select:focus,
.wc-block-components-form-step select:focus,
.wc-block-checkout__form-row textarea:focus,
.wc-block-components-address-form__address textarea:focus,
.wc-block-components-checkout-form textarea:focus,
.wc-block-components-text-input textarea:focus,
.wc-block-components-select-input textarea:focus,
.wc-block-components-form-step textarea:focus {
  outline: none;
  border-color: var(--verde-norths);
}
.wc-block-checkout__form-row textarea,
.wc-block-components-address-form__address textarea,
.wc-block-components-checkout-form textarea,
.wc-block-components-text-input textarea,
.wc-block-components-select-input textarea,
.wc-block-components-form-step textarea {
  height: auto;
  min-height: 100px;
  padding: 12px 15px;
}
.wc-block-checkout__order-summary,
.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-cart-order-summary-block {
  background: var(--theme-white);
  border: 3px solid var(--theme-black);
  border-radius: 20px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 25px;
  color: var(--theme-black);
}
@media screen and (max-width: 1199px) {
  .wc-block-checkout__order-summary,
  .wp-block-woocommerce-checkout-order-summary-block,
  .wp-block-woocommerce-cart-order-summary-block {
    padding: 15px;
  }
}
.wc-block-checkout__order-summary .wc-block-checkout__order-summary-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-checkout__order-summary-title,
.wp-block-woocommerce-cart-order-summary-block .wc-block-checkout__order-summary-title,
.wc-block-checkout__order-summary h2,
.wp-block-woocommerce-checkout-order-summary-block h2,
.wp-block-woocommerce-cart-order-summary-block h2,
.wc-block-checkout__order-summary h3,
.wp-block-woocommerce-checkout-order-summary-block h3,
.wp-block-woocommerce-cart-order-summary-block h3 {
  font-family: var(--theme-font-two);
  font-weight: 800;
  font-size: 24px;
  color: var(--theme-black);
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--verde-norths);
}
.wc-block-checkout__order-summary .wc-block-checkout-order-summary__content,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-checkout-order-summary__content,
.wp-block-woocommerce-cart-order-summary-block .wc-block-checkout-order-summary__content,
.wc-block-checkout__order-summary .wc-block-components-order-summary,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary,
.wp-block-woocommerce-cart-order-summary-block .wc-block-components-order-summary {
  color: var(--theme-black);
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table {
  border: none;
  margin: 0;
  width: 100%;
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary th,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table th,
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary td,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table td {
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--theme-font);
  font-size: 15px;
  color: var(--theme-black);
  vertical-align: top;
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary th,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table th {
  font-weight: 700;
  padding-right: 20px;
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary td,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table td {
  text-align: right;
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary td .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary td .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary td .wc-block-formatted-money-amount,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table td .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table td .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table td .wc-block-formatted-money-amount {
  font-family: var(--theme-font-two);
  font-weight: 700;
  color: var(--verde-norths);
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total th,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total th,
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary tr.order-total th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary tr.order-total th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary tr.order-total th,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table tr.order-total th,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table tr.order-total th,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table tr.order-total th,
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total td,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total td,
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary tr.order-total td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary tr.order-total td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary tr.order-total td,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table tr.order-total td,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table tr.order-total td,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table tr.order-total td {
  padding-top: 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-black);
  border-bottom: none;
}
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary tr.wc-block-checkout-order-summary__order-total td .wc-block-formatted-money-amount,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table tr.wc-block-checkout-order-summary__order-total td .wc-block-formatted-money-amount,
.wc-block-checkout__order-summary table.wc-block-checkout-order-summary tr.order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-checkout-order-summary tr.order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-checkout-order-summary tr.order-total td .wc-block-formatted-money-amount,
.wc-block-checkout__order-summary table.wc-block-components-order-summary-table tr.order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout-order-summary-block table.wc-block-components-order-summary-table tr.order-total td .wc-block-formatted-money-amount,
.wp-block-woocommerce-cart-order-summary-block table.wc-block-components-order-summary-table tr.order-total td .wc-block-formatted-money-amount {
  color: var(--verde-norths);
  font-size: 26px;
}
/* .wc-block-checkout__shipping-method,
.wc-block-components-radio-control {
    label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        font-family: var(--theme-font);
        font-weight: 600;
        color: var(--theme-black);
        cursor: pointer;
    }

    input[type="radio"] {
        width: 18px;
        height: 18px;
        accent-color: var(--verde-norths);
    }
} */
.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1.5px var(--verde-norths);
}
.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option--checked-option-highlighted label input[type="radio"]:checked {
  outline: none;
}
/* .wc-block-checkout__payment-method,
.wc-block-components-radio-control__option,
.wc-block-checkout__payment-methods {
    background: transparent;
    border: none;
    padding: 0;

    .wc-block-components-radio-control__label,
    label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        font-family: var(--theme-font-two);
        font-weight: 700;
        color: var(--theme-black);
        cursor: pointer;
    }

    input[type="radio"] {
        width: 18px;
        height: 18px;
        accent-color: var(--verde-norths);
    }

    .payment_box,
    .wc-block-checkout__payment-method-description {
        margin-top: 12px;
        padding: 15px;
        background-color: rgba(252, 234, 13, 0.08);
        border: 2px solid var(--theme-black);
        border-radius: 8px;
        font-size: 14px;
        color: var(--theme-black);
    }
} */
.wc-block-checkout__form input:not([type="checkbox"]):not([type="radio"]),
.wc-block-checkout__form select,
.wc-block-checkout__form textarea {
  background: var(--theme-white);
  border: 1px solid var(--theme-black) !important;
  border-radius: 10px !important;
  padding: 13px 24px;
  box-shadow: 3px 3px 0px 0px var(--theme-black);
}
.wc-block-checkout__form input:not([type="checkbox"]):not([type="radio"]):focus,
.wc-block-checkout__form select:focus,
.wc-block-checkout__form textarea:focus {
  outline: none;
  border: 1px solid var(--theme-black);
  box-shadow: 3px 3px 0px 0px var(--theme-black);
}
.wc-block-checkout__form input:not([type="checkbox"]):not([type="radio"])::placeholder,
.wc-block-checkout__form select::placeholder,
.wc-block-checkout__form textarea::placeholder {
  opacity: 0.5;
}
.wc-block-checkout__form div.wc-block-components-text-input > label,
.wc-block-checkout__form div.wc-blocks-components-select__container > label {
  opacity: 0.7;
  color: var(--theme-gray);
}
.wc-block-checkout__form .wc-block-checkout__no-payment-methods-notice {
  background-color: #2cad6fa1 !important;
  border-color: var(--theme-base) !important;
}
.wc-block-checkout__form .wc-block-checkout__no-payment-methods-notice svg {
  background-color: var(--theme-base);
}
.wc-block-checkout__form .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--theme-base);
}
@media screen and (max-width: 991px) {
  .wc-block-checkout__form .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
}
.wc-block-checkout__actions,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-button,
.wc-block-checkout__payment-method-actions {
  margin-top: 25px;
}
.wc-block-checkout__actions .wc-block-components-button,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-button .wc-block-components-button,
.wc-block-checkout__payment-method-actions .wc-block-components-button,
.wc-block-checkout__actions .button,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-button .button,
.wc-block-checkout__payment-method-actions .button {
  display: block;
  text-align: center;
  font-family: var(--theme-font-two);
  font-weight: 700;
  font-size: 16px;
  padding: 18px 30px;
  background: var(--verde-norths);
  color: var(--theme-black);
  border: 2px solid var(--theme-black);
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: initial;
}
.wc-block-checkout__actions .wc-block-components-button:hover,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-button .wc-block-components-button:hover,
.wc-block-checkout__payment-method-actions .wc-block-components-button:hover,
.wc-block-checkout__actions .button:hover,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-button .button:hover,
.wc-block-checkout__payment-method-actions .button:hover {
  background: var(--theme-black);
  color: var(--theme-white);
}
@media screen and (max-width: 991px) {
  .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-black);
}
@media screen and (max-width: 991px) {
  .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    border-bottom: none;
  }
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 13px;
  color: var(--theme-black);
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item__description .wc-block-cart-item__prices .wc-block-components-order-summary-item__individual-prices {
  color: var(--verde-norths);
  font-family: var(--theme-font-two);
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item__description .wc-block-components-product-metadata .wc-block-components-product-metadata__description p {
  font-weight: 500;
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary-item__total-price .wc-block-components-product-price {
  font-family: var(--theme-font-two);
  font-weight: 600;
  color: var(--verde-norths);
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  border-top: 1px solid var(--theme-base) !important;
}
@media screen and (max-width: 991px) {
  .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    padding-bottom: 16px !important;
  }
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button {
  color: var(--theme-black);
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__form #wc-block-components-totals-coupon__input-coupon {
  border-radius: 10px;
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__form .wc-block-components-button {
  margin-top: 0px;
  border: 2px solid #1D1D1B;
  background-color: var(--verde-norths);
  color: var(--theme-white);
  font-family: var(--theme-font-two);
  border-radius: 10px;
  font-weight: 500;
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid var(--theme-base) !important;
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__label {
  color: var(--theme-black);
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-formatted-money-amount {
  font-family: var(--theme-font-two);
  font-weight: 600;
  color: var(--verde-norths);
}
@media screen and (max-width: 991px) {
  .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper {
    padding-bottom: 0;
  }
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper .wc-block-components-totals-item__value .wc-block-formatted-money-amount {
  font-family: var(--theme-font-two);
  font-weight: 600;
  color: var(--verde-norths);
}
.wc-block-checkout__terms {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-family: var(--theme-font);
  font-size: 14px;
  color: var(--theme-black);
}
.wc-block-checkout__terms input[type="checkbox"] {
  margin-right: 8px;
  accent-color: var(--verde-norths);
}
.wc-block-checkout__terms a {
  color: var(--verde-norths);
  font-weight: 600;
  text-decoration: none;
}
.wc-block-checkout__terms a:hover {
  color: var(--theme-black);
}
.wc-block-components-notice-banner,
.wc-block-checkout__notice {
  padding: 15px 25px;
  border: 2px solid var(--theme-black);
  border-radius: 10px;
  font-family: var(--theme-font);
  font-weight: 600;
  margin-bottom: 20px;
}
.wc-block-components-notice-banner.is-success,
.wc-block-checkout__notice.is-success {
  background-color: var(--verde-norths);
  color: var(--theme-black);
}
.wc-block-components-notice-banner.is-info,
.wc-block-checkout__notice.is-info {
  background-color: var(--azul-norths);
  color: var(--theme-black);
}
.wc-block-components-notice-banner.is-error,
.wc-block-checkout__notice.is-error {
  background-color: #E9656A;
  color: var(--theme-white);
}
.wc-block-cart__coupon,
.checkout_coupon {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .wc-block-cart__coupon,
  .checkout_coupon {
    flex-direction: column;
    align-items: stretch;
  }
}
.wc-block-cart__coupon .wc-block-components-text-input input,
.checkout_coupon .wc-block-components-text-input input,
.wc-block-cart__coupon input[type="text"],
.checkout_coupon input[type="text"] {
  flex: 1;
  max-width: 250px;
  height: 44px;
  padding: 0 15px;
  border: 2px solid var(--theme-black);
  border-radius: 10px;
  background: var(--theme-white);
  font-family: var(--theme-font);
  font-weight: 600;
}
.wc-block-cart__coupon .wc-block-components-text-input input:focus,
.checkout_coupon .wc-block-components-text-input input:focus,
.wc-block-cart__coupon input[type="text"]:focus,
.checkout_coupon input[type="text"]:focus {
  outline: none;
  border-color: var(--verde-norths);
}
.wc-block-cart__coupon button,
.checkout_coupon button,
.wc-block-cart__coupon .wc-block-components-button,
.checkout_coupon .wc-block-components-button {
  height: 44px;
  padding: 0 25px;
  background: var(--verde-norths);
  color: var(--theme-black);
  border: 2px solid var(--theme-black);
  border-radius: 10px;
  font-family: var(--theme-font-two);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.wc-block-cart__coupon button:hover,
.checkout_coupon button:hover,
.wc-block-cart__coupon .wc-block-components-button:hover,
.checkout_coupon .wc-block-components-button:hover {
  background: var(--theme-black);
  color: var(--theme-white);
}
@media (max-width: 992px) {
  .wc-block-checkout .wc-block-checkout__form,
  .wc-block-checkout .wc-block-checkout__main {
    width: 100%;
    max-width: 100%;
  }
  .wc-block-checkout__sidebar,
  .wc-block-components-order-summary {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .wc-block-checkout {
    padding: 0px 0 50px;
  }
  .wc-block-checkout h2,
  .wc-block-checkout h3 {
    font-size: 18px;
  }
  .wc-block-checkout__steps {
    flex-direction: column;
  }
  .wc-block-checkout-order-summary .wc-block-checkout-order-summary__title,
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-checkout-order-summary__title,
  .wp-block-woocommerce-cart-order-summary-block .wc-block-checkout-order-summary__title,
  .wc-block-checkout-order-summary h2,
  .wp-block-woocommerce-checkout-order-summary-block h2,
  .wp-block-woocommerce-cart-order-summary-block h2,
  .wc-block-checkout-order-summary h3,
  .wp-block-woocommerce-checkout-order-summary-block h3,
  .wp-block-woocommerce-cart-order-summary-block h3 {
    font-size: 18px;
  }
}
