/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2025 | 17:02:12 */
.over-num:hover .elementor-counter-number, .over-num:hover .elementor-counter-number-suffix, .over-num:hover .elementor-widget-container{color: white;
}

	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #CCE1ED;
    color: #00609C;
    z-index: 2;
    border-bottom-color: transparent;
    border-radius: 50px;
    border: 0;
    margin-right: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 50px !important;
    margin-right: 20px !important;
	border:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0 !important;
    border-bottom-left-radius: 0 !important;
   border-width: 0 !important;
    box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 !important;
    box-shadow: none !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0 !important;
    z-index: 1;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
 
    background: #F8F8F8;
}
.img-arrow{
	width:100px !important;
	margin: 0 auto;
}
.description_tab{
	display:none !important;
}
@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-radius: 10px !important;
        margin-right: 20px !important;
        border: 0 !important;
        width: 100%;
        text-align: center;
		margin-bottom:10px;
    }
}



/* Mostrar flechas solo en pantallas menores o iguales a 768px */
@media (max-width: 768px) {
    .eael-woo-product-carousel-container .swiper-container .swiper-button-prev,
    .eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev {
        display: block;
        left: 10px;
    }

    .eael-woo-product-carousel-container .swiper-container .swiper-button-next,
    .eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next {
        display: block;
        right: 12px;
    }
}

#pestanas_win .elementor-column {
  width: 180px !important;
  max-width: 180px !important;
  flex: 0 0 180px !important;
}



/* Pestañas Productos*/

/* ========================
   TABS - DESKTOP
=========================== */
.e-n-tabs-heading {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 16px !important;
  box-sizing: border-box;
  --n-tabs-heading-display: flex !important; /* fuerza la variable */
}

/* Cada tab */
.e-n-tabs-heading .e-n-tab-title {
  width: 180px !important;
  max-width: 180px !important;
  height: 130px !important;
  flex: 0 0 180px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}

/* ========================
   TABS - MOBILE
=========================== */
@media (max-width: 767px) {
  .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    --n-tabs-heading-display: flex !important;
  }

  .e-n-tabs-heading .e-n-tab-title {
    width: calc(50% - 12px) !important;
    max-width: none !important;
    flex: 0 0 calc(50% - 12px) !important;
    height: 130px !important;
  }
}
@media (max-width: 767px) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
    --n-tabs-title-gap: 0 !important;
  }

  .e-n-tabs-heading {
    gap: 12px !important; /* controla separación entre botones */
  }
}


