@font-face {
    font-family: 'icon';
    src: local(''),
    url('/fonts/icon.woff') format('woff'),
    url('/fonts/icon.ttf') format('truetype')
}

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-login:before {
    content: "\e906";
}

.icon-dlv:before {
    content: "\e908";
}

.icon-pay:before {
    content: "\e909";
}

.icon-cart:before {
    content: "\e901";
}

.icon-ex:before {
    content: "\e90a";
    font-size: 1.5em;
}

.icon-ex:hover {
    color: #348ecf;
}

.icon-ask:before {
    content: "\e903";
}

.icon-tocart:before {
    content: "\e902";
}

.icon-fb:before {
    content: "\e90b";
}

.icon-vk:before {
    content: "\e90c";
}

.icon-tw:before {
    content: "\e90d";
}

.icon-g:before {
    content: "\e90e";
}

.icon-instagram:before {
    content: "\e90f";
}

.icon-yt:before {
    content: "\e910";
}

.icon-pnt:before {
    content: "\e911";
}

.icon-sk:before {
    content: "\e912";
}

.icon-geo:before {
    content: "\e907";
    font-size: 0.85em;
    padding-right: 5px;
}

.icon-phone:before {
    content: "\e905";
}

.icon-email:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e913";
}