.b-related-products {
  display: none !important; }

.new-form {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .new-form .b-product-info__price {
    float: none !important;
    display: inline-block;
    margin: 0 10px; }
  .new-form .b-product-info__new-price {
    display: inline-block;
    padding: 0px 10px; }

.dumb-form-heading {
  font-size: 1.2rem;
  font-weight: bold; }

.dumb-form-options {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .dumb-form-options label {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .dumb-form-options .option-selected {
    font-weight: bold; }

.b-product-wrap .is-out-of-stock {
  display: none;
  font-size: 1.3rem;
  margin-bottom: 1rem; }

.b-product-wrap.out-of-stock .is-out-of-stock {
  display: block; }

.b-product-wrap.out-of-stock .new-form {
  display: none; }

.dumb-form .option {
  border: 1px solid black;
  margin: 0.5rem 1rem 0 0;
  cursor: pointer; }

.dumb-form-heading {
  margin-top: 0.5rem; }

.dumb-form .option-selected {
  background-color: #d33232;
  color: white; }

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