@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* close icon css start */
.zmdi-close:before {
  content: '\f136';
}
.zmdi-close:before {
  content: '\f136';
}
/* close icon css end */


/* cart icon css start */
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
/* cart icon css end */