/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*hide banner on tire product page (also checkout, payment)*/
.page_banner_tire_product {
    display: none;
}

/*hide tire powered - at top*/
.tcwlw_powered_by_wrapper {
    display: none !important;
}
.tire_product_section_wrapper {
    padding-top: 0 !important;
}
.tire_product_section_wrapper div#tireconnect {
    padding-top: 0;
}