:root {
  --primary: #022a3a;
  --secondary: #f4cd00;
  --yellow-f4: #f4ce13;
  --gnorange: #e9a630;
  --gray: #2b2b2b;
  --gray-e0: #e0e0e0;
  --gray-e2: #e2e2e2;
  --gray-e4: #e4e4e4;
  --gray-e5: #e5e5e5;
  --gray-e6: #e6e6e6;
  --gray-f6: #f6f6f6;
  --gray-f0: #f0f0f0;
  --gray-72: #727171;
  --gray-ce: #cecece;
  --gray-d9: #d9d9d9;
  --gray-8b: #8b8b8b;
  --white: #fff;
  --white-fc: #fcfcfc;
  --black: #000;
  --black-01: #012839;
  --black-16: #162d3d;
  --black-08: #08304b;
  --black-03: #032a39;
  --black-25: #254957;
  --red: #f00;
  --red-f2: #f20d36;
  --red-be: #be0303;
  --green-16: #16ab32;
  --green-00: #009444;
  --gray-f8: #f8fafc;
  --gray-ca: #cacaca;
  --gray-f1: #f1f5f9;
  --blue-15: #154659;
  --primary-font: "Montserrat", sans-serif;
  --arabic-font: "Noto Kufi Arabic", sans-serif;
  --transition-speed: .3s;
}

:root {
  --arabic-font-800: "Noto Kufi Arabic ExtraBold", sans-serif;
}

@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: normal;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-Regular.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 500;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-Medium.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 600;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-SemiBold.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: bold;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-Bold.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Kufi Arabic ExtraBold";
  font-weight: 800;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-ExtraBold.ttf");
}
@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 900;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-Black.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-Black.woff") format("woff");
}
html[dir=rtl] {
  font-family: var(--arabic-font);
  letter-spacing: 0;
}
html[dir=rtl] body,
html[dir=rtl] *,
html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] h4,
html[dir=rtl] h5,
html[dir=rtl] h6,
html[dir=rtl] p,
html[dir=rtl] a,
html[dir=rtl] .button,
html[dir=rtl] button,
html[dir=rtl] input,
html[dir=rtl] optgroup,
html[dir=rtl] select,
html[dir=rtl] textarea,
html[dir=rtl] pre,
html[dir=rtl] code,
html[dir=rtl] kbd,
html[dir=rtl] ul,
html[dir=rtl] ol,
html[dir=rtl] samp {
  font-family: var(--arabic-font);
  letter-spacing: 0;
}
html[dir=rtl] h1,
html[dir=rtl] h2 {
  line-height: 1.6;
}
@media (max-width: 575px) {
  html[dir=rtl] h1,
html[dir=rtl] h2 {
    line-height: 1.5;
  }
}
html[dir=rtl] h1 {
  font-family: var(--arabic-font-800);
  font-weight: 800;
}
html[dir=rtl] .sec-large-title h2 {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] h3,
html[dir=rtl] h4,
html[dir=rtl] h5,
html[dir=rtl] h6,
html[dir=rtl] .p-xlarge,
html[dir=rtl] .p-large,
html[dir=rtl] .error-message {
  line-height: 1.5;
}
html[dir=rtl] .sec-para-title h2 {
  font-style: normal;
}
html[dir=rtl] .sec-para-title h2,
html[dir=rtl] .sec-para-title h3,
html[dir=rtl] .sec-para-title p {
  line-height: 1.6;
}
html[dir=rtl] .classes-title-btm h3 {
  font-family: var(--arabic-font-800);
}
@media (max-width: 480px) {
  html[dir=rtl] .classes-title-btm p {
    line-height: 1.5;
  }
}
html[dir=rtl] .location-dropdown .location-label {
  padding-left: 60px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  html[dir=rtl] .location-dropdown .location-label {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .location-dropdown .location-label {
    padding-left: 36px;
    padding-right: 13px;
  }
}
html[dir=rtl] .location-dropdown .location-label::before {
  left: 30px;
  right: auto;
}
@media (max-width: 991px) {
  html[dir=rtl] .location-dropdown .location-label::before {
    left: 20px;
    right: auto;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .location-dropdown .location-label::before {
    left: 15px;
    right: auto;
  }
}
html[dir=rtl] .location-dropdown .location-item-group ul.os-host {
  padding-left: 15px;
  padding-right: 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .location-dropdown .location-item-group ul.os-host {
    padding-left: 13px;
  }
}
html[dir=rtl] .location-dropdown .location-item-group .sub-filter-dropdown.os-host {
  padding-left: 15px;
  padding-right: 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .location-dropdown .location-item-group .sub-filter-dropdown.os-host {
    padding-left: 13px;
  }
}
html[dir=rtl] .os-host > .os-scrollbar.os-scrollbar-vertical {
  left: 2px;
  right: auto;
}
html[dir=rtl] .country-code-design #country_code_num,
html[dir=rtl] .country-code-design .country_code_num,
html[dir=rtl] .country-code-design .mobile_code {
  padding-left: 107px !important;
  padding-right: 23px !important;
}
@media (max-width: 1199px) {
  html[dir=rtl] .country-code-design #country_code_num,
html[dir=rtl] .country-code-design .country_code_num,
html[dir=rtl] .country-code-design .mobile_code {
    padding-right: 20px !important;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .country-code-design #country_code_num,
html[dir=rtl] .country-code-design .country_code_num,
html[dir=rtl] .country-code-design .mobile_code {
    padding-left: 103px !important;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .country-code-design #country_code_num,
html[dir=rtl] .country-code-design .country_code_num,
html[dir=rtl] .country-code-design .mobile_code {
    padding-left: 101px !important;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .country-code-design #country_code_num,
html[dir=rtl] .country-code-design .country_code_num,
html[dir=rtl] .country-code-design .mobile_code {
    padding-left: 98px !important;
    padding-right: 13px !important;
  }
}
html[dir=rtl] .country-code-design .country-code-remove #country_code_num,
html[dir=rtl] .country-code-design .country-code-remove .country_code_num,
html[dir=rtl] .country-code-design .country-code-remove .mobile_code,
html[dir=rtl] .country-code-design .country-code-remove > .form-control {
  padding-left: 23px !important;
  text-indent: 0;
}
@media (max-width: 1199px) {
  html[dir=rtl] .country-code-design .country-code-remove #country_code_num,
html[dir=rtl] .country-code-design .country-code-remove .country_code_num,
html[dir=rtl] .country-code-design .country-code-remove .mobile_code,
html[dir=rtl] .country-code-design .country-code-remove > .form-control {
    padding-left: 20px !important;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .country-code-design .country-code-remove #country_code_num,
html[dir=rtl] .country-code-design .country-code-remove .country_code_num,
html[dir=rtl] .country-code-design .country-code-remove .mobile_code,
html[dir=rtl] .country-code-design .country-code-remove > .form-control {
    padding-left: 13px !important;
  }
}
html[dir=rtl] .form-thank-you-msg h3,
html[dir=rtl] .form-thank-you-msg p,
html[dir=rtl] .form-thank-you-msg .u-h3 {
  line-height: 1.5;
}
html[dir=rtl] .form-thank-you-msg h3,
html[dir=rtl] .form-thank-you-msg .u-h3 {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .form-thank-you-msg h3 span,
html[dir=rtl] .form-thank-you-msg .u-h3 span {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .thnk-msg-social-share .social-share-btn.native-share-btn img {
  margin-left: 0;
}
html[dir=rtl] .thnk-msg-social-share .social-share-btn img {
  margin-left: 10px;
  margin-right: 0;
}
html[dir=rtl] .owl-btns .owl-btn {
  margin-left: 41px;
  margin-right: 0;
}
@media (max-width: 1280px) {
  html[dir=rtl] .owl-btns .owl-btn {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .owl-btns .owl-btn {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .owl-btns .owl-btn {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .owl-btns .owl-btn {
    margin-left: 10px;
  }
}
html[dir=rtl] .owl-btns .owl-btn:last-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .owl-btns .owl-btn.prev {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .owl-btns .owl-btn.next {
    left: 20px;
    right: auto;
  }
}
html[dir=rtl] .owl-btns .owl-btn img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button {
  left: auto;
  right: 52px;
}
@media (min-width: 2800px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button {
    right: 202px;
  }
}
@media (min-width: 5650px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button {
    right: 150px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button {
    right: 30px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button {
    right: 20px;
  }
}
html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button.owl-next {
  left: 52px;
  right: auto;
}
@media (min-width: 2800px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button.owl-next {
    left: 202px;
  }
}
@media (min-width: 5650px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button.owl-next {
    left: 150px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button.owl-next {
    left: 30px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button.owl-next {
    left: 20px;
  }
}
html[dir=rtl] .owl-nav-design .owl-carousel .owl-nav button.owl-next::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
html[dir=rtl] .g-btn {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 991px) {
  html[dir=rtl] .g-btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
html[dir=rtl] .g-btn--arrow {
  padding-left: 76px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .g-btn--arrow {
    padding-left: 66px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .g-btn--arrow {
    padding-left: 44px;
  }
}
html[dir=rtl] .g-btn--arrow::before {
  background-position: left center;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1199px) {
  html[dir=rtl] .g-btn--arrow::before {
    left: 14px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .g-btn--arrow::before {
    left: 10px;
  }
}
html[dir=rtl] .bst-text {
  text-align: left;
}
html[dir=rtl] .language--switch {
  padding-left: 0;
  padding-right: 22px;
}
@media (max-width: 1340px) {
  html[dir=rtl] .language--switch {
    padding-right: 8px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .language--switch {
    padding-left: 0;
    padding-right: 18px;
  }
}
@media (max-width: 480px) {
  html[dir=rtl] .language--switch {
    line-height: 0;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .language--switch {
    padding-right: 10px;
  }
}
@media (max-width: 355px) {
  html[dir=rtl] .language--switch {
    padding-right: 6px;
  }
}
html[dir=rtl] .language--switch .lang-btn {
  background-position: 8px center;
  padding-left: 32px;
  padding-right: 11px;
}
@media (max-width: 767px) {
  html[dir=rtl] .language--switch .lang-btn {
    background-position: 12px center;
    padding-left: 40px;
    padding-right: 12px;
  }
}
html[dir=rtl] .language--switch .lang-btn::after {
  background-position: 8px 50%;
}
@media (max-width: 1199px) {
  html[dir=rtl] .language--switch .lang-btn::after {
    background-position: center center;
  }
}
@media (max-width: 480px) {
  html[dir=rtl] .language--switch .lang-btn::after {
    left: 4px;
  }
}
html[dir=rtl] .language--switch .lang-btn.ae-btn {
  display: none;
}
html[dir=rtl] .language--switch .lang-btn.en-btn {
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 15px;
}
@media (min-width: 1200px) {
  html[dir=rtl] .language--switch .lang-btn.en-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1439px) {
  html[dir=rtl] .language--switch .lang-btn.en-btn {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 7px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .language--switch .lang-btn.en-btn {
    font-size: 0;
    line-height: 22px;
    padding: 5px 18px 5px 19px;
  }
}
@media (max-width: 530px) {
  html[dir=rtl] .language--switch .lang-btn.en-btn {
    line-height: 20px;
  }
}
html[dir=rtl] .link-share-box .referlink {
  border-radius: 0 24px 24px 0;
}
html[dir=rtl] .link-share-box button {
  border-radius: 24px 0 0 24px;
}
@media (max-width: 690px) {
  html[dir=rtl] .link-share-box button {
    background-position: calc(100% - 6px) center;
  }
}
@media (max-width: 485px) {
  html[dir=rtl] .link-share-box button {
    background-position: calc(100% - 7px) center;
  }
}
html[dir=rtl] .section-md-title h1,
html[dir=rtl] .section-md-title h2,
html[dir=rtl] .sec-large-title h1,
html[dir=rtl] .sec-large-title h2 {
  line-height: 100px;
}
@media (max-width: 1440px) {
  html[dir=rtl] .section-md-title h1,
html[dir=rtl] .section-md-title h2,
html[dir=rtl] .sec-large-title h1,
html[dir=rtl] .sec-large-title h2 {
    line-height: 7vw;
  }
}
html[dir=rtl] .section-md-title h2 {
  line-height: 7vw;
}
@media (min-width: 1439px) {
  html[dir=rtl] .section-md-title h2 {
    line-height: 100px;
  }
}

html[dir=rtl] .gender-dropdown .gender-label {
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 400px) {
  html[dir=rtl] .gender-dropdown .gender-label {
    padding-left: 38px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .gender-dropdown .gender-label {
    padding-left: 32px;
    padding-right: 12px;
  }
}
html[dir=rtl] .gender-dropdown .gender-label::after {
  left: 22px;
  right: auto;
}
@media (max-width: 400px) {
  html[dir=rtl] .gender-dropdown .gender-label::after {
    left: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .gender-dropdown .gender-label::after {
    left: 12px;
  }
}
html[dir=rtl] .gender-dropdown .gender-label.selected {
  letter-spacing: 0;
}
html[dir=rtl] .gender-dropdown .gender-content .gender-text {
  letter-spacing: 0;
}
html[dir=rtl] .gender-dropdown .gender-content .gender-text::after {
  left: 20px;
  right: auto;
}
html[dir=rtl] .gender-dropdown .gender-content .gender-text.active {
  padding-left: 46px;
  padding-right: 20px;
}
html[dir=rtl] .new-checkout-section .language--switchr {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 12px;
  width: 124px;
}
@media (max-width: 991px) {
  html[dir=rtl] .new-checkout-section .language--switchr {
    padding-left: 12px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .new-checkout-section .language--switchr + .logo-lang-wrap {
    width: calc(100% - 124px);
  }
}
html[dir=rtl] .new-checkout-section .language--switchr .lang-btn {
  background-position: 7px 50%;
  font-size: 14px;
  padding-left: 32px;
  padding-right: 13px;
}
@media (max-width: 991px) {
  html[dir=rtl] .new-checkout-section .language--switchr .lang-btn {
    padding-left: 33px;
  }
}
html[dir=rtl] .new-checkout-section .language--switchr .lang-btn::after {
  background-position: 8px 50%;
}
html[dir=rtl] .new-checkout-section .language--switchr .lang-btn.ae-btn {
  display: none;
}
html[dir=rtl] .new-checkout-section .language--switchr .lang-btn.en-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--primary-font);
}
html[dir=rtl] .header-checkout {
  padding-left: 53px;
  padding-right: 113px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .header-checkout {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .header-checkout {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .header-checkout {
    padding-left: 17px;
    padding-right: 36px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .header-checkout {
    padding-left: 24px;
  }
}
@media (max-width: 424px) {
  html[dir=rtl] .header-checkout {
    padding-left: 9px;
    padding-right: 20px;
  }
}
@media (max-width: 370px) {
  html[dir=rtl] .header-checkout {
    padding-left: 10px;
    padding-right: 16px;
  }
}
html[dir=rtl] .header-checkout .checkout-steps-wrap {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .header-checkout .checkout-steps-wrap {
    padding-right: 11px;
  }
}
@media (max-width: 424px) {
  html[dir=rtl] .header-checkout .checkout-steps-wrap {
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .header-checkout .step-track-group {
    width: 340px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .header-checkout .step-track-group {
    width: auto;
  }
}
html[dir=rtl] .header-checkout .step-track-group .step-track::before {
  left: 100%;
  right: auto;
}
html[dir=rtl] .header-checkout .step-track-group .step-track .step-icon {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .header-checkout .step-track-group .step-track .step-titel {
  letter-spacing: 0;
}
html[dir=rtl] .presell-checkout .presell-each-box {
  padding-left: 0;
  padding-right: 45px;
}
@media (max-width: 991px) {
  html[dir=rtl] .presell-checkout .presell-each-box {
    padding-right: 33px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .presell-checkout .presell-each-box {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .presell-checkout .presell-each-box.discount {
    padding-right: 0;
  }
}
html[dir=rtl] .presell-checkout .presell-each-box .presell-icon {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .left-side {
  padding-left: 21px;
  padding-right: 0;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .left-side {
    padding-left: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
  padding-right: 27px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-right: 24px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-right: 18px;
  }
}
@media (max-width: 390px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-1 .location-title h2 {
    padding-right: 15px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location.cl-step-2 .location-title h2, html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .location-title h2 {
  padding-right: 32px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-2 .location-title h2, html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-right: 29px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-2 .location-title h2, html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-right: 27px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-2 .location-title h2, html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-right: 22px;
  }
}
@media (max-width: 390px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-2 .location-title h2, html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-right: 19px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .location-title .register-text {
  text-align: right;
}
html[dir=rtl] .checkout-locations .checkout-location.join-step-2 .lc-join-form .fieldset.field-2 .form-group {
  margin-left: 0;
}
html[dir=rtl] .checkout-locations .checkout-location.membership-extra .location-title .selected-location {
  padding-right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
  padding-right: 32px;
}
@media (max-width: 1399px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-right: 23px;
  }
}
@media (max-width: 390px) {
  html[dir=rtl] .checkout-locations .checkout-location.cl-step-3 .location-title h2 {
    padding-right: 20px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-title {
  padding-left: 11px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-title {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-title {
    padding-left: 8px;
    padding-right: 30px;
  }
}
@media (max-width: 429px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-title {
    padding-right: 24px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-title h2 {
  line-height: 32px;
  padding-left: 16px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-title h2 {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-title h2 {
    line-height: 0;
    padding-left: 10px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-title h2 .step-num {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .location-title .right-content {
  margin-left: 0;
  margin-right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .location-title .selected-location {
  margin-left: 16px;
  margin-right: 0;
  padding-left: 5.5px;
  padding-right: 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-title .selected-location {
    margin-left: 0;
    margin-top: 4px;
    padding-left: 4px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-title .selected-location::after {
  left: 0;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .location-title .selected-location.desk {
  text-align: left;
}
html[dir=rtl] .checkout-locations .checkout-location .location-title .selected-location span {
  margin-left: 0;
  margin-right: 3px;
}
html[dir=rtl] .checkout-locations .checkout-location .location-title .selected-location span:first-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-family: var(--arabic-font-800);
  }
}
@media (max-width: 480px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 13px;
  }
}
@media (max-width: 370px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn {
    font-size: 11px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn:first-child {
  border-radius: 0 24px 24px 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn:first-child {
    border-radius: 0 30px 30px 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn:last-child {
  border-left: 1px solid var(--black);
  border-radius: 24px 0 0 24px;
  border-right: 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn:last-child {
    border-radius: 30px 0 0 30px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn:nth-child(2):not(:last-child) {
  border-left: 1px solid var(--black);
  border-radius: 0;
  border-right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn img {
  margin-left: 8px;
  margin-right: 0;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-country-btns .lccntr-btn img {
    margin-left: 5px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-country-btns.single-btn .lccntr-btn {
  border-radius: 24px;
  border-right: 1px solid var(--black);
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap {
  padding-left: 35px;
  padding-right: 13px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label {
  padding-left: 50px;
  padding-right: 20px;
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-label::before {
  left: 22px;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .os-host > .os-scrollbar.os-scrollbar-vertical {
  left: 4px;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item.active .cl-name {
  padding-left: 46px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item.active .cl-name {
    padding-left: 35px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item.active .cl-name::before {
  display: block;
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name {
  letter-spacing: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name::before {
  left: 20px;
  right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name::before {
    left: 10px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .cl-dropdown .cl-item-group .cl-item .cl-name::after {
  left: auto;
  right: 8px;
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .lc-current-box {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 16px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .lc-current-box {
    padding-right: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .lc-current-text {
  padding-left: 0;
  padding-right: 23px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .lc-current-text {
    padding-right: 19px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-list-wrap .lc-current-text img {
  left: auto;
  right: 0;
}
@media (min-width: 1200px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item {
    margin-left: 17px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item:nth-child(2n+2) {
    margin-left: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon {
  padding-left: 81px;
  padding-right: 0;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon {
    padding-left: 76px;
    padding-right: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::after, html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::before {
  left: 0;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::after {
  background-image: url("/build/svg/icons/ar-map-cmn-strip-yellow.svg");
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon::before {
  background-image: url("/build/svg/icons/ar-map-cmn-strip-white.svg");
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon .city-contain {
  padding-left: 0;
  padding-right: 19px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon .city-contain {
    padding-right: 17px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item.comming-soon .city-contain {
    padding-right: 14px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .location-city-name,
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .distance-km {
  margin-left: 8px;
  margin-right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-name {
  font-family: var(--arabic-font-800);
  line-height: 1.5;
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address {
  line-height: 1.5;
  padding-left: 0;
  padding-right: 23px;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address {
    padding-right: 18px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-address img {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .location-city-group .location-city-item .city-contain .city-btn {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .checkout-location .morelocation-wrap .more-location-btn {
  font-family: var(--arabic-font-800);
}
@media (min-width: 768px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider.one-card .owl-carousel .owl-stage-outer, html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-left: -20px;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider.one-card .owl-carousel .owl-stage-outer, html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-left: -31px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next,
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
  left: auto;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
  left: -22px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    left: -26px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    left: calc((100% - 540px) / 2);
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next {
    left: -27px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next span {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-next span {
    left: -1px;
    right: auto;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
  right: -22px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
    right: -26px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
    right: calc((100% - 540px) / 2);
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev {
    right: -27px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-slider .owl-nav .owl-prev span {
  left: auto;
  right: -1px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-type {
  margin-bottom: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-title .membership-price {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .check-img,
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .cross-img {
  padding-left: 0;
  padding-right: 36px;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .check-img::before,
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-content ul li .cross-img::before {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-membership-each .lc-membership-content .lc-membership-showmore-wrap {
  text-align: right;
}
@media (min-width: 768px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage-outer, html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-left: -18px;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage-outer, html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-left: -41px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev,
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
  left: -22px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    left: -26px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
  right: -22px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
    right: -26px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 1400px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
    padding-left: 16px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
    left: 0;
    margin-left: 8px;
    margin-right: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    padding-left: 162px;
    padding-right: 23px;
  }
}
@media (max-width: 355px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    padding-left: 148px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
  font-family: var(--arabic-font-800);
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space .sm-spr {
    padding-left: 154px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space .sm-spr {
    padding-left: 137px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space ul li.sm-spr {
    padding-left: 154px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space ul li.sm-spr {
    padding-left: 137px;
    padding-right: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img,
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img {
  padding-left: 0;
  padding-right: 36px;
}
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img::before,
html[dir=rtl] .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .error-message span {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .error-message span {
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .error-message span {
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .gendererror,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .couponerror {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .gendererror,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .couponerror {
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .gendererror,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .couponerror {
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
  margin-left: 35px;
  margin-right: 0;
}
@media (max-width: 1399px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
    margin-left: 10px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group:nth-child(2n+2) {
  margin-left: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group .calendar label {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group .calendar label {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.country-code-design, html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.email-field {
    margin-left: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design:first-child .datepicker.datepicker-orient-right {
  left: auto !important;
  right: 0 !important;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design:last-child .datepicker.datepicker-orient-left {
  left: 0 !important;
  right: auto !important;
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .fieldset.field-2.promo-wrap .form-group {
    margin-left: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .form-control,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .form-control {
  font-family: var(--arabic-font);
  padding-left: 60px !important;
  padding-right: 20px !important;
  text-align: right;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .form-control,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .form-control {
    padding-left: 52px !important;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .form-control,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .form-control {
    padding-left: 38px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .form-control,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .form-control {
    padding-left: 32px !important;
    padding-right: 12px !important;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .calendar.icon,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .calendar.icon {
  left: 16px;
  right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .calendar.icon,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .calendar.icon {
    left: 12px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .calendar.icon,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .calendar.icon {
    left: 3px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group.calendar .calendar.icon,
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .calendar .calendar.icon {
    left: -2px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .form-control select.form-control {
  background-position: 22px center;
  padding-left: 50px;
  padding-right: 20px;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
  background-position: 26px center;
  padding-left: 60px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: 22px center;
    padding-left: 52px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: 16px center;
    padding-left: 38px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: 11px center;
    padding-left: 32px;
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
  padding-left: 95px !important;
  padding-right: 20px !important;
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
    padding-right: 16px !important;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
    padding-right: 12px !important;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text {
    padding-right: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle {
    margin-right: 8px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle img {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 520px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit .successpromo-btn a {
    left: 13px;
    right: auto;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
  padding-left: 82px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-left: 84px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-left: 42px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-left: 38px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-left: 34px;
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
  left: 58px;
  right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    left: 62px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    left: 20px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    left: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    left: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
  padding-left: 62px;
  padding-right: 20px;
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-left: 12px;
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
  padding-left: 78px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 82px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 42px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 38px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 34px;
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
  left: 57px;
  right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    left: 61px;
  }
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    left: 19px;
  }
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    left: 15px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    left: 11px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit {
  margin-left: auto;
  margin-right: -50px;
}
@media (max-width: 420px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit {
    margin-right: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
  margin-left: auto;
  margin-right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 400px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    padding-right: 12px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label {
  padding-left: 0;
  padding-right: 21px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span .arrow-down {
    margin-left: auto;
    margin-right: 11px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
  margin-left: 0;
  margin-right: 9px;
}
@media (max-width: 390px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
    margin-right: 6px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar .clndr-input {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label {
    padding-right: 27px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before, html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input input[type=checkbox] {
  left: auto;
  right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error {
    padding-right: 27px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error span {
  padding-right: 0;
}
html[dir=rtl] .checkout-locations .checkout-location .signature-membership h3 {
  font-family: var(--arabic-font-800);
  padding-left: 0;
  padding-right: 21px;
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .checkout-location .signature-membership h3 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  html[dir=rtl] .checkout-locations .checkout-location .signature-membership .signature-dropdown-group {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .checkout-locations .checkout-location .signature-membership .signature-dropdown-group:nth-child(2n+2) {
    margin-left: 0;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .signature-dropdown-box .signature-label {
  font-family: var(--arabic-font-800);
  padding-left: 50px;
  padding-right: 20px;
}
html[dir=rtl] .checkout-locations .checkout-location .signature-dropdown-box .signature-label::before {
  left: 22px;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .signature-dropdown-box .signature-dropdown li span {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn {
  padding-left: 15px;
  padding-right: 44px;
  text-align: right;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn {
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn {
    padding-right: 32px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn::before {
  left: auto;
  right: 15px;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn::before {
    right: 12px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn::before {
    right: 10px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
  left: auto;
  right: 19px;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
    right: 16px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn::after {
    right: 13px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn.credit-option {
  padding-left: 128px;
  padding-right: 44px;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn.credit-option {
    padding-left: 100px;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn.credit-option {
    padding-left: 80px;
    padding-right: 32px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn.apple-option {
  padding-left: 74px;
  padding-right: 44px;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn.apple-option {
    padding-left: 64px;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn.apple-option {
    padding-right: 32px;
  }
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn img {
  left: 15px;
  right: auto;
}
html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn .visa-icon {
  left: 58px;
  right: auto;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn .visa-icon {
    left: 46px;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn .visa-icon {
    left: 37px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn .mastercard-icon {
    left: 12px;
    right: auto;
  }
}
@media (max-width: 360px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn .mastercard-icon {
    left: 10px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .checkout-location .each-payment-method .payment-method-btn .applepay-icon {
    left: 12px;
    right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .smr-title {
    padding-left: calc((100% - 408px) / 2);
    padding-right: calc((100% - 458px) / 2);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .smr-title::after {
    left: calc((100% - 458px) / 2);
    right: auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    padding-left: 40px;
    padding-right: 46px;
  }
}
@media (max-width: 370px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    padding-left: 40px;
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    right: 50px;
  }
}
@media (max-width: 399px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    right: 32px;
  }
}
@media (max-width: 370px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    right: 20px;
  }
}
html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
  left: 20px;
  right: auto;
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    left: 39px;
  }
}
@media (max-width: 399px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    left: 32px;
  }
}
@media (max-width: 370px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    left: 20px;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 28px;
    padding-right: 31px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 29px;
    padding-right: 36px;
  }
}
@media (max-width: 424px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-title {
  padding-left: 28px;
  padding-right: 31px;
}
@media (max-width: 1199px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title {
    padding-left: calc((100% - 585px) / 2);
    padding-right: calc((100% - 637px) / 2);
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title {
    padding-left: calc((100% - 476px) / 2);
    padding-right: calc((100% - 516px) / 2);
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title {
    padding-left: 60px;
    padding-right: 36px;
  }
}
@media (max-width: 424px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title::after {
    left: calc((100% - 640px) / 2);
    right: auto;
  }
}
@media (max-width: 767px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title::after {
    left: calc((100% - 506px) / 2);
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title::after {
    left: 30px;
  }
}
@media (max-width: 424px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-title::after {
    left: 20px;
  }
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-title h3 {
  font-family: var(--arabic-font-800);
}
@media (min-width: 1200px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 28px;
    padding-right: 31px;
  }
}
@media (max-width: 575px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 29px;
    padding-right: 36px;
  }
}
@media (max-width: 424px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-title {
  padding-left: 16px;
  padding-right: 0;
}
@media (max-width: 480px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-title {
    padding-left: 10px;
  }
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-right {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.pay-value {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.pay-value .smr-detail-right {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total .smr-detail-right {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-money-back li,
html[dir=rtl] .checkout-locations .lc-summary-box ul li {
  line-height: 1.4;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  html[dir=rtl] .checkout-locations .lc-summary-box .smr-money-back li,
html[dir=rtl] .checkout-locations .lc-summary-box ul li {
    padding-right: 28px;
  }
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-money-back li img,
html[dir=rtl] .checkout-locations .lc-summary-box ul li img {
  left: auto;
  right: 0;
  top: 3px;
}
html[dir=rtl] .checkout-locations .lc-summary-box .smr-money-back li {
  line-height: 18px;
}
html[dir=rtl] .calendar-sdate-design .calendar.popup .table thead tr:first-child th .link {
  font-family: var(--arabic-font-800);
}
html[dir=rtl] .form-tk-msg .msg-icon-wrap .msg-icon {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .form-tk-msg .msg-icon-wrap .msg-icon {
    margin-left: auto;
  }
}
html[dir=rtl] .form-tk-msg .msg-decription p {
  letter-spacing: 0;
}
html[dir=rtl] .form-tk-msg .thnk-social-share-main .link-share-box .referlink {
  margin-left: -30px;
  margin-right: auto;
  padding-left: 41px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  html[dir=rtl] .form-tk-msg .thnk-social-share-main .link-share-box .referlink {
    padding-right: 16px;
  }
}
html[dir=rtl] .form-tk-msg .thnk-msg-social-share .social-share-btn img {
  margin-left: 0;
}
html[dir=rtl] .footer-small .site-footer__legal p {
  letter-spacing: 0;
}
html[dir=rtl] .ck-tooltip-title .ck-tooltip-description {
  left: auto;
  right: 0;
  text-align: right;
}
html[dir=rtl] .gnwhatsapp-btn {
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 991px) {
  html[dir=rtl] .gnwhatsapp-btn {
    padding-left: 16px;
  }
}
html[dir=rtl] .gnwhatsapp-btn img {
  margin-left: 8px;
  margin-right: -2px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.datepicker table thead tr th.prev::before {
  left: auto;
  right: 4px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.datepicker table thead tr th.next::before {
  left: 4px;
  right: auto;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.datepicker .datepicker-months table tbody tr td span::before {
  width: 80%;
}
@media (max-width: 1199px) {
  .datepicker .datepicker-months table tbody tr td span::before {
    width: 100%;
  }
}
/*# sourceMappingURL=checkout-ar.css.map */
