.rednet-no-results-found{
    background-color: #f6eaba;
    text-align: center;
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rednet-no-results-found {
    max-width: 60%;
    margin-left: 20%;
}
.ps-product--detail .rednet-no-results-found .ps-product__info {
    max-width: 100%;
}
.no-results-found-labels {
    text-align: center;
}

@media (max-width: 1680px) {
    .rednet-no-results-found {
        max-width: 60%;
        margin-left: 20%;
    }
    .ps-product--detail .rednet-no-results-found .ps-product__info {
        max-width: 100%;
    }
}

@media (max-width: 1366px) {
    .rednet-no-results-found {
        max-width: 60%;
        margin-left: 20%;
    }
    .ps-product--detail .rednet-no-results-found .ps-product__info {
        max-width: 100%;
    }
}


@media (max-width: 1199px) {
    .rednet-no-results-found {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row nowrap;
        align-content: center;
    }
    .rednet-no-results-found {
        max-width: 60%;
        margin-left: 20%;
    }
    .ps-product--detail .rednet-no-results-found .ps-product__info {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .rednet-no-results-found {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row nowrap;
        align-content: center;
    }
    .rednet-no-results-found {
        max-width: 60%;
        margin-left: 20%;
    }
    .ps-product--detail .rednet-no-results-found .ps-product__info {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .rednet-no-results-found {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
        align-content: center;
    }
    .rednet-no-results-found {
        max-width: 80%;
        margin-left: 10%;
    }
  }
