﻿
.tt-input {
    text-transform: uppercase;
    border-bottom: 1px solid #bfbfbf;
}

.tt-query, .tt-hint {
    padding: 8px 12px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    text-transform: uppercase;
    color: #d1cece;
    width:100% !important;
    background: transparent !important;
}

.tt-menu {
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 4px 4px;
}

.tt-suggestion {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #e1dfdf;
    cursor: pointer;
    font-family: 'GothamRnd';
    font-weight:200;
    text-align: left;
    width: 200px;
}

    .tt-suggestion:last-child {
        border-bottom: none;
    }

    .tt-suggestion:hover, .tt-cursor {
        color: #fff;
        background-color: #FA9318;
    }

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #e1800b;
    }

    .tt-suggestion p {
        margin: 0;
    }

.autocomplete-name {
    font-weight: 600;
    font-size:12px;
}

.autocomplete-info {
    font-weight: 400;
    font-size:12px;
    font-family: 'GothamRnd';
}
