.elementor-1753 .elementor-element.elementor-element-36eba7d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:075px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-1753 .elementor-element.elementor-element-36eba7d:not(.elementor-motion-effects-element-type-background), .elementor-1753 .elementor-element.elementor-element-36eba7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f7f7fb;background-image:url("https://unitlab.gr/wp-content/uploads/2025/03/pexels-donaldtong94-66134-scaled-1.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1753 .elementor-element.elementor-element-d47c24a .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:40px;font-weight:900;color:#FFFFFF;}.elementor-1753 .elementor-element.elementor-element-7acddb8{--display:flex;--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;--padding-top:50px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1753 .elementor-element.elementor-element-d798b22{--update-cart-automatically-display:none;--links-normal-color:#FF0303;--links-hover-color:#000000;--forms-buttons-normal-text-color:#000000;--forms-buttons-hover-text-color:#FF0000;--forms-buttons-hover-border-color:#F80202;--forms-buttons-border-type:solid;--forms-buttons-border-color:#000000;--order-summary-remove-icon-normal-color:#000000;--order-summary-remove-icon-hover-color:#FF0000;--checkout-button-normal-text-color:#FFFFFF;}.elementor-1753 .elementor-element.elementor-element-d798b22 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#000000;}.elementor-1753 .elementor-element.elementor-element-d798b22 .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:#FF0000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1753 .elementor-element.elementor-element-36eba7d{--padding-top:75px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-1753 .elementor-element.elementor-element-36eba7d{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-d798b22 *//* ===== WooCart: hide Price & Subtotal across all viewports ===== */

/* Table headers (desktop/tablet) */
.woocommerce-cart .shop_table th.product-price,
.woocommerce-cart .shop_table th.product-subtotal {
  display: none !important;
}

/* Table cells (desktop/tablet) */
.woocommerce-cart .shop_table td.product-price,
.woocommerce-cart .shop_table td.product-subtotal {
  display: none !important;
}

/* Mobile stacked layout: Woo adds labels via ::before — hide those too */
.woocommerce-cart table.shop_table_responsive tr td.product-price::before,
.woocommerce-cart table.shop_table_responsive tr td.product-subtotal::before,
.woocommerce-cart table.shop_table_responsive tr td[data-title="Price"]::before,
.woocommerce-cart table.shop_table_responsive tr td[data-title="Subtotal"]::before {
  display: none !important;
}

/* Extra safety: some themes only set data-title without the product-* class */
.woocommerce-cart table.shop_table_responsive tr td[data-title="Price"],
.woocommerce-cart table.shop_table_responsive tr td[data-title="Subtotal"] {
  display: none !important;
}

/* ===== Cart totals area (Elementor/Woo) ===== */

/* Hide the "Cart totals" heading (Elementor cart widget uses .e-cart-totals) */
.e-cart-totals h2,
.woocommerce-cart .cart_totals h2 {
  display: none !important;
}

/* Hide Subtotal and Total rows in Cart Totals */
.woocommerce-cart .cart_totals .cart-subtotal,
.woocommerce-cart .cart_totals .order-total {
  display: none !important;
}

/* Hide the whole cart totals table (if you truly want nothing there) */
.e-cart-totals .shop_table,
.woocommerce-cart .cart_totals .shop_table {
  display: none !important;
}

/* Optional hardening: prevent leftover borders/gaps */
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
  border: none;
}/* End custom CSS */