/*******************
Extras
**********************/
.flightExtras
{
  border-radius: var(--radius-md, 10px);
  background: var(--color-bg-white, #FFF);
  box-shadow: 0 0 32px 0 rgba(6, 23, 55, 0.09);
  margin-top: 30px;
  padding: clamp(1.25rem, -2.3913rem + 8.6957vw, 2.5rem);
}

span.light.titleFirst
{
  color: #000;
  margin: 30px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}

.flightExtras h1
{
  color: #000;
  font-size: clamp(1.5rem, -0.6848rem + 5.2174vw, 2.25rem);
  font-weight: 400;
  line-height: 1.5;
}

.flightExtras .option
{
  color: #1C499C;
  border-radius: var(--corner-radius, 10px);
  border: 1px solid var(--grey-lines, #E6E6E6);
  background: var(--white, #FFF);
  padding: 20px;
}

.flightExtras .option .imgCell,
.flightExtras .option .contentCell
{
  background: unset;
}

.flightExtras .option .contentCell .actives .button.btn-active
{
  border-radius: var(--button-radius, 30px);
  background-color: var(--blue-02, #8EA6E0);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: black;
  width: 100%;
  max-width: unset;
  font-weight: 400;
  transition: background-color 0.3s ease;
}

/* 2. Hover State (Mouse over) */
.flightExtras .option .contentCell .actives .button.btn-active:hover
{
  background-color: #5F81D3;
  color: #fff;
  cursor: pointer;
}

/* 3. Active State (While clicking) */
.flightExtras .option .contentCell .actives .button.btn-active:active
{
  background-color: #5F81D3;
  transform: translateY(1px);
  /* Gives a "pressed" feel */
}

/* 4. Focus State (For accessibility/keyboard users) */
.flightExtras .option .contentCell .actives .button.btn-active:focus
{
  outline: 2px solid #5F81D3;
}

.flightExtras .option .contentCell .info .optionTitle
{
  display: block;
  margin-bottom: 7px;
  color: var(--black, #000);
  font-size: clamp(1.25rem, 0.9375rem + 1vw, 1.5rem);
  font-style: normal;
  line-height: normal;
  font-weight: 500;
}

flightExtras .option .contentCell .info p
{
  font-size: 16px;
  font-weight: 400;
  color: var(--black, #000);
}

.flightExtras .option .imgCell .svg
{
  font-size: 6em;
  color: #1c499c;
}

.lightBox .block .imgTop img
{
  object-fit: cover;
  height: 100%;
}

.flightExtras .option .contentCell .info
{
  float: inline-start;
}

.flightExtras .option .contentCell .actives
{
  float: inline-end;
  width: 233px;
}

.flightExtras .option .contentCell .actives span.price
{
  direction: ltr;
  font-weight: 400;
  color: black;
  font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
}

.flightExtras .option .imgCell .svg
{
  background-image: url("https://storage.aerocrs.com/567/system/trolly.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.flightExtras .option .imgCell .svg i
{
  visibility: hidden;
}

.flightExtras .option .contentCell .info p
{
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.flightExtras .option .imgCell .svg
{
  background-image: url("https://storage.aerocrs.com/567/system/trolly.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.flightExtras .option .imgCell .svg i
{
  visibility: hidden;
}

.flightExtras .option .contentCell
{
  width: 85%;
  /* height: auto; */
}

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

.flightExtras .option .contentCell .info p
{
  font-size: clamp(0.875rem, 0.5109rem + 0.8696vw, 1rem);
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

#extrasCountinue:after
{
  content: " to booking summary";
  text-transform: lowercase;
}

:dir(rtl) #extrasCountinue:after
{
  content: " לעמוד סיכום";
}

.flightExtras .buttonsRow
{
  float: inline-end;
}

.flightExtras .allOptions
{
  border-bottom: none;
}

body.opened
{
  left: unset;
  inset-inline-start: 0;
}

.lightBox
{
  right: unset;
  inset-inline-end: 0;
}

.lightBox.view .block
{
  right: unset;
  inset-inline-end: 0;
}

.lightBox .block
{
  right: unset;
  inset-inline-end: -100%;
}

.lightBox .block h1
{
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.5217rem + 1.7391vw, 1.5rem);
  padding-left: unset;
  padding-inline-start: 5.2%;
  border-bottom: 2px solid var(--blue-03, #DBE6FF);
  box-shadow: 0 0 32px 0 rgba(6, 23, 55, 0.09);
}

.lightBox .block .closeBox
{
  right: unset;
  inset-inline-end: 2%;
  background-image: url("https://storage.aerocrs.com/567/system/cross-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.lightBox .block .closeBox svg
{
  visibility: hidden;
}

.lightBox .block .imgTop img
{
  object-fit: cover;
  height: 100%;
}

.lightBox .block h2
{
  color: #000;
  font-weight: 400;
  font-size: clamp(1rem, 0.2717rem + 1.7391vw, 1.25rem);
  line-height: 2;
}

.lightBox .block .bgGray
{
  background: unset;
}

.lightBox .block .info
{
  margin-left: unset;
  margin-inline-start: 5.2%;
  padding-bottom: 0;
}

.lightBox .block .info p
{
  background-color: #F3F4F8;
  border-radius: 10px;
  padding: 25px;
  font-size: clamp(0.875rem, 0.5109rem + 0.8696vw, 1rem);
  color: #000;
  line-height: 1.5;
  text-align: start;
}

.lightBox .block a[href] span.sameBagT
{
  font-size: clamp(0.875rem, 0.5109rem + 0.8696vw, 1rem);
}

.lightBox .block .toggleBtn
{
  float: inline-start;
  background: #DBE6FF;
  border-color: #DBE6FF;
}

.lightBox .block a.sameBag[data-apply="false"] .toggleBtn
{
  background: transparent;
}

.lightBox .block .btnRow
{
  padding-left: unset;
  padding-inline-start: 5.2%;
}

.lightBox .block .toggleBtn .circle .xIcon
{
  visibility: hidden;
}

.lightBox .block .toggleBtn .circle
{
  border-color: #DBE6FF;
}

.lightBox .block .ancFlight
{
  border: 1px solid #f3f4f8;
  margin: 0 30px 30px 30px;
  border-radius: 10px;
}

.lightBox .block .title
{
  padding: 13px;
  font-weight: 500;
  color: #000;
  font-size: clamp(0.875rem, 0.5109rem + 0.8696vw, 1rem);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.lightBox .block .formRow
{
  margin-left: unset;
  margin-inline-start: 5.2%;
  margin: 0 5.2%;
}

.lightBox .block .formRow .column
{
  float: unset;
  margin-right: unset;
  width: 100%;
}

.lightBox .block .comboHolder select
{
  height: 50px;
  border-radius: 20px;
}

.lightBox .block .comboHolder
{
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}

.lightBox .block .comboHolder:after
{
  right: unset;
  inset-inline-end: 10px;
  border-top-color: #000;
}

.lightBox .block .formRow .column strong
{
  font-weight: 400;
  font-size: clamp(0.875rem, 0.5109rem + 0.8696vw, 1rem);
}

.lightBox .block .priceRow
{
  float: unset;
  display: flex;
  width: 100%;
  padding: 20px;
  margin-right: unset;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  border-top: 2px solid var(--blue-03, #DBE6FF);
  background: var(--white, #FFF);
  margin-left: unset;
}

.lightBox .block .priceRow .button,
.seatSelection_totalSubmit a
{
  border-radius: 30px;
  background-color: #1C499C;
  color: #fff;
  height: 48px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 0.5109rem + 0.8696vw, 1rem);
  margin-inline-start: auto;
  max-width: 190px;
  padding: 0 40px;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
}

.lightBox .block .priceRow .pp
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}

.lightBox .block .priceRow span.price
{
  color: #000;
  font-weight: 400;
  font-size: clamp(1rem, 0.2717rem + 1.7391vw, 1.25rem);
  width: 100%;
  display: flex;
  unicode-bidi: plaintext;
  justify-content: flex-end;
}

.lightBox .block .priceRow span.price .small
{
  font-size: clamp(1rem, 0.2717rem + 1.7391vw, 1.25rem);
}

:dir(rtl) .lightBox .block .priceRow span.price
{
  color: #000;
  font-weight: 400;
  font-size: clamp(1rem, 0.2717rem + 1.7391vw, 1.25rem);
  width: 100%;
  display: flex;
  unicode-bidi: plaintext;
  justify-content: flex-start;
  direction: ltr;
}

:dir(rtl) .lightBox .block .priceRow span.price .small
{
  display: none;
}

:dir(rtl) .lightBox .block .priceRow span.price:after
{
  content: ":סה״כ";
  margin-inline-start: 10px;
}

/* 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
{
  display: none !important;
}

[dir="rtl"] .ssr-he,
:dir(rtl) .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
{
  display: none;
}

[dir="rtl"] .flightExtras .option:not(.seatsWrapper) .contentCell .pp:before
{
  content: " החל מ-";
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  direction: rtl;
  color: #000;
}

[dir="rtl"] .flightExtras .option:not(.seatsWrapper) .contentCell .pp
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

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

@media screen and (max-width: 800px)
{
  .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;
  }
}