.cookieOverlay {
    text-align: left;
    width: 100%;
    background: #f60;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #000;
    font-size: 14px;
    padding: 15px;
    z-index: 1500;
    margin-bottom: -40px;
    height: auto;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

.cookieOverlay .cookieLeft {
    width: auto;
    display: inline-block;
}

.cookieOverlay .cookieRight {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 5px;
}

.cookieOverlay p {
    max-width: 100%;
    float: left;
    color: #fff
}

.btn-close, .btn-dark, .btn-success {
    padding: 10px;
    text-align: center;
    height: auto;
    line-height: 18px;
    -webkit-appearance: none !important;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    -moz-appearance: none !important;
    /*position: absolute;
    right: 350px;
    top: 20px*/
}

.cookieOverlay .btn-dark {
    margin-right: 8px
}

.btn-dark, .cookieOverlay .acceptCookies {
    margin-bottom: 10px
}

.btn-dark {
    transition: .25s ease background;
    border: 1px solid transparent;
    background: #000;
    border-radius: 0;
    bottom: 10px;
    border: 3px solid #000;
    float: right
}

.btn-close, .btn-success {
    -webkit-transition: .25s ease background;
    transition: .25s ease background;
    border: 1px solid transparent;
    background: #f60;
    border-radius: 0;
    border: 3px solid white
}

.cookieOverlay .btn-close:before {
    font-size: 22px
}

.btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f60;
    color: #FFF !important;
    display: none
}

.btn-close:hover, .btn-dark:hover, .btn-success:hover {
    background-color: #e6e6e6;
    color: #000
}

.cookieOverlay h5 {
    color: #fff;
    font-size: 21px;
    /*padding-right: 50px;*/
    padding-bottom: 5px;
    max-width: 100%
}

.cookieOverlay p {
    padding-bottom: 14px
}

.cookieOverlay .btn-success.acceptCookies {
    display: block;
    height: 100% !important;
}


@media screen and (max-width: 767px){
    .cookieOverlay .cookieRight {
        width: 100%;
    }
    
    .cookieOverlay .cookieRight .btn-success.acceptCookies {
        width: 100%;
    }
}