/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/checkout.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.y-w-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
  margin-top: var(--wp--preset--spacing--50);
}
.y-w-block-checkout .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-place-order-button {
  width: 100%;
}
.y-w-block-checkout .wc-block-components-form .wc-block-components-checkout-step {
  background: var(--wp--preset--color--beige-000);
  padding: var(--wp--preset--spacing--70);
  margin: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-checkout .wc-block-components-checkout-step__heading-container {
  margin-bottom: var(--wp--preset--spacing--60);
}
.y-w-block-checkout .wc-block-components-title.wc-block-components-title {
  color: var(--wp--preset--color--beige-900, #272725);
  font-size: var(--wp--preset--font-size--h-1);
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.y-w-block-checkout .wc-block-components-address-form__country {
  display: none;
}
.y-w-block-checkout .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper {
  display: none;
}
.y-w-block-checkout .wc-block-components-address-address-wrapper.is-editing .wc-block-components-address-form-wrapper {
  display: block;
}
.y-w-block-checkout .wc-block-components-address-address-wrapper .wc-block-components-address-card {
  margin: 0 0 var(--wp--preset--spacing--60) 0;
}
.y-w-block-checkout .wc-block-components-address-address-wrapper .wc-block-components-address-card address {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: var(--wp--preset--spacing--30);
}
.y-w-block-checkout .wc-block-components-address-address-wrapper .wc-block-components-address-card address span {
  color: var(--wp--preset--color--beige-900, #272725);
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 400;
}
.y-w-block-checkout .wc-block-components-address-address-wrapper .wc-block-components-address-card .wc-block-components-address-card__edit {
  text-decoration: underline;
  margin-top: var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--beige-900, #272725);
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  line-height: inherit;
}
.y-w-block-checkout .wc-block-components-address-card-wrapper {
  display: none;
}
.y-w-block-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.y-w-block-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  display: none;
}
.y-w-block-checkout .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
  left: -15px;
}
.y-w-block-checkout .wc-block-checkout__login-prompt,
.y-w-block-checkout .wc-block-checkout__guest-checkout-notice {
  display: none;
}
.y-w-block-checkout .wc-block-components-totals-coupon__description {
  display: none;
}
.y-w-block-checkout .wc-block-components-checkout-order-summary__title-text {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body), "sans-serif";
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-checkout .wc-block-components-checkout-order-summary__title-price {
  display: none;
}
.y-w-block-checkout .wc-block-components-checkout-order-summary__title-icon {
  display: none;
}
.y-w-block-checkout .wc-block-components-order-summary-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 var(--wp--preset--spacing--50);
  background: var(--wp--preset--color--beige-100);
  padding: var(--wp--preset--spacing--50);
  position: relative;
}
.y-w-block-checkout .wc-block-components-order-summary-item__image img {
  width: 60px;
  height: auto;
}
.y-w-block-checkout .wc-block-components-order-summary-item__quantity {
  color: var(--wp--preset--color--beige-700);
  font-style: normal;
  font-weight: 400;
  position: absolute;
  font-size: var(--wp--preset--font-size--body-xxs);
  bottom: var(--wp--preset--spacing--50);
  left: calc(60px + var(--wp--preset--spacing--50) * 2);
}
.y-w-block-checkout .wc-block-components-order-summary-item__total-price {
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.y-w-block-checkout .wc-block-components-order-summary-item__description {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.y-w-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  margin: 0;
  font-family: var(--wp--preset--font-family--body);
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  font-weight: 400;
  order: 2;
}
.y-w-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price {
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  font-weight: 700;
  display: none;
}
.y-w-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  order: 1;
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.y-w-block-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description {
  display: none;
}
.y-w-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background-color: var(--wp--preset--color--beige-000);
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--50) 0 var(--wp--preset--spacing--50);
}
.y-w-block-checkout .wc-block-components-checkout-order-summary__content {
  display: flex;
  flex-direction: column;
}
.y-w-block-checkout .wc-block-components-totals-item__description {
  display: none;
}
.y-w-block-checkout .wc-block-checkout__totals-title {
  color: var(--wp--preset--color--beige-900);
  font-family: var(--wp--preset--font-family--body), "sans-serif";
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-checkout .wc-block-checkout__submit-button {
  width: 100%;
}
.y-w-block-checkout .wc-block-checkout__submit-container {
  display: flex;
}
.y-w-block-checkout .wc-block-components-totals-wrapper {
  border: 0;
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-checkout .wc-block-components-totals-wrapper.slot-wrapper > * > * {
  padding: 0;
}
.y-w-block-checkout .wc-block-components-totals-wrapper:empty {
  border: 0;
  padding: 0;
}
.y-w-block-checkout .wc-block-components-totals-item__label {
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  font-weight: 400;
}
.y-w-block-checkout .wc-block-components-totals-item__value {
  color: var(--wp--preset--color--beige-900);
  font-size: var(--wp--preset--font-size--body-s);
  font-style: normal;
  font-weight: 400;
}
.y-w-block-checkout .wc-block-components-totals-item__value strong {
  font-weight: 400;
}
.y-w-block-checkout .wc-block-components-totals-footer-item-tax-value {
  font-weight: 600;
}
.y-w-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0 0 var(--wp--preset--spacing--50) 0;
}
.y-w-block-checkout .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-checkout-order-summary-cart-items-block) {
  order: 2;
}
.y-w-block-checkout .wc-block-components-totals-wrapper.slot-wrapper {
  order: 1;
  padding: 0 0 var(--wp--preset--spacing--30) 0;
}
.y-w-block-checkout .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings {
  border: 1px solid var(--wp--preset--color--success);
  background-color: var(--wp--preset--color--beige-000);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
  gap: var(--wp--preset--spacing--30);
  margin-top: 0;
  color: var(--wp--preset--color--success);
  font-size: var(--wp--preset--font-size--body-xs);
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.y-w-block-checkout .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings .wc-block-components-totals-item__label {
  flex-grow: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.y-w-block-checkout .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings .wc-block-components-totals-item__value {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.y-w-block-checkout .wc-block-components-totals-wrapper.slot-wrapper .yb-discount-savings .wc-block-components-totals-item__description {
  display: none;
}
.y-w-block-checkout .wc-block-checkout__shipping-fields {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.y-w-block-checkout .wc-block-checkout__order-notes {
  padding-top: 0 !important;
}
.y-w-block-checkout .wc-block-checkout__order-notes .wc-block-components-checkbox {
  display: none !important;
}

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