#billing_sk_company_id_field, #billing_sk_company_dic_field, #billing_cz_company_id_field, #billing_it_codice_fiscale_field,#billing_es_nif_nie_field, #billing_it_sid_pec_field, #billing_gr_tax_office_field, #billing_gr_business_activity_field, .wcs-modal footer, .wcs_early_renew_modal_note, .single-product .woocommerce-notices-wrapper .woocommerce-info {
	display: none!important;
}

.woocommerce-notices-wrapper {
    position: relative;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
	margin: 0;
}
.account-orders-table .woocommerce-orders-table__cell-order-actions .button:first-child {
	margin-right: 5px;
}

.btn-list .button{
	margin: 5px !important;
}
.woocommerce-MyAccount-content .wcs_early_renew_modal_totals_table {
	overflow: auto;
}

.btn-list {
    display: flex;
}

#post-82 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em 1em 1em;
}

.overlay {
  background-color: #00000099;
  position: fixed;
  inset: 0;
	width: 100vw;
	height 100vh;
  display: grid;
	z-index: 99999;
}

.popup {
  background-color: #fff;
  margin: auto;
  padding: 25px;
  border-radius: 16px;
  max-width: 800px;
  -webkit-box-shadow: 3px 2px 25px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 2px 25px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 2px 25px 0px rgba(0,0,0,0.3);
}
.btns {
  display: flex;
  justify-content: space-evenly;
}
#close {
	background-color: var(--e-global-color-secondary)!important;
	color: var(--e-global-color-primary)!important;
}

#delete {
	background-color: var(--e-global-color-3b14193e)!important;
}
#delete.disabled {
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
}