/* Minicart */

.voucher form.cart {
  display: flex;
  flex-direction: column;
}

.voucher #custom-quantity .quantity {
  display: none;
}

.campi-voucher {
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.campi-voucher h5.form-title {
  margin-bottom: 20px;
}

.campi-voucher input,
.campi-voucher textarea {
  border-color: #cfcfcf !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 3px 3px 3px 3px !important;
}

.campi-voucher label {
  font-weight: bold;
}

#voucher_messaggio {
  resize: none;
}

#char_count {
  font-size: 12px;
  color: #666;
}

.shop_table.voucher-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.shop_table.voucher-table th,
.shop_table.voucher-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.shop_table.voucher-table th {
  background-color: #f2f2f2;
}

/* Minicart */
.elementor-menu-cart__product .variation dd {
  margin-bottom: 0;
}

/*Carrello */
dl.variation {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
