.ih-pricing-table-1__table {
  border: solid 2px #f8962d;
  background-color: #fff; }

.ih-pricing-table-1__h3 {
  color: #ffffff;
  font-family: "Open Sans Bold";
  font-size: 1.5rem; }

.ih-pricing-table-1--orange-text {
  color: #f8962d; }

.ih-pricing-table-1--light-gray-text {
  color: #bbb; }

.ih-pricing-table-1 select {
  /* styling */
  /* reset */ }

.ih-pricing-table-1__select {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #f8962d, #f8962d);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.8em 2.8em;
  background-repeat: no-repeat;
  border: none;
  font-weight: 700;
  font-family: "Open Sans Bold";
  background-color: #fff;
  margin: 10px;
  width: auto;
  display: inline-block;
  padding: 0.5em 4em 0.5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .ih-pricing-table-1__select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, #f78308, #f78308);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.8em 2.8em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0; }

.ih-pricing-table-1__cell {
  line-height: 2rem;
  border: solid 2px #f8962d;
  padding: 15px; }
  .ih-pricing-table-1__cell:nth-child(even) {
    background-color: #f0f0f0; }

.ih-pricing-table-1__cell-discount {
  line-height: 2rem;
  border: solid 2px #f8962d;
  padding: 15px;
  height: 185px; }
  .ih-pricing-table-1__cell-discount:nth-child(even) {
    background-color: #f0f0f0; }

.ih-pricing-table-1__title {
  font-weight: 400;
  font-family: "Open Sans";
  font-size: 1rem; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ih-pricing-table-1__title {
    font-size: 0.9rem; } }

.ih-pricing-table-1__title-bold {
  display: block;
  font-weight: 700;
  font-family: "Open Sans Bold";
  font-size: 1.25rem; }

.ih-pricing-table-1__price {
  display: block;
  font-weight: 700;
  font-family: "Open Sans Bold";
  font-size: 1.75rem;
  position: relative; }
  .ih-pricing-table-1__price:after {
    position: absolute;
    bottom: -5px;
    content: "pp";
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Open Sans";
    margin-left: 3px; }

.ih-pricing-table-1__was-price {
  font-size: 1rem;
  font-family: "Open Sans Bold";
  text-decoration: line-through;
  position: relative; }
  .ih-pricing-table-1__was-price:after {
    position: absolute;
    bottom: -5px;
    content: "pp";
    font-weight: 400;
    font-size: 0.6875rem;
    font-family: "Open Sans";
    margin-left: 3px; }

.ih-pricing-table-1__info-block {
  background: #003a50;
  color: #ffffff !important;
  padding: 25px;
  border-left: #f8962d solid 15px;
  border-top-left-radius: 5px;
  position: relative; }

.ih-pricing-table-1__flight-from:before {
  background-image: url(/images/icons/plane2.png);
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  margin-right: 3px;
  position: absolute;
  left: 15px;
  top: 25px; }

.ih-pricing-table-1__disclaimer {
  position: absolute;
  bottom: 0;
  font-style: italic;
  right: 0;
  padding: 5px 15px; }

@media (max-width: 991.98px) {
  .ih-pricing-table-1__table {
    border-left: none;
    border-right: none; }
  .ih-pricing-table-1__cell {
    border-left: none;
    border-right: none;
    height: 98px; }
    .ih-pricing-table-1__cell:nth-child(even) {
      background: transparent; }
  .ih-pricing-table-1__cell-discount {
    border-left: none;
    border-right: none;
    height: 160px;
    padding-left: 25px; }
    .ih-pricing-table-1__cell-discount:nth-child(even) {
      background: transparent; }
  .ih-pricing-table-1__price {
    padding-left: 15px; }
  .ih-pricing-table-1__price-discount {
    padding-left: 0; }
  .ih-pricing-table-1__col-1-title {
    background: #003a50;
    color: #ffffff;
    border-top: none;
    font-size: calculateRem(20px);
    border-left: #f8962d solid 15px; }
    .ih-pricing-table-1__col-1-title:before {
      content: "";
      position: absolute;
      top: -2px;
      left: 15px;
      border: solid 1px #003a50;
      width: 100%; }
  .ih-pricing-table-1__cell-title {
    background: #f0f0f0;
    color: #003a50;
    border-top: none;
    font-size: calculateRem(20px);
    font-weight: 700;
    font-family: "Open Sans Bold"; }
  .ih-pricing-table-1__ss-column-1 {
    position: relative; }
  .ih-pricing-table-1__ss-column-2 {
    background: #f0f0f0; }
    .ih-pricing-table-1__ss-column-2:before {
      content: "";
      position: absolute;
      top: -2px;
      border: solid 1px #f0f0f0;
      width: 100%; }
    .ih-pricing-table-1__ss-column-2:after {
      content: "";
      position: absolute;
      bottom: -2px;
      border: solid 1px #dadada;
      width: 100%; }
    .ih-pricing-table-1__ss-column-2 .ih-pricing-table-1__cell {
      border-color: #dadada; }
  .ih-pricing-table-1 .slick-prev {
    left: -15px; }
  .ih-pricing-table-1 .slick-next {
    right: -15px; }
  .ih-pricing-table-1 .no-gutters.slick-slider .col {
    padding-right: 0;
    padding-left: 0; }
  .ih-pricing-table-1 .slick-prev {
    left: -0.9375rem; }
  .ih-pricing-table-1 .slick-next {
    right: -0.9375rem; }
  .ih-pricing-table-1 .slick-prev.slick-disabled,
  .ih-pricing-table-1 .slick-next.slick-disabled {
    cursor: default; }
    .ih-pricing-table-1 .slick-prev.slick-disabled:before,
    .ih-pricing-table-1 .slick-next.slick-disabled:before {
      opacity: 0;
      display: none; }
    .ih-pricing-table-1 .slick-prev.slick-disabled:after,
    .ih-pricing-table-1 .slick-next.slick-disabled:after {
      background: none; }
  .ih-pricing-table-1 .no-gutters.slick-slider .col {
    padding-right: 0;
    padding-left: 0; } }
