@import "/scss/import/theme.min.css";
@import "https://fonts.googleapis.com/css?family=Roboto";
footer .footer-brand {
  max-width: 150px;
}

.payment-box {
  background: #efefef;
  border-radius: 10px;
  margin: 0px 0px 30px 0px;
  padding: 10px;
}
.payment-box .payment-line {
  margin: 5px 0px;
}

.price-box {
  font-size: 1.3125rem;
}
.price-box .price-col {
  float: right;
}

#shippingAddress {
  display: none;
}

.required {
  color: red;
}

@supports (-webkit-touch-callout: none) {
  .hide-ios {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
