.mobile-top-menu .left-box, .mobile-top-menu .right-box{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mobile-menu-wrapper .slick-list.draggable {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
}
.mobile-menu-wrapper .slick-list:after{
  display: none;
}