.cart-wrapper{direction:rtl;grid-template-columns:70% 30%;gap:25px;width:100%;padding:0 80px 40px;display:grid}.cart-items-section{background-color:#fff;border:1px solid #dcdcdc;border-radius:25px;flex-direction:column;gap:20px;padding:20px;display:flex}.cart-product-card{background:#fff;align-items:center;gap:22px;padding:22px;transition:all .25s;display:flex}.cart-product-card:not(:last-child){border-bottom:1px solid #e5e7eb}.cart-product-card:hover{transform:translateY(-3px)}.cart-product-image img{object-fit:cover;border-radius:20px;width:135px;height:135px}.cart-product-info{flex:1}.special-badge{color:#ed1944;background-color:#fef5f7;border-radius:20px;align-items:center;padding:6px 14px;font-size:13px;display:inline-flex}.cart-product-info h3{color:#111827;margin:6px 0;font-size:18px;font-weight:500;line-height:1.8}.discount-badge{color:#fff;background-color:#ed1944;border-radius:7px;margin-right:10px;padding:2px 12px;font-size:14px;font-weight:600;display:inline-flex}.cart-price-section{text-align:left;min-width:190px}.final-price{color:#111;font-size:22px;font-weight:500}.old-price{color:#999;margin-top:8px;font-size:14px;text-decoration:line-through}.old-price-row{margin-top:10px}.quantity-control{border:1px solid #dcdcdc;border-radius:999px;justify-content:center;align-items:center;gap:20px;margin-top:18px;display:flex}.qty-btn{color:#14b8a6;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.qty-btn svg{width:18px;height:18px}.quantity-control span{text-align:center;color:#14b8a6;min-width:35px;font-size:18px;font-weight:700}.order-summary{position:relative}.summary-card{background:#fff;border:1px solid #dcdcdc;border-radius:25px;padding:25px;position:sticky;top:30px}.summary-card h2{margin-bottom:25px;font-size:22px}.summary-row{color:#555;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:15px;display:flex}.summary-row strong{color:#222}.summary-row .discount{color:#16a34a}.summary-card hr{background:#eee;border:none;height:1px;margin:25px 0}.summary-card .final-price{justify-content:space-between;align-items:center;font-size:18px;display:flex}.summary-card .final-price strong{font-size:23px}.checkout-btn{color:#fff;cursor:pointer;cursor:pointer;background:#14b8a6;border:none;border-radius:18px;justify-content:center;align-items:center;width:100%;height:55px;margin-top:25px;font-size:17px;text-decoration:none;transition:all .2s;display:flex}.checkout-btn:hover{background:#119d8d}@media (width<=1100px){.cart-wrapper{grid-template-columns:1fr;padding:0 20px}.summary-card{position:static}}@media (width<=700px){.cart-wrapper{padding:20px}.cart-product-card{flex-direction:column;align-items:flex-start}.cart-price-section{text-align:right;width:100%}}.color-badge,.size-badge{color:#374151;background:#f3f4f6;border-radius:15px;align-items:center;margin-left:8px;padding:6px 12px;font-size:12px;font-weight:400;display:inline-flex}.cart-items-header{justify-content:space-between;align-items:center;margin-bottom:18px;padding:0 5px;display:flex}.cart-items-title{color:#111827;align-items:center;gap:8px;font-size:18px;font-weight:800;display:flex}.cart-items-title svg{color:#111827}.cart-count-badge{color:#334155;background:#f1f5f9;border-radius:20px;padding:5px 14px;font-size:13px;font-weight:700}.checkout-progress{align-items:center;margin-bottom:35px;padding:40px 80px 10px;display:flex}.progress-step{color:#9ca3af;flex-direction:column;align-items:center;gap:10px;min-width:90px;display:flex}.step-icon{background:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.progress-step.active{color:#14b8a6;font-weight:700}.progress-step.active .step-icon{color:#fff;background:#14b8a6;border-color:#14b8a6}.progress-line{background:#e5e7eb;flex:1;height:2px;margin:0 15px}.step-icon svg{fill:none;width:25px;height:25px;transition:all .25s}@media (width<=992px){.checkout-progress{white-space:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;align-items:center;gap:0;margin-bottom:10px;padding:20px 10px;display:flex;overflow:auto hidden}.checkout-progress::-webkit-scrollbar{display:none}.progress-step{flex:0 0 110px}.progress-line{flex:0 0 60px;min-width:60px}}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:10px 30px;display:flex}.empty-cart img{width:220px;max-width:100%;margin-bottom:25px}.empty-cart h3{color:#111827;margin-bottom:10px;font-size:24px;font-weight:800}.empty-cart p{color:#6b7280;max-width:420px;margin-bottom:30px;line-height:2}.shop-btn{color:#fff;background:#111827;border-radius:12px;justify-content:center;align-items:center;padding:12px 28px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.shop-btn:hover{background:#000}.qty-btn.increase.disabled,.qty-btn.increase.disabled{cursor:not-allowed;opacity:.5}.qty-btn.loading{cursor:wait;pointer-events:none}.qty-btn:disabled{cursor:wait}.qty-loading{animation:.75s linear infinite qtyLoadingSpin;display:block}@keyframes qtyLoadingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
