.elementor.elementor .e-con > .elementor-widget.elementor-widget-theme-post-content {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: var(--space-xl);
}

.elementor-widget-theme-post-content .woocommerce {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: var(--space-lg);
}

@media (width < 1024px) {
  .elementor-widget-theme-post-content .woocommerce {
    grid-template-columns: 1fr;
  }
}

.woocommerce-cart-title,
.elementor-widget-theme-post-content .woocommerce .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.elementor-widget-theme-post-content .woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}

.elementor-widget-theme-post-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0;
}

.elementor-widget-theme-post-content .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.woocommerce-js .woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals {
  padding: var(--space-base);
}

.woocommerce-js .woocommerce table.shop_table thead,
.order-summary__heading {
  background-color: var(--color-ui-01);
}

.woocommerce-js .woocommerce table.shop_table th,
.woocommerce-js .woocommerce table.shop_table td,
.order-summary__heading {
  padding-block: var(--space-xs);
  padding-inline: var(--space-sm);
}

.woocommerce-js .woocommerce table.shop_table th,
.woocommerce-js .woocommerce table.shop_table td {
  text-align: center;
  vertical-align: top;
  border: none;
}

.woocommerce-js .woocommerce .woocommerce-cart-form tbody tr:not(:first-child) td {
  border-top: 1px solid var(--color-ui-02);
}

.woocommerce-js .woocommerce table.shop_table th:first-child,
.woocommerce-js .woocommerce table.shop_table td {
  text-align: left;
}

.woocommerce-js .woocommerce table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  padding-block: var(--space-md);
}

.woocommerce-js .quantity {
  flex-basis: auto !important;
  border: 1px solid var(--color-ui-02);
  margin-bottom: 0 !important;
  width: max-content;
  justify-self: flex-end;
  display: flex;

  * {
    border: none !important;
  }

  .qty {
    width: 3.5em !important;
  }

  button {
    --btn-color: transparent;
    --btn-border-color: transparent;
    padding-inline: var(--space-sm);

    i {
      font-weight: 400;
    }
  }

  input[type=number] {
    text-align: center;
    padding-left: var(--space-base);
    max-height: 48px;
    min-height: 48px;
  }
}

td.product-name {
  --links-normal-color: var(--color-text-03);
  --links-hover-color: var(--color-text-03);
}

td.product-name a,
.elementor-widget-woocommerce-cart td.product-name dl.variation dt {
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-01);
}

td.product-name a:hover {
  text-decoration: underline;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td .amount {
  font-weight: var(--font-weight-bold);
}

.woocommerce-js a.remove,
.woocommerce-js a.remove > span {
  --size: 24px;

  widht: var(--size);
  height: var(--size);
}

.woocommerce-js a.remove:before {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
  padding: 0;
  margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
  width: 70%;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}


.woocommerce-cart .cart-collaterals .cart_totals .shop_table .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  border-bottom: 1px solid var(--color-ui-02);
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-notice {
  font-size: var(--text-sm);
  font-style: italic;
  text-align: center;
}
}

.woocommerce-js .woocommerce table.shop_table th,
.woocommerce-js .woocommerce table.shop_table td,
.order-summary__heading {
  padding-block: var(--space-xs);
  padding-inline: var(--space-sm);
}

.woocommerce-js .woocommerce table.shop_table th,
.woocommerce-js .woocommerce table.shop_table td {
  text-align: center;
  vertical-align: top;
  border: none;
}

.woocommerce-js .woocommerce .woocommerce-cart-form tbody tr:not(:first-child) td {
  border-top: 1px solid var(--color-ui-02);
}

.woocommerce-js .woocommerce table.shop_table th:first-child,
.woocommerce-js .woocommerce table.shop_table td {
  text-align: left;
}

.woocommerce-js .woocommerce table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  padding-block: var(--space-md);
}

.woocommerce-js .quantity {
  flex-basis: auto !important;
  border: 1px solid var(--color-ui-02);
  margin-bottom: 0 !important;
  width: max-content;

  * {
    border: none !important;
  }

  .qty {
    width: 3.5em !important;
  }

  button {
    --btn-color: transparent;
    --btn-border-color: transparent;
    padding-inline: var(--space-sm);

    i {
      font-weight: 400;
    }
  }

  input[type=number] {
    text-align: center;
    padding-left: var(--space-base);
    max-height: 48px;
    min-height: 48px;
  }
}

td.product-name {
  --links-normal-color: var(--color-text-03);
  --links-hover-color: var(--color-text-03);
}

td.product-name a,
.elementor-widget-woocommerce-cart td.product-name dl.variation dt {
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-01);
}

td.product-name a:hover {
  text-decoration: underline;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td .amount {
  font-weight: var(--font-weight-bold);
}

.woocommerce-js a.remove,
.woocommerce-js a.remove > span {
  --size: 24px;

  widht: var(--size);
  height: var(--size);
}

.woocommerce-js a.remove:before {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
  padding: 0;
  margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
  width: 70%;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}


.woocommerce-cart .cart-collaterals .cart_totals .shop_table .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  border-bottom: 1px solid var(--color-ui-02);
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-notice {
  font-size: var(--text-sm);
  font-style: italic;
  text-align: center;
}