.fwsn-free-shipping .fwsn-msg {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.fwsn-free-shipping .fwsn-msg p {
    margin-bottom: 0px;
    font-size: 14px;
}

.fwsn-free-shipping .fwsn-progress-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fwsn-free-shipping .fwsn-progress-bar {
    height: 5px;
    background-color: #4CAF50;
    width: 0;
    border-radius: 25px;
}

.fwsn-shipping-info:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}

.fwsn-progress-bar-container {
    display: flex;
    position: relative;
    overflow: visible !important;
}

.fwsn-progress-bar-container svg {
    position: absolute;
    top: -13px;
    background-color: #02AEEC;
    padding: 5px;
    border-radius: 100%;
}