
/*-------------cookie----------------*/

.section-specification-message{
    display: block;
}

.notification-content {
    position: fixed;
    bottom: 0;
    background: #3b3646;
    padding: 10px;
    width: 100%;
    text-align: center;
    z-index: 99999;
    height: 115px;
    line-height: 38px;

}
.notification-content p{
    color: white;
    /*font-weight: bolder;*/
    font-size: 0.9rem;
}

.notification-content.active {
    bottom: 0;
}

.notification-content a {
    color:#fa6a00;
}

.cookie-btn {
    padding: 0px 20px;
    border-radius: 5px;
    margin-left: 3.125rem;
    background: #fa6a00;
    color: #fff;
    margin-top: 1.5rem;
}


/*-------- Responsive -------*/
@media only screen and (max-width: 650px){
    .notification-content{
        height: 195px;
    }
    .cookie-btn {
        margin-left: 2px;
        margin-top: 0.2rem;
    }


}
