.nw-orderdetailspage-footer {
  justify-content: center;
  align-items: center;
  display: flex;
  height: $orderdetailspage-mobile-footer-height;
  background-color: $orderdetailspage-footer-background-color;
  text-align: center;

  @media screen and (min-width: $screen-max-sm) {
    height: $orderdetailspage-footer-height;
  }
}

.nw-orderdetailspage-footercontent {
  max-width: 70%;
}

.nw-orderdetailspage-contactus {
  margin: 20px auto 0;
  border: 2px solid $default-color;
  width: $orderdetailspage-footer-contactus-width;
  padding: 10px;
}

.nw-orderdetailspage-footertext {
  font-size: $orderdetailspage-footer-mobile-text-font-size;
  font-weight: 600;

  @media screen and (min-width: $screen-max-sm) {
    font-size: $orderdetailspage-footer-text-font-size;
  }
}

.nw-orderdetailsfooter-contactus {
  color: $orderdetailspage-footer-contactus-color;

  &.is-active {
    color: $orderdetailspage-footer-text-font-size;
  }
}

.nw-orderdetailspagefooter-image {
  margin-bottom: 10px;
}
