/*
Theme Name: Attesa Child
Theme URI: https://attesawp.com
Author: AttesaWP
Author URI: https://attesawp.com
Description: A child theme of Attesa
Version: 1.0.0
Template: attesa
Text Domain: attesa-child
*/
body {
	background-color:#2c211d;
}
#masthead.menuMinor, #masthead .nav-middle.menuMinor {
    box-shadow: 0 10px 10px 0 rgb(255 255 255 / 3%);
}
/*Contact Form*/
#responsive-form{	
	max-width: 100%;	
	margin:0 auto;	
	width:100%;
}
#responsive-form p{
	margin: 0;
}
.form-row{	
	width: 100%;
}
.form-row:before,
.form-row:after {	
	content: "";	
	display: table;	
	table-layout: fixed;
}
.form-row:after {	
	clear: both;
}
.column-half,
.column-third, 
.column-full{	
	float: left;	
	position: relative;	
	padding: 0.65rem;	
	width:100%;	
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.clearfix:after {	
	content: "";	
	display: table;
	clear: both;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {	
	width: 100%;	
	padding: 0.4em 1em;	
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
.wpcf7 input[type="date"] {    
	width: 100%;
}
.wpcf7 select{	
	width: 100%;	
	color: #e1aa95;	
	font-size: 14px;    
	padding: 10px;
}
.wpcf7 input[type="text"]:focus{	
	background: #fff;
}
::placeholder {
  color: #e1aa95;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #e1aa95;
}
::-ms-input-placeholder { 
  color: #e1aa95;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.wpcf7-submit{	
	float: right;	
	background: #CA0002;	
	color: #fff;	
	text-transform: uppercase;	
	border: none;	
	padding: 8px 20px;	
	cursor: pointer;
}
.column-third .wpcf7-submit {
	float: initial;
    width: 100%;
}
.column-third .wpcf7-spinner{
	display: none;
}
.wpcf7 input[type="submit"]{	
	font-weight: 700;
    font-size: 14px;
    padding: 1em 3em;
}
span.wpcf7-not-valid-tip{	
	text-shadow: none;	
	font-size: 12px;	
	color: #fff;	
	background: #ff0000;	
	padding: 5px;
}
div.wpcf7-validation-errors { 	
	text-shadow: none;	
	border: transparent;	
	background: #f9cd00;	
	padding: 5px;	
	color: #9C6533;	
	text-align: center;	
	margin: 0;	
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{	
	text-align: center;	
	text-shadow: none;	
	padding: 5px;	
	font-size: 12px;	
	background: #59a80f;	
	border-color: #59a80f;	
	color: #fff;	
	margin: 0;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 	
	.column-half{		
		width: 50%;	
	}
	.column-third{
	    width: 33.333%;
	}
}

.woocommerce div.product form.cart .variations td.value {
    width: 100%;
}
.woocommerce form .form-row .required {
    text-decoration: none;
}
#tab-additional_information h2,
#reviews #comments h2.woocommerce-Reviews-title{
	display: none!important;
}

.woocommerce .content-area .woocommerce-tabs .tabs {
    border-bottom: 1px solid;
    padding-bottom: 1em;
}
.woocommerce #content form.cart .button,
.woocommerce-tabs .tabs li a,
.woocommerce-tabs .tabs li.active a {
    font-weight: 700!important;
}
.woocommerce-pagination{
	border-bottom-width: 0!important;
	margin: 1em 0!important;
    padding-bottom: 0!important;
}
/*Prodotti Preventivo*/
.blog-entries-preventivo{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-entries-preventivo .product_quotation{
	padding: 10px;
    width: calc(100%/3);
    text-align: center;
}
.blog-entries-preventivo .container_quotation{
	border: 1px solid;
    border-radius: 5px;
}
.blog-entries-preventivo .product_quotation img{
	display: block;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.blog-entries-preventivo h2.entry-title{
	margin: 0 0 5px 0;
    font-weight: 400;
    position: relative;
    font-size: 1.17em;
}
.blog-entries-preventivo h2.entry-title a{
	color: #ffded2;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-entries-preventivo h2.entry-title a:hover{
	color: #e1aa95;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.content_quotation .price_quotation{
	margin: 5px 0;
	font-weight: 600;
}
.blog-entries-preventivo .btn-prodotto-preventivo a,
.content-area.preventivo .btn-prodotto-preventivo a{
	color: #493128;
	background-color: #ffded2;
	border-radius: 5px;
	display: inline-block;
    font-size: 13px;
	font-weight: 600;
	padding: 0.8em;
    line-height: 1;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-entries-preventivo .btn-prodotto-preventivo a:hover,
.content-area.preventivo .btn-prodotto-preventivo a:hover{
	color: #e1aa95;
	background-color: #926b5c;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.blog-entries-preventivo .content_quotation{
	padding: 20px 0;
}
.product_quotation_container{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap
}
.product_quotation_container .img_quotation,
.product_quotation_container .info_quotation {
    width: calc(100%/2);
}
.product_quotation_container .info_quotation {
	padding-left: 30px;
}
.info_quotation .headTitle h1{
    font-weight: 400;
    margin: 0;
}
.info_quotation .short_text_quotation{
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.info_quotation .price_quotation{
	font-size: 21px;
    font-weight: 700;
    color: #ffded2;
	margin: 15px 0 30px 0;
}
.btn_container .btn-prodotto-preventivo{
    display: inline-block;
    margin: 10px 10px 10px 0;
}
.btn_container .btn-prodotto-preventivo a{
	min-width: 90px;
    text-align: center;
}
.quotations-tabs{
    padding: 1.5em;
	margin: 1em 0;
    border-width: 1px;
    border-style: solid;
	border-radius: 5px;
}
.quotations-tabs .tabsTitle{
    border-bottom: 1px solid;
    padding-bottom: 1em;
}
.quotations-tabs .tabsTitle .tabs{
    margin: 0;
    padding: 0;
    list-style: none;
}
.quotations-tabs .tabsTitle .tabs li{
	cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    padding: 0.8em;
	margin: 0 1px;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.quotations-tabs .tabsTitle .tabs li.active{
	background: #ffded2;
	color: #2c211d;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.add_to_cart_button,
a.product_type_variable{
	font-weight: 600!important;
}
a.add_to_cart_button:hover{
	color: #E1AA95!important;
	background-color: #926B5C!important;
}
.woocommerce-loop-category__title mark {
    color: #ffded2;
}
.product-category .wooImage {
    padding-bottom: 0;
}
/*Request a quote*/
.yith-ywraq-add-to-quote,
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message{
	margin-top: 1em;
}
.add-request-quote-button{
	font-size: 13px!important;
    font-weight: 600;
    padding: 1em;
    display: block;
    border-radius: 5px;
    text-align: center;
}
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a,
.yith-ywraq-before-table a.yith-ywraq-before-table-wc-backward{
	font-size: 13px!important;
    font-weight: 600;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
	background: #ffded2;
    color: #2c211d;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message a:hover,
.yith-ywraq-before-table a.yith-ywraq-before-table-wc-backward:hover{
	background: #e1aa95;
    color: #2c211d;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#yith-ywraq-form .update-list-wrapper input[type="submit"],
.yith-ywraq-add-to-quote .yith-ywraq-add-button a.add-request-quote-button,
#yith-ywraq-form .ywraq_clean_list,
.ywraq-before-form .return-to-shop a.wc-backward,
#yith-ywraq-default-form .raq-send-request-row input[type=submit],
.woocommerce-MyAccount-navigation-link a,
.added_to_cart.wc-forward,
.mlquotation,
.coupon input[type="text"],
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.cart_totals .wc-proceed-to-checkout a{
	font-weight: 600!important;
}
#customer_details select{
	width: 100%;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{
	display: none;
}
.thwcfd-field-radio .woocommerce-input-wrapper label {
    display: inline!important;
    margin: 0 5px;
}
.added_to_cart.wc-forward{
    margin-top: 1em;
}
.woocommerce-MyAccount-navigation-link a{
	color: #926b5c!important;
}
.woocommerce-MyAccount-navigation-link a:hover{
	color: #e1aa95!important;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover{
	color: #2c211d!important;
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
	max-width: 30.333333%!important;
}
.wp-block-product-category li.wc-block-grid__product{
	border-style: solid;
	border-width: 1px;
	transition: border-color .3s ease-in-out;
	border-color: #ffded2;
	border-radius: 5px;
	display: block;
	margin: 10px;
}
.wp-block-product-category li.wc-block-grid__product .wc-block-grid__product-title{
	font-size: 1.17em;
}
.wp-block-product-category li.wc-block-grid__product .wc-block-grid__product-image img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.wc-block-grid__product .yith-ywraq-add-button a{
	background-color: #ffded2;
    color: #2c211d;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.wc-block-grid__product .yith-ywraq-add-button a:hover{
	color: #e1aa95;
    background-color: #926b5c;
}
.ywraq-wrapper.ywraq-empty .ywraq-before-form, 
.ywraq-wrapper.ywraq-with-form.ywraq-empty .ywraq-before-form {
    border: 2px dashed #e1aa95!important;
}
.select{
	width: 100%;
}
.select2-container--default .select2-selection--single {
    font-size: 14px;
}
.yith-ywraq-mail-form-wrapper .form-row.form-row-wide {
    padding-top: 0!important;
}
span.ywraq_error {
    color: #edfd00!important;
    display: block;
}
#yith-ywraq-form .shop_table.cart .product-thumbnail img{
	max-width: 150px;
	border-radius: 5px;
}
#yith-ywraq-default-form .woocommerce-error.woocommerce-message{
	display: block;
}
.ywraq-empty .woocommerce-message{
	display: inline-block;
}
.entry-content .woocommerce .form-row input[type=radio]{
	width: initial!important;
}
.cartwoo-button {
    margin-right: 10px;
	font-weight: 600;
}
.cartwoo-button a:hover{
	color: #ffded2;
}
body.yesOpenSearch .cart-request-a-quote {
	opacity: 0;
	visibility: hidden;
}
.cart-request-a-quote{
	display: block;
    position: relative;
    float: right;
    margin-top: -2px;
    z-index: 99;
	margin-right: 10px;
}
.cart-request-a-quote a,
.cart-request-a-quote a:active,
.cart-request-a-quote a:visited{
	color: #e1aa95;
	vertical-align: middle;
	font-weight: 600;
}
.cart-request-a-quote a:hover,
.cart-request-a-quote a:hover .ywraq-quote-icon-icon_quote:before  {
	color: #ffded2;
}
.cart-request-a-quote i{
    font-size: 16px;
}
.woocommerce-info{
	background: inherit!important;
	z-index: inherit!important;
}
/*
.ywraq-form-table-wrapper .shop_table.cart .product-subtotal,
.ywraq-form-table-wrapper .shop_table.cart tbody .cart_item .product-subtotal{
	display: none!important;
}
.ywraq-form-table-wrapper .shop_table.cart tbody tr:last-child {
	display: none;
}
 */
.product_cat-richieste-a-preventivo .single_add_to_cart_button,
.product_cat-richieste-a-preventivo .button.product_type_variable,
.product_cat-richieste-a-preventivo .button.product_type_simple{
	display: none!important;
}
.woocommerce #content .product_cat-richieste-a-preventivo form.cart .quantity input[type=number] {
    width: 65%!important;
	border-bottom-right-radius: 5px!important;
    border-top-right-radius: 5px!important;
	border-right: 1px solid!important;
	float: inherit;
	text-align: inherit;
    padding: 0 22px;
}
.product_cat-richieste-a-preventivo .quantity::before {
	font-weight: bold;
	content: "Quantità ";
    font-size: 15px;
    padding: 0 8px 0 11px;
}
body.preventivo .quantity::before {
	font-weight: bold;
	content: "Nr. Persone ";
    font-size: 15px;
    padding: 0 8px 0 11px;
}
.pasticceria.peso-prodotto{
	margin: 10px;
}
.woocommerce .product_cat-richieste-a-preventivo .single_variation {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.woocommerce .product_cat-richieste-a-preventivo .single_variation p{
	display: none;
}
/* Mini Cart style */
body .widget_ywraq_mini_list_quote {
	margin: 0;
}
body .widget_ywraq_mini_list_quote .raq-info {
	border: 0;
    color: #e1aa95;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
body .ywraq-quote-icon-icon_quote:before {
	top: 2px;
    position: relative;
	font-size: 18px;
	color: #e1aa95;
}
body .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .2s,opacity .2s linear,transform .2s linear;
    transform: translate3d(0,50px,0);
    z-index: 10000;
    position: absolute;
    width: 330px;
    right: 0;
    padding-top: 14px;
	top: inherit !important;
	bottom: inherit !important;
}
body .cart-request-a-quote:hover .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper,
body .cart-request-a-quote:focus .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
	visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transform: translate3d(0,0,0);
}
body .widget_ywraq_mini_list_quote .yith-ywraq-list-content {
	margin-top: -3px;
	top: inherit !important;
	position: relative;
	pointer-events: visible;
	opacity: 1;
    visibility: unset;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-width: 1px;
    border-top-width: 5px;
    border-style: solid;
	background-color: #2c211d;
	border-color: #926b5c;
	padding: 0;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 370px;
    overflow-y: auto;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list li {
	padding: 1em;
	padding-right: 55px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	border-color: #926b5c;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list a.yith-ywraq-item-remove.remove {
	position: absolute;
    right: 1em;
	bottom: 1em;
	top: inherit;
	left: inherit;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-weight: 700;
    transition: border-color .3s ease-in-out;
	color: #e1aa95;
	border-radius: 5px;
	border-color: #926b5c;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list a.yith-ywraq-item-remove.remove:hover,
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list a.yith-ywraq-item-remove.remove:focus {
	border-color: #e1aa95;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list img {
    display: inline-block;
    float: left;
    margin-right: 9px;
    width: 70px;
    height: auto;
    box-shadow: none;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list li a {
	font-size: 15px;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list li .quantity {
	font-weight: 700;
    font-size: 13px;
}
body .yith-ywraq-list-content .items-count {
	margin: 0;
    text-align: center;
}
body .yith-ywraq-list-content > a.button {
	display: block;
    background-color: #926b5c;
    text-align: center;
}
body .widget_ywraq_mini_list_quote ul.yith-ywraq-list .no-product {
	margin: 0;
    padding: 1em;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.nascosto,
span.select2.select2-container {
	display: none !important;
}
.testo-blocco-shop, .testo-blocco-preventivi {
	display: inline-block;
    position: relative;
	font-weight: 600;
	vertical-align: bottom;
    margin-right: 4px;
}
.woo-cart {
	display: inline-block;
}
body.yith-request-a-quote-page #yith-ywraq-form table {
	margin-top: 30px;
	border-spacing: 0;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    margin-bottom: 1.5em;
    border-color: #e1aa95;
}
#yith-ywraq-form table td, #yith-ywraq-form table th {
	padding: 0.5em;
    text-align: left;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-color: #e1aa95 !important;
}
body #yith-ywraq-form .product-quantity {
	padding: 0.5em;
}
body.yith-request-a-quote-page #yith-ywraq-form td.product-thumbnail img {
	max-width: 70px !important;
}
body.yith-request-a-quote-page #yith-ywraq-form td.product-remove {
	text-align: center;
}
body.yith-request-a-quote-page #yith-ywraq-form td.product-remove a {
	color: red;
    font-weight: bold;
}
#yith-ywraq-form table.cart .product-thumbnail {
    border-right: 0px;
}
body.product_cat_richieste-a-preventivo #site-navigation div ul a::before {
	content: none;
}
@media (max-width: 1025px){
	.attesa_woocommerce_mini_cart, .cartwoo-button {
		display: inline-block!important;
	}
}
@media only screen and (max-width: 780px) {
	.blog-entries-preventivo{	
		flex-direction: column;
	}
	.blog-entries-preventivo .product_quotation img {
		text-align: center;
		display: inline-block;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.blog-entries-preventivo .product_quotation{
		width: 100%;
		text-align: center;
	}
	.cart-request-a-quote {
		float: initial;
		text-align: center;
		display: inline-block;
	}
	.nav-top .top-block-right {
		text-align: center;
	}
	.attesa_woocommerce_mini_cart, .cartwoo-button {
		display: inline-block!important;
		float: none;
	}
}
#cookie-law-info-again {
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*Costi di spedizione ordini*/
#open-shipping-cost{
	cursor: pointer;
	color: #ffded2;
}
.shippingcost{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	padding: 30px;
    z-index: 9999;
    display: none;
	box-sizing: border-box;
}
.shippingcost.active{
	display: block;
}
body.active{
	overflow: hidden;
}
.backOpacity{
	background: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.backOpacity.active{
	display: block;
}
.shippingbox{
	position: relative;
    width: 100%;
    max-height: 100%;
    max-width: 950px;
    margin: auto;
	background: #2c211d;
    border: 5px solid #463027;
    border-radius: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-name: tkbounceInUp;
    animation-name: tkbounceInUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tkbounceInUp {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(2000px);
	}
	60% {
	   opacity: 1;
	   -webkit-transform: translateY(-30px);
	}
	80% {
	   -webkit-transform: translateY(10px);
	}
	100% {
	   -webkit-transform: translateY(0);
	}
}

@keyframes tkbounceInUp {
	0% {
	   opacity: 0;
	   transform: translateY(2000px);
	}
	60% {
	   opacity: 1;
	   transform: translateY(-30px);
	}
	80% {
	   transform: translateY(10px);
	}
	100% {
	   transform: translateY(0);
	}
}
.closeshippingcost{
	position: fixed;
    right: 25px;
    top: 25px;
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #ffffff;
    font-size: 30px;
    border-radius: 40px;
}
.shippingbox::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.shippingbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.shippingbox::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 980px) {
	.closeshippingcost {
		right: 15px;
		top: 5px;
	}
}
/*end*/
body.woocommerce-checkout.consegna-domicilio-disabilitata #tipo_di_consegna_field,
body.woocommerce-checkout.consegna-domicilio-disabilitata #fascia_oraria_field,
body.woocommerce-checkout.consegna-domicilio-disabilitata #previsto_consumo_field,
body.woocommerce-checkout.consegna-domicilio-disabilitata #billing_oraconsumo_field,
body.woocommerce-checkout.consegna-domicilio-disabilitata #numero_persone_field {
	/* display: none; */
}
#shipping_intolleranze_field span input,
#pasticceria_field span input,
#cialda_01_field span input {
	float: left;
    margin: 8px 5px 0 0;
}
#shipping_intolleranze_field span label,
#pasticceria_field span label,
#cialda_01_field span label {
	display: block !important;
}

.elementor-editor-active .clickable-elementor-column .elementor-widget-button,
.elementor-editor-active .clickable-elementor-column,
.elementor-editor-active .clickable-elementor-column a.elementor-button-link.elementor-button{
	position: inherit!important;
	font-size: inherit!important;
    position: inherit!important;
}
.elementor-editor-active .clickable-elementor-column a.elementor-button-link.elementor-button{
	background-color: #30b659!important;
}
.clickable-elementor-column {
    position: unset!important;
}
.clickable-elementor-column .elementor-widget-button{
	position: initial!important;
}
.clickable-elementor-column a.elementor-button-link.elementor-button {
    background-color: transparent!important;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
}
.menu_melograno figure img{
	transition: all .2s ease-out;
}
.menu_melograno figure .gallery-icon{
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0!important;
}
.menu_melograno figure img:hover{
	transform: scale(1.06);
	transition: all .2s ease-out;
}
/*Chiusura negozio no in pagine menu*/
body.page-id-1890 #the_msg_div,
body.page-id-1924 #the_msg_div,
body.page-id-1979 #the_msg_div,
body.page-id-2076 #the_msg_div,
body.page-id-2081 #the_msg_div{
	display: none!important;
}
/*fine chiusura negozio no in pagine menu*/

/*Pagina Riepilogo Preventivo*/
.woocommerce-view-quote .ywraq-view-quote-wrapper table.shop_table.order_details {
	background-color: #463027;
    border: 1px solid #926b5c;
}
.woocommerce-view-quote .ywraq-view-quote-wrapper table.shop_table.order_details .product-name,
.woocommerce-view-quote .ywraq-view-quote-wrapper table.shop_table.order_details .product-thumbnail img{
    border-radius: 10px;
}
.woocommerce-view-quote .ywraq-additional-information{
	display: block;
}
.woocommerce-view-quote .ywraq-additional-information > div{
	width: 100%;
}
.woocommerce-view-quote .ywraq-customer-information{
    margin-right: 0;
	margin-bottom: 2em;	
    border: 1px solid #926b5c;
}

/*fine Pagina Riepilogo Preventivo*/

.yith-wapo-block .wapo-addon-title{
	margin: 0;
}
.yith-wapo-block .max-selected-error{
    font-size: 1.17em;
}

.prodotti-in-evidenza-custom{
    margin: 2em 0;
    padding: 1em;
    background-color: #463027;
}
.prodotti-in-evidenza-custom h2{
    margin: 0;
}

.yith-wapo-block .options.per-row-1{
	grid-template-columns: none !important;
}
.yith-wapo-container .yith-wapo-block .yith-wapo-option-value,
.yith-wapo-block div.yith-wapo-addon .options.per-row-1{
    min-width: 100% !important;
}
.yith-wapo-ajax-uploader-container .button{
	min-height: 50px;
    padding: 10px 0 !important;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader{
	background: none!important;
}
.single-product.product_cat_gelato .yith-wapo-addon-type-checkbox .per-row-3{
	grid-template-columns: none!important;
}

.descGelato{
    font-size: 14px;
    text-decoration: underline;
}
.woocommerce-message .button.wc-forward{
	display: none!important;
}
.yith-wapo-block .yith-wapo-addon{
	background-color: initial!important;
}
#wapo-total-price-table{
	background: initial!important;
	color: #e1aa95!important;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders{
	display: none!important;
}

#menu_a_tendina_field {
	display: none;
}

/*Margine superiore content*/
#content{
	margin: 10px!important;
}


/* Da mobile (schermi fino a 768px) */
@media (max-width: 600px) {
  .products.columns-4 {
    display: grid!important;
    grid-template-columns: 1fr 1fr; /* 2 colonne uguali */
    gap: 15px; /* spazio tra i prodotti */
  }
}

.products.columns-3 h2,
.products.columns-4 h2{
		line-height: 1.3em;
		font-size: 18px!important;

}


/* Da mobile (schermi fino a 600px) */
@media (max-width: 600px) {
  .products.columns-4 {
    display: grid!important;
    grid-template-columns: 1fr 1fr; /* 2 colonne uguali */
    gap: 15px; /* spazio tra i prodotti */
  }
	.woocommerce h1.page-title{
		text-align: center!important;
	}
}

.products h2{
	line-height: 1.3em;
	font-weight: 600!important;
	font-family: Quicksand, sans-serif;
}

.entry-wooImage img{
	max-height: 250px!important;
	height: 250px!important;
	object-fit: cover;
}

/* Scroll orizzontale per i tab su mobile */
@media (max-width: 768px) {
  .woocommerce-tabs .tabs.wc-tabs {
    display: flex;
    flex-wrap: nowrap; /* impedisce di andare a capo */
    overflow-x: auto; /* abilita lo scroll orizzontale */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* scroll fluido su iPhone */
    gap: 10px;
    padding-bottom: 10px;
  }
  
  .woocommerce-tabs .tabs.wc-tabs li {
    flex-shrink: 0; /* impedisce ai tab di rimpicciolirsi */
    white-space: nowrap; /* il testo non va a capo */
  }
  
  .woocommerce-tabs .tabs.wc-tabs li a {
    padding: 10px 20px;
    display: block;
  }
}


#primary {
    width: 100% !important;
}

#content {
    max-width: 1240px !important;
    margin: 0 auto!important;  /* Questa riga centra il contenuto */
}

.woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Numero minimo/massimo di righe */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.8em; /* altezza minima per 2 righe, adattabile al font */
  line-height: 1.4em; /* regola in base al font-size */
}

/*Footer*/
.site-copy-down.smallText{
	display: flex!important;
	flex-direction: column!important;
	font-family: Quicksand, sans-serif;
	text-align: center!important;
}

/*Icona facebook footer*/
.site-social-footer i{
	font-size: 2rem;
	margin-top: 10px;
}

/*Titolo prodotto*/
h1.product_title.entry-title{
	line-height: 1.3em;
	font-weight: bold!important;
}

/*Variation swatches*/
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled,
.cfvsw-swatches-option.cfvsw-label-option{
	color: #2C211D!important;
	font-weight: bold!important;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch{
	background-color: #E1AA95;
	color: #fff!important;
}

table.variations.cfvsw-variation-disable-logic th.label{
	text-align: left;
	margin-bottom: 10px;
}


#yith-ywrq-table-list th {
    font-size: .8rem;
    text-align: left !important;
}

#yith-ywrq-table-list td.product-remove a{
	color: red!important;
	position: inherit;
	font-size: 16px!important;
}

#yith-ywrq-table-list td.product-name{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3em;
}

#yith-ywrq-table-list td.product-name ul{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 10px;
	padding-left: 0;
	list-style: none;
}

#yith-ywrq-table-list td.product-name ul{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 10px;
	padding-left: 0;
}

#yith-ywrq-table-list td.product-name ul li{
	padding-left: 0!important;
	margin-left: 0!important;
}

.yith-ywraq-mail-form-wrapper p.form-row{
	padding: 0;
}

/* === RESET DELLE LARGHEZZE === */
/* Prima resettiamo tutto per partire puliti */
.yith-ywraq-mail-form-wrapper .form-row {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 15px;
}

/* === PRIORITÀ DELLE CLASSI === */
/* Quando c'è form-row-first, ignora form-row-wide */
.yith-ywraq-mail-form-wrapper .form-row.form-row-first {
    float: left !important;
    width: 48% !important;
    margin-right: 4% !important;
    clear: left !important;
}

/* Quando c'è form-row-last, ignora form-row-wide */
.yith-ywraq-mail-form-wrapper .form-row.form-row-last {
    float: left !important;
    width: 48% !important;
    margin-right: 0 !important;
    clear: none !important;
}

/* Solo form-row-wide SENZA first o last */
.yith-ywraq-mail-form-wrapper .form-row.form-row-wide:not(.form-row-first):not(.form-row-last) {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* === PULISCE I FLOAT DOPO OGNI COPPIA === */
.yith-ywraq-mail-form-wrapper .form-row.form-row-last + .form-row {
    clear: both;
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
    .yith-ywraq-mail-form-wrapper .form-row.form-row-first,
    .yith-ywraq-mail-form-wrapper .form-row.form-row-last {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    table.shop_table.ywraq_responsive .product-remove {
        max-width: 50PX;
        padding: 10px;
    }
}




