/**
 * 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;
}
.add_to_cart_wrapper,
div#tcwlw_widget[id="tcwlw_widget"] .add_to_cart_wrapper{
	display: inline-block;
    width: 65%;
    float: right;
    margin-top: 20px;
}
.container-standar-wheel-summary .add_to_cart_wrapper{
	width:100%;
}
div#tcwlw_widget[id="tcwlw_widget"] button.bc-button,
button.bc-button{
	cursor:pointer;
    background-color: #E7131A;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: white;
    padding: 1em 1.5em 1em 1.5em;
    border: 1px solid #E7131A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: 0 6px 1px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 6px 1px -3px rgba(0,0,0,0.15);
    box-shadow: 0 6px 1px -3px rgba(0,0,0,0.15);
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contact-product-form-wrapper .wrapper {
	list-style-type: none;
	padding: 0;
	border-radius: 3px;
}
#contact-product-form-wrapper .form-row {
	display: flex;
	justify-content: flex-end;
	padding: .5em;
}
#contact-product-form-wrapper .form-row.action{
	display:block;
	text-align:center;
}
#contact-product-form-wrapper .form-row > label {
	padding: .5em 1em .5em 0;
	flex: 1;
}
#contact-product-form-wrapper .form-row > .input{
	flex: 2;
}
#contact-product-form-wrapper .form-row textarea{
	height:100px;
}
#contact-product-form-wrapper .form-row input,
#contact-product-form-wrapper .form-row button,
#contact-product-form-wrapper .form-row textarea{
	padding: .5em;
	width:100%;
}
#contact-product-form-wrapper .product-info{
	float: left;
    width: 100%;
	margin-bottom:20px;
}
#contact-product-form-wrapper .product-info .left{
	float: left;
    width: 45%;
}
#contact-product-form-wrapper .product-info .right{
	float: right;
    width: 45%;
	margin-top: 15px;
}
#contact-product-form-wrapper .product-info .tcwlw_border_color{
	max-height: 100px;
    overflow: hidden;
}
#contact-product-form-wrapper .product-info .tcwlw_border_color img{
	max-height: 200px;
}
#contact-product-form-wrapper .product-info .tcwlw_season_info_wrap{
	font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    font-family: 'Poppins';
}
#contact-product-form-wrapper .product-info .tcwlw_season_info_wrap span.tcwlw_result_type{
	float: left;
    margin-right: 10px;
}
#contact-product-form-wrapper label.error{
	color: red;
	font-weight: normal;
	margin-top: 7px;
    display: inline-block;
}
#contact-product-form-wrapper label#contact-product-content-error{
	margin-top:0;
}
#contact-product-form-wrapper .error{
	border-color:red;
}
#contact-product-form-wrapper .button{
    background-color: #E7131A;
    font-family: "Roboto Condensed", "Helvetica Neue", sans-serif;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding: 1em 1.5em 1em 1.5em;
    border: 1px solid #E7131A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    -webkit-box-shadow: 0 6px 1px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 1px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 1px -3px rgba(0, 0, 0, 0.15);
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contact-product-form-wrapper .button:hover{
	background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: white;
    outline: none;
}
#contact-product-form-wrapper .form-row.action .inactive{
	display:none;
}

h2.pop_up_AppointmentBtn {
    text-align: center;
    font-size: 2.6em;
    font-family: "Roboto Condensed", "Helvetica Neue", sans-serif;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0;
    color: #2f2f2f;
    letter-spacing: normal;
    padding: 0em 0em .5em 0em;
}

/*temporary extend the height of button - it was meant to have 2 btns but we only have 1 right now so we extend the height*/
.AppointmentBtn_Height_Extended {
    line-height: 5.4 !important;
}