
/* ==========================================================================
   8. AGROINDUSTRIAL
========================================================================== */
/* #region AGROINDUSTRIAL*/

body.term-agroindustrial-pathogen-detection .site-footer {
  background-color: #52d2a5;
}
body.term-agroindustrial-pathogen-detection {
  background-color: #f4f5f5;
  font-family: 'Poppins', sans-serif;
}

body.term-agroindustrial-pathogen-detection .custom-header{
  background-color: #52d2a5;
}
body.term-agroindustrial-pathogen-detection .custom-header a,
body.term-agroindustrial-pathogen-detection .custom-header .login-icon {
  color: #fefefe; /* azul muy oscuro */
}
body.term-agroindustrial-pathogen-detection .custom-header .login-trigger:hover .login-icon {
  color: #52d2a5;
}

body.term-agroindustrial-pathogen-detection .custom-header .nav-menu > li > a:hover {
  background-color: #fefefe; /* o el color que prefieras */
  color: #52d2a5;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body.term-agroindustrial-pathogen-detection .custom-header .sub-menu a {
  color: white !important;
}

body.term-agroindustrial-pathogen-detection .custom-header .sub-menu a:hover {
  background-color: #fefefe;
  color: #52d2a5 !important;
}
body.term-agroindustrial-pathogen-detection .custom-header .nav-menu li ul {
background-color: rgba(82, 210, 165, 0.8);
}

body.term-agroindustrial-pathogen-detection .custom-header .cart-icon-header a.cart-contents:hover {
  color: #52d2a5;
  background-color: white;
}


/* ====== SIDEBAR ====== */
.sidebar-subcategories {
  color: #52d2a5;
}

.sidebar-subcategories a {
  color: #52d2a5;
}

.sidebar-subcategories a:hover {
  color: #fefefe;
  background-color: #52d2a5;
}

.sidebar-subcategories .subcategory-link {
  color: #52d2a5;
}

.sidebar-subcategories .subcategory-link:hover {
  color: #fefefe;
}

/* ====== TÍTULO PRINCIPAL ====== */
.category-main-title {
  background-color: #52d2a5; /* cambia por color de la categoría */
  color: white;
}


.category-main-title {
  transform: translateX(30px); /* mueve hacia la derecha */
}

/* AGROINDUSTRIAL - Personalizaciones de color */
body.term-agroindustrial-pathogen-detection {
  background-color: #f4f5f5;
  font-family: 'Poppins', sans-serif;
}

body.term-agroindustrial-pathogen-detection .custom-header {
  background-color: #52d2a5;
}

body.term-agroindustrial-pathogen-detection .custom-header a,
body.term-agroindustrial-pathogen-detection .custom-header .login-icon {
  color: #fefefe;
}

body.term-agroindustrial-pathogen-detection .custom-header .login-trigger:hover .login-icon,
body.term-agroindustrial-pathogen-detection .custom-header .nav-menu > li > a:hover {
  color: #52d2a5;
  background-color: #fefefe;
}

body.term-agroindustrial-pathogen-detection .custom-header .nav-menu li ul {
  background-color: rgba(82, 210, 165, 0.8);
}

body.term-agroindustrial-pathogen-detection .custom-header .sub-menu a {
  color: white !important;
}

body.term-agroindustrial-pathogen-detection .custom-header .sub-menu a:hover {
  background-color: #fefefe;
  color: #52d2a5 !important;
}

body.term-agroindustrial-pathogen-detection .custom-header .cart-icon-header a.cart-contents:hover {
  color: #52d2a5;
  background-color: white;
}

/* Botón personalizado de productos */
body.term-agroindustrial-pathogen-detection ul.products li.product .button,
body.term-agroindustrial-pathogen-detection ul.products li.product .button:hover {
  background-color: #52d2a5;
}

/* Paginación activa */
body.term-agroindustrial-pathogen-detection nav.woocommerce-pagination ul.page-numbers li .current {
  background-color: #2b775c;
}

/* Textos y dropdown */
body.term-agroindustrial-pathogen-detection .woocommerce .woocommerce-result-count,
body.term-agroindustrial-pathogen-detection .woocommerce .woocommerce-ordering,
body.term-agroindustrial-pathogen-detection .woocommerce .woocommerce-ordering select option {
  color: #52d2a5;
}

body.term-agroindustrial-pathogen-detection .woocommerce .woocommerce-ordering select:hover,
body.term-agroindustrial-pathogen-detection .woocommerce .woocommerce-ordering select option:hover {
  background-color: #52d2a5;
  color: white;
}
body.term-agroindustrial-pathogen-detection .woocommerce-result-count,
body.term-agroindustrial-pathogen-detection .woocommerce-ordering {
  color: #52d2a5;
}

body.term-agroindustrial-pathogen-detection .woocommerce-ordering select {
  background-color: #f4f5f5;
  color: #52d2a5;
}



