.category-menu-container {
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	/* min-height: 64px; */
	top: 10px;
	z-index: 99;
	padding-bottom:15px;
	border-bottom: 1px solid rgb(231, 231, 231);
}

.category-menu-list {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	position: relative;
	/* min-height: 64px; */
	width: 100%;
	margin: auto;
}

.tab-selected {
	-webkit-box-align: center;
	align-items: center;
	cursor: default;
	display: flex;
	height: 100%;
	min-width: 85px;
	cursor: pointer;
	max-width: 125px;
	/* min-height: 44px; */
	color: rgb(235, 23, 0);
	animation: 0.2s ease 0s 1 normal none running bNMfGa;
	border-bottom: 4px solid rgb(235, 23, 0);
	padding: 0px 4px;
}

.tab-normal {
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	display: flex;
	color: black;
	/* min-height: 44px; */
	min-width: 85px;
	max-width: 125px;
	height: 100%;
	text-align: center;
	border-bottom: 4px solid transparent;
	padding: 0px 4px;
}
.category-normal {
	border-radius: 30px 30px;
    flex-shrink: 0;
    color:black;
    min-width:70px;
    max-width:70px !important;
    padding:5px 10px;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.04ch;
    position: relative;
    max-width: 100%;
    margin: 1px;
    display: inline-flex;
    width: auto;
    margin-right:5px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    transition: background-color 0.2s ease-in-out;
    text-align: center;
    background-color: white;
    border:1px solid #ebebeb;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
}
.category-selected {
	border-radius: 30px 30px;
    flex-shrink: 0;
    color:#ffffff;
    min-width:70px;
    max-width:70px !important;
    padding:5px 10px;
    font-size: 18px;
    cursor: pointer;
    line-height: 16px;
    letter-spacing: -0.04ch;
    position: relative;
    max-width: 100%;
    margin: 1px;
    display: inline-flex;
    width: auto;
    margin-right:5px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    transition: background-color 0.2s ease-in-out;
    text-align: center;
    background-color: #eb1700;
    text-decoration: none;
    user-select: none;
}
.category-active {
    background-color: #eb1700;
}
.tab-text {
	text-align: center;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-weight: 650;
	line-height: 22px;
	letter-spacing: -0.03ch;
	text-transform: none;
	display: block;
	color: inherit;
	font-variant-ligatures: no-common-ligatures;
	margin: 0px;
	padding: 0px;
}
.category-text {
	text-align: center;
	width: 100%;
	font-size:13px;
	margin: 0px;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
	color:inherit;
	font-weight:400;
	padding: 0px;
}