html[lang=en] .d-ar {
  display: none !important;
}

html[lang=en] .d-fr {
  display: none !important;
}

html[lang=en] .d-ja {
  display: none !important;
}

html[lang=en] .d-ch {
  display: none !important;
}

html[lang=ar] .d-en {
  display: none !important;
}

html[lang=ar] .d-fr {
  display: none !important;
}

html[lang=ar] .d-ja {
  display: none !important;
}

html[lang=ar] .d-ch {
  display: none !important;
}

html[lang=fr] .d-en {
  display: none !important;
}

html[lang=fr] .d-ar {
  display: none !important;
}

html[lang=fr] .d-ja {
  display: none !important;
}

html[lang=fr] .d-ch {
  display: none !important;
}

html[lang=ja] .d-en {
  display: none !important;
}

html[lang=ja] .d-ar {
  display: none !important;
}

html[lang=ja] .d-fr {
  display: none !important;
}

html[lang=ja] .d-ch {
  display: none !important;
}

html[lang=ch] .d-en {
  display: none !important;
}

html[lang=ch] .d-ar {
  display: none !important;
}

html[lang=ch] .d-fr {
  display: none !important;
}

html[lang=ch] .d-ja {
  display: none !important;
}

.transliteration p, .transliteration span, .transliteration button {
  font-size: 13px;
}

.transliteration .change-link, .transliteration .use-link {
  text-decoration: underline;
  cursor: pointer;
}

.checkout-stage__address-fields input#map-input-shipping {
  position: relative;
  top: 3rem;
  z-index: 1;
  width: 80%;
  margin: 0 10%;
}

.payment-item {
  position: relative;
  border-radius: 0.375rem;
  border: 1px solid black;
  padding: 1.875rem 1.5625rem;
  margin-top: 0.9375rem;
  background-color: unset;
}

.payment-item input[type=radio] {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
}

[dir="ltr"] .payment-item input[type=radio] {
  margin-left: 0;
}

[dir="rtl"] .payment-item input[type=radio] {
  margin-right: 0;
}

.payment-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: black;
  border-radius: 50%;
  inset: 0;
  margin: auto;
}

.payment-item .hide-not-active {
  display: none;
}

.payment-item.not-available {
  background-color: lightgrey;
}

.payment-item.not-available tabby-not-available {
  display: none;
}

.payment-item.active-payment .hide-not-active {
  display: block;
}

.payment-item .info-icon {
  height: 1.5rem;
  border-radius: 50%;
  background-color: undefined;
  background-color: var(--skin-primary-color-1);
  line-height: 1.5rem;
}

.apple-pay-button-wrapper {
  width: 100%;
  display: none;
}

.apple-pay-button-wrapper .button--apple-pay {
  width: 100%;
  height: 44px;
}

.data-checkout-stage[data-checkout-stage=placeOrder] .apple-pay-button-wrapper {
  display: block;
}

.use-short-code .google-map-wrapper,
.use-short-code .address__country,
.use-short-code .address1-wrapper,
.use-short-code .local-address1-wrapper,
.use-short-code .address2-wrapper,
.use-short-code .local-address2-wrapper,
.use-short-code .additional-number-wrapper,
.use-short-code .state,
.use-short-code .city,
.use-short-code .district-wrapper,
.use-short-code .postal-code-wrapper {
  display: none;
}

/*# sourceMappingURL=global_meia-rtl.css.map*/