.wc-block-cart__main .wc-block-cart-items th {
	padding: 8px 16px 8px 16px;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
	text-align: center;
}

.title-dtnew.text-center {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 40px 0 30px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
    color: #005596;
    text-transform: uppercase;
}

.title-dtnew:before {
    content: "";
    position: absolute;
    width: 50px;
    border-top: 4px solid #005596;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.wc-block-cart__submit {
    background-color: #005596;
}

.wc-block-cart__submit:hover {
    background-color: #03A9F4;
}