bb-checkout-facet {
  ul {
    li {
      min-height: 40px;
      padding-top:5px;
    }
  }

  .checkout-facet {

    @include facet-spacing;
    @include column-flex-container;

    &__header {
      @include facet-header;
    }

    &__content-container {
      @media (min-width: $screen-sm-min) {
        width: 418px;
      }
    }

    &__order_items {
      margin:30px;
      table {
        width:100%;
      }
    }
  }

  .facet-summary-label {
      min-height:20px;
      font-size: 1.1em;
      font-weight: 700;
  }

  #checkout-facet__loader {
    .loader-service-new {
      position: initial;
      min-height: 300px;
    }
  }
}
