.elementor-13272 .elementor-element.elementor-element-2f088b24{padding:0px -11px 0px 0px;}@media(max-width:767px){.elementor-13272 .elementor-element.elementor-element-ee756bb{width:var( --container-widget-width, 318px );max-width:318px;--container-widget-width:318px;--container-widget-flex-grow:0;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-ee756bb *//* ================================
   CARRELLO – SHIPPING LAYOUT FIX
   ================================ */

/* Contenitore metodi spedizione */
.woocommerce-cart ul.woocommerce-shipping-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Riga metodo */
.woocommerce-cart ul.woocommerce-shipping-methods > li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

/* Label compatta */
.woocommerce-cart ul.woocommerce-shipping-methods label {
  margin: 0;
  line-height: 1.4;
}

/* Radio pulito */
.woocommerce-cart ul.woocommerce-shipping-methods input[type="radio"] {
  margin: 0;
}

/* POSTE ITALIANE a SINISTRA */
@supports(.elementor-13272 .elementor-element.elementor-element-ee756bb(:has(*))) {
  .woocommerce-cart ul.woocommerce-shipping-methods > li:has(
    > input[name="packlink_image_url"][value*="poste-italiane"]
  ) {
    grid-column: 1;
    justify-self: start;
  }

  /* BRT a DESTRA */
  .woocommerce-cart ul.woocommerce-shipping-methods > li:has(
    > input[name="packlink_image_url"][value*="/brt"]
  ) {
    grid-column: 2;
    justify-self: start;
  }
}

/* MOBILE CARRELLO - DEFINITIVO PERFETTO + 3 FIX */
@media screen and (max-width: 768px) {

  /* TUO 1. Intestazioni */
  table.shop_table thead th,
  table.shop_table_responsive thead th {
    padding: 6px 2px 6px 8px !important;
    font-size: 9px !important;
  }

  /* TUO 2. Celle */
  table.shop_table tbody td,
  table.shop_table_responsive tbody td {
    padding: 8px 4px 8px 8px !important;
  }

  /* TUO 3. SPEDIZIONI */
  .woocommerce-checkout-payment,
  .cart-collaterals {
    order: 1;
  }
  .woocommerce-shipping-methods {
    order: 2 !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #eee;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .woocommerce-shipping-methods label {
    margin: 0 !important;
    padding: 8px 0 !important;
  }

  /* TUO 4. Bottone */
  .wc-proceed-to-checkout {
    text-align: center !important;
    margin: 20px 0 !important;
  }

  /* TUO 5. RITOCCHI */
  table.shop_table tbody td.product-name { 
    max-width: 45% !important;
  }
  table.shop_table tbody td.product-quantity { 
    text-align: right !important;
    padding-right: 12px !important;
  }
  table.shop_table tbody td.product-subtotal { 
    text-align: center !important;
  }
  .woocommerce-shipping-methods ul li input + label { 
    display: flex !important;
    justify-content: space-between !important;
  }

  /* +3 FIX MINIMI (NUOVI) */
  .woocommerce-cart .entry-content { margin-left: -3px !important; } /* SX */
  .woocommerce-shipping-methods .amount { white-space: nowrap !important; } /* € */
  .button[name="apply_coupon"] { justify-content: center !important; } /* APPLICA */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2f088b24 *//* ========================= */
/* 🔹 SISTEMA TOTALE CARRELLO */
/* ========================= */

.woocommerce-cart .cart_totals {
    width: 100%;
}

/* ========================= */
/* 🔹 METODI DI SPEDIZIONE */
/* ========================= */

.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Ogni metodo */
.woocommerce-shipping-methods li {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    margin-bottom: 15px;
}

/* Radio */
.woocommerce-shipping-methods input[type="radio"] {
    margin: 0 8px 0 0 !important;
    flex-shrink: 0;
}

/* Label forzato in riga */
.woocommerce-shipping-methods label {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin: 0 !important;
    width: 100%;
}

/* Logo spedizione */
.woocommerce-shipping-methods img {
    max-height: 30px;
    width: auto;
    display: inline-block;
}

/* Testo spedizione */
.woocommerce-shipping-methods label span {
    display: inline-block;
}

/* ========================= */
/* 🔹 SISTEMA MOBILE COMPLETO */
/* ========================= */

@media (max-width: 768px) {

    .woocommerce-cart .cart-collaterals {
        width: 100% !important;
        padding: 0 15px;
    }

    .cart_totals {
        width: 100% !important;
    }

    .woocommerce-shipping-methods li {
        flex-direction: row !important;
        align-items: center !important;
    }

    .woocommerce-cart table.shop_table {
        width: 100%;
    }

    .checkout-button {
        width: 100% !important;
    }
}/* End custom CSS */