.route-actions {
  background: #f2f5f7;
  height: 3.5rem;
}

.route-actions__inner {
  position: relative;
  background: #f2f5f7;
  height: 3.5rem;
  border-bottom: 1px solid #dde1e9;
  -webkit-transition: -webkit-box-shadow ease .5s;
  transition: -webkit-box-shadow ease .5s;
  transition: box-shadow ease .5s;
  transition: box-shadow ease .5s, -webkit-box-shadow ease .5s;
}

.route-actions--sticky .b7__price {
  margin-top: 0;
}

.route-actions--sticky .b7__price-inner {
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .route-actions {
    height: 4.5rem;
  }

  .route-actions__inner {
    height: 4.5rem;
  }

  .route-actions--sticky .route-actions__inner {
    -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
    box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
  }

  .route-actions--sticky .b7__price {
    margin-left: 0;
  }

  .route-actions--sticky .b7__price-inner {
    line-height: 4.5625rem;
  }
}

@media all and (min-width: 48rem) and (max-width: 79.9375rem) {
  .route-actions--sticky .b7 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 23.5rem;
  }

  .route-actions--sticky .b7__cta {
    margin: 0 3.5rem 0 0;
    text-align: center;
  }

  .route-actions--sticky .b7__cta-title {
    margin-bottom: 1rem;
  }

  .route-actions--sticky .b7__cta-extras {
    display: block;
    margin-bottom: 1.5rem;
  }

  .route-actions--sticky .b7__cta-extra::before {
    display: none;
  }

  .route-actions--sticky .b7__cta-purchase {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 80em) {
  .route-actions--sticky .b7__price-inner {
    background: #1d2533;
    cursor: default;
  }

  .route-actions--mini .b7__price-inner {
    cursor: pointer;
  }

  .route-actions--mini .b7__cta {
    display: none;
  }

  .route-actions--mini .b7__perks {
    display: none;
  }
}

@media screen and (max-width: 79.9375em) {
  .route-actions--sticky .b7__cta {
    display: none;
  }
}
