/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 13:52:07 */
/* ============================================================
   WOOCOMMERCE — COLORI PREZZI
   ============================================================ */

/* Prezzi nel carrello (blu) */
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart .cart_totals .woocommerce-Price-amount {
    color: #1a057b !important;
}

/* Prezzi nel checkout */
.woocommerce-checkout .woocommerce-Price-amount {
    color: #1a057b !important;
}

/* Prezzi nello shop (gialli) */
.woocommerce ul.products li.product .price {
    color: #fcff51 !important;
	font-size: 30px;
}

/* ============================================================
   CARRELLO — TABELLA & COUPON
   ============================================================ */

/* Campo coupon */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
    margin-top: 3px;
}

/* Link nome prodotto */
.woocommerce-cart .product-name a {
    color: #FF00CC !important;
}

.woocommerce-cart .product-name a:hover {
    color: #666 !important;
}


/* ============================================================
   CARRELLO — MOBILE (≤ 980px)
   Allineamento riga "Prodotto" come le altre (Prezzo / Quantità)
   ============================================================ */

@media (max-width: 980px) {

    /* Riga prodotto come label + valore */
    .woocommerce-cart table.shop_table_responsive tbody tr th.product-name {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 8px !important;
        text-align: left !important;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    /* Etichetta ("Prodotto") */
    .woocommerce-cart table.shop_table_responsive tbody tr th.product-name::before {
        content: attr(data-title);
        font-weight: 700;
        opacity: .8;
        margin-right: 8px;
    }

    /* Valore (link prodotto) */
    .woocommerce-cart table.shop_table_responsive tbody tr th.product-name a {
        margin-left: auto;
        display: block;
        text-align: right;
    }
}


/* ============================================================
   SCHEDA PRODOTTO — VARIAZIONI
   ============================================================ */

/* Rimuove separatore automatico dopo le variazioni */
.et_pb_wc_add_to_cart form.cart .variations td.value span::after {
    display: none !important;
}


/* ============================================================
   SCHEDA PRODOTTO — THUMBNAILS (GALLERY)
   ============================================================ */

/* Lista thumbnails: layout flessibile */
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
    row-gap: 60px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

/* Singola thumbnail */
.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 1 1 120px;
    max-width: 120px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0;
}

/* Immagine thumbnail */
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   WOO CHECKOUT — PLACE ORDER BUTTON
   ============================================================ */

.wc-block-components-checkout-place-order-button {
    font-family: 'Rammetto One', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 27px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;

    background-color: #1a057b;
    color: #ffffff !important;

    border: 3px solid #ffffff !important;
    border-radius: 0;

    padding: 16px 28px;
    line-height: 1.2;
}

/* Hover / focus */
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
    background-color: rgba(26, 5, 123, 0.92);
    color: #fcff51 !important;
    border-color: #fcff51 !important;
}

.filter-items a.show-more, .filter-items .et-db #et-boc .et-l a.show-more,
.filter-content a.show-more {
	color: #fcff51!important;
	text-decoration: underline;
	cursor: pointer;
}
