@font-face {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/icons.woff') format('woff2');
}

.icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
		font-size: 14px;
}

.icon-arrow-down:before {
    content: "\34"
}

.icon-arrow-left:before {
    content: "\e900"
}

.icon-arrow-right:before {
    content: "\e901"
}

.icon-cart:before {
    content: "\5b"
}

.icon-collection-view-grid:before {
    content: "\e902"
}

.icon-collection-view-list:before {
    content: "\e903"
}

.icon-facebook:before {
    content: "\66"
}

.icon-fancy:before {
    content: "\46"
}

.icon-google_plus:before {
    content: "\e90a"
}

.icon-hamburger:before {
    content: "\e904"
}

.icon-instagram:before {
    content: "\e908"
}

.icon-pin:before {
    content: "\e90e"
}

.icon-pinterest:before {
    content: "\70"
}

.icon-rss:before {
    content: "\72"
}

.icon-search:before {
    content: "\73"
}

.icon-snapchat:before {
    content: "\e90d"
}

.icon-tumblr:before {
    content: "\74"
}

.icon-twitter:before {
    content: "\54"
}

.icon-vimeo:before {
    content: "\76"
}

.icon-x:before {
    content: "\78"
}

.icon-youtube:before {
    content: "\79"
}

.icon-cart:before {
    position: relative;
    top: -2px;
    font-size: 19px;
    line-height: 12px;
    vertical-align: middle;
    margin-right: 6px;
}
