.elementor-17 .elementor-element.elementor-element-6819829{--display:flex;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-ebd4606{--display:flex;}.elementor-17 .elementor-element.elementor-element-be636be .shop_table .button{background-color:var( --e-global-color-primary );font-family:"Host Grotesk", Sans-serif;font-size:16px;font-weight:500;border-width:1px 1px 1px 1px;}.elementor-17 .elementor-element.elementor-element-be636be .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-e10e58b );}.elementor-17 .elementor-element.elementor-element-be636be .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-be636be{--sections-background-color:#F8F8F8;--sections-border-type:solid;--sections-border-color:var( --e-global-color-65f1fbd );--sections-border-radius:16px 16px 16px 16px;--sections-padding:30px 30px 30px 30px;--sections-title-color:var( --e-global-color-text );--links-normal-color:var( --e-global-color-text );--links-hover-color:var( --e-global-color-text );--forms-buttons-normal-text-color:#FFFFFF;--forms-buttons-border-type:solid;--forms-buttons-border-color:var( --e-global-color-65f1fbd );--forms-buttons-border-radius:50px 50px 50px 50px;--forms-buttons-padding:14px 28px 14px 28px;--forms-buttons-width:auto;--checkout-button-normal-text-color:var( --e-global-color-text );--checkout-button-hover-text-color:var( --e-global-color-e10e58b );--checkout-button-border-radius:50px 50px 50px 50px;}.elementor-17 .elementor-element.elementor-element-be636be .e-cart-section{border-width:1px 1px 1px 1px;}.elementor-17 .elementor-element.elementor-element-be636be .cart_totals h2{font-family:"Host Grotesk", Sans-serif;font-size:22px;font-weight:500;}.elementor-17 .elementor-element.elementor-element-be636be .checkout-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-65f1fbd );}.elementor-17 .elementor-element.elementor-element-be636be .e-shop-table{--sections-border-type:solid;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-be636be */.elementor-17 .elementor-element.elementor-element-be636be *{
    font-family: font-family: "Host Grotesk", Sans-serif !important;
}



/* Quantity Container */
.quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: #F8F8F8 !important;
    border: 1px solid rgba(18, 18, 18, 0.1) !important;
    border-radius: 39px !important;
    padding: 0 8px !important;
    width: 130px !important;
    height: 48px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Plus Minus Controls */
.quantity .minus-btn,
.quantity .plus-btn {
    width: 32px !important;
    height: 32px !important;
    background: #ffffff !important;
    border: 1px solid rgba(18, 18, 18, 0.08) !important;
    border-radius: 50% !important;
    color: #121212 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
}

.quantity .minus-btn:hover,
.quantity .plus-btn:hover {
    background: #121212 !important;
    color: #ffffff !important;
}

/* Qty Number Display */
.quantity .input-text.qty.text {
    width: 35px !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
    color: #121212 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important;
}

.quantity .input-text.qty.text::-webkit-outer-spin-button,
.quantity .input-text.qty.text::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.quantity label.screen-reader-text {
    display: none !important;
}


@media (max-width: 767px) {
    .woocommerce-variation-add-to-cart .quantity {
        width: 130px !important;
    }

}

@media (max-width: 767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
         padding: 0px !important; 
    }
}

td a {
    font-weight: 500;
    color: var(--product-link-normal-color,#000) !important;
}

input#coupon_code {
    padding: 14px 28px;
    border: 1px solid;
    border-radius: 56px;
}


a.button.wc-backward {
    padding: 14px 28px;
    border-radius: 50px;
    background-color: var( --e-global-color-primary );
    color: #fff;
    
}


p.return-to-shop {
    text-align: center;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Host Grotesk';
	font-display: auto;
	src: url('https://littivo.com/wp-content/uploads/2026/06/HostGrotesk-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */