/* PLUGIN STYLES */
.fsw-widget {
    position: relative;
    width: 100%;
}

.fsw-widget.fsw-mini-cart {
    position: inherit;
    top: 64px;
    left: 0;
    z-index: 10000;
    padding: 0 37px 24px 37px;
    margin-top: 20px;
}

.fsw-widget.fsw-cart-page {
    margin-top: 15px;
}

.fsw-widget .fsw-text {
    margin-bottom: 6px;
    white-space: nowrap;
}

.fsw-widget .fsw-text {
    font-size: 14px;
    white-space: nowrap;
}

.fsw-widget.fsw-mini-cart .fsw-text {
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
}

.fsw-widget .woocommerce-Price-amount {
    font-weight: 700;
}

.fsw-widget .fsw-text.fsw-summary {
    display: none;
}

.fsw-widget .fsw-track {
    width: 100%;
    height: 8px;
    border-radius: 30px;
    background-color: #e2e2e2;
    position: relative;
}

.fsw-widget.fsw-mini-cart .fsw-track {
    border: 1px solid #282828;
    background-color: #9a9a9a;
    height: 8px;
}

.fsw-widget .fsw-track .fsw-track-filled {
    height: 100%;
    background-color:#45ac0e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 30px;
}

.fsw-widget.fsw-mini-cart .fsw-track .fsw-track-filled {
    background-color: #45ac0e;
}

.fsw-widget .fsw-circle {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 10px);
    border-radius: 50%;
    background-color:#000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsw-widget .fsw-circle svg {
    width: 14px;
    height: 14px;
    fill: #e6e6e6;
}

.fsw-widget.fsw-mini-cart .fsw-circle  {
    background-color: #282828;
}