main.product {

}

.product-content {
	position: relative;
	margin-top: 40px;
	/*overflow: auto;*/
}

.product-content .top {
	width: calc(100% - 470px);
	float: right;
	margin-bottom: 40px;
}

.product-content .top .stickers {
	float: right;
	font-size: 0;
}

.product-content .top  .stickers img {
	margin: 0 0 5px 5px;
}

.product-content .top h1 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	line-height: 1.5em;
	float: left;
}

.product-content .top .productnumber {
	font-size:0.8em;
	font-style:italic;
	clear:left;	
}

.product-content .images {
	top: 0;
	left: 0;
	width: 420px;
	margin-right: 50px;
	font-size: 0;
	float: left;
}

.product-content .images img {
	width: 100%;
	height: auto;
}

.product-content .images .big-image {
	width: 270px;
	float: left;
	margin-right: 9px;
	border: 1px solid #eeedec;
}

.product-content .images .thumbs {
	float: left;
}

.product-content .images .thumbs .thumb {
	width: 132px;
	display: block;
	border: 1px solid #eeedec;
	margin-bottom: 9px;
}

.product-content .info {
	width: calc(100% - 470px);
	float: right;
}

.product-content .info .before-price {
	font-size:0.8em;
	font-style:italic;
	color:#e21d1d;
	text-decoration: line-through;
}

.product-content .info .qty-add {
	margin-bottom: 40px;
	margin-top:30px;
}
.product-content .info .qty-add input[name=qty] {
	height:34px;	
	width:80px;
	text-align:right;
}
.product-content .info .weight {
	font-size:0.8em;
	font-style:italic;	
}

.product-content .info .qty-add .select-qty-holder {
	position: relative;
	float: left;
	width: 70px;
}

.product-content .info .qty-add .select-qty-holder::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 34px;
	pointer-events: none;
	border: 1px solid #222222;
	line-height: 34px;
	text-align: center;
	font-family: fontAwesome;
	content: '\f0d7';
	background-color: white;
}

.product-content .info .qty-add .select-qty-holder select {
	width: 100%;
	outline: 0;
	border: 1px solid #222222;
	cursor: pointer;
	height:34px;
}

.product-content .info .qty-add .linkbutton {
	background-color: #2e292a;
	color: white;
	line-height: 34px;
	margin-left: 5px;
}

main.product .prodslide-holder {
	margin-top: 115px;
	height: 565px;
	background-color: white;
	padding-top: 35px;
}







