@charset "UTF-8";
.favs-title .container {
	flex-direction: row;
	align-items: center;
}
.favs-title .text {
	flex: 0 1 auto;
	gap: 4px 16px;
}
.favs-title .num {
	position: relative;
	top: 3px;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
.favs-title {
	margin-top: -5px;
	margin-bottom: 25px;
}
.favs-title .clear {
	width: 50px;
	height: 50px;
	background: rgba(237, 242, 247, 0.5);
	border-radius: 50%;
	justify-content: center;
}
.favs-title .clear > *:not(svg) {
	display: none;
}
.favs-title .num {
	font-size: 15px;
}
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.favs-title .text {
	justify-content: flex-start;
	gap: 4px 30px;
}
.favs-title .num {
	font-size: 16px;
}
}

/*table end*/
