/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.filtros-marcas {
	flex-wrap: wrap !important;
}
.filtros-marcas .elementor-widget-shortcode:first-child {
	width: 100%;
	margin-top: 30px;
}
.filtros-marcas .elementor-widget-shortcode:last-child {
	width: 100%;
}


.filtros-marcas .elementor-widget-shortcode:first-child .facetwp-facet {
    display: flex;
    column-gap: 30px;
    margin-bottom: 0px;
     font-size: 21px;
    font-weight: 500;
}
.filtros-marcas .elementor-widget-shortcode:first-child .facetwp-checkbox {
    width: 50%;
    border: 1px solid #b4b3b0;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}

.filtros-marcas span.facetwp-counter {
	display: none;
}
.filtros-marcas .facetwp-checkbox {
	background-image: none !important;
}

.filtros-marcas .facetwp-checkbox {
    position: relative;
}
/* Cuadrado visual */
.filtros-marcas .facetwp-checkbox::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  border: 2px solid #1F648C;
  background-color: white;
  box-sizing: border-box;
  border-radius: 30px; /* Para esquinas redondeadas */
}

/* Cuando está seleccionado */
.filtros-marcas .facetwp-checkbox.checked::before {
  background-color: #1F648C; /* Color del cuadrado seleccionado */
  border-color: #1F648C;
}

.filtros-marcas select.facetwp-dropdown, 
.filtros-marcas input.facetwp-search {
    border-radius: 30px;
}

.facetwp-facet.facetwp-facet-reiniciar_filtros.facetwp-type-reset  {
    text-align: center;
}
.facetwp-facet.facetwp-facet-reiniciar_filtros.facetwp-type-reset button {

    border-radius: 30px;
}
