/*
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;
}

/*.slide-home .bg-image {*/
/*    border-radius: 5px !important;*/
/*    overflow: hidden !important;*/
/*}*/

/*.slide-home .bg-image {*/
/*    border-radius: 5px !important;*/
/*    overflow: hidden !important;*/
/*    height: 100% !important;*/
/*}*/

/*.slide-home {*/
/*    border-radius: 5px !important;*/
/*    overflow: hidden !important;*/
/*}*/

/*li.slide-home {*/
/*    border-radius: 5px !important;*/
/*    overflow: hidden !important;*/
/*}*/

/*.redondo{*/
/*	border-radius: 15px;*/
/*}*/

.text-fix{
	top: 55px;
  	position: relative;
  	z-index: 2;
}

.col-fix {
  	top: 75px; /* Ajusta este valor según el solapamiento que necesites */
  	position: relative;
  	z-index: 2;
}

@media (max-width: 768px) {
  .col-fix {
  	top: -75px !important; /* Ajusta este valor según el solapamiento que necesites */
  	position: relative;
  	z-index: 2;
}
}


.grupos-ckids,
.canciones-ckids {
  transition: transform 0.3s ease;
}

.grupos-ckids:hover,
.canciones-ckids:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .wp-block-buttons {
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .wp-block-navigation__container .wp-block-navigation-item__content span.wp-block-navigation-item__label,
  .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    color: #000 !important;
  }

  /* Opcional: Forzar que todos los <a> también tengan color negro en móvil */
  .wp-block-navigation-item__content {
    color: #000 !important;
	 margin-bottom: 10px !important;
  }
}

@media (max-width: 768px) {
  span.wp-block-navigation-item__label {
    color: #000 !important;
  }

  a.wp-block-navigation-item__content {
    color: #000 !important;
  }
}

.justificado{
	text-align: justify !important;
}

.dir-arriba {
  position: relative;
  transition: transform 0.6s ease;
}

.dir-arriba:hover {
  transform: translateY(-45px);
}

.fix-column {
  	top: -75px !important; /* Ajusta este valor según el solapamiento que necesites */
  	position: relative;
  	z-index: 2;
}

@media (max-width: 768px) {
  .centrar-en-movil {
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 768px){
    .border-group{
        border-right: none !important;
        border-bottom: solid white 3px !important;
        font-size: 32px !important;
    }
}

@media (min-width: 769px) {
    .wp-block-navigation__submenu-container.wp-block-navigation-submenu li:hover {
        background-color: #F48244;
    }

    .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
        background-color: rgba(255, 255, 255, 0.4) !important;
        transition: 0.4s ease-in-out;
        transform: translateY(5px);
    }
}


@media (max-width: 768px){
.txt-convi{
    font-size: 58px !important;
}
}

@media (max-width: 768px){
.txt-casa{
    font-size: 47px !important;
}
}

.cultura-arriba{
    transform: translateY(15px);
    transition: 0.4s ease-in-out;
}


@media (max-width: 768px){
  .txt-nosotros{
    font-size: 18px !important;
    text-align: justify !important;
 }
}

