.redtxt {
    color: red !important;
}
.whitetxt {
    color: white !important;
}
.orangetxt {
    color: orangered !important;
}
.graytxt35 {
    color:#353535 !important;
}

.lightslategray {
    color: lightslategray !important;
}

.grayC {
    color: #cccccc;
}

.noStoreFind {
    padding: 50px 0 ;
    text-align: center;
    background-color: white;
    border: 1px solid #53A318;
    border-radius: 15px;
}