.elementor-7505 .elementor-element.elementor-element-ee07da3{--display:flex;--min-height:100vh;--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;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-7505 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-7505{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-7505 .dialog-message{width:500px;height:custom;align-items:flex-start;}#elementor-popup-modal-7505 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-7505 .elementor-element.elementor-element-ee07da3{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-ee07da3 */.kxizer-item {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.kxizer-img-box img {
    width: 90px;
    height: 110px; /* Vertikal ala brand fashion */
    object-fit: cover;
}

.kxizer-info-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kxizer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kxizer-name {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 70%;
}

.kxizer-remove-btn {
    font-size: 10px;
    color: #999;
    text-decoration: underline;
}

.kxizer-qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    gap: 10px;
    padding: 2px 8px;
}

.kxizer-wishlist {
    font-size: 10px;
    margin-top: 10px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #555;
    width: fit-content;
}/* End custom CSS */
/* Start custom CSS *//* Menghilangkan tabel besar dan elemen pengiriman yang mengganggu */
.kxizer-side-cart .woocommerce-shipping-totals, 
.kxizer-side-cart .coupon,
.kxizer-side-cart .cart-subtotal {
    display: none !important;
}

/* Mengatur list produk agar minimalis seperti CALLE */
.kxizer-side-cart ul.cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 350px; /* Ini yang membuat fitur SCROLL aktif */
    overflow-y: auto;
}

/* Mengatur tampilan item produk (gambar dan teks sejajar) */
.kxizer-side-cart ul.cart_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.kxizer-side-cart ul.cart_list li img {
    width: 60px;
    height: auto;
    margin-right: 15px;
}/* End custom CSS */