.ew:before {
    display: inline-block;
    position: relative;
    content: ' ';
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    margin: 0px;
    margin-left: 2px;
    margin-right: 3px;
    top: 5px;
    
}


.ew-shadow-icon:before {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.50));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.50));
}
.ew-mainmenu:before {
    top: 0px;
    margin: 0px;
    margin-right: 2px;
    vertical-align: top;
}
.ew-lg:before {
    background-size: 1.5em 1.3em;
    height: 1.3em;
    width: 1.5em;
}

.ew-1x:before {
    background-size: 1em 1em;
    height: 1em;
    width: 1em;
}

.ew-2x:before {
    background-size: 2em 2em;
    height: 2em;
    width: 2em;
}

.ew-children:before {
        background-image: url('../images/svg-icons/children.svg');
    }

.ew-baby-clothes:before {
        background-image: url('../images/svg-icons/baby-clothes.svg');
    }

.ew-lingerie:before {
        background-image: url('../images/svg-icons/lingerie.svg');
    }

.ew-shoe:before {
        background-image: url('../images/svg-icons/shoe.svg');
    }


.ew-shoe-women:before {
        background-image: url('../images/svg-icons/shoe-women.svg');
    }

.ew-dress:before {
        background-image: url('../images/svg-icons/dress.svg');
    }

.ew-shirt:before {
        background-image: url('../images/svg-icons/shirt.svg');
    }
