.simpleCart_items{
    width: 100%;
    font-size:1.2em;
}
.simpleCart_items table{
    width: 100%;
}

.simpleCart_items table .headerRow{
    background: #212529;
    color: #FFF;
    
}
.simpleCart_items table .headerRow th{
    padding: 8px 8px;
}
.simpleCart_items table .headerRow th:last-child{
    width:80px;
}
.simpleCart_items table .headerRow th:nth-child(3), .simpleCart_items table .headerRow th:nth-child(4), .simpleCart_items table .headerRow th:nth-child(5){
    width:80px;
}

.simpleCart_items table .itemRow{
    background-color: #2c3034;
    color: #FFF;
}
.simpleCart_items table .itemRow td{
    padding: 8px 8px;
}

.simpleCart_items table .itemRow td i, .simpleCart_items table .itemRow td a{
    color:#FFF;
}

/*.simpleCart_total{
    background-color: #2c3034;
    color: #FFF;
    padding: 8px 8px;
    font-size:1.2em;
}*/