.elementor-444 .elementor-element.elementor-element-1a63bbb{--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;}.elementor-444 .elementor-element.elementor-element-dc70770{--update-cart-automatically-display:none;--totals-title-alignment:center;--sections-background-color:var( --e-global-color-a21ded9 );--sections-border-type:solid;--sections-border-color:var( --e-global-color-befa90c );--sections-border-radius:25px 25px 25px 25px;--sections-title-color:var( --e-global-color-425b05a );--links-normal-color:var( --e-global-color-befa90c );--links-hover-color:var( --e-global-color-425b05a );--sections-radio-buttons-color:var( --e-global-color-befa90c );--forms-buttons-normal-text-color:var( --e-global-color-a21ded9 );--forms-buttons-border-radius:15px 15px 15px 15px;--order-summary-title-spacing:25px;--order-summary-color:var( --e-global-color-befa90c );--order-summary-variations-color:var( --e-global-color-befa90c );--order-summary-items-divider-color:var( --e-global-color-e9ab6a1 );--order-summary-items-divider-weight:3px;--order-summary-quantity-border-color:var( --e-global-color-e9ab6a1 );--order-summary-quantity-border-weight:2px;--order-summary-remove-icon-normal-color:#C21616;--totals-color:var( --e-global-color-befa90c );--totals-divider-color:var( --e-global-color-e9ab6a1 );--totals-divider-weight:3px;--checkout-button-normal-text-color:var( --e-global-color-a21ded9 );--checkout-button-border-radius:15px 15px 15px 15px;}.elementor-444 .elementor-element.elementor-element-dc70770 .shop_table .button{background-color:var( --e-global-color-befa90c );font-family:var( --e-global-typography-4383165-font-family ), Sans-serif;}.elementor-444 .elementor-element.elementor-element-dc70770 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-befa90c );}.elementor-444 .elementor-element.elementor-element-dc70770 .shipping-calculator-form{--update-shipping-button-alignment:end;--update-shipping-button-width:auto;}.elementor-444 .elementor-element.elementor-element-dc70770 .e-cart-section{border-width:5px 5px 5px 5px;}.elementor-444 .elementor-element.elementor-element-dc70770 {--sections-descriptions-color:var( --e-global-color-befa90c );}.elementor-444 .elementor-element.elementor-element-dc70770 .e-cart-content, .elementor-444 .elementor-element.elementor-element-dc70770 .woocommerce-shipping-destination, .elementor-444 .elementor-element.elementor-element-dc70770 .shipping-calculator-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-444 .elementor-element.elementor-element-dc70770 #shipping_method li label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-444 .elementor-element.elementor-element-dc70770 .woocommerce-cart-form{--order-summary-title-color:var( --e-global-color-425b05a );}.elementor-444 .elementor-element.elementor-element-dc70770 .e-shop-table .cart th, .elementor-444 .elementor-element.elementor-element-dc70770 .e-shop-table .cart td:before{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-444 .elementor-element.elementor-element-dc70770 .cart td span, .elementor-444 .elementor-element.elementor-element-dc70770 .cart td, .elementor-444 .elementor-element.elementor-element-dc70770 .input-text.qty{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-444 .elementor-element.elementor-element-dc70770 .product-name .variation{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-444 .elementor-element.elementor-element-dc70770 .cart_totals .shop_table td:before, .elementor-444 .elementor-element.elementor-element-dc70770 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Roboto Slab", Sans-serif;font-size:25px;font-weight:400;}.elementor-444 .elementor-element.elementor-element-dc70770 .checkout-button{font-family:"Roboto", Sans-serif;font-size:17px;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-444 .elementor-element.elementor-element-68c96ed{--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;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-dc70770 *//* Force product name to show on Cart page for mobile/tablet */
.woocommerce-cart-form .product-name {
    display: block !important;
    visibility: visible !important;
    font-weight: 600;
    white-space: normal !important;
}

/* Prevent WooCommerce from hiding product name container */
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr.cart_item td::before {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr.cart_item td.product-name::before {
    content: "Product";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  .woocommerce table.shop_table_responsive td.product-name {
    display: block !important;
  }
}/* End custom CSS */