/* ARTGRP / PT */
.PT_Wrapper {
	position: relative;
}

.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: 100%;
}

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


.PT_PrisOrdinarie, .PrisORD {
	position: relative;
	color: var(--lowlight-color1);
	text-decoration: line-through;
	padding-left: 7px;
	font-weight: 700;
}

.PrisBOLD{font-weight: 700;}
.PrisREA{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_Wrapper:hover {
	outline: 2px solid #f5f5f5;
}
.PT_Wrapper .Onskelista_artgr{
	position: absolute;
    top: 15px;
    right: 5px;
    z-index: 1;
}
.PT_Wrapper:hover .Onskelista_artgr span:before {
	content: "\f004";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 18px;
	color:#c0c3be;
	cursor: pointer;
}
.asdStaffladePriserRad2 {
	font-weight: 600;
}