.i3-gratis-product-admin-field {
    font-weight: normal;
    font-size: 0.85em;
}
.i3-gratis-product-ins {
    color:#28a745;
    font-weight:bold;
}
.i3-gratis-product-sufix {
    color:#28a745;
    font-weight:bold;
    font-size:0.9em;
}
.vi-wcaio-sidebar-cart-products span.i3-gratis-product-sufix {
    font-size: 0.6em;
}
/* PROGRESS BAR */
.i3-progress-wrap {
    width: 89%;
    height: 8px;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0 15px;
    display: inline-block;
}
.i3-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #5cd65c);
    width: 0%;
    transition: width 0.4s ease;
}
.i3-progress-success {
    background: linear-gradient(90deg, #007bff, #00c6ff);
}
.i3-progress-text {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
    color: #666;
    width: 10%;
    display: inline-block;
    float: right;
}

.i3-gratis-product-disable {
    color:#999;
    margin-left: 6px;
}
.i3-gratis-product-badge {
    margin-left:8px;
    color:#28a745;
    font-weight:bold;
    display: contents;
}

@media (max-width: 1024px){
    .i3-gratis-product-sufix {
        white-space: break-spaces !important;
        display: contents;
    }
    .i3-progress-wrap {
        width: 70%;
    }
    .i3-progress-text {
        width: 28%;
    }
}