.elementor-8 .elementor-element.elementor-element-163878bc{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-text-font-feature-settings );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Start cart table */

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents * {
    font-family: var(--e-global-typography-primary-font-family);
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    color: var(--e-global-color-primary);
}

td.product-name a {
    color: var(--e-global-color-secondary);
}

td.product-name a:hover {
    color: var(--e-global-color-primary);
}

span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-primary);
}

input#quantity_67b0c7b88042b {
    background: transparent;
    color: white;
    border-radius: 3px;
}

input#coupon_code {
    background: transparent;
    height: 48px !important;
    max-height: 50px !important;
    border-radius: 8px;
}

button.button {
    color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    height: 48px;
}

button.button:hover {
    color: var(--e-global-color-primary) !important;
    background: var(--e-global-color-secondary) !important;
}

svg.ast-mobile-svg.ast-close-svg {
    fill: red;
}

a.remove:before {
    border-color: red !important;
}

td.actions p {
    margin-bottom: 0;
}

a.checkout-button.button.alt.wc-forward {
    height: 50px;
    padding: 0;
    margin: 0;
}

.wc-proceed-to-checkout p {
    margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    line-height: 1em;
}

td.product-quantity .quantity {
    display: flex
;
}

a.button.wc-backward {
    line-height: 1em !important;
    height: 50px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-primary);
}

a.button.wc-backward:hover {
    color: var(--e-global-color-primary);
}

a.button.wc-backward br {
    display: none;
}

p.woocommerce-shipping-destination {
    font-weight: 400;
    color: white;
}
/* End cart table *//* End custom CSS */