@font-face {
    font-family: 'wb-icons';
    src: url('fonts/wb-icons/wb-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="wb-"]:before, [class*=" wb-"]:before {
    font-family: "wb-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wb-basket:before { content: '\e800'; }
.wb-warehouse:before { content: '\e801'; }
.wb-information:before { content: '\e802'; }
.wb-usd:before { content: '\e803'; }
.wb-create-shipment:before { content: '\e804'; }
.wb-plus:before { content: '\e805'; }
.wb-minus:before { content: '\e806'; }