@font-face {
font-family: 'Gotham-new';
src: url(//naceb.com.mx/naceb.com.mx/wp-content/themes/hello-elementor-child/fonts/Gotham-Book.otf) format('otf'); 
font-weight: normal;
font-style: normal;
}
.mn-item {
display: inline-block !important;
position: relative !important;
overflow: hidden;
text-transform: uppercase;
font-size: 14px;
}
.mn-item:after {
content: '' !important;
width: 15px !important;
height: 3px !important;
position: absolute !important;
bottom: 10px !important;
left: 20px !important;
background: #DADADD !important;
transition: width 300ms !important;
border: 0 !important;
}
.elementor-nav-menu {
gap: 5px;
}
.mn-item.mn-naceb-gaming:hover:after {
width: calc(100% - 40px) !important;
background: #8E298D !important;
}
.mn-item:not(.mn-naceb-gaming):hover:after {
width: calc(100% - 40px) !important;
background: #E20613 !important;
}
.mn-item:not(:hover):after {
left: 20px !important;
right: auto !important;
}
.woocommerce ul.products li.product a img{
transition: all .1s linear;
}