.wc_hellobar{

}

.wc_hellobar{
    z-index: 9999 !important;
}

.wc_hellobar_box{
    position: relative;
    box-shadow: 0 0 8px #000;
    top: 10px !important;
    z-index: 9999 !important;
}

.wc_hellobar_box img{
    display: block;
    margin: 0 auto;
    margin-top: 50%;
}

.wc_hellobar_close{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 8px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 0.8em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.wc_hellobar_close:hover{
    background: #000;
}

.wc_hellobar_box_content{
    padding: 40px 20px 20px 20px;
    text-align: center;
    position: relative;
}

.wc_hellobar_box_content_btn{
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}

.wc_hellobar_countdown_title{
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-top: 10px !important;
    margin-bottom: 6px !important;
    text-align: center !important;
}

.wc_hellobar_countdown{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-top: 4px !important;
}

.wc_hellobar_countdown_item{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px 10px !important;
    min-width: 48px;
}

.wc_hellobar_countdown_num{
    display: block !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
}

.wc_hellobar_countdown_label{
    display: block !important;
    font-size: 0.65em !important;
    text-transform: uppercase !important;
    opacity: 0.8;
}

.wc_hellobar_countdown_expired{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}

.wc_hellobar_center{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999 !important;
    display: none;
}

.wc_hellobar_center .wc_hellobar_box{
    display: block;
    background: #fff;
    width: 400px;
    max-width: 90%;
    margin: auto;
    top: -20px;
    opacity: 0.5;
}

.wc_hellobar_right_top,
.wc_hellobar_right_bottom{
    position: fixed;
    right: -360px;
    bottom: 20px;
    z-index: 9999 !important;
    width: 360px;
    max-width: calc(100% - 40px);
    opacity: 0;
}

.wc_hellobar_right_top .wc_hellobar_box,
.wc_hellobar_right_bottom .wc_hellobar_box{
    background: #fff;
}

.wc_hellobar_right_top{
    bottom: auto;
    top: 20px;
}