.elementor-6416 .elementor-element.elementor-element-5f833330{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:71px;--margin-left:0px;--margin-right:0px;}.elementor-6416 .elementor-element.elementor-element-3c239ba2{--display:flex;}.elementor-6416 .elementor-element.elementor-element-7f92580.elementor-element{--align-self:center;}.elementor-6416 .elementor-element.elementor-element-132eb3cc.elementor-element{--align-self:stretch;--flex-grow:0;--flex-shrink:1;}.elementor-6416 .elementor-element.elementor-element-132eb3cc .woocommerce-cart-form .notes textarea{--em-input-bg-color:#F5EFE4;--em-input-border-color:#000000;}.elementor-6416 .elementor-element.elementor-element-132eb3cc .ecomus-free-shipping-bar{order:1;}.elementor-6416 .elementor-element.elementor-element-132eb3cc .cart_totals_summary{order:2;background-color:#F5EFE4;}.elementor-6416 .elementor-element.elementor-element-132eb3cc .ecomus-extra-content{order:3;margin:0px 0px 0px 0px;}.ecomus-rtl-smart .elementor-6416 .elementor-element.elementor-element-132eb3cc .ecomus-extra-content{margin:0px 0px 0px 0px;}.elementor-6416 .elementor-element.elementor-element-7fff25cb{--display:flex;}.ecomus-woocommerce-elementor.ecomus-elementor-id-6476 .site-content{padding-top:42px;padding-bottom:100px;}body.elementor-page-6416 .site-content{padding-top:42px;padding-bottom:100px;}@media(max-width:1024px){.elementor-6416 .elementor-element.elementor-element-5f833330{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.ecomus-woocommerce-elementor.ecomus-elementor-id-6476 .site-content{padding-top:31px;padding-bottom:100px;}body.elementor-page-6416 .site-content{padding-top:31px;padding-bottom:100px;}}@media(max-width:767px){.elementor-6416 .elementor-element.elementor-element-5f833330{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.ecomus-woocommerce-elementor.ecomus-elementor-id-6476 .site-content{padding-top:22.5px;padding-bottom:75px;}body.elementor-page-6416 .site-content{padding-top:22.5px;padding-bottom:75px;}}/* Start custom CSS for ecomus-wc-cart, class: .elementor-element-132eb3cc *//* ═══════════════════════════════════════════════════════════════
   LAZURIA — CART CSS FIXED FOR ECOMUS + ELEMENTOR
   Desktop bug fix included
   ═══════════════════════════════════════════════════════════════ */


/* =========================================================
   1. WRAPPER
========================================================= */

.woocommerce-cart,
.tf-template-shop-cart,
.tf-cart-wrap {
  background: #f5efe4;
  font-family: 'Jost', sans-serif;
  color: #3d342a;
  overflow-x: hidden;
}


/* =========================================================
   2. MAIN LAYOUT
========================================================= */

.woocommerce-cart-form,
.woocommerce-cart .cart_totals,
.tf-cart-totals {
  background: #faf6ee;
  border: 1px solid rgba(168,147,120,.22);
  padding: 36px;
  box-shadow: 0 20px 50px -30px rgba(107,87,66,.15);
}


/* =========================================================
   3. TABLE RESET
========================================================= */

.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border: 0;
}

.woocommerce-cart table.shop_table thead {
  border-bottom: 1px solid rgba(168,147,120,.22);
}

.woocommerce-cart table.shop_table th {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #8b7659;
  font-weight: 500;
  padding: 16px 12px;
  text-align: left;
  border: 0;
}

.woocommerce-cart table.shop_table td {
  padding: 24px 12px;
  border: 0;
  vertical-align: middle;
}


/* =========================================================
   4. IMPORTANT DESKTOP FIX FOR ECOMUS
========================================================= */

@media (min-width: 769px) {

  .woocommerce-cart table.shop_table tr.cart_item {
    display: table-row !important;
  }

  .woocommerce-cart table.shop_table td {
    display: table-cell !important;
    vertical-align: middle !important;
  }

  .woocommerce-cart td.product-thumbnail {
    width: 120px;
    min-width: 120px;
  }

  .woocommerce-cart td.product-name {
    width: auto;
  }

  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-subtotal {
    width: 140px;
    white-space: nowrap;
  }

  .woocommerce-cart td.product-quantity {
    width: 170px;
  }

}


/* =========================================================
   5. PRODUCT IMAGE
========================================================= */

.woocommerce-cart .product-thumbnail img {
  width: 90px;
  height: 110px;
  object-fit: cover;
  border: 1px solid rgba(168,147,120,.22);
  display: block;
}


/* =========================================================
   6. PRODUCT NAME
========================================================= */

.woocommerce-cart .product-name a {
  font-family: 'Italiana', serif;
  font-size: 20px;
  font-weight: 400;
  color: #3d342a;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  max-width: 420px;
}

.woocommerce-cart .product-name a:hover {
  color: #8b7659;
}


/* =========================================================
   7. REMOVE LINK
========================================================= */

.woocommerce-cart a.remove {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5c5043;
  text-decoration: none;
  border-bottom: 1px solid rgba(168,147,120,.4);
  display: inline-block;
  margin-top: 6px;
}

.woocommerce-cart a.remove:hover {
  color: #6b5742;
}


/* =========================================================
   8. PRICES
========================================================= */

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .woocommerce-Price-amount {
  font-size: 15px;
  color: #3d342a;
}


/* =========================================================
   9. QUANTITY
========================================================= */

.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(168,147,120,.22);
  background: #f5efe4;
}

.woocommerce-cart input.qty {
  width: 50px;
  height: 44px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 14px;
}

.woocommerce-cart input.qty:focus {
  outline: none;
}

.woocommerce-cart .quantity button,
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
  width: 36px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}


/* =========================================================
   10. UPDATE CART
========================================================= */

.woocommerce-cart .actions {
  padding-top: 20px;
  text-align: right;
}

.woocommerce-cart button[name="update_cart"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(168,147,120,.4);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  cursor: pointer;
}


/* =========================================================
   11. ORDER NOTES
========================================================= */

.tf-cart-note-title,
.woocommerce-cart label {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #5c5043;
}

.woocommerce-cart textarea {
  width: 100%;
  min-height: 100px;
  padding: 16px 18px;
  border: 1px solid rgba(168,147,120,.22);
  background: #faf6ee;
  font-size: 14px;
  resize: vertical;
}

.woocommerce-cart textarea:focus {
  outline: none;
  border-color: #a89378;
}


/* =========================================================
   12. CART TOTALS
========================================================= */

.woocommerce-cart .cart_totals h2 {
  font-family: 'Italiana', serif;
  font-size: 26px;
  font-weight: 400;
  color: #3d342a;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(168,147,120,.12);
}

.woocommerce-cart .cart_totals table {
  width: 100%;
  border: 0;
}

.woocommerce-cart .cart_totals tr {
  border-bottom: 1px solid rgba(168,147,120,.12);
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  padding: 16px 0;
  border: 0;
}

.woocommerce-cart .cart_totals th {
  text-align: left;
  font-weight: 400;
  color: #5c5043;
}

.woocommerce-cart .cart_totals td {
  text-align: right;
}

.woocommerce-cart .order-total strong,
.woocommerce-cart .order-total .woocommerce-Price-amount {
  font-family: 'Italiana', serif;
  font-size: 30px;
  font-weight: 400;
}


/* =========================================================
   13. CHECKOUT BUTTON
========================================================= */

.woocommerce-cart a.checkout-button,
.tf-btn-cart-checkout {
  display: block;
  width: 100%;
  background: #3d342a;
  color: #f5efe4;
  text-align: center;
  padding: 22px;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  text-decoration: none;
  transition: .3s ease;
}

.woocommerce-cart a.checkout-button:hover,
.tf-btn-cart-checkout:hover {
  background: #8b7659;
}


/* =========================================================
   14. RESPONSIVE TABLET
========================================================= */

@media (max-width: 1024px) {

  .woocommerce-cart-form,
  .woocommerce-cart .cart_totals {
    padding: 28px;
  }

  .woocommerce-cart .cart_totals {
    margin-top: 24px;
  }

}


/* =========================================================
   15. MOBILE
========================================================= */

@media (max-width: 768px) {

  .woocommerce-cart-form,
  .woocommerce-cart .cart_totals {
    padding: 22px 18px;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.shop_table tr.cart_item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px 16px;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(168,147,120,.22);
  }

  .woocommerce-cart table.shop_table td {
    padding: 6px 0;
  }

  .woocommerce-cart .product-thumbnail {
    grid-row: 1 / 5;
  }

  .woocommerce-cart .product-name,
  .woocommerce-cart .product-price,
  .woocommerce-cart .product-quantity,
  .woocommerce-cart .product-subtotal {
    grid-column: 2;
  }

  .woocommerce-cart .product-name a {
    font-size: 17px;
  }

  .woocommerce-cart .product-price::before {
    content: "Prezzo: ";
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #5c5043;
  }

  .woocommerce-cart .product-subtotal::before {
    content: "Totale: ";
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #5c5043;
  }

}


/* =========================================================
   16. SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .woocommerce-cart table.shop_table tr.cart_item {
    grid-template-columns: 80px 1fr;
  }

  .woocommerce-cart .product-thumbnail img {
    width: 70px;
    height: 85px;
  }

  .woocommerce-cart .product-name a {
    font-size: 15px;
  }

  .woocommerce-cart .order-total .woocommerce-Price-amount {
    font-size: 22px;
  }

}/* End custom CSS */