/*woocommerce*/
.related.products h2 {
    display: flex;
    width: 100%;
}

/*hide related products in content output*/
.article-wrap .related.products {
  display: none;
}

body.woocommerce .pp-post-navigation {
    display: none;
}

.calconic-calculator {
    margin-top: 4%
}

body.page-id-529 .calconic-calculator, body.page-id-2014 .calconic-calculator, body.page-id-377 .calconic-calculator {
    display: flex !important;
    justify-content: center !important;
}

/*code to modify font of pricing on multiple product pages*/
.wc-block-grid__product .wc-block-grid__product-price.price {color: #78401A; font-size: 18px;}

/*code to modify font of pricing on individual product pages*/
.woocommerce div.single-product div.product p.price {color: #78401A; font-size: 20px;}

/*code to modify font of pricing on product category pages*/
.woocommerce ul.products li.product .price {color: #78401A; font-size: 18px;}