/* 
 * CUSTOM A
*/
.button-icon a.add_to_cart_button,
.single_add_to_cart_button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.added_to_cart.wc-forward {
	display:none!important;
}
.button-icon a.add_to_cart_button,
.single_add_to_cart_button {
	border-radius:20px!important;
	padding-top:7px!important;
	padding-bottom:7px!important;
}
.button-icon a.add_to_cart_button::before,
.single_add_to_cart_button::before {
	content:'';
	display:inline-block;
	height:24px;
	width:24px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-image:url('/wp-content/uploads/2025/12/add_shopping_cart_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg');
	padding:0px 20px;
}
.modulo-catering .elementor-field-type-checkbox label {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--e-global-color-f59944e);
	margin-bottom:10px;
}
.single-product .e-n-tabs-content ul {
  list-style: none; 
  padding-left: 0px;
  position: relative;
}
.single-product .e-n-tabs-content ul li {
  position: relative;
  padding-left: 20px;
}
.single-product .e-n-tabs-content ul li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 9px;
    height: 2px;
    background-color: #6E8B6B;
}
.single-product .e-n-tabs-heading > button {
	position:relative;
	padding:20px;
	margin-top:0px!important;
	margin-bottom:0px!important;
}
.single-product .e-n-tabs-heading > button[aria-selected="true"]:after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
	transform:translateY(50%);
    background-color: #6E8B6B;
}
.single-product .e-n-tabs-heading {
	border-bottom:1px solid #ABB1A7;
	gap:0px!important;
}
.flex-1-custom-a {
    flex:1!important;
}
.margin-top-0-p,
.margin-top-0-p p {
    margin-top:0px;
}
.cart-button {
    margin-left:10px!important;
}

.cart-button .elementor-item {
    padding: 10px 30px!important;
}
header {
    position:relative;
    z-index:10;
}
.width-100-a a {
    display:inline-block;
    width:100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width:33.33%;
}
.product.post-1267 .block-view-buy,
.product.post-2727 .block-view-buy {
    visibility:hidden!important;
}
/* box misure */
/* ingredient-builder.css (very simple) */
.ib-builder{ display:flex; gap:20px; align-items:flex-start; margin:25px 0 0 0; }
.ib-left, .ib-right{}
.ib-left{ flex:1; }
.ib-right > div:nth-child(1) { 
    background-color: #fff;
    flex-direction: column;
    display: flex;
    border-radius: 20px;
    padding:35px 30px 15px 30px;
}
.ib-right { 
    width:588px;
    flex-direction: column;
    display: flex;
    gap:20px;
}

.ib-ingredient-list{ list-style:none; margin:0; padding:0; }
.ib-ingredient:nth-last-child(1){ margin:0; }
.ib-ingredient{ 
        margin-bottom: 10px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 30px;
    gap: 15px;
}
.ib-right  > div:nth-child(1) p {
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    color:#3e433e;
    text-align: left;
    margin:0px!important;
    
}
.ib-right > div:nth-child(2) p {
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 25px;
    color:#3e433e;
    text-align: left;
    margin:0px!important;
    padding-left:30px;
    padding-right:30px;
}
.ib-ig-name{ 
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    line-height: 28px;
    color:#3e433e;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    
}
.ib-ig-controls{ display:flex; gap:14px; align-items:center; 
    flex-basis: 100%;
    width: 100%;
    justify-content: space-between;
}
.ib-menu-title {
    font-weight:600;
    font-size: 24px;
    color:#3e433e;
    text-align:left; 
    line-height: 30px;
    font-family: "Roboto", Sans-serif;
    
}
.ib-ig-price{ 
    font-weight:400;
    font-size: 24px;
    color:#3e433e;
    text-align:left; 
    line-height: 30px;
    
}
.ib-ig-price + label {
    margin-left:auto;
}
.ib-qty{ 
   font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    background-color: #F5F6EE;
    transition: all 0.2s;
    width: 3.631em;
    text-align: center;
    height: 40px;
}
.ib-ig-controls button,
.ib-add-to-cart {
    font-family: "Roboto", Sans-serif;
    border-radius: 50px 50px 50px 50px;
    padding: 7px 20px 7px 20px!important;
    color: #fff!important;
    background-color: #6E8B6B!important;
    transition: all 0.2s;
}
.ib-summary{ list-style:none; margin:0; padding:0; margin-bottom:40px;margin-top:10px; }
.ib-summary .ib-sel{ 
    display:flex; 
    justify-content:space-between; 
    padding:10px 0px; 
    border-bottom:1px solid #fafafa; 
    margin-bottom:10px;
    align-items:center; 
    
}
.ib-sel-name{ 
    flex:1; 
   font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#3e433e;
    
}
.ib-sel-qty{ 
    margin:0 8px; 
   font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#3e433e;
    
}
.ib-sel-price{ 
   font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#3e433e;
    
}
.ib-remove-item{ 
    background:transparent; 
    border:0; color:#8f3b2f; 
    cursor:pointer;
    margin-left:10px; 
    padding-right:0px!important; 
    
}
.ib-total{ margin-top:12px; font-size:18px; font-weight:700; }
.ib-actions{ 
    margin-top:0px; 
    display:flex;
    background-color:#f5f6ee;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
}
.ib-actions > div {
   font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    
}
/* page default woo */
body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-account main{
    padding:50px 20px;
}
body.woocommerce-cart main .page-content,
body.woocommerce-checkout main .page-content,
body.woocommerce-account main .page-content {
    width:100%;
    max-width:1200px;
    margin:auto;
    font-family: "Roboto", Sans-serif;
}
.wc-block-components-product-metadata__description,
.wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-formatted-money-amount {
    display:none!important;
}
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button{
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    background-color: #6E8B6B;
    color: white !important;
    border-radius: 30px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #6E8B6B;
}
.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #3e433e;
}
.wc-block-components-product-metadata {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #3e433e;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #3e433e;
}
.woocommerce ul.order_details {
    padding:0px;
}
.woocommerce ul.order_details {
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap: 10px;
}
/* account woocommerce */
/* ==============================
   WOOCOMMERCE MY ACCOUNT
   ============================== */

.woocommerce-account {
    color: #1B1B1B;
    font-size: 18px;
    line-height: 1.6;
}

/* TITOLI */
.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-account h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1B1B1B;
    margin-bottom: 20px;
}

/* LAYOUT */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 40px;
}

/* ==============================
   MENU LATERALE
   ============================== */

.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    color: #1B1B1B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
    background-color: #6E8B6B;
    color: #ffffff;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #6E8B6B;
    color: #ffffff;
}

/* ==============================
   CONTENUTO
   ============================== */

.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* TESTI E PARAGRAFI */
.woocommerce-MyAccount-content p {
    font-size: 18px;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content small,
.woocommerce-MyAccount-content .woocommerce-info {
    font-size: 16px;
    color: #555;
}
.lost_password a {
    color: #6E8B6B!important;
}
/* ==============================
   TABELLE (ORDINI)
   ============================== */

.woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
}

.woocommerce-MyAccount-content th {
    text-align: left;
    padding: 14px;
    background: #6E8B6B;
    color: #ffffff;
    font-weight: 500;
}

.woocommerce-MyAccount-content td {
    padding: 14px;
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-content tr:hover {
    background-color: #f9f9f9;
}

/* ==============================
   BOTTONI
   ============================== */

html .woocommerce-account .button,
html .woocommerce-account button:not(.show-password-input),
html .woocommerce-account input[type="submit"] {
    font-family: "Roboto", Sans-serif;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 10px 20px!important;
    color: #fff!important;
    background-color: #6E8B6B!important;
    transition: all 0.2s;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover {
    background-color: #1B1B1B;
}
.woocommerce-account .addresses .title .edit {
    color: #6E8B6B!important;
    float:none;
}

/* LINK */
.woocommerce-account a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-account a:hover {
    color: #1B1B1B;
}

/* ==============================
   FORM
   ============================== */

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.woocommerce-account input:focus,
.woocommerce-account textarea:focus {
    outline: none;
    border-color: #6E8B6B;
    box-shadow: 0 0 0 2px rgba(110,139,107,0.15);
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}
.order-note-custom .wc-block-components-textarea::placeholder {
    color: transparent;  
    opacity: 1;  
}
.order-note-custom .wc-block-components-checkbox__label {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
    font-family: "Roboto", Sans-serif;
    color:#000;
    font-weight:700;
}

/*
 * MEDIA QUERY RESPONSIVE
 */
/* responsive */
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;        
        float: none;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 921px) {
}
@media (max-width: 781px) {
}
@media (max-width: 767px) {
	.slide-bb .swiper-wrapper img {
		max-height:460px;
		height:300px;
		max-width:90%;
		margin:auto;
		object-fit:cover;
		margin-bottom:30px;
		border-radius:20px;
	}
	.slide-home .swiper-pagination {
	    left:50%!important;
	    transform:translateX(-50%)!important;
	}
	.ib-builder {
        display: flex;
        flex-direction:column;
        gap:65px;
    }
    .ib-left{ flex:1;width:100%; }
    .ib-right{ width:100%; }
    .ib-right > div:nth-child(2) p {
        padding-left:10px;
        padding-right:10px;
    }
    .woocommerce ul.order_details {
        padding: 0px;
        display: flex;
        flex-direction: column;
        flex-wrap:wrap;
        gap: 10px;
    }
    .woocommerce-account .account-orders-table tbody {
        display: flex;
        flex-direction: column;
        gap: 20px;
    } 
}
@media (max-width: 500px) {
}
@media (min-width: 500px) {
}
@media (min-width: 767px) {
}
@media (min-width: 921px) {
}
@media (min-width: 991px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}
