#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;

}

/*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%;
}

/*NNTA - 00335278 - END */

/*00341734*/
#secondary_content_navigation [_ts15_tags_account_menuBoxLinks] .menu_experience_vouchers,
#secondary_content_navigation [_ts15_tags_account_menuBoxLinks] .resell_tickets_menu_link,
#secondary_content_navigation [_ts15_tags_account_menuBoxLinks] .menu_product_category.events,
#secondary_content_navigation [_ts15_tags_account_menuBoxLinks] #menu_first_level_distribution .tickets_menu_account_addressBook,
#secondary_content_navigation [_ts15_tags_account_menuBoxLinks] .menu_product_category.last_menu_product_category,
#secondary_content_navigation[_ts15_views_account_menubox] ul[_ts15_tags_account_menuboxlinks] #menu_secondary_item_0,
#secondary_content_navigation[_ts15_views_account_menubox] ul[_ts15_tags_account_menuboxlinks] #menu_secondary_item_1,
#link_up_cart #distributionCart .assign_to_me_button {
	display: none;
}
.rounded_button a,
.rounded_button a:before{
    color: var(--secondaryTextColor) !important;
    background-color: var(--secondaryColor) !important;
}
#secondary_content_navigation [_ts15_tags_account_menuBoxLinks] .tickets_menu_add_products{
    display: block !important;
}

#distributionStickyBar .empty_column{
    display: none !important;
}
#distributionStickyBar .distribution_sticky_bar{
    gap: 10% !important;
    align-items: center;
}
#distributionStickyBar{
    max-width: 895px;
}	

@media screen and (min-width: 1201px){
    #page_account_distribution_distributionPortal #secondary_content_navigation{
        display: none;
    }
}
@media screen and (max-width: 1200px){
    #distributionStickyBar .total_ticket_quantity{
        display: block !important;
    }	
    #distributionStickyBar{
        width: 100% !important;
        max-width: 575px !important;
    }	
    [_ts15] [_ts15_layouts_oneColumnLayout]#content_container.small_main_column{
        width: auto !important;
    }
    #secondary_content_container #close_menu_overlay {
        position: fixed;
        top: 0;
        z-index: 1099;
        width: 100%;
        height: 100%;
        display: none;
        background-color: #666;
        opacity: 0.7;
    }
}
/*00341734 - END*/