.single-product-wrapper{
	display:flex;
	flex-direction:column;
	height:400px;
}

.single-product-wrapper .product-img {
	flex:7;
	padding: 30px;
}

.single-product-wrapper .product-description {
	flex:3;
	overflow:auto;
}
.single-product-wrapper .product-img .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.single-product-wrapper .product-img img{
	/*függőlegesen középre:*/
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	/*vizszintesen középre:*/
	left: 0;
    right: 0;
	/*stb*/
	width: 75%;
	
}
.single-product-wrapper .product-img .hover-img{
	padding: 30px;
}


.single-product-wrapper .product-description::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px #807f7f;
  background-color: #F5F5F5;
}

.single-product-wrapper .product-description::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.single-product-wrapper .product-description::-webkit-scrollbar-thumb
{
  background-color: #807f7f;
}

/*ezek is érdekelhetik style*/
.featured-products-slides .single-product-wrapper .product-img{
	padding: unset; 
}
.featured-products-slides .single-product-wrapper .product-img a{
	position:initial;
}
/*vége - ezek is érdekelhetik style*/
/*.popular-products-slides: kezdőoldali kiemelt ajánlat + termáék adatlapi ezekisérdkelhetik*/
/*spécin magas képek miatt kell:*/
 .single-product-wrapper .product-img img{
	max-width: 100%;
	width:auto;
    max-height: 100%;
	padding:30px;
}
 .single-product-wrapper .product-img .hover-img{
	max-width: 100%;
	width:auto;
    max-height: 100%;
	padding:30px;
}
/*spécin magas képek miatt kell - vége*/
/*vége - popular-products-slides: kezdőoldali kiemelt ajánlat + termáék adatlapi ezekisérdkelhetik*/

.single-product-wrapper .product-img {
    border: solid 1px #0000001c;
}