.add-to-cart{
  
        color: white;
        background-color: #d0b200;
        width: 120px;
        height: 40px;
        border-width: 0;
        border-radius: 8px;
        margin-right: 10px
    
}
.wish{
        border-color: rgb(4, 4, 4);
        background-color: white;
        border-radius: 7px;
}
