.article:empty {
	display: none;
}

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

.sort_selected, .ValjSortordning span.active {
	font-weight: 700;
}

.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);
}

.medskickspuff:empty {
	display: none;
}

.medskickspuff {
    background-color: var(--theme-background1);
    color: #fff;
    padding: 5px 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}

.sub--cat-menu nav ul{
	display: flex;
	list-style: none;
	text-align: center;
	flex-wrap: wrap;
	margin: 0 .5em;
	padding: 0;
}
.sub--cat-menu nav{
	width: 100%;
}
.sub--cat-menu nav ul li a{
	display: flex;
	border-radius: 100px;
	height: 40px;
	border: 2px solid #f1f1f1;
	padding: 0 20px;
	margin: 0 4px 4px 0;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
  	justify-content: center;
}
.sub--cat-menu nav ul li.active a{
	border: var(--cta-background1);
	background: var(--cta-background1);
}

.readmore span {
	background: #eee;
	padding: .5em 3em;
	border-radius: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}

.textruta.toggled .readmore span:before {
	content: attr(data-less);
}

.textruta .readmore span:before {
	content: attr(data-more);
}

.Egen_Infogad_HTML:not(:empty) {
	max-height: 60px;
	overflow: hidden;
	position: relative;
}

.textruta.toggled .Egen_Infogad_HTML:not(:empty) {
	max-height: none;
}

.textruta article:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(
0deg
, rgba(255,255,255,1) 26%, rgba(255,255,255,0) 100%);
    z-index: 1;
    left: 0;
}

.textruta.toggled article:before { content: unset; background: transparent;}

.textruta article.article { position: relative; }

.Egen_Infogad_HTML_2 img {
    display: none;
}

.textruta.toggled .Egen_Infogad_HTML_2 img {
    display: block;
}

@media screen and (min-width: 55rem) {
	.medskickspuff { font-size: 14px; padding: 10px; }
}