/* EgilBisiklet – İl/İlçe Seçimi */
.egil-ilce-group { margin: 0 0 20px 0 !important; }
.egil-il-group   { margin-bottom: 20px !important; }
.egil-il-group label,
.egil-ilce-group label {
    display: block !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #888 !important;
    margin-bottom: 8px !important;
    background: transparent !important;
}
.egil-req { color: #E8210A !important; margin-left: 2px !important; }
select.egil-select,
select#egilIl,
select#egilIlce {
    display: block !important;
    width: 100% !important;
    padding: 11px 36px 11px 14px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    color: #111111 !important;
    background-color: #fafafa !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23E8210A' d='M5 6L0 0h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: border-color .2s !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-sizing: border-box !important;
    color-scheme: light !important;
}
select.egil-select:focus,
select#egilIl:focus,
select#egilIlce:focus {
    border-color: #E8210A !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}
select.egil-select:disabled,
select#egilIlce:disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}
select.egil-select option,
select#egilIl option,
select#egilIlce option {
    background-color: #ffffff !important;
    color: #111111 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
}