/* remove page title across the site */
.entry-header { display: none;}

/* remove WooCommerce breadcrumb */
.woocommerce-breadcrumb{
    display:none;
}

/* decreases the size of the product tilt font */
.entry-title {
font-size: 20px;
}

/* hides duplicate navigation menu at the bottom of pages */
.site-footer .main-navigation {
    display:none;
}

.woocommerce-ordering{
    display:none;
}
}