/* BBS WooCommerce Styling */

body.woocommerce-page{
    background:#f7f7f7;
}

body.single-product div.product .product_title{
    color:#111;
    font-size:46px;
    font-weight:900;
}

body.single-product div.product p.price,
body.single-product div.product span.price{
    color:#F45A08;
    font-weight:900;
}

body.single-product .single_add_to_cart_button{
    background:#F45A08!important;
    color:#fff!important;
}