.notification-bar-owm {height:auto;position:relative;width:100%;display:block;background-color: #3C3B3B;position: relative;overflow: hidden;}
.notification-bar-owm .notification-button {margin-left:30px;}
.notification-bar-owm .notification-button a {line-height: normal;background: #fff;color: #3C3B3B;text-decoration: none;padding: 3px 10px;font-size:12px;display:inline-block;font-weight:400;border-radius:5px;}
.notification-bar-owm .notification-holder {text-align: left;font-size:12px;letter-spacing:1px;font-weight:500;display:block;width: 100%;}
.notification-bar-owm .notification-title {color: #fff;}

#ast-desktop-header .bx-wrapper, #ast-mobile-header .bx-wrapper  {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: unset;
    margin-bottom: 0px;
}

@media screen and (max-width: 921px) {
    .notification-bar-owm .notification-holder {
        display:flex;
        justify-content: space-between;
    }
}

@media screen and (max-width:1065px) {
    /*.notification-bar-owm .notification-holder {*/
    /*    flex-direction:column;*/
    /*}*/
    
    .notification-bar-owm {
        padding-top:12px;
        padding-bottom:12px;
        padding-left:10px;
        padding-right:10px;
    }
    
    .notification-bar-owm .notification-button {margin-left:0px;}
    
    .bx-wrapper .notification-bar-owm {
        padding:0;
    }
}

@media screen and (max-width:400px) {
    .notification-bar-owm .notification-button a {
        text-align:center;
    }
}