.content-p {
	background-color: #EFEFEF;
}

.content-title-plato {
	width: 100%;
	background-color: #ff0000 ;
	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: #ffffff;
	font-size: 20px;
}

.title-plato span:last-child {
	font-family: 'averta Bold';
	margin-left: 10px;
}

.back-menu {
	position: absolute;
	left: 20px;
}

.c-plato-agregado {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.plato-agregado {
	width: 100%;
	padding: 5px 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.content-img-p {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ffffff;
	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);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.content-img-p img {
	width: 100%;
}

.nom-plato {
	padding: 5px;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 95px;
}

.c-prec-p {
	width: 100%;
	background-color: #ffffff;
	padding-right: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.c-prec-p span {
	color: #ff0000;
	padding: 5px;
	font-size: 13px;
}

.btn-q-plato {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #ff0000;
	padding: 3px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 15px;
}

.btn-q-plato a {
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-total-pedido {
	width: 100%;
	padding: 20px 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sub-dom {
	padding: 3px 10px;
	border-radius: 4px;
	background-color: #ffffff;
	margin-bottom: 5px;
}

.sub-dom span:first-child {
	font-family: 'averta Bold';
}

.c-total {
	padding: 3px 10px;
	border-radius: 4px;
	background-color: #ffffff;
	margin-bottom: 5px;
}

.c-total span {
	font-size: 20px;
}
.c-total span:first-child {
	font-family: 'averta Bold';
}