.elementor-1175 .elementor-element.elementor-element-267e46ae{--display:flex;}.elementor-1175 .elementor-element.elementor-element-b1eca40{--spacer-size:7px;}.elementor-1175 .elementor-element.elementor-element-8ee47e2{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS */@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell !important;
    vertical-align: middle;
  }
}

.elementor-widget-woocommerce-cart .woocommerce table.cart tbody th.product-name {
  border-top: var(--order-summary-items-divider-weight, 1px) solid var(--order-summary-items-divider-color, #d5d8dc);
}

.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child th.product-name {
    border-top: none !important;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr.order-total th,
  .woocommerce table.shop_table_responsive tr.cart-subtotal th,
  .woocommerce table.shop_table_responsive tr.cart-discount th {
    display: none !important;
  }
.woocommerce-cart .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100% !important;
  max-width: 100%;
  background-color: #d12c2c !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0 !important;  /* גובה מינימלי! */
  border: none;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
}/* End custom CSS */