@charset "UTF-8";

@font-face {
  font-family: 'thomas-henry-icons';
  font-display: auto;
  src: url('fonts/thomas-henry-icons.eot');
  src: url('fonts/thomas-henry-icons.eot?#iefix') format('embedded-opentype'),
    url('fonts/thomas-henry-icons.woff') format('woff'),
    url('fonts/thomas-henry-icons.ttf') format('truetype'),
    url('fonts/thomas-henry-icons.svg#thomas-henry-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'thomas-henry-icons' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='th-']:before,
[class*=' th-']:before {
  font-family: 'thomas-henry-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.th-facebook:before {
  content: '\e000';
}
.th-youtube:before {
  content: '\e001';
}
.th-twitter:before {
  content: '\e002';
}
.th-pinterest:before {
  content: '\e003';
}
.th-search:before {
  content: '\e004';
}
.th-down-double:before {
  content: '\e005';
}
.th-star:before {
  content: '\e006';
}
.th-modal-close:before {
  content: '\e007';
}
.th-down-big:before {
  content: '\e008';
}
.th-instagram:before {
  content: '\e009';
}
.th-right-double:before {
  content: '\e00a';
}
.th-left-double:before {
  content: '\e00b';
}
.th-whatsapp:before {
  content: '\e00c';
}
.th-diamond:before {
  content: '\e00d';
}
.th-left-long:before {
  content: '\e00e';
}
.th-right-long:before {
  content: '\e00f';
}
.th-drink-full:before {
  content: '\e010';
}
.th-drink-empty:before {
  content: '\e011';
}
.th-play:before {
  content: '\e012';
}
