/*
Theme Name: Monia Achille Cioccolato
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title {
align-items:stretch ; /* default */
display: block;
flex-flow: row nowrap; /* default */
justify-content: flex-start; /* default */
position: relative;
width: 100%;
font-weight:400;
}
.section-title-center {text-align:center;}
.section-title b {display:none;}

/*Tabelle*/
table tr:last-child th, table tr:last-child td {border-bottom: none;}

/* Pulsanti */
.white.is-outline:hover{color:#000 !important;}

/* Liste */
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star {border-width:0 !important;}

/* Widget Elenco prodotti */
/*.box-text-products { text-align:center;}*/
.box-text-products .title-wrapper {font-size:120%;}
.box-text-products .title-wrapper p, 
.box-text-products .title-wrapper p a {margin:0 !important;}

/*Pagina prodotti*/
table.valori-nutrizionali {max-width:300px;}
table.valori-nutrizionali th {text-align:center;}

table.woocommerce-product-attributes.shop_attributes{width:auto;}

.product-info .price {font-size:1.3em;}
.variations_form .ux-swatch.selected {}
.single_variation_wrap .woocommerce-variation{ display:none !important;}

/*Customizzazioni varie*/
.image-custom-min-height-406 img {min-height:406px;}

/*Home*/
.emme {
    background-image: url(/wp-content/uploads/2025/11/emme.webp);
    background-repeat: repeat;
    background-size: 550px;
    background-position: left bottom;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	table.valori-nutrizionali {max-width:100%;}

}