.codigo_producto_ampliado, .precio_actual {
  color: #153962;
}
.envio .icono, .envio .texto span, .retiro .icono, .retiro .texto span {
  color: #C9D126;
}
.envio {
  margin: 10px 0 20px;
}

.datos_cuotas_tarjeta_destacada{
	font-size: 14px;
	
	
}

.destacado{
	color: #153962;
}
table{
	border-collapse: inherit;
}
.datos_cuotas_tarjeta_destacada{
	border-top: 2px solid black !important;
	border-bottom: 2px solid black !important;
}
.datos_cuotas_tarjeta_destacada{
	border: 2px solid black !important;
}

.monto_cuotas_resultado.datos_cuotas_tarjeta_destacada{
	border: black 2px solid;
	font-size: 15px;
}
.monto_cuotas_resultado .destacado{
	color: #153962;
}

.pie_contenedor_tarjetas{
	background-color: #153962;
	text-align: center;

}

.pie_contenedor_tarjetas a{
	color: #FFFFFF;
}

.no_disponible{
	background-color: #153962;
	text-align: center;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 7px;
}

#destacadosRelacionados.carousel .thumb-wrapper{
padding: 15px 15px;
background: #fff;
border:#EEEEEE solid 1px;
border-radius: 18px;
text-align: center;

position: relative;
transition: box-shadow 0.5s ease-in-out;
-webkit-box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
}	
@media (min-width: 600px) {
 #destacadosRelacionados.carousel .thumb-wrapper{
	padding: 15px 15px;
	background: #fff;
	border:#EEEEEE solid 1px;
	border-radius: 18px;
	text-align: center;
	min-height:320px;
	position: relative;
	transition: box-shadow 0.5s ease-in-out;
	-webkit-box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
	box-shadow: 1px 1px 5px -2px rgba(204,204,204,1);
	}
}