/* Σελίδα stores (αποτελέσματα καταστημάτων για μια διεύθυνση) στο στυλ των f4c modal */
.f4c-stores-page {
	margin-top: -90px;
	padding-bottom: 48px;
	background: #efefef;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 'Ubuntu', Arial, sans-serif;
	color: #111;
}
.f4c-stores-page *,
.f4c-stores-page *::before,
.f4c-stores-page *::after {
	box-sizing: border-box;
}
.f4c-stores-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}
.f4c-stores-hero.apage-image {
	/* χωρίς position: η σελίδα ανεβαίνει κάτω από τη μπάρα κορυφής (margin-top -90px) και η μπάρα πρέπει να μένει από πάνω */
	height: auto;
	min-height: 300px;
	opacity: 1;
}
.f4c-stores-hero-overlay {
	display: flex;
	align-items: flex-end;
	min-height: 300px;
	padding: 120px 0 70px;
	background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.78));
}
.f4c-stores-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.1;
}
.f4c-stores-address {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	color: rgba(255,255,255,.92);
	font-size: 16px;
}
.f4c-stores-address b {
	color: #fff;
}
.f4c-stores-change,
.f4c-stores-change-area {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 4px 14px;
	border-radius: 999px;
	background: #fff;
	color: #111 !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}
.f4c-stores-change:hover,
.f4c-stores-change-area:hover {
	background: #f0f0f0;
}

/* κορυφή χωρίς εικόνα φόντου (δοκιμαστικά στη σελίδα stores) */
.f4c-stores-hero.f4c-hero-plain {
	background: #efefef;
}
.f4c-hero-plain .f4c-stores-hero-overlay {
	min-height: 0;
	padding: 120px 0 54px;
	background: none;
}
.f4c-hero-plain h1 {
	color: #111;
}
.f4c-hero-plain .f4c-stores-address {
	color: #555;
}
.f4c-hero-plain .f4c-stores-address b {
	color: #111;
}
.f4c-hero-plain .f4c-stores-change,
.f4c-hero-plain .f4c-stores-change-area {
	background: #111;
	color: #fff !important;
}
.f4c-hero-plain .f4c-vco-store {
	border: 1px solid #ececec;
	background: #fff;
}
.f4c-hero-plain .f4c-stores-change:hover,
.f4c-hero-plain .f4c-stores-change-area:hover {
	background: #2a2a2a;
}

/* μπάρα κορυφής (head.php) πάνω από ανοιχτή κορυφή: σκούρο logo, ☰ σε πλαίσιο στοιχισμένο με το περιεχόμενο */
.f4c-plain-header #top-bar td:first-child {
	padding-left: 16px !important;
}
.f4c-plain-header #top-bar td:last-child {
	padding-right: 16px !important;
}
.f4c-plain-header #top-bar .menu_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-top: 6px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.06);
	text-decoration: none !important;
}
.f4c-plain-header #top-bar .menu_link:hover {
	border-color: #cfcfcf;
}
.f4c-plain-header #top-bar .menu_link .ac1 {
	padding: 0;
	color: #111 !important;
	font-size: 18px;
}

/* αναζήτηση + φίλτρα */
.f4c-stores-toolbar {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin-top: -30px;
	padding: 12px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.f4c-stores-search.f4c-field {
	flex: 1 1 auto;
	margin: 0;
}
.f4c-stores-filter-btn {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	padding: 0 22px;
	border: 1px solid #111;
	border-radius: 14px;
	background: #111;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}
.f4c-stores-filter-btn:hover {
	background: #2a2a2a;
}
.f4c-filter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 12px;
}
.f4c-filter-count[hidden] {
	display: none;
}

/* μπάρα κατηγοριών κάτω από την αναζήτηση */
.f4c-catbar {
	display: flex;
	gap: 10px;
	/* ίδιες άκρες με την αναζήτηση και τις κάρτες: το scroll μένει μέσα στο πλάτος της σελίδας */
	margin: 16px 0 0;
	padding: 2px 0 6px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.f4c-catbar::-webkit-scrollbar {
	display: none;
}
.f4c-cat {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 10px 18px 10px 10px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	color: #111;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	scroll-snap-align: start;
	transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.f4c-cat:hover {
	border-color: #cfcfcf;
	box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
.f4c-cat-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #111;
	color: #fff;
	font-size: 19px;
}
.f4c-cat-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.f4c-cat-name {
	color: #111;
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
}
.f4c-cat-sub {
	margin-top: 2px;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
}
.f4c-cat.is-active {
	border-color: #e5d974;
	background: #e5d974;
}
.f4c-cat.is-active .f4c-cat-icon {
	background: #111;
	color: #fff;
}
.f4c-cat.is-active .f4c-cat-name {
	color: #111;
}
.f4c-cat.is-active .f4c-cat-sub {
	color: #333;
}
.f4c-catbar + .f4c-stores-grid {
	margin-top: 12px;
}

/* αποτελέσματα */
.f4c-stores-grid {
	display: grid;
	/* min(340px, 100%): σε στενές οθόνες η στήλη δεν ξεπερνά το πλάτος της σελίδας */
	grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
	gap: 16px;
	margin-top: 24px;
}
.f4c-store-card {
	display: flex;
	flex-direction: column;
	/* χωρίς min-width: 0 το grid item μεγαλώνει όσο το μεγαλύτερο περιεχόμενό του (nowrap τίτλος, κουτάκια) */
	min-width: 0;
	box-sizing: border-box;
	gap: 14px;
	padding: 18px;
	border: 1px solid #ececec;
	border-radius: 20px;
	background: #fff;
	color: #111 !important;
	text-decoration: none !important;
	transition: transform .15s ease, box-shadow .15s ease;
}
.f4c-store-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(0,0,0,.10);
}
.f4c-store-card.is-closed {
	opacity: .72;
}
.f4c-store-head {
	display: flex;
	align-items: center;
	gap: 14px;
}
.f4c-store-logo {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: center center;
	color: #999;
	font-size: 24px;
}
.f4c-store-title {
	flex: 1 1 auto;
	min-width: 0;
}
.f4c-store-name {
	margin: 0;
	overflow: hidden;
	color: #111;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.25;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f4c-store-cats {
	margin-top: 4px;
	overflow: hidden;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f4c-store-badge {
	flex: 0 0 auto;
	align-self: flex-start;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fdecec;
	color: #b3261e;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}
.f4c-store-address {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	overflow-wrap: anywhere;
	color: #555;
	font-size: 14px;
}
.f4c-store-address i {
	color: #111;
}
.f4c-store-meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
}
.f4c-store-stat {
	min-width: 0;
	padding: 10px 12px;
	border-radius: 14px;
	background: #f7f7f7;
}
.f4c-store-stat-label {
	display: block;
	color: #777;
	font-size: 12px;
}
.f4c-store-stat-value {
	display: block;
	margin-top: 2px;
	color: #111;
	font-size: 16px;
	font-weight: 800;
}
.f4c-store-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.f4c-store-tags:empty {
	display: none;
}
.f4c-store-tags span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border: 1px solid #ececec;
	border-radius: 999px;
	color: #444;
	font-size: 12px;
	font-weight: 700;
}
.f4c-stores-empty {
	grid-column: 1 / -1;
	max-width: 560px;
	margin: 10px auto 0;
	padding: 34px;
	border-radius: 22px;
	background: #fff;
	text-align: center;
}
.f4c-stores-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: #f2f2f2;
	color: #111;
	font-size: 30px;
}
.f4c-stores-empty h3 {
	margin: 18px 0 8px;
	font-size: 24px;
	font-weight: 900;
}
.f4c-stores-empty p {
	margin: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.55;
}
.f4c-stores-empty .f4c-btn {
	margin-top: 22px;
}

/* σελίδα areas: πόλεις ανά περιοχή */
.f4c-areas {
	margin-top: 24px;
}
.f4c-area {
	margin-bottom: 16px;
	padding: 20px;
	border: 1px solid #ececec;
	border-radius: 20px;
	background: #fff;
}
.f4c-area-title {
	margin: 0 0 14px;
	color: #111;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -.01em;
}
.f4c-city-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
}
.f4c-city {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 52px;
	padding: 10px 14px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #f7f7f7;
	color: #111 !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background .15s ease, border-color .15s ease;
}
.f4c-city:hover {
	border-color: #111;
	background: #fff;
}
.f4c-city-name i {
	margin-right: 6px;
	color: #999;
}
.f4c-city-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}
.f4c-areas-empty[hidden] {
	display: none;
}

/* σελίδα my_orders */
.f4c-orders-tabs {
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.f4c-orders-tabs .f4c-chip span {
	min-height: 46px;
	padding: 10px 18px;
	font-size: 15px;
}
.f4c-orders-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
	gap: 16px;
	margin-top: 24px;
}
.f4c-order-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px;
	border: 1px solid #ececec;
	border-radius: 20px;
	background: #fff;
	color: #111 !important;
	text-decoration: none !important;
	transition: transform .15s ease, box-shadow .15s ease;
}
.f4c-order-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(0,0,0,.10);
}
.f4c-order-head {
	display: flex;
	align-items: center;
	gap: 14px;
}
.f4c-order-head .f4c-store-logo {
	width: 56px;
	height: 56px;
}
.f4c-order-title {
	flex: 1 1 auto;
	min-width: 0;
}
.f4c-order-title h3 {
	margin: 0;
	overflow: hidden;
	color: #111;
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f4c-order-date {
	margin-top: 3px;
	color: #666;
	font-size: 13px;
}
.f4c-order-status {
	flex: 0 0 auto;
	align-self: flex-start;
	padding: 5px 10px;
	border-radius: 999px;
	background: #f2f2f2;
	color: #333;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}
.f4c-order-status.is-new,
.f4c-order-status.is-waiting,
.f4c-order-status.is-progress {
	background: #e5d974;
	color: #111;
}
.f4c-order-status.is-done {
	background: #e9f6ee;
	color: #1e6b3a;
}
.f4c-order-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.f4c-order-tags span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border: 1px solid #ececec;
	border-radius: 999px;
	color: #444;
	font-size: 12px;
	font-weight: 700;
}
.f4c-order-items {
	padding: 4px 14px;
	border-radius: 14px;
	background: #f7f7f7;
}
.f4c-order-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}
.f4c-order-item:last-child {
	border-bottom: 0;
}
.f4c-order-qty {
	flex: 0 0 auto;
	min-width: 30px;
	color: #111;
	font-size: 14px;
	font-weight: 800;
}
.f4c-order-desc {
	flex: 1 1 auto;
	min-width: 0;
}
.f4c-order-name {
	color: #111;
	font-size: 14px;
	font-weight: 700;
}
.f4c-order-unit {
	color: #777;
	font-size: 12px;
	font-weight: 400;
}
.f4c-order-sub {
	margin-top: 2px;
	color: #444;
	font-size: 13px;
}
.f4c-order-sub span {
	color: #888;
}
.f4c-order-price {
	flex: 0 0 auto;
	color: #111;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}
.f4c-order-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}
.f4c-order-total span {
	display: block;
	color: #777;
	font-size: 12px;
}
.f4c-order-total b {
	color: #111;
	font-size: 22px;
	font-weight: 900;
}
.f4c-order-open {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 18px;
	border-radius: 14px;
	background: #111;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

/* σελίδα view_customer_order */
.f4c-vco-store {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	max-width: 100%;
	margin-bottom: 16px;
	padding: 8px 16px 8px 8px;
	border-radius: 18px;
	background: rgba(255,255,255,.95);
	color: #111 !important;
	text-decoration: none !important;
}
.f4c-vco-store .f4c-store-logo {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	font-size: 20px;
}
.f4c-vco-store-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25;
}
.f4c-vco-store-text b {
	overflow: hidden;
	font-size: 16px;
	font-weight: 900;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f4c-vco-store-text span {
	overflow: hidden;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f4c-vco-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	margin-top: -30px;
}
.f4c-vco-main {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}
.f4c-vco-status {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.f4c-vco-status.is-ok {
	background: #e9f6ee;
	color: #1e6b3a;
}
.f4c-vco-status.is-canceled {
	background: #fdecec;
	color: #b3261e;
}
.f4c-vco-status-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: #fff;
	font-size: 22px;
}
.f4c-vco-status b {
	display: block;
	font-size: 18px;
	font-weight: 900;
}
.f4c-vco-status span {
	display: block;
	margin-top: 2px;
	color: #333;
	font-size: 14px;
}
.f4c-vco-card:hover {
	transform: none;
	box-shadow: none;
}
.f4c-vco-title {
	margin: 0;
	color: #111;
	font-size: 20px;
	font-weight: 900;
}
.f4c-vco-side {
	margin-top: 0;
}
.f4c-vco-details {
	display: flex;
	flex-direction: column;
}
.f4c-vco-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #efefef;
}
.f4c-vco-row:last-child {
	border-bottom: 0;
}
.f4c-vco-row > i {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #f7f7f7;
	color: #111;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
}
.f4c-vco-row span {
	display: block;
	color: #777;
	font-size: 12px;
}
.f4c-vco-row b {
	display: block;
	margin-top: 2px;
	color: #111;
	font-size: 15px;
	font-weight: 700;
	word-break: break-word;
}

/* σελίδα profile (πελάτης) */
.f4c-profile-hero {
	display: flex;
	align-items: center;
	gap: 20px;
}
.f4c-profile-avatar {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 26px;
	background-color: rgb(118, 42, 68);
	background-size: cover;
	background-position: center center;
	color: #fff;
	font-family: inherit;
	font-size: 30px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.f4c-profile-initials[hidden] {
	display: none;
}
.f4c-profile-avatar-edit {
	position: absolute;
	right: -8px;
	bottom: -8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 14px;
}
.f4c-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: -30px;
}
.f4c-profile-links .f4c-cat {
	text-decoration: none !important;
	box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.f4c-profile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	margin-top: 16px;
}
.f4c-profile-side {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}
.f4c-profile-subtitle {
	margin-top: 10px;
}
.f4c-profile-fields .f4c-field {
	margin-bottom: 10px;
}
.f4c-profile-fields .f4c-field input {
	height: 54px;
	font-size: 16px;
}
.f4c-profile-row {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 10px;
}
.f4c-profile-save .f4c-btn {
	margin-top: 0;
}
.f4c-profile-save .f4c-profile-msg {
	margin: 0;
}
.f4c-profile-delete {
	padding: 6px;
	border: 0;
	background: transparent;
	color: #b3261e;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

/* loader */
.f4c-stores-loader {
	position: fixed;
	inset: 0;
	z-index: 9;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.55);
}
.f4c-stores-loader[style*="block"] {
	display: flex !important;
}
.f4c-stores-loader span {
	width: 46px;
	height: 46px;
	border: 4px solid #ddd;
	border-top-color: #111;
	border-radius: 999px;
	animation: f4c-spin .8s linear infinite;
}
@keyframes f4c-spin {
	to { transform: rotate(360deg); }
}

/* modal φίλτρων */
#id01-store-filters.f4c-modal {
	z-index: 10 !important;
}
.f4c-filters-wrap {
	width: 100%;
}
.f4c-modal-card.f4c-filters-card {
	max-width: 620px;
}
.f4c-filter-section {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #efefef;
}
.f4c-filters-card .f4c-modal-title + .f4c-filter-section {
	margin-top: 24px;
	padding-top: 0;
	border-top: 0;
}
.f4c-filter-title {
	margin-bottom: 10px;
	color: #111;
	font-size: 15px;
	font-weight: 800;
}
.f4c-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.f4c-chip {
	position: relative;
	margin: 0;
	cursor: pointer;
}
.f4c-chip input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.f4c-chip span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid #e3e3e3;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-size: 14px;
	line-height: 1.2;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.f4c-chip:hover span {
	border-color: #bbb;
}
.f4c-chip input:checked + span {
	border-color: #e5d974;
	background: #e5d974;
	color: #111;
	font-weight: 700;
}
.f4c-chip input:focus-visible + span {
	box-shadow: 0 0 0 3px rgba(17,17,17,.15);
}
.f4c-filter-actions {
	position: sticky;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 26px -34px -30px;
	padding: 16px 34px 22px;
	border-top: 1px solid #efefef;
	border-radius: 0 0 22px 22px;
	background: #fff;
}
.f4c-filter-actions .f4c-btn {
	flex: 1 1 auto;
	margin: 0;
}
.f4c-filter-clear {
	flex: 0 0 auto;
	padding: 0 6px;
	border: 0;
	background: transparent;
	color: #111;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 900px) {
	.f4c-vco-grid,
	.f4c-profile-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 600px) {
	.f4c-profile-row {
		grid-template-columns: 1fr;
	}
	.f4c-profile-avatar {
		width: 76px;
		height: 76px;
		border-radius: 22px;
		font-size: 24px;
	}
	.f4c-orders-list {
		grid-template-columns: 1fr;
	}
	.f4c-city-list {
		grid-template-columns: 1fr 1fr;
	}
	.f4c-stores-hero h1 {
		font-size: 28px;
	}
	.f4c-stores-hero-overlay {
		padding: 110px 0 60px;
	}
	.f4c-hero-plain .f4c-stores-hero-overlay {
		padding: 110px 0 48px;
	}
	.f4c-stores-toolbar {
		padding: 10px;
		border-radius: 18px;
	}
	.f4c-stores-filter-btn {
		padding: 0 14px;
	}
	.f4c-stores-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.f4c-filter-actions {
		margin: 22px -20px -24px;
		padding: 14px 20px 18px;
		border-radius: 0 0 18px 18px;
	}
}

/* σελίδα checkout (checkout_table_tsiros / checkout_table_vivademo): αναμονή εξυπηρέτησης και πληρωμή */
.f4c-vco-status.is-wait {
	background: #fbf6d6;
	color: #111;
}
.f4c-vco-status.is-wait .f4c-vco-status-icon {
	color: #111;
}
.f4c-checkout-tail {
	display: inline !important;
	font-weight: 800;
}
.f4c-checkout-page .f4c-order-card {
	gap: 14px;
}
.f4c-checkout-page .f4c-btn {
	margin-top: 4px;
}
.f4c-btn.f4c-btn-light {
	border-color: #e3e3e3;
	background: #fff;
	color: #111 !important;
}
.f4c-btn.f4c-btn-light:hover {
	border-color: #cfcfcf;
	background: #f7f7f7;
}
.f4c-checkout-form .f4c-field {
	margin-bottom: 0;
}
.f4c-field select {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 58px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #111;
	font-family: inherit;
	font-size: 17px;
}
.f4c-checkout-subtitle {
	margin-top: 6px;
	font-size: 16px;
}
.f4c-checkout-queue {
	box-shadow: none;
}
.f4c-checkout-queue b {
	font-size: 15px;
}
.f4c-checkout-page p {
	font-family: inherit;
}
/* το ".f4c-vco-status span" (κείμενα) δεν πρέπει να χαλάει το κεντράρισμα του εικονιδίου */
.f4c-vco-status .f4c-vco-status-icon {
	display: inline-flex;
	margin-top: 0;
}
/* loader αναμονής: δακτύλιος στο χρώμα food4cook που γυρίζει, με παλμό στο κέντρο */
.f4c-vco-status .f4c-wait-spinner,
.f4c-wait-spinner {
	margin: 0;
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	border: 3px solid #efe7b0;
	border-top-color: #111;
	border-radius: 999px;
	animation: f4c-spin .9s linear infinite;
}
.f4c-wait-spinner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	border-radius: 999px;
	background: #e5d974;
	animation: f4c-wait-pulse 1.2s ease-in-out infinite;
}
@keyframes f4c-wait-pulse {
	0%, 100% { transform: scale(.6); opacity: .6; }
	50% { transform: scale(1.3); opacity: 1; }
}
