.elementor-7657 .elementor-element.elementor-element-e690f86{--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-7657 .elementor-element.elementor-element-25ef824{--display:flex;}@media(min-width:768px){.elementor-7657 .elementor-element.elementor-element-25ef824{--content-width:1250px;}}/* Start custom CSS for shortcode, class: .elementor-element-acae831 */.woocommerce-cart table.shop_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  vertical-align: middle;
  padding: 16px 10px;
}

.woocommerce-cart .product-thumbnail {
  width: 10%;
}

.woocommerce-cart .product-name {
  width: 40%;
}

.woocommerce-cart .product-price {
  width: 12%;
  text-align: center;
  white-space: nowrap;
}

.woocommerce-cart .product-quantity {
  width: 18%;
  text-align: center;
}

.woocommerce-cart .product-subtotal {
  width: 12%;
  text-align: center;
  white-space: nowrap;
}

.woocommerce-cart .product-remove {
  width: 8%;
  text-align: center;
}

.woocommerce-cart .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 0;
}

.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.woocommerce-cart .quantity .qty {
  width: 52px;
  text-align: center;
}

.woocommerce-cart .quantity button.plus,
.woocommerce-cart .quantity button.minus {
  width: 26px;
  height: 26px;
  line-height: 1;
  padding: 0;
}


@media (max-width: 768px) {
  .woocommerce-cart table.shop_table {
    table-layout: auto;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td {
    display: block;
    width: 100%;
  }

  .woocommerce-cart table.shop_table tr {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
  }

  .woocommerce-cart .product-thumbnail,
  .woocommerce-cart .product-name,
  .woocommerce-cart .product-price,
  .woocommerce-cart .product-quantity,
  .woocommerce-cart .product-subtotal,
  .woocommerce-cart .product-remove {
    width: 100%;
    text-align: left;
    padding: 8px 0;
  }

  .woocommerce-cart .product-price,
  .woocommerce-cart .product-subtotal {
    white-space: normal;
  }

  .woocommerce-cart .product-remove {
    text-align: right;
  }

  .woocommerce-cart .quantity {
    justify-content: flex-start;
  }
}/* End custom CSS */