@CHARSET "UTF-8";

@media all and (max-width: 992px) {	
	.customerdata_wrapper {
		flex-direction: column;
	}
	
	.productlist_wrapper {
		flex-direction: column-reverse;
	}
	
	.customerdata_wrapper #calculator_wrapper,
	.productlist_wrapper #calculator_wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.accept_btn.button {
		width: 100%;
	}
	
	.medium-6 {
		width: 50%;
	}
	
	.medium-12 {
		width: 100%;
	}
	
	.small-6 {
		width: 50%;
	}
	
	.productlist_wrapper #calculator .columns.odd {
		padding-right: 5px;
	}
	
	.productlist_wrapper #calculator .columns.even {
		padding-left: 5px;
	}
}


@media all and (max-width: 650px) {	
	.small-12 {
		width: 100%;
	}
	
	.small-6 {
		width: 50%;
	}
	
	div.product {
		width: 100%;
	}
	
	#calculator .button {
		width: 100%;
	}
	
	div.prices > div.price ._price {
		font-size: 36px;
		line-height: 50px;
	}
	
	.inputSpacer {
		width: 50%;
	}
	
	.customerdata_wrapper .small-12.columns {
		padding: 0;
	}
	
}

@media all and (max-width: 576px) {	
	.button_wrapper {
		flex-direction: column-reverse;
	}
	
	.button_wrapper .backward{
		margin-top: 1rem;
	}
	
	.footer_1 .col {
		width: 50%;
	}
}

