/* 
 * ---------------------------------------------
 * Variables > Icons
 * --------------------------------------------- 
 */
/*
 * Wpify Woo | Hide DIC error message on checkout, can pass without check option is enabled
 */
#billing_dic_field .wpify-woo__ic-error {
  display: none;
}
/**
 * Actions row in cart having some padding, disable it
 */
td.actions {
  padding: 0 !important;
}
@media (min-width: 768px) {
  span.method__name {
    padding-right: 5%;
  }
}
.method__cost span.woocommerce-Price-amount.amount {
  font-weight: 700 !Important;
}
.wa-checkout-price-including-tax, .wa-checkout-price-including-tax * {
  color: var(--shade-medium) !important;
  font-weight: 400 !important;
  white-space: nowrap;
}
.woocommerce-checkout label {
  color: var(--base);
}
.woocommerce [packetery-renderer="after-rate"] .packeta-widget-button button {
  width: 100%;
}
.woocommerce [packetery-renderer="after-rate"] .packetery-widget-button-row {
  width: 100%;
}
.form-row.packeta-widget {
  width: 100%;
}
p.packeta-widget-info {
  border-radius: var(--radius-s);
  margin-top: var(--space-xs);
  font-size: var(--text-m);
  font-weight: 700;
}
img.packetery-widget-button-logo {
  display: none !important;
}
[data-id="comgate"] .method__icon::before {
  content: "";
  background: url(/wp-content/uploads/2023/08/logo-comgate.png);
  width: 3rem;
  height: 3rem;
  display: block;
  background-size: cover;
}
.woocommerce-checkout .section-icon svg {
  color: var(--primary) !important;
}
.woocommerce-checkout .section-icon svg * {
  fill: currentColor !important;
}
.woocommerce-checkout .method__icon svg {
  color: var(--primary) !important;
}
.woocommerce-checkout .method__icon svg * {
  fill: currentColor !important;
}
.woocommerce-checkout .section-title {
  color: var(--base) !important;
}
.woocommerce-cart .wa-cart .coupon input:focus {
  border-color: var(--primary-light);
  box-shadow: 0px 8px 25px var(--primary-ultra-light);
}
.woocommerce-checkout .wooptima-checkout-review_order__wrapper .section-title {
  color: #FFFFFF !important;
}
.woocommerce-checkout .wooptima-checkout-review_order__wrapper .checkout-place-order .optional {
  display: none !important;
}
body .wa-helpbox {
  row-gap: var(--space-xs);
  align-items: center;
}
body .wa-helpbox__img {
  border-radius: var(--radius-50);
  max-height: 80px;
  height: 70px;
}
body .wa-helpbox__body {
  align-items: flex-start;
}
@media (max-width: 478px) {
  body .wa-helpbox__img {
    height: 60px;
  }
}
@media (max-width: 411px) {
  body.woocommerce .woocommerce-message woocommerce .woocommerce-message:before {
    top: 1.8em;
  }
}
body .wooptima-checkout-review_order__wrapper > .checkout-place-order .button.alt:hover {
  box-shadow: 0px 10px 15px var(--primary-ultra-dark-trans-10) !important;
}
@media (max-width: 478px) {
  body .wooptima-checkout-coupon_form__wrapper .woocommerce-form-coupon-toggle {
    flex-direction: column !important;
    row-gap: var(--space-xs);
    align-items: flex-start !important;
  }
}
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: var(--text-m) !important;
  margin-bottom: var(--space-l);
}
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
  top: 1em !important;
}
@media (max-width: 362px) {
  body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    top: 1.6em !important;
  }
}
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  font-size: var(--text-m);
  padding: var(--space-l);
}
body.woocommerce-order-received .woocommerce-order-overview.order_details li {
  border: unset;
}
body.woocommerce-order-received section.woocommerce-bacs-bank-details {
  border-right: 15px solid var(--primary-ultra-dark-trans-20);
  font-size: var(--text-m);
}
body.woocommerce-order-received section.woocommerce-bacs-bank-details h2 {
  font-size: calc(var(--text-l)* 1.2);
  margin-bottom: var(--space-s);
}
body.woocommerce-order-received section.woocommerce-bacs-bank-details h3 {
  font-size: var(--text-l);
}
body.woocommerce-order-received section.woocommerce-order-details {
  padding: var(--space-l);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
  display: none;
}
.woocommerce-order-details table td, .woocommerce-checkout .shop_table th {
  padding-block: var(--space-xs);
}
.woocommerce-order-received h2.woocommerce-order-details__title {
  margin-bottom: var(--space-xs) !important;
  font-size: calc(var(--text-l)* 1.2);
}
.woocommerce-order-details table td {
  text-align: right !important;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot > tr:last-of-type {
  font-size: var(--text-m) !important;
  font-weight: 400 !important;
  color: var(--base) !important;
  margin: unset !important;
}
.woocommerce .woocommerce-columns {
  display: flex;
  flex-direction: row;
  row-gap: var(--space-m);
  column-gap: var(--space-xxl);
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-columns {
    flex-direction: column !important;
  }
}
body.woocommerce-order-received h2.woocommerce-column__title {
  font-size: calc(var(--text-l)* 1.2);
  margin-bottom: var(--space-s);
}
body.woocommerce-order-received section.woocommerce-customer-details address {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shipping-methods__wrapper > label .method__content .method__icon, .payment-methods__wrapper > label .method__content .method__icon {
    width: 3rem;
    min-width: 3rem;
  }
  .cart-item__subtotal {
    margin-left: auto;
  }
  body.woocommerce-checkout {
    overflow-x: hidden !important;
  }
  body.woocommerce-checkout #brx-content {
    overflow-x: hidden !important;
  }
}
@media (max-width: 487px) {
  .shipping-methods__wrapper > label .method__content, .payment-methods__wrapper > label .method__content {
    flex-direction: column;
    gap: var(--space-xs);
    align-items: flex-start !important;
  }
  .shipping-methods__wrapper > label .method__content .method__icon, .payment-methods__wrapper > label .method__content .method__icon {
    width: 2.5rem !important;
    min-width: 2.5rem !important;
    height: 2.5rem !important;
  }
  .shipping-methods__wrapper > label .method__content .wa-method__description, .payment-methods__wrapper > label .method__content .wa-method__description {
    margin: 0 !important;
  }
}
.wa-checkout-info-notice {
  background-color: var(--primary-ultra-light);
  border: 1px solid var(--primary-light);
  font-size: 0.9em;
  border-radius: var(--radius-xs);
  padding: 10px;
  margin-bottom: var(--space-s);
  font-weight: bold;
}
.woocommerce-checkout .wa-megamenu-wrapper {
  display: none;
}
.wa-shopping-breadcrumbs-section {
  padding-top: var(--space-l) !important;
  padding-bottom: var(--space-l) !important;
}
.wa-shopping-breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wa-shopping-breadcrumbs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  min-width: fit-content;
}
.wa-shopping-breadcrumbs__item * {
  transition: 200ms;
}
.wa-shopping-breadcrumbs__item-icon {
  font-size: 35px;
  color: var(--shade-light);
}
.wa-shopping-breadcrumbs__item-text {
  color: var(--shade-ultra-dark-trans-10);
}
a.wa-shopping-breadcrumbs__item:hover .wa-shopping-breadcrumbs__item-icon {
  color: var(--primary);
}
a.wa-shopping-breadcrumbs__item:hover .wa-shopping-breadcrumbs__item-text {
  color: var(--primary);
}
.wa-shopping-breadcrumbs__divider {
  height: 2px;
  width: 100%;
  background: var(--shade-ultra-light);
  margin-left: var(--space-m);
  margin-right: var(--space-m);
}
.woocommerce-cart .wa-shopping-breadcrumbs__item--cart .wa-shopping-breadcrumbs__item-icon {
  color: var(--primary);
}
.woocommerce-cart .wa-shopping-breadcrumbs__item--cart .wa-shopping-breadcrumbs__item-text {
  color: var(--base-medium);
  margin-top: 0.4rem;
}
.woocommerce-checkout:not(.woocommerce-order-received) .wa-shopping-breadcrumbs__item--checkout .wa-shopping-breadcrumbs__item-icon {
  color: var(--primary);
}
.woocommerce-checkout:not(.woocommerce-order-received) .wa-shopping-breadcrumbs__item--checkout .wa-shopping-breadcrumbs__item-text {
  color: var(--base-medium);
  margin-top: 0.4rem;
}
.woocommerce-order-received .wa-shopping-breadcrumbs__item--thankyou .wa-shopping-breadcrumbs__item-icon {
  color: var(--primary);
}
.woocommerce-order-received .wa-shopping-breadcrumbs__item--thankyou .wa-shopping-breadcrumbs__item-text {
  color: var(--base-medium);
  margin-top: 0.4rem;
}
@media (max-width: 480px) {
  .woocommerce-order-details table td, .woocommerce-order-details table th {
    padding-inline: 0 !important;
  }
  .wa-shopping-breadcrumbs__item-text {
    font-size: var(--text-s);
  }
  .woocommerce-checkout .shop_table tbody tr:last-child td {
    width: 100%;
  }
}
.before-cart {
  width: fit-content !important;
}
.wa-cart-section {
  padding-top: 0 !important;
}
.wa-cart__left .cart-collaterals {
  display: none !important;
}
.wa-cart__left .woocommerce-message .button.wc-forward.wp-element-button {
  display: none !important;
}
.wa-cart-cta-wrapper {
  padding: var(--space-m);
  background-color: var(--action-ultra-light);
  border-radius: var(--radius-m);
}
.wa-cart-total .wa-cart-totals-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wa-cart-total .wa-cart-totals-prefix {
  font-weight: 400;
  font-size: var(--text-l);
  margin-right: calc(var(--space-xs) / 1.25);
}
.wa-cart-total .wa-cart-totals-prices {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 0.25em;
}
.wa-cart-total .wa-cart-totals-prices > strong, .wa-cart-total .wa-cart-totals-prices > span {
  line-height: 1;
}
.wa-cart-total .wa-cart-totals-prices > strong .woocommerce-Price-amount {
  font-weight: 700;
  font-size: var(--text-xl);
  line-height: 1;
}
.wa-cart-total .wa-cart-totals-prices > span .woocommerce-Price-amount {
  font-weight: 400;
  font-size: var(--text-s);
  line-height: 1;
}
.wa-cart-cta__disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-xs);
}
.wa-cart-cta__disclaimer-icon {
  font-size: 1.6rem;
  color: var(--action);
  margin-right: 0.6rem;
}
.wa-cart-cta__disclaimer-text {
  font-size: var(--text-s);
  color: var(--shade-medium);
}
.wa-cart .wa-cart-cta {
  margin-top: var(--space-s);
}
.wa-cart .wa-checkout-btn {
  padding: var(--space-s) var(--space-xs);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--text-l);
  background: var(--action);
  color: var(--shade-white);
  border-radius: var(--radius-s);
  line-height: 1.2;
  text-align: center;
  transition: 200ms;
}
.wa-cart .wa-checkout-btn:hover {
  background: var(--action-hover);
}
.wa-cart .coupon {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: var(--space-m);
}
.wa-cart .coupon label {
  display: none;
}
.wa-cart .coupon input {
  height: 5rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  border-radius: var(--radius-s);
  width: 100%;
  font-weight: 700;
  padding: var(--space-xs) var(--space-s);
  border: 2px solid var(--wa-primary-border-color);
  line-height: 1;
  outline: none;
  transition: 200ms;
}
.wa-cart .coupon input:focus {
  outline: none !important;
  border-color: var(--primary);
  box-shadow: var(--wa-primary-box-shadow);
}
.wa-cart .coupon input::placeholder {
  color: var(--shade-ultra-dark-trans-20);
  font-weight: 400;
}
.wa-cart .coupon button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 5rem;
  min-width: 22rem;
  width: 100%;
  border-radius: var(--radius-s);
  background: var(--primary-ultra-light);
  color: var(--primary);
}
.wa-cart .coupon button:hover {
  background: var(--primary) !important;
  color: var(--shade-white) !important;
}
.woocommerce-cart-form {
  border: 2px solid var(--wa-primary-border-color);
  border-radius: var(--radius-m);
  overflow: hidden;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item {
  border: none !important;
}
.woocommerce-cart-form table.cart {
  border: none;
  margin: 0px;
  width: 100%;
}
.woocommerce-cart-form table.cart thead .product-remove {
  padding-left: var(--space-m);
}
.woocommerce-cart-form table.cart thead th.product-subtotal {
  padding-right: var(--space-m);
}
.woocommerce-cart-form table.cart thead th.product-quantity, .woocommerce-cart-form table.cart thead th.product-price {
  text-align: center;
}
.woocommerce-cart-form table.cart thead th.product-subtotal {
  text-align: right;
}
.woocommerce-cart-form table.cart thead th {
  line-height: 1.5;
  background: var(--shade-ultra-light);
  color: var(--base);
  border-bottom: 2px solid var(--wa-primary-border-color);
  padding: var(--space-xs) var(--space-s);
  text-align: left;
}
.woocommerce-cart-form table.cart tbody .cart-actions-wrapper {
  display: none;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove {
  padding-left: var(--space-m);
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-subtotal {
  padding-right: var(--space-m);
  text-align: right;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-price {
  text-align: center;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity {
  /* > .quantity {
						width: fit-content;
						justify-content: center;
						//border-radius: var(--radius-s);
						//border: 1px solid var(--wa-primary-border-color);
					} */
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity .minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  line-height: 1;
  padding: 0;
  color: var(--base);
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity .plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  line-height: 1;
  padding: 0;
  color: var(--base);
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity input.qty[type="number"] {
  text-align: center;
  display: inline-block;
  font-size: var(--text-m);
  width: 4.4rem;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.woocommerce-cart-form table.cart tbody tr.cart_item:hover {
  background: var(--shade-ultra-light);
}
.woocommerce-cart-form table.cart tbody tr.cart_item:hover td.product-remove {
  padding-left: var(--space-m);
}
.woocommerce-cart-form table.cart tbody tr.cart_item:hover td.product-remove a.remove {
  background: var(--shade-light);
  color: var(--shade-ultra-dark-trans-20) !important;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--shade-ultra-light);
  color: var(--shade-ultra-dark-trans-10) !important;
  border-radius: 50%;
  position: static;
  transform: none;
  text-indent: unset;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove a.remove:hover {
  background: #d16060;
  color: #fff !important;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-thumbnail a {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-thumbnail a img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  border-radius: var(--radius-xs);
}
.woocommerce-cart-form table.cart tbody tr.cart_item td.product-name a {
  color: var(--base);
}
.woocommerce-cart-form table.cart tbody td {
  border-top: none;
  padding: var(--space-s);
}
.woocommerce-cart-form table.cart td.actions {
  padding: var(--space-m);
}
.woocommerce-cart-form table.cart td.actions .input-text {
  width: calc(100% - 24rem);
}
@media (max-width: 768px) {
  .woocommerce-cart-form thead {
    display: none !important;
  }
  .woocommerce-cart-form table.cart tbody tr.cart_item td {
    width: fit-content;
  }
  .woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity > .quantity {
    margin-left: auto !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
}
.woocommerce.checkout .blockUI.blockOverlay {
  display: none !important;
}
.woocommerce .ywpar_apply_discounts {
  display: flex;
  align-items: stretch;
}
.woocommerce .ywpar_apply_discounts input[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 4rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: calc(var(--text-m) * 0.8) !important;
  line-height: 1 !important;
}
.woocommerce .ywpar_apply_discounts .input-text {
  border-top-left-radius: var(--radius-s) !important;
  border-bottom-left-radius: var(--radius-s) !important;
  border-right: 0 !important;
  height: 100% !important;
  height: 4rem !important;
}
.wa-checkout {
  padding-top: 0 !important;
}
.woocommerce-form__label, .wa-checkbox {
  display: flex;
  align-items: center;
  font-size: calc(var(--text-m) * 0.9) !important;
  vertical-align: middle;
  align-content: center;
  line-height: 1.3 !important;
  position: relative;
  cursor: pointer;
}
.woocommerce-form__label input, .wa-checkbox input {
  opacity: 0;
  margin: 0px 0px 0px 18px;
}
.woocommerce-form__label > input:checked ~ span::before, .wa-checkbox > input:checked ~ span::before {
  background: url(/wp-content/uploads/2023/02/checked-1.svg), #fff;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--secondary);
}
.woocommerce-form__label span::before, .wa-checkbox span::before {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--secondary);
  border-radius: var(--radius-xs);
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -2px;
}
.wa-checkout-main-wrapper .woocommerce-form-login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wa-checkout-main-wrapper .woocommerce-form-login .woocommerce-form__input {
  margin-right: var(--space-s) !important;
}
.wa-checkout-main-wrapper .woocommerce-form-login > p:first-child {
  width: 100%;
}
.wa-checkout-main-wrapper .woocommerce-form-login .lost_password {
  width: 100%;
}
.wa-checkout-main-wrapper .woocommerce-form-login .form-row {
  margin-top: var(--space-m) !important;
  width: 100%;
}
.wa-checkout-main-wrapper .woocommerce-form-login .form-row.form-row-first {
  width: 30%;
  margin-right: var(--space-m);
}
.wa-checkout-main-wrapper .woocommerce-form-login .form-row.form-row-last {
  width: 30%;
}
.wooptima-checkout-coupon_form__wrapper .woocommerce-message, .wooptima-checkout-coupon_form__wrapper .woocommerce-error {
  margin-top: var(--space-m) !important;
  margin-bottom: 0 !important;
}
.wa-checkout-coupon-form__heading {
  display: inline-block;
  margin-bottom: 1rem;
}
.wa-checkout-coupon-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-m);
}
.wa-checkout-coupon-form__fields input {
  text-align: center;
}
.wa-checkout-coupon-form__fields button {
  text-align: center;
}
body .wooptima-checkout-coupon_form__wrapper {
  padding: var(--space-m) var(--space-l) !important;
  background: var(--shade-ultra-light) !important;
  border: 5px solid var(--shade-ultra-light);
}
body .wooptima-checkout-coupon_form__wrapper .coupon_icon_wrapper {
  display: flex;
  flex-direction: row;
}
body .wooptima-checkout-coupon_form__wrapper .coupon_icon_wrapper svg {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--primary);
  margin-right: var(--space-s);
}
body .wooptima-checkout-coupon_form__wrapper .checkout_coupon {
  margin-top: var(--space-l);
}
body .wooptima-checkout-coupon_form__wrapper .woocommerce-form-coupon-toggle {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-top: 0 !important;
  background: none !important;
  animation: none !important;
  padding: 0 !important;
}
.wa-checkout-main-wrapper .checkout_coupon .form-row {
  margin-top: var(--space-m) !important;
}
.wa-checkout-main-wrapper .checkout_coupon .form-row-first {
  width: 50% !important;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item {
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item span.cart-item__quantity {
  font-size: 0.85em !important;
  font-weight: 700;
  margin-right: 4px;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item span.cart-item__quantity::after {
  content: "ks";
}
.wooptima-checkout-review_order__wrapper p#tos_acceptance_field label, .wooptima-checkout-review_order__wrapper p#newsletter_subscription_field label {
  font-size: var(--text-s) !important;
  align-items: flex-start !important;
}
.woocommerce .checkout-place-order .woocommerce-invalid.validate-required label {
  color: #fff !important;
}
.woocommerce .checkout-place-order .woocommerce-invalid.validate-required label a {
  color: #FFF !important;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: -15px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-customer_details__wrapper .section-icon {
  width: 3.8rem !important;
  height: 3.8rem !important;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column {
  flex: 1 0;
  padding: 15px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column .heading__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2.6rem;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column .heading__wrapper > .section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: 5px;
  color: var(--primary);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column .heading__wrapper > .section-icon > svg {
  width: 100%;
  height: 100%;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column .heading__wrapper > .section-title {
  font-size: calc(var(--text-l) * 1.15);
  margin: 0 !important;
  font-weight: 700;
  padding: 5px 10px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left {
  width: 60%;
  flex: 1 0 60%;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left > div {
  padding: var(--space-l);
  box-shadow: none;
  border: 5px solid var(--shade-ultra-light);
  border-radius: var(--radius-m);
  background: #fff;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left > div:not(:last-child) {
  margin-bottom: 25px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section:not(:last-child) {
  margin-bottom: var(--space-m);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.static-section > .section-toggle__wrapper {
  margin-bottom: 25px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section {
  background: var(--shade-ultra-light);
  border-radius: var(--radius-xs);
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid var(--shade-light);
  transition: all 250ms ease-in-out;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section:hover {
  border: 1px solid var(--primary-light);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section.visible {
  background: var(--primary-ultra-light);
  border: 1px solid var(--primary-light);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper {
  position: relative;
  z-index: 10;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper:hover {
  background: var(--primary-ultra-light);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper:hover label > :before {
  border: 2px solid var(--shade-ultra-dark-trans-20);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(var(--text-m) * 0.9);
  cursor: pointer;
  padding: var(--space-s);
  vertical-align: middle;
  align-content: center;
  margin: 0 !important;
  line-height: 1 !important;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper label > :before {
  width: 1.9rem;
  height: 1.9rem;
  border: 2px solid var(--shade-light);
  border-radius: var(--radius-xs);
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 15px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -3px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper label > input {
  margin-right: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section > .section-toggle__wrapper label > input:checked ~ span::before {
  background: url(/wp-content/uploads/2023/02/checked-1.svg), #fff;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--primary-light);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section:not(.visible) > .fields__wrapper {
  display: none;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section.conditional-section .fields__wrapper {
  background: var(--primary-ultra-light);
  margin: -20px 0 0;
  position: relative;
  border-radius: 0px;
  padding: 1.25em 0.5em 1em;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: -1rem;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: 1 0 50%;
  padding: 1rem;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field.field-width-30 {
  width: 30%;
  flex: 1 0 30%;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field.field-width-20 {
  width: 20%;
  flex: 1 0 20%;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > label {
  line-height: 1;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > label > .field-label {
  display: inline-flex;
  margin-bottom: 10px;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > label > .field-required {
  color: #f54646;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > label > textarea {
  width: 100%;
  padding: 8px 12px;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  outline: none;
  resize: none;
  transition: all 250ms ease-in-out;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > label > textarea:focus {
  border-color: var(--primary-light);
  box-shadow: 0px 8px 25px var(--primary-ultra-light);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > input {
  width: 100%;
  padding: 8px 12px;
  height: 4rem;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  outline: none;
  transition: all 250ms ease-in-out;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > input:focus {
  border-color: var(--primary-light);
  box-shadow: 0px 8px 25px var(--primary-ultra-light);
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > input.invalid {
  border-color: #f54646;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > input[type="number"] {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  text-align: left !important;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > input[type="number"]::-webkit-outer-spin-button, .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field > input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__right {
  width: 40%;
  flex: 1 0 40%;
}
.wooptima-checkout-coupon_form__after {
  width: 100%;
  max-width: 32em;
  padding: 2rem !important;
  background: transparent !important;
  position: fixed !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  border: none !important;
}
body .shipping-methods__wrapper .method__content .method__icon {
  height: 7rem !important;
  width: 7rem !important;
}
@media (max-width: 487px) {
  body .shipping-methods__wrapper .method__content .method__icon {
    height: 4rem !important;
    width: 4rem !important;
  }
}
.shipping-methods__wrapper, .payment-methods__wrapper {
  display: flex;
  flex-direction: column;
}
.shipping-methods__wrapper > label, .payment-methods__wrapper > label {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  background: var(--shade-ultra-light);
  border: 1px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  cursor: pointer;
  transition: all 250ms ease-in-out;
  opacity: 1;
}
.shipping-methods__wrapper > label:not(:last-child), .payment-methods__wrapper > label:not(:last-child) {
  margin-bottom: 0.75em;
}
.shipping-methods__wrapper > label:hover, .payment-methods__wrapper > label:hover {
  background-color: var(--shade-ultra-light);
  border: 1px solid var(--shade-ultra-dark-trans-20);
  opacity: 1;
}
.shipping-methods__wrapper > label.selected, .payment-methods__wrapper > label.selected {
  transform: translateX(-0.5em);
  background-color: var(--primary-ultra-light);
  border: 1px solid var(--primary-light);
  opacity: 1;
}
.shipping-methods__wrapper > label.selected span.method__name, .shipping-methods__wrapper > label.selected span.woocommerce-Price-amount.amount, .payment-methods__wrapper > label.selected span.method__name, .payment-methods__wrapper > label.selected span.woocommerce-Price-amount.amount {
  font-weight: 700;
  color: var(--primary);
}
.shipping-methods__wrapper > label input, .payment-methods__wrapper > label input {
  flex: auto;
  margin-right: 1em;
  padding: 9px;
}
.shipping-methods__wrapper > label .method__content, .payment-methods__wrapper > label .method__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
}
.shipping-methods__wrapper > label .method__content .method__icon, .payment-methods__wrapper > label .method__content .method__icon {
  height: 3rem;
  min-width: 3rem;
  width: 3rem;
  margin-right: 1.4em;
}
.shipping-methods__wrapper > label .method__content .method__icon img, .shipping-methods__wrapper > label .method__content .method__icon svg, .payment-methods__wrapper > label .method__content .method__icon img, .payment-methods__wrapper > label .method__content .method__icon svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.shipping-methods__wrapper > label .method__content .method__name, .payment-methods__wrapper > label .method__content .method__name {
  font-size: var--text-m;
  font-weight: 400;
  color: var(--base);
}
.shipping-methods__wrapper > label .method__content .method__name .wa-method__description, .payment-methods__wrapper > label .method__content .method__name .wa-method__description {
  font-size: calc(var(--text-s) * 1.1);
  font-weight: 400;
  margin-right: calc(var(--space-xs) * .5);
  color: var(--shade-medium);
}
.shipping-methods__wrapper > label .method__content .method__cost, .payment-methods__wrapper > label .method__content .method__cost {
  margin-left: auto;
  text-align: right;
}
.shipping-methods__wrapper > label .method__content .method__cost .amount, .payment-methods__wrapper > label .method__content .method__cost .amount {
  font-size: calc(var(--text-l) * 0.8);
  font-weight: 400;
}
.shipping-methods__wrapper > label .method__content .method__cost .wa-checkout-price-including-tax, .payment-methods__wrapper > label .method__content .method__cost .wa-checkout-price-including-tax {
  font-size: var(--text-s);
}
.shipping-methods__wrapper > label .method__content .method__cost .wa-checkout-price-including-tax .woocommerce-Price-amount, .shipping-methods__wrapper > label .method__content .method__cost .wa-checkout-price-including-tax .woocommerce-Price-currencySymbol, .payment-methods__wrapper > label .method__content .method__cost .wa-checkout-price-including-tax .woocommerce-Price-amount, .payment-methods__wrapper > label .method__content .method__cost .wa-checkout-price-including-tax .woocommerce-Price-currencySymbol {
  font-weight: normal;
  color: var(--shade-medium);
  font-size: var(--text-s);
}
@media (max-width: 480px) {
  .woocommerce-order-received .wa-thankyou-product-image {
    display: none !important;
  }
  .woocommerce-order-received .woocommerce-table__product-name.product-name {
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce-table__product-name.product-name a {
    line-height: 1.2;
    font-size: 14px !important;
  }
  .woocommerce-order-received .woocommerce-table--order-details {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child {
    margin-top: var(--space-m);
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th {
    font-size: 16px !important;
  }
  .woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
    text-align: right;
    font-size: 14px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .woocommerce-order-received .woocommerce-table--order-details thead .product-total {
    display: none;
  }
  .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-Price-amount {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-Price-amount:before {
    content: "Cena:";
    display: block;
  }
  .woocommerce-order-received .wa-checkout-progress-bar {
    display: none !important;
  }
  .woocommerce-order-received .woocommerce-order-details__title {
    font-size: 20px;
  }
  .woocommerce-order-received .woocommerce-order .woocommerce-notice {
    font-size: 16px !important;
  }
}
body .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0 !important;
}
/* ------------------------------
 * Loader
 * ------------------------------ */
@keyframes spinner-rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.wooptima-loader__wrapper.visible {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base-trans-20);
  z-index: 999;
  align-items: center;
  justify-content: center;
}
.wooptima-loader__wrapper.visible > .loading-spinner {
  width: 50px;
  height: 50px;
}
.wooptima-loader__wrapper.visible > .loading-spinner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  border: 7px solid var(--primary-ultra-light);
  border-left-color: var(--primary);
  animation: spinner-rotate 450ms infinite linear;
}
/* ------------------------------
 * Review order
 * ------------------------------ */
.wooptima-checkout-review_order__wrapper {
  color: #fff;
  position: sticky;
  top: 30px;
  right: 0;
  background-color: var(--primary);
  padding: var(--space-l);
  border-radius: var(--radius-m);
}
.wooptima-checkout-review_order__wrapper .woocommerce-remove-coupon {
  color: currentColor !important;
  font-size: 80% !important;
  font-weight: normal !important;
}
.wooptima-checkout-review_order__wrapper .heading__wrapper > .section-icon > svg > path {
  fill: var(--primary-light) !important;
}
.wooptima-checkout-review_order__wrapper .heading__wrapper {
  justify-content: center;
}
.wooptima-checkout-review_order__wrapper .heading__wrapper > .section-title {
  color: #fff;
  font-size: var(--text-xl) !important;
  font-weight: 700 !important;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper {
  display: flex;
  flex-direction: column;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item, .wooptima-checkout-review_order__wrapper .cart-items__wrapper .coupon-item {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: flex-start;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item {
  /* &__quantity {
				margin-right: auto;
				color: #fff;
				font-size: 0.8em;
				font-weight: 700;
				order: 1;
				background: var(--primary-ultra-dark-trans-20);
				border-radius: var(--radius-xs);
				max-width: 42px;
				width: 42px;
				flex-grow: 1;
				text-align: center;
				margin-right: 8px;

				&::before {
					content: '';
				}

				&::after {
					content: 'ks';
					margin-left: -2px;
					font-size: 0.75em !important;
					font-weight: 700;
				}
			}*/
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item__name {
  font-size: 0.85em;
  order: 2;
  width: calc(80% - 50px);
  text-align: left !important;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item__subtotal * {
  font-size: 0.95em;
  font-weight: 700;
  color: #fff;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .cart-item__subtotal {
  order: 3;
  width: 20%;
  text-align: right;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .coupon-item__label {
  font-size: 1em;
  font-weight: 700;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .coupon-item__value * {
  font-size: 1em;
  font-weight: 700;
}
.wooptima-checkout-review_order__wrapper .cart-items__wrapper .coupon-item .woocommerce-emove-coupon {
  display: none;
}
.wooptima-checkout-review_order__wrapper .cart-fees__wrapper {
  margin-bottom: 0.5em;
}
.wooptima-checkout-review_order__wrapper .cart-fees__wrapper .fee-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.wooptima-checkout-review_order__wrapper .cart-fees__wrapper .fee-item__label {
  font-size: 1em;
  font-weight: 700;
}
.wooptima-checkout-review_order__wrapper .cart-fees__wrapper .fee-item__amount * {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
.wooptima-checkout-review_order__wrapper .cart-subtotal__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid var(--primary-ultra-dark-trans-20);
  padding-top: 10px;
  margin-top: 10px;
}
.wooptima-checkout-review_order__wrapper .cart-subtotal__wrapper .label {
  font-size: 1em;
  font-weight: 700;
}
.wooptima-checkout-review_order__wrapper .cart-subtotal__wrapper .amount {
  font-weight: 700;
  font-size: 1em;
  color: #fff;
}
.wooptima-checkout-review_order__wrapper .cart-totals__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  background: var(--primary-ultra-dark-trans-20);
  border-radius: var(--radius-s);
}
.wooptima-checkout-review_order__wrapper .cart-totals__wrapper .label {
  font-size: 1.35em;
  flex-grow: 3;
  font-weight: 700;
}
.wooptima-checkout-review_order__wrapper .cart-totals__wrapper .amount {
  font-weight: 700;
  font-size: 1.65em !important;
  color: #fff;
}
.wooptima-checkout-review_order__wrapper .cart-totals__wrapper .wa-cart-totals__wrapper--amount {
  text-align: right;
}
.wooptima-checkout-review_order__wrapper .cart-totals__wrapper .wa-cart-totals__wrapper--amount .wa-cart-totals-including-tax {
  font-size: var(--text-s);
}
.wooptima-checkout-review_order__wrapper .cart-totals__wrapper .wa-cart-totals__wrapper--amount .wa-cart-totals-including-tax .woocommerce-Price-amount, .wooptima-checkout-review_order__wrapper .cart-totals__wrapper .wa-cart-totals__wrapper--amount .wa-cart-totals-including-tax .woocommerce-Price-currencySymbol {
  font-size: var(--text-s);
}
.wooptima-checkout-review_order__wrapper .checkout-place-order .button.alt {
  text-align: center;
  width: 100%;
  background: var(--action) !important;
  color: var(--shade-white) !important;
  font-size: calc(var(--text-l) / 1.15);
  padding: var(--space-s) var(--space-xs);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2rem;
}
.wooptima-checkout-review_order__wrapper .checkout-place-order .button.alt:hover {
  background: var(--action-hover) !important;
  box-shadow: 0px 20px 30px var(--primary-dark);
}
.wooptima-checkout-review_order__wrapper small.includes_tax, .wooptima-checkout-review_order__wrapper small.includes_tax .amount {
  font-size: 0.9em !important;
}
.wooptima-checkout-review_order__wrapper small.includes_tax {
  margin-left: 10px !important;
}
.wooptima-checkout-review_order__wrapper .woocommerce-privacy-policy-text {
  color: #fff;
  margin-bottom: 0.8rem !important;
}
.wooptima-checkout-review_order__wrapper .woocommerce-privacy-policy-text a {
  color: #fff;
  text-decoration: underline;
}
.wooptima-checkout-review_order__wrapper .woocommerce-form__label-for-checkbox.checkbox {
  color: #fff;
  font-size: 0.9em;
}
.wooptima-checkout-review_order__wrapper .woocommerce-form__label-for-checkbox.checkbox a {
  color: #fff;
  text-decoration: underline;
}
.wooptima-checkout-review_order__wrapper p#newsletter_subscription_field, .wooptima-checkout-review_order__wrapper p#tos_acceptance_field {
  padding: 0px;
  margin: 0.8em 0 !important;
}
.wooptima-checkout-review_order__wrapper p#newsletter_subscription_field label, .wooptima-checkout-review_order__wrapper p#tos_acceptance_field label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(var(--text-m) * 0.9);
  vertical-align: middle;
  align-content: center;
  line-height: 1.3 !important;
  position: relative;
}
.wooptima-checkout-review_order__wrapper p#newsletter_subscription_field label input, .wooptima-checkout-review_order__wrapper p#tos_acceptance_field label input {
  opacity: 0;
  margin: 0px 0px 0px 18px;
}
.wooptima-checkout-review_order__wrapper p#newsletter_subscription_field label > input:checked ~ span::before, .wooptima-checkout-review_order__wrapper p#tos_acceptance_field label > input:checked ~ span::before {
  background: url(/wp-content/uploads/2023/02/checked-1.svg), #fff;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid var(--primary-light);
}
.wooptima-checkout-review_order__wrapper p#newsletter_subscription_field label span::before, .wooptima-checkout-review_order__wrapper p#tos_acceptance_field label span::before {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--shade-light);
  border-radius: var(--radius-xs);
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -2px;
}
.woocommerce input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  background: #ffffff;
  border: 1px solid var(--shade-light);
  border-radius: 100%;
  outline: none;
  cursor: pointer;
}
.woocommerce input[type="radio"]:hover {
  border: 1px solid var(--shade-ultra-dark-trans-20);
  box-shadow: inset 0 0 0 4px #fff, 0 0 0px var(--shade-light) !important;
}
.woocommerce input[type="radio"]:checked {
  box-shadow: inset 0 0 0 4px var(--primary-ultra-light), 0 0 0px var(--primary) !important;
  background: var(--primary);
  border: 1px solid var(--primary-light);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid var(--primary-ultra-light);
  border-top: 0px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-top: -5px;
  padding: var(--space-m);
  text-align: left;
  border-radius: var(--radius-m);
}
.woocommerce form.checkout_coupon .button, .woocommerce form.login .button, .woocommerce form.register .button {
  margin-top: 1rem;
}
.woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p {
  margin-top: 0px !important;
}
.woocommerce form.checkout_coupon p.lost_password, .woocommerce form.login p.lost_password, .woocommerce form.register p.lost_password {
  margin-bottom: 0px;
  margin-top: var(--space-xs) !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  padding: 8px 12px;
  height: 4rem;
  border: 2px var(--shade-light) solid;
  border-radius: var(--radius-xs);
  outline: none;
  transition: all 250ms ease-in-out;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
  border-color: var(--primary-light);
  box-shadow: 0px 8px 25px var(--primary-ultra-light);
}
form.checkout_coupon.woocommerce-form-coupon .form-row {
  width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: var(--primary-ultra-light) !important;
  border: none !important;
  border-radius: var(--radius-s);
  color: var(--primary) !important;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: var(--primary);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info > a {
  color: var(--primary);
  font-weight: 700;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 0px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__ememberme {
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left, .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__right {
    width: 100% !important;
    flex: 1 0 100% !important;
  }
  body.woocommerce-cart .woocommerce {
    padding: 0 !important;
  }
  .wa-cart-main-wrapper .wa-cart-actions .wa-cart-actions__info-area {
    order: 1;
    margin-bottom: 0;
  }
  .woocommerce-cart .wa-cart-actions .wa-cart-price-and-btn {
    margin-bottom: var(--space-m);
  }
  .wa-cart-main-wrapper #shortcode-6-25 {
    margin-bottom: 0;
  }
  .wa-cart-actions__info-area .wa-cart-actions__support-box {
    order: 1;
  }
  .wa-cart-actions__info-area .wa-cart-actions__free-shipping-bar {
    border-top: none;
    border-bottom: 1px solid var(--shade-light);
  }
  .woocommerce-cart .wa-cart-main-wrapper .wa-cart-actions .wa-cart-price-and-btn {
    position: static;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .wa-recommended_carousel {
    margin-top: var(--space-l);
  }
  .wa-recommended_carousel > .ct-headline {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity > .quantity {
    justify-content: flex-end;
  }
  .shop_table_responsive > tbody > tr.woocommerce-cart-form__cart-item {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    border: none;
    border-bottom: 2px solid var(--shade-ultra-light);
  }
  .shop_table_responsive td.product-thumbnail {
    position: static;
    height: 100%;
    flex: 1 0 max-content;
    max-width: max-content;
    max-height: 100%;
    border-bottom: none !important;
  }
  body .shop_table_responsive td.product-name {
    flex: 0 0 calc(100% - 60px - 55px) !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: none !important;
  }
  body .shop_table_responsive td.product-name:before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity {
    margin-left: auto;
    border: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity:before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: none !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-price:before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-price > span {
    line-height: 1.2;
    font-size: calc(var(--text-m) * 1.2);
    font-weight: 700;
  }
  .woocommerce-page table.shop_table_responsive tr td.product-name {
    text-align: left !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.2;
  }
  .woocommerce-cart .wa-cart-main-wrapper .woocommerce-cart-form table.cart tbody td {
    padding: var(--space-xs);
  }
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove {
    position: absolute;
    border: none;
    bottom: unset;
    left: unset;
    right: 0;
    top: 0;
    padding: 15px;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-subtotal {
    display: none;
  }
}
@media (max-width: 500px) {
  body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon input {
    text-align: center;
  }
  body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
    grid-template-columns: 1fr;
  }
  .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field.field-width-30, .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field.field-width-20 {
    width: 100% !important;
    flex: 1 0 100% !important;
  }
  .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left .wooptima-form-section > .fields__wrapper > .form-field {
    width: 100% !important;
    flex: 1 0 100% !important;
  }
  .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .woocommerce input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
  }
  .shipping-methods__wrapper > label input, .payment-methods__wrapper > label input {
    flex: 0 0 20px !important;
  }
  .shipping-methods__wrapper > label input, .payment-methods__wrapper > label input {
    margin-right: 0.3em;
  }
  .shipping-methods__wrapper > label .method__content .method__icon, .payment-methods__wrapper > label .method__content .method__icon {
    flex: 0 0 0.5em;
    margin-right: 0.5em;
  }
  .shipping-methods__wrapper > label, .payment-methods__wrapper > label {
    padding: 0.5em;
  }
  .shipping-methods__wrapper > label .method__content .method__name, .payment-methods__wrapper > label .method__content .method__name {
    font-size: 0.85em;
  }
  .wooptima-checkout-form .wooptima-checkout-content__wrapper .wooptima-checkout-column.__left > div {
    padding: 20px;
  }
  .wooptima-checkout-review_order__wrapper .checkout-place-order button {
    font-size: 16px !important;
  }
}
.woocommerce-checkout .wa-footer {
  display: none;
}
.woocommerce-checkout .wa-checkout-progress-bar__iconbox:nth-child(3) .wa-checkout-progress-bar__iconbox__icon svg {
  fill: var(--primary);
}
.woocommerce-checkout .wa-checkout-progress-bar__iconbox:nth-child(3) .wa-checkout-progress-bar__iconbox__title {
  color: var(--shade-medium);
}
:root {
  --free-shipping-progress: 0%;
}
.woocommerce-cart .woocommerce-cart-form {
  border: 4px solid var(--shade-ultra-light);
  border-radius: var(--radius-m);
  overflow: hidden;
}
.woocommerce-cart .woocommerce-cart-form table.cart {
  border: none;
  margin: 0px;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form table.cart thead .product-remove {
  padding-left: var(--space-m);
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th.product-subtotal {
  padding-right: var(--space-m);
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th.product-quantity, .woocommerce-cart .woocommerce-cart-form table.cart thead th.product-price {
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th {
  background: var(--shade-ultra-light);
  color: var(--base);
  border-bottom: 4px solid var(--shade-ultra-light);
  padding: var(--space-xs) var(--space-s);
  text-align: left;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove {
  padding-left: var(--space-m);
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-subtotal {
  padding-right: var(--space-m);
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-price {
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-quantity > .quantity {
  justify-content: center;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td {
  border-bottom: 1px solid var(--shade-ultra-light);
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item:hover {
  background: var(--shade-ultra-light);
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item:hover td.product-remove {
  padding-left: var(--space-m);
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item:hover td.product-remove a.remove {
  background: var(--shade-light);
  color: var(--shade-ultra-dark-trans-20) !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--shade-ultra-light);
  color: var(--shade-ultra-dark-trans-10) !important;
  border-radius: 50%;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-remove a.remove:hover {
  background: #d16060;
  color: #fff !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-thumbnail a {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-thumbnail a img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  border-radius: var(--radius-xs);
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-name a {
  color: var(--base);
}
.woocommerce-cart .woocommerce-cart-form table.cart tbody td {
  border-top: none;
  padding: var(--space-s);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions {
  padding: var(--space-m);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: var(--space-m);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon input {
  height: 5rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  border-radius: var(--radius-s);
  width: 100%;
  font-weight: 700;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon input::placeholder {
  color: var(--shade-ultra-dark-trans-20);
  font-weight: 400;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button {
  height: 5rem;
  border-radius: var(--radius-s);
  background: var(--primary-ultra-light);
  color: var(--primary);
  width: 100%;
}
s .woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button:hover {
  background: var(--primary);
  color: var(--shade-white);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: calc(100% - 24rem);
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions > button {
  display: none;
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice__icon {
  width: 4rem;
  height: 4rem;
  margin-right: 1.8rem;
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice__icon path {
  fill: var(--shade-ultra-dark-trans-10);
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice__treshold-text {
  font-size: calc(var(--text-m) * 0.9);
  line-height: 1;
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice__treshold-text span {
  font-weight: 700;
  font-size: 110%;
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice__progress-bar {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  width: 100%;
  background: var(--shade-light) !important;
  border-radius: var(--radius-l);
}
.woocommerce-cart .wa-cart-actions__free-shipping-bar .wa-free-shipping-notice__progress-bar-fill {
  display: block;
  width: var(--free-shipping-progress) !important;
  height: 0.7rem;
  background: var(--primary);
  border-radius: var(--radius-l);
  transition: width 0.5s ease-in-out !important;
  transition-delay: 1s;
}
.woocommerce-cart .wa-cart-actions .wa-cart-price-and-btn {
  position: sticky;
  top: 180px;
}
.woocommerce-cart .wa-cart-actions .wa-cart-price-and-btn .wa-cart-totals-wrapper {
  font-weight: 700;
}
.woocommerce-cart .wa-cart-actions .wa-cart-price-and-btn .wa-cart-totals-wrapper .wa-cart-totals-prefix {
  font-weight: 400;
  font-size: var(--text-l);
}
.woocommerce-cart .wa-cart-actions .wa-cart-price-and-btn .wa-checkout-btn {
  display: flex;
  height: 7rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--text-l);
  background: var(--action);
  color: var(--shade-white);
  border-radius: var(--radius-m);
}
.woocommerce-cart .wa-cart-actions .wa-cart-price-and-btn .wa-checkout-btn:hover {
  background: var(--action-hover);
}
.woocommerce-cart .wa-footer {
  display: none;
}
.woocommerce-cart .wa-checkout-progress-bar__iconbox:nth-child(1) .wa-checkout-progress-bar__iconbox__icon svg {
  fill: var(--primary);
}
.woocommerce-cart .wa-checkout-progress-bar__iconbox:nth-child(1) .wa-checkout-progress-bar__iconbox__title {
  color: var(--shade-medium);
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity input.qty[type="number"] {
  display: inline-block;
  border-radius: 0 !important;
  line-height: 1;
  margin-left: -1px;
  margin-right: -1px;
  font-size: var(--text-m);
  width: 4.4rem;
  border-top: var(--border-size) var(--border-color) solid;
  border-bottom: var(--border-size) var(--border-color) solid;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.quantity input.qty[type="number"]:focus-visible {
  outline: none;
}
/* 
.woocommerce .quantity {
	--border-size: 0.165rem;
	--border-radius: var(--radius-s);
	--border-color: var(
  --accent-ultra-dark-trans-20);

	display: flex;
	overflow: hidden;
	height: 4rem;
	margin: auto;
	.qty {
		margin-right: 0;
		background: none;
	}
} */
input.qty_button {
  height: 100%;
  background: none;
  padding: 0.6rem;
  text-align: center;
  width: 3.6rem;
  font-size: var(--text-m);
  border: 1px solid var(--border-color);
  outline: none;
  font-family: inherit;
  resize: none;
  cursor: pointer;
  border-radius: var(--border-radius);
}
input.qty_button:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}
input.qty_button.plus, input.qty_button.minus {
  line-height: 1;
  padding: 0;
  color: var(--base);
}
input.qty_button.minus {
  border-left: var(--border-size) solid var(--border-color);
  border-top: var(--border-size) solid var(--border-color);
  border-bottom: var(--border-size) solid var(--border-color);
  border-right: none;
}
input.qty_button.plus {
  border-left: none;
  border-top: var(--border-size) solid var(--border-color);
  border-bottom: var(--border-size) solid var(--border-color);
  border-right: var(--border-size) solid var(--border-color);
}
@media (max-width: 372px) {
  .woocommerce-cart .wa-cart-main-wrapper .wa-cart-actions .wa-cart-price-and-btn #div_block-55-25.wa-cart-price-and-btn_disclaimer {
    display: flex;
    flex-direction: column;
    margin-top: var(--space-xs);
  }
  .woocommerce-cart .wa-cart-main-wrapper .wa-cart-actions .wa-cart-price-and-btn #div_block-55-25.wa-cart-price-and-btn_disclaimer .ct-text-block {
    text-align: center;
  }
}
.woocommerce-order-received .wa-checkout-progress-bar__iconbox:nth-child(3) .wa-checkout-progress-bar__iconbox__icon svg {
  fill: var(--shade-light) !important;
}
.woocommerce-order-received .wa-checkout-progress-bar__iconbox:nth-child(3) .wa-checkout-progress-bar__iconbox__title {
  color: var(--shade-ultra-dark-trans-10) !important;
}
.woocommerce-order-received .wa-checkout-progress-bar__iconbox:nth-child(5) .wa-checkout-progress-bar__iconbox__icon svg {
  fill: var(--primary);
}
.woocommerce-order-received .wa-checkout-progress-bar__iconbox:nth-child(5) .wa-checkout-progress-bar__iconbox__title {
  color: var(--shade-medium);
}
.woocommerce-order-received h2.wc-bacs-bank-details-heading, .woocommerce-order-received h2.woocommerce-order-details__title, .woocommerce-order-received h2.woocommerce-column__title {
  margin-bottom: var(--space-m);
}
.woocommerce-order-received section.woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: var(--space-l);
}
.woocommerce-order-received section.woocommerce-customer-details p {
  margin: 0;
}
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
  margin-bottom: 0px !important;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: left;
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  font-size: var(--text-l);
  font-weight: 700;
  color: #7fa92f;
  margin-bottom: var(--space-m);
  border-radius: var(--radius-m);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/check-notification.svg);
  content: "" !important;
  background-size: cover !important;
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 1.4em;
  left: 1.5em;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  padding: var(--space-m);
  background: var(--primary-ultra-light);
  border-radius: var(--radius-m);
  width: 100%;
  font-size: calc(var(--text-m) * 1.15);
  color: var(--base);
  border-right: 15px solid var(--primary);
}
.woocommerce-order-received section.woocommerce-bacs-bank-details {
  list-style: none;
  padding: var(--space-l);
  background: var(--primary);
  border-radius: var(--radius-m);
  width: 100%;
  color: var(--shade-white);
  border-right: 15px solid var(--primary-dark);
  margin-bottom: var(--space-l);
}
.woocommerce-order-received ul.wc-bacs-bank-details.order_details.bacs_details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-order-received section.woocommerce-order-details {
  padding: var(--space-m);
  background: var(--shade-ultra-light);
  border-radius: var(--radius-m);
  width: 100%;
  font-size: var(--text-l);
  color: var(--base);
  margin-bottom: var(--space-l);
}
.woocommerce-order-received section.woocommerce-customer-details {
  padding: var(--space-l);
  background: var(--shade-ultra-light);
  border-radius: var(--radius-m);
  width: 100%;
  color: var(--base);
  margin-bottom: var(--space-l);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: none !important;
  width: 100%;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
  text-align: left;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot > tr:last-of-type {
  font-weight: 700;
  font-size: var(--text-xl);
  color: var(--primary);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item {
  border: none;
  font-size: var(--text-m);
  font-weight: 700;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--base);
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name a {
  color: var(--base);
  margin-right: 0.8rem;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
  background: unset !important;
  border: none;
  font-size: var(--text-m);
}
.woocommerce-order-received span.wa-thankyou-product-image {
  display: flex;
}
.woocommerce-order-received span.wa-thankyou-product-image img {
  width: 6rem;
  height: 6rem;
  border: 2px solid var(--shade-light);
  object-fit: contain;
  margin-right: 20px;
  border-radius: var(--radius-m);
}
@media (max-width: 480px) {
  .wa-cart .coupon {
    grid-template-columns: 1fr;
    gap: var(--space-s);
  }
  .wa-cart .coupon input {
    text-align: center;
  }
  .woocommerce-cart-form tbody td.product-price, .woocommerce-cart-form tbody td.product-quantity, .woocommerce-cart-form tbody td.product-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-cart-form .product-remove {
    right: 0;
  }
  .woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    text-align: right;
  }
  .woocommerce-order-overview.order_details li {
    padding-inline: 0;
  }
}
/*# sourceMappingURL=773-partials.map */
