@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url(/themes/planner/assets/vendor/icon-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2');
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
  content: "\f002"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
  content: "\f00d"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-user-o:before {
  content: "\f2c0"
}