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

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

.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: 20px;
    background-color: #4CAF50;
    /* De kleur van de voortgang */
    width: 0;
    border-radius: 25px;
}

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