#image-block {
	position: relative;
}
#image-block .image-block {
	position: relative;
	display: block;
	height: 32em;
	width: 40em;
	margin: auto;
}
#image-block.many .image-block {
	margin-left: 4.5em;
}
#image-block .image {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: contain;
}
#image-block.many .image {
	right: auto;
	left: 0;
}
/*#image-block .image.height {
	height: 100%;
	width: auto;
}*/
#image-preview {
	position: absolute;
	top: 0;
	left: 0;
	height: 25em;
	width: 6em;
	overflow-y: auto;
}
#image-preview .item {
	border: 2px solid #fff;
	width: 3.5em;
	margin: .2em .2em .3em .2em;
}
#image-preview .item.allot {
	border-color: #9a81b9;
	overflow: hidden;
}
#image-preview img {
	/*max-height: 5em;*/
	max-width: 100%;
}

#product .info-buy {
	width: 75%;
	margin: auto;
}
#product .action-block {
	font-size: 1.4em;
}

#properties .tstyle {
	font-size: 1.1em;
}
#properties td {
	padding-left: 1em;
	width: 50%;
}

@media only screen and (max-width: 1023px) {
	#image-block .image-block {
		height: 16em;
		width: 20em;
	}
	#product .info-buy {
		width: 100%;
	}
	#product .mini-title {
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) {
}
