/* tlgfreeshipping - Barra de progreso envío gratuito
 * @author  Trilogi
 * @version 1.1.0
 */

/* ── Contenedor principal ──────────────────────────────────────────── */
.tlgfs-wrapper {
    margin: 12px 0;
    padding: 12px 16px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
}

/* ── Variante: envío ya conseguido ─────────────────────────────────── */
.tlgfs-wrapper.tlgfs-achieved {
    background: #eaf6ec;
    border-color: #a3d9a5;
}

/* ── Mensaje de texto ──────────────────────────────────────────────── */
.tlgfs-message {
    margin-bottom: 8px;
    line-height: 1.5;
}

.tlgfs-message--success {
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 6px;
}

.tlgfs-icon {
    margin-right: 4px;
}

.tlgfs-remaining {
    color: #e74c3c;
}

/* ── Barra de progreso ─────────────────────────────────────────────── */
.tlgfs-bar-track {
    width: 100%;
    height: 10px;
    background: #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
}

.tlgfs-bar-fill {
    height: 100%;
    background: #c11c1e;
    border-radius: 5px;
    transition: width 0.4s ease;
    min-width: 2px;
}

.tlgfs-bar-fill--full {
    background: #c11c1e;
}

/* ── Pista de valores ──────────────────────────────────────────────── */
.tlgfs-hint {
    margin: 6px 0 0;
    font-size: 11px;
    color: #777;
}

/* ── Nombre del transportista ──────────────────────────────────────── */
.tlgfs-carrier {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

/* ── Mini-carrito (.cart_block): diseño integrado y compacto ────────── */
#header .cartBox .cart_block .bottom_cart .cart-prices {
    margin-bottom: 50px;
}

#header .cartBox .cart_block .bottom_cart .cart-prices .cart-prices-line.last-line {
    padding-bottom: 10px;
}

.cart_block .tlgfs-wrapper {
    margin: 0;
    padding: 20px 30px;
    background: transparent;
    border: none;
    /* border-top: 1px solid #e8e8e8; */
    border-radius: 0;
    font-size: 12px;
    color: #555;
}

.cart_block .tlgfs-wrapper.tlgfs-achieved {
    background: transparent;
    border-color: #e8e8e8;
}

.cart_block .tlgfs-message {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
}

.cart_block .tlgfs-message--success {
    font-size: 12px;
}

.cart_block .tlgfs-icon {
    display: none;
}

.cart_block .tlgfs-remaining {
    color: #c11c1e;
}

.cart_block .tlgfs-bar-track {
    height: 4px;
    border-radius: 2px;
}

.cart_block .tlgfs-bar-fill {
    border-radius: 2px;
}

.cart_block .tlgfs-hint {
    display: none;
}
