@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?h17d54');
  src:  url('fonts/icomoon.eot?h17d54#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?h17d54') format('truetype'),
    url('fonts/icomoon.woff?h17d54') format('woff'),
    url('fonts/icomoon.svg?h17d54#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-reserva:before {
  content: "\e900";
}
.icon-assistencia:before {
  content: "\e901";
}
.icon-tecnico:before {
  content: "\e902";
}
.icon-entrega:before {
  content: "\e903";
}
.icon-cart:before {
  content: "\e904";
}
.icon-localizacao:before {
  content: "\e905";
}

.add-to-cart-notice{
    padding: 10px;
    text-align: center;
    background: #2b9700;
    color: #fff;
    width:340px;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    top:90px;
    left:50%;
    margin-left: -170px;
    z-index:9999;
    font-size:22px;
    display: none;
    text-align:center;
    vertical-align: middle;
}
.add-to-cart-notice h2 {font-size:22px;}
.add-to-cart-notice a{display:inline-block;font-size:14px;margin:32px auto 12px auto;padding: 6px 10px;text-decoration: none;border-radius:4px;border:1px solid white;color:white;text-transform: uppercase}
@media screen and (max-width: 340px)
{
  .add-to-cart-notice{width:100%!important;margin-left: 0!important}
}