#mega_mart_wfsb-top-bar {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    justify-content: space-between;
    margin: 0;
    line-height: 1;
}
#mega_mart_wfsb-top-bar .wfsb-hidden {
    display: none;
}
#mega_mart_wfsb-top-bar p {
    margin: 0;
    flex-grow: 1;
    text-align: center;
    padding: 0 15px 5px 0;
}

#mega_mart_wfsb-top-bar.top_bar {
    top: 0;
}
#mega_mart_wfsb-top-bar.bottom_bar {
    bottom: 0;
}
#mega_mart_wfsb-progress {
    width: 100%;
    background-color: #c9cfd4;
    z-index: 12;
    position: absolute;
    left: 0;
}
#mega_mart_wfsb-progress * {
    box-sizing: border-box;
}
#mega_mart_wfsb-current-progress {
    height: 20px;
    background-color: #0d47a1;
}
#mega_mart_wfsb-progress.wfsb-effect-1 #mega_mart_wfsb-current-progress {
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}
#mega_mart_wfsb-progress.wfsb-effect-1 #mega_mart_wfsb-current-progress:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(
        linear,
        0 0,
        100% 100%,
        color-stop(0.25, rgba(255, 255, 255, 0.2)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.2)),
        color-stop(0.75, rgba(255, 255, 255, 0.2)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -moz-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);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: wfsb-move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
@-webkit-keyframes wfsb-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
#mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress.wfsb-effect-2,
#mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress.wfsb-effect-2 > #mega_mart_wfsb-current-progress {
    border-radius: 0;
}
#mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress.wfsb-effect-2 {
    border: 1px solid #fff;
    outline: 1px solid #eee;
}
#mega_mart_wfsb-label {
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    position: relative;
}
#mega_mart_wfsb-label:before {
    font-family: FontAwesome;
    content: "\f21c";
    position: absolute;
    right: 0;
    font-size: 20px;
    background: var(--sp-primary);
    padding: 10px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--sp-secondary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega_mart_wfsb-gift-box {
    bottom: 0;
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 99;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wfsb-hidden {
    display: none;
}
.mega_mart_wfsb-gift-box.wfsb-hidden {
    right: -1000px;
}
#mega_mart_wfsb-main-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 300;
    z-index: 1;
    line-height: 1;
}
.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: #212121;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
    #mega_mart_wfsb-progress {
        display: none !important;
    }
}
@media (max-width: 380px) {
    div#mega_mart_wfsb-close {
        right: 5px;
    }
}


#mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress {
	margin: 10px auto 0;
	width: 90%;
	position: relative;
}

#mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress, #mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress > #mega_mart_wfsb-current-progress {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


#mega_mart_wfsb-progress,
.woo-free-shipping-bar-order .woo-free-shipping-bar-order-bar{
	background-color: #00000 !important;
}

#mega_mart_wfsb-current-progress,
.woo-free-shipping-bar-order .woo-free-shipping-bar-order-bar .woo-free-shipping-bar-order-bar-inner{
	background-color: var(--sp-secondary2);
}

#mega_mart_wfsb-top-bar > #mega_mart_wfsb-progress.wfsb-effect-2{
outline-color:var(--sp-secondary2);
}

#mega_mart_wfsb-label{
	color: #ffffff !important;
	font-size: 16px !important;
}

#mega_mart_wfsb-top-bar{
	background-color: var(--sp-primary2) !important;
	color: #FFFFFF;
} 

#mega_mart_wfsb-top-bar{
	text-align: center !important;
}

#mega_mart_wfsb-top-bar #mega_mart_wfsb-main-content{
	padding: 0 32px;
	font-size: 16px !important;
	text-align: center !important;
	color: #FFFFFF !important;
}

#mega_mart_wfsb-top-bar #mega_mart_wfsb-main-content > a,
#mega_mart_wfsb-top-bar #mega_mart_wfsb-main-content b, 
#mega_mart_wfsb-top-bar #mega_mart_wfsb-main-content b span{
	color: var(--sp-secondary2);
}

div#mega_mart_wfsb-close{
	font-size: 16px !important;
	line-height: 16px !important;
}