#popup {
	width:100%;
	height:100%;
	background-image: url(../../../images/ecom_images/popup.jpg) !important;
	background-position: center top !important;
	background-size: cover;
	background-repeat: no-repeat;
}
#btn-aceptar {
	position: relative;
    top: 360px;
	font-weight:700;
	background-color: #fff !important;
	border-color: #fff !important;
	color: #d70c37 !important;
}
#btn-aceptar:hover {
	background-color: #ff9000 !important;
	border-color: #ff9000 !important;
	color: #fff !important;
}
#label_no_mostrar_popup {
	position: absolute;
    top: 390px;
	left:10px;
	color:#fff;
}

/* Responsiv styles */
@media (max-width: 420px) {
	#popup {
		width:100%;
		height:100%;
		background-image: url(../../../images/ecom_images/popup-movil.jpg) !important;
		background-position: center top !important;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#btn-aceptar {
		position: relative;
		top: 410px;
	}
	#label_no_mostrar_popup {
		position: absolute;
		top: 470px;
		left:10px;
	}
}