.product-detail-amount-btn{
    width: 2rem;
}
.product-detail-amount-group{
    width: 7rem;
}
.btn-remove{
    background-color: white;
    color:gray;
    border: 1px solid gray;
}
.btn-remove:hover{
    border: 1px solid gray;
    background-color: rgb(238, 238, 238);
    color:white;
}

.cart-product-box{
    /*border-bottom: 1px solid #e4e4e4;*/
    background-color:white;
}

.cart-container{
    background-color: var(--bs-light-medium-gray);
}

/*.cart-container{
    background-color: var(--bs-light-medium-gray);
}

@media (max-width: 768px) {
    .cart-container{
        background-color: white;
    }
}*/