.checkout-page .page-header{background:#fff;border-radius:5px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #0000001a;display:flex;justify-content:space-between;align-items:center}.checkout-page .page-header h1{margin:0;display:flex;align-items:center;gap:15px;color:#667eea;font-weight:700}.checkout-page .page-header h1 i{color:#667eea}.checkout-page .page-content{display:grid;grid-template-columns:1fr 400px;gap:30px}.checkout-page .summary-section{background:#fff;border-radius:5px;padding:20px;box-shadow:0 10px 30px #0000001a;height:fit-content;position:sticky;top:85px}.checkout-page .summary-title{font-size:22px;font-weight:700;color:#2d3748;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e2e8f0}.checkout-page .summary-row{display:flex;justify-content:space-between;margin-bottom:15px;color:#4a5568;font-size:15px}.checkout-page .summary-row.total{font-size:21px;font-weight:700;color:#2d3748;padding:5px 0;border-top:2px solid #e2e8f0;border-bottom:2px solid #e2e8f0;margin-top:20px;border-color:#667eea}.checkout-page .summary-row.total .amount{color:#667eea}.checkout-page .checkout-btn{width:100%;padding:16px;margin-top:25px;border:none;border-radius:5px;font-size:18px;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#0fbe1e,#0e8803);transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.checkout-page .continue-shopping{width:100%;padding:14px;margin-top:15px;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-page .continue-shopping:hover{background:#667eea;color:#fff}.checkout-page #selectAll:focus-visible,.checkout-page .item-checkbox:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.checkout-page .checkout-form{background:#fff;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #0000001a}.checkout-page .form-section{margin-bottom:30px}.checkout-page h3{color:#2d3748;font-weight:600;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.checkout-page .form-group{margin-bottom:20px}.checkout-page .form-label{display:block;margin-bottom:8px;color:#2d3748;font-weight:500}.checkout-page .form-input{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .3s ease}.checkout-page .form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.checkout-inline-label{font-weight:600;margin-right:4px}.checkout-form hr{opacity:1;border-top:2px solid;color:#667eea}.checkout-page .checkout-items{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px #0000001a;margin-bottom:400px}.checkout-page .checkout-item{display:flex;gap:20px;padding:20px;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:15px;background:#fafafa}.checkout-page .checkout-item-image{width:80px;height:100px;border-radius:6px;object-fit:cover;flex-shrink:0}.checkout-page .checkout-item-details{flex:1}.checkout-page .checkout-item-title{font-weight:600;color:#2d3748;margin-bottom:5px}.checkout-page .checkout-item-author{color:#718096;font-size:14px;margin-bottom:10px}.checkout-page .checkout-item-quantity{color:#4a5568;font-size:14px}.checkout-page .checkout-item-price{font-weight:700;color:#667eea;font-size:16px;text-align:right}.payment-method-section{margin-top:1rem}.payment-method-title{font-size:21px;font-weight:600;margin-bottom:.5rem}.payment-option{border-radius:.5rem;border:1px solid #e2e8f0;padding:.75rem .9rem;background-color:#fff;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem}.payment-option:hover{box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}.payment-option.selected{border-color:#0d6efd;background:linear-gradient(135deg,#f0f7ff,#e2f0ff)}.payment-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.05rem;color:#fff}.payment-option-name{font-weight:600}.payment-option-desc{font-size:.8rem;color:#718096}.radio-custom{width:20px;height:20px;border:2px solid #cbd5e0;border-radius:50%;display:flex;align-items:center;justify-content:center}.radio-custom.checked{border-color:#0d6efd}.radio-dot{width:12px;height:12px;border-radius:50%;background-color:#0d6efd;display:none}.radio-dot.show{display:block}.address-select-card{border:1px solid #e2e8f0;border-radius:.75rem;background-color:#fff;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.address-select-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #94a3b859}.address-select-card.is-active{border-color:#3b82f6;background-color:#eff6ff}i.icon-info-person{font-size:45px;color:#3b82f6}i.icon-delivery-address{font-size:45px;color:#eb0000}i.icon-selected-product{font-size:45px;color:#00a508}.checkout-page .discount-input-group{height:50px;display:flex;gap:10px}.checkout-page .discount-input{flex:1}.checkout-page .apply-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;min-width:130px;white-space:nowrap;transition:background .25s ease,box-shadow .25s ease,opacity .2s ease}.checkout-page .apply-btn:hover:not(:disabled){box-shadow:0 4px 12px #5568d359}.checkout-page .apply-btn:disabled{opacity:.8;cursor:default;box-shadow:none}.checkout-page .apply-btn-success{background:#16a34a;box-shadow:0 0 #16a34a66}.apply-btn-label,.apply-btn-spinner,.apply-btn-check{display:inline-flex;align-items:center;justify-content:center}.apply-btn-check i{font-size:18px;color:#fff;animation:checkout-check-pop .25s ease-out}.apply-btn-spinner-dot{width:1rem;height:1rem;border-radius:999px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:checkout-spin .6s linear infinite}@keyframes checkout-spin{to{transform:rotate(360deg)}}@keyframes checkout-check-pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.discount-message{font-size:.9rem;margin-top:.25rem}.discount-message-success{color:#198754}.discount-message-error{color:#dc3545}@media(max-width:992px){.checkout-page .page-content{grid-template-columns:1fr}.checkout-page .summary-section{position:static}.checkout-page .page-header{flex-direction:column;gap:20px;text-align:center}}.open-modal-voucher-walet-btn{background:#fff;color:#667eea;border:2px solid transparent;padding:5px 32px;font-size:18px;font-weight:600;border-radius:12px;box-shadow:0 4px 15px #0003;cursor:pointer;transition:all .3s ease}.open-modal-voucher-walet-btn:hover,.open-modal-voucher-walet-btn:focus{border-color:#667eea;outline:none}.wallet-coupon-row{display:flex;gap:16px;justify-content:space-between}.wallet-coupon-left{flex:1 1 auto;min-width:0}.wallet-coupon-right{flex:0 0 220px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-height:100%}.wallet-right-top,.wallet-right-bottom{display:flex;justify-content:flex-end;width:100%}.wallet-coupon-actions{position:static!important;margin-top:0!important;display:flex;gap:10px;justify-content:flex-end;align-items:center}
