*{box-sizing:border-box}.novoshop-cart-wrapper{text-align:right;direction:rtl;background:#fff;min-height:400px;position:relative}.novoshop-cart-wrapper .loading{z-index:10;background:#fffffff2;border-radius:8px;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 6px #0000001a}.novoshop-cart-wrapper .loading span{color:#666;margin-right:10px;font-size:16px}.novoshop-cart-wrapper:not(.loaded){opacity:0;transition:opacity .3s}.novoshop-cart-wrapper.loaded{opacity:1}.novoshop-cart-wrapper input[type=text],.novoshop-cart-wrapper input[type=email],.novoshop-cart-wrapper input[type=tel],.novoshop-cart-wrapper input[type=number],.novoshop-cart-wrapper input[type=password],.novoshop-cart-wrapper input[type=url],.novoshop-cart-wrapper input[type=search],.novoshop-cart-wrapper textarea,.novoshop-cart-wrapper select{color:#374151;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:12px;outline:none;width:100%;padding:16px 20px;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.novoshop-cart-wrapper input:focus,.novoshop-cart-wrapper textarea:focus,.novoshop-cart-wrapper select:focus{border-color:var(--primary-color);background:#fefefe;transform:translateY(-1px);box-shadow:0 0 0 4px #ff66001a}.novoshop-cart-wrapper input:hover,.novoshop-cart-wrapper textarea:hover,.novoshop-cart-wrapper select:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.novoshop-cart-wrapper input::placeholder,.novoshop-cart-wrapper textarea::placeholder{color:#9ca3af;font-style:italic;transition:color .3s}.novoshop-cart-wrapper input:focus::placeholder,.novoshop-cart-wrapper textarea:focus::placeholder{color:#6b7280}.novoshop-cart-wrapper select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.novoshop-cart-wrapper textarea{resize:vertical;min-height:120px;line-height:1.6}.novoshop-cart-wrapper .input-group{margin-bottom:20px;position:relative}.novoshop-cart-wrapper .input-label{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.novoshop-cart-wrapper .input-icon{color:#9ca3af;pointer-events:none;font-size:18px;transition:color .3s;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.novoshop-cart-wrapper input:focus+.input-icon{color:var(--primary-color)}.novoshop-cart-wrapper .input-error{border-color:#ef4444!important;box-shadow:0 0 0 4px #ef44441a!important}.novoshop-cart-wrapper .input-success{border-color:#10b981!important;box-shadow:0 0 0 4px #10b9811a!important}.novoshop-cart-wrapper .input-error-message{color:#ef4444;align-items:center;gap:6px;margin-top:6px;font-size:14px;display:flex}.novoshop-cart-wrapper .input-error-message:before{content:"⚠";font-size:16px}.novoshop-cart-wrapper .input-success-message{color:#10b981;align-items:center;gap:6px;margin-top:6px;font-size:14px;display:flex}.novoshop-cart-wrapper .input-success-message:before{content:"✓";font-size:16px;font-weight:700}.novoshop-cart-wrapper input:disabled,.novoshop-cart-wrapper textarea:disabled,.novoshop-cart-wrapper select:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb;border-color:#e5e7eb}.novoshop-cart-wrapper input[readonly],.novoshop-cart-wrapper textarea[readonly]{color:#6b7280;cursor:default;background:#f9fafb}@media (width<=768px){.novoshop-cart-wrapper input[type=text],.novoshop-cart-wrapper input[type=email],.novoshop-cart-wrapper input[type=tel],.novoshop-cart-wrapper input[type=number],.novoshop-cart-wrapper input[type=password],.novoshop-cart-wrapper input[type=url],.novoshop-cart-wrapper input[type=search],.novoshop-cart-wrapper textarea,.novoshop-cart-wrapper select{border-radius:10px;padding:14px 16px;font-size:16px}.novoshop-cart-wrapper .input-icon{font-size:16px;right:14px}}.novoshop-cart-wrapper .container{max-width:1620px;margin:0 auto;padding:20px}.checkout-progress{justify-content:center;align-items:center;margin-bottom:40px;padding:20px 0;display:flex}.progress-step{flex-direction:column;align-items:center;display:flex;position:relative}.step-circle{background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;transition:all .3s;display:flex}.novoshop-cart-wrapper .progress-step.completed .step-circle{background:var(--primary-color)!important;color:#fff!important}.checkmark{font-size:18px;font-weight:700}.step-label{color:var(--secondary-color);font-size:14px;font-weight:500}.progress-line{background:#e5e7eb;width:100px;height:2px;margin:-20px 20px 0}.cart-content-wrapper{grid-template-columns:1fr 400px;align-items:start;gap:30px;display:grid}.cart-products-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.panel-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:20px}.panel-header h3{color:var(--secondary-color);margin:0;font-size:18px;font-weight:600}.products-table{padding:0}.table-headers{color:var(--secondary-color);background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:20px;font-size:14px;font-weight:600;display:grid}.header-cell{text-align:center}.products-list{padding:0}.product-item{border-bottom:1px solid #f3f4f6;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:20px;padding:20px;display:grid;position:relative}.product-item:last-child{border-bottom:none}.product-info{align-items:center;gap:15px;display:flex}.product-image{border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-details{flex:1}.product-name{color:var(--secondary-color);margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.4}.product-name a{color:inherit;text-decoration:none}.product-name a:hover{color:var(--primary-color)}.novoshop-cart-wrapper .product-price,.novoshop-cart-wrapper .product-subtotal{text-align:center;font-size:16px;font-weight:600;color:var(--primary-color)!important}.product-quantity{justify-content:center;align-items:center;display:flex}.quantity{background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;display:flex;overflow:hidden}.quantity input{text-align:center;width:50px;color:var(--secondary-color);background:0 0;border:none;outline:none;padding:8px;font-size:14px;font-weight:500}.quantity .qty-btn{color:var(--secondary-color);cursor:pointer;background:#f3f4f6;border:none;justify-content:center;align-items:center;padding:8px 12px;font-size:14px;font-weight:600;transition:background-color .15s;display:flex}.quantity .qty-btn:hover{background:#e5e7eb}.quantity .qty-btn.minus{border-radius:6px 0 0 6px}.quantity .qty-btn.plus{border-radius:0 6px 6px 0}.product-remove{position:absolute;top:10px;left:10px}.product-remove .remove{color:#9ca3af;background:#9ca3af1a;border:1px solid #9ca3af33;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.product-remove .remove:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:scale(1.1)}.discount-section{background:#f9fafb;border-top:1px solid #e5e7eb;padding:20px}.coupon-form{gap:10px;margin-bottom:15px;display:flex}.coupon-input{color:var(--secondary-color);background-color:#fff;border:1px solid #d1d5db;border-radius:6px;flex:1;padding:12px 16px;font-size:14px;font-weight:400;transition:border-color .15s}.coupon-input:focus{border-color:var(--primary-color);outline:0;box-shadow:0 0 0 3px #ff66001a}.apply-coupon-btn,.update-cart-btn{color:var(--secondary-color);cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;transition:all .2s;display:inline-flex}.apply-coupon-btn:hover,.update-cart-btn:hover{background:#e5e7eb;border-color:#9ca3af}.cart-summary-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;position:sticky;top:20px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.summary-content{padding:20px}.summary-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.summary-row:last-child{border-bottom:none}.summary-label{color:#6b7280;font-size:14px;font-weight:500}.summary-value{color:var(--primary-color);font-size:16px;font-weight:600}.discount-row .summary-value{color:var(--primary-color)}.total-row{background:#f9fafb;border-top:2px solid #e5e7eb;border-bottom:none;margin:0 -20px;padding:20px}.total-row .summary-label{color:var(--secondary-color);font-size:18px;font-weight:700}.total-row .summary-value{color:var(--primary-color);font-size:20px;font-weight:700}.shipping-note{color:#9ca3af;text-align:right;margin-top:-8px;margin-bottom:8px;font-size:12px}.checkout-button-wrapper{background:#f9fafb;border-top:1px solid #e5e7eb;padding:20px}.novoshop-cart-wrapper .checkout-button-wrapper .button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:16px 24px;font-size:16px;font-weight:600;line-height:1.5;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 4px #f603;background:var(--primary-color)!important;color:#fff!important}.novoshop-cart-wrapper .checkout-button-wrapper .button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #ff66004d;background:var(--primary-dark)!important}@media (width<=1024px){.cart-content-wrapper{grid-template-columns:1fr;gap:20px}.cart-summary-panel{position:static}}@media (width<=768px){.container{padding:10px}.checkout-progress{margin-bottom:20px}.progress-line{width:60px;margin:0 10px}.step-label{font-size:12px}.table-headers,.product-item{text-align:center;grid-template-columns:1fr;gap:10px}.product-info{text-align:center;flex-direction:column}.product-image{width:100px;height:100px}.product-remove{order:-1;margin-bottom:10px;position:static}}@media (width<=480px){.step-circle{width:30px;height:30px}.checkmark{font-size:14px}.step-label{font-size:10px}.progress-line{width:40px;margin:0 5px}.panel-header,.summary-content,.discount-section,.checkout-button-wrapper,.product-item{padding:15px}.product-image{width:80px;height:80px}}.button.loading{position:relative;color:#0000!important}.button.loading:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-item.hovered{background:#ff660005;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.progress-step.completed .step-circle.animate{animation:.6s ease-in-out checkmarkPulse}@keyframes checkmarkPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.summary-row{opacity:0;animation:.5s ease-out forwards slideInRight;transform:translate(20px)}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.product-item,.summary-row,.button,.quantity .qty-btn{transition:all .3s cubic-bezier(.4,0,.2,1)}.coupon-input:focus,.quantity input:focus{transform:scale(1.02);box-shadow:0 0 0 3px #ff66001a}.novoshop-cart-wrapper{direction:rtl}.novoshop-cart-wrapper *{text-align:right}.novoshop-cart-wrapper .product-info{flex-direction:row-reverse}.novoshop-cart-wrapper .product-remove{left:auto;right:10px}.novoshop-cart-wrapper .floating-elements{left:20px;right:auto}@media (width<=768px){.novoshop-cart-wrapper .floating-elements{left:10px}}