@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/quicksand/Quicksand-Regular.otf');
}
@font-face {
	font-family: 'Quicksand-bold';
	src: url('../fonts/quicksand/Quicksand-Bold.otf');
}
@font-face {
	font-family: 'Quicksand-light';
	src: url('../fonts/quicksand/Quicksand-Light.otf');
}
@font-face {
	font-family: 'Quicksand-bolditalic';
	src: url('../fonts/quicksand/Quicksand-BoldItalic.otf');
}

.prodName{
	font-family:Quicksand-bold;
	overflow-wrap: break-word;
	word-break: break-word;
	text-align:justify;
	font-size: 5vh;
	color: rgba(0,0,0,0.8);
	text-align:center;
	font-weight: 400;
}

.topDiv{
	border: 1px solid black;
	padding-top:5vh;
	padding-bottom:2vh;
}

.imageDiv{
	height:auto;
	text-align:center;
	padding:0;
	margin:auto;
	width:60%;
	display:flex;
	flex-direction:row;
	align-items: center;
	align-content:center;
	justify-content:center;
}

.imageHolder{
	border-left:0.3vw solid rgba(0,0,0,0); 
	border-right:0.3vw solid rgba(0,0,0,0);
}


.images{
	height:30vh;
	width:auto;
	content:'';
	margin:auto;
	padding:0;
	transition: transform .2s;
}

.images:hover {
	transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.specs{
	padding-top: 4vh;
    border-spacing: 0 0.4em;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.category{
	font-family:Quicksand-bold;
	overflow-wrap: break-word;
	word-break: break-word;
	text-align:justify;
	font-size: 2.5vh;
	font-weight:700;
	padding-right:2vw;
	border-right: 1px solid black;
	border-spacing:0;
}

.details {
	font-family:Quicksand;
	overflow-wrap: break-word;
	word-break: break-word;
	text-align:justify;
	font-size: 2.5vh;
	font-weight:700;
	padding-left:2vw;
}

.col1 {
	width: 15vw;
}

.col2 {
	width:30vw;
	padding-left:2vw;
}

.span {
	font-weight:1500;
}
