.xlsx_catalog {

}

.xlsx_catalog a {
    cursor: pointer;
    border-radius: 0.25rem;
    background: rgb(227, 23, 23);
    border: none;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    align-items: center;
    height: 50px;
    gap: 8px;
    text-decoration: none;
    padding: 8px;
}

.xlsx_catalog a:hover {
    color: #fff;
}

.xlsx_catalog a svg {
	height: 33px;
	width: 33px;
}

.xlsx_catalog a svg path {
	fill: #fff;
}



.mega-menu table td .wrap > .more-items > span {
	font-size: unset !important;
	height: unset !important;
}