.cookieConsentWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
}
.cookieConsentPopup {
    background-color: rgba(34,34,34,.95);
    border: solid 1px #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    color: #fff;
    bottom: 20px;
    display: none;
    font-family: "TTNormsPro-Regular", "TTNormsPro-Normal", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0;
    pointer-events: auto;
    position: fixed;
    right: 20px;
    vertical-align: middle;
    width: 375px;
    z-index: 1000;
}

.cookieConsentButton, .cookieConsentClose {
    cursor: pointer;
}
.cookieConsentInfo {
    position: relative;
}
.cookieConsentInfo .cookieConsentClose {
    position: absolute;
    top: 0;
    right: 30px;
    font-weight: 600;
    line-height: 1.88;
    color:#fff;
}
.cookieConsentTitle {
    font-family: "TTNormsPro-Medium", san-serif;
    line-height: 1.88;
    margin: 30px 0 15px 30px;
    font-size: 16px;
}
.cookieConsentText {
    display: block;
    font-size: 14px;
    line-height: 1.79;
    margin: 0 30px 15px 30px;
}
.cookieConsentText a {
    text-decoration: underline;
    color:#fff
}
.cookieConsentText a:hover {
    color: #fff;
    text-decoration: none;
}
.cookieConsentButtons {
    font-weight: bold;
    margin: 30px 30px 30px;
    text-align: center;
}
.cookieConsentButtons a {
    display: block;
    pointer-events: auto;
    text-decoration: none;
}
.cookieConsentButtons a div {
    border: solid 1px #FFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 10px 19px 0;
    pointer-events: auto;
}
.cookieConsentButtons .cookieConsentAllow {
    background: #fff;
    color: #000;
    margin-bottom: 10px;
}
.cookieConsentButtons .cookieConsentLearnMore, .cookieConsentButtons .cookieConsentReject {
    border: solid 2px rgba(255,255,255,.7);
    color: #fff;
}
