#mobile_main_menu .top_menu_mobile li a {
  display: block;
  color: #000000;
  padding: 17px 20px 17px 20px;
  width: 100%;
  border-bottom: 1px solid rgb(32, 6, 49, 0.3);
  background: #FFFFFF;
  font-weight: bold;
}

header {
  z-index: 101;
}

#ticket_shop_mobile_link {
  background-image: linear-gradient(to left, #ea5a06, #f59d22);
  width: 55px;
  height: 55px;
  border-radius: 28px;
  cursor: pointer;
  padding: 14px 0px 0px 0px;
  bottom: 25px;
  text-align: center;
  z-index: 100;
}

#ticket_shop_mobile_link img {
  width: 28px;
}

#burger_btn {
  margin-right: 0;
}

#mobile_main_menu .top_menu_mobile li a {
  font-weight: bold;
}

#mobile_menu_buttons {
  gap: 20px;
}

#mobile_submenu_outer:after {
  left: calc(50% - 90px);
}

#mobile_main_menu_outer:after {
  left: calc(50% - 16px);
}

.mobile-language-switch {
  padding: 17px 20px 17px 20px;
  background-color: white;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  text-decoration: none !important;
}

.mobile-language-switch-toggle {
  width: 60px;
  height: 30px;
  border-radius: 60px;
  background: #a09fb5;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}

.mobile-language-switch-toggle:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: white;
  position: absolute;
  top: 5px;
  left: 5px;
}

#burger_btn {
	margin-right: 0 !important;
}

@media screen and (max-width: 980px) {
  .menu-item-ticket a {
    position: relative;
    padding-right: 80px !important;
  }

  .menu-item-ticket a:before,
  .menu-item-ticket a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid white;
    height: 100%;
    width: 61px;
    background: linear-gradient(to left, #ea5a06, #f59d22);
  }

  .menu-item-ticket a:before {
    content: "";
    background-image: url('/wp-content/uploads/2023/12/ticket-icon-light-big.svg');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    z-index: 2;
  }
}