#popup-comprar-p {
	display: none;
}
#popup-comprar-p.active {
	display: flex;
}

.desc-plato-popup {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.desc-plato-popup h4 {
	color: #FF0000;
	font-size: 18px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 15px;

}

.desc-plato-popup img {
	width: 70%;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	border-radius: 10px;

}

.desc-plato-popup span {
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	background-color: #FF0000;
	margin: 15px 0px;
}

.desc-plato-popup p {
	font-size: 12px;
	text-align: center;
}

#com-p {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #4e4e4e;
}

.bnn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 100px);
	z-index: 1;
}

.bnn-two {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 25px;
	z-index: 1;
}

.bnn-two>span {
	color: #FF0000;
}

#bnn-izq {
	left: 0;
}

#bnn-der {
	right: 0;
}

#bnn-two-izq {
	left: 80px;
}

#bnn-two-der {
	right: 80px;
}

.content-title-plato {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-plato {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-plato span {
	color: #FF0000;
	font-size: 20px;
}

.back-menu {
	position: absolute;
	left: 20px;
}

.content-slider-plato {
	width: 100%;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.card-plato {
	width: 100%;
	padding: 56px 0px;
	/* background-color: #EFEFEF; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-img-plato {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #ffffff;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.content-descripton-plato {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content-puntuacion {
	position: absolute;
	top: -25px;
	right: 20px;
}

.c-d-p {
	width: 90%;
	/* height: 170px; */
	padding: 30px 20px 10px;
	background-color: #ffffff;
	border-left: 8px solid #FF0000;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content-precio-p {
	position: absolute;
	top: 8px;
	right: 5px;
}

.content-precio-p span {
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 13px;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	background-color: #FF0000;
}

.content-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content-desc h4 {
	color: #FF0000;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	margin-bottom: 6px;
	font-size: 18px;
}

.content-desc p {
	font-size: 13px;
}

.content-l-c {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.content-l-c a:not(:last-child) {
	margin-right: 5px;
}

.count-n-platos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.count-n-platos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.count-n-platos a {
	margin: 0px 10px;
}

.count-n-platos input {
	width: 40px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.btns-action-popup {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.btns-action-popup>div {
	padding: 5px 15px ;
	margin: 0px 5px;
	border-radius: 4px;
}

.btns-action-popup>div:first-child {
	background-color: #FF0000;
}

.btns-action-popup>div:last-child {
	background-color: #39B24A;
}

.btns-action-popup>div>a {
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}


@media screen and ( min-width: 992px ) {
	.card-plato {
		padding: 10px 0px;
	}
}