
/*# sourceMappingURL=megamenu.css.map */

/* Button style for Vende en AquiMejor */
.vende-item {
    display: flex;
    align-items: center;
}

.vende-item .nav-link {
    background-color: #4285f4; /* Google Blue - adjust as needed */
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 4px; /* Rounded corners */
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-left: 10px; /* Spacing from previous item */
}

.vende-item .nav-link:hover {
    background-color: #3367d6; /* Darker blue on hover */
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}

.vende-item .nav-link .menu-title {
    color: #ffffff !important;
}
