Salas
Only 1 left!
Only 1 left!
.navigation .navmenu-link {
position: relative !important;
overflow: visible !important;
box-sizing: border-box !important;
}
.navigation .navmenu-link::after {
content: '';
position: absolute;
bottom: 0px;
left: 0;
width: 0;
height: 1px;
background: #686a42;
transition: width 0.3s ease;
}
.navigation .navmenu-link:hover::after {
width: 100% !important;
}