.elementor-12 .elementor-element.elementor-element-1445a6f7{column-gap:55px;text-align:start;}/* Start custom CSS for text-editor, class: .elementor-element-1445a6f7 *//* PRODUCT CARD */
.woocommerce-cart .cart_item {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border: 1px solid #edf0f5;
}

/* PRODUCT IMAGE */
.woocommerce-cart .product-thumbnail img {
    border-radius: 18px;
    overflow: hidden;
}

/* PRODUCT TITLE */
.woocommerce-cart .product-name a {
    font-size: 20px;
    font-weight: 600;
    color: #5c7db8;
    text-decoration: none;
    line-height: 1.4;
}

/* PRICE */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    color: #7b8ca8;
    font-size: 16px;
    font-weight: 500;
}

/* QUANTITY INPUT */
.woocommerce-cart input.qty {
    border-radius: 14px;
    border: 1px solid #dbe3f0;
    padding: 8px;
    background: #f8fbff;
    color: #5c7db8;
}

/* REMOVE ICON */
.woocommerce-cart .product-remove a {
    background: #f4f7fc !important;
    border-radius: 12px;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
    transition: all 0.3s ease;
}

/* CUSTOM X */
.woocommerce-cart .product-remove a::before {
    content: "×";
    color: #7a92c2;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}

/* HOVER */
.woocommerce-cart .product-remove a:hover {
    background: #7a92c2 !important;
    transform: scale(1.08);
}

.woocommerce-cart .product-remove a:hover::before {
    color: #ffffff;
}


.woocommerce-cart .product-remove a:hover {
    background: #ffeff2;
    color: #ff4d6d !important;
    transform: scale(1.08);
}

/* UPDATE CART BUTTON */
.woocommerce button.button {
    background: #7d9bd1 !important;
    color: white !important;
    border-radius: 16px !important;
    padding: 14px 26px !important;
    border: none !important;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce button.button:hover {
    background: #5f80bf !important;
}

/* CART TOTALS BOX */
.cart-collaterals .cart_totals {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border: 1px solid #edf0f5;
}

/* HEADINGS */
.woocommerce-cart h2,
.woocommerce-cart h1 {
    color: #6c93c4;
    font-weight: 700;
}

/* TABLE CLEANUP */
.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce table.shop_table td {
    border-top: 1px solid 
    #6c93c4 !important;
}/* End custom CSS */