/*
Theme Name: Anasac Jardin Child Theme
Theme URI:  https://elementor.com/
Author:     Anasac Jardín
Author URI: https://www.anasacjardin.cl/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


/* Estilo listas */

ul li::marker {
  color: #68AE41;
}
/* end */

/* ESTILOS PARA LISTADO DE SUCULENTAS Y CACTUS */

.custom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.custom-grid .col {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .custom-grid .col {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

.custom-grid ul {
  padding-left: 1.2rem;
  margin: 0;
}

.custom-grid li {
  margin-bottom: 0.5rem;
}

/*  END ESTILOS PARA LISTADO DE SUCULENTAS Y CACTUS  */

/* ESTILOS PARA TABLA DE SIEMBRA EN ALMACIGO */

.custom-clean-table table,
.custom-clean-table table * {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.custom-clean-table td {
  border: none;
  background-color: transparent;
  padding: 10px;
  vertical-align: top;
}

.custom-clean-table img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* Responsive: se apila en pantallas pequeñas */
@media screen and (max-width: 768px) {
  .custom-clean-table table,
  .custom-clean-table tbody,
  .custom-clean-table tr,
  .custom-clean-table td {
    display: block;
    width: 100%;
  }

  .custom-clean-table td {
    margin-bottom: 20px;
    text-align: center;
  }
}


/* END ESTILOS PARA TABLA DE SIEMBRA EN ALMACIGO */

/*mega menu*/
.jet-mega-menu-list {
  flex-wrap: nowrap !important;
	/*end*/
	
