section {
    background-color:rgb(250, 250, 250);

}
section .container {
    padding-top:3%;
    min-height: 100vh;
}

.container table {
    width:100%;
}


.cart .cart_img {
    width:10%;
}

.cart .cart_img img{
    height:100px;
}

.cart button {
    border:none;
    background-color: rgb(250, 250, 250);
}
.cart .quanlity {
    border:0.5px solid lightgray;
    width:60px;
}



.cart table {
    border-collapse: collapse;
 }
 .cart th, .cart td{
    padding: 8px 10px;
    text-align: left;
    font-size: 0.9em;
}
.cart tr {
    border-top: 1px solid #DCDCDC;
    padding: 8px 10px;
}
.cart .minus, .cart .plus {
    display:inline-block;
    width:30px;
    height: 35px;
    line-height: 13px;
}
.cart .input-text {
    /* height:30px; */
    width:40px;
}
.cart .checkout {
    float:right;
    margin-right:5%;
}
@media (max-width:500px) {

.hidden {
    display:none;
}
.cart td {
    padding: 4px 5px;
    font-size:0.9em;
}
.cart .cart_img img{
    height:90px;
}

}