.typeahead, .tt-query, .tt-hint {
    border: 2px solid #ccc;
    /*border-radius: 8px;*/
    font-size: 24px;
    /*height: 30px;*/
    /*line-height: 30px;*/
    outline: medium none;
    padding: 8px 12px;
    width: 100%;
}

.typeahead .tt-input{
    background-color: #F7F9FA !important;
}

.twitter-typeahead {
    display: block !important;
}

.typeahead {
    /*background-color: #fff*/
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    box-shadow: 0 0 5px #e0e0e0;
    margin-bottom: 0;
    color: #787878;
    font-size: 12px;
    height: 25px;
    padding: 3px 7px 0;
}

    .typeahead:focus {
        border-color: #3292dd;
        box-shadow: 0 1px 1px rgba(50, 146, 221, 0.075) inset, 0 0 8px rgba(50, 146, 221, 0.6);
    }

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    /*margin-top: 12px;*/
    width: 422px;
    max-height: 320px;
    overflow-y: auto;
}

.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}

    .tt-suggestion:nth-child(2n+1) {
        background:#ecebeb;
    }

    .tt-suggestion:nth-child(2n) {
        background:#e2e2e2;
    }

    .tt-suggestion.tt-cursor {
        background-color: #0097cf;
        color: #fff;
    }

    .tt-suggestion p {
        margin: 0;
    }

.product-name {
    font-size: 12px;
}


@media (max-width:767px) {
    .tt-dropdown-menu {
        max-width:100%;
    }
}