#alert-cookie-accept {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 1000;
    border-top:1px solid rgba(255,255,255,0.05);
    background-color: rgba(0,0,0,0.95);
    color: rgba(255,255,255,1);
    padding: 40px 30px;
    transition: bottom 0.3s ease;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
}
#alert-cookie-accept.show {
    bottom: 0;
}

#alert-cookie-accept .message-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#alert-cookie-accept .message-row>.message-col {
    flex: 1 0 0% !important;
    /* font-size: 12px;
    line-height: 22px; */
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
#alert-cookie-accept .message-row>.btn-col {
    margin-left: 50px;    
}
#alert-cookie-accept .default-btn {
    min-width: 120px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    padding: 0 15px;
}

.input-cookie-group {
    position: absolute;
    opacity: 0;
}

/* xxl */
@media (min-width: 1400px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

#alert-cookie-accept {
    padding: 25px 20px;
}
#alert-cookie-accept .message-row>.btn-col {
    margin-left: 30px;
}
#alert-cookie-accept .default-btn {
    min-width: 150px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

#alert-cookie-accept .message-row {
    display: block;
}
#alert-cookie-accept .message-row>.message-col {
    text-align: center;
}
#alert-cookie-accept .message-row>.btn-col {
    margin: 20px 0 0 0;
}

}

/* sm - xs */
@media (max-width: 767.98px) {

#alert-cookie-accept .message-row {
    display: block;
}
#alert-cookie-accept .message-row>.message-col {
    text-align: center;
}
#alert-cookie-accept .message-row>.btn-col {
    margin: 20px 0 0 0;
}

#alert-cookie-accept .default-btn {
    min-width: 100px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {
#alert-cookie-accept {
    padding: 20px;    
}
#alert-cookie-accept .container {
    padding: 0 !important;
}
#alert-cookie-accept .btn-group {
    display: flex;
    flex-wrap: nowrap;
}
#alert-cookie-accept .default-btn {
    flex: 1 0 0% !important;
    min-width: 0 !important;
}
#alert-cookie-accept .message-row>.message-col {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
}
}

/* xs custom */
@media (max-width: 399.98px) {}

