p {
	margin-bottom: inherit !important;
}

a {
    text-underline-offset: 4px !important;
}

.min-h-200 {
	min-height: 400x !important;
}

.dacri-underline {
    text-decoration: underline;
    text-underline-offset: 4px !important;
}

.description_tab, .additional_information_tab {
	text-transform: uppercase;
}

.woocommerce-error {
	background-color: #dc3545;
	color: white;
}

.wpc-filters-section,
.wpc-filters-section select {
    margin-bottom: 0 !important;
}

/* ALLINEAMENTO PREZZI NELLA GRIGLIA PRODOTTI */
.woocommerce-loop-product__title {
	min-height: 60px;
	margin-bottom: 0px !important;
}

.woocommerce-Tabs-panel h1 {
	font-size: 16px !important;
	margin-bottom: 20px;
}

.botiga-mega-menu-link {
	margin-top: 0px !important;
	padding-top: 0px !important;
	line-height: 16px;
}

/* Per gestire le scritte IN STOCK/OUT OF STOCK, verdi o rosse */
.loop-button-wrap {
    display: none !important;
}
.price {
	margin-bottom: 0px !important;
}
.botiga-product-stock {
	margin-top: 0px !important;
	padding-top: 0px !important;
	color: #00A300
 !important;
	font-weight: normal;
	font-size: 13px;
}
.botiga-product-stock-low {
	color: #525252 !important;
	font-weight: normal;
  font-size: 13px;
}

