
/* Product Page: Price at the top */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #fff;
    font-family: 'azo-sans-bold', sans-serif;
    font-size: 20px;
}

/* Cart Page font styling */
.woocommerce-cart table.cart td.product-name,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-quantity input.qty,
.woocommerce table.shop_table th {
    font-family: 'azo-sans-reg', sans-serif !important;
}

/* Proceed to Checkout button: bold font, no hover effect */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-family: 'azo-sans-bold', sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 12px 24px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
