/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

/** Checkout **/
.cart-summary .cart-detailed-actions {
    padding: 2.1rem;
}

.lead strong {
    font-weight: 600;
}

.custom-alert {
    background-color: #ffecb3;
    color: #6b1a00;
    border: 2px solid #ffa000;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    from {
        box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
    }

    to {
        box-shadow: 0 0 20px rgba(255, 69, 0, 0.8);
    }
}


/* Entrega Estimada - Smart Modules */
.ed-summary p {
    font-size: inherit !important;
}

#ed_shopping_footer .small-text {
    font-size: 80%;
}

#checkout .delivery-option [id^="ed-item-"] {
    width: auto !important;
}