.cart_item_wrapper {
    padding: 15px;
}
.woocommerce-info ,
.woocommerce-message {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    background: #8BC34A;
    color: #fff;
}

.woocommerce-info a ,
.woocommerce-message a {
    color: #fff;
}
tr.woocommerce-table__line-item.order_item {
    border-bottom: 1px solid #004b7f;
}

td.woocommerce-table__product-name.product-name {
    font-size: 20px;
}

table.shop_table tfoot {
    line-height: 22px;
    font-size: 17px;
}

table.shop_table tfoot td {
    padding: 10px 0;
    /* color: red; */
}
tr.woocommerce-table__line-item.order_item:first-child  td {
    border: none;
}

table.shop_table tbody tr:last-child {
    border-bottom: 1px solid #004b7f;
}

table.shop_table thead th {
    background: #004b7f;
    color: #fff;
    padding: 10px;
}

table.shop_table.order_details {
    border: 1px solid #004b7f;
}
table.shop_table td.product-total {
    font-size: 15px;
}
table.shop_table tfoot th {
    padding: 10px;
    color: #004b7f;
}
table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
    border-bottom: 1px solid #004b7f;
    padding: 15px 10px;
}