.maal-get-free-shipping .maal-get-free-shipping-text {
    color: #27a2db;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}
.maal-get-free-shipping {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1.25rem;
    background: white;
    border-radius: 4px;
}
.maal-get-free-shipping .progress {
    background-color: #f8f8f8;
    border-radius: 4px;
    height: 20px;
}
.maal-get-free-shipping .progress .progress-bar {
    border-radius: 4px;
    background-color: #002e59;
    color: #fff;
    height: 20px;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
}
#checkout .maal-get-free-shipping {
    padding: 0;
    margin-top: 10px;
}
.blockcart-action .maal-get-free-shipping{
    padding: 0;
    margin-bottom: 10px;
}