{#nuevo#}
.lang_list_class li a.lang_switcher_link {
    font-weight: 700 !important;
}

.kl-navbar__button{
width:85px !important
}

.global-versions{
margin-top: 220px !important;
}
.flag-icon {
    width: 20px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.language-switcher-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.language-title {
    padding: 5px 0;
    color: #333;
    border-bottom: 1px solid #ddd;
}

{#nuevo#}
.hidden {
  display: none;
}
.toggle-category.active {
  color: #0287e0 !important; /* Cambia el color según tu diseño */
}

.products {
  margin-left: 20px; /* Opcional, ajusta según diseño */
  transition: max-height 0.3s ease;
}

.xd{    display: flex;
    flex-flow: column;}

.toggle-category {
  cursor: pointer;
  user-select: none;
  color: #2c3e50 !important;
    font-weight: 600;
    margin-bottom: 16px;
}

.toggle-category::after {
  content: ' ▼';
  font-size: 0.8em;
}

.toggle-category.active::after {
  content: ' ▲';
}
{# hastas aqui #}

@media screen and (max-width: 768px) {
  .footer-mobile {
    display: block;
  }
  .footer-web {
    display: none;
  }
  
  .xd{
    gap:10px
  }
}

.lang_list_class{
    color: #333;
    border-radius: 10px;
    border: 1px solid transparent;
    min-height: 36px;
    align-items: center;
    text-align: left !important;
    padding: 11px;
    font-size: 16px;
  {#box-shadow: 0 6px 6px #374d6326;#}
    will-change: box-shadow;
    font-family: Nunito, sans-serif;
}

.lang_list_class:after, .lang_list_class:before{
  content: none !important;
}

.lang_list_class li{
  border: 1px solid transparent !important;
  background-color: white !important;
  font-size: 16px !important;
} 

.kl-navbar__button{
  color: #333;
    border-radius: 10px;
    border: 1px solid transparent;
    min-height: 30px !important;
    align-items: center;
    background: #f4f4f4;
    padding: 8px;
    font-size: 16px;
    box-shadow: 0 8px 24px #374d6326;
    will-change: box-shadow;
    gap: 10px;
  height: 20px;
  width: 150px;
}

.lang_list_class{
width: 173px;
  top: 11px !important;
      transform: translateX(-79%) !important;
}
.lang_list_class li:hover{
  background: #0287E0 !important;
  color: white !important;
}

.lang_list_class li {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  color: #333 
}

.lang_list_class li:first-child {
      font-family: Nunito, sans-serif;
padding-top: 10px !important
}

.lang_list_class li a{
  font-weight: 500 !important;
}

.lang_list_class:before {
    top: -8px;
    border: 12px solid transparent !important;
    border-bottom-color: transparent !important;
    background-color: transparent !important;
}

.flex{
flex-direction: row-reverse;
      justify-content: space-around;
}


.globe_class{
  background-image: url(https://3276114.fs1.hubspotusercontent-na1.net/hubfs/3276114/chevron-arrow-down.png) !important;
  height: 15px !important;
  width: 15px !important;
}