ul.blook-top-menu,
.blook-footer-menu-section ul,
div.blook-top-menu ul{
    @extend %reset-ul;
    display: flex;
    flex-wrap: wrap;
    a{
        padding: 0 15px;
        position: relative;
        &:before{
            content: '';
            display: inline-block;
            height: 6px;
            width: 6px;
            position: absolute;
            left: 0;
            top: 50%;
            @include transform(translateY(-50%) rotate(45deg));
        }
    }
    li{
        ul{
            display: none;
        }
    }
   
}
