.elementor-8 .elementor-element.elementor-element-8411235{--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;--padding-top:0px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-8 .elementor-element.elementor-element-a4d5efa{--divider-border-style:solid;--divider-color:#0D0D0D;--divider-border-width:1px;}.elementor-8 .elementor-element.elementor-element-a4d5efa .elementor-divider-separator{width:100%;}.elementor-8 .elementor-element.elementor-element-a4d5efa .elementor-divider{padding-block-start:2px;padding-block-end:2px;}.elementor-8 .elementor-element.elementor-element-a4d5efa .elementor-divider__text{color:#0D0D0D;font-family:"Roboto", Sans-serif;font-size:60px;font-weight:500;line-height:1.4em;}.elementor-8 .elementor-element.elementor-element-ccbbabe{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-8 .elementor-element.elementor-element-a4d5efa .elementor-divider__text{font-size:45px;line-height:1.45em;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-8 .elementor-element.elementor-element-a4d5efa .elementor-divider__text{font-size:35px;line-height:1.5em;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-8411235{--content-width:1320px;}.elementor-8 .elementor-element.elementor-element-ccbbabe{--content-width:1320px;}}@media(max-width:1024px) and (min-width:768px){.elementor-8 .elementor-element.elementor-element-ccbbabe{--content-width:1320px;}}/* Start custom CSS for text-editor, class: .elementor-element-d6c9e76 *//* ===== GLOBAL FONT CONTROL ===== */
.woocommerce-cart {
    font-family: 'Poppins', sans-serif; /* change font here */
    color: #222;
}

/* ===== CART TABLE ===== */
.woocommerce-cart table.shop_table {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

/* Headings */
.woocommerce-cart table thead th {
    font-size: 15px;
    font-weight: 600;
    background: #f5f5f5;
    padding: 15px;
}

/* Table text */
.woocommerce-cart table tbody td {
    font-size: 14px;
    padding: 15px;
}

/* ===== PRODUCT NAME ===== */
.woocommerce-cart .product-name a {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
    color: #ff6a00;
}

/* ===== PRICE TEXT ===== */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    font-size: 14px;
    font-weight: 500;
}

/* ===== QUANTITY FIELD ===== */
.woocommerce-cart .quantity input.qty {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* ===== COUPON INPUT ===== */
.woocommerce-cart .coupon input {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* ===== BUTTON STYLE ===== */
.woocommerce-cart button,
.woocommerce-cart a.checkout-button {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 6px;
    background: #111;
    color: #fff;
    border: none;
    transition: 0.3s;
}

.woocommerce-cart button:hover,
.woocommerce-cart a.checkout-button:hover {
    background: #ff6a00;
}

/* ===== CART TOTALS ===== */
.cart_totals h2 {
    font-size: 18px;
    font-weight: 600;
}

.cart_totals table td,
.cart_totals table th {
    font-size: 14px;
    padding: 10px 0;
}

/* ===== REMOVE ICON ===== */
.woocommerce-cart a.remove {
    font-size: 18px;
    color: red !important;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .woocommerce-cart table {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ccbbabe *//* ===== CART WRAPPER ===== */
.woocommerce-cart .elementor-widget-woocommerce-cart {
    max-width: 1200px;
    margin: auto;
    font-family: "Inter", sans-serif;
}

/* ===== CART TABLE ===== */
.woocommerce-cart table.shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Table Head */
.woocommerce-cart table thead th {
    background: #f8f9fb;
    color: #222;
    font-weight: 600;
    padding: 18px;
    border: none;
}

/* Table Body */
.woocommerce-cart table tbody td {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

/* Product Image */
.woocommerce-cart .product-thumbnail img {
    border-radius: 10px;
    max-width: 90px;
}

/* Product Name */
.woocommerce-cart .product-name a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}
.woocommerce-cart .product-name a:hover {
    color: #ff6a00;
}

/* ===== QUANTITY FIELD ===== */
.woocommerce-cart .quantity input.qty {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
    width: 80px;
}

/* ===== REMOVE ICON ===== */
.woocommerce-cart a.remove {
    color: #ff3b3b !important;
    font-size: 20px;
}
.woocommerce-cart a.remove:hover {
    background: transparent;
    color: #c70000 !important;
}

/* ===== COUPON SECTION ===== */
.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
}
.woocommerce-cart .coupon input {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ddd;
}

/* ===== BUTTONS ===== */
.woocommerce-cart button.button,
.woocommerce-cart a.checkout-button {
    background: linear-gradient(135deg, #ff6a00, #ff9500);
    color: #fff;
    border-radius: 10px;
    padding: 14px 26px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce-cart button.button:hover,
.woocommerce-cart a.checkout-button:hover {
    background: linear-gradient(135deg, #ff9500, #ff6a00);
    transform: translateY(-2px);
}

/* ===== CART TOTALS ===== */
.cart_totals {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.cart_totals h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

/* Totals Table */
.cart_totals table td,
.cart_totals table th {
    padding: 14px 0;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table {
        font-size: 14px;
    }

    .woocommerce-cart .product-thumbnail img {
        max-width: 70px;
    }

    .cart_totals {
        margin-top: 30px;
    }
}/* End custom CSS */