.ves-navopen .ves-toggle-custom{
  overflow: initial;
}
.ves-navopen .ves-navtoggle{
  display: none !important;
}
.ves-navopen .ves-close {
  position: fixed;
  top: 12px;
  right: 9px;
  z-index: 999;
  width: 30px;
  height: 30px;
}
.ves-navopen .ves-close:before{
  content: '\e616';
  font-family: 'luma-icons';
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.ves-navopen .ves-overlay{
  background-color: rgba(0, 0, 0, 0.61);
}