#main_content_list_products_OTHER_PRODUCTS #product_type_container_GOODS,
#main_content_list_products_OTHER_PRODUCTS #product_counter,
#main_content_list_products_OTHER_PRODUCTS .product_GOODS,
#main_content_list_products_OTHER_PRODUCTS #button_product_type_GOODS {

	display:none !important;
  
} 
/*Service 1692: the name of categories are displayed in black, instead of categorys color, as currently it is hard to see*/

.group_start > td.category {
    
color: black !important;

}

/*00320086*/
#secondary_content_navigation .menu_product_category.other_products.last_menu_product_category {
	display: none;
}
/*00320086 - END*/

/*NNTA - 00335278 - 03/04/25 - START Change the color of 3D Seat Map */

.tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

#svg-seats .visible {
    r: 18.5;
    stroke-width: 4;
    stroke: black;
    fill: white; 
    cursor: pointer; 
}

/* Override the color of the background (if it's part of the pattern) */
svg #pattern-selected-seat rect {
    fill: green !important;
}

/* Apply to selected seats */
#svg-seats .selected {
    width: 50px;
    stroke-width: 4;
    stroke: black;
    opacity: 1;
}

#Overlay .block-hover.selected.st1 {
    fill: #5F9CFF !important;
}

.stx-sm-introduction {
    background-color: #f3f9fc !important;
    border: 2px solid #badaed;
}

:root {
    --itemRowBgColor: #f3f9fc !important;
}

.match_logo_wrapper{
    background-color: #f3f9fc !important;
}

#rootSeatmapWidget .stx-sm-sub-container .react-transform-wrapper svg {
    height: 100%;
  }

/*Customize menu bar on account page - broken by TS 1.5 */

.content_element .menu_experience_vouchers{
    display: none;
}

.content_element .tickets_menu_account_addressBook a:first-of-type { 
  display: none !important;
}

.content_element .tickets_menu_account_details a:first-of-type { 
  display: none !important;
}

.content_element .menu_product_category { 
  display: none;
}

@media screen and (max-width: 1200px) {

    body.rwd #secondary_content_navigation .tickets_menu_add_products {
        display: block !important;
    }
}


/*NNTA - 00335278 - END */