body{
    background: #fff;
}
.cart{
    margin: 100px 0;
    background-color: #f6f5fa;
    padding: 60px 60px;
}
.cart-item{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.center-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cart-item img{
    width: 115px;
}
.cart-item h5{
    padding: 0 45px;
}
.cart-item .remove-item{
    width: 25px!important;
}
.btn-default{
    background-color: #fff;
}
.cart-item .form-control{
    background-color: #f6f5fa;
    border: none;
    width: 65px;
    border-radius: 10px!important;
    font-weight: 700;
    font-size: 20px;
}
.input-group{
    width:unset;
    flex-wrap: nowrap;
}
.status{
    text-align: right;
}
.check-out{
    float: right;
    padding: 10px 30px;
    font-size: 19px;
    background-color: #2fbe70;
    border: none;
}
