@font-face {
    font-family: "woo-free-shipping-bar";
    src: url("../fonts/woo-free-shipping-bar.eot");
    src: url("../fonts/woo-free-shipping-bar.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woo-free-shipping-bar.woff") format("woff"),
    url("../fonts/woo-free-shipping-bar.ttf") format("truetype"),
    url("../fonts/woo-free-shipping-bar.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "woo-free-shipping-bar";
        src: url("../fonts/woo-free-shipping-bar.svg") format("svg");
    }
}

.wfspb-container {
    padding: 30px 15px;
}

.wfspb-container table td {
    border: none;
}

.wfspb-sub-settime {
    margin-top: 10px;
}

table.table.form-table, table.table.form-table tr td {
    border: 0px;
}

.cp-color-picker {
    z-index: 999;
}

#wfspb-top-bar {
    z-index: 12;
    position: fixed;
    width: 85%;
    right: 21px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(32, 98, 150);
    color: #FFFFFF;
    line-height: 1;
}

#wfspb-top-bar #wfspb-main-content {
    margin: 0;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1;
}

#wfspb-top-bar > #wfspb-main-content > a {
    color: #77B508;
}

img#wfspb-close {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

#wfspb-top-bar.top_bar {
    top: 34px;
}

#wfspb-top-bar.bottom_bar {
    bottom: 20px;
}

#wfspb-progress {
    width: 100%;
    background-color: #C9CFD4;
    z-index: 12;
    position: absolute;
    left: 0px;
}

#wfspb-current-progress {
    height: 13px;
    background-color: #0D47A1;
    width: 25%;
}

#wfspb-label {
    text-align: center;
    line-height: 14px;
    color: white;
    font-size: 11px;
}

#wfspb-top-bar.top_bar #wfspb-progress {
    bottom: -13px !important;
}

#wfspb-top-bar.bottom_bar #wfspb-progress {
    top: -13px !important;
}

#wfspb-progress.anable_progress_bar {
    display: block !important;
}

#wfspb-progress.disable_progress_bar {
    display: none !important;
}

.wfspb-design-style .wide img.medium {
    width: 100%;
}

div#wfspb-close {
    cursor: pointer;
    font-family: "woo-free-shipping-bar";
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 20px;
    z-index: 2;
    top: 10px;
    right: 10px;
    position: absolute;
}

div#wfspb-close:before {
    content: "\f100";
}

.form-table img {
    max-width: 100%;
}

.form-table .wfspb-notice-sample textarea {
    margin: 10px 0 !important;
}

.form-table .wfspb-notice-sample label {
    font-weight: 500 !important;
}

.wfsb-small-bar {
    display: none;
}