/**
Theme Name: Colchón CR
Author: Lavallweb
Author URI: https://lavallweb.com
Description: Astra child theme by lavallweb
Version: 1.25.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: colchon-cr
Template: astra
*/
.facetwp-counter{display:none;}
.facetwp-facet-productos{
	display: flex;
    flex-direction: row;
    justify-content: start;
    max-width: 850px;
}
.facetwp-facet-productos .facetwp-checkbox {
    width: 23%;
    background: none ;
    padding-left: 0px;
    text-align: center;
	padding: 5px 5px 0px;
	border-radius: 5px;
    margin: 0 5px;
	margin-bottom: -15px;
}
.facetwp-facet-productos .filtros-imagen {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.facetwp-facet-productos .filtros-imagen img {
    background: white;
    border-radius: 5px;
    aspect-ratio: 3 / 2;
    margin-bottom: 0.5em;
    object-fit: cover;
}

.facetwp-facet-productos .facetwp-checkbox img {
    transition: all 0.3s;
}
.facetwp-facet-productos .facetwp-checkbox:hover img {
    transform: scale(0.97);
}
.facetwp-facet-productos .facetwp-checkbox:hover {
   color: #fd4a01;
}

.facetwp-facet-productos .facetwp-checkbox.checked {
    background-image: none;
	color: #fd4a01;
	background-color:#F2F5F7;

}