@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.woff?op9p1p') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tick:before {
    font-family: 'icons';
    content: '\f06d';
    font-size: 28px;
    margin-right: 5px;
}

.filledCircleTick:before {
    position: absolute;
    font-family: 'icons';
    content: '\f00c';
    font-size: 19px;
    border-radius: 50%;
    padding: 5px;
    margin: 5px 0 0 -40px;
    line-height: 21px;
    height: 18px;
    width: 18px;
}

.stars:before {
    font-family: 'icons';
    content: '\e801\e801\e801\e801\e801';
    display: inline-block;
}

.quote:before, .quote:after {
    font-family: 'icons';
    font-size: 18px;
    vertical-align: super;
    padding: 2px;
    display: none;
}

.quote:before {
    content: '\a5';
}

.quote:after {
    content: '\a6';
}

.downArrow:after {
    font-family: 'icons';
    content: '\f107';  
    height: 30px;
}