.black-friday-popup ul#countdown li {
    padding: 0 5px;
}

.black-friday-popup ul#countdown li span.time + p {
    display: block !important;
    font-size: 12px !important;
}

.black-friday-popup ul#countdown li span.time {
    font-size: 22px;
}

.topbar_wrapper.bf-topbar {
    position: fixed;
    background-color:#000;
    background-image:url('../../assets/images/cta-bg.jpg') !important;
    color:#fff !important;
    padding: 0
}
.topbar_wrapper.bf-topbar .bf-topbar-close {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    background: rgba(0,0,0,.35);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
}
.topbar_wrapper.bf-topbar .bf-topbar-close:hover,
.topbar_wrapper.bf-topbar .bf-topbar-close:focus {
    background: rgba(0,0,0,.55);
    color: #fff;
    outline: none;
}
.topbar_wrapper.bf-topbar.is-hidden {
    display: none !important;
}
.topbar_wrapper.bf-topbar.visibile {
    padding: 10px 0
}
.topbar_wrapper.bf-topbar.visibile:after {
    display:none;
}
.topbar_wrapper.bf-topbar.visibile { height:auto;}
.topbar_wrapper.bf-topbar ul#countdown li span.time + p {
    color: #fff !important;
}
.topbar_wrapper.bf-topbar ul#countdown li span, ul#countdown li span.time {
    color: #fff !important;
}
.topbar_wrapper.bf-topbar .countdown-text {
    color: #fff;
    display:block !important;
    margin-top: 5px;
    text-transform: none;
    font-weight: 400;
}
.topbar_wrapper.bf-topbar ul#countdown.countdown_active {
    width: 35%;
    margin-right:10%;
    order:2;
}
.topbar_wrapper.bf-topbar .text-wrapper {
    width: 45%;
    order:1;
    margin-right: 45%;
}
.topbar_wrapper.bf-topbar .countdown_active + .text-wrapper {
    margin-right: 0;
}
.topbar_wrapper.bf-topbar .text-wrapper p {
    margin: 10px 0 5px 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height:1em;
}
.topbar_wrapper.bf-topbar .text-wrapper em {
    font-size:11px;
}
.topbar_wrapper.bf-topbar .text-wrapper a {
    color:#ec7063;
    font-weight: bold;
}
.topbar_wrapper.bf-topbar .text-wrapper a:hover,
.topbar_wrapper.bf-topbar .text-wrapper a:active,
.topbar_wrapper.bf-topbar .text-wrapper a:focus{
    color:#e74c3c
}

@media screen and (max-width : 800px)  {
    .topbar_wrapper.bf-topbar ul#countdown.countdown_active {
        display:none;
    }
    .topbar_wrapper.bf-topbar .text-wrapper {
        width: 100%;
        margin-left:0;
        margin-right:0;
        padding:0 !important
    }
}
