/* add english font for latin characters */
form.checkout .tav-input--latin,
form.checkout .tav-input--digit {
  direction: ltr;
  text-align: start !important;
  font-family: var(--theme-font-family);
}

#billing_email,
#billing_phone {
  direction: ltr !important;
  text-align: end !important;
}
.wcpay-upe-form {
    direction: ltr !important;
}





body.woocommerce-checkout .tavazo-progress-bar {
  margin: 0;
}
form.woocommerce-checkout .sections {
  display: flex;
  flex-direction: row;
  gap: 64px;
  margin-block: 48px 32px;
  align-items: flex-start;
}
form.woocommerce-checkout {
}

form.woocommerce-checkout ul.woocommerce-error {
  padding: 0;
  margin: 48px 0 0 0;
}

form.woocommerce-checkout ul.woocommerce-error li,
form.woocommerce-checkout ul.woocommerce-error a {
  color: red;
}

.checkout-inline-error-message {
  font-size: 14px;
  color: red;
}

form.woocommerce-checkout .fields {
  flex: 1;
  inline-size: 100%;
}

form.woocommerce-checkout .actions {
  inline-size: 420px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid var(--Neutral-50, #f4f4f4);
  padding: 35px;
}

form.woocommerce-checkout > div {
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  border-radius: 12px 12px 0 0;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  padding: 24px;
}
.woocommerce-shipping-fields {
  border-radius: 0;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  padding: 24px;
  border-top: 0;
}

.woocommerce-additional-fields {
  border-radius: 0 0 12px 12px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  padding: 24px;
  border-top: 0;
}

.woocommerce-shipping-fields #ship-to-different-address {
  margin: 0;
  color: #414651;
  font-family: var(--theme-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-shipping-fields #ship-to-different-address label input {
  margin: 0;
}

.woocommerce-additional-fields p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-additional-fields p textarea {
  inline-size: 100%;
}
.before-checkout-form {
  /* margin-block: 32px 0px;
  border-radius: 12px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  padding: 24px; */
}

.mailchimp-newsletter {
    border-radius: 0;
    border: 1px solid var(--Neutral---100, #ebebeb);
    background: var(--White, #fff);
    padding: 24px;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
}

.mailchimp-newsletter label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mailchimp-newsletter label input {
    margin: 0;
}

ul.wc_payment_methods {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.wc_payment_methods li {
  border-radius: 10px;
  border: 1px solid #e6e8e7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 0;
}

ul.wc_payment_methods li input[type="radio"] {
  position: absolute;
  inset-inline-end: 0;
  margin: 0;
  transform: translate(16px, 18px);
  display: none;
}

ul.wc_payment_methods li {
  color: var(--Neutral---700, #3d3d3d);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
ul.wc_payment_methods li.active {
  border-color: #2a91ff;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}

ul.wc_payment_methods li label {
  inline-size: 100%;
  padding: 16px;
  cursor: pointer;
}

.wal-wallet-credit-method > input[type="checkbox"] {
  block-size: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  inline-size: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

ul.wc_payment_methods li.wal-wallet-credit-method label {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  padding: 0 16px;
}

ul.wc_payment_methods li.wal-wallet-credit-method {
  background: #f9f9f9;
  border-color: #e6e8e7;
  box-shadow: 0 1px 0.75px rgba(44, 54, 53, 0.03);
  isolation: isolate;
  overflow: hidden;
  padding: 12px 0 20px;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

ul.wc_payment_methods li.wal-wallet-credit-method:has(> input:checked) {
  background: var(--Primary, #0c3c30);
  border-color: #2c5744;
  box-shadow: 0 2px 8px rgba(4, 31, 24, 0.18);
}

ul.wc_payment_methods li.wal-wallet-credit-method:has(> input:checked)::before,
ul.wc_payment_methods li.wal-wallet-credit-method:has(> input:checked)::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

ul.wc_payment_methods li.wal-wallet-credit-method:has(> input:checked)::before {
  background:
    radial-gradient(ellipse 78% 135% at -12% 16%, rgba(161, 184, 171, 0.2) 0%, rgba(109, 143, 127, 0.1) 31%, transparent 67%),
    radial-gradient(ellipse 56% 110% at 106% -22%, rgba(205, 218, 209, 0.16) 0%, rgba(120, 151, 136, 0.08) 34%, transparent 70%),
    radial-gradient(ellipse 64% 105% at 72% 122%, rgba(116, 147, 132, 0.2) 0%, rgba(77, 111, 96, 0.09) 36%, transparent 72%),
    radial-gradient(ellipse 52% 96% at 42% 45%, rgba(2, 27, 21, 0.26) 0%, rgba(5, 35, 27, 0.12) 38%, transparent 73%);
  z-index: 0;
}

ul.wc_payment_methods li.wal-wallet-credit-method:has(> input:checked)::after {
  background:
    radial-gradient(ellipse 30% 54% at 22% 52%, rgba(197, 213, 203, 0.16) 0%, rgba(155, 181, 167, 0.07) 44%, transparent 76%),
    radial-gradient(ellipse 38% 68% at 81% 47%, rgba(4, 31, 24, 0.25) 0%, rgba(7, 42, 32, 0.09) 45%, transparent 78%),
    radial-gradient(ellipse 45% 58% at 51% 104%, rgba(184, 202, 191, 0.11) 0%, transparent 72%);
  filter: blur(14px);
  inset: -24%;
  opacity: 0.82;
  z-index: 1;
}

ul.wc_payment_methods li.wal-wallet-credit-method > label,
ul.wc_payment_methods li.wal-wallet-credit-method > .wal-wallet-credit-method__terms {
  position: relative;
  z-index: 2;
}

.wal-wallet-credit-method__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-inline-size: 0;
  text-align: start;
}

.wal-wallet-credit-method__copy .payment-method-title {
  color: #0c0a20;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.wal-wallet-credit-method:has(> input:checked) .wal-wallet-credit-method__copy .payment-method-title {
  color: #fff;
}

.wal-wallet-credit-method__icon {
  align-items: center;
  background: #fff;
  block-size: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  flex: 0 0 40px;
  justify-content: center;
}

.wal-wallet-credit-method__icon img {
  block-size: 20px;
  inline-size: 20px;
}

.wal-wallet-credit-toggle {
  align-items: center;
  background: #d4d4d8;
  border-radius: 999px;
  direction: ltr;
  display: inline-flex;
  flex: 0 0 auto;
  inline-size: 40px;
  justify-content: flex-start;
  min-block-size: 24px;
  padding: 3px;
}

html[dir="ltr"] .wal-wallet-credit-toggle {
  justify-content: flex-end;
}

.wal-wallet-credit-toggle > span {
  background: #fff;
  border-radius: 50%;
  block-size: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  inline-size: 18px;
  transition: transform 160ms ease;
}

.wal-wallet-credit-method > input:checked + label .wal-wallet-credit-toggle {
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.wal-wallet-credit-method > input:checked + label .wal-wallet-credit-toggle > span {
  transform: translateX(16px);
}

html[dir="ltr"] .wal-wallet-credit-method > input:checked + label .wal-wallet-credit-toggle > span {
  transform: translateX(-16px);
}

.wal-wallet-credit-method > input:focus-visible + label .wal-wallet-credit-toggle {
  outline: 2px solid #2a91ff;
  outline-offset: 2px;
}

.wal-wallet-credit-method__balance {
  align-items: center;
  color: #6d6c79;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
  justify-content: flex-start;
  line-height: 18px;
}

.wal-wallet-credit-method__balance strong {
  color: inherit;
  font-weight: 500;
}

.wal-wallet-credit-method:has(> input:checked) .wal-wallet-credit-method__balance {
  color: rgba(255, 255, 255, 0.78);
}

.wal-wallet-credit-method__terms {
  display: block;
  color: #2c84e5;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  margin-block-start: 16px;
  margin-inline-end: 16px;
  margin-inline-start: 20px;
  text-align: start;
  text-decoration: underline;
  text-underline-position: from-font;
}

.wal-wallet-credit-method__terms:hover,
.wal-wallet-credit-method__terms:focus-visible {
  color: #1f6fc4;
}

.wal-wallet-credit-method:has(> input:checked) .wal-wallet-credit-method__terms {
  color: #d9eee8;
}

.wal-wallet-credit-method:has(> input:checked) .wal-wallet-credit-method__terms:hover,
.wal-wallet-credit-method:has(> input:checked) .wal-wallet-credit-method__terms:focus-visible {
  color: #fff;
}

.wal-checkout-wallet-help-modal[hidden] {
  display: none;
}

.wal-checkout-wallet-help-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 16px;
  position: fixed;
  z-index: 10003;
}

body.wal-checkout-wallet-help-is-open {
  overflow: hidden;
}

.wal-checkout-wallet-help-modal__backdrop {
  background: rgba(0, 0, 0, 0.64);
  inset: 0;
  position: absolute;
}

.wal-checkout-wallet-help-modal__dialog {
  align-items: center;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 32px;
  inline-size: min(485px, 100%);
  max-block-size: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 24px;
  position: relative;
}

.wal-checkout-wallet-help-modal__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  inline-size: 100%;
}

.wal-checkout-wallet-help-modal__header {
  align-items: center;
  direction: ltr;
  display: flex;
  gap: 16px;
  inline-size: 100%;
  justify-content: space-between;
}

.wal-checkout-wallet-help-modal__header h2 {
  color: #141414;
  direction: rtl;
  font-family: IRANSansX, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin: 0;
  text-align: end;
}

.wal-checkout-wallet-help-modal__close {
  align-items: center;
  background: #ebebeb;
  block-size: 36px;
  border: 0;
  border-radius: 200px;
  cursor: pointer;
  display: flex;
  flex: 0 0 36px;
  inline-size: 36px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.wal-checkout-wallet-help-modal__close img {
  block-size: 18px;
  display: block;
  inline-size: 18px;
}

.wal-checkout-wallet-help-modal__body {
  color: #727272;
  font-family: IRANSansX, sans-serif;
  font-size: 16px;
  font-weight: 400;
  inline-size: 100%;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: start;
}

.wal-checkout-wallet-help-modal__body p,
.wal-checkout-wallet-help-modal__body ul {
  margin-block: 0;
}

.wal-checkout-wallet-help-modal__body ul {
  list-style: disc;
  padding: 0;
}

.wal-checkout-wallet-help-modal__body li {
  margin-inline-start: 24px;
}

.wal-checkout-wallet-help-modal__acknowledge {
  align-items: center;
  background: var(--Primary, #0c3c30);
  block-size: 48px;
  border: 1px solid var(--Primary, #0c3c30);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: IRANSansX, sans-serif;
  font-size: 14px;
  font-weight: 600;
  inline-size: 100%;
  justify-content: center;
  line-height: 20px;
  margin: 0;
  padding: 10px 16px;
}

html[dir="ltr"] .wal-checkout-wallet-help-modal__header {
  direction: rtl;
}

html[dir="ltr"] .wal-checkout-wallet-help-modal__header h2 {
  direction: ltr;
  font-family: Quicksand, sans-serif;
  text-align: start;
}

html[dir="ltr"] .wal-checkout-wallet-help-modal__body,
html[dir="ltr"] .wal-checkout-wallet-help-modal__acknowledge {
  font-family: Quicksand, sans-serif;
}

.wal-checkout-wallet-help-modal button:focus-visible,
.wal-checkout-wallet-help-modal__dialog:focus-visible,
.wal-checkout-wallet-help-modal__header h2:focus-visible {
  outline: 2px solid #bc9f72;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .wal-checkout-wallet-help-modal__dialog {
    inline-size: min(361px, 100%);
    padding: 20px;
  }

  .wal-checkout-wallet-help-modal__header h2 {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 1.2;
  }

  .wal-checkout-wallet-help-modal__body {
    font-size: 14px;
    line-height: 1.6;
  }

  .wal-checkout-wallet-help-modal__body ul {
    list-style: none;
  }

  .wal-checkout-wallet-help-modal__body li {
    margin-inline-start: 0;
  }
}

ul.wc_payment_methods li .payment_box {
  padding-bottom: 0;
  display: block !important;
  inline-size: 100%;
  block-size: 0;
  overflow: hidden;
  padding-inline: 16px;
  transition: 0s;
}
.woocommerce-checkout-review-order-table {
  inline-size: 100%;
  margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table tr {
}

.woocommerce-checkout-review-order-table tr td:first-child,
.woocommerce-checkout-review-order-table tr th:first-child {
  text-align: start;
  color: var(--Neutral-color-500, #666);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: end;
  color: var(--Neutral-900, #060709);
  font-family: var(--theme-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.woocommerce-checkout-review-order-table tr td,
.woocommerce-checkout-review-order-table tr th {
  padding: 5px 0;
}

#order_review_heading {
  color: var(--Neutral---900, #1a1a1a);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin: 0 0 16px 0;
}
ul.wc_payment_methods li.active .payment_box {
  padding-bottom: 16px;
  block-size: 100%;
}
.woocommerce-checkout-payment button#place_order {
  inline-size: 100%;
  border-radius: 12px;
  border: 1px solid var(--Primary, #0c3c30);
  background: var(--Primary, #0c3c30);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 10px;
  block-size: 56px;
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; /* 125% */
  margin-top: 20px;
}

.woocommerce-checkout-payment button#place_order:hover {
  background: #000;
  border-color: #000;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
  color: #414651;
  font-size: 14px;
}

.woocommerce-checkout-review-order-table .wal-wallet-credit-fee td {
  align-items: center;
  direction: ltr;
  display: flex;
  gap: 6px;
  justify-content: flex-start;
}

.woocommerce-checkout-review-order-table .wal-wallet-credit-remove {
  align-items: center;
  color: #d12030;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  min-block-size: 24px;
  min-inline-size: 24px;
  text-decoration: none;
}

html[dir="ltr"] .woocommerce-checkout-review-order-table .wal-wallet-credit-remove {
  order: -1;
}

html[dir="ltr"] .woocommerce-checkout-review-order-table .wal-wallet-credit-fee td {
  justify-content: flex-end;
}

.woocommerce-checkout-review-order-table .wal-wallet-credit-remove:hover,
.woocommerce-checkout-review-order-table .wal-wallet-credit-remove:focus-visible {
  color: #a61926;
}

.woocommerce-checkout-review-order .tdev-free-shipping {
  margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table tr td dl {
  display: inline-flex;
  margin: 0;
}

.woocommerce-checkout-review-order-table tr td dl dt {
}

.woocommerce-checkout-review-order-table tr td dl dd {
  margin: 0;
}

.woocommerce-checkout-review-order-table tr td dl p {
  margin: 0;
}

.woocommerce-checkout-review-order-table tr ul {
  padding: 0;
  margin: 0;
}

.woocommerce-checkout-review-order-table tr ul li {
  display: inline-flex;
}

.woocommerce-checkout-review-order-table tbody tr th,
.woocommerce-checkout-review-order-table tbody tr td {
  /* border-bottom: 1px dashed var(--Neutral---200, #d6d6d6); */
}

.woocommerce-checkout-review-order-table ul#shipping_method {
}

.woocommerce-checkout-review-order-table ul#shipping_method li label {
  display: flex;
  align-items: center;
  text-wrap-mode: nowrap;
  /* gap: 10px; */
}

.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
  /* border-top: 1px solid var(--Neutral---200, #d6d6d6); */
  padding-top: 30px;
}
ul.wc_payment_methods li .payment_box,
ul.wc_payment_methods li .payment_box p {
  color: var(--Neutral---400, #8f8f8f);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin: 0;
}

.woocommerce-checkout-review-order-table thead tr th {
  color: var(--Neutral---800, #292929) !important;
  font-family: var(--theme-font-family);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  /* 21px */
  padding: 0 0 16px 0 !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(0, 1fr);
  gap: 18px;
  align-items: start;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(1),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(1) {
  grid-column: span 2 / span 2;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(2),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(3),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(4),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(4) {
  grid-column: span 3 / span 3;
  grid-row-start: 2;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(5),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(5) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 2;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(6),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(6) {
  grid-column: span 6 / span 6;
  grid-row-start: 3;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(7),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(7) {
  grid-column: span 3 / span 3;
  grid-row-start: 4;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(8),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(8) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(9),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(9) {
  grid-column: span 3 / span 3;
  grid-row-start: 5;
}

.woocommerce-billing-fields__field-wrapper > *:nth-child(10),
.woocommerce-shipping-fields__field-wrapper > *:nth-child(10) {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
  grid-row-start: 5;
}

#customer_details input[type="text"],
#customer_details input[type="email"],
#customer_details input[type="tel"],
#customer_details textarea {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  block-size: 48px;
  inline-size: 100%;
  padding: 10px 14px;
}

.woocommerce-billing-fields__field-wrapper > p,
.woocommerce-shipping-fields__field-wrapper > p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-top: 30px;
}

.woocommerce-billing-fields__field-wrapper > p label,
.woocommerce-shipping-fields__field-wrapper > p label {
  color: var(--Gray-700, #414651);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 6px;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 5px;
}

#customer_details .woocommerce-input-wrapper,
#customer_details .woocommerce-input-wrapper span.select2-selection {
  block-size: 48px;
}

#customer_details .woocommerce-input-wrapper span.select2-selection {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 0 14px;
}

/* Arrow vertical centering in 48px container */
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  inset-block-start: 11px;
}
#customer_details .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  inset-inline-end: 14px;
}

/* Rendered text line-height fix */
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: 0;
}

/* Dropdown */
.select2-dropdown {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--Gray-900, #181d27);
  text-align: start;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

/* Search field inside dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: unset;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: unset;
  border: 1px solid #166c56;
}

/* Hover/highlighted option color */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0c3c30;
  color: #fff;
}

#customer_details textarea {
  min-block-size: 100px;
}

.woocommerce-additional-fields .woocommerce-input-wrapper {
  block-size: unset !important;
}
.woocommerce-shipping-fields .shipping_address {
  margin-top: 30px;
}
.woocommerce-billing-fields h3 {
  margin: 0 0 16px 0;
  color: var(--Gray-700, #414651);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; /* 125% */
}

/* order recived */
.thankyou-page .woocommerce-order {
  border-radius: 24px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  padding: 24px;
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyou-page .order-status {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 8px 0 32px 0;
}

.thankyou-order-received {
  color: var(--Gray-700, #414651);
  text-align: center;
  font-size: 16px;
  line-height: 20px; /* 125% */
  font-weight: 700;
}

.tracking-code span{
  color: var(--Neutral---400, #8f8f8f);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.tracking-code a {
  color: var(--Info, #2c84e5);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.thankyou-page .action-btns {
  inline-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.thankyou-page .action-btns .tavazo-btn {
  inline-size: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.checkout-feedback {
  inline-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}

.checkout-feedback h3 {
  margin: 0 0 24px 0;
  color: var(--Gray-700, #414651);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
.checkout-feedback .stars {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.checkout-feedback .stars span {
}
.checkout-feedback .stars span svg {
  inline-size: 28px;
  block-size: 28px;
}
.checkout-feedback .stars > span {
  display: flex;
  cursor: pointer;
}
.checkout-feedback .stars-caption {
  margin-bottom: 24px;
}
.checkout-feedback div {
}
.checkout-feedback .cf-comment-form label {
  color: var(--Gray-700, #414651);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.checkout-feedback .cf-comment-form textarea {
  inline-size: 100%;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  padding: 10px 14px;
  margin: 6px 0 17px 0;
}
.checkout-feedback button {
  border-radius: 8px;
  border: 1px solid var(--Primary, #0c3c30);
  background: var(--Primary, #0c3c30);

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  padding: 10px 58px;
  cursor: pointer;
  align-self: end;
}
.checkout-feedback .cf-comment-form {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}

.checkout-feedback button:hover {
  background: #222;
}
.cfb-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
  font-size: 32px;
}
.cfb-stars input {
  display: none;
}
.cfb-stars label {
  cursor: pointer;
  color: #c8c8c8;
  user-select: none;
  line-height: 1;
}
.cfb-stars label:hover,
.cfb-stars label:hover ~ label {
  color: #ffb20c;
}
.cfb-stars input:checked ~ label {
  color: #ffb20c;
}
.alredy-rated {
  margin: 40px 10px 10px 10px;
}

/* coupon form */
#tavazo-coupon-box {
  margin: 20px 0;
}
#tavazo-coupon-box .tvcoupon-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  display: none;
}
#tavazo-coupon-box .tvcoupon-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
#tavazo-coupon-box .tvcoupon-input {
  flex: 1;
  min-inline-size: 0;
  border-radius: 8px;
  border: 1px solid var(--Neutral-color-200, #d6d6d6);
  background: #fff;
  block-size: 48px;
  padding: 4px 16px 4px 24px;
}
#tavazo-coupon-box .tvcoupon-notices {
  margin-top: 10px;
}
#tavazo-coupon-box .is-busy {
  opacity: 0.6;
  pointer-events: none;
}

#tavazo-coupon-box .tvcoupon-apply {
  border-radius: 100px;
  background: var(--Secondary---100, #ffedd0);
  block-size: 48px;
  padding: 8px 20px;
  border: 0;
  color: var(--Secondary---800, #705c3d);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

#tavazo-coupon-box .tvcoupon-input,
#tavazo-coupon-box .tvcoupon-input::placeholder {
  color: var(--Neutral-color-400, #8f8f8f);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

#tavazo-coupon-box .tvcoupon-notices .woocommerce-error {
  margin: 0;
}
a.woocommerce-remove-coupon {
    font-size: 0;
    display: flex;
    margin-inline-start: 12px;
}

a.woocommerce-remove-coupon:before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMS4zMzMgNC44MzNoMTMuMzM0TTYuMzMzIDguMTY3djVtMy4zMzQtNXY1bS03LjUtOC4zMzQuODMzIDEwQTEuNjY2IDEuNjY2IDAgMCAwIDQuNjY3IDE2LjVoNi42NjZBMS42NjcgMS42NjcgMCAwIDAgMTMgMTQuODMzbC44MzMtMTBtLTguMzMzIDB2LTIuNWEuODMzLjgzMyAwIDAgMSAuODMzLS44MzNoMy4zMzRhLjgzMy44MzMgMCAwIDEgLjgzMy44MzN2Mi41IiBzdHJva2U9IiNEMTIwMzAiIHN0cm9rZS13aWR0aD0iMS43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    inline-size: 20px;
    block-size: 20px;
}

.woocommerce-checkout-review-order-table tr.cart-discount td {display: flex;align-items: center;justify-content: flex-end;}




/* login in checkout */
.woocommerce-form-login-toggle {
margin-block: 32px 0px;
  border-radius: 12px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  background: var(--White, #fff);
  padding: 24px;
}

form.woocommerce-form-login {
    margin-top: 30px;
}

.woocommerce-form-login-toggle .showlogin {
    background: var(--Primary, #0C3C30);
    color: #fff;
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 14px;
}

form.woocommerce-form-login p {
    position: relative;
}

form.woocommerce-form-login p label:not(.woocommerce-form-login__rememberme) {
    position: absolute;
    inset-inline-start: 14px;
    inset-block-start: -10px;
    background-color: #fff;
    padding: 0 4px;
    color: var(--Neutral---500, #666);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    z-index: 1;
}

form.woocommerce-form-login p input:not([type="checkbox"]) {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    inline-size: 100%;
    padding: 16px;
    position: relative;
}

form.woocommerce-form-login p input:not([type="checkbox"]):focus {
outline: unset;
    border: 1.5px solid #367AFF;
}

label.woocommerce-form-login__rememberme {
    display: flex;
    margin-block: 20px 30px;
}

form.woocommerce-form-login p:first-child {
    font-size: 15px;
    margin-bottom: 40px;
}


form.woocommerce-form-login p.lost_password a {
    font-size: 15px;
    color: #222;
}






/*responsive*/
@media (max-width: 1024px) {
  form.woocommerce-checkout .actions {
    inline-size: 330px;
  }

  form.woocommerce-checkout {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  form.woocommerce-checkout .sections {
    display: flex;
    flex-direction: column;
  }

  form.woocommerce-checkout .actions {
    inline-size: 100%;
  }

  .woocommerce-billing-fields__field-wrapper > p,
  .woocommerce-shipping-fields__field-wrapper > p {
    grid-column: span 6 / span 6 !important;
    grid-row-start: unset !important;
  }
}

.woocommerce-checkout .shipping-method-box {
  border-top-width: 0;
}

.woocommerce-checkout .tavazo-carrier-price {
  margin-right: auto !important;
  margin-left: 0 !important;
  text-align: left !important;
  direction: ltr;
  unicode-bidi: isolate;
}

.woocommerce-checkout .tavazo-carrier-brand {
  display: contents;
}

html[lang^="en"] .woocommerce-checkout-review-order-table ul#shipping_method li label,
html[lang^="de"] .woocommerce-checkout-review-order-table ul#shipping_method li label {
  direction: ltr;
  justify-content: space-between;
}

html[lang^="en"] .woocommerce-checkout .tavazo-carrier-brand,
html[lang^="de"] .woocommerce-checkout .tavazo-carrier-brand {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  order: 2;
}

html[lang^="en"] .woocommerce-checkout .tavazo-carrier-brand svg,
html[lang^="de"] .woocommerce-checkout .tavazo-carrier-brand svg {
  margin: 0;
}

html[lang^="en"] .woocommerce-checkout .tavazo-carrier-price,
html[lang^="de"] .woocommerce-checkout .tavazo-carrier-price {
  margin: 0 !important;
  order: 1;
  white-space: nowrap;
}

/* Terms & privacy policy links use the CTA green */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a.woocommerce-privacy-policy-link {
  color: var(--Primary, #0c3c30);
  font-weight: 700;
}
