@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
    src : url("fonts/fontawesome-webfont.eot");
    src : url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2") format("woff2"),
    url("fonts/fontawesome-webfont.woff") format("woff"),
    url("fonts/fontawesome-webfont.ttf") format("truetype"),
    url("fonts/fontawesome-webfont.svg") format("svg");
}


.lead-widget {
    width: 100%;
}

.widget{
    /*font : 300 14px/1.4 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family: TitleTypo;
    font-size: 12px;
    font-weight: 100;
}

.search-geolocation-button{
    position: absolute;
    font-style: normal;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.search-geolocation-button:before{
    font-family: FontAwesome;
    content: "\f041";
    font-size: 24px;
    color: #ED001D;
}

.search-form-submit{
    display: none;
}

.lead-widget input[type="search"]{
    font-weight: 400 !important;
    padding: 20px 12px !important;
    font-size: 19px !important;
    padding-left: 30px !important;
    margin-top: 5px !important;
    display: block !important;
    width: 100% !important;
    border-bottom: 3px solid #CCC;
    -webkit-appearance: none !important;
}

.search-suggestions{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    font : 300 14px/1.4 'Helvetica Neue',Helvetica,Arial,sans-serif;
    overflow-y: auto;
}

.search-suggestions:last-child{
    /*border-bottom:1px solid #dce1e6 ;*/
}

.search-suggestion{
    padding: 2px 10px;
    border-left: 1px solid #dce1e6;
    border-right: 1px solid #dce1e6;
}

.search-result{
    padding: 10px 0;
    font-family: "TitleTypo";
    color: #494948;
    font-size: 14px;
}

.search-empty-result-label{
    color: #f00;
    font-size: 1em;
}

.location-address{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -webkit-box: 0 0 auto;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;

    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.location-custom-page-link{
    content: "";
}

.location-marker{
    display: inline !important;
    font-weight: bold;
}

.location-name{
    display: inline !important;
    font-weight: bold;
}

.location-address-address1{
    display: block !important;
}

.location-address-postal-code::after{
    content: "";
    margin: 2px;
}

.location-marker-number, .location-page, .location-phone, .location-email, .location-times, .location-offer-ranges{
    display: none !important;
}

.location-custom-page-link {
    display: none;
}

.garagecheckbox {
    z-index: 222;
    border: 1Px solid #777 !important;
    width: 20px !important;
    padding: 12px !important;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
}

.garagecheckboxActive {
    background: #e2001a;
}

/*.garagecheckboxActive::after{
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    content: "";
    position: absolute;
}*/