.article:empty {
	display: none;
}

.Toplist,
.Topoffer {
	text-align: left;
}

.sort_selected, .ValjSortordning span.active {
	font-weight: 500;
	font-size: 15px;
}

.Artgrp_VisaFler>span,
.Artgrp_VisaFler a {
	font-size: 0.7rem;
	padding: 3px 5px;
	color: var(--base-color2);
	border-radius: var(--border-radius2);
}

.Artgrp_VisaFlerArtiklar_Markerad,
.Artgrp_VisaFler a:hover {
	background: var(--base-background2);
}

.Egen_Infogad_HTML_2{
	color: #373a35;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
}
.Egen_Infogad_HTML_2 h2{
	font-size: 25px;
	font-weight: 900;
}

.scroll-sticky #toTop {
    display: flex;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    background: var(--theme-background2);
    color: var(--theme-color2);
    font-size: 17px;
    justify-content: center;
    align-items: center;
}