.elementor-920 .elementor-element.elementor-element-20254a9c{--display:flex;--min-height:960px;--justify-content:flex-start;}.elementor-920 .elementor-element.elementor-element-5509342 .shop_table .button{background-color:#FFFFFF;text-shadow:0px 0px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-920 .elementor-element.elementor-element-5509342 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#FFFFFF;}.elementor-920 .elementor-element.elementor-element-5509342{--sections-background-color:#000000;--sections-border-color:#FFFFFF;--sections-title-color:#FFFFFF;--links-normal-color:#FFFFFF;--sections-radio-buttons-color:#FFFFFF;--forms-rows-gap:10px;--forms-fields-normal-color:#000000;--forms-fields-border-radius:0px 0px 0px 0px;--forms-buttons-normal-text-color:#000000;--forms-buttons-hover-text-color:#000000;--forms-buttons-border-type:none;--order-summary-color:#FFFFFF;--order-summary-variations-color:#FFFFFF;--totals-color:#FFFFFF;--totals-divider-color:#FFFFFF;--checkout-button-normal-text-color:#000000;--checkout-button-hover-text-color:#8F8A8A;}.elementor-920 .elementor-element.elementor-element-5509342 .e-cart-section{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-920 .elementor-element.elementor-element-5509342 .cart_totals h2{text-shadow:0px 0px 0px rgba(0,0,0,0.3);}.elementor-920 .elementor-element.elementor-element-5509342 {--sections-descriptions-color:#FFFFFF;}.e-woo-select2-wrapper .select2-results__option{color:#000000;}.elementor-920 .elementor-element.elementor-element-5509342 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#000000 transparent transparent transparent;}.elementor-920 .elementor-element.elementor-element-5509342 .coupon .input-text, .elementor-920 .elementor-element.elementor-element-5509342 .e-cart-totals .input-text, .elementor-920 .elementor-element.elementor-element-5509342 select, .elementor-920 .elementor-element.elementor-element-5509342 .select2-selection--single{box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-920 .elementor-element.elementor-element-5509342 .woocommerce-cart-form{--order-summary-title-color:#FFFFFF;}.elementor-920 .elementor-element.elementor-element-5509342 .checkout-button{text-shadow:0px 0px 0px #000000;}body.elementor-page-920:not(.elementor-motion-effects-element-type-background), body.elementor-page-920 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* ================================
   CARRELLO – STILE ARCADE
================================ */

/* contenitore */
.woocommerce-cart .woocommerce {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* tabelle */
.woocommerce-cart table.shop_table {
  background: #000;
  border: 2px solid #00ff66;
  border-radius: 8px;
}

/* header tabella */
.woocommerce-cart table th {
  font-family: 'Public Pixel', monospace;
  text-transform: uppercase;
  font-size: 11px;
  color: #00ff66;
  border-bottom: 2px solid #00ff66;
}

/* celle */
.woocommerce-cart table td {
  color: #fff;
  border-bottom: 1px solid rgba(0,255,102,.3);
}

/* nome prodotto */
.woocommerce-cart .product-name a {
  color: #00ff66;
  text-decoration: none;
}

/* prezzo */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  color: #ff2ec4;
  font-weight: bold;
}

/* quantità */
.woocommerce-cart input.qty {
  background: #000;
  color: #00ff66;
  border: 2px solid #00ff66;
}

/* pulsanti */
.woocommerce-cart button,
.woocommerce-cart .checkout-button {
  font-family: 'Public Pixel', monospace;
  background: #000 !important;
  color: #00ff66 !important;
  border: 2px solid #00ff66 !important;
  padding: 14px 18px !important;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(0,255,102,.6);
}

.woocommerce-cart button:hover,
.woocommerce-cart .checkout-button:hover {
  color: #ff2ec4 !important;
  border-color: #ff2ec4 !important;
  box-shadow: 0 0 18px rgba(255,46,196,.8);
}

/* coupon */
.woocommerce-cart input#coupon_code {
  background: #000;
  color: #00ff66;
  border: 2px solid #00ff66;
}

/* totale carrello */
.woocommerce-cart .cart_totals {
  background: #000;
  border: 2px solid #00ff66;
  border-radius: 8px;
  padding: 20px;
}

.woocommerce-cart .cart_totals h2 {
  font-family: 'Public Pixel', monospace;
  color: #00ff66;
  text-transform: uppercase;
}

/* ================================
   MOBILE
================================ */
@media (max-width: 768px) {
  .woocommerce-cart table thead {
    display: none;
  }

  .woocommerce-cart table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .woocommerce-cart table tr {
    margin-bottom: 20px;
    display: block;
  }
}/* End custom CSS */