div.product div.varthumbsContainer {
	display: none;
}

ol.thumbs:not(:empty) {
	margin-top: .5em;
	margin-bottom: 1em;
	overflow: auto;
	overflow-y: hidden;
	max-height: 145px;
	white-space: nowrap;
	min-width: 130px;
}

ol.thumbs li {
	display: inline-block;
	width: 125px;
	height: 125px;
	border: 1px solid #ddd;
	margin-left: 5px;
	box-sizing: unset;
}

ol.thumbs li:only-child {
	display: none;
}

ol.thumbs li:first-of-type {
	margin-left: 0px;
}

ol.thumbs li > a {
	display: block;
}

ol.thumbs li img {
	display: block;
}


div.product div.wrapper div.content div.wrapper {
	display: block;
}


div.product div.wrapper .images,
div.product div.wrapper .specs {
	width: calc(50% - .5em);
	float: left;
}

div.product div.wrapper .infowrapper {
	width: calc(50% - .5em);
	float: right;
}

div.product div.info iframe {
	width: 100%;
}

div.pickMessage {
	display: none;
	height: 55px;
	margin-bottom: 2em;
}

div.pickMessage b {
	margin: 1em 0 0 0;
	display: block;
}

div.productActions {
	margin: 0;
}

div.productActions div.buy label.quantity {
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
	position: relative;
	left: -0.5em;
}


div.product div.productActions > div.buy > a.button {
	line-height: 2.5em;
	border: none;
	margin-bottom: 1em;
	font-size: 1.25em;
}

div.product div.productActions > div.buy > a.button svg.icon {
	margin-right: .5em;
}

div.product {
	background-color: var(--main-elements-background-color);
}

div.product div.productgrid h2 {
	border-bottom: 2px solid #ddd;
}

div.product div.stockstatus i {
	font-size: 1.75rem;
}

div.product a.mainImage {
	/*min-height: 579px;
	min-width: 579px;
	height: 579px;
	width: 579px;*/
}

div.product div.content {
	overflow: hidden;
}

div.product > div.wrapper {
	padding: 1em;
}

div.product > div.wrapper > div {
	margin-bottom: 1em;
}

div.product ul.entityparameters > li {
	background-color: var(--detaillist-header-background-color);
	color: var(--detaillist-header-text-color);
	padding: .5em .5em .5em .5em;
	min-width: calc(33.3% - 2em);
	border-radius: 3px;
	white-space: nowrap;
}

div.product ul.entityparameters :is(h4,h5) {
	color: var(--detaillist-header-text-color);
	fill: var(--detaillist-header-text-color);
}

div.product ul.entityparameters > li span.icon {
	background-color: var(--detaillist-header-background-color);
	color: var(--detaillist-header-text-color);
}

div.product ul.entityparameters > li span.icon svg {
	fill: var(--detaillist-header-text-color);
}

div.product .head div.manufacturer img.logo {
	max-height: 50px;
	max-width: 300px;
	height: auto;
	width: auto;
	
}

div.productActions div.stock,
div.productActions div.stockpoints-info {
	margin-bottom: 0.5em;
}

div.productActions div.price,
div.productActions div.buy {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}


div.productActions div.price > .primary > .value * {
	font-size: 1.75em;
}

div.productActions .buy .itemrecomendedquantity {
	text-align: center;
}


div.productActions .buy .buyButton span.modelspecquantity {
	font-size: 100%;
	top: -21px;
	position: relative;
	right: -47px;
	background-color: white;
	color: var(--main-text-color);
	border-radius: 28%;
	padding: 4px;
	/*padding-top: 10;*/
	padding-right: 10px;
	/*padding-top: 1;*/
	padding-bottom: 2px;
	padding-top: 10px;
	font-weight: bold;
}

div.productActions .buy .buyButton span.modelspecquantity:before {
	content: '+';
}

@media screen and (min-width: 769px) {
	div.product div.infowrapper div.info.desc {
		max-height: 30em;
		position: relative;
		overflow: hidden;
	}
	
	div.product div.infowrapper div.info.desc {
		max-height: 30em;
		position: relative;
		overflow: hidden;
	}
	
	div.product div.infowrapper div.info.desc p.read-more {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 10em 0 0 0;
		display: none;
		background-image: linear-gradient(to bottom, transparent, var(--main-elements-background-color));
	}
	
	div.product div.infowrapper div.info.desc.showreadmore p.read-more {
		display: inline-block;
	}
}


@media screen and (max-width: 768px) {
	div.productActions div.buy {
		width: 100%;
	}
	
	div.product div.wrapper .images,
	div.product div.wrapper .infowrapper,
	div.product div.wrapper .specs {
		width: 100%;
	}
	
	div.product .mainimageWrapper {
		position: relative;
		min-height: 320px;
		height: auto;
	}
	
	div.product a.mainImage {
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		height: 100%;
	}
	
	div.product a.mainImage img {
		width: 100%;
		height: auto;
	}
	
	div.product div.infowrapper div.info.desc p.read-more {
		display: none;
	}
	
}

@media screen and ( max-width: 480px) {
	div.product > div.wrapper {
		padding: .5em;
	}
	
}

.itemType div.product a.mainImage {
	margin-bottom: .3rem;
}

.productgrid img.product {
	width: 100%;
	height: auto;
}