/* Remove number of matches */

span.granted_performances {
    display: none;
}

@media (max-width: 991px) {
  /* .stx-custom-header-wrapper {
    position: fixed;
    width: 100%;
  } */
  #root .stx-custom-header-wrapper{
    height: 120px;
   }
  .stx-TicketShopWidget-catalog {
    padding-top: 6rem;
  }
  #ts-MobileMenu {
    display: flex !important;
  }
}

#ts-MobileMenu {
  display: none;
}

.stx-TicketShopWidget .stx-TicketShopWidget-catalog {
  margin-top: 0px;
}

#secondary_content_navigation
  .content_element
  .content
  > ul
  > li.menu_client_account
  > a.selected {
  background-color: ;
}

/*NNTA - 00333249 - There is an issue with the font link, so I updated the link*/
@font-face {
  font-family: Poppins-Regular;
  src: url(https://s3.eu-central-1.amazonaws.com/content-secutix-com/ECCC/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Black;
  src: url(https://s3.eu-central-1.amazonaws.com/content-secutix-com/ECCC/fonts/Poppins-Black.woff);
}

.page_container * {
  box-sizing: border-box;
  font-family: "Poppins-Regular", sans-serif !important;
  text-decoration: none;
  list-style: none;
}

.title, title, .main_title, .stx-SectionHeading{
  font-family: "Poppins-Black", sans-serif !important;
}
/*NNTA - 00333249 END */


