@charset "utf-8";

@keyframes example {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


#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;
	
}

#productAlertsAdvice.inactivo{
	color: #747474;
	cursor:default;
	opacity:0.7;
	text-decoration:none;
}

#productAlertsContent h2{
	color: #118336;
	font-weight: 600;
	font-size: 13px;
}

#enlaceAlerts{
	font-weight: 600;

	font-size: 140%;
	margin: 0px auto;
	background: #008001;
	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: #008001;
	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%;
}
}*/