@media screen and (max-width: 854px) {
	main .col-lg-6{
		margin-bottom: 16px;
	}
	main #box{
		padding: 24px!important;
	}
	.verbruiksartikelen:after,
	.zoek-onderdelen:after{
		display: none;
	}
	#productlijnen .col-lg-3{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.table .table-header{
		display: none;
	}
	.table .s-btn {
	    padding: 8px 24px!important;
	    margin-top: 16px;
	    width: auto;
	}
	.table .table-row .col-lg-2 span{
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 737px){
	form .form-header{
		display: none!important;
	}
	main .help{
		padding: 0!important;
		background: transparent!important;
		margin:0!important;
	}
	#productlijnen,
	.fomr-card .order-table .pills{
		display: none;
	}
	.man-row{
		margin:0!important;
	}
	.fomr-card .order-table{
		justify-content: end!important;
	}
	.fomr-card .product{
		width: 100%;
	}
	.fomrcard-footer{
		margin:30px 0!important;
	}
	#offerte-aanvragen{
		margin-bottom:30px!important;
	}
	#thanks .s-btn{
		margin: 5px 0!important;
    	width: 100%;
	}
	#thanks br{
		display: none;
	}
	#offerte-aanvragen .col-lg-5,
	#offerte-aanvragen .col-lg-7{
		padding: 0;
	}
	form .form{
		padding: 25px!important;
	}
	form .from-footer{
		padding: 25px 0!important;
	}
	.fomr-card{
		margin-top:16px;
	}
}

@media screen and (max-width:375px){
	.radiobuttons{
		flex-direction: column;
	}
}