.artgrp-header{
  padding-left: 1rem;
}

.read-more-btn span:before {
  content: attr(data-more);
  font-weight: 700;
  text-decoration: underline;
}
.read-more-btn.open span:before {
  content: attr(data-less);
}

.read-more-wrap{
  height: 54px;
  overflow: hidden;
  position: relative;
}
.read-more-wrap.open{
  height: auto;
  overflow: auto;
}
.read-more-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0.4332107843137255) 100%);
}
.read-more-wrap.open:after {
  content: unset;
}

.ArtgrpHeadline {
  margin-bottom: 0;
}
.article:empty {
  display: none;
}

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

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

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

.ValjSortordning .active {
  padding-right: 1.5em;
}

.flex-end {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.progressbar-wrapper {
  text-align: center;
  width: 20rem;
  display: block;
  margin: 0.5em auto 0;
}

#progressbar {
  background: #dddddd;
  margin: 0 auto;
  height: calc(var(--gutter) * 0.5);
  position: relative;
}
#progressbar[data-products=""] {
  display: none;
}

#progressbar .progressbar-value {
  background: var(--success-color);
  position: absolute;
  left: 0;
  height: calc(var(--gutter) * 0.5);
}

/*Sidomeny*/
ul.first-level.Filter_Container,
ul.first-level.Filter_Container ul {
  list-style: none;
  padding-left: var(--gutter);
}
ul.first-level.Filter_Container li.checked > a {
  font-weight: 700;
  color: var(--sale-bagde-background1);
}

.leftMenu {
  padding-left: 0 !important;
}

.leftMenu .child-ul li {
  position: relative;
  margin-block: 0.5rem;
}
.leftMenu .active > .arrow{
  transform: scale(1);
}

.leftMenu .arrow {
  position: absolute;
  right: 0;
  text-align: center;
  cursor: pointer;
  transform: scale(-1);
  transition: all 250ms;
}

.leftMenu li a:hover {
  font-weight: 700;
}


.leftMenu .arrow:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  font-style: normal;
  font-weight: 300;
}

.leftMenu ul.child-ul.lvl1 ul.lvl2, .leftMenu ul.child-ul.lvl1 ul.lvl3, .leftMenu ul.child-ul.lvl1 ul.lvl4   {
  display: none;
}
.leftMenu ul.child-ul.lvl1 li.active ul.lvl2, .leftMenu ul.child-ul.lvl1 li.active > ul.lvl3 {
  display: block;
}

.piper_at_the_gates_of_dawn, .piper_at_the_gates_of_dawn + a{
  display: none;
}

.read-more-btn{
  cursor: pointer;
}

.Bilder_Artikelgrupp .PT_Bildruta img {
  max-height: 100%;
  max-width: 100%;
}
.Bilder_Artikelgrupp .PT_Bildruta {
    padding-bottom: 120%;
    border: 2px solid #f6f6f6;
}

.Bilder_Artikelgrupp .PT_Bildruta:hover {
    border: 2px solid rgb(26, 171, 57);
    cursor: pointer;
}


