.productInfo .price-suffix {
  float: right;
  margin-left: 0.25em;
  color: rgba(137, 137, 137, 1);
  font-size: 0.9em;
  padding-top: 0.35em;
}
.price-suffix > div {
  white-space: pre-wrap;
}
#product-page-new .form-required {
  display: none;
}
.commerce-add-to-cart {
  float: left;
  width: 100%;
  clear: both;
}
#product-page-new input[type="submit"] {
  width: calc(74% - 1.25em) !important;
  float: right;
  margin-top: 1.7em !important;
}
#edit-submit {
  float: left;
  margin-top: 0;
}
#aaa input[name="quantity"] {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
#aaa .quantity-container img.minus {
  width: 12px !important;
  top: auto !important;
  bottom: 5px !important;
  left: 10px !important;
  z-index: 5;
}
#aaa .quantity-container img.plus {
  width: 12px !important;
  bottom: 5px !important;
  top: auto !important;
  right: 11px !important;
  left: auto !important;
}
.editorial img {
  height: auto !important;
}
#related #hero22,
#related .mainTitle.center p {
  display: none;
}
#related .mainTitle.center {
  text-align: left;
  margin: 1em 0 2em 0;
}
#aaa input[name="quantity"],
#aaa input[type="submit"] {
  height: 39px !important;
}
#aaa select {
  background-image: url("/themes/devolkitchens/img/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center right 1em;
}
#aaa .quantity-container input {
  padding: 0.4em 0.75em !important;
}
.product-desc li {
  list-style-type: disc;
}
.product-desc li::marker {
  font-size: 0.8em;
}
.product-desc ul {
  padding-left: 1.5em;
}
.form-item-addon {
  width: 100%;
  clear: both;
}
h2.addon,
#tsub label {
  color: #898989;
  font-size: 0.9em !important;
  font-weight: 400;
}
.form-item-addon label {
  color: #595959;
  font-size: 16px !important;
  padding: 11px 0 0 0 !important;
}
input[type="checkbox"] + label.option {
  width: calc(100% - 20px - 1em) !important;
}
#aaa .form-item-addon + #edit-submit,
#aaa .offcut + input[type="submit"],
#aaa .prs + #edit-submit {
  clear: both;
  width: 100% !important;
  float: left;
  margin-top: 1em !important;
}
.form-item-sqm {
  float: left;
  width: 100px;
}
#tsub {
  float: left;
  width: 50px;
}
.offcut {
  clear: both;
  width: 100%;
  float: left;
  color: #898989;
  font-size: 0.9em;
  margin: 0.8em 0;
  font-weight: 400;
  line-height: 1.2em;
}
.quantity-container,
#product-page-new div[data-drupal-selector="edit-quantity-wrapper"] {
  width: 26% !important;
  float: left;
  clear: both;
  margin: 0 1em 0 0;
  position: relative;
  display: block;
  height: 37px;
}
#product-page-new div[data-drupal-selector="edit-quantity-wrapper"] input {
  height: 39px;
}
#product-page-new input[name="quantity"] {
  width: 100%;
  margin: 0;
  display: block;
}
.form-item-quantity,
#product-page-new div[data-drupal-selector="edit-quantity-wrapper"] {
  position: relative;
  /* width: 100%; */
}
#edit-sqm {
  height: 39px;
}
.form-item-sqm {
  margin-top: 1.1em;
}
#tsub {
  text-align: right;
  float: right;
  margin-top: 1.5em;
  width: calc(30% - 2em);
}
#tsubt {
  margin-top: 0.5em;
  font-size: 1.4em;
  font-weight: 400;
}
.prs .minus,
.prs .plus {
  display: none;
}
.quantity-container.prs {
  display: none;
}
.quantity-container.tcalc,
.form-item-sqm {
  width: 35% !important;
}
.form-item-sqm input,
#product-page-new input[name="quantity"].tcalc {
  padding-left: 0.75em;
}
#product-page-new input[name="quantity"].tcalc {
  text-align: left;
}
.tcalc .plus,
.tcalc .minus {
  display: none;
}
#pGallery .v1 figcaption {
  bottom: 3%;
}
.field-commerce-price-gbp,
.field-commerce-price-usd {
  display: inline-block;
}
/* .out-of-stock .quantity-container {
  display: none;
} */
#product-page-new .out-of-stock input[type="submit"] {
  background-color: #848484 !important;
}
.product-price .stock {
  width: 100%;
}
p.dimensions {
  font-size: 15px;
  margin-top: -0.3em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #product-page-new input[type="submit"] {
    margin-top: 1.86em !important;
  }
  #pGallery .v1 figcaption {
    bottom: 4%;
  }
}
@media screen and (max-width: 590px) {
  #aaa .quantity-container img.minus {
    left: 8px !important;
  }
  #aaa .quantity-container img.plus {
    right: 9px !important;
  }
}
@media screen and (max-width: 430px) {
  p.dimensions {
    margin-top: -1.5em;
  }
}
