﻿#cookie-consent {
    position: fixed;
    bottom: -63px;
    width: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.7);
    transition: 3s;
}

#cookie-consent .col-md-9 {
    padding: 15px 0 15px 15px;
    color: #FFF;
}
#cookie-consent .col-xs-6{
   position: relative;
   height: 56px;
}

#cookie-consent .col-xs-6 .btn {
    position: absolute;
    height: 38px;
    width: calc(100% - 30px);
    top: 50%;
    transform:translateY(-50%);
    font-size: 16px;
}

#cookie-consent a {
    display: contents;
}

@media (max-width: 992px) {
    #cookie-consent .col-md-9 {
        text-align: center;
        padding-bottom: 0;
    }
}