h4.qty-title {
  display: inline-block;
  width: 190px;
}

.qty-button {
  display: inline-block;
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid black;
  background-color: transparent;
  color: black;
  margin: 0 10px;
  padding: 4px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

a.dec.qty-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*!*&:hover, &:active, &:focus {*!*/
/*!*                        color: white;*!*/
/*!*                    }*!*/
/*!*}*!*/
.woocommerce .quantity .qty {
  width: 30px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  border: none;
  font-size: 23px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  display: none;
}

.subtotal.row {
  clear: both;
  width: 100%;
  display: block;
  padding: 50px 0 0 0;
  margin-bottom: -20px;
}

.subtotal.row h4 span.title {
  width: 190px;
  display: inline-block;
}

.subtotal.row h4 span.price {
  display: inline-block;
  font-family: kon-tiki-aloha-jf, sans-serif;
  color: #1B1B1B;
  font-size: 40px;
}

small.woocommerce-price-suffix, .woocommerce div.product p.price {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.disclaimer p.disclaimer {
  font-size: 13px;
  font-style: italic;
}

.woocommerce div.product form.cart div.quantity {
  float: none !important;
}
.woocommerce div.product form.cart div.quantity h4.qty-title {
  width: auto;
}

.subtotal.row {
  padding: 0;
}
.subtotal.row h4 span.title {
  width: auto;
}

.woocommerce div.product form.cart .variations label {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

.product-content {
  margin-bottom: 30px;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.specs-button {
  margin-bottom: 20px;
}
.specs-button a.quote-button.specs {
  font-size: 12px;
  text-decoration: underline;
}

.single-product table.variations {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.single-product table.variations tr td {
  padding: 5px 0;
}
.single-product table.variations tr td.label {
  padding-right: 10px;
}
.single-product table.variations tr td.label label {
  font-weight: 600;
  margin-bottom: 0;
}
.single-product table.variations tr td.value .variable-items-wrapper {
  gap: 10px;
}

.woocommerce .price .woocommerce-Price-amount bdi {
  font-size: 32px;
}

small.woocommerce-price-suffix, .woocommerce div.product p.price {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

/*# sourceMappingURL=quote-updates.css.map */
