/*------------------------------------------------------*/
/*--------------------[ STICKY MENU] -------------------*/
/*------------------------------------------------------*/
#cvr_sticky_mobile_menu {
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 8;
  height: 85px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  /* Hide desktop menu */
  /* .tcb-hamburger-logo,
  .tve-m-trigger {
      display: none !important;
    } */

  #cvr_sticky_mobile_menu {
    display: block;
  }
}

/* #cvr_sticky_mobile_menu_inner {
  height: 100%;
  background-color: #fff;
} */

#cvr_sticky_mobile_menu_hb {
  display: inline-block;
  float: right;
  margin-right: 15px;
  margin-top: 25px;
}

.cvr_disable_scroll {
  overflow: hidden !important;
}
