/* Comentado
button.needsclick.kl-teaser-TLaV4C {
  bottom: 50px !important;
}

h2.more_info_tab_more_info,
h2.more_info_title.font-size12 {
  margin: 0;
  font-weight: 500;
  font-size: 13px !important;
}
a#logo_left {
  align-items: center;
  justify-content: center;
  display: flex;
}
*/
/*back to top button*/

/* Comentado
#back_to_top_btn {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 250px;
  right: 27px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back_to_top_btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back_to_top_btn:hover {
  cursor: pointer;
  background-color: #333;
}

#back_to_top_btn:active {
  background-color: #555;
}
#back_to_top_btn.show {
  opacity: 1;
  visibility: visible;
}

*/
/*back to top button*/
/*panel-tips */
/* Comentado
.tips_panel{
  align-items: center;
    display: flex !important;
    flex-direction: column;
    font-size: 1.6em !important;
    font-weight: bold;
    text-decoration: underline;
}
/*panel-tips */
/* Comentado
.checked_bolder { 
  font-weight: bolder !important;
}
/*.radio, .subcat_radio{
  display: none !important;
}*/


/* Comentado
@media (max-width: 768px) {
  #back_to_top_btn {   
    bottom: 250px; 
    right: 22px;
  }
}

@media (max-width: 425px) {
  input#search_query_top {
    width: 170px;
  }
  .ak-link-jeans {
    margin-left: 0 !important;
  }
}
*/