@font-face {
    font-family: 'fontello';
    font-display: swap;
    src: url('/wp-content/themes/infinity-pro/fonts/fontello/fontello.eot');
    src: url('/wp-content/themes/infinity-pro/fonts/fontello/fontello.eot#iefix') format('embedded-opentype'),
    url('/wp-content/themes/infinity-pro/fonts/fontello/fontello.woff2') format('woff2'),
    url('/wp-content/themes/infinity-pro/fonts/fontello/fontello.woff') format('woff'),
    url('/wp-content/themes/infinity-pro/fonts/fontello/fontello.ttf') format('truetype'),
    url('/wp-content/themes/infinity-pro/fonts/fontello/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-down-open-mini:before { content: '\e800'; }
.icon-right-open-mini:before { content: '\e801'; }
.icon-left-open-mini:before { content: '\e802'; }
.icon-up-open-mini:before { content: '\e803'; }
.icon-search:before { content: '\e804'; }
.icon-user:before { content: '\e805'; }
.icon-email:before { content: '\e806'; }
.icon-mobile:before { content: '\e807'; }
.icon-phone:before { content: '\e808'; }
.icon-chat:before { content: '\e809'; }
.icon-menu:before { content: '\f0c9'; }
.icon-facebook:before { content: '\f301'; }
.icon-instagram:before { content: '\e80a'; }

.icon-phone {
    transform: rotate(
            90deg
    );
    display: inline-block;
}