.woocommerce-cart .cart-collaterals .cross-sells {
    display: none;
}
.woocommerce-cart .entry-title {
    text-transform: uppercase;
    position: relative;
    margin-bottom:25px;
}
.woocommerce-cart .entry-title:after {
    content: '';
    width: 5px;
    height: 5px;
    padding: 2px;
    background-color: #FFCD1C;
    position: absolute;
    bottom: 8px;
    margin-left: 8px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th {
    background-color: #f7f7f7;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #004f9f !Important;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
    color:#fff !Important;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: #ffffff !Important;
    background-color: #004f9f !Important;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 56%;
    padding: 10px 15px;
}


@media( max-width: 690px ){
    .woocommerce table.shop_table th, .woocommerce table.shop_table tbody th {
        background-color: #f7f7f7;
        font-size: 14px;
        line-height: 28px;
        font-weight: 300;
        font-family: "Ubuntu", sans-serif;
    }
}