@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "mcg-chkout" !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: "mcg-chkout" !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-arrow-left:before {
  content: "a";
}
.icon-arrow-right:before {
  content: "b";
}
.icon-arrow-left-1:before {
  content: "c";
}
.icon-arrow-right-1:before {
  content: "d";
}
.icon-bag-2:before {
  content: "e";
}
.icon-bag:before {
  content: "f";
}
.icon-bag-1:before {
  content: "g";
}
.icon-play:before {
  content: "h";
}
.icon-check:before {
  content: "i";
}
.icon-check-2:before {
  content: "j";
}
.icon-remove:before {
  content: "k";
}
.icon-cancel:before {
  content: "l";
}
.icon-cancel-2:before {
  content: "m";
}
