	.suggestDiv { cursor:pointer; padding: 8px 10px; border-bottom:1px solid #efefef; color:#333; text-align:left; position:relative; }
    .suggest { z-index:999; display:none; height:200px; width:100%; overflow: auto; }
    
.basel-cookies-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1100;
    font-size:12px;
    width: 100%;
    padding: 10px 30px;
    background-color: rgba(0,0,0,.9);
    border-top: 2px solid rgba(255,255,255,.1);
    color: #fff;
    transform: translate3d(0,0%,0);
    -webkit-transform: translate3d(0,0%,0);
    -ms-transform: translate3d(0,0%,0);
    -webkit-transition: all .4s cubic-bezier(.784,.134,.14,.85);
    transition: all .4s cubic-bezier(.784,.134,.14,.85);
}

.basel-cookies-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
}

.basel-cookies-inner .cookies-info-text {
    padding-right: 30px;
    line-height: 1.4;
}

.basel-cookies-inner .cookies-buttons {
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
}


.cookies-buttons .cookies-accept-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cookies-buttons>a {
    margin-right: 20px;
}

.cookies-buttons>a:last-child {
    margin-right: 0;
}

.cookies-buttons .cookies-more-btn {
    display: inline-block;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}