/* ESTILOS DE CATEGORÍA: mycoplasma */

body.term-mycoplasma-pathogen-detection {
  background-color: #f4f5f5;
}

body.term-mycoplasma-pathogen-detection .custom-header {
  background-color: #675691;
}

body.term-mycoplasma-pathogen-detection .custom-header a,
body.term-mycoplasma-pathogen-detection .custom-header .login-icon {
  color: #fefefe;
}

body.term-mycoplasma-pathogen-detection .custom-header .login-trigger:hover .login-icon,
body.term-mycoplasma-pathogen-detection .custom-header .cart-icon-header a.cart-contents:hover {
  color: #675691;
  background-color: white;
}

body.term-mycoplasma-pathogen-detection .custom-header .nav-menu > li > a:hover {
  background-color: #fefefe;
  color: #675691;
}

body.term-mycoplasma-pathogen-detection .custom-header .sub-menu a {
  color: white !important;
}
body.term-mycoplasma-pathogen-detection .custom-header .sub-menu a:hover {
  background-color: #fefefe;
  color: #675691 !important;
}
body.term-mycoplasma-pathogen-detection .custom-header .nav-menu li ul {
  background-color: rgba(148, 95, 205, 0.8);
}

body.term-mycoplasma-pathogen-detection .site-footer {
  background-color: #675691;
}

body.term-mycoplasma-pathogen-detection .category-main-title {
  background-color: #675691;
  color: white;
}

body.term-mycoplasma-pathogen-detection .woocommerce-result-count,
body.term-mycoplasma-pathogen-detection .woocommerce-ordering {
  color: #675691;
}

body.term-mycoplasma-pathogen-detection .woocommerce-ordering select {
  background-color: #f4f5f5;
  color: #675691;
}

body.term-mycoplasma-pathogen-detection .woocommerce-ordering select:hover {
  background-color: #675691;
  color: white;
}

body.term-mycoplasma-pathogen-detection .woocommerce-ordering select option {
  color: #675691;
  background-color: #ffffff;
}
body.term-mycoplasma-pathogen-detection .woocommerce-ordering select option:hover {
  background-color: #675691;
  color: white;
}

body.term-mycoplasma-pathogen-detection nav.woocommerce-pagination ul.page-numbers li a,
body.term-mycoplasma-pathogen-detection nav.woocommerce-pagination ul.page-numbers li span {
  background-color: #675691;
  color: white;
}
body.term-mycoplasma-pathogen-detection nav.woocommerce-pagination ul.page-numbers li .current {
  background-color: #382e50;
}

body.term-mycoplasma-pathogen-detection ul.products li.product .button {
  background-color: #675691;
  color: white;
}
body.term-mycoplasma-pathogen-detection ul.products li.product .button:hover {
  background-color: #675691;
}

/* ====== SIDEBAR ====== */
.sidebar-subcategories {
  color: #675691;
}

.sidebar-subcategories a {
  color: #675691;
}

.sidebar-subcategories a:hover {
  color: #fefefe;
  background-color: #675691;
}

.sidebar-subcategories .subcategory-link {
  color: #675691;
}

.sidebar-subcategories .subcategory-link:hover {
  color: #fefefe;
}
body.term-mycoplasma-pathogen-detection .sidebar-subcategories .sidebar-search {
  margin-bottom: 2rem;
  margin-left: -3rem!important;
}
body.term-mycoplasma-pathogen-detection .sidebar-subcategories .sidebar-search input[type="search"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 12px;
}

body.term-mycoplasma-pathogen-detection .sidebar-subcategories .back-to-shop-btn {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #675691;
  text-decoration: none;
  transition: color 0.3s ease;
  background: none;
  border: none;
}

body.term-mycoplasma-pathogen-detection .sidebar-subcategories .back-to-shop-btn:hover {
  color: #675691;
  text-decoration: underline;
}
