/* clean up css styles in twent-one-theme */

#colophon, #primary-menu-list, header.woocommerce-products-header,
.woocommerce-coming-soon-social-login .wp-block-social-links,
.entry-footer .post-taxonomies,
.entry-footer .byline {display: none !important;}


h1.page-title,h1.entry-title {
    font-size:3rem;
}

table.variations td,table.variations th {
    border:0
}

.site-title, .site-title * {
    font-family:'formula_condensedregular',sans-serif;
    text-decoration: none;
    font-size:3rem;
}



@media only screen and (min-width: 1168px) {
    .woocommerce .content-area {
        max-width:1240px;
        padding: 0
    }
}