/* Populated Menu Styles */
.menu-item {
	display: flex;
	width: 100%;
	flex-direction: row;
}


/* Menu Builder Styles - New Menu Option */
.menu-builder {
	padding: 10px;
	border: dashed 2px var(--gg-core-purple);
	border-radius: 10px;
}


/* End Of Menu Manger Styles */
/* Start Of Edit Menu Styles */

/* Edit Menu -- Menu Name */
.flex-wrapper {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: black;
	letter-spacing: 1.2px;
}

/* Catetgoy Position Styles */
.cat {
	border-bottom: 3px solid var(--gg-core-purple);
	color: var(--gg-dark-purple);
}

.ul {
	list-style: decimal-leading-zero;
}

.menu-cat {
	background-color: var(--gg-yellow);
}

/* Product Item Modal Styles / Modal Styles */
.product-listing-image.modal_image {
	width: 100%;
	margin: 0;
}

.product-li-image {
	display: flex;
	/*height: 115px;*/
	min-width: 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.product-labels {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	padding-left: 0;
}

.categories {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: auto ;
	z-index: 1;
}
.form-group.age-res {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* Options Styles */
.hbox.mb {
	letter-spacing: 0.25px;
	color: #332966;
	align-items: flex-start;
}

.topping-styles {
	gap: 2px;
	margin: 6px;
	display: grid;
	font-size: smaller;
	justify-items: start;

}

.label-b {
	margin-right: 25px;
	border-bottom: solid 1px var(--gg-grey);
}

.ct {
	padding-top: 21px !important;
}

.custom-btn {
	background-color: var(--gg-dark-purple);
	background-image: none;
	border: none;
	border-radius: 5px;
	text-shadow: none;
	text-transform: uppercase;
	color: #fff !important;
}


/* modal visibility: */

.product-cost {
	align-items: end;
}
.modal-backdrop.show + .modal.show {
	z-index: 1052 !important;
}
.modal-backdrop.show + .modal.show + .modal-backdrop.show {
	z-index: 1051 !important;
}


/* Edit Modifier Modal -- Back Button Styles */
.modal-title.modi-grp {
	/* margin-right: 172px; */
}

.modal-header.modi-grp {
	justify-content: space-between;
}

/* modal backdrop fix */
.modal#options_modal {
	z-index: 1052 !important;
	background: rgba(0,0,0,0.35);
	left: -8px;
}



/* menu items layout / card styles */
#menu-card li {
	border-bottom: none;
	min-height: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#menu-card {
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: flex-start;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
	margin: 1rem;
	border-radius: 4px;
}

#menu-card:hover {
	cursor: pointer;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.add-prod-btn {
	margin: .5rem;
	border: 4px dashed var(--gg-dark-grey);
	border-radius: 5px;
	background: none;
	color: var(--gg-core-purple);
}

.add-prod-btn:focus {
	outline: none !important;
}

/* border under prod-cat */
.menu-b {
	border-bottom: solid 2px var(--gg-dark-purple);
}

/* text overflow */
.text-overflow {
	max-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* text clamp for cont text */
.clamp {
	font-size: 13px;
	line-height: 16px;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* label cost styles */
.cost-label-wrapper {
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-top: auto;
}

/* Label restyle */
/*.prod-icon {
	display: block;
	float: left;
	height: 25px;
	margin: 2px 4px 0 0;
	text-align: left;
	width: 25px
}*/

li:not(:first-child) .prod-icon {
  margin-left: 3px;
}

.prod-icon {
  aspect-ratio: 1;
  width: 22px;
}


/* product img */
.inner {
	border: 0.5px solid var(--gg-light-purple);
	border-radius: 6px;
}

.c_pointer {
	cursor: pointer;
}


.outStock {
	z-index: 3;
	transform: rotate(6deg);
	border: dashed var(--cc-btn-primary-bg);
	background: var(--gg-yellow);
	color: var(--danger);
	position: absolute;
	width: 130px;
	height: 30px;
	margin-left: 55px;
	margin-top: 40px;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* disable cards -- out of stock */


/* edit menu desktop styles */

@media (min-width: 768px) {
	.container.c-wrapper {
		max-width: 740px;
	}

	.desktop-cat {
		display: grid;
		grid-template-columns: .5fr .5fr;
	}

	#menu-card {
		margin: 1rem 0.5rem;
	}

	.add-prod-btn {
		margin: .5rem;
	}

}


/* Vue Classes Styles */
.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th {
	color: var(--gg-core-purple) !important;
	font-size: 15px;
	letter-spacing: 1px;
}

.v-label {
	margin-bottom: 0px !important;
}

.flex-options {
	display: flex;
	justify-content: start;
	align-items: baseline;
}

.v-chip {
	justify-content: center;
}


.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th {
	color: var(--gg-core-purple) !important;
	font-size: 15px;
	letter-spacing: 1px;
}

.v-label {
	margin-bottom: 0px !important;
}

.flex-options {
	display: flex;
	justify-content: start;
	align-items: baseline;
}

.v-chip {
	justify-content: center;
}

.sticky {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 600px;
}



/* BREADCRUMBS */

.menu-breadcrumb {
	list-style-type: none;
	padding-left: 0 !important;
}
.v2 .menu-breadcrumb-level::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--gg-core-purple);
	transform: skew(-20deg);
}

.v2 .menu-breadcrumb-level.first::before {
	background: var(--gg-dark-purple);
}

.menu-breadcrumb-level {
	display: inline-block;
	position: relative;
}
.menu-breadcrumb-level:last-child a {
	cursor: default;
	color: var(--gg-dark-purple);
}
.menu-breadcrumb-level:last-child::before, .menu-breadcrumb-level:last-child::after {
	background: #b3aed6
}
.menu-breadcrumb-level:not(:last-child):hover::before, .menu-breadcrumb-level:not(:last-child):hover::after {
	background: var(--gg-core-purple);
}
.menu-breadcrumb-level.first:not(:last-child):hover::before, .menu-breadcrumb-level.first:not(:last-child):hover::after {
	background: var(--gg-dark-purple);
}

.menu-breadcrumb-level a {
	display: inline-block;
	position: relative;
	line-height: 2.5;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}
.menu-breadcrumb-level.first a {
	color: #fff;
}


/* END BREADCRUMBS */


.remove-product-wrap {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	border: 8px solid #fff;
	border-radius: 0 0 0 5px;
	overflow: hidden;
}
.remove-photo-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid darkred;
	border-radius: 5px;
	cursor: pointer;
	color: darkred;
	background: #fff;
	box-shadow: 0 0 3px 3px #fff;
}
