/*to use own fonts follow the following:*/
@font-face {
    font-family: 'font5';
    src: url(fonts/font5.woff) format('woff'), url(fonts/font5.ttf) format('truetype');
}

.icons{
    font-family: 'font5', Courier;
    font-style: normal;    
}

.menu::after{
    Content: 'a';
    font-size: 20px;
}
.delivery::after{
    Content: 'b';
    font-size: 20px;
}
.cart::after{
    Content: 'c';
    font-size: 32px;
}
.add-cart::after{
    Content: 'd';
    font-size: 32px;   
}
.previous::after{
    Content: 'e';
    font-size: 32px;
}
.direction::after{
    content: 'f';
    font-size: 14px;
}
.email::after{
    content: 'g';
    font-size: 14px;
}
.next::after{
    Content: 'h';
    font-size: 32px;
}
.plus::after{
    Content: 'i';
    font-size: 40px;
}
.minus::after{
    Content: 'j';
    font-size: 32px;
}
.times::after{
    Content: 'k';
    font-size: 32px;
}
.phone::after{
    content: 'l';
    font-size: 16px;
}
.last::after{
    Content: 'm';
    font-size: 32px;
}
.clock::after{
    content: 'n';
    font-size: 14px;
}
.first::after{
    Content: 'o';
    font-size: 32px;
}
.times-circle::after{
    Content: 'p';
    font-size: 32px;
}


