.elementor-1980 .elementor-element.elementor-element-ae5cc15{--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:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1980 .elementor-element.elementor-element-3ed2bfd{--update-cart-automatically-display:none;--sections-border-type:none;--sections-title-spacing:0px;--sections-descriptions-spacing:0px;--links-normal-color:#000000;--forms-fields-normal-color:var( --e-global-color-275ee19 );--forms-buttons-border-type:none;--order-summary-rows-gap-top:calc( 0px/2 );--order-summary-rows-gap-bottom:calc( 0px/2 );--order-summary-title-spacing:0px;--order-summary-items-divider-color:#FF4C4C;--order-summary-items-divider-weight:0px;--order-summary-quantity-border-color:#FC0000;--order-summary-quantity-border-weight:0px;--totals-rows-gap-top:calc( 9px/2 );--totals-rows-gap-bottom:calc( 9px/2 );--totals-divider-weight:0px;--checkout-button-border-radius:131px 131px 131px 131px;}.elementor-1980 .elementor-element.elementor-element-3ed2bfd .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-275ee19 );}.elementor-1980 .elementor-element.elementor-element-3ed2bfd .cart_totals h2{font-size:24px;}.e-woo-select2-wrapper .select2-results__option{color:var( --e-global-color-275ee19 );}.elementor-1980 .elementor-element.elementor-element-3ed2bfd .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var( --e-global-color-275ee19 );}.elementor-1980 .elementor-element.elementor-element-3ed2bfd .coupon .input-text, .elementor-1980 .elementor-element.elementor-element-3ed2bfd .cart-collaterals .input-text, .elementor-1980 .elementor-element.elementor-element-3ed2bfd select, .elementor-1980 .elementor-element.elementor-element-3ed2bfd .select2-selection--single{border-style:none;}@media(max-width:767px){.elementor-1980 .elementor-element.elementor-element-a5c8638{padding:16px 16px 16px 16px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-3ed2bfd */table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr {
    display: block;
    border: 1px solid #6ED1FF;
    padding: 0 10px;
    display: flx;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    margin-block: 20px;
}
td.product-remove {
    order: 5;
}
/*Hide Cart price */
tr.woocommerce-cart-form__cart-item.cart_item .woocommerce-Price-amount {
    display: none;
}
/*Image size*/
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 8px;
    width: 64px!important;
}
td.product-thumbnail {
    padding: 10px!Important;
}
/*Cart Total Section*/
.cart_totals table.shop_table.shop_table_responsive tbody {
    border: 1px solid #6ED1FF;
    display: block;
    padding: 20px;
    border-radius: 10px;
    background:#E8F8FF;
}
/*Order Total*/
.cart_totals table.shop_table.shop_table_responsive tbody span.woocommerce-Price-amount.amount {
    font-size: 30px;
    color: #000!important;
    display: block;
}
.order-total span.woocommerce-Price-amount.amount {
    margin-top: 38px!important;
    display: block;
}
.cart_totals table.shop_table.shop_table_responsive tbody .cart-subtotal {
    font-size: 40px;
    color: #000!important;
    display: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a5c8638 */.kd-cart-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.kd-cart-items {
    flex: 2;
}

.kd-cart-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.kd-cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cfe6ff;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}

.kd-cart-item-left img {
    width: 60px;
}

.kd-cart-item-center h3 {
    font-size: 16px;
    margin: 0;
}

.kd-remove {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.kd-cart-summary {
    flex: 1;
    background: #eaf7fb;
    border-radius: 12px;
    padding: 24px;
}

.kd-cart-summary h3 {
    margin-bottom: 8px;
}

.kd-cart-total {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 22px;
}

.kd-checkout-btn {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
}

.kd-privacy {
    font-size: 12px;
    margin-top: 12px;
}
/* Tablets (<= 1024px) */
@media (max-width: 1024px) {

    .kd-cart-wrapper {
        gap: 24px;
    }

    .kd-cart-summary {
        padding: 20px;
    }

    .kd-cart-total {
        font-size: 20px;
    }
}

/* Mobile & Small Tablets (<= 768px) */
@media (max-width: 768px) {

    .kd-cart-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .kd-cart-items,
    .kd-cart-summary {
        width: 100%;
    }

    .kd-cart-title {
        font-size: 22px;
    }

    .kd-cart-item {
        padding: 14px;
        gap: 12px;
    }

    .kd-cart-item-left img {
        width: 50px;
    }

    .kd-cart-item-center h3 {
        font-size: 15px;
    }

    .kd-cart-summary h3 {
        font-size: 20px;
    }

    .kd-cart-total {
        font-size: 20px;
    }
}

/* Small Mobile (<= 480px) */
@media (max-width: 480px) {

    /* Main wrapper */
    .kd-cart-wrapper {
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }

    /* CART ITEMS */
    .kd-cart-items {
        width: 100%;
    }

    .kd-cart-item {
        display: flex;
        align-items: center;
        border: 1.5px solid #8ecbff;
        border-radius: 12px;
        padding: 14px;
        gap: 12px;
    }

    .kd-cart-item-left img {
        width: 52px;
        height: auto;
    }

    .kd-cart-item-center h3 {
        font-size: 15px;
        font-weight: 600;
    }

    .kd-cart-item-right {
        margin-left: auto;
    }

    .kd-remove {
        font-size: 14px;
        color: #000;
    }

    /* SUMMARY CARD */
    .kd-cart-summary {
        background: #eaf9ff;
        border: 1.5px solid #8ecbff;
        border-radius: 14px;
        padding: 18px;
    }

    .kd-cart-summary h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .kd-cart-summary p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    /* Divider line */
    .kd-cart-total {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        border-top: 1px solid #333;
        padding-top: 14px;
        margin-top: 14px;
    }

    .kd-cart-total span {
        font-size: 14px;
    }

    .kd-cart-total strong {
        font-size: 28px;
        font-weight: 800;
    }

    /* Privacy text */
    .kd-privacy {
        font-size: 12px;
        margin: 12px 0 0;
        line-height: 1.4;
    }

    /* CHECKOUT BUTTON (OUTSIDE CARD) */
    .kd-checkout-btn {
        width: 100%;
        margin-top: 12px;
        padding: 16px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 999px;
        background: #000;
        color: #fff;
        text-align: center;
    }
}/* End custom CSS */