@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?ucrvta');
    src: url('../fonts/icomoon/icomoon.eot?ucrvta#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?ucrvta') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?ucrvta') format('woff'),
        url('../fonts/icomoon/icomoon.svg?ucrvta#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


[class^="icomoon-"],
[class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icomoon {
    margin-right: 17px;
}

i.icomoon-arrow {
    border: 2px solid;
    border-radius: 50%;
    border-color: inherit;

    padding: 17px;
}

.icomoon-arrow:before {
    content: "\e902";
    color: inherit;
}

.icomoon-cube:before {
    content: "\e900";
    color: inherit;
}

.icomoon-account:before {
    content: "\e901";
    color: inherit;
}

.icomoon-location:before {
    content: "\e903";
}