@font-face {
  font-family: 'price';
  src:
    url('fonts/price.ttf?fno01r') format('truetype'),
    url('fonts/price.woff?fno01r') format('woff'),
    url('fonts/price.svg?fno01r#price') format('svg');
  font-weight: normal;
  font-style: normal;
}

.price {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'price' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.price-dealer-price:before {
  content: "\e900";
}
.price-home-price:before {
  content: "\e901";
}
.price-input-price:before {
  content: "\e902";
}
.price-operational-price:before {
  content: "\e903";
}
.price-admin-price:before {
  content: "\e904";
}
.price-add-price:before {
  content: "\e905";
}
.price-detaildown-price:before {
  content: "\e906";
}
.price-detailleft-price:before {
  content: "\e907";
}
.price-slider-price:before {
  content: "\e908";
}
.price-internal-price:before {
  content: "\ea71";
}
