
/* ===== custom layout ===== */
.site-header-desktop {
	position: relative;
	z-index: 20;
}

.header-desktop-row {
	position: relative;
	align-items: flex-start;
}

.header-logo-col {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 25;
}

.header-logo-box {
	width: 260px;
	height: 260px;
	padding: 0 !important;
	margin: 0 auto -180px auto;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #282b2e;
}

.header-logo-box a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-logo-box img {
	width: 210px !important;
	height: 210px !important;
	max-width: none !important;
	object-fit: contain;
	display: block;
}

.header-center-tools {
	align-items: center;
}

.header-orders-module,
.header-search-module {
	margin-left: 0px;
}

.header-search-results {
	width: 100%;
	z-index: 1;
}

.header-search-table {
	background-color: black;
	color: yellow;
	font-weight: 700;
}


.desktop-header-side {
	text-align: right;
	padding-top: 12px;
}

.desktop-delivery-btn-wrap {
	margin-top: 10px;
}

.desktop-delivery-btn-wrap .btn {
	width: auto;
	min-width: 170px;
}

.desktop-info-right {
	text-align: right;
	padding-right: 6px;
	font-size: 13px;
	line-height: 1.35;
}

.desktop-info-reservation {
	font-weight: 700;
	color: red;
	display: inline-block;
}

.cart-header-icon {
	margin-left: 10px;
}

.site-header-mobile {
	display: none;
}

.mobile-header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 70px;
	padding: 0 10px;
	box-sizing: border-box;
}

.mobile-left-tools,
.mobile-right-tools {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 70px;
}

.mobile-logo-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-logo-center img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: block;
}

.mobile-menu-holder .navbar {
	padding: 0;
}

.mobile-menu-holder .navbar-toggler {
	margin: 0;
}

.mobile-search-link {
	font-size: 28px;
	font-weight: 900;
	color: #4f2f12;
	line-height: 1;
	text-decoration: none;
}

.mobile-cart-clean {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
}

.mobile-cart-clean i {
	font-size: 28px;
}

.mobile-badge-pos {
	margin-top: 10px;
}

#content {
	position: relative;
	z-index: 1;
	margin-top: 0px;
}

.top-info-desktop {
	width: 100%;
	margin-top: 14px;
}

.top-info-mobile {
	display: none;
	padding: 12px 12px 0 12px;
	text-align: center;
}

.top-info-reservation {
	color: #000;
	font-weight: 700;
	margin-bottom: 6px;
}

.program {
	margin: 0 auto;
	width: auto;
}

.mobile-delivery-wrap {
	margin-bottom: 12px;
}

.btn-delivery-clean {
	background-color: #ebc959;
	color: #222;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px 18px;
	display: inline-block;
	border: none;
	text-decoration: none;
}

.promo-strip-wrap {
	width: 100%;
	max-width: 980px;
	margin: 10px auto 16px auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.promo-strip-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 16px;
	border: 1px solid #9f7a38;
	border-radius: 10px;
	cursor: pointer;
	text-align: left;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	background: url('assets/img/bg-checkout.jpg') center/cover no-repeat;
	position: relative;
	color: yellow;
	overflow: hidden;
}

.promo-strip-badge {
	display: inline-block;
	background: #c61f1f;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	padding: 5px 12px;
	border-radius: 999px;
	letter-spacing: .6px;
	flex-shrink: 0;
	box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

.promo-strip-text {
	flex: 1;
	min-width: 0;
	font-size: 18px;
	font-weight: 800;
	color: yellow;
}

.promo-strip-icon {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	flex-shrink: 0;
	color: #4f2f12;
}

.promo-strip-content {
	background: #f7ecd0;
	border: 1px solid #caa25e;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.promo-strip-inner {
	padding: 12px 14px;
	font-size: 14px;
	color: #3d2a17;
	line-height: 1.55;
}

.promo-strip-inner p {
	margin: 0 0 8px 0;
}

.promo-strip-inner p:last-child {
	margin-bottom: 0;
}

.page-title {
	display: none !important;
}

.quick-strip {
	width: 100%;
	margin: 0;
	padding: 24px 0;
	background: url('assets/img/bg-checkout.jpg') center/cover no-repeat;
	position: relative;
	color: #fff;
	box-sizing: border-box;
}

.quick-strip::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(22, 22, 22, 0.55);
}

.quick-strip-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0 28px;
	box-sizing: border-box;
}

.qs-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.qs-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.qs-arrows {
	display: flex;
	align-items: center;
	gap: 10px;
}

.qs-arrow {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.25);
	background: rgba(255,255,255,0.08);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
}

.qs-arrow:hover {
	background: rgba(255,255,255,0.16);
}

.qs-scroll {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.25) transparent;
}

.qs-scroll::-webkit-scrollbar {
	height: 8px;
}

.qs-scroll::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.25);
}

.qs-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.qs-item {
	flex: 0 0 240px;
	min-width: 240px;
	background: rgba(255,255,255,0.10);
	padding: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.qs-img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	display: block;
	margin-bottom: 8px;
	border-radius: 6px;
}

.qs-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 40px;
	margin-bottom: 8px;
}

.qs-price {
	font-size: 15px;
	font-weight: 700;
	color: #ebc959;
	margin-bottom: 10px;
}

.qs-add-btn {
	margin-top: auto;
	width: 44px;
	height: 44px;
	border: none;
	background: #ebc959;
	color: #222;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	align-self: flex-end;
	border-radius: 8px;
}

.category-next-offer-wrap {
	width: 100%;
}

.category-next-offer-btn {
	float: right;
	background-color: greenyellow;
	color: blue;
	font-size: 22px;
	font-weight: 900;
	cursor: pointer;
}

.footer-center-text {
	text-align: center;
}

.footer-anpc-btn {
	margin-top: 5px;
	padding: 0;
	border-radius: 15%;
}

.footer-anpc-img {
	height: 40px;
}

.footer-heart {
	font-size: 18px;
	color: red;
}

.back-to-top-fixed {
	z-index: 2000;
}

.panel-cart-title-block {
	width: 100%;
	display: block;
}

.panel-cart-title-heading {
	padding-bottom: 0;
	margin-bottom: 0;
}

.panel-cart-title-note {
	width: 100%;
}

.sidepanel-btn-finish {
	background-color: #0000CD;
}

.product-modal-tax-note {
	font-size: 70%;
}

.product-note-field {
	display: none;
}

.tacam-row {
	margin-top: 10px;
	margin-left: 5px;
}

.tacam-label {
	margin-left: 15px;
}

.tacam-price-label {
	margin-left: 5px;
	color: #009999;
}

.tacam-qty-wrap {
	display: none;
	margin-left: 15px;
}

.search-modal-input {
	width: 100%;
}

.cookie-accept-btn {
	margin-left: 20px;
}

@media (min-width: 992px) {
	#header {
		height: auto;
		min-height: 120px;
	}
}

@media (max-width: 991px) {
	.site-header-desktop {
		display: none;
	}

	.site-header-mobile {
		display: block;
	}

	.top-info-mobile {
		display: block;
	}

	#content {
		margin-top: 0;
		padding-top: 0;
	}

	.quick-strip {
		padding: 20px 0;
	}

	.quick-strip-inner {
		padding: 0 12px;
	}

	.qs-title {
		font-size: 18px;
	}

	.qs-arrows {
		display: none;
	}

	.qs-scroll {
		gap: 12px;
	}

	.qs-item {
		flex: 0 0 180px;
		min-width: 180px;
	}

	.qs-img {
		height: 95px;
	}

	.qs-name {
		font-size: 14px;
		min-height: 36px;
	}

	.qs-price {
		font-size: 14px;
	}

	.qs-add-btn {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}

	.promo-strip-toggle {
		padding: 10px 12px;
	}

	.promo-strip-text {
		font-size: 16px;
	}

	.promo-strip-icon {
		font-size: 22px;
	}

	.promo-strip-inner {
		font-size: 13px;
		padding: 10px 12px;
	}
}

.quick-strip-inner {
	padding: 0 28px;
}
@media (min-width: 992px) {
	.header-center-tools {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		margin-left: 0;
		margin-right: 0;
	}

	.header-orders-module {
		flex: 0 0 180px;
		max-width: 180px;
		padding-left: 0;
		padding-right: 10px;
		float: none;
	}

	.header-search-module {
		flex: 1 1 auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}

	.header-search-module .sinput {
		width: 100%;
	}
}
#recomandate {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#recomandate .mySlides {
	display: none;
	width: 100%;
	box-sizing: border-box;
}
#recomandate .promo-card {
	display: flex;
	align-items: stretch;
	gap: 12px;
}
#recomandate .promo-card {
	padding: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 170px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
}
#recomandate .promo-image-wrap {
	display: flex;
	flex: 0 0 120px;
	overflow: hidden;
	flex: 0 0 42%;
	max-width: 42%;
	min-height: 170px;
	background: #f8f8f8;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}
#recomandate .promo-image {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
	display: block;
}

#recomandate .promo-info {
	flex: 1;
	display: flex;
	flex: 1 1 58%;
	flex-direction: column;
	justify-content: space-between;
	max-width: 58%;
	padding: 12px 14px;
	box-sizing: border-box;
	background: #fff7cc;
}
#recomandate .promo-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

#recomandate .promo-name {
	font-weight: 700;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.15;
	flex: 1;
}

#recomandate .promo-price {
	font-weight: 800;
	color: #111;
	font-size: 22px;
	line-height: 1.05;
	white-space: nowrap;
}

#recomandate .promo-nav {
	display: flex;
	gap: 6px;
}

#recomandate .promo-btn-nav {
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}
#recomandate .promo-btn-cart {
	width: 36px;
	height: 36px;
	background: #ebc959;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#recomandate .promo-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 14px;
}

#recomandate .promo-nav {
	display: flex;
	gap: 8px;
}

#recomandate .promo-btn-nav {
	width: 40px;
	height: 34px;
	border: 1px solid #bbb;
	background: #fff;
	cursor: pointer;
	padding: 0;
	font-size: 16px;
}

#recomandate .promo-cart {
	display: flex;
	justify-content: flex-end;
}

#recomandate .promo-btn-cart {
	width: 46px;
	height: 46px;
	border: none;
	background: #ebc959;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#recomandate .promo-btn-cart i {
	font-size: 24px;
	color: #222;
	line-height: 1;
}
@media (max-width: 991px) {
	.top-info-mobile {
		display: block;
		padding: 18px 12px 0 12px;
		text-align: center;
	}

	.top-info-mobile .top-info-reservation {
		display: block;
		font-size: 14px;
		line-height: 1.35;
		font-weight: 700;
		color: #d10000;
		margin-bottom: 8px;
	}

	.top-info-mobile {
		display: block;
		font-size: 14px;
		line-height: 1.35;
		font-weight: 700;
		color: #d10000;
		margin-bottom: 12px;
	}

	.top-info-mobile .program {
		width: auto;
		margin: 0 auto;
	}
}
.mobile-cart-clean {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
}

.mobile-badge-pos {
	position: absolute;
	top: -6px;
	right: -10px;
	left: auto !important;
	margin-top: 0 !important;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0;
	line-height: 20px;
	font-size: 11px;
	font-weight: 700;

}


@media (max-width: 991px) {
	#header-mobile {
		height: auto !important;
		min-height: 70px;
		padding: 6px 10px;
	}

	.mobile-header-bar {
		min-height: 64px;
	}

	#content {
		margin-top: 0;
		padding-top: 8px;
	}
}
@media (max-width: 991px) {
	.top-info-mobile {
		display: block;
		padding: 12px 12px 0 12px;
		text-align: left;
	}

	.mobile-info-bar {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
	}

	.mobile-info-texts {
		flex: 1 1 auto;
		min-width: 0;
	}

	.mobile-info-reservation {
		font-size: 13px;
		line-height: 1.3;
		font-weight: 700;
		color: #d10000;
		margin-bottom: 4px;
	}

	.mobile-info-action {
		flex: 0 0 auto;
	}

	.btn-delivery-mobile-compact {
		display: inline-block;
		padding: 8px 10px;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		color: #222;
		background-color: #ebc959;
		border-radius: 10px;
		text-decoration: none;
		white-space: nowrap;
	}

	.program {
		width: auto;
		margin: 0;
	}
}
@media (max-width: 991px) {
	.mobile-info-reservation {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
@media (max-width: 991px) {
	#header-mobile {
		/* position: relative; */
		z-index: 1000;
	}

	.top-info-mobile {
		display: block;
		position: relative;
		z-index: 1;
		padding: 84px 12px 0 12px; /* impinge continutul sub header */
	}

	.mobile-info-bar {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.top-info-mobile {
		padding: 5px 12px 0 12px;
	}
}
@media (max-width: 991px) {
	#header-mobile,
	.site-header-mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3000;
		background: #faf8f5 !important;
		border-bottom: 1px solid rgba(0,0,0,0.06);
		box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	}

	#content {
		padding-top: 76px !important;
	}
}

/* ===== QUICK STRIP - facelift ===== */

.qs-scroll {
	align-items: stretch;
	scroll-snap-type: x proximity;
}

.qs-item {
	position: relative;
	flex: 0 0 210px;
	min-width: 210px;
	padding: 10px;
	border-radius: 14px;
	background: rgba(255,255,255,0.12);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.18);
	overflow: hidden;
	scroll-snap-align: start;
}

.qs-img {
	width: 100%;
	height: 118px;
	display: block;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #f2f2f2;
}

.qs-name {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	min-height: 32px;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.qs-price {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	color: #ebc959;
	margin-bottom: 0;
}

.qs-add-btn,
.promo-btn-cart.qs-add-btn {
	margin-top: 0;
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 10px;
	align-self: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding: 0;
	box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

.qs-item::after {
	content: "";
	display: block;
	clear: both;
}

/* randul de jos: pret stanga, cos dreapta */
.qs-price {
	float: left;
	margin-top: 10px;
	max-width: calc(100% - 54px);
}

.qs-add-btn,
.promo-btn-cart.qs-add-btn {
	float: right;
	margin-top: 6px;
}

/* mobil */
@media (max-width: 991px) {
	.qs-scroll {
		gap: 10px;
		padding-bottom: 6px;
	}

	.qs-item {
		flex: 0 0 165px;
		min-width: 165px;
		padding: 8px;
		border-radius: 12px;
	}

	.qs-img {
		height: 88px;
		margin-bottom: 8px;
		border-radius: 8px;
	}

	.qs-name {
		font-size: 11px;
		line-height: 1.2;
		min-height: 28px;
		margin-bottom: 6px;
	}

	.qs-price {
		font-size: 12px;
		margin-top: 8px;
		max-width: calc(100% - 48px);
	}

	.qs-add-btn,
	.promo-btn-cart.qs-add-btn {
		width: 36px;
		height: 36px;
		min-width: 36px;
		border-radius: 9px;
		font-size: 16px;
		margin-top: 4px;
	}
}

/* Cand este deschis un modal, headerul si logo-ul nu trebuie sa stea peste el */
body.modal-open .site-header-desktop,
body.modal-open #header,
body.modal-open .header-desktop-row,
body.modal-open .header-logo-col,
body.modal-open .header-logo-box,
body.modal-open #header-mobile,
body.modal-open .site-header-mobile {
	z-index: 1 !important;
}
.modal-backdrop {
	z-index: 1040 !important;
}

.modal {
	z-index: 1050 !important;
}
@media (max-width: 991px) {
	#mtermeni .modal-dialog {
		margin-top: 90px;
		margin-bottom: 20px;
	}
}
/* ===== MENIUL ZILEI STRIP ===== */


.menu-day-strip-wrap {
	width: 100%;
	margin: 18px 0 24px 0;
}

/* desktop: un pic mai lat decat zona de acordeon */
.menu-day-strip-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 18px;
	box-sizing: border-box;
}

.menu-day-strip {
	background: url('assets/img/bg-checkout.jpg') center/cover no-repeat;
	position: relative;
	padding: 22px 20px 18px 20px;
	border-radius: 14px;
	overflow: hidden;
	box-sizing: border-box;
}

.menu-day-strip::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(28, 22, 14, 0.72);
}

.menu-day-head,
.menu-day-scroll {
	position: relative;
	z-index: 2;
}

.menu-day-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.menu-day-title-wrap {
	min-width: 0;
}

.menu-day-badge {
	display: inline-block;
	background: #c61f1f;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .8px;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 8px;
}

.menu-day-title {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff3a6;
}

.menu-day-arrows {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.menu-day-arrow {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.25);
	background: rgba(255,255,255,0.08);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
	border-radius: 10px;
}

.menu-day-arrow:hover {
	background: rgba(255,255,255,0.16);
}

.menu-day-scroll {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-bottom: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.25) transparent;
	scroll-snap-type: x proximity;
	justify-content: flex-start;
}

.menu-day-scroll::-webkit-scrollbar {
	height: 8px;
}

.menu-day-scroll::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.25);
}

.menu-day-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.menu-day-item {
	flex: 0 0 250px;
	min-width: 250px;
	background: rgba(255,255,255,0.10);
	border-radius: 14px;
	padding: 10px;
	box-sizing: border-box;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.18);
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
}

.menu-day-img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 10px;
	margin-bottom: 8px;
	background: #f2f2f2;
}

.menu-day-name {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.18;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 4px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.menu-day-note {
	font-size: 12px;
	line-height: 1.3;
	color: rgba(255,255,255,0.88);
	margin-bottom: 8px;

	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.menu-day-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 0;
	padding-top: 0;
}

.menu-day-price {
	font-size: 15px;
	font-weight: 800;
	color: #ebc959;
	line-height: 1.2;
}

.menu-day-add-btn {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border: none;
	background: #ebc959;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

.menu-day-add-btn:hover {
	transform: translateY(-1px);
}

@media (min-width: 992px) {    /*desktop */
	.menu-day-scroll.few-items {
		justify-content: space-evenly;
		overflow-x: hidden;
	}
}

@media (max-width: 991px) {
	/* mobil: full width */
	.menu-day-strip-container {
		max-width: none;
		padding: 0;
	}

	.menu-day-strip-wrap {
		margin: 0 0 18px 0;
	}
	.menu-day-strip {
		padding: 16px 12px 14px 12px;
		border-radius: 0;
	}

	.menu-day-head {
		margin-bottom: 10px;
	}

	.menu-day-title {
		font-size: 18px;
	}

	.menu-day-arrows {
		display: none;
	}

	.menu-day-scroll {
		gap: 10px;
	}

	.menu-day-item {
		flex: 0 0 180px;
		min-width: 180px;
		padding: 8px;
		border-radius: 12px;
	}

	.menu-day-img {
		height: 92px;
		margin-bottom: 7px;
		border-radius: 8px;
	}

	.menu-day-name {
		font-size: 12px;
		line-height: 1.15;
		margin-bottom: 3px;
	}

	.menu-day-note {
		font-size: 11px;
		line-height: 1.25;
		margin-bottom: 6px;
		-webkit-line-clamp: 4;
	}

	.menu-day-price {
		font-size: 13px;
	}

	.menu-day-add-btn {
		width: 38px;
		height: 38px;
		min-width: 38px;
		font-size: 16px;
		border-radius: 9px;
	}
}

/* ===== END MENIUL ZILEI STRIP ===== */

/* Full menu intro */
.full-menu-intro {
	text-align: center;
	padding: 12px 16px 18px 16px;
}

.full-menu-intro-line {
	width: 72px;
	height: 3px;
	margin: 0 auto 10px auto;
	border-radius: 999px;
	background: #ebc959;
}

.full-menu-intro-title {
	margin: 0 0 6px 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	color: #222;
	text-transform: uppercase;
}

.full-menu-intro-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: #666;
}
.full-menu-note {
	margin-top: 8px;
	font-size: 13px;
	color: red;
	font-weight: 600;
	font-style: italic;
}

@media (max-width: 991px) {
	.full-menu-intro {
		padding: 10px 12px 14px 12px;
	}

	.full-menu-intro-line {
		width: 56px;
		margin-bottom: 8px;
	}

	.full-menu-intro-title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.full-menu-intro-text {
		font-size: 13px;
		line-height: 1.35;
	}
}
/* END Full menu intro */

/* bloc curatare header */

/* ===== DELIVERY BAND ===== */

.delivery-band-wrap {
	display: none;
	box-sizing: border-box;
}

.delivery-band {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 14px;
	border: 0;
	border-radius: 10px;
	background: #111;
	color: #fff;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.delivery-band-pin {
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 1;
}

.delivery-band-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.delivery-band-action {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ebc959;
	color: #222;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.delivery-band-wrap {
		display: block;
		padding: 6px 12px 0 12px;
	}

	.delivery-band {
		padding: 10px 12px;
		border-radius: 12px;
		gap: 10px;
	}

	.delivery-band-text {
		font-size: 13px;
		line-height: 1.25;
	}

	.delivery-band-action {
		padding: 6px 10px;
		font-size: 11px;
	}
}


/* end bloc curatare header */

/* popular in quick-stripe */
.product-card {
	position: relative;
}
.product-card.popular {
	box-shadow: 0 4px 12px rgba(231, 76, 60, 0.2);
}
.qs-item {
	position: relative;
}
.qs-bottom-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.qs-item {
	position: relative;
	overflow: hidden;
}

.qs-ribbon-popular {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 12px 0 10px;
	border-radius: 0 999px 999px 0;
	background: rgba(220, 45, 45, 0.96);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.2px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	white-space: nowrap;
}
.qs-item {
	position: relative;
	overflow: hidden;
}

.qs-ribbon-diag {
	position: absolute;
	top: 14px;
	left: -34px;
	z-index: 5;
	width: 120px;
	text-align: center;
	transform: rotate(-45deg);
	background: rgba(210, 40, 40, 0.96);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	pointer-events: none;
}
/* end popular in quick-stripe */

.cart-cutlery-box {
    margin-top: 8px;
    padding-top: 6px;
}

.cart-cutlery-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
}

.cart-cutlery-label .custom-control-description {
    line-height: 1.25;
    font-size: 12px;
}

.cart-cutlery-label small {
    color: #8a8a8a;
    font-size: 11px;
}
.menu-hint {
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 4px;
    line-height: 1.2;
}