body,
button,
input,
optgroup,
select,
textarea,
span,
h1,
h2,
h3,
h4,
p1 {
font-family: Fabriga, -apple-system, BlinkMacSystemFont, avenir next, avenir,
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
html,
body {
height: 100%;
}
.render-container, .render-provider {
height: 100%;
}
.vtex-searchbar__container {
min-width: 350px;
}
.img-height {
height: 80px;
}
.error-box {
  box-sizing: border-box;
  font-family: sans-serif;
  padding: 30px;
  max-width: 620px;
  background: rgb(255, 230, 230);
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  overflow: auto;
  margin: 0px auto 20px;
  border-radius: 5px;
}
/*
Media Query Extensions:
-s  = 20em
-ns  = 40em
-m  = 40em
-l  = 64em
-xl  = 80em
*/
@media only screen and (min-width: 40em) {
.img-height {
height: 225px;
}
}
.ajax-content-loader {
    display: none !important;
}
#error-message .f5.pt5.c-on-base.lh-copy {
  max-width: 500px;
}
