
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* INICIO CSS MARCAS */
.row.delivery-option {
  padding: 10px;
  border-bottom: 1px solid #edf1f7;
  background: #e0e0e0;
}

.slider-images-nuestras-marcas {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.accordionImagesWa {
  max-width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
  margin: 5px auto;
}

.tabslider {
  position: relative;
  width: 20%;
  height: inherit;
  padding: 2px;
  margin: 5px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  transition: width 0.5s ease;
  text-align: center;
  border-radius: 0.3rem;
  overflow: hidden;
}

.tabslider img {
  position: absolute;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 0.3rem;
}

.tabslider:hover {
  width: 40%;
  transition: width 0.5s ease;
}

.tabslider:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}

.botonWa {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.tabslider:hover .slider-images-nuestras-marcas {
  bottom: 20%;
}

.marca:hover .label {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .accordionImagesWa {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    height: auto !important;
  }

  .tabslider {
    width: 90% !important;
    max-width: 400px !important;
    height: 250px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .tabslider img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
  }

  .botonWa {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: white !important;
    font-weight: bold !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    text-align: center !important;
    width: 80% !important;
    background: none !important;
  }
}
/* FIN CSS MARCAS */



/* INICIO LINEAS */
.accordionImagesWa-e2 {
  max-width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
  margin: 5px auto;
}

.tab-e2 {
  position: relative;
  width: 25%;
  height: inherit;
  padding: 2px;
  margin: 5px;
  background: #000;
  color: #FFF;
  cursor: pointer;
  transition: width .5s ease;
  text-align: center;
  overflow: hidden;
}

.tab-e2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.tab-e2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.botonWa-e2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: white;
  z-index: 3;
}

.contenWa-e2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease;
  z-index: 2;
}

.texto-blanco-e2 {
  color: white;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0;
}

@media screen and (min-width: 769px) {
  .tab-e2:hover .contenWa-e2 {
    opacity: 1;
    top: 40%;
  }
}

@media screen and (max-width: 768px) {
  .contenWa-e2 {
    opacity: 1;
    top: 60%;
  }
}

.know-more-e2 {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.know-more-e2:hover {
  color: #ff00ff;
}

/* Estilos para versión móvil */
@media screen and (max-width: 768px) {
  .accordionImagesWa-e2 {
    flex-direction: column;
    align-items: center;
    height: auto;
    overflow: visible;
  }

  .tab-e2 {
    width: 100%;
    height: 200px;
    padding: 10px;
  }

  .contenWa-e2 {
    width: 90%;
    top: 50%;
    padding: 10px;
    text-align: center;
  }

  .contenWa-e2 h2 {
    font-size: 16px;  /* Reducido para evitar que se corte */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .contenWa-e2 p {
    font-size: 13px;
    line-height: 1.4;
    max-width: 85%;
    margin: 0 auto 10px;
  }

  .botonWa-e2 {
    font-size: 12px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    position: relative;
    bottom: 0;
  }
}

/* FIN CSS LINEAS */

.layout_layout1:not(.click_open_submenu) .mm_menus_li:hover > a, 
.layout_layout1:not(.click_open_submenu) .mm_menus_li.menu_hover > a {
  background-color: transparent !important;
  z-index: auto !important;
}



.product-flags .on-sale{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}
.product-flags .discount{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}
.product-flags .on-sale:hover{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}
.product-flags .discount:hover{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}


#main .tabs-container .nav-link h5 {
  color: #b0b0b0 !important;
}



.btn_idonea_back .mm_menu_content_title{
  color: #FFFFFF !important;
  height: 45px !important;
}

.btn_idonea_back {
  background: #ec0677 !important;
  color: #FFFFFF !important;
  border-radius: 0 !important; /* Sin bordes redondeados */
  height: 60px !important; /* Mayor altura */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px; /* Ajuste de padding para mejor proporción */
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Cambia el color al hacer hover */
.btn_idonea_back:hover {
  background: linear-gradient(to right, #FFC107 50%, #EC0677 50%);
  transform: scale(1.05);
}

/* Línea de color en el hover */
.btn_idonea_back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #FFC107, #EC0677);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

/* Aparece la línea al hacer hover */
.btn_idonea_back:hover::after {
  transform: scaleX(1);
}


.alto_menu_idonea {
  height: 400px; /* Ajusta según lo necesario */
  overflow-y: auto; /* Permite desplazamiento si el contenido es mayor */
}

.ets_mm_block_content ul li ul{
  margin-left: 100px !important;
}
.ets_mm_categories ul,
.ets_mm_categories ul li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.layout_layout1 .ets_mm_block_content ul li a::before {
  content: none !important;
}

.layout_layout1 .ets_mm_block_content ul li a {
  padding-left: 30px; 
}
  
.layout_layout1 .ets_mm_block_content {
  overflow: visible !important; /* Evita que se corte el contenido */
  min-height: 100%; /* Asegura que crezca según el contenido */
}




.product-flags .on-sale{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}
.product-flags .discount{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}
.product-flags .on-sale:hover{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}
.product-flags .discount:hover{
  background-color: #EC0677 !important;
  color: #FFFFFF !important;
}



/* Ocultar la sección por defecto */
.seccion-carro {
  /*display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;*/
  color: #FFFFFF !important;
  
}

/* Mostrar al pasar el mouse sobre la tarjeta */
.tarjeta-producto:hover .seccion-carro {
  /*display: block;
  opacity: 1;*/
  color: #001E49 !important;
  border-top: 1px solid #001E49;
}
.seccion-carro-precio {
  color: #FFFFFF !important;
}
.tarjeta-producto:hover .seccion-carro-precio {
  color: #001E49 !important;
}

/* Agregar borde a la tarjeta al hacer hover */
.tarjeta-producto:hover {
  /*height: 350px !important;*/
  border: 1px solid #001E49 !important;
  border-radius: 5px !important;
  transition: border 0.3s ease-in-out;
}
.tarjeta-producto{
  /*border: 1px solid #F6F6F6 !important;*/
  border: 1px solid #FFFFFF !important;
}


.ce-product-features{

}
.ce-product-features tr:nth-child(even) {
  background-color: #f9f9f9; /* Color claro para filas pares */
}
.ce-product-features tr:nth-child(odd) {
  background-color: #ffffff; /* Color blanco para filas impares */
}
.ce-product-features tr:hover {
  background-color: #d0ebff; /* Azul suave al pasar el mouse */
}
.ce-product-features tr {
  border-bottom: 1px solid #e0e0e0; /* Borde inferior suave */
}

.elementor-6170101 .elementor-element.elementor-element-e8ba660 .elementor-thumbnails-swiper .swiper-slide:hover::after {
  background-color: #FFFFFF24;
}


/*.elementor-6170101 .elementor-element.elementor-element-1c0df3f > .elementor-container > .elementor-nav-tabs a.elementor-item.elementor-item-active:not(#e){

  color: #EC0677 !important;}
  */