/* Default state: Show English, Hide Hebrew */
.ssr-he
{
  display: none !important;
}

.ssr-en
{
  display: block !important;
}

/* RTL state: When the page is set to Hebrew/Arabic/etc. */
[dir="rtl"] .ssr-en,
:dir(rtl) .ssr-en,
[lang="he"] .ssr-en,
[lang="ar"] .ssr-en,
html:has(#langcode[value="he"]) .ssr-en,
html:has(#langcode[value="ar"]) .ssr-en,
body:has(#langcode[value="he"]) .ssr-en,
body:has(#langcode[value="ar"]) .ssr-en
{
  display: none !important;
}

[dir="rtl"] .ssr-he,
:dir(rtl) .ssr-he,
[lang="he"] .ssr-he,
[lang="ar"] .ssr-he,
html:has(#langcode[value="he"]) .ssr-he,
html:has(#langcode[value="ar"]) .ssr-he,
body:has(#langcode[value="he"]) .ssr-he,
body:has(#langcode[value="ar"]) .ssr-he
{
  display: block !important;
}

/* This targets the element only when a parent (like html or body) has dir="rtl" */
[dir="rtl"] .flightExtras .option .contentCell .actives span.price .small,
[lang="he"] .flightExtras .option .contentCell .actives span.price .small,
[lang="ar"] .flightExtras .option .contentCell .actives span.price .small,
html:has(#langcode[value="he"]) .flightExtras .option .contentCell .actives span.price .small,
html:has(#langcode[value="ar"]) .flightExtras .option .contentCell .actives span.price .small,
body:has(#langcode[value="he"]) .flightExtras .option .contentCell .actives span.price .small,
body:has(#langcode[value="ar"]) .flightExtras .option .contentCell .actives span.price .small
{
  display: none;
}

[dir="rtl"] .flightExtras .option .contentCell .pp:before,
[lang="he"] .flightExtras .option .contentCell .pp:before,
[lang="ar"] .flightExtras .option .contentCell .pp:before,
html:has(#langcode[value="he"]) .flightExtras .option .contentCell .pp:before,
html:has(#langcode[value="ar"]) .flightExtras .option .contentCell .pp:before,
body:has(#langcode[value="he"]) .flightExtras .option .contentCell .pp:before,
body:has(#langcode[value="ar"]) .flightExtras .option .contentCell .pp:before
{
  content: " החל מ-";
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  direction: rtl;
  color: #000;
}

[dir="rtl"] .flightExtras .option .contentCell .pp,
[lang="he"] .flightExtras .option .contentCell .pp,
[lang="ar"] .flightExtras .option .contentCell .pp,
html:has(#langcode[value="he"]) .flightExtras .option .contentCell .pp,
html:has(#langcode[value="ar"]) .flightExtras .option .contentCell .pp,
body:has(#langcode[value="he"]) .flightExtras .option .contentCell .pp,
body:has(#langcode[value="ar"]) .flightExtras .option .contentCell .pp
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.lightBox .block .bgWhite
{
  min-height: 399px;
}

@media screen and (max-width: 800px)
{
  .progressBar_cartFixed
  {
    all: unset;
  }

  .progressBar_cartFixed .progressBar_cart
  {
    all: unset;
  }

  .flightExtras .option .imgCell .checkedBg
  {
    left: unset;
    inset-inline-end: 7px;
    position: absolute;
    margin-right: unset;
    margin-inline-end: 15px;
  }

  .flightExtras .option .imgCell
  {
    width: 100%;
  }

  .flightExtras .option .contentCell .info .optionTitle
  {
    display: block;
  }

  .flightExtras .option .imgCell .svg
  {
    width: 30px;
    height: 30px;
  }

  .flightExtras .option .contentCell
  {
    width: 100%;
  }

  .flightExtras .option .contentCell .actives .pp
  {
    float: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  .flightExtras .option .contentCell .actives .button.btn-active
  {
    width: 148px;
    float: inline-end;
  }

  .flightExtras .option .contentCell .actives.sp .inner
  {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-direction: row;
  }

  .flightExtras .option .contentCell .actives.sp span.price
  {
    text-align: start;
    width: auto;
  }

  .flightExtras .option .contentCell .actives.sp span.price .small
  {
    margin-right: unset;
    float: inline-start;
    width: auto;
    margin-inline-end: 10px;
    font-size: inherit;
  }

  .flightExtras .buttonsRow .btn-continue
  {
    width: 100%;
    max-width: unset;
    height: 48px;
  }

  .flightExtras .option
  {
    padding: 15px;
  }
}