#shopire_wfsb-top-bar {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    background-color: #f7f7f8;
    text-align: center;
    border-bottom: 0.1rem solid rgba(189, 189, 189, 0.4);
    z-index: 9999999;
}

.wfsb-hidden {
    display: none;
}

#shopire_wfsb-top-bar p {
    margin: 0;
    padding: 0 15px 5px 0;
    text-align: center;
}

#shopire_wfsb-top-bar.top_bar {
    top: 0;
}

#shopire_wfsb-top-bar.bottom_bar {
    bottom: 0;
}

#shopire_wfsb-progress {
    width: 100%;
    background-color: #000;
    margin: 10px auto 0;
    width: 90%;
    border-radius: 10px;
    position: relative;
    z-index: 12;
}

#shopire_wfsb-progress * {
    box-sizing: border-box;
}

#shopire_wfsb-current-progress {
    height: 12px;
    border-radius: 10px;
    background-color: var(--wf-main-color);
}

#shopire_wfsb-progress.wfsb-effect-1 #shopire_wfsb-current-progress {
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

#shopire_wfsb-progress.wfsb-effect-1 #shopire_wfsb-current-progress:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    animation: wfsb-move 2s linear infinite;
    border-radius: 20px 20px 8px 8px;
    overflow: hidden;
}

@keyframes wfsb-move {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

#shopire_wfsb-top-bar>#shopire_wfsb-progress.wfsb-effect-2 {
    border: 1px solid #fff;
    outline: 1px solid var(--wf-main-color);;
}

#shopire_wfsb-top-bar>#shopire_wfsb-progress.wfsb-effect-2>#shopire_wfsb-current-progress {
    border-radius: 0;
}

#shopire_wfsb-label {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
}

#shopire_wfsb-label:before {
    font-family: FontAwesome;
    content: "\f0d1";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 85%;
    transform: scaleX(-1) translateY(-50%);
    background: #fff;
    color: var(--wf-main-color);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.shopire_wfsb-gift-box {
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
    transition: all 1s ease;
}

.shopire_wfsb-gift-box.wfsb-hidden {
    right: -1000px;
}

#shopire_wfsb-main-content {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    padding: 0 32px;
    color: #000;
}

#shopire_wfsb-top-bar #shopire_wfsb-main-content>a,
#shopire_wfsb-top-bar #shopire_wfsb-main-content b,
#shopire_wfsb-top-bar #shopire_wfsb-main-content b span {
    color: var(--wf-main-color);
}

.woo-free-shipping-bar-order {
    margin: 20px 0;
}

.woo-free-shipping-bar-order .woo-free-shipping-bar-order-content {
    margin: 0 0 10px;
}

.woo-free-shipping-bar-order .woo-free-shipping-bar-order-bar {
    width: 100%;
    height: 6px;
    background: #ccc;
    border-radius: 3px;
}

.woo-free-shipping-bar-order .woo-free-shipping-bar-order-bar .woo-free-shipping-bar-order-bar-inner {
    height: 100%;
    background-color: var(--wf-main-color);
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    #shopire_wfsb-progress {
        display: none !important;
    }
}

@media (max-width: 380px) {
    div#shopire_wfsb-close {
        right: 5px;
    }
}

div#shopire_wfsb-close {
    font-size: 16px !important;
    line-height: 16px !important;
}