/* Header actions */
.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.header-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

.header-action-btn:hover {
    text-decoration: none;
    color: inherit;
}

.header-action-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.3;
}

.header-action-text small {
    font-size: 12px;
    color: #398980;
}

.header-action-text span {
    font-size: 15px;
}

.header-action-icon-fav {
    width: 42px;
}

.header-cart-icon {
    position: relative;
    display: inline-block;
}

.header-cart-icon .cantidad_cart_header {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Dropdown sin flecha */
.usuario_menu .dropdown-toggle::after {
    display: none;
}

/* Scroll to top */
.scrolltop:hover {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .header-actions {
        gap: 2px;
    }

    .header-action-btn {
        padding: 6px 4px;
        gap: 4px;
    }
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #398980 !important;
}

/* WhatsApp widget */
.whatsapp-bg {
    background-size: cover !important;
    background-position: center !important;
}

.whatsapp-header {
    background: #07A259 !important;
    color: #fff !important;
    overflow: hidden !important;
}
