@charset "UTF-8";

@font-face {
  font-family: "levis-icon-font";
  src:url("../fonts/levis-icon-font.eot");
  src:url("../fonts/levis-icon-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/levis-icon-font.woff") format("woff"),
    url("../fonts/levis-icon-font.ttf") format("truetype"),
    url("../fonts/levis-icon-font.svg#levis-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "levis-icon-font" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "levis-icon-font" !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;
}

.icon-cancel:before {
  content: "a";
}
.icon-chevron-down:before {
  content: "b";
}
.icon-chevron-left:before {
  content: "c";
}
.icon-chevron-right:before {
  content: "d";
}
.icon-chevron-up:before {
  content: "e";
}
.icon-email-filled:before {
  content: "f";
}
.icon-facebook-icon:before {
  content: "g";
}
.icon-hamburger-menu:before {
  content: "h";
}
.icon-heart-filled:before {
  content: "i";
}
.icon-heart-outlined:before {
  content: "j";
}
.icon-location:before {
  content: "k";
}
.icon-minus:before {
  content: "l";
}
.icon-pinterest-icon:before {
  content: "m";
}
.icon-plus:before {
  content: "n";
}
.icon-product-care:before {
  content: "o";
}
.icon-product-details:before {
  content: "p";
}
.icon-product-fit-comparison:before {
  content: "q";
}
.icon-product-materials:before {
  content: "r";
}
.icon-search:before {
  content: "s";
}
.icon-shopping-bag-empty:before {
  content: "t";
}
.icon-shopping-bag-filled:before {
  content: "u";
}
.icon-star-filled:before {
  content: "v";
}
.icon-star-outlined:before {
  content: "w";
}
.icon-triangle-down:before {
  content: "x";
}
.icon-triangle-left:before {
  content: "y";
}
.icon-triangle-right:before {
  content: "z";
}
.icon-triangle-up:before {
  content: "A";
}
.icon-twitter-icon:before {
  content: "B";
}
.icon-arrow-down:before {
  content: "C";
}
.icon-arrow-left:before {
  content: "D";
}
.icon-arrow-right:before {
  content: "E";
}
.icon-arrow-up:before {
  content: "F";
}
