/*
Theme Name:  Bioxnet Theme Child
Description: Child theme for Bioxnet Theme
Template:   bioxnet
Text Domain: bioxnet-child
Version: 1.0
*/

.header-top-enlaces p a, .header-top-enlaces a{
    font-size: 14px;
}

.theme-bioxnet-child.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 90px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.theme-bioxnet-child.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}

.theme-bioxnet-child .vi_wpvs_variation_form .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap[data-attribute="attribute_pa_especies-de-madera"] .vi-wpvs-option-wrap{
  margin: 5px 3px 3px 0;
	-webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.theme-bioxnet-child .vi_wpvs_variation_form .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap[data-attribute="attribute_pa_especies-de-madera"] .vi-wpvs-option-wrap:hover{
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 2;
	background-color: #FFF;
	
}
.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li{
	    padding: 0 0 14px 0;
}

.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li:before{
	display:none;
}

.theme-bioxnet-child.theme-bioxnet.woocommerce div.product form.cart div.quantity, 
.theme-bioxnet-child div.product form.cart div.quantity{
    margin: 0 2px 0 0;
    min-width: 50px;
}

@media (max-width: 790px) {
.theme-bioxnet-child.theme-bioxnet.woocommerce div.product div.images .flex-control-thumbs li {
    width: 50px;
}
}

.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li .wc-block-product-categories-list-item-count{
	display:none;
}

.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li ul li a{
	font-size: 15px;
}
.theme-bioxnet.theme-bioxnet-child .wc-block-product-categories ul li ul li a:before{
	display:none;
}

.ico-fix {
  position: absolute;
  top: -80px; /* Ajusta la posición del ícono */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Estilos iniciales */
.hover-columna .hover-group {
  border: 2px solid #e2e2e2;
  border-radius: 15px;
  transition: border-color 0.3s ease;
}

.hover-columna h2 {
  color: #000; /* color inicial del texto */
  transition: color 0.3s ease;
}

/* Estilos al pasar el mouse */
.hover-columna:hover .hover-group {
  border-color: #F6A517 !important; /* amarillo */
}

.hover-columna:hover h2 {
  color: #F6A517 !important; /* amarillo */
}

.justificado{
	text-align: justify;
}

.boton-pdf-descarga {
    display: inline-block;
    background-color: #f6a513;
    color: black;
    padding: 12px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
	font-size: 18px;
}

.boton-pdf-descarga:hover {
    background-color: #E2E2E2;
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}
.breadcrumbs a {
    text-decoration: none;
    color: #0073aa;
}
.breadcrumbs span {
    color: #333;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

@media (max-width: 790px) {
	.sear-mobile{
		display: none !important;
	}
}

.mensaje-no-resultados {
    display: none;
}

.wp-block-query-loop:empty + .mensaje-no-resultados,
.wp-block-query-loop.has-no-results + .mensaje-no-resultados {
    display: block;
}
