.flightExtras .option .imgCell .checkedBg
{
  background: #00a3e0;
}

.flightExtras .option .imgCell .checkedSvg svg
{
  fill: #fff;
}

.lightBox .block a[href] span.sameBagT
{
  font-family: 'EuclidCircularB-Regular';
  font-size: 15px;
}

.ancillary-item
{
  transition: all .25s ease;
  border-radius: 3px;
}

.ancillary-item:hover
{
  border-color: #cdcdcd;
  transform: unset;
}

.ancillary-item__price
{
  background-color: #00a3e0;
  border-radius: 5px;
}

.ancillary-grid-view .block .formRow .column strong.selected:before
{
  color: #00a3e0;
}

.ancillary-grid-view .block .formRow .column strong.name.selected .selected-item
{
  font-family: 'EuclidCircularB-Regular';
  color: #000;
}

.ancillary-grid-view .block .formRow .column strong
{
  text-transform: capitalize;
}

.ancillary-item.selected
{
  border: 2px solid #00a3e0;
}

.ancillary-item.selected:before
{
  top: 0;
  left: unset;
  right: 3px;
  color: #00a3e0;
}