#filtros-content{
	position: sticky;
	top: 120px;
}



.botones button{
	border-radius: 8px;
	padding: 8px 44px 8px 10px;
	font-size: 13px;
	position: relative;
	font-weight: 300;
	display: inline-block;
	margin: 8px 8px 8px 0;
}

.botones button:hover{
	text-decoration: none;
}

.botones button span{
	position: absolute;
	right: 8px;
	height: 100%;
	border-left: 1px solid #fff;
	top: 0px;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 6px;
}


.botones .btn-tallas{
	border: solid 1px rgba(74,74,74,0.5);
	background: transparent;
}

.botones .btn-tallas:hover{
	border: solid 1px rgba(74,74,74,0.5);
	background: rgba(255,255,255,0.2);
}


.botones .btn-tallas i{
	font-style: normal;
}

.botones .btn-comprar{
	border: solid 1px #00AAC4;
	background: #00AAC4;
	color: #fff;
}

.botones .btn-comprar:hover{
	border: solid 1px #04C8E6;
	background: #04C8E6;
}

.botones .btn-add-lista{
	border: solid 1px #F16422;
	background: #F16422;
	color: #fff;
}

.botones .btn-add-lista:hover{
	border: solid 1px #D88220;
	background: #D88220;
}

.cantidad-modal{
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}

.cantidad-modal span{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ccc;
	font-size: 18px;
	height: 100%;
	padding: 8px 6px 0 5px;
	border-left: 1px solid rgba(255,255,255,0.5);
	z-index: 0;
}

.cantidad-modal select{
	font-size: 14px;
	font-weight: 300;
	background: transparent;
	padding: 5px 40px 6px 10px;
	text-align: center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: solid 1px #ccc;
    outline:none;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.icono-sexo{
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	bottom: 16px;
	border-radius: 50%;
}

.icono-sexo img, .icono-sexo2 img{
	padding: 3px !important;
}

.icono-sexo2{
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 50%;
}


.icono-sexo.hombre, .icono-sexo2.hombre{
	border: 2px solid #004FA7;
}

.icono-sexo.mujer, .icono-sexo2.mujer{
	border: 2px solid #D73AA8;
}

.lista-deseados{
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	margin:8px 0 8px 5px;
}

.lista-deseados span{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b4b4b4;
	font-size: 18px;
	height: 100%;
	padding: 8px 6px 0 5px;
	border-left: 1px solid #ccc;
	z-index: 0;
}

.lista-deseados select{
	font-size: 14px;
	font-weight: 300;
	background: transparent;
	padding: 5px 40px 6px 10px;
	text-align: center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: solid 1px #ccc;
    outline:none;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.cantidad-modal select option{
	background: #fff;
	border: none;
	text-align: center;
}

.filtro-cerrar{
	display: none;
}

.filtros-contenedor{
	position: relative;
	overflow: hidden;
}

.filtrodesplegable{
	display: none;
}

.filtros ul{
	padding: 0;
	margin: 0px;
	width: 100%;
	margin-bottom: 25px;
}

.filtros ul.tallas li{
	text-align: center;
	line-height: 26px;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin: 2px;
	border: 1px solid #ccc;
}

.filtros ul.tallas li a{
	padding: 0;
	font-size: 1em;
}

.filtros ul.tallas li span{
	display: none;
}

.filtros ul.tallas li.activo{
	border: 2px solid #F16422;
	color: 1px solid  !important;
}

.filtros.fixed{
	position: sticky;
	max-height: 460px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	padding-left: 15px;
	top: 120px;
}

.filtros.fixed ul{
	width: 100%;
}

.filtros li{
	display: block;
	width: 100%;
}

.filtros .color a{
	width: 25px;
	height: 25px;
	margin: 4px;
	display: inline-block;
	padding: 0px;
	border: 1px solid #ccc;
	opacity: 0.9;
	overflow: hidden;
	text-indent: -999px;
}

.filtros .color a.activo, .filtros .color a:hover{
	border: 1px solid #333;
	width: 28px;
	height: 28px;
	margin: 2px;
	opacity: 1;
}

.filtros li a{
	padding: 5px;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #808080;
}

.filtros li a:hover{
	color: #F16422;
}

.filtros li a span{
	float: right;
	font-size: 18px;
}

.filtros li ul{
	display: none;
	padding: 0;
}

.filtros li ul a{
	padding: 2px 2px 2px 20px;
	font-size: 15px;
	color: #969696;
	font-weight: 300;
}

.filtros li a.activo, .filtros li a.activo2{
	color: #F16422;
	font-weight: 600;
}

.filtros-titulo{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.filtros-titulo h3{
	display: inline-block;
	background: #fff;
	margin: 0;
	padding: 4px;
	color: #F16422;
	font-size: 18px;
}

.filtros-titulo hr{
	margin: 0px;
	position: absolute;
	border-top: #F8BEA4  1px solid;
	top: 15px;
	z-index: -1;
	width: 100%;
}

.miga-pan{
	color: #333;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 0px;
}

.miga-pan a{
	color: #333;
	margin-right: 8px;
	position: relative;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 16px;
}

.miga-pan a [class^="icon-"], .miga-pan [class*=" icon-"]{
	position: absolute;
	top: 7px;
	left: 2px;
	font-size: 12px;
}

.miga-pan a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
	color: #F16422;
}

.listado{
	min-height: 400px;
}

.lista-tallas-modal{
	display: none;
	position: absolute;
	background: #333;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 5px 5px 10px 10px;
	z-index: 1;
}

.tallas-modal{
	display: inline-block;
	font-size: 14px;
	padding: 0px;
}

.tallas-modal span.talla-list-modal{
	font-size: 16px;
	color: #58595B;
	width: 44px;
	font-weight: 300;
	height: 44px;
	border: 1px solid #3F3F40;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
	cursor: no-drop;
}

.tallas-modal span.talla-list-modal.no{
	cursor: not-allowed;
}

.tallas-modal span.talla-list-modal.si{
	color: #BBBDBF;
	border: 1px solid #BBBDBF;
	cursor: pointer;
}

.tallas-modal span.talla-list-modal.si.select{
	background: #58595B;
}

.otra-lista{
	display: block;
	width: 100%;
	background: #333;
	padding: 60px 0 40px 0;
}

.ver-listado{
	position: absolute;
	top: 0px;
	right: 0px;
}

.ver-listado a{
	font-size: 24px;
	color: #808080;
	top: 6px;
	position: relative;
	margin-left: 4px;
}

.ver-listado a:hover{
	text-decoration: none;
	color: #A8A8A8;
}

@media (max-width: 990px) and (min-width: 768px){
	.articulo-lista .links{
		padding-top: 10%;
	}


}

@media (max-width: 768px){

	#filtros-content{
		height: auto !important;
	}

	.filtros{
		transition: all 0.5s;
		position: fixed;
		top: -100%;
		width: 100%;
		left: 0;
		z-index: 10;
		background: #fff;
		display: none;
		height: auto;
	}
	.filtros.open{
		top: 96px;
		transition: all 0.5s;
	}

	.filtro-cerrar{
		position: relative;
		width: 40px;
		height: 40px;
		background: #E25F00;
		color: #fff;
		font-size: 30px;
		left: 50%;
		margin-left: -20px;
		bottom: -40px;
		text-align: center;
		cursor: pointer;
		display: block;
	}	
	
	.filtrodesplegable {
		display: inline-block;
	}

	.filtros ul{
		width: 100%;
		margin-bottom: 5px;
	}

	.miga-pan{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.ver-listado{
		width: 100%;
		display: block;
		position: relative;
		text-align: right;
		margin-bottom: 12px;
	}

}