.zhours_alertbar {
    bottom: 0;
    z-index: 9999999999;
    position: fixed;
    width: 100%;
    line-height: 1;
    text-align: center;
    display: flex;
}

.zhours_alertbar-close-box {
    margin-left: 15px;
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.close-box-icon {
    position: relative;
    right: 5px;
}

.zhours_alertbar-branding {
    display: flex;
}

.zhours_alertbar-branding a {
    display: flex;
    align-items: center;
}

.zhours_alertbar-close-box img {
    cursor: pointer;
    width: 20px;
    display: inline-block !important;
}

.zhours_alertbar-message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 300;
    padding: 10px 20px;
}

.zhours_alertbar-branding img {
    margin: 0 0.3rem;
    display: inline-block;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .zhours_alertbar-branding-label {
        display: none;
    }
}
