/* body,h1,h4 {
	font-family: Helvetica Regular, Arial, Verdana, sans-serif!important;
}
*/


input[type="radio"] {
    display: none!important;
}

.container_house_page {
	width: 980px;
	margin: auto;
	margin-bottom: 14px;
}

/* Products settings */
.battery_storage_left,
.battery_storage_centr,
.battery_storage_right,
.label_woo_battery_storage {
	display: inline-block;
}

.battery_storage_left {
	vertical-align: top;
}

.label_woo_battery_storage {
	vertical-align: top;
    width: 150px;	
}

.battery_storage_left input,
.battery_storage_centr input,
.battery_storage_right input {
	width: 100%!important;
}

/* Img house */
.top_scroll_window {
    position: fixed;
    top: 110px;
}

.bottom_scroll_window {
	position: absolute;
	bottom: 0;	
}

.container_img_house {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	position: relative;
}

#img_house img {
	width: 100%;
	cursor: pointer;
}

.gallery_house,
.contact_us {
	text-align: center;
}

.gallery_house {
	padding: 22px 0 57px 0;
}

.gallery_house,
.contact_us a {
	color: #0070c9;
	font-size: 14.5px;
	font-weight: 400;
	text-decoration: none;
	box-shadow: none!important;
	cursor: pointer;
}

.gallery_house:hover,
.contact_us a:hover {
	color: #0070c9!important;
	text-decoration: underline;
}
    
/* House description */
.house_description_title h1{
	font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
}

.house_description_content {
	font-size: 15px;
    line-height: 2;
	padding: 5px;
	color: #333;	
}

.description_title {
	font-weight: 600;
    font-size: 17.12px;
    line-height: 1;
}

/* Choice_forms */
.choice_forms {
	display: inline-block;
	width: 50%;
}

.choice_forms label {
	padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid lightgray;
    border-radius: 4px;
	cursor: pointer;
}

.choice_forms h4 {
	margin: 0;
	font-size: 17.12px;
}

.choice_forms label div,
.choice_forms label span {
	color: #333;
}

.form_price {
	font-size: 17px;
	line-height: 1;
}

.choice_forms label:hover {
	border-color: #333;
}

.forms_label_focus {   
	box-shadow: 0 0 0 2px #C1DFFE;
}

.choice_forms input[type="radio"]:checked + label {   
	border: 2px solid #0070C9;
	padding: 11px 14px;
}

.choice_description {
	font-size: 14.5px;
	color: #0070c9;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: -2px;
	cursor: pointer;
}

.choice_description:hover{
	text-decoration: underline;
}

.choice_colors,
.choice_glass,
.choice_battery_storage,
.choice_plumbing,
.choice_extra_protection,
.choice_warranty_exterior,
.choice_warranty_interior {
	margin-top: 22px;
}

/* Color */
.choice_colors {
	border-top: 1px solid #d6d6d6;
    margin-top: 25px;
    padding-top: 20px;
}

.choice_colors label {
	float: left;
	text-align: center;
    min-height: 128px;
	width: 163px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.choice_colors label[for="color_desert_powder"] {
	float: none;
}

#img_house_color img {
	width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* Glass */
.choice_glass label {
	min-height: 82px;
	position: relative;
	margin-bottom: 14px;
	display: flex;
    align-items: center;
}

.glass_sage_price,
.glass_roller_blinds_price {
	padding-right: 15px;
    position: absolute;
    right: 0;
}

/* Battery storage */
.choice_battery_storage label {	
	float: left;
	text-align: center;
    min-height: 82px;
	width: 163px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.choice_battery_storage label[for="battery_storage_right"] {
	float: none;
}

/* Plumbing */
.choice_plumbing label {
	min-height: 82px;
    position: relative;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.plumbing_city_price,
.plumbing_air_price {
	padding-right: 15px;
    position: absolute;
    right: 0;
}

/* Extra protection */
.choice_extra_protection label {
	min-height: 82px;
    position: relative;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.extra_protection_base_price,
.extra_protection_hurricane_price {
	padding-right: 15px;
    position: absolute;
    right: 0;
}

/* Warranty exterior */
.choice_warranty_exterior label  {	
	float: left;
	text-align: center;
    min-height: 82px;
	width: 245px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.choice_warranty_exterior label[for="warranty_exterior_lifetime"] {
	float: none;
}

/* Warranty interior */
.choice_warranty_interior label {
	min-height: 82px;
    position: relative;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.warranty_interior_1_price,
.warranty_interior_10_price {
	padding-right: 15px;
    position: absolute;
    right: 0;
}

/* Calculation items */
.house_item_type_1 label,
.house_item_type_4 label {
	min-height: 82px;
    position: relative;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.house_item_price_1,
.house_item_price_4 {
	padding-right: 15px;
    position: absolute;
    right: 0;
}
.house_item {
	margin-top: 22px;
}
/* .house_item .description_title	{ */
	/* width: 60%; */
/* } */
.house_item_type_3 label {	
	text-align: center;
    min-height: 82px;
	width: 163px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.house_item_type_2 label  {	
	text-align: center;
    min-height: 82px;
	width: 245px;
	display: flex;
    align-items: center;
    justify-content: center;
}


.form_bottom {
    border: 1px solid #d6d6d6;
	margin: 0 -50% 0 -50%;
}

/* Price */
.form_cash_page {
	display: none;
}

.form_special_financing_page,
.form_cash_page {
	background-color: #f2f2f2;
	height: 109px;
    width: 100%;
	font-size: 14px;
	bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
	z-index: 100;
	border-top: 1px solid #d6d6d6;
}

.financing_container {
	width: 980px;
	margin: auto;
	padding-top: 25px;
	position: relative;
}

.estimated_delivery,
.taxes_parmits,
.after_savings,
.loan_cash_choice,
.loan_cash_price {
	float: left;
}

.estimated_delivery,
.taxes_parmits {
	width: 17%;
}

.img_fin_cash_page {
	width: 25px!important;
    vertical-align: unset;
    filter: opacity(.5) drop-shadow(0 0 0 #b0b0b0);
}
/* //////////////// */
/* .truck_icon { */
	/* position: absolute; */
	/* font-size: 20px;		 */
/* } */

/* .file_icon { */
	/* position: absolute; */
	/* font-size: 30px; */
	/* line-height: 1.4!important; */
/* } */

.estimated_delivery_container,
.taxes_parmits_container,
.checkout_estimated_delivery,
.checkout_estimated_delivery_container {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

.estimated_delivery_title,
.taxes_parmits_title {
	color: #333;
}
	
.estimated_delivery_date,
.taxes_parmits_description {
	line-height: 1;
}

.taxes_parmits_description {
	color: gray;
}

.estimated_delivery_date {
	color: gray;
}

.after_savings {
	width: 19%;
	min-height: 1px;
}

.loan_cash_choice {
	width: 15%;
	margin-top: 2px;
}

.loan_cash_price {
	width: 20%;
	margin-top: 4px;
}

#savings_loan,
#savings_cash {
	line-height: 1;
    font-size: 27px;
    font-weight: 600;
    color: darkgray;
}

#total_price_cash,
#total_price_special_financing {
	font-size: 27px;
    line-height: 1.125;
    font-weight: bold;
    color: #333;
	display: inline-block;
}

.title_total_price_special_financing {
    margin-left: -37px;
    line-height: 1;
	color: #0070c9;
}

.title_learn_more {
    line-height: 1;
	color: #0070c9;
	cursor: pointer;
}

.title_learn_more:hover {
	text-decoration: underline;
}

.title_total_price_cash {
	line-height: 1;
	margin-left: 18px;
}

.btn_price {
	font-size: 19px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec,#0070c9);
	border: 1px solid #07c;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    min-width: 30px;
	padding: 7px 35px 7px 35px;
    text-align: center;
    white-space: nowrap;
	margin: 7px 0 0 5px;
}

.loan_cash_label {
	cursor: pointer;
	font-weight: bold;
    color: #333;
	font-size: 16px;
	border: 1px solid lightgray;
    text-align: center;
    width: 80%;
	padding: 1px;
	margin: 3px 0;
	border-radius: 4px;
}

.loan_cash_label:hover {
	border-color: #333;
}

.activ_loan_cash_label {
	border: 2px solid #0070C9;
	padding: 0;
}

/* .select_cash_icon {	 */
	/* padding: 5px; */
	/* color: #333; */
/* } */

/* .select_cash { */
	/* position: absolute; */
	/* list-style: none; */
	/* cursor: pointer; */
	/* top: -70px; */
	/* background-color: white; */
	/* min-width: 120px; */
	/* text-align: center; */
	/* z-index: 100; */
	/* box-shadow: 0px 5px 10px rgba(0,0,0,.15); */
    /* border-radius: 10px; */
	/* margin: 0 0 0 -25px!important; */
/* } */

/* .select_cash li { */
	/* list-style: none; */
	/* font-size: 16px; */
	/* display: none; */
	/* padding: 10px; */
/* } */

/*Footer mobile */
.after_savings_mob,
.loan_cash_price_mob,
.loan_cash_choice_mob,
.taxes_estimated_container_mob {
	display: none;
}

#savings_loan_mob,
#total_price_special_financing_mob,
#savings_cash_mob {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#total_price_cash_mob {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.title_after_savings_mob,
.title_learn_more_mob {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.fa-question-circle {
	font-size: 10px;
	position: absolute;
}

@media(max-width:1023px) {	
	.estimated_delivery_container,
	.taxes_parmits,
	.after_savings,
	.loan_cash_choice,
	.loan_cash_price,
	.icon_page,
	.file_icon {
		display: none;
	}
	
	.estimated_delivery {
		display: none;
	}
	
	.after_savings_mob {
		display: inline-block;
		border-bottom: 1px solid lightgray;
		margin-right: 10%;
	}

	.loan_cash_price_mob {
		display: inline-block;
		width: 65%;
		padding-right: 50px;
		text-align: right;
	}
	
	.estimated_delivery_container_mob {
		display: block;
		font-size: 12px;
		line-height: 1.3;
		padding-right: 50px;
		text-align: right;
	}
	
	.taxes_parmits_container_mob {
		display: block;
		font-size: 12px;
		line-height: 1.3;
	}
	
	.loan_cash_choice_mob {
		display: inline-block;
		width: 32%;
		position: absolute;
		top: 15px;
		right: 0;
	}
	
	.taxes_estimated_container_mob {
		display: inline-block;
		width: 65%;
	}
	
	.file_icon_mob,
	.truck_icon_mob {
		font-size: 16px;
	}
	
	.truck_icon_mob {
		margin-left: -3px;
	}

	/* .select_cash { */
		/* margin: 0!important; */
	/* } */

	.scroll-top.on {
		margin-bottom: 160px;
	}
	
	.btn_price {
		font-size: 15px;
		padding: 6px 8px;
		margin: 0;		
		display: inline-block;
		width: 33%;
		vertical-align: top;
	}
	
	.loan_cash_label {
		font-weight: normal;
		font-size: 12px;
		height: 18px;
		padding: 1px;
		margin: 1px 0;		
	}
	
}
	
@media( max-width: 767px ) {

	.loan_cash_choice_mob {
		top: 10px;
	}
	/* .select_cash { */
		/* top: -55px; */
	/* } */
	
	/* .select_cash_icon { */
		/* padding: 0; */
		/* color: #0070c9; */
	/* } */
}

@media( max-width: 375px ) {	
	.taxes_estimated_container_mob div {
		font-size: 11px;
	}
	
	.title_after_savings_mob {
		font-size: 10px;
	}
	
}
	
.far fa-question-circle{
	display: inline-block;
}

/* Checkout */
#checkout_img_house {
	width: 49%;
	display: inline-block;
	margin-bottom: 100px;
}

#checkout_img_house img {
	

}

.checkout_taxes_parmits,
.checkout_estimated_delivery {
	display: inline-block;
}

.checkout_taxes_parmits {
	margin: 0 10% 0 20%;	
}

.checkout_content_house {
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	line-height: 2;
    color: #333;
}

.checkout_total_price {
	font-weight: bold;
    font-size: 24px;
	line-height: 1.3;
}

.checkout_total_price_container {
	line-height: 1.3;
	margin: 10% 0 5% 0;
}

.checkout_title_total_price_special_financing {
	color: #0070c9;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 5px;
}

.static_header_checkout {
	font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.checkout_selected_options {
	color: #0070c9;
	font-weight: bold;
	margin-top: 25px;
}

.checkout_content_title {
	font-weight: bold;
}

.checkout_option {
	line-height: 1.3;
	margin-top: 15px;
}

.static_checkout_content {
	text-align: center;
    margin: 4% 0;
}

.static_checkout_content_deposit {
	color: #0070c9;
}

.static_checkout_content_contact {
	font-size: 14px;
	margin-top: 10px;
}

.static_checkout_info_size {
	font-weight: bold;
}

.static_checkout_info_habitants {
	font-size: 12px;
    color: #0070c9;
}

.static_checkout_info_icon {
	margin: 0 5px;
}

.checkout_privacy_policy {
	position: absolute;
    bottom: 0%;
    text-align: right;
    width: 45%;
    font-size: 12px;
}

/* .wf-container-main { */
	/* display: block; */
/* } */

.title_account_details {
	width: 51%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 5px;
}

.title_payment_details {
	display: inline-block;
    margin-left: -5px;
}

/* .wc-coupon-wrap, */
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
#billing_country_field {
	display: none!important;
}

/* Сustomization сheckout */

.woocommerce-form-coupon-toggle,
.woocommerce-billing-fields h3 {
	display: none;
}

#order_review_heading,
.shop_table,
.payment_method_stripe label, 
.payment_box p,
.woocommerce-privacy-policy-text p {
	display: none!important;
}

#place_order {
	border-radius: 10px!important;
	background: #0070c9;
}

.wc-order-review {
	background-color: white!important;
	padding: 0 10px 0 0!important;
}

#customer_details p input,
.select2-selection,
#name_on_card_field input {
	border-radius: 10px!important;
	min-height: 50px;
	outline: 0;
	background-color: white!important;
	color: black!important;
}

#stripe-card-element,
#stripe-exp-element,
#stripe-cvc-element {
	margin: 0;
	border-radius: 10px!important;
	padding: 15px;
}

#payment {
	height: 0;
}

#payment ul{
	border: unset!important;
}

.payment_box {
	margin: 0!important;
	padding: 0!important;
	background-color: unset!important;
}

.payment_box::before {
	content: unset!important;
}

#customer_details div {
	width: 100%!important;	
}

.form-row {
	padding: 0!important;
	margin-bottom: 16px!important;
}

#name_on_card_field,
.payment_methods {
	padding: 0!important;
}

@media(max-width: 1023px) {
	#customer_details {
		width: 100%!important;	
	}
	
	.wc-order-review {
		width: 100%!important;
		margin: 0!important;
	}
	
	#name_on_card_field {
		margin-top: -15px;
	}
	
	.stripe-card-group {
		margin-top: -20px;
	}
	
	.wc_payment_methods {
		margin: 0!important;
	}
	
	.checkout_privacy_policy {
		width: 90%;
		bottom: -2.5%;
		text-align: center;
		font-size: 11px;
	}
	
	.form-row-wide {
		margin-top: 5px!important;
	}
}

@media(max-width: 768px) {
	#checkout_img_house {
		width: 100%;
		margin-bottom: 10px !important;
	}
}

@media(max-width: 500px) {
	.checkout_taxes_parmits {
		margin: 0 10% 0 10%;
	}
}

@media(max-width: 400px) {
	.checkout_taxes_parmits {
		margin: 0;
	}
}
		
@media(min-width:1024px) {
	#customer_details {
		width: 48%!important;
		margin-right: 2%;
		display: inline-block;
	}
	
	#customer_details p {
		padding: 0;
		display: inline-block;
	}

	#checkout_field_name_on_card {
		display: inline-block;
		position: absolute;
		width: 47%;
	}

	#billing_first_name_field,
	#billing_last_name_field,
	#billing_email_field,
	#billing_phone_field {
		width: 48%;
		margin-right: 2%;
	}

	#billing_city_field,
	#billing_state_field,
	#billing_postcode_field {
		width: 31%;
	}

	#billing_city_field,
	#billing_state_field {
		margin-right: 15px;
	}
	
	#billing_state_field {
		position: absolute;
	}
	
	#billing_postcode_field {
		right: 2%; 
		position: absolute; 
	}
	
	#select2-billing_state-container {
		margin-top: 5px;
	}

	form .form-row-first,
	form .form-row-last {
		margin-top: -10px;
	}

	form .form-row-first {
		padding: 0px!important;
	}

	.wc-order-review {
		margin: -10px 0 0 0!important;
		width: 49%!important;
	}
	
	#order_review {
		display: inline-block;
		width: 49%;
	}

	#stripe-payment-data .form-row-first,
	#stripe-payment-data .form-row-last {
		width: 49%;
	}

	#stripe-payment-data .form-row-first {
		margin-right: 2%;
	}
	
	#stripe-payment-data .form-row-last {
		padding: 0;
	}
}

/* Overlay description */
.overlay_description_container,
.learn_more_container {
	z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(50,50,50,.88);
    align-items: center;
    justify-content: center;
	display: none;
}

.overlay_description_content,
.learn_more_content {
	width: 50%;
    
	background-color: white;
	text-align: center;
	position: relative;
}

.close_description_container,
.close_learn_more_container,
.close_gallery_form {
	position: absolute;
    top: 4%;
    left: 3%;
    font-size: 35px;
    cursor: pointer;
}

.show_description_container {
	display: flex;
}

/* Slideshow */
.slideshow_container {
	position: relative;	
	display: none;
}

.gallery_form {
	z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slides {
	text-align: center;
}

.slides img {
	width: 60%;
}

.s_prev, 
.s_next {
    position: absolute;
    top: 45%;
    font-size: 50px;
    transition: 0.6s ease;
    z-index: 11;
    cursor: pointer;
    color: rgba(136,136,136,.8);
    width: 0;
    height: 0;
}

.s_next {
	right: 5%;	
}

.s_prev {
	left: 5%;	
}

.s_prev:hover, 
.s_next:hover {
	color: rgba(136,136,136,.7);	
}

.c_dots {
    position: absolute;
    bottom: 10%;
    left: 45%;
}

.c_dot {
	height: 8px;
    width: 8px;
    margin: 0px 8px;
    background-color: rgba(136,136,136,.4);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, 
.c_dot:hover {
	background-color: #888;
}

/* @media */
@media(max-width:1023px) {	
	#img_house {
		width: 100%;
	}
	
	.contact_us {
		display: none;
	}
	
	.container_house_page,
	.financing_container {
		width: 490px;
	}
	
	.container_img_house {
		display: block;
		width: 100%;
	}
	
	.choice_forms {
		display: block;
		width: 100%;
	}

	.title_account_details {
		display: block;
		margin-bottom: 0;
	}

	.title_payment_details {
		display: none;
	}
	
	.wc-order-review:before,
	#checkout_field_name_on_card:before {
		content: 'Payment details';
		left: 5px;
		position: relative;
		top: -15px;		
	}
	
	.btn_price {
		margin-top: 5px;
	}
}

@media(max-width:767px) {
	.container_house_page {
		width: 100%;
	}
	
	.choice_glass label,
	.choice_plumbing label,
	.choice_extra_protection label {
		width: 97%;
	}
	
	.choice_colors label,
	.choice_battery_storage label,
	.choice_warranty_exterior label {
		width: 32%;
	}
	
	.choice_description {
		font-size: 14px;
	}
	
	.overlay_description_content {
		width: 80%;
		
	}
	
	.close_description_container,
	.close_gallery_form {  
		top: 3%;
		left: 7%;
	}
	
	.description_title {
		font-size: 15px;
	}
	
	.house_description_content {
		margin-left: 5%;
		display: inline-block;
	}
	
	.form_special_financing_page {
		height: 120px;
	}
	
	.form_cash_page {
		height: 109px;
	}
	
	.financing_container {
		padding-top: 15px;
		width: 88%;
	}
	
	#footer {
		display: none;
	}
	
}

@media(max-width:425px) {
	.choice_forms label {
		width: 100%;
	}
	
	.choice_colors label,
	.choice_battery_storage label,
	.choice_warranty_exterior label {
		display: block;
		margin-bottom: 15px;
		float: none;
	}
	
	.choice_plumbing label {
		min-height: 116px;
	}
	
	.house_description_title h1 {
		font-size: 28px;
	}
	
	.s_prev, 
	.s_next {
		display: none;
	}
	
	.c_dots {
		left: 38%;
	}
	
	.c_dot {
		width: 12px;
		height: 12px;
	}
	
	.choice_glass label .description_title,
	.choice_extra_protection label .description_title,	
	.choice_plumbing label .mult_row_description_title,
	.choice_warranty_interior .description_title	{
		width: 60%;
	}
}

@media(max-width:374px) {
	.house_description_title h1 {
		font-size: 20px;
	}
	
	.form_price {
		font-size: 16px;
	}
	
	.choice_plumbing label {
		min-height: 140px;
	}	
}
