/* Start custom CSS */@media (max-width:769px) {
.woocommerce-cart .woocommerce table.shop_table tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: right;
    padding-left: 10px;
}
}/* End custom CSS */