/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */

#subcategories{
	padding-top: 50px;
}

#subcategories ul{
	float: left;
	width: 100%;
}

.submarcas{
	float: left;
	width: 20%;
}

.submarcas .subcategory-image{
	text-align: center;
}

.submarcas h5{
	text-align: center;
}


.anclas{
	text-align: center;
  margin-top: 50px;
}

.abecedario{
	list-style: none;
	display: inline-block;
}


.abecedario li{
	float: left;
	margin-right: 20px;
}

.abecedario li a{
	text-decoration: none;
	color: #cd0e6b;
	font-size: 20px;
	font-weight: 600;

}

.letras{
	padding-top: 30px;
	padding-bottom: 30px;
}

.ltr{
	font-size: 40px;
	color: #cd0e6b;
}

.separacion{
	height: 10px;
	width: 50%;
	background: #cd0e6b;
}

#productsSortForm label{
	padding-top: 0;
}
#productsSortForm .custom_select{
	float: left;
	clear: none;
}
#productsSortForm .custom_select select{
	max-width: 250px;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0 20px;
	height: auto;
}
#productsSortForm .custom_select select:focus,
#productsSortForm .custom_select select:active{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

#productsSortForm .custom_select::after {
	color: #999999;
	top: 0;
	line-height: 1;
	border-radius: 0;
}

.arriba_marcas{
	position: fixed;
    width: 100%;
    left: 0;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.66);
    padding-top: 15px;	    
}

@media (max-width: 1200px){	
}

@media (max-width: 1024px){
	.submarcas{
		float: left;
		width: 25%;
	}
}

@media (max-width:992px){
	.abecedario li a{
		font-size: 15px;
	}

	.abecedario li{
		margin-right: 15px;
	}

}

@media (max-width: 750px){
	.anclas{
		display: none;
	}

	#subcategories {
		padding-top: 30px;
	}
}

@media (max-width: 720px){
	.submarcas{
		float: left;
		width: 33%;
	}
}

@media (max-width: 500px){
	.submarcas{
		float: left;
		width: 50%;
	}
}
