@media only screen and (max-width: 767px) {
  a:hover{
    text-decoration: none;
  }

  .btn-ic-blank{
    width: 14px !important;
    height: 14px !important;
  }

  .warning-ic{
    width: 30px !important;
    height: 30px !important;
  }

}

@font-face {
  font-family: 'icomoon';
  src:  url('../../../fonts/icomoon.eot?lz9odn');
  src:  url('../../../fonts/icomoon.eot?lz9odn#iefix') format('embedded-opentype'),
    url('../../../fonts/icomoon.ttf?lz9odn') format('truetype'),
    url('../../../fonts/icomoon.woff?lz9odn') format('woff'),
    url('../../../fonts/icomoon.svg?lz9odn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-bell:before {
  content: "\e900";
}
.icon-card:before {
  content: "\e901";
}
.icon-cart:before {
  content: "\e902";
}
.icon-chat:before {
  content: "\e903";
}
.icon-circle-p:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e905";
}
.icon-file:before {
  content: "\e906";
}
.icon-heart:before {
  content: "\e907";
}
.icon-list-ul:before {
  content: "\e908";
}
.icon-lock:before {
  content: "\e909";
}
.icon-tickets:before {
  content: "\e90a";
}
.icon-track:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e90c";
}
