.kb_header_banner {
  position: relative;
  top: 0;
  opacity: 1;
  height: auto;
  width: 100%;
  transition: 0.3s;
}
.kb_hidden_banner {
  height: 0;
  opacity: 0;
  top: -80px;

  transition: 0.3s;
}
#kb_bannertop_container {
  width: 100%;
  text-align: center;
  padding: 10px;
}
#kb_bannertop_container #kb_banner_title {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  margin: 0 ;
  font-size: 1.3rem;
}
#kb_bannertop_container a {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

#kb_bannertop_container a:visited,
#kb_bannertop_container a:focus {
  text-decoration: none;
}
#kb_price {
  font-size: 1.3rem;
  padding: 10px;
  padding-top: 20px;
  font-weight: bold;
}
