.woocommerce p.price,
.woocommerce span.price,
.woocommerce-Price-amount,
.woocommerce-variation-price {
  display: none !important;
}

.single-product .sku_wrapper {
  display: inline-block;
  background: #e67e22;
  color: #fff !important;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  margin: 6px 0 12px;
}
.single-product .sku_wrapper .sku {
  color: #fff !important;
}

.single-product .variations th {
  font-weight: 700;
  padding-right: 14px;
  text-align: left;
}
.single-product .variations select {
  min-width: 220px;
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.single-product .single_add_to_cart_button,
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_variable,
.woocommerce a.button.product_type_simple {
  background: #f0c14b !important;
  border: none !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  padding: 12px 22px !important;
  border-radius: 6px !important;
}

.kf-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(10, 18, 32, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.kf-quote-modal[hidden] {
  display: none !important;
}
.kf-quote-dialog {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 10px;
  padding: 28px 26px 22px;
  position: relative;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}
.kf-quote-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.kf-quote-dialog h2 {
  margin: 0 0 8px;
  font-size: 26px;
}
.kf-quote-lead {
  margin: 0 0 16px;
  color: #444;
}
.kf-quote-dialog label {
  display: block;
  font-weight: 600;
  margin: 0 0 12px;
}
.kf-quote-dialog input,
.kf-quote-dialog textarea {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 9px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font: inherit;
}
.kf-quote-submit {
  width: 100%;
  background: #f0c14b;
  color: #1a1a1a;
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  padding: 12px 16px;
  cursor: pointer;
}
.kf-quote-status {
  min-height: 1.4em;
  margin: 10px 0 0;
}
.kf-quote-status.ok {
  color: #1a7f37;
}
.kf-quote-status.err {
  color: #b42318;
}
.kf-desc h3 {
  margin: 18px 0 8px;
  font-size: 18px;
}
.kf-desc ul {
  margin: 0 0 12px 18px;
}
.kf-spec {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 16px;
}
.kf-spec th,
.kf-spec td {
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
  text-align: left;
}
.kf-spec th {
  width: 28%;
  background: #f7f7f7;
}
