#garage-filter-extern {display:flex;flex-wrap:wrap;}
#garage-filter-extern .btn {    font-weight: 700;    text-transform: uppercase;    color: #fff;    display: inline-block;    padding: 15px 20px;    line-height: 1;    min-width: 220px;
    text-align: center;    background-color: #ee7219;    border: none;    outline: none;    cursor: pointer;border-radius:0!important;display:inline-flex;align-items:center;font-family: var(--e-global-typography-accent-font-family), Sans-serif;    font-size: inherit;}	
#garage-filter-extern .btn {margin-right:30px;margin-bottom:30px;}
#garage-filter-extern .btn svg {    fill: #fff;    width: 20px;    margin-left: 10px;
    display: inline-block;
    transition: transform 0.4s ease;
}
#garage-filter-extern .btn.green {    background-color: #508b50;}

#garage-filter-extern .selectie-holder {padding:0;width:50%;margin-bottom:30px;}
#garage-filter-extern .selectie-holder:nth-child(1){padding-right:15px;}
#garage-filter-extern .selectie-holder:nth-child(2){padding-left:15px;}
#garage-filter-extern .size-holder {    height: 50px;    border: none;    background: #fff;}
#garage-filter-extern .selectie-menu {width:calc(100% - 15px)}

#garage-filter-extern input[type="radio"] {display:none}
#garage-filter-extern .selectie-standaard-locatie > span.selected {color:#1E1E1E}
#garage-filter-extern input[type="radio"]:checked + span {color:#ee7219}


#garage-filter-extern .btn:hover svg {
    transform: translateX(6px);
}


@media screen and (max-width:650px){
#garage-filter-extern .selectie-holder {padding:0!important;width:100%;margin-bottom:20px;}
	#garage-filter-extern .btn {width:100%;margin:0;margin-bottom:20px;}
	#garage-filter-extern .btn:last-child {margin-bottom:0!important}
}