/*
 * Category code goes here.
 * 
 */

@import url("filter-color.css");

.filter-blocks a, #search_center_filter_toggler {
    background: #F7F7F7 !important;
    color: black !important;
}

.custom-checkbox input[type="checkbox"] + span:not(.color) {
    border-color: #060606; 
}

#wrapper .block-title, #search_center_filter_toggler, .active_filters .active-filter-title {
    text-transform: uppercase;
}

.noUi-touch-area {
    background: orange;
}

.category-description {
    text-align: center;
}

.magnitude, .label-color {
    vertical-align: super;
}

#js-product-list-top {
    border-top: none;
    border-bottom: none;
    padding: 0;
}

#talla-hover strike {
	display: none;
}

.product-miniature-default .variant-links .color {
	border-radius: 25px;
}

.regular-price.text-muted {
	color: darkred !important;
}

.category-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

@media only screen and (max-width: 768px) {
    .strike {
        display: none;
    }
    .sizes {
        display: initial !important;
    }
}

/* OCULTAR TALLA Y COLOR EN CIERTAS CATEGORÍAS */

.category-id-356 .products-variants, .category-id-356 #talla-hover {
    display: none;
}


/* OCULTAR FILTROS DE REBAJAS */

.facet_98617 {
    display: none;
}