.rating-wrap{
    position: relative;
    min-width: 6rem;
    height:18px;
}

.nav-4.ratingbar{
    position: absolute;
    right: 2%;
    top: 15%;
}

.ratingbar{
    position: absolute;
    right: 2%;
}

.dollarSign{
    margin-top: 10px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    font-size: 11px;
    border-radius: 50%;
}

.Selected{
    border: 1px solid #ecd556;
    color: white;
    background-color: #ecd556;
}

.notSelected{
    border: 1px solid #ecd556;
    color: #ecd556;
}
