@charset "utf-8";

@keyframes example {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


#productAlertsDescat.flash,
#productAlertsAdvice.flash {
	position:relative;

	animation-name: example;
    animation-duration: 1s;
}

#product-options-wrapper select option.disabled {
    color: #f00;
}

.closeAdvice.alerta{
	position:absolute;
	top:10px;
	right:10px;
}

#productAlerts{
	position:relative;
}

#productAlertsContent{
	position:relative;
}

#productAlertsAdvice{
	color: #363636;
	font-weight: 400;
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.2;
	cursor:pointer;
	text-decoration:underline;
	margin:0px;
    padding: 15px 0px 25px 47px;
    
    margin-top: 10px;
	margin-bottom: -26px;
	background: transparent url("../../images/productalerts/alert.svg") no-repeat left top 8px;
	background-size: 40px auto;

	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size:135%;



	font-size: 118%;
	background-size: 35px auto;
	padding: 15px 0px 25px 41px;
	background-position: left top 8px;
	
}

#productAlertsAdvice.inactivo{
	color: #747474;
	cursor:default;
	opacity:0.7;
	text-decoration:none;
	background-image:url("../../images/productalerts/alert_disabled.svg");
}


/*
@font-face {
    font-family: 'impactregular';
    src: url('impact-webfont.woff2') format('woff2'),
         url('impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

#productAlertsDescat{
	color: #363636;
	font-weight: 600;
	margin-top: 10px;
    margin-bottom: -26px;
	font-size: 13px;
	line-height: 1.2;
    text-transform: uppercase;
    font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 400;
   /* border: 1px doble #ddd;*/
    background: transparent url("../../images/productalerts/clock.svg") no-repeat left top 2px;
	background-size: 40px auto;
    padding: 10px 0px 10px 47px;
	
    text-align: center;
    font-size: 160%;
  /*  border-style: double;*/
    width: auto;
	margin-top:15px;
   /*
    color: #e01618;
	border-radius: 9px;
    border-radius: 9px;
    font-family: "impactregular", Impact, Arial, sans-serif;
	border-width: 5px;
	position:relative;*/



	font-size: 135%;
	padding:10px 0px 10px 43px;
	background-size: 35px auto;
	background-position: left top 3px;

}

#productAlertsDescat:not(.oculto){
	 display: inline-block;
}


/*
#productAlertsDescat::after{
	position:absolute;
	content:"";
	top:-5px;
	left:-5px;
	width:100%;
	height:100%;
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	background: transparent url("../../images/productalerts/manchas.png") repeat center left;
	background: transparent url("../../images/productalerts/manchas.png") repeat bottom left 18px;
	background: transparent url("../../images/productalerts/manchas.png") repeat bottom left 148px;
}
*/


@media only screen and (max-width: 360px) {
/*	#productAlertsDescat{
		 font-size: 240%;
	}	
*/
/*	#productAlertsAdvice{
		font-size: 110%;
	}*/
}


#productAlertsContent h2{
	color: #416741;
	font-weight: 600;
	font-size: 13px;
}

#enlaceAlerts{
	font-weight: 600;

	font-size: 140%;
	margin: 0px auto;
	background: #2f482d;
	color: #fff;
	display:inline-block;
	padding: 18px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 15px;
	text-align:center;
	text-transform:none;

	margin-bottom: 15px;

}
#enlaceAlerts:hover {
	background: #2f482d;
	text-decoration: none;
}

#enlaceAlerts.registered{
	width:100%;
}

#enlaceAlerts.guest{
	margin-bottom: 0px;
}

#productAlertsContent .privacidadDiv{
	text-align:right;
	font-size:90%;
	margin-bottom: 10px;
	padding-top: 1px;
	color:#727272;
}

#productAlertsContent .privacidadDiv .required{
	color:#727272;
	font-size: 95%;
	display: block;
	position: relative;
    top: auto;
    right: auto;
    margin: 0;
	text-align: right;
}

#alertEmail{
	width:100%;
	height:40px;
	font-size: 13px;
	margin-bottom:10px;
	border: 1px solid #000;
	color: #000;
}

#enlaceAlerts.guest{
	width:100%;
	vertical-align: top;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	min-height:35px;
}



@media screen and (max-width:1140px) and (min-width:580px){
	#enlaceAlerts{
		font-size: 80%;
	}
}

.noStockSelectSpan{
	display:inline-block;
	background: transparent url("../../images/stockAdvice.png") no-repeat center center;
	width:12px;
	height:8px;
}

/*
.product-options dl dd:nth-child(2){
	width: 75%;
}

@media screen and (max-width:866px) and (min-width:580px){
.product-options dl dd:nth-child(2){
	width: 65%;
}
}*/

