.product-img{
    width: 150px;
    height: 150px;
    border-radius: 15px;
}
.card-product{
    /* background-color: red; */
    border-radius: 15px;
    width: 200px;
    height: 180px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: start;
}
.card-product:hover{
    transition: all 0.4s ease-in-out;
    transform: scale(1.1);
}
main .card{
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.form-control,
.form-select {
  border-radius: 12px;
}

#formdata {
  justify-content: center;
}

#table-1 {
  border-radius: 14px;
}
.ucart{
    border: none;
    border-radius: 8px;
}