@media only screen and (min-width: 1350px){
  .col-five:not(.cm .col-five){
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
/* ARTGRP / PT */
.PT_Wrapper {
  position: relative;
  color: var(--text-color400);
}

.PT_Wrapper .box {
  padding-top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}

.PT_Beskr {
  margin-top: auto;
}

.PT_Wrapper .box {
  padding: 0;
}

.PT_Faktaruta {
  flex-grow: 1;
}

.PT_Wrapper .PT_btn {
  margin-left: auto;
}

.PT_Wrapper .PT_btn a {
  padding: 0.5em 1em;
  font-size: 0.8em;
  font-weight: bold;
}

.PT_Bildruta {
  position: relative;
  padding-bottom: 140%;
}

.PT_Bildruta img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  object-fit: scale-down;
  max-height: 90%;
  max-width: 90%;
}

.PT_PrisKampanj {
  width: 100%;
}

.PT_PrisOrdinarie,
.PrisORD {
  position: relative;
  color: var(--lowlight-color1);
}

.PrisBOLD {
  font-weight: 700;
}
.PrisREA {
  color: var(--sale-color1);
  font-weight: 700;
}

.PT_Beskr a {
  word-break: break-word;
}

.PT_Wrapper .buy-button-qty {
  max-width: 100%;
  text-align: center;
  margin-bottom: calc(var(--gutter) / 2);
}
.PT_PrisOrdinarie:before {
  content: "Ord. pris";
  margin-right: 5px;
}

.Onskelista_artgr {
  position: absolute;
  top: 5;
  right: 0;
  z-index: 2;
  background-color: #fff;
  padding: 0.5rem;
}

@media only screen and (max-width: 1024px) {
  .Onskelista_artgr {
    padding: 0.5rem;
  }
}


.Onskelista_artgr .wishlist-button {
  display: flex;
  font-size: 1.3rem;
  cursor: pointer;
}

.Onskelista_artgr .wishlist-button:after {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
}

.Onskelista_artgr .wishlist-button.remove:after {
  font-weight: 900;
}

.Text_Lagerstatus:before {
  content: " ";
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 0.3rem;
}

.Lager_1_SV:before,
.Lager_1_SV:before {
  background-color: var(--success-color);
}
.Lager_4_SV:before {
  background-color: var(--warning-color);
}
.Lager_5_SV:before {
  background-color: var(--danger-color);
}

.artgrp-lagerstatus { left: 10px; bottom: 10px; display: flex; align-items: center; width: 50%; line-height: 1.2em; font-size: 12.5px; }
.artgrp-lagerstatus::before { content: ""; width: 18px; height: 18px; display: inline-block; border-radius: 50%; margin-right: 7px; }
.artgrp-lagerstatus.in_stock::before { background: rgb(0, 182, 122); }
.artgrp-lagerstatus.few_left::before { background: rgb(0, 182, 122); }
.artgrp-lagerstatus.out_of_stock::before { background: rgb(248, 170, 46); }
.artgrp-lagerstatus.few_left_orange::before { background: rgb(0, 182, 122) }
.procent2 {
	background: var(--sale-badge-background1);
	color: var(--sale-badge-color1);
}

.procent2:empty {
	display: none;
}

.procent2:after {
	content: '%';
}

.procent2:empty:after {
	display: none;
}