.ps-product .ps-product__badge.on_backorder{
    background-color: #ffb400 !important; /*yellow*/
    color: black !important;
    margin-bottom: 50px;
}

.ps-product .ps-product__badge.out_of_stock {
    background-color: #ff0018 !important; /*red*/
    color: white !important;
}

.ps-product .ps-product__badge.in_stock {
    background-color: #28A745 !important; /* Green */
    color: white !important;
}


.ps-contact-form p {
  text-align: center;
    margin-bottom: 40px;
}
.ps-contact-form h3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1em;
}