.banner {
    background-color: #fff;
    border-radius: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2147483645;
    box-sizing: border-box;
    min-width: 400px;
    max-width: 420px;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    padding: 2px 20px;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
}

.banner-hidden {
    display: none;
}

.banner-block {
    display: block;
}

.banner-small {
    background-color: #fff;
    border-radius: 0;
    bottom: 0;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 182px;
    max-width: 375px;
    margin: 0 10px;
    padding: 0 10px;
    height: 30px;
    position: fixed;
    line-height: 1;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    z-index: 2147483645;
}

.banner-left {
    left: 0;
}

.banner-right {
    right: 50px;
}

.border{
    border: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
}
  
.cookie-consent-banner__inner {     
    padding: 15px 0;
}

.banner-small .cookie-consent-banner__inner {
    padding: 10px 0;
}
  
.cookie-consent-banner__copy{
    margin-bottom: 20px;
}
  
.cookie-consent-banner__description {
    font-weight: normal;
    font-size: 0.9em;
}

.cookie-consent-btn {
    display: inline-block;
    padding: 6px 9px;
    border: none;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    transition: 0.4s;
    background-color: #24273F;
    color: #fff;
}

.cookie-consent-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.cookie-consent-btn-secondary {
    display: inline-block;
    padding: 6px 9px;
    border: none;
    font-size: 0.8em;
    margin-left: 0.2em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    transition: 0.3s;
    background-color: #E8E8E8;
    color: #636363;
}

.cookie-consent-btn-secondary:hover{
    text-decoration: none;
    opacity: 0.9;
}

.prebanner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    height: 50px;
    font-size: 0.9em;
    margin: 10px 10px;
    border: none;
    padding: 12px 18px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 36px -13px rgba(0,0,0,0.15);
}

.prebanner-left {
    left: 0;
}

.prebanner-right {
    right: 0;
}

.prebanner:hover {
    text-decoration: none;
}

.link-btn{
    text-decoration: underline;
    border: none;
    background-color: inherit;
    margin: 0;
    padding: 0;
}

.link-btn:hover{
    text-decoration: underline;
}
  