/** Shopify CDN: Minification failed

Line 8:12 Expected ":"
Line 8:14 Expected identifier but found "#fff"

**/
.main_header {
  background; #fff !important;
}

.banner_small_text {
  display: block;
  margin-top: 35px;
}
.banner_small_text span:last-child {
  margin-left: 20px;
}
.banner_small_text span {
  padding-left: 20px;
}
@media only screen and (max-width: 749px) {
  .banner_small_text span {
    line-height: 1.6em;
  }
  .banner_small_text {
      margin-top: 16px;
  }
}