.nw-order-content {
  margin-top: 32px;
  @media screen and (min-width: $screen-min-sm) {
    margin-top: 40px;
  }
}

.nw-order-gridcol {
  padding: 0;

  &::after {
    content: " ";
    display: block;
    opacity: 0.32;
    margin: 10px auto;
    border-bottom: 1px solid $myorder-separator;
    width: 90%;
  }

  @media screen and (min-width: $screen-min-sm) {
    margin-bottom: 40px;
    padding: 0 5px;

    &::after {
      margin: 0;
      border-bottom: 0;
    }
  }
}

.nw-order-gridcollast {
  &::after {
    border-bottom: 0;
  }
}

.nw-order-wrapper {
  margin-top: -32px;
}

.nw-order-container {
  padding: 0 7.5px;
}

.nw-order-paginationloader {
  text-align: center;
}

.nw-titlestrip-wrapper.nw-myorder-title {
  margin-bottom: 48px;
  background: linear-gradient(to bottom, #229de3, #249ee3, #27a0e4, #29a1e4, #2ba2e4);

  .nw-titlestrip-content {
    color: $titleblock-myordertxt;
  }
}

.nw-order-noorderwrapper {
  margin-bottom: 48px;
}

.nw-order-noorder {
  font-size: $myorder-noorder-font-size;
  text-align: center;
}

.nw-order-noordersmiley {
  margin-bottom: 24px;
  width: 100px;
}

.nw-order-noordertitle {
  margin-bottom: 16px;
  font-size: $myorder-noorder-font-size-xl;
  font-weight: 600;
}
