.ova-menu-footer{ ul{ list-style: none; margin: 0; flex-wrap:wrap; li{ margin: 0 0 11px 0; &:hover{ a{ @include transaction( all, 0.3s, linear ); color: var(--primary); &:after{ @include transaction( all, 0.3s, linear ); width:100%; } } } a{ @include transaction( all, 0.3s, linear ); font-size: 15px; font-weight: 400; line-height: 1.4; color: #ffffffcc; position: relative; &:after{ @include transaction( all, 0.3s, linear ); content: ''; position: absolute; left: 0; bottom: 0; width:0; height: 1px; background-color: var(--primary); } } } &.menu{ padding: 0; } } }