/* Page demande de devis */

.page .woocommerce-cart-form.addify-quote-form.template_one {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.page .adf-request-quote-page.template_one, .page .addify-quote-form.template_one .af-quote-field-table{
    max-width: 100% !important;
}

.page .adf-quote-detail-wrap{
        width: 100% !important;
}

.form_row{
    display: flex !important;
    justify-content: center !important;
}


.quantity.buttons-added {
  display: flex;
  justify-content: center;
}

@media (min-width: 1025px) {
.page .woocommerce-cart-form.addify-quote-form.template_one {
          max-width: 1300px !important;
          margin: auto;
}
}

/* Page mon compte */

.afrfq-pdf-download{
    background-color: var(--base-2) !important;
    color: var(--contrast) !important;
    padding: 0.5rem 1rem  !important; 
}

.addify-quote-form__contents td{
     font-size: 1rem !important;
     font-weight: 600 !important;
}
