.twitter-typeahead{
    width: 100%;
    /*height: 52px;*/
}

.did-you-mean{
    padding: 5px 25px 15px 25px;
    border-bottom: 1px solid #ccc;
}

.did-you-mean-header{

}

.did-you-mean-option{

}

.did-you-mean-option a{

}

.tt-menu{
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    color: black;
    border: 1px solid #e7e7e7;
    text-align: left;
}

.tt-hint{
    color: #999999 !important;
    top: 2px !important;
    left: 2px !important;
}

.tt-suggestion{
    border-bottom: 1px solid #cfd1d2 !important;
    color: #000000;
    display: block !important;
    font-family: 'Gotham-Book', Arial, Helvetica;
    font-size: 16px !important;
    padding: 10px 20px !important;
    text-transform: none;
    width: 100%;
}

.tt-suggestion:last-child{
    border-bottom: none;
}

.tt-suggestion strong{
    color: #c0a172;
}

.tt-suggestion:hover{
    background-color: #cfd1d2 !important;
    color: #000000;
    cursor: pointer;
}

.tt-suggestion:hover strong{
    color: #ffffff;
}

.tt-cursor{
    background-color: #cfd1d2;
}

.tt-cursor strong{
    color: #ffffff;
}

.tt-suggestion img{
    height: 100px;
    padding-left: 25px;
}

.tt-info{
    white-space: normal;
    height: 100px;
    vertical-align: middle;
    text-transform: uppercase;
    /*display: table-cell;*/
}

.tt-info .tt-name{
    display: table;
    padding-left: 20px;
    word-wrap: break-word;
}

.tt-info .tt-name .tt-name-content{
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.tt-info .tt-price{
    display: table;
    padding-left: 20px;
    font-size: 14px;
}

.tt-info .tt-price .tt-price-content{
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.tt-info .tt-price .product-price{
    text-align: right;
    background: none;
    margin: 0;
    padding-right: 25px;
    font-size: initial;
}

.tt-info .tt-price .product-price .tt-highlight{
    color: inherit;
    font-weight: inherit;
}

.tt-info .tt-price .product-price-sale{
    color: #c0a172;
    text-align: left;
    background: none;
    padding-left: 25px;
    font-size: initial;
}

.tt-info .tt-price .product-price-sale small{
    text-decoration: line-through;
}

@media (max-width: 767px) {
    /*#dropdown-search-form .tt-menu {*/
    /*    display: none !important;*/
    /*}*/
}

@media screen and (max-width: 600px) {

    .tt-suggestion{
        padding: 0 !important;
    }

    .tt-info-mobile{
        display: table-row;
        text-transform: uppercase;
    }

    .tt-image-mobile{
        display: table-cell;
    }

    .tt-image-mobile img{
        padding: 0 !important;
    }

    .tt-name-mobile{
        /*display: table-cell;*/
    }

    .tt-name-mobile .tt-name-content{}

    .tt-price-mobile{
        /*display: table-cell;*/
    }

    .tt-price-mobile .tt-price-content{}

    .tt-price-mobile .tt-price-content .product-price{}

}
