.container{

    height: 100px;
    

    
}

.space .row {
    height: 30px;
    
    
}




.vl {
    border-left: 2px solid black;
    height: 100px;
  }


 .container .row{
      background-color: burlywood;
     background-color:  #efeff5;

      height: 50px;

  }



row col{


    height: 100px;
    padding: 10px;

}

.col button{
    position: absolute;
    bottom: 0;
    right: 0;
}

.col #ratingText{
     color:red;
     font-size: 20px;
     position: absolute;
     bottom: 10px;
     left: 10px;
 }


.col #price{

    font-size: 30px;
    text-align: right;
    position: absolute;
    right: 0;

}

.col #priceLabel{

    font-size: 20px;
    position: absolute;
    right: 70px;

}

.col b{

    font-size: large;

}

.star-rating{
    position: absolute;
    bottom: 0;
}



.search-container #search{
    width: 700px;
    border-radius: 20px;

}


.search-container #searchButton{
    width: 200px;
    border-radius: 20px;

}

#searchBrand{
    display: none;
}

#selectSearch{
    width: 200px;
}

#selectSearch option{

}