#order-standard_cart .products .product {
    padding: 1px 0 10px 0;
    margin: 0 0 20px 0;
    background: #121212 !important;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#order-standard_cart .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0 1px;
    background: #1e1e1e !important;
    color: white !important;
    border-radius: 3px 3px 0 0;
}


#order-standard_cart .products .product header span {
    margin: 0;
    color: white !important;
    font-size: 1.2em;
}


.product-info {
    margin: 0 0 20px 0;
    padding: 6px 15px;
    font-size: .85em;
    background-color: #121212 !important;
    color: white !important;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.summary-container {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    border-radius: 3px;
    background-color: #121212 !important;
    color: white !important;
    font-size: .8em;
}
.view-cart-items .item {
    margin: 0;
    padding: 10px;
    background-color: #121212 !important;
    color: white !important;
    border-left: 0;
    border-right: 0;
    font-size: .8em;
}

.view-cart-tabs .tab-content {
    background-color: #121212 !important;
    color: white !important;
    padding: 15px;
}