html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

:focus {
  outline: none;
}

.fw700{
  font-weight: 700;
}

.material-icons,
.material-icons-outlined {
  transition: 200ms 0s;
}

ol, ul {
  list-style: none;
}

button, select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: middle;
  width: 100%;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img[width="1"],
img[width="0"] {
  display: none;
}

@keyframes cartbadge {
  0% {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  60% {
    top: -4px;
    right: -4px;
    width: 13px;
    height: 13px;
    line-height: 17px;
  }

  70% {
    top: -16px;
    right: -16px;
    width: 37px;
    height: 37px;
    line-height: 31px;
  }

  100% {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}