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

[class^="icon-"],
[class*=" icon-"],
[class^="icon-"] > .nav__a {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "drt-icons" !important;
  speak: never;
  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;
}

.icon-icon_double-arrows:before {
  content: "\e900";
}
.icon-icon_cart > .nav__a:before {
  content: "\e901";
}
.icon-tiktok:before {
  content: "\e902";
}
.icon-location:before {
  content: "\e903";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
