/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2020 PresTeamShop
 * @license   see file: LICENSE.txt
 */

.twitter-typeahead .tt-hint {
    display: none;
}

.twitter-typeahead .tt-dropdown-menu {
    width: auto;
    min-width: 270px;
    border-radius: 0;
    margin: 0;
}
.twitter-typeahead .tt-suggestion {
    padding-bottom: 8px;
    height: 33px;
}

#delivery_city_list {
    display: none !important;
}
#delivery_city {
    display: blocK !important;
}

#onepagecheckoutps .typeahead.dropdown-menu,
.address-form .typeahead.dropdown-menu,
.js-address-form .typeahead.dropdown-menu{
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
}

#onepagecheckoutps .typeahead.dropdown-menu li,
.address-form .typeahead.dropdown-menu li,
.js-address-form .typeahead.dropdown-menu li{
    border-bottom: 1px solid #eee;
}

#onepagecheckoutps .typeahead.dropdown-menu li a,
.address-form .typeahead.dropdown-menu li a,
.js-address-form .typeahead.dropdown-menu li a{
    white-space: break-spaces;
}

.typeahead.dropdown-menu {
    z-index: 1000;
    max-height: 200px;
    overflow: auto;
}

@media(max-width: 991px){
    #onepagecheckoutps .typeahead.dropdown-menu,
    .address-form .typeahead.dropdown-menu,
    .js-address-form .typeahead.dropdown-menu{
        left: auto !important;
        right: 7px;
        max-width: 250px;
    }
}