/**
* Theme Name: Printec Child
* Description: This is a child theme of Printec, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: printec
* Version: 1.3.8
*/


.woocommerce-product-gallery__image {
    position: static !important;
}
.wpcpo-option-form .form-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
}

.wpcpo-option-form .form-row .wpcpo-option-field.field-checkbox,
.wpcpo-option-form .form-row label {
    width: calc(25% - 20px) !important;
}

.wpcpo-option.wpcpo-has-error label {
    color: #494F66 !important;
}


.wpcpo-option-form .form-row:has([data-title="Plastificazione"]) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}


.wpcpo-option-form .form-row:has([data-title="Plastificazione"]) > label {
    width: calc(33.33% - 10px) !important;
}



.page-id-149 .woocommerce-Price-amount {
	display: none !important;
}

.variation {
display: flex;
flex-direction: column;
gap: 10px; /* spazio tra le variazioni */
}

.variation dt,
.variation dd {
margin: 0;
padding: 0;
}

.variation dt,
.variation dd {
display: inline-flex;
align-items: center;
}

.variation dt {
width: 130px; /* larghezza fissa per etichette */
font-weight: bold;
justify-content: flex-start;
}

.variation dd {
flex: 1;
}

.variation dd p {
margin: 0;
display: inline-flex;
align-items: center;
}

.product-caption-bottom .button:hover {
    border: solid 2px #377EC1;
    background-color: #ffffff;
}

.woosc-btn-10237 {
	display: none !important
}

.page-id-2269 .breadcrumb-wrap,
.page-id-1965 .breadcrumb-wrap,
.page-id-10361 .breadcrumb-wrap,
.page-id-10359 .breadcrumb-wrap,
.page-id-10356 .breadcrumb-wrap,
.page-id-10351 .breadcrumb-wrap{
    display: none !important;
}


.wpcpo-option-field[type="file"]::-webkit-file-upload-button {
    visibility: hidden !important;
}

.wpcpo-option-form .form-row:has(input[type="file"]) {
    position: relative !important;
}

/* corpo verticale della freccia */
.wpcpo-option-form .form-row:has(input[type="file"])::before {
    content: "" !important;
    position: absolute !important;
    top: 26px !important;
    left: 40px !important;
    width: 2px !important;
    height: 10px !important;
    background: #494F66 !important;
    z-index: 99999 !important;
    pointer-events: none !important;
}

/* punta della freccia */
.wpcpo-option-form .form-row:has(input[type="file"])::after {
    content: "" !important;
    position: absolute !important;
    top: 21px !important;
    left: 36px !important;
    width: 7px !important;
    height: 7px !important;
    border-left: 2px solid #494F66 !important;
    border-top: 2px solid #494F66 !important;
    transform: rotate(45deg) !important;
    z-index: 99999 !important;
    pointer-events: none !important;
}

.printec-sticky-add-to-cart{
	display: none !important;
}

.related.products > h2 {
    text-align: left !important;
	margin-top: -50px !important;
}

/* Mobile e tablet: opzioni prodotto sempre su 2 colonne */
@media (max-width: 1024px) {

    .single-product .summary,
    .single-product .entry-summary {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-product .wpcpo-option-form .form-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .single-product .wpcpo-option-form .form-row > label {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .single-product .wpcpo-option-form .form-row > input[type="checkbox"],
    .single-product .wpcpo-option-form .form-row > input[type="radio"],
    .single-product .wpcpo-option-form .form-row > input[type="hidden"] {
        display: none !important;
    }

    .single-product .wpcpo-option-form .form-row label img {
        width: 100% !important;
        max-width: 90px !important;
        height: auto !important;
        margin: 0 auto 8px auto !important;
        display: block !important;
    }

    .single-product .wpcpo-option-form .label-name {
        display: block !important;
        width: 100% !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .single-product .wpcpo-option-select .form-row,
    .single-product .wpcpo-option-text .form-row,
    .single-product .wpcpo-option-file-upload .form-row,
    .single-product .wpcpo-option-radio .form-row {
        display: block !important;
        width: 100% !important;
    }

    .single-product .wpcpo-option-select select,
    .single-product .wpcpo-option-text input,
    .single-product .wpcpo-option-file-upload input[type="file"] {
        width: 100% !important;
        max-width: 100% !important;
    }
	
	.single-product .wpcpo-option-radio .form-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .single-product .wpcpo-option-radio .form-row > label {
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: center !important;
        display: flex !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

    .single-product .wpcpo-option-radio .form-row > label input[type="radio"] {
        display: inline-block !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }
	
	.single-product .wpcpq-table {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .single-product .wpcpq-table .wpcpq-row {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .single-product .wpcpq-item-qty,
    .single-product .wpcpq-item-price {
        width: 100% !important;
        text-align: center !important;
    }
}

/* Footer / liste Elementor allineate a sinistra */
.elementor-icon-list-items,
.elementor-icon-list-item,
.elementor-icon-list-item a,
.elementor-icon-list-text {
    text-align: left !important;
    justify-content: flex-start !important;
}

/* Testo contatti allineato a sinistra */
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
    text-align: left !important;
}

#SR7_1_1-2-18 {
        background: transparent !important;
        opacity: 0 !important;
        display: none !important;
    }

@media (max-width: 767px) {
    .woocommerce.add_to_cart_inline .button,
    .product.add_to_cart_inline .button,
    .product-caption-bottom .button {
        font-size: 12px !important;
        padding: 8px 10px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: unset !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .woocommerce.add_to_cart_inline,
    .product.add_to_cart_inline,
    .product-caption-bottom {
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.content-product-imagin {
    margin-bottom: -40px !important;
}
}

.product_meta{
	display: none !important;
}


/* MODIFICHE PAGINA PRODOTTO - RIEPILOGO INLINE + FLOATING DESKTOP */
@media (min-width: 1024px) {
    .single-product .content-single-wrapper,
    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary {
        overflow: visible !important;
    }

    .single-product .woocommerce-product-gallery {
        position: relative !important;
        box-sizing: border-box !important;
    }

    .single-product .woocommerce-product-gallery__image {
        position: static !important;
    }

    .single-product .woocommerce-product-gallery img.wp-post-image {
        position: static !important;
        display: block !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        z-index: auto !important;
        transform: none !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .sss-product-summary-box {
        box-sizing: border-box;
        max-width: 100%;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .sss-inline-product-summary {
        display: block;
        width: 100%;
        margin-top: 24px;
        clear: both;
    }

    .sss-floating-product-summary {
        display: none;
        opacity: 0;
        pointer-events: none;
    }

    .sss-floating-product-summary.sss-is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .sss-product-summary-box .sss-summary-inner {
        padding: 20px;
        border: 1px solid var(--border, #e5e5e5);
        border-radius: 8px;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .sss-product-summary-box .sss-summary-title {
        margin: 0 0 14px;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
    }

    .sss-product-summary-box .sss-summary-copy .wpcpo-total,
    .sss-product-summary-box .sss-summary-copy ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sss-product-summary-box .sss-summary-copy li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .sss-product-summary-box .sss-summary-copy .wpcpo-subtotal {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e5e5e5;
        font-weight: 700;
    }

    .sss-product-summary-box .sss-summary-actions {
        margin-top: 18px;
    }

    .sss-product-summary-box .sss-summary-actions .single_add_to_cart_button {
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px;
        box-sizing: border-box;
    }

    .sss-product-summary-box .sss-summary-actions .ppc-button-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .single-product form.cart > .wpcpo-wrapper > .wpcpo-total {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .sss-inline-product-summary,
    .sss-floating-product-summary {
        display: none !important;
    }
}

/* Bottone aggiungi al carrello nel riepilogo floating */
@media (min-width: 1024px) {
    .sss-floating-product-summary .single_add_to_cart_button.button.alt,
    .sss-inline-product-summary .single_add_to_cart_button.button.alt {
        background-color: #000000 !important;
        border-color: #000000 !important;
        color: #ffffff !important;
    }

    .sss-floating-product-summary .single_add_to_cart_button.button.alt:hover,
    .sss-floating-product-summary .single_add_to_cart_button.button.alt:focus,
    .sss-inline-product-summary .single_add_to_cart_button.button.alt:hover,
    .sss-inline-product-summary .single_add_to_cart_button.button.alt:focus {
        background-color: #377ec1 !important;
        border-color: #377ec1 !important;
        color: #ffffff !important;
    }
}


/* LAYOUT COLONNE PRODOTTO DESKTOP */
@media (min-width: 1024px) {
    .single-product .content-single-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 40px !important;
        overflow: visible !important;
    }

    /* SINISTRA: titolo, prezzo, opzioni */
    .single-product .content-single-wrapper > .summary.entry-summary,
    .single-product .content-single-wrapper > .summary {
        flex: 0 0 calc(52% - 20px) !important;
        width: calc(52% - 20px) !important;
        max-width: calc(52% - 20px) !important;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        order: 1 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    /* DESTRA: immagine + riepilogo */
    .single-product .content-single-wrapper > .woocommerce-product-gallery {
        flex: 0 0 calc(48% - 20px) !important;
        width: calc(48% - 20px) !important;
        max-width: calc(48% - 20px) !important;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        order: 2 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .single-product .woocommerce-product-gallery__wrapper,
    .single-product .woocommerce-product-gallery__image,
    .single-product .woocommerce-product-gallery img.wp-post-image {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-product .woocommerce-product-gallery img.wp-post-image {
        height: auto !important;
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .single-product .content-single-wrapper {
        display: block !important;
    }

    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary,
    .single-product .summary {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
    }
}


/* RIEPILOGO: nasconde prezzi singole opzioni, mantiene solo subtotale */
.sss-product-summary-box .sss-summary-copy li:not(.wpcpo-subtotal) .wpcpo-col2,
.sss-inline-product-summary .sss-summary-copy li:not(.wpcpo-subtotal) .wpcpo-col2,
.sss-floating-product-summary .sss-summary-copy li:not(.wpcpo-subtotal) .wpcpo-col2 {
    display: none !important;
}

/* Mantiene il subtotale ben allineato */
.sss-product-summary-box .sss-summary-copy li.wpcpo-subtotal,
.sss-inline-product-summary .sss-summary-copy li.wpcpo-subtotal,
.sss-floating-product-summary .sss-summary-copy li.wpcpo-subtotal {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Nasconde prezzo principale prodotto e prezzi nella tabella quantità */
.single-product p.price[class*="wpcpq-price"],
.single-product .wpcpq-item-price {
    display: none !important;
}

/* Nasconde prezzi nelle card prodotto */
.woocommerce ul.products li.product .price,
ul.products li.product .price,
.product-block .price,
.product-caption .price,
.woocommerce-loop-product__title + .price,
.woocommerce ul.products li.product span.price {
    display: none !important;
}

/* Carrello / checkout: nasconde i prezzi delle singole opzioni prodotto */
.woocommerce-cart .variation .wpcpo-item-data-price,
.woocommerce-checkout .variation .wpcpo-item-data-price,
.variation .wpcpo-item-data-price {
    display: none !important;
}

/* Carrello: nasconde completamente la colonna Prezzo */
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.shop_table th.product-price,
.woocommerce-cart table.shop_table td.product-price {
    display: none !important;
}

/* Carrello / mini-cart: evidenzia quantità selezionata */
.woocommerce-cart .variation-Quantità,
.woocommerce-cart .variation-Quantita,
.widget_shopping_cart .variation-Quantità,
.widget_shopping_cart .variation-Quantita,
.woocommerce-mini-cart .variation-Quantità,
.woocommerce-mini-cart .variation-Quantita {
    font-weight: 700 !important;
}


/* Carrello: lascia visibili immagine, prodotto e subtotale */
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.shop_table th.product-price,
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity {
    display: none !important;
}

/* Colonna immagine compatta */
.woocommerce-cart table.cart th.product-thumbnail,
.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart table.shop_table th.product-thumbnail,
.woocommerce-cart table.shop_table td.product-thumbnail {
    width: 110px !important;
    min-width: 90px !important;
}

/* Immagine prodotto nel carrello */
.woocommerce-cart table.cart td.product-thumbnail img,
.woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 90px !important;
    max-width: 90px !important;
    height: auto !important;
}

/* Colonna prodotto più larga possibile */
.woocommerce-cart table.cart th.product-name,
.woocommerce-cart table.cart td.product-name,
.woocommerce-cart table.shop_table th.product-name,
.woocommerce-cart table.shop_table td.product-name {
    width: auto !important;
    max-width: none !important;
}

/* Colonna subtotale compatta */
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.shop_table th.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal {
    width: 160px !important;
    min-width: 140px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

/* Colonna rimuovi compatta */
.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove,
.woocommerce-cart table.shop_table th.product-remove,
.woocommerce-cart table.shop_table td.product-remove {
    width: 45px !important;
    min-width: 45px !important;
}

/* Rende la tabella più pulita */
.woocommerce-cart table.cart,
.woocommerce-cart table.shop_table.cart {
    table-layout: auto !important;
}

/* Opzionale: nasconde anche il subtotale della singola riga */
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.shop_table th.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal {
    display: none !important;
}

/* CARRELLO 3 COLONNE */
/* Carrello: variazioni prodotto in card a 3 colonne */
@media (min-width: 768px) {
    .woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px 18px !important;
        margin-top: 14px !important;
        width: 100% !important;
    }

    .woocommerce-cart .sss-variation-item {
        min-width: 0 !important;
        padding: 10px 12px !important;
        border: 1px solid #eeeeee !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        box-sizing: border-box !important;
    }

    .woocommerce-cart .sss-variation-label {
        font-weight: 700 !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        margin-bottom: 6px !important;
        color: #494F66 !important;
        white-space: normal !important;
    }

    .woocommerce-cart .sss-variation-value,
    .woocommerce-cart .sss-variation-value p {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .woocommerce-cart .sss-variation-value img {
        width: 54px !important;
        max-width: 54px !important;
        height: auto !important;
        display: block !important;
    }

    .woocommerce-cart .sss-variation-value .wpcpo-item-data-price {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-top: 12px !important;
    }

    .woocommerce-cart .sss-variation-item {
        padding: 10px !important;
        border: 1px solid #eeeeee !important;
        border-radius: 8px !important;
        background: #ffffff !important;
    }
}

/* Carrello: rimuove pseudo-elementi che creano spazio nella griglia variazioni */
.woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready::before,
.woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready::after {
    content: none !important;
    display: none !important;
}

/* Evita che pseudo-elementi/clearfix del tema diventino item della griglia */
.woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready {
    clear: none !important;
}

.woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready > br,
.woocommerce-cart td.product-name dl.variation.sss-variation-grid-ready > p:empty {
    display: none !important;
}

/* Checkout: variazioni prodotto in card */
.woocommerce-checkout-review-order-table dl.variation.sss-variation-grid-ready::before,
.woocommerce-checkout-review-order-table dl.variation.sss-variation-grid-ready::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 768px) {
    .woocommerce-checkout-review-order-table td.product-name dl.variation.sss-variation-grid-ready {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px 18px !important;
        margin-top: 14px !important;
        width: 100% !important;
    }

    .woocommerce-checkout-review-order-table .sss-variation-item {
        min-width: 0 !important;
        padding: 10px 12px !important;
        border: 1px solid #eeeeee !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        box-sizing: border-box !important;
    }

    .woocommerce-checkout-review-order-table .sss-variation-label {
        font-weight: 700 !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        margin-bottom: 6px !important;
        color: #494F66 !important;
        white-space: normal !important;
    }

    .woocommerce-checkout-review-order-table .sss-variation-value,
    .woocommerce-checkout-review-order-table .sss-variation-value p {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .woocommerce-checkout-review-order-table .sss-variation-value img {
        width: 54px !important;
        max-width: 54px !important;
        height: auto !important;
        display: block !important;
    }

    .woocommerce-checkout-review-order-table .sss-variation-value .wpcpo-item-data-price {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout-review-order-table td.product-name dl.variation.sss-variation-grid-ready {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-top: 12px !important;
    }

    .woocommerce-checkout-review-order-table .sss-variation-item {
        padding: 10px !important;
        border: 1px solid #eeeeee !important;
        border-radius: 8px !important;
        background: #ffffff !important;
    }
}


/* CHECKOUT: layout tabella ordine */

/* Tabella checkout stabile */
.woocommerce-checkout-review-order-table {
    table-layout: auto !important;
    width: 100% !important;
}

/* Righe prodotto: colonna prodotto larga, subtotale stretto */
.woocommerce-checkout-review-order-table thead th.product-name,
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
    width: 82% !important;
    max-width: 82% !important;
}

.woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
    width: 18% !important;
    max-width: 18% !important;
    min-width: 110px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

/* Footer ordine: reset generale */
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    width: auto !important;
    max-width: none !important;
    vertical-align: top !important;
}

/* Subtotale / Totale */
.woocommerce-checkout-review-order-table tfoot th {
    text-align: left !important;
    white-space: nowrap !important;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right !important;
    white-space: normal !important;
}

/* Totale: evita EUR spezzato */
.woocommerce-checkout-review-order-table tr.order-total td,
.woocommerce-checkout-review-order-table tr.order-total td strong,
.woocommerce-checkout-review-order-table tr.order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table tr.order-total .amount {
    white-space: nowrap !important;
}

/* Spedizione: riga a larghezza piena, fuori dalla logica delle 2 colonne */
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th {
    padding-bottom: 8px !important;
    white-space: nowrap !important;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {
    padding-top: 0 !important;
    white-space: normal !important;
}

/* Lista metodi spedizione */
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping ul#shipping_method {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping ul#shipping_method li {
    display: block !important;
    text-align: left !important;
    margin-bottom: 8px !important;
}

/* Label spedizione su una riga */
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping label {
    display: inline-block !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    line-height: 1.35 !important;
}

/* Prezzo nella label spedizione resta compatto */
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping label .woocommerce-Price-amount {
    white-space: nowrap !important;
}

/* Pagina prodotto: select opzioni a larghezza piena */
.single-product .summary.entry-summary .wpcpo-option-select,
.single-product .summary.entry-summary .wpcpo-option-select .wpcpo-option-form,
.single-product .summary.entry-summary .wpcpo-option-select .form-row,
.single-product .summary.entry-summary .wpcpo-option-select label {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.single-product .summary.entry-summary .wpcpo-option-select select.wpcpo-option-field,
.single-product .summary.entry-summary .wpcpo-option-select select.field-select {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 52px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Pagina prodotto: input file e campi input opzioni a larghezza piena */
.single-product .summary.entry-summary .wpcpo-option-file-upload,
.single-product .summary.entry-summary .wpcpo-option-file-upload .wpcpo-option-form,
.single-product .summary.entry-summary .wpcpo-option-file-upload .form-row,
.single-product .summary.entry-summary .wpcpo-option-file-upload label {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.single-product .summary.entry-summary .wpcpo-option-file-upload input[type="file"],
.single-product .summary.entry-summary .wpcpo-option-file-upload .field-uploads {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 52px !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
    display: block !important;

}

/* Testo dimensione file sotto l'upload */
.single-product .summary.entry-summary .wpcpo-option-file-upload small {
    display: block !important;
    margin-top: 8px !important;
    width: 100% !important;
}

/* Pagina prodotto: input testo opzioni a larghezza piena */
.single-product .summary.entry-summary .wpcpo-option-text,
.single-product .summary.entry-summary .wpcpo-option-text .wpcpo-option-form,
.single-product .summary.entry-summary .wpcpo-option-text .form-row,
.single-product .summary.entry-summary .wpcpo-option-text label {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.single-product .summary.entry-summary .wpcpo-option-text input[type="text"],
.single-product .summary.entry-summary .wpcpo-option-text input[type="email"],
.single-product .summary.entry-summary .wpcpo-option-text input[type="number"],
.single-product .summary.entry-summary .wpcpo-option-text input[type="tel"],
.single-product .summary.entry-summary .wpcpo-option-text input[type="url"],
.single-product .summary.entry-summary .wpcpo-option-text .wpcpo-option-field {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 52px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    display: block !important;   
}

/* Mini-cart/sidebar: nasconde la quantità/prezzo nativa perché abbiamo già Quantità nelle variazioni */
.woocommerce-mini-cart .mini_cart_item > .quantity,
.widget_shopping_cart .mini_cart_item > .quantity,
.mini_cart_item .cart-right > .quantity {
    display: none !important;
}