@media only screen and (max-width: 767px) {
ul#addressList {
    position: unset;
}
ul#addressList li {
    line-height: 16px;
    height: unset;
    font-size:12px;
}
}

ul#addressList li {
    padding: 16px 16px;
    background-color: #bf3d3d;
    margin-bottom: 2px;
    line-height: 2px;
    color: #fff;
    border-radius: 5px;
}

ul#addressList {
    padding-left: 0px;
    background-color: #fff0;
    color: #fff !important;
}

﻿#addressList.ul {
    list-style: none;
    background-color: white;
    padding: 0px;
    margin-left: 29px;
    width: 360px;
}

#addressList > li {
    list-style-type: none;
    height: 12px;
    padding: 12px;
    box-shadow: rgb(158, 202, 237) 0px 0px 4px;
    display: list-item;
    text-align: -webkit-match-parent;
    font-family: 'Allerta', Helvetica, Arial, sans-serif;
    color: #495057;
}

    #addressList > li:hover {
        background-color: yellowgreen;
    }

#addressList {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 130px;
}
