/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 * @author    PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2023 PresTeamShop SAS, All rights reserved.
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category  PrestaShop
 * @category  Module
 */
.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;
}

#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;
    pointer-events: all;
}

#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 {
    width: calc(100% - 1.5rem);
    z-index: 1000;
    max-height: 200px;
    overflow: auto;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

@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;
    }
}

.scp_hidden {
    display: none;
}