#notificacion-vacio {
	background: #E4E7ED;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: 220px;
}
@keyframes notificacion-vacio-ani {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#notificacion-vacio span {
	animation-name: notificacion-vacio-ani;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	padding-top: 3px;
	padding-bottom: 20px;
	color: #D10024;
	font-size: 130px;
}
#notificacion-modal {
	font-size: 16px;
}
#notificacion-modal-img {
	width: 230px;
	height: 150px;
	border-radius: 5px;
}


.product-propio-img {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center !important;
}
.product-propio-img img {
	width: 80% !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	height: 130px;
}
.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center !important;
}
.product-img img {
	width: 80% !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
	height: 130px;
}
.product2 img {
	margin-top: 5px;
	height: 50px;
}
.product-album {
	background: #F9F9F9 !important
}
.product-album:hover {
	background: #cfcfcf !important;
	color: white;
	cursor: pointer;
}
.product-album:active {
	background: black !important;
}


.icon-urgencia {
	position:absolute;
	font-size: 22px;
	left:5px;
	top:5px;
	z-index: 10;
}