.listing-footer {
  background-color: white;
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  .listing-progress-footer{
    top: 0;
    left: 0;
    height: 4px;
    background-color: $light-mint;
    width: 100%;
    .listing-progress-footer-inner {
      content: "";
      background-color: $mint;
      position: absolute;
      height: 4px;
      left: 0;
      top: 0;
      width: 0;
      transition: width .3s ease-out;
    }
  }
  .footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 18px;
    @include breakpoint(medium up) {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  }
  .footer-block{
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    &.center{
      padding: 17px 0 12px 0;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      @include breakpoint(medium up) {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
      }
    }

    &.footer-block-button {
      width: 47%;
      @include breakpoint(medium up) {
        height: 53px;
        width: 120px;
      }
      .button {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }
}
.listing-specification {
  margin-bottom: (102em / $global-size);
  .cell {
    margin-bottom: (12em / $global-size);
    z-index: 0;
  }
}
