.prd-sample-button-wrapper {
  margin-top: 0;
  margin-bottom: 12px;
}

.prd-sample-button-wrapper--single {
  margin-top: 0;
  margin-bottom: 12px;
}

.prd-sample-button-wrapper button.button.alt.prd-sample-button,
.woocommerce .prd-sample-button-wrapper button.button.alt.prd-sample-button,
.single-product .prd-sample-button-wrapper button.button.alt.prd-sample-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 340px !important;
  min-height: 44px !important;
  padding: 10px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 4px solid #ff9a3e !important;
  border-radius: 5px !important;
  color: #ff9a3e !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.prd-sample-button-wrapper button.button.alt.prd-sample-button:hover,
.prd-sample-button-wrapper button.button.alt.prd-sample-button:focus,
.woocommerce .prd-sample-button-wrapper button.button.alt.prd-sample-button:hover,
.woocommerce .prd-sample-button-wrapper button.button.alt.prd-sample-button:focus {
  background: #fff3e7 !important;
  background-color: #fff3e7 !important;
  border-color: #ff9a3e !important;
  color: #e27d22 !important;
}

.prd-sample-button-wrapper button.button.alt.prd-sample-button.is-requested,
.prd-sample-button-wrapper button.button.alt.prd-sample-button[disabled],
.woocommerce .prd-sample-button-wrapper button.button.alt.prd-sample-button.is-requested,
.woocommerce .prd-sample-button-wrapper button.button.alt.prd-sample-button[disabled] {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ff9a3e !important;
  color: #ff9a3e !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.prd-sample-button__note {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #6d6d6d;
}

.prd-sample-added-notice {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 12px 14px;
  background: #fff3e7;
  border: 2px solid #ff9a3e;
  border-radius: 5px;
  color: #c6630d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.prd-sample-cart-name {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.woocommerce-checkout dl dt.variation-Prodottiinclusi {
  font-size: 16px;
}
