@charset "utf-8";
/* CSS Document */

table {
    border-collapse: collapse;
}



.cart-info table, .cart-info th, .cart-info td {
    border: 1px solid #dddddd;
}


textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{width:auto !important}


table.form tr td:first-child {
 width:auto !important}


.cart-info tbody td {
    vertical-align: middle;
}

.cart-info thead td {
 
    color: #4d4d4d;
    font-weight: bold;

}

tr:hover {
  background-color: lightyellow;
}
