#cart_items{
    max-height: 548px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f0f0f0;
    padding: 20px;
}
.cart_item{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid white;
}
.cart_item:last-child{
    border: none;
    padding-bottom: 0;
}
.cart_item:first-child{
    padding-top: 0;
}
#order_comment {
    height: 90px;
}
.cart_item_img {
    border: 1px solid #E6E6E6;
    padding: 3px;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
}
.cart_item_img  img {
    max-width: 120px;
    max-height: 120px;
}
.cart_item_content{
    padding-left: 25px;
}
.order_input {
    width: 300px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #E6E6E6;
}