.cookie-pop {
    background-color: #1C1C1C;
    color: #fff;
    position: relative;
    /*position: fixed; */
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
    font-family: Neue Haas Unica W01,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 3rem 1rem 3rem;
    z-index: 9999;
}

.cookie-pop--fixed-top {
    position: fixed;
    top:0;
}
.cookie-pop--fixed-bottom {
    position: fixed;
    top: auto;
    bottom:0;
} 
.cookie-pop button {
    margin: 0 10px;
    background: #FEEE8A;
    color: #1C1C1C;
    font-family: inherit;
    font-weight: 500;
}


.cookie-pop a,
.cookie-pop a:hover {
     color: #fff;
     text-decoration: underline;
}


[class*='close-'] {
    color: #777;
    text-decoration: none !important;
    font-size: 0.65rem;
    line-height: 1.9rem;
    border-radius: 50%;
    display: block;
    width:2rem;
    height: 2rem;
    border:1px white solid;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: calc(50% - 1.1rem);
}

.close-classic:after {
    content: 'X'; /* ANSI X letter */
}