.custom-cart-item{display:flex;align-items:center;padding:20px;border-bottom:1px solid #eee;transition:background-color .3s ease}.custom-cart-item:hover{background-color:#f8f9fa}.custom-item-image{width:80px;height:80px;border-radius:8px;margin-right:30px;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.1)}.custom-item-details{flex:1;margin-right:15px}.custom-item-title{font-weight:600;color:#333;font-size:16px;margin:0}.custom-item-price{font-weight:700;color:#753389;font-size:18px;min-width:100px;text-align:right;margin-right:15px}.custom-remove-btn{background:#ff4757;color:white;border:none;border-radius:50px;padding:8px 12px;cursor:pointer;font-size:12px;transition:background-color .3s ease}.custom-remove-btn:hover{background:#a30f2f}.custom-cart-summary{background:#f8f9fa;padding:20px;border-top:2px solid #eee}.custom-summary-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-weight:700;font-size:18px;color:#333;border-top:2px solid #753389}.custom-checkout-buttons{display:flex;gap:35px;margin-top:20px;justify-content:center}.custom-btn-secondary{background:#fff;color:#753389;border:2px solid #753389}.custom-btn-secondary:hover{background:#753389;color:white;text-decoration:none}.custom-discount-section{margin-bottom:20px;padding:15px;background:#fff;border-radius:8px;border:1px solid #eee}.custom-discount-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;color:#333}.custom-discount-content{margin-top:15px;display:none}.custom-discount-content.active{display:block}.custom-discount-input{display:flex;gap:10px;margin-top:10px}.custom-discount-input input{flex:1;padding:10px;border:1px solid #ddd;border-radius:8px}.custom-apply-btn{background:#753389;color:white;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600}.custom-apply-btn:hover{background:#420055}.custom-loading{opacity:.6;pointer-events:none}@media (max-width:768px){.custom-cart-item{flex-direction:column;gap:15px;text-align:center}.custom-item-details{margin-right:0}.custom-checkout-buttons{flex-direction:column;gap:15px;align-items:center}}