.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;z-index:10000;animation:fadeIn .3s ease}.cart-container{width:100%;max-width:500px;height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.15);animation:slideInRight .3s ease;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.cart-header-title{display:flex;align-items:center;gap:.75rem}.cart-header-title h2{margin:0;font-size:1.5rem;font-weight:600}.cart-icon{width:28px;height:28px}.cart-count{background:hsla(0,0%,100%,.3);color:#fff;padding:.25rem .6rem;border-radius:12px;font-size:.875rem;font-weight:600}.cart-close-btn{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.cart-close-btn:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.cart-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scroll-behavior:smooth}.cart-content [role=button],.cart-content button{touch-action:pan-y pinch-zoom}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;flex:1}.empty-icon{width:80px;height:80px;color:#cbd5e0;margin-bottom:1rem}.cart-empty h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem}.cart-empty p{margin:0;color:#718096}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:#f7fafc;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.cart-item:hover{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,.15)}.cart-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.placeholder-icon{width:40px;height:40px;color:#a0aec0}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item-details h4{margin:0;font-size:1rem;font-weight:600;color:#2d3748}.service-name{margin:0;font-size:.875rem;color:#718096}.item-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.item-options span{font-size:.75rem;padding:.125rem .5rem;background:#fff;border-radius:4px;color:#4a5568}.item-price{margin:.5rem 0 0;font-size:1rem;font-weight:700;color:#667eea}.cart-item-actions{flex-direction:column}.cart-item-actions,.quantity-controls{display:flex;gap:.5rem;align-items:center}.quantity-controls{background:#fff;border-radius:8px;padding:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.quantity-controls button{width:28px;height:28px;border:none;background:#667eea;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.quantity-controls button:hover:not(:disabled){background:#5a67d8;transform:scale(1.1)}.quantity-controls button:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.5}.quantity-controls span{min-width:30px;text-align:center;font-weight:600;color:#2d3748}.cart-qty-readonly{min-width:40px;padding:.35rem .75rem;background:#f1f5f9;border-radius:8px;font-weight:600;color:#475569;font-size:.95rem;box-shadow:0 1px 2px rgba(0,0,0,.06)}.cart-qty-readonly,.remove-btn{display:flex;align-items:center;justify-content:center}.remove-btn{background:#fee;color:#e53e3e;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.remove-btn:hover{background:#fc8181;color:#fff}.cart-summary{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 4px 12px rgba(102,126,234,.3)}.summary-row{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:.95rem}.summary-row.total{padding-top:.75rem;border-top:2px solid hsla(0,0%,100%,.3);font-size:1.25rem;font-weight:700}.checkout-section{display:flex;flex-direction:column;gap:1.5rem;background:#f7fafc;padding:1.5rem;border-radius:12px}.form-group{gap:.5rem}.form-label{gap:.5rem;font-weight:600;color:#2d3748;font-size:.95rem}.form-textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:all .2s ease}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.order-type-options{display:flex;gap:.5rem;flex-wrap:wrap}.type-btn{padding:.5rem .75rem;border-radius:8px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:600;color:#2d3748;transition:all .18s ease}.type-btn:hover{border-color:#667eea;transform:translateY(-2px)}.type-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}input[type=datetime-local],input[type=number],input[type=text]{width:100%;padding:.6rem .75rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.95rem;transition:all .18s ease}input[type=datetime-local]:focus,input[type=number]:focus,input[type=text]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.06)}.order-type-options .type-btn{min-width:110px;text-align:center}.form-group input:disabled,.form-group input[disabled]{background:#f7fafc}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.payment-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:inherit}.payment-btn:hover{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,.15);transform:translateY(-2px)}.payment-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.payment-btn span{font-size:.875rem;font-weight:600}.payment-btn small{font-size:.75rem;opacity:.8}.message{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;font-size:.95rem}.error-message{background:#fff5f5;color:#c53030;border:1px solid #feb2b2}.success-message{background:#f0fff4;color:#276749;border:1px solid #9ae6b4}.checkout-btn,.confirm-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3)}.checkout-btn:hover,.confirm-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.confirm-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-actions{display:grid;grid-template-columns:1fr 2fr;gap:.75rem}.back-btn{padding:.875rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#667eea;color:#fff}.clear-cart-btn{width:100%;padding:.875rem;background:#fff;color:#e53e3e;border:2px solid #e53e3e;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.clear-cart-btn:hover{background:#e53e3e;color:#fff}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-content::-webkit-scrollbar{width:8px}.cart-content::-webkit-scrollbar-track{background:#f7fafc}.cart-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.cart-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width:768px){.cart-container{max-width:100%}.cart-header{padding:1rem}.cart-header-title h2{font-size:1.25rem}.cart-content{padding:1rem}.cart-item{padding:.875rem}.cart-item-image{width:70px;height:70px}.checkout-actions,.payment-methods{grid-template-columns:1fr}}.customer-info-section,.location-section{margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.section-title{display:flex;align-items:center;gap:8px;margin:0 0 1rem;font-size:16px;font-weight:600;color:#334155}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;direction:rtl;text-align:right}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input:invalid{border-color:#ef4444}.form-input:invalid:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.form-label{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}.form-label svg{width:16px;height:16px;color:#6b7280}@media (max-width:480px){.form-row{grid-template-columns:1fr;gap:.75rem}.customer-info-section,.location-section{padding:.75rem;margin-bottom:1rem}.section-title{font-size:15px}}.cart-item.submitted-order{position:relative;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;padding-top:3rem}.cart-item.submitted-order:hover{border-color:#cbd5e1;box-shadow:0 4px 16px rgba(0,0,0,.1)}.order-status-badge{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;border:2px solid;animation:slideDown .4s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.order-status-badge svg{width:16px;height:16px}.order-info{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.order-info p{margin:0;font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px}.order-info svg{width:14px;height:14px;flex-shrink:0}.provider-name{font-weight:600;color:#334155!important}.submit-time{color:#64748b!important}.order-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.message-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(16,185,129,.3)}.message-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.message-btn:active{transform:translateY(0)}.message-btn svg{width:18px;height:18px}.order-quantity{font-size:13px;color:#64748b;margin:0;font-weight:500}.cart-item.submitted-order[data-status=accepted]{border-left:4px solid #10b981}.cart-item.submitted-order[data-status=rejected]{border-left:4px solid #ef4444;opacity:.7}.cart-item.submitted-order[data-status=in-progress]{border-left:4px solid #3b82f6}.cart-item.submitted-order[data-status=completed]{border-left:4px solid #8b5cf6;opacity:.85}.cart-item.submitted-order[data-status=pending]{border-left:4px solid #f59e0b}@media (max-width:640px){.cart-item.submitted-order{padding-top:3.5rem}.order-status-badge{top:.5rem;right:.5rem;font-size:11px;padding:4px 10px}.message-btn{padding:8px 12px;font-size:13px}.message-btn span{display:none}.message-btn svg{width:20px;height:20px}.order-info{font-size:11px}}@keyframes orderPulse{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.4)}50%{box-shadow:0 0 0 10px rgba(16,185,129,0)}}.cart-item.submitted-order.new-order{animation:orderPulse 2s ease-in-out 3}.cart-item-controls{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.complete-order-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3);min-width:140px;justify-content:center}.complete-order-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4);background:linear-gradient(135deg,#764ba2,#667eea)}.complete-order-btn:active{transform:translateY(0)}.complete-order-btn svg{width:18px;height:18px}.item-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease;user-select:none}.item-checkbox-label:hover{background:#f3f4f6}.item-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.checkbox-text{font-size:14px;font-weight:500;color:#374151}.selected-items-actions{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;margin:16px 20px;border:2px solid #0284c7;animation:slideInUp .3s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.selected-count{color:#0284c7}.selected-count,.submit-selected-btn{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.submit-selected-btn{padding:12px 24px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(2,132,199,.3)}.submit-selected-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(2,132,199,.4);background:linear-gradient(135deg,#0369a1,#0284c7)}.submit-selected-btn:active{transform:translateY(0)}.cart-item-controls .quantity-controls{display:flex;align-items:center;gap:8px}.cart-item-controls .remove-btn{padding:8px;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:all .2s ease}.cart-item-controls .remove-btn:hover{background:#fecaca;transform:scale(1.05)}@media (max-width:640px){.complete-order-btn{padding:10px 14px;font-size:13px;min-width:120px}.complete-order-btn span{font-size:12px}.cart-item-controls{gap:8px}}.booking-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:calc(20px + env(safe-area-inset-top, 0px)) 20px calc(20px + env(safe-area-inset-bottom, 0px));animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.booking-modal-container{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(50px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.booking-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.1)}.booking-modal-header.green{background:linear-gradient(135deg,#10b981,#059669)}.booking-modal-header.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.booking-modal-header.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.booking-modal-title{display:flex;align-items:center;gap:12px;flex:1}.booking-modal-title h2{margin:0;font-size:24px;font-weight:700}.booking-modal-title p{margin:4px 0 0;font-size:14px;opacity:.9}.booking-modal-close{background:hsla(0,0%,100%,.2);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.booking-modal-close:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.booking-modal-body{padding:30px;overflow-y:auto;flex:1}.booking-modal-body::-webkit-scrollbar{width:8px}.booking-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.booking-modal-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.booking-steps{margin-bottom:30px}.booking-steps:before{content:"";position:absolute;top:20px;left:0;right:0;height:2px;background:#e2e8f0;z-index:0}.booking-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;z-index:1}.booking-step-circle{width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8;transition:all .3s ease}.booking-step.active .booking-step-circle{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.4)}.booking-step.completed .booking-step-circle{background:#10b981;border-color:#10b981;color:#fff}.booking-step-label{font-size:12px;color:#64748b;font-weight:500;text-align:center}.booking-step.active .booking-step-label{color:#667eea;font-weight:600}.booking-form-group{margin-bottom:24px}.booking-form-label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.booking-form-label.required:after{content:"*";color:#ef4444;margin-left:4px}.booking-form-input,.booking-form-select,.booking-form-textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .3s ease;background:#fff;font-family:inherit}.booking-form-input:focus,.booking-form-select:focus,.booking-form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.booking-form-textarea{resize:vertical;min-height:100px}.booking-form-error{color:#ef4444;font-size:13px;margin-top:6px;display:flex;align-items:center;gap:4px}.booking-date-group{display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-info-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:16px;padding:20px;margin-bottom:24px}.booking-info-card.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fcd34d}.booking-info-card.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#6ee7b7}.booking-info-title{display:flex;align-items:center;gap:10px;font-weight:700;color:#0c4a6e;margin-bottom:8px;font-size:16px}.booking-info-card.warning .booking-info-title{color:#78350f}.booking-info-card.success .booking-info-title{color:#064e3b}.booking-info-text{color:#0369a1;font-size:14px;line-height:1.6}.booking-info-card.warning .booking-info-text{color:#92400e}.booking-info-card.success .booking-info-text{color:#065f46}.booking-summary{background:#f8fafc;border-radius:16px;padding:20px;margin-bottom:24px}.booking-summary-title{font-weight:700;color:#1e293b;margin-bottom:16px;font-size:18px}.booking-summary-item{display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.booking-summary-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;padding-top:12px;border-top:2px solid #667eea}.booking-summary-label{color:#64748b;font-size:14px}.booking-summary-value{font-weight:600;color:#1e293b}.booking-summary-item:last-child .booking-summary-value{color:#667eea;font-size:18px}.booking-modal-footer{padding:20px 30px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between}.booking-btn{padding:14px 28px;border:none;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;flex:1}.booking-btn-back{background:#fff;color:#64748b;border:2px solid #e2e8f0}.booking-btn-back:hover{background:#f8fafc;border-color:#cbd5e1}.booking-btn-next,.booking-btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.booking-btn-next:hover,.booking-btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.booking-btn-submit{background:linear-gradient(135deg,#10b981,#059669)}.booking-btn-submit:hover{box-shadow:0 8px 20px rgba(16,185,129,.4)}.booking-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.booking-success{text-align:center;padding:40px 20px}.booking-success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.booking-success h3{color:#1e293b;font-size:24px;margin-bottom:12px}.booking-success p{color:#64748b;margin-bottom:24px;line-height:1.6}@media (max-width:640px){.booking-modal-container{max-width:100%;border-radius:24px 24px 0 0;max-height:95vh}.booking-modal-header{padding:12px 16px;display:none}.booking-modal-title h2{font-size:16px}.booking-modal-title p{font-size:12px;margin:2px 0 0}.booking-modal-body{padding:12px}.booking-date-group{grid-template-columns:1fr}.booking-modal-footer{flex-direction:row;gap:6px;padding:8px 12px}.booking-btn{flex:1;padding:10px 12px;font-size:14px;border-radius:10px}.booking-modal-close{display:none!important}}.booking-modal-content.transport-modal .booking-modal-header,.transport-header{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.transport-modal .booking-step.active .booking-step-circle{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border-color:#8b5cf6}.transport-modal .booking-btn-next,.transport-modal .booking-btn-submit{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.transport-modal .booking-summary-item:last-child .booking-summary-value{color:#8b5cf6}.transport-modal .price-summary{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:2px solid #ddd6fe;border-radius:16px;padding:20px;margin-top:24px}.transport-modal .price-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ddd6fe;color:#5b21b6}.transport-modal .price-row.total{border-top:2px solid #8b5cf6;border-bottom:none;font-weight:700;font-size:18px;color:#6d28d9;padding-top:16px;margin-top:8px}.booking-modal-content.delivery-modal .booking-modal-header,.delivery-header{background:linear-gradient(135deg,#14b8a6,#0d9488)}.delivery-modal .booking-step.active .booking-step-circle{background:linear-gradient(135deg,#14b8a6,#0d9488);border-color:#14b8a6}.delivery-modal .booking-btn-next,.delivery-modal .booking-btn-submit{background:linear-gradient(135deg,#14b8a6,#0d9488)}.delivery-modal .booking-summary-item:last-child .booking-summary-value{color:#14b8a6}.delivery-modal .info-box{background:linear-gradient(135deg,#ccfbf1,#99f6e4);border:2px solid #5eead4;border-radius:12px;padding:16px;margin-top:20px;display:flex;align-items:center;gap:10px}.delivery-modal .info-box p{margin:0;color:#134e4a;font-size:14px}.delivery-modal .price-breakdown{background:#f0fdfa;border-radius:12px;padding:16px;margin-top:16px}.delivery-modal .price-breakdown .price-row{display:flex;justify-content:space-between;padding:10px 0;color:#115e59}.delivery-modal .price-breakdown .price-row.total-price{border-top:2px solid #14b8a6;margin-top:10px;padding-top:14px;font-weight:700;font-size:18px;color:#0d9488}.booking-modal-content.restaurant-modal .booking-modal-header,.restaurant-header{background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;align-items:center;gap:12px}.restaurant-modal .booking-step.active .booking-step-circle{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b}.restaurant-modal .booking-btn-next,.restaurant-modal .booking-btn-submit{background:linear-gradient(135deg,#f59e0b,#d97706)}.restaurant-modal .booking-summary-item:last-child .booking-summary-value{color:#f59e0b}.restaurant-modal .order-summary{background:#fffbeb;border:2px solid #fde68a;border-radius:16px;padding:20px;margin-bottom:24px}.restaurant-modal .order-summary h4{color:#92400e;margin-bottom:16px;font-size:16px;font-weight:700}.restaurant-modal .order-items{display:flex;flex-direction:column;gap:12px}.restaurant-modal .order-item{display:flex;align-items:center;gap:12px;background:#fff;padding:12px;border-radius:12px;border:1px solid #fde68a}.restaurant-modal .order-item img{width:60px;height:60px;border-radius:8px;object-fit:cover}.restaurant-modal .item-details{flex:1}.restaurant-modal .item-name{font-weight:600;color:#78350f;display:block;margin-bottom:4px}.restaurant-modal .item-quantity{font-size:13px;color:#92400e}.restaurant-modal .item-price{font-weight:700;color:#f59e0b}.restaurant-modal .radio-group{display:flex;flex-direction:column;gap:12px}.restaurant-modal .radio-option{display:flex;align-items:center;gap:10px;padding:14px;background:#fff;border:2px solid #fde68a;border-radius:12px;cursor:pointer;transition:all .3s ease}.restaurant-modal .radio-option:hover{background:#fffbeb;border-color:#fbbf24}.restaurant-modal .radio-option input[type=radio]{width:20px;height:20px;cursor:pointer}.restaurant-modal .radio-option input[type=radio]:checked+span{color:#f59e0b;font-weight:600}.restaurant-modal .radio-option span{display:flex;align-items:center;gap:8px;color:#78350f}.booking-modal-content.store-modal .booking-modal-header,.store-header{background:linear-gradient(135deg,#ec4899,#db2777);display:flex;align-items:center;gap:12px}.store-modal .booking-step.active .booking-step-circle{background:linear-gradient(135deg,#ec4899,#db2777);border-color:#ec4899}.store-modal .booking-btn-next,.store-modal .booking-btn-submit{background:linear-gradient(135deg,#ec4899,#db2777)}.store-modal .booking-summary-item:last-child .booking-summary-value{color:#ec4899}.store-modal .order-summary{background:#fdf2f8;border:2px solid #fbcfe8;border-radius:16px;padding:20px;margin-bottom:24px}.store-modal .order-summary h4{color:#831843;margin-bottom:16px;font-size:16px;font-weight:700}.store-modal .order-items{display:flex;flex-direction:column;gap:12px}.store-modal .order-item{display:flex;align-items:center;gap:12px;background:#fff;padding:12px;border-radius:12px;border:1px solid #fbcfe8}.store-modal .order-item img{width:60px;height:60px;border-radius:8px;object-fit:cover}.store-modal .item-details{flex:1}.store-modal .item-name{font-weight:600;color:#831843;display:block;margin-bottom:4px}.store-modal .item-quantity{font-size:13px;color:#9f1239}.store-modal .item-price{font-weight:700;color:#ec4899}.store-modal .radio-group{display:flex;flex-direction:column;gap:12px}.store-modal .radio-option{display:flex;align-items:center;gap:10px;padding:14px;background:#fff;border:2px solid #fbcfe8;border-radius:12px;cursor:pointer;transition:all .3s ease}.store-modal .radio-option:hover{background:#fdf2f8;border-color:#f9a8d4}.store-modal .radio-option input[type=radio]{width:20px;height:20px;cursor:pointer}.store-modal .radio-option input[type=radio]:checked+span{color:#ec4899;font-weight:600}.store-modal .radio-option span{display:flex;align-items:center;gap:8px;color:#831843}.order-summary-invoice{background:#fff;border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;margin-top:16px;margin-bottom:24px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.form-section-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin:24px 0 8px}.form-section-divider .divider-line{flex:1;height:2px;background:linear-gradient(90deg,transparent,#e5e7eb 50%,#e5e7eb);border-radius:2px}.form-section-divider .divider-line:last-child{background:linear-gradient(90deg,#e5e7eb,#e5e7eb 50%,transparent)}.form-section-divider .divider-text{font-size:14px;font-weight:600;color:#64748b;white-space:nowrap;padding:4px 12px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}@media (max-width:768px){.form-section-divider{margin:16px 0 4px;gap:8px}.form-section-divider .divider-text{font-size:12px;padding:3px 10px}}.invoice-header-mini{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:16px 20px;border-bottom:2px dashed #e5e7eb;text-align:center}.invoice-header-mini h4{margin:0;font-size:18px;font-weight:700;color:#1e293b;display:flex;align-items:center;justify-content:center;gap:8px}.invoice-header-mini .invoice-badge{display:inline-flex;align-items:center;padding:4px 10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:11px;font-weight:600;border-radius:12px;margin-right:8px}.invoice-items-list{padding:0}.invoice-item-row-mini{display:flex;align-items:center;padding:14px 20px;border-bottom:1px solid #f1f5f9;transition:background .2s ease}.invoice-item-row-mini:last-child{border-bottom:none}.invoice-item-row-mini:hover{background:#fefce8}.invoice-item-img{width:50px;height:50px;border-radius:10px;object-fit:cover;margin-left:14px;border:2px solid #f1f5f9}.invoice-item-info{flex:1;min-width:0}.invoice-item-name{font-weight:600;color:#1e293b;font-size:15px;display:block;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-item-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:#64748b}.invoice-item-qty{background:#f1f5f9}.invoice-item-qty,.invoice-item-weight{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;font-weight:500}.invoice-item-weight{background:#d1fae5;color:#059669}.invoice-item-price{font-weight:700;color:#f59e0b;font-size:16px;white-space:nowrap}.invoice-totals-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:16px 20px;border-top:2px dashed #e5e7eb}.invoice-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;color:#475569;font-size:14px}.invoice-row.subtotal{border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:8px}.invoice-row.total{padding-top:12px;border-top:2px solid #10b981;margin-top:8px}.invoice-row.total span:first-child{font-weight:700;font-size:16px;color:#1e293b}.invoice-row.total span:last-child{font-weight:700;font-size:20px;color:#10b981}.invoice-empty{padding:40px 20px;text-align:center;color:#94a3b8}.invoice-empty svg{width:48px;height:48px;margin-bottom:12px;opacity:.5}.store-modal .invoice-header-mini .invoice-badge{background:linear-gradient(135deg,#ec4899,#db2777)}.store-modal .invoice-item-price{color:#ec4899}.restaurant-modal .invoice-header-mini .invoice-badge{background:linear-gradient(135deg,#f59e0b,#d97706)}.restaurant-modal .invoice-item-price{color:#f59e0b}@media (max-width:768px){.order-summary-invoice{border-radius:12px;margin-top:12px;margin-bottom:16px}.invoice-header-mini{padding:12px 14px}.invoice-header-mini h4{font-size:15px}.invoice-header-mini .invoice-badge{font-size:10px;padding:3px 8px}.invoice-item-row-mini{padding:10px 14px}.invoice-item-img{width:40px;height:40px;margin-left:10px}.invoice-item-name{font-size:13px}.invoice-item-meta{font-size:11px;gap:8px}.invoice-item-price{font-size:14px}.invoice-totals-section{padding:12px 14px}.invoice-row{font-size:13px;padding:6px 0}.invoice-row.total span:first-child{font-size:14px}.invoice-row.total span:last-child{font-size:17px}}.booking-modal-content{background:#fff;border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px rgba(0,0,0,.25);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}.modal-close-btn{background:hsla(0,0%,100%,.2);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.modal-close-btn:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.steps-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ef4444;color:#fff;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;margin-left:8px}.steps-close-btn:hover{background:#dc2626;transform:scale(1.1)}.steps-close-btn:active{transform:scale(.95)}.booking-steps{justify-content:space-between;padding:24px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.booking-steps,.step{display:flex;position:relative}.step{flex-direction:column;align-items:center;gap:8px;flex:1}.step-number{width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8;transition:all .3s ease;z-index:2}.step.active .step-number{border-color:currentColor;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.step.completed .step-number{background:#10b981;border-color:#10b981;color:#fff}.step-label{font-size:12px;color:#64748b;font-weight:500;text-align:center}.step.active .step-label{font-weight:700}.booking-step{padding:30px}.step-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1/-1}.form-group label{font-weight:600;color:#334155;font-size:14px;display:flex;align-items:center;gap:6px}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:currentColor;box-shadow:0 0 0 4px rgba(0,0,0,.05)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:13px;display:flex;align-items:center;gap:4px}.review-step{padding:30px}.review-section{margin-bottom:28px;padding-bottom:28px;border-bottom:2px solid #f1f5f9}.review-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.review-section h4{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:16px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.review-item{display:flex;flex-direction:column;gap:6px}.review-item.full-width{grid-column:1/-1}.review-item .label{font-size:13px;color:#64748b;font-weight:500}.review-item .value{font-size:15px;color:#1e293b;font-weight:600}.order-items-review{display:flex;flex-direction:column;gap:10px;background:#f8fafc;padding:16px;border-radius:12px}.review-order-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.success-step{text-align:center;padding:40px 20px}.success-animation{margin-bottom:24px}.success-icon{color:#10b981;animation:successPulse .6s ease}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.success-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:12px}.success-message{color:#64748b;margin-bottom:24px;line-height:1.6}.success-details{background:#f8fafc;border-radius:16px;padding:20px;text-align:right}.success-details p{margin:8px 0;color:#475569}.success-price{font-size:20px;font-weight:700;color:#10b981}.order-status,.success-price{margin-top:16px;padding-top:16px;border-top:2px solid #e2e8f0}.order-status{font-size:16px}.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-accepted,.status-pending{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-weight:600;font-size:14px}.status-accepted{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-rejected{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border-radius:8px;font-weight:600;font-size:14px}.btn-primary,.btn-secondary{padding:14px 28px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;border:none;flex:1}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(16,185,129,.3)}.btn-secondary{background:#fff;color:#64748b;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.transport-modal .step.active .step-number{background:linear-gradient(135deg,#8b5cf6,#6d28d9);border-color:#8b5cf6}.delivery-modal .step.active .step-number{background:linear-gradient(135deg,#14b8a6,#0d9488);border-color:#14b8a6}.restaurant-modal .step.active .step-number{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b}.store-modal .step.active .step-number{background:linear-gradient(135deg,#ec4899,#db2777);border-color:#ec4899}.input-with-button{display:flex;gap:8px;align-items:stretch}.input-with-button input{flex:1;margin:0}.location-btn{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;flex-shrink:0}.location-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.location-btn:disabled{opacity:.7;cursor:not-allowed}.location-btn .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.input-with-button{gap:6px}.location-btn{width:44px;min-width:44px;height:44px}}.provider-payment-section{margin-top:20px;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}.payment-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:30px;color:#64748b}.payment-loading .spinner{animation:spin 1s linear infinite}.provider-payment-info{display:flex;flex-direction:column;gap:16px}.payment-method-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1e293b;margin:0;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.payment-method-title svg{color:#6366f1}.bank-details,.digital-payment-details{display:flex;flex-direction:column;gap:10px}.provider-payment-info .detail-row{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.provider-payment-info .detail-row.highlight{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.provider-payment-info .detail-row .label{font-size:13px;color:#64748b;min-width:100px}.provider-payment-info .detail-row .value{flex:1;font-weight:500;color:#1e293b}.provider-payment-info .detail-row .value.iban{font-family:monospace;font-size:14px;letter-spacing:.5px}.provider-payment-info .copy-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;color:#64748b;transition:all .2s ease}.provider-payment-info .copy-btn:hover{background:#e2e8f0;color:#3b82f6}.payment-link-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.payment-link-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.qr-payment-details{gap:16px}.qr-code-box,.qr-payment-details{display:flex;flex-direction:column;align-items:center}.qr-code-box{gap:10px;padding:20px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0}.qr-code-box img{width:180px;height:180px;object-fit:contain;border-radius:8px}.qr-code-box p{margin:0;color:#64748b;font-size:14px}.provider-notes{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;color:#92400e;font-size:14px}.provider-notes svg{flex-shrink:0;margin-top:2px}.provider-notes p{margin:0}.payment-amount-box{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:12px;font-size:16px}.payment-amount-box strong{font-size:20px;font-weight:700}.payment-instruction{margin:0;padding:12px;background:#eff6ff;border-radius:8px;color:#1e40af;font-size:14px;text-align:center;border:1px solid #bfdbfe}.no-payment-method{display:flex;flex-direction:column;align-items:center;gap:12px;padding:30px;text-align:center;color:#64748b}.no-payment-method svg{color:#f59e0b}.no-payment-method p{margin:0;font-size:14px}.no-payment-method p:first-of-type{font-weight:500;color:#374151}@media (max-width:480px){.provider-payment-section{padding:16px}.provider-payment-info .detail-row{flex-wrap:wrap}.provider-payment-info .detail-row .label{min-width:80px;font-size:12px}.provider-payment-info .detail-row .value{font-size:14px}.qr-code-box img{width:150px;height:150px}}.payment-options-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.payment-option{display:flex;align-items:center;gap:16px;padding:16px 20px;border:2px solid #e5e7eb;border-radius:14px;cursor:pointer;transition:all .3s ease;background:#fff}.payment-option:hover{border-color:#667eea;background:#f8f9ff}.payment-option.selected{border-color:#667eea;background:linear-gradient(135deg,#f0f3ff,#e8ebff);box-shadow:0 4px 12px rgba(102,126,234,.15)}.payment-option input[type=radio]{display:none}.payment-option svg{color:#667eea;flex-shrink:0}.payment-option-info{display:flex;flex-direction:column;gap:4px}.payment-option-title{font-weight:600;font-size:15px;color:#1f2937}.payment-option-desc{font-size:13px;color:#6b7280}.payment-details-preview{background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fcd34d;border-radius:12px;padding:16px 20px;margin-bottom:20px}.payment-details-preview h4{margin:0 0 12px;font-size:15px;color:#92400e}.payment-details-preview .bank-details p,.payment-details-preview>p{margin:8px 0;font-size:14px;color:#78350f}.payment-details-preview .qr-preview{text-align:center;margin:12px 0}.payment-details-preview .qr-preview img{max-width:120px;border-radius:8px;border:2px solid #fcd34d}.payment-note{font-size:12px!important;color:#b45309!important;margin-top:12px!important;padding-top:12px;border-top:1px dashed #fcd34d}.booking-summary-item.total{margin-top:12px;padding-top:12px;border-top:2px solid #e5e7eb}.booking-summary-item.total .booking-summary-label,.booking-summary-item.total .booking-summary-value{font-size:18px;font-weight:700;color:#667eea}@media (max-width:480px){.payment-option{padding:14px 16px}.payment-option svg{width:20px;height:20px}.payment-option-title{font-size:14px}.payment-option-desc{font-size:12px}}@media (max-width:768px){.booking-modal-close,.modal-close-btn{display:none!important}}.modal-mobile-close-footer{display:none}@media (max-width:768px){.modal-mobile-close-footer{display:none}.modal-mobile-close-footer .mobile-close-btn{width:100%;padding:10px;background:#ef4444;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:0 2px 8px rgba(239,68,68,.3);transition:all .2s}.modal-mobile-close-footer .mobile-close-btn:active{transform:scale(.98);background:#dc2626}.booking-steps{padding:8px 12px;margin-bottom:0;gap:0;align-items:center;justify-content:center}.steps-close-btn{width:28px;height:28px;margin-left:12px}.steps-close-btn svg{width:16px;height:16px}.booking-steps:before{display:none}.step{flex-direction:row;gap:0;flex:0}.booking-step{flex-direction:column!important;display:flex}.booking-step-circle,.step-number{width:26px;height:26px;font-size:12px;border-width:2px}.booking-step-label,.step-label{display:none!important}.booking-step:not(:last-child):after,.step:not(:last-child):after{content:"→";margin:0 8px;color:#cbd5e1;font-size:14px}.booking-step.active:after,.booking-step.completed:after,.step.active:after,.step.completed:after{color:#10b981}.booking-step{padding:12px}.step-title{font-size:15px;margin-bottom:12px}.form-grid{grid-template-columns:1fr;gap:10px}.form-group{gap:3px}.form-group label{font-size:12px}.form-group input,.form-group select,.form-group textarea{padding:8px 10px;font-size:14px;border-radius:8px}.order-summary{padding:10px;margin-bottom:12px}.order-summary h4{font-size:13px;margin-bottom:8px}.order-item{padding:8px;gap:8px}.order-item img{width:40px!important;height:40px!important}.radio-option{padding:10px}.review-section{padding:10px;margin-bottom:10px}.review-section h4{font-size:13px;margin-bottom:8px}.review-item{font-size:12px}.price-breakdown{padding:10px}.price-row{padding:6px 0;font-size:13px}.success-step{padding:20px 12px}.success-animation svg{width:50px!important;height:50px!important}.success-title{font-size:16px}.success-message{font-size:13px;margin-bottom:12px}.success-details{padding:10px}.booking-modal-content.delivery-modal .booking-modal-header,.booking-modal-content.restaurant-modal .booking-modal-header,.booking-modal-content.store-modal .booking-modal-header,.booking-modal-content.transport-modal .booking-modal-header,.delivery-header,.restaurant-header,.store-header,.transport-header{display:none!important}}