.xx_side_menu hr {
  border-color: #ccc;
  margin: 0;
}
.xx_side_menu.active,
.xx_side_menu,
.xx_side_menu_button {
  display: none;
}
.xx_menu_head {
  padding: 16px 24px;
  background-color: #F6F6F6;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0px 1px 3px 0px #69696926, 0 0 6px #69696926 !important;
  transition: all .2s;
}
.xx_menu_head.scrolled {
  padding: 8px 16px;
  transition: all .2s;
}
.xx_menu_voice {
  display: inline-block;
  font-family: 'Poppins_Regular';
  font-size: 16px;
  color: #242E3D;
  margin: 0;
  text-decoration: none;
  text-transform: capitalize;
  transition: all .2s;
}
.xx_menu_voice.active,
.xx_menu_voice:hover {
  font-family: 'Poppins_Medium';
  transition: all .2s;
}
.xx_logo {
  height: 100%;
  display: block;
  transition: all .3s;
}
.xx_logo_cont {
  height: 74px;
  transition: all .3s;
}
.xx_menu_head.scrolled .xx_logo_cont {
  height: 48px;
  transition: all .3s;
}
#xx_back_to_top {
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 100px;
  right: 24px;
  background-color: #EC4B5D;
  border-radius: 50%;
  background-image: url(../imgs/arrow-up.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center;
  z-index: 2;
}
#xx_back_to_top:hover {
  background-color: #e62f43;
}
