/* stylelint-disable */
@font-face {
	font-family: "nacho_roughheavy";
	src: url("fonts/nacho_rough_heavy-webfont.woff2") format("woff2"),
		url("fonts/nacho_rough_heavy-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* Defaults */
.taco-scene h1,
.taco-scene h2,
.taco-scene h3,
.taco-scene h4,
.taco-scene h5,
.taco-scene h6 {
	font-family: "nacho_roughheavy", serif;
	font-size: 2em;
	color: #000;
	padding: 0;
	margin: 0;
}

.taco-scene p {
	font-family: "Open Sans", sans-serif;
	color: #000;
}

/* Fonts */
.taco-font-primary {
	font-family: "Open Sans", sans-serif;
}

.taco-font-secondary {
	font-family: "nacho_roughheavy", serif;
}

/* Button */
.taco-button {
	background: #20b05f;
	border-radius: 15px;
	box-shadow: 0px 2px 0px 0px #0e7f41;
	border: 0;
	padding: 25px 35px;
	min-width: 220px;

	font-size: 1.1em;
	color: #fff;
	cursor: pointer;

	transition: background 250ms ease-out, transform 150ms ease-out;
}

.taco-button:active {
	transform: scale(0.95);
}

.taco-button:hover {
	background: #23c369;
}

/* Logo */
.taco-logo {
	margin: 0 auto;
	padding: 0;

	width: 100%;
	height: 173px;

	background-image: url("images/taco-logo.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

	text-indent: -9999px;
}

@media (min-width: 768px) {
	.taco-logo {
		width: 576px;
		height: 333px;
		background-size: cover;
	}
}

@media (max-height: 800px) {
	.taco-logo {
		width: 356px;
		height: 200px;
		background-size: cover;
	}

	.taco-scene h1 {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.taco-logo {
		width: 100%;
		height: 173px;
	}
}

/* Scene */
.taco-scene {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;

	font-size: 16px;
	text-align: center;
}

@media (max-width: 767px) {
	.taco-scene {
		overflow: scroll;
		overflow-x: hidden;
	}
}

.taco-intro {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

	width: 310px;
	margin: auto;
}

@media (min-width: 768px) {
	.taco-intro {
		width: 600px;
	}
}

.taco-warning {
	display: none;
}

.taco-button-intro {
	display: inline-block;
}

.taco-screen-start {
	display: block;
}

.taco-screen-tutorial {
	margin-top: 150px;
	display: none;
}

@media (max-height: 800px) {
	.taco-screen-tutorial {
		margin-top: 90px;
		display: none;
	}
}

.taco-screen-tutorial h2 {
	margin-bottom: 15px;
}

.taco-scene .taco-screen-start .taco-start-text {
	width: 100%;
	margin: auto;
	font-size: 1.13em;
	line-height: 1.6;
	padding-top: 35px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.taco-scene .taco-screen-start .taco-start-text {
		width: 390px;
	}
}

/* Tutorial */
.taco-tutorial-drag {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 768px;
	height: 345px;
	background-image: url("images/drag-tutorial.png");
	background-position: center;
	background-size: cover;
}

@media (min-width: 1025px) {
	.taco-tutorial-drag {
		width: 1132px;
		height: 506px;
	}
}

@media (max-height: 800px) {
	.taco-tutorial-drag {
		width: 793px;
		height: 354px;
	}
}

.taco-scene .taco-screen-tutorial .taco-tutorial-text {
	padding-bottom: 60px;
	line-height: 1.6;
}

/* Split screen / game scene */
.taco-screen-split {
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	visibility: hidden;
}

.taco-split-left,
.taco-split-right {
	width: 50%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	/* padding-top: 5vh; */
}

@media (max-width: 767px) {
	.taco-split-right {
		width: 100%;
		height: 100%;
		align-items: flex-end;
	}
}

.taco-screen-split h2 {
	font-size: 1.5em;
	padding: 0 20px;
	margin-bottom: 15px;
}

@media (min-width: 1025px) {
	.taco-screen-split h2 {
		font-size: 1.625rem;
	}
}

@media (min-width: 1250px) {
	.taco-screen-split h2 {
		font-size: 2em;
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.taco-split-right-center-header {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		top: 30%;
	}
}

.hide {
	display: none !important;
}

.taco-split-right-mobile-tut {
	display: none;
}

@media (max-width: 767px) {
	.taco-split-right-mobile-tut {
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		top: 40%;
		width: 100%;
		max-width: 250px;
		font-size: 14px;
		color: #057097 !important;
		font-weight: 600;
	}
}

.taco-split-left {
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.taco-split-left {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		background-color: white;
		overflow: scroll;
	}
}

.taco-split-left-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.taco-split-left-center {
		min-height: 100vh;
		padding-bottom: 4.375rem;
	}
}

@media (max-width: 767px) {
	.taco-split-left-center-header {
		margin-top: 1.25rem !important;
	}
}

/* .taco-split-left-center, */
.taco-split-right-center {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-content: center;
	width: 100%;
}

@media (max-width: 767px) {
	.taco-split-right-center {
		height: 100%;
		align-items: center;
	}
}

.save-ingredient-button {
	display: none;
}

@media (max-width: 767px) {
	.save-ingredient-button {
		display: block;
		width: 100%;
		max-width: 13.75rem;
		margin: 0 auto;
		padding: 10px;
		position: sticky;
		bottom: 10%;
	}
}

.taco-table-wrapper {
	position: relative;
	width: 60vh;
	max-width: 600px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	.taco-table-wrapper {
		width: 90%;
	}
}

@media (max-width: 767px) {
	.taco-table-wrapper {
		width: 95%;
		height: 100%;
		margin-top: 5rem;
		max-width: 25.375rem;
	}
}

.taco-table-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.taco-table {
	position: absolute;
	width: 100%;
	height: 100%;

	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;

	border: 1px dashed #fff;
	border-radius: 25px;
	transition: background 250ms ease-out;
}

@media (max-width: 767px) {
	.taco-table {
		border: 2px dashed #95cde1;
		overflow: scroll;
		overflow-x: hidden;
	}
}

.taco-table.highlight {
	background: rgba(255, 255, 255, 0.2);
}

.taco-ingredient-added {
	position: relative;
	width: 75px;
	height: 75px;
	opacity: 0;
}

@media (min-height: 700px) {
	.taco-ingredient-added {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	.taco-ingredient-added {
		width: 75px;
		height: 75px;
	}
}

.taco-ingredient-added img {
	width: auto;
}

.taco-ingredient-added-salsa img {
	max-width: 140%;
	position: absolute;
	top: -20px;
	left: -22px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-avokado img {
	position: absolute;
	top: -24px;
	left: -24px;
	max-width: 150%;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-lettost img {
	max-width: 140%;
	position: absolute;
	top: -20px;
	left: -18px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-bonner img,
.taco-ingredient-added-bonnerVeg img {
	max-width: 150%;
	position: absolute;
	top: -27px;
	left: -26px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-tomat img {
	max-width: 130%;
	position: absolute;
	top: -12px;
	left: -16px;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%);
}

.taco-ingredient-added-agurk img {
	max-width: 130%;
	position: absolute;
	top: -8px;
	left: -13px;
	clip-path: polygon(23% 0, 100% 0, 100% 100%, 23% 100%);
}

.taco-ingredient-added-mais img {
	max-width: 160%;
	position: absolute;
	top: -24px;
	left: -31px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-lok img {
	max-width: 150%;
	position: absolute;
	top: -19px;
	left: -23px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-paprika img {
	max-width: 150%;
	position: absolute;
	top: -22px;
	left: -28px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-salat img {
	max-width: 130%;
	position: absolute;
	top: -12px;
	left: -16px;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 18% 100%);
}

.taco-ingredient-added-mango img {
	max-width: 160%;
	position: absolute;
	top: -27px;
	left: -30px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-sopp img {
	max-width: 150%;
	position: absolute;
	top: -20px;
	left: -20px;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 26% 100%);
}

.taco-ingredient-added-raps img {
	max-width: 120%;
	position: absolute;
	top: -7px;
	left: -6px;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
}

.taco-ingredient-added-rodeLinser img {
	position: absolute;
	left: -10px;
	top: -7px;
	max-width: 120%;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 18% 100%);
}

.taco-ingredient-added-smor img {
	position: absolute;
	top: 14px;
	left: 18px;
}

@media (max-width: 767px) {
	.taco-ingredient-added-smor img {
		top: 5px;
		left: 11px;
	}
}

.taco-ingredient-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	padding: 9px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	border: 0;
	cursor: pointer;

	transition: all 250ms ease-out;
}

.taco-ingredient-close svg {
	vertical-align: top;
}

.taco-drop {
	min-width: 125px;
	width: 125px;
	min-height: 125px;
	height: 125px;
	margin: auto;
	border: 1px dashed #fff;
	border-radius: 50%;
	transition: all 250ms ease-out;
}

@media (min-height: 700px) {
	.taco-drop {
		min-width: 200px;
		width: 200px;
		min-height: 200px;
		height: 200px;
	}
}

.taco-drop.highlight {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

.analyse-taco-container {
	margin-top: 3.125rem;
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.analyse-taco-container {
		margin-top: 1.0625rem;
		margin-bottom: 1.25rem;
		width: 95%;
		column-gap: 0.625rem;
		line-height: 1.4;
		max-width: 25.375rem;
	}
}

.analyse-taco-button {
	width: 50%;
	font-family: "nacho_roughheavy", serif;
}

@media (max-width: 1025px) {
	.analyse-taco-button {
		font-size: 0.875rem;
	}
}

@media (max-width: 767px) {
	.analyse-taco-button {
		width: 100%;
		min-width: 8.75rem;
		padding: 0.625rem 1.25rem;
		font-size: 0.9375rem;
	}
}

.choose-ingredients-button {
	display: none;
}

@media (max-width: 767px) {
	.choose-ingredients-button {
		display: block;
		width: 100%;
		min-width: 8.75rem;
		padding: 0.625rem 1.25rem;
		font-size: 0.9375rem;
		background-color: white;
		color: #057097;
		box-shadow: 0px 2px 0px 0px #057097;
	}

	.choose-ingredients-button:hover {
		background-color: #057097;
		color: white;
	}
}

.taco-result-popup {
	display: none;
	opacity: 0;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.result-popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.taco-result-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.taco-result-wrapper {
		overflow: scroll;
		align-items: flex-start;
	}
}

.taco-result {
	background: #fff;
	padding: 30px;
	width: 100%;
	max-width: 660px;
	margin: 0 auto 0 auto;
	/* height: 10.625em; */
	border-radius: 25px;
	z-index: 50;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 25px;
	position: relative;
	font-size: 13px;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.taco-result {
		width: 100%;
		overflow: scroll;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 100vh;
		border-radius: 0;
		margin-top: 0;
		padding: 10px;
	}
}

.chart-button-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 1.25rem;
}

.chart-button:hover {
	cursor: pointer;
}

.co2-chart-button:hover {
	color: #63aac4;
}

.co2-chart-button.active {
	color: #63aac4;
	pointer-events: none;
	position: relative;
}

.co2-chart-button.active::after {
	content: "";
	display: block;
	position: absolute;

	background: #63aac4;
	height: 0.125rem;
	width: 100%;
	bottom: -0.3125rem;
}

.fat-chart-button:hover {
	color: red;
}

.fat-chart-button.active {
	color: red;
	pointer-events: none;
	position: relative;
}

.fat-chart-button.active::after {
	content: "";
	display: block;
	position: absolute;

	background: red;
	height: 0.125rem;
	width: 100%;
	bottom: -0.3125rem;
}

.danger {
	background-color: red;
}

@media (min-height: 800px) {
	.taco-result {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	.taco-result {
		font-size: 12px;
	}
}

.chart-wrapper {
	position: relative;
	height: 20rem;
	width: 100%;
}

@media (min-height: 800px) {
	.chart-wrapper {
		height: 35rem;
	}
}

@media (max-width: 767px) {
	.chart-wrapper {
		height: 30rem;
	}
}

.co2-chart {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 55;
	height: 20rem;
	width: 100%;
}

@media (min-height: 800px) {
	.co2-chart {
		height: 35rem;
	}
}

@media (max-width: 767px) {
	.co2-chart {
		height: 30rem;
	}
}

.fat-chart {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 54;
	height: 20rem;
	width: 100%;
}

@media (min-height: 800px) {
	.fat-chart {
		height: 35rem;
	}
}

@media (max-width: 767px) {
	.fat-chart {
		height: 30rem;
	}
}

.taco-result h3 {
	font-size: 1.7em;
	color: black;
	padding: 0;
	margin-bottom: 1.1em;
	margin-top: 1.25rem;
}

.taco-result sub {
	font-size: 0.8em;
}

.taco-result-items {
	display: flex;
	justify-content: space-around;
	padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
	.taco-result-items {
		display: grid;
		justify-content: center;
		row-gap: 19px;
		align-items: center;
		padding-bottom: 1.5rem;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		justify-items: center;
		width: 100%;
	}
}

.taco-result-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 767px) {
	.taco-result-item:first-of-type {
		grid-column-start: 1;
		grid-column-end: span 2;
	}
}

@media (max-width: 767px) {
	.taco-result-close {
		display: none;
	}
}

.close-result-panel {
	display: none;
}

@media (max-width: 767px) {
	.close-result-panel {
		display: block;
		width: 100%;
		max-width: 13.75rem;
		margin: 20px auto;
		padding: 10px;
		bottom: 10%;
		z-index: 100;
	}
}

.taco-result-item img {
	width: 2.375em;
}

.taco-result-item-text {
	display: flex;
	flex-direction: column;
	margin-left: 1.25em;
	font-size: 0.8125em;
	color: #000;
	text-align: left;
}

.taco-result-item-text strong {
	font-size: 1.5em;
	line-height: 1;
}

.taco-result-item-text span {
}

.taco-categories {
	background: #fff;

	border-radius: 10px;
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 14px;
}

@media (min-width: 1125px) {
	.taco-categories {
		padding: 0px 40px;
		max-width: fit-content;
	}
}

@media (max-height: 700px) {
	.taco-categories {
		margin: 0 auto 15px auto;
	}
}

@media (max-width: 767px) {
	.taco-categories {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: scroll;
	}
}

@media (max-width: 500px) {
	.taco-categories {
		justify-content: flex-start;
	}
}

.taco-category {
	background: #fff;
	padding: 12px 10px 12px 10px;
	border-radius: 14px;
	color: #646464;
	border: 0;
	margin: 6px 3px 6px 0;

	cursor: pointer;
	transition: all 250ms ease-out;
}

@media (min-width: 1400px) {
	.taco-category {
		padding: 12px 20px 12px 20px;
		margin: 6px 5px 6px 0;
		color: #2e2e2e;
	}
}

@media (max-width: 767px) {
	.taco-category {
		font-weight: 600;
		padding: 12px 0 12px 0;
		margin: 6px 12px 6px 12px;
		border-radius: 0;
		border: 0;
	}
}

.taco-category.active,
.taco-category:hover {
	background: #20b05f;
	color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
	.taco-category:hover {
		background: none;
		color: #646464;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: none;
		border-radius: 0;
	}

	.taco-category.active {
		background: none;
		color: #20b05f;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 2px solid #20b05f;
		border-radius: 0;
	}
}

.taco-ingredients {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 0 auto;
}

@media (max-width: 767px) {
	.taco-ingredients {
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
		height: 100%;
		min-height: 100vh;
	}
}

.taco-ingredient {
	width: 150px;
	height: 150px;
	font-size: 14px;
	text-align: center;
	color: #000;
	float: left;
	position: relative;
}

@media (max-width: 1025px) {
	.taco-ingredient {
		width: 7.8125rem;
		height: 7.8125rem;
	}
}

@media (max-height: 700px) {
	.taco-ingredient {
		width: 7.875rem;
		height: 7.875rem;
		margin-right: 0;
	}
}

@media (max-width: 836px) {
	.taco-ingredient {
		width: 6.875rem;
		height: 6.875rem;
	}
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	.taco-ingredient {
		width: 110px;
		height: 110px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient {
		display: grid;
		grid-template-columns: 30% 45% 0 10% 15%;
		grid-template-rows: repeat(2, 50px);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		max-width: 450px;
		width: 100%;
		height: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(112, 112, 112, 0.2);
		padding-bottom: 10px;
		margin-bottom: 0;
		align-items: center;
	}
}

.ingredient-arrow-icon {
	display: none;
}

@media (max-width: 767px) {
	.ingredient-arrow-icon {
		grid-area: 1 / 4 / 2 / 5;
		display: block;
		background: url("images/arrow-icon.png");
		background-size: cover;
		width: 0.9375rem;
		height: 0.9375rem;
		justify-self: center;
		align-self: end;
		margin-bottom: 9px;
	}
}

.grey-out {
	opacity: 30% !important;
	pointer-events: none;
}

@media (max-width: 767px) {
	.grey-out {
		opacity: 100% !important;
		pointer-events: all;
	}

	.analyse-taco-button.grey-out {
		opacity: 30% !important;
		pointer-events: none;
	}

	.grey-out .taco-ingredient-text,
	.grey-out img,
	.grey-out .ingredient-check {
		opacity: 30% !important;
		pointer-events: none;
	}

	.grey-out .ingredient-check.checked {
		opacity: 100% !important;
		pointer-events: all;
	}
}

.taco-ingredient.added {
	background: red;
}

.taco-ingredient-text {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	.taco-ingredient-text {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient-text {
		grid-area: 1 / 2 / 2 / 4;
		position: static;
		top: 2px;
		left: 28%;
		width: 100%;
		max-width: 200px;
		text-align: left;
		transform: none;
		white-space: nowrap;
		justify-self: start;
		align-self: center;
	}
}

.taco-ingredient[data-id="tortillaGrov"] .taco-ingredient-text,
.taco-ingredient[data-id="tortilla"] .taco-ingredient-text {
	left: 51%;
	white-space: pre-wrap;
	line-height: 1.3;
	bottom: -10px;
}

@media (max-width: 1025px) {
	.taco-ingredient[data-id="tortillaGrov"] .taco-ingredient-text,
	.taco-ingredient[data-id="tortilla"] .taco-ingredient-text {
		white-space: pre-wrap;
		line-height: 1.3;
		bottom: -10px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="tortillaGrov"] .taco-ingredient-text,
	.taco-ingredient[data-id="tortilla"] .taco-ingredient-text {
		left: 28%;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="nachos"] .taco-ingredient-text {
		top: 2px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="kjottdeig"] .taco-ingredient-text,
	.taco-ingredient[data-id="karbonadedeig"] .taco-ingredient-text,
	.taco-ingredient[data-id="kyllingkjott"] .taco-ingredient-text,
	.taco-ingredient[data-id="bonner"] .taco-ingredient-text,
	.taco-ingredient[data-id="laks"] .taco-ingredient-text {
		top: 4px;
	}
}

.taco-ingredient[data-id="kjottdeig"] .taco-ingredient-text,
.taco-ingredient[data-id="karbonadedeig"] .taco-ingredient-text {
	left: 46%;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="kjottdeig"] .taco-ingredient-text,
	.taco-ingredient[data-id="karbonadedeig"] .taco-ingredient-text {
		left: 28%;
	}
}

.taco-ingredient[data-id="kyllingkjott"] .taco-ingredient-text {
	left: 53%;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="kyllingkjott"] .taco-ingredient-text {
		left: 28%;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-category="topping"] .taco-ingredient-text {
		top: 4px;
	}
}

.taco-ingredient[data-category="vegetables"] .taco-ingredient-text,
.taco-ingredient[data-category="meat"] .taco-ingredient-text,
.taco-ingredient[data-category="frying"] .taco-ingredient-text {
	bottom: 10px;
}

@media (max-width: 1025px) {
	.taco-ingredient[data-category="meat"] .taco-ingredient-text,
	.taco-ingredient[data-category="frying"] .taco-ingredient-text {
		bottom: 2px;
	}
}

@media (max-height: 700px) {
	.taco-ingredient[data-category="frying"] .taco-ingredient-text {
		bottom: 2px;
	}
}

.taco-ingredient[data-category="topping"] .taco-ingredient-text {
	bottom: 10px;
	left: 51%;
}

.ingredient-info-mobile-container {
	display: none;
}

@media (max-width: 767px) {
	.ingredient-info-mobile-container {
		display: block;
		grid-area: 2 / 2 / 3 / 4;
		font-family: "Open Sans", sans-serif !important;
		font-size: 0.6875rem;
		line-height: 1.7;
	}
}

.taco-ingredient img, div.taco-ingredient.is-custom img.default-positioning {
	max-width: 80%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.taco-ingredient img {
		grid-area: 1 / 1 / 3 / 2;
		position: absolute;
		top: -10px;
		left: -4px;
		max-width: 115px;
		transform: none;
	}
}

@media (max-width: 375px) {
	.taco-ingredient img {
		left: 5px;
	}
}

@media (max-width: 300px) {
	.taco-ingredient img {
		left: 0;
	}
}

.taco-ingredient[data-id="nachos"] img {
	max-width: 85%;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="nachos"] img {
		max-width: 115px;
		left: -8px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-id="nachos"] img {
		left: -15px;
	}
}

.taco-ingredient[data-id="tortilla"] img,
.taco-ingredient[data-id="tortillaGrov"] img {
	max-width: 75%;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="tortillaGrov"] img,
	.taco-ingredient[data-id="tortilla"] img {
		max-width: 80px;
		top: 10px;
		left: 15px;
	}

	.taco-ingredient[data-id="tacoskjell"] img {
		max-width: 95px;
		top: 6px;
		left: 6px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-id="tortillaGrov"] img,
	.taco-ingredient[data-id="tortilla"] img,
	.taco-ingredient[data-id="tacoskjell"] img {
		left: 0;
	}
}

.taco-ingredient[data-category="meat"] img {
	max-width: 90%;
	top: -12px;
}

.taco-ingredient[data-id="kjottdeig"] img {
	left: 46%;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="kjottdeig"] img {
		left: -4px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-id="kjottdeig"] img {
		left: -20px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-category="meat"] img {
		max-width: 120px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-category="meat"] img {
		left: -20px;
	}
}

.taco-ingredient[data-category="vegetables"] img {
	max-width: 110%;
	top: -21px;
	left: 50%;
}

.taco-ingredient[data-id="mango"] img {
	max-width: 120%;
	top: -28px;
	left: 49%;
}

.taco-ingredient[data-id="mais"] img {
	max-width: 115%;
	top: -22px;
	left: 48%;
}

.taco-ingredient[data-id="bonner"] img {
	max-width: 105%;
	top: -15px;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="bonner"] img {
		max-width: 150px;
		top: -32px;
		left: -21px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-id="bonner"] img {
		left: -36px;
	}
}

.taco-ingredient[data-id="avokado"] img {
	max-width: 105%;
	top: -18px;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="avokado"] img {
		max-width: 115px;
		left: -5px;
	}
}

.taco-ingredient[data-id="salsa"] img {
	max-width: 95%;
	top: -10px;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="salsa"] img {
		max-width: 115px;
		left: -5px;
	}
}

.taco-ingredient[data-id="lettost"] img {
	max-width: 105%;
	top: -20px;
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="lettost"] img {
		max-width: 115px;
		left: -5px;
	}
}

.taco-ingredient[data-category="frying"] img {
	max-width: 90%;
	top: -10px;
	left: 50%;
}

.taco-ingredient[data-id="smor"] img {
	max-width: 79%;
	left: 64%;
	top: 11px;
}

@media (max-height: 700px) {
	.taco-ingredient[data-id="melange"] img {
		left: 54%;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-category="frying"] img {
		max-width: 115px;
		left: -4px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-id="smor"] img {
		max-width: 95px;
		left: 22px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-category="frying"] img {
		left: -15px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-id="smor"] img {
		left: 12px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-category="vegetables"] img {
		max-width: 125px;
		left: -5px;
		top: -14px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-category="vegetables"] img {
		left: -21px;
	}
}

@media (max-width: 767px) {
	.taco-ingredient[data-category="topping"] img {
		left: -15px;
	}
}

@media (max-width: 375px) {
	.taco-ingredient[data-category="topping"] img {
		left: -14px;
		max-width: 100px;
		top: 0px;
	}
}

.ingredient-check {
	display: none;
}

@media (max-width: 767px) {
	.ingredient-check {
		grid-area: 1 / 5 / 2 / 6;
		justify-self: end;
		align-self: end;
		display: block;
		position: relative;
		width: 32px;
		height: 32px;
		border: 1px solid grey;
		border-radius: 5px;
		border: 1px solid grey;
	}

	.ingredient-check.checked {
		background-color: #20b05f;
		border: 1px solid #20b05f;
	}

	.ingredient-check.checked::after {
		content: url("images/checkmark.png");
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.ingredient-info-button {
	display: none;
}

@media (max-width: 767px) {
	.ingredient-info-button {
		display: block;
		width: 1.5625rem;
		height: 1.5625rem;
		background: url("images/info-icon-test.png");
		background-size: cover;
		grid-area: 2 / 4 / 3 / 5;
		justify-self: center;
		align-self: center;
	}
}

.small-popup {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
	z-index: 10;
	opacity: 0;
	border-radius: 10px;
	position: absolute;
	right: -25px;
	width: 100%;
	min-width: 160px;
	bottom: 6.5rem;
	padding: 0.625rem 1rem;
	font-family: "Open Sans", sans-serif !important;
	color: #000;
}

.small-popup sub {
	font-size: 0.625rem;
}

@media (max-width: 1025px) {
	.small-popup {
		font-size: 13px;
		right: -20px;
		width: 150px;
		bottom: 5.5rem;
		padding: 0.625rem 0.8rem;
	}
}

.taco-popup {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

@media (max-width: 767px) {
	.taco-popup {
		z-index: 200;
	}
}

.taco-popup-wrapper {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 900px;
}

@media (max-width: 767px) {
	.taco-popup-wrapper {
		z-index: 201;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.taco-popup-innerwrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.close-info-panel {
	display: none;
}

@media (max-width: 767px) {
	.close-info-panel {
		display: block;
		width: 100%;
		max-width: 13.75rem;
		margin: 0 auto;
		padding: 10px;
		position: sticky;
		bottom: 10%;
	}
}

.taco-popup-content {
	background: #fff;
	border-radius: 20px;
	height: auto;
	max-height: 100vh;
	padding: 40px 75px;
	text-align: left;
	overflow: auto;
}

@media (max-width: 767px) {
	.taco-popup-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 0;
		padding: 25px 20px;
		padding-bottom: 120px;
		font-size: 14px;
		max-height: none;
		min-height: 100vh;
	}
}

.taco-popup-content img {
	width: 100px;
	margin-top: -15px;
	float: right;
}

@media (min-width: 1025px) {
	.taco-popup-content img {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.taco-popup-content img {
		width: 170px;
		float: none;
		order: 2;
	}

	.taco-popup-content .smor {
		margin-left: 48px;
	}
}

@media (max-width: 767px) {
	.taco-popup-title {
		order: 1;
	}
}

@media (max-width: 767px) {
	.taco-popup-title-two {
		order: 3;
	}
}

@media (max-width: 767px) {
	.taco-popup-items {
		order: 4;
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	.taco-popup-title-three {
		order: 5;
	}
}

@media (max-width: 767px) {
	.climate-footprint-info {
		order: 6;
	}
}

@media (max-width: 767px) {
	.taco-popup-title-four {
		order: 7;
	}
}

@media (max-width: 767px) {
	.taco-popup-trivial {
		order: 8;
		max-width: 400px;
	}
}

.taco-popup-trivial a {
	text-decoration: underline;
}

.taco-popup-items {
	display: flex;
	flex-direction: column;
}

.taco-popup-item {
	flex-direction: row;
	display: flex;
}

.taco-popup-column {
}

.taco-popup-column-left {
	min-width: 200px;
}

@media (max-width: 767px) {
	.taco-item-other {
		flex-direction: row;
	}

	.taco-popup-column-left {
		font-weight: 600;
	}
}

@media (max-width: 550px) {
	.taco-item-other {
		flex-direction: column;
	}
}

.taco-popup-content strong {
	font-weight: normal;
}

.taco-popup-content h2 {
	font-size: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
}

@media (max-width: 767px) {
	.taco-popup-content h2 {
		text-align: center;
		font-size: 30px;
	}
}

.taco-popup-content h3 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 0;
}

@media (max-width: 767px) {
	.taco-popup-content h3 {
		text-align: center;
		font-size: 20px;
	}

	.taco-popup-content h3:first-of-type {
		margin-top: 10px;
	}
}

.taco-popup-content p {
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.taco-popup-content p {
		font-size: 14px;
	}
}

.taco-popup-close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	padding: 17px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
	border: 0;
	cursor: pointer;

	transition: all 250ms ease-out;
}

@media (max-width: 767px) {
	.taco-popup-close-hide-mobile {
		display: none;
	}
}

.taco-popup-close svg,
.taco-popup-close line,
.taco-ingredient-close svg,
.taco-ingredient-close line {
	transition: all 150ms ease-out;
}

.taco-popup-close:hover,
.taco-ingredient-close:hover {
	background: #20b05f;
}

.taco-popup-close:hover svg,
.taco-ingredient-close:hover svg {
	transform: scale(0.85);
}

.taco-popup-close:hover line,
.taco-ingredient-close:hover line {
	stroke: #0a4022;
	stroke: #fff;
}

.taco-popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.remove-container {
	display: none;
}

@media (max-width: 767px) {
	.remove-container {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 22px;
		left: 50%;
		width: 95%;
		max-width: 406px;
		transform: translate(-50%, 0);
	}
}

.remove-button {
	display: none;
}

@media (max-width: 767px) {
	.remove-button {
		display: block;
		width: 25%;
		min-width: 2.75rem;
		padding: 2px 0;
		font-size: 0.9375rem;
		background-color: white;
		color: #057097;
		box-shadow: 0px 2px 0px 0px #057097;
	}

	.remove-button:hover {
		background-color: #057097;
		color: white;
	}

	.remove-button.grey-out {
		opacity: 30% !important;
		pointer-events: none;
	}

	.remove-button.green {
		background-color: #20b05f;
		box-shadow: 0px 2px 0px 0px #0e7f41;
		color: #fff;
	}

	.remove-button.green:hover {
		background: #23c369;
	}
}

.taco-goback {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 2px 0px 0px #ccc;
	border: 0;
	padding: 4px 12px;

	font-size: 10px;
	color: #000;
	cursor: pointer;

	transition: background 250ms ease-out, transform 150ms ease-out;
}

@media (max-width: 767px) {
	.taco-goback {
		display: none;
	}
}

@media (min-width: 1025px) {
	.taco-goback {
		padding: 8px 15px;

		font-size: 12px;
	}
}

.taco-goback:active {
	transform: scale(0.95);
}

.taco-goback:hover {
	background: #f1f1f1;
}

/* Backgrounds */
.taco-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.taco-scene-bg-start {
	z-index: 2;
	background-color: #70c2dd;
	background-image: url("images/bg-start.jpg");
}

@media (max-width: 767px) {
	.taco-scene-bg-start {
		background-image: url("images/bg-start-mobile@2x.jpg");
	}
}

.taco-scene-bg {
	z-index: 1;
	background-color: #70c2dd;
	background-image: url("images/bg.jpg");
	opacity: 0.25;
}

@media (max-width: 767px) {
	.taco-scene-bg {
		background-image: url("images/bg-mobile.jpg");
	}
}

.taco-scene-bg-game {
	z-index: 2;
	background-image: url("images/bg-game.png");
	visibility: hidden;
}

.taco-scene-bg-solid {
	left: 50%;
	opacity: 1;
}

@media (max-width: 767px) {
	.taco-scene-bg-solid {
		left: 0;
		opacity: 1;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
	only screen and (min--moz-device-pixel-ratio: 1.25),
	only screen and (-o-min-device-pixel-ratio: 1.25/1),
	only screen and (min-device-pixel-ratio: 1.25),
	only screen and (min-resolution: 200dpi),
	only screen and (min-resolution: 1.25dppx) {
	/* .taco-scene-bg-start {
		background-image: url("images/bg-start@2x.jpg");
	} */

	.taco-logo {
		background-image: url("images/taco-logo@2x.png");
	}

	.taco-tutorial-drag {
		background-image: url("images/drag-tutorial@2x.png");
	}

	.taco-scene-bg-game {
		background-image: url("images/bg-game@2x.png");
	}
}
