.brandNameBox{
    border: lightgreen solid thin;
    background-color: palegreen;
    min-height: 200px;
    width: 100%;
    padding: 1%;
}
.birdNestBox{
    border: yellow solid thin;
    background-color: lightyellow;
    min-height: 200px;
    width: 100%;
    padding: 1%;
}
.productList-order{
    height: 35px;
    border-top: 0;
    border-bottom: lightgrey solid thin;
    border-left: lightgrey solid thin;
    border-right: lightgrey solid thin;
    cursor: pointer;
    padding-top: 7px;
    background-color: white;
}
.productList-order:hover{
    background-color: whitesmoke !important;
}
.success-box{
    border: white solid thin;
    background-color: lightgreen;
    min-height: 50px;padding-top: 13px;
    color: seagreen;
}
.progress-box{
    border: lavender solid thin;
    background-color: lightgrey;
    min-height: 50px;
    padding-top: 13px;
    color: gray;
}