.product .middle{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
.quantityContainer{
	display: none;
}
.addCart.requestPrice{
	display: none!important;
}
.fast-deliveries-container{
	display: none;
}
#tableContainer #elementNavigation{
	display: none !important;
}
.measure{
	display: none !important;
}
.text-center{
	text-align: center;
}


#catalogLineList .label{
	width: 100%!important;
}
#catalogLineList .optional{
	display: none !important;
}
#catalogLineList .half-block{
	width: 49%;
	float: left;
}
#catalogLineList .half-block.price-block{
	text-align: left;
	padding-top: 35px;
}
#catalogLineList .price{
	font-weight: 700;
}
iframe {
/*  width: 100%;
  height: 100%;*/
  max-width: 400px;
/*  z-index: 9;*/
}

.preloader {
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  color: #000;
}
.zoomContainer{
	z-index: 0;
}
@media(max-width: 750px){
	#catalogLineList .picture img{
		width: 50% !important;
	}
	#catalogLineList iframe{
		max-width: 100%;
	}
	#catalogLineList .video img{
		display: none;
	}
	#catalogLineList .column{
		float: none!important;
		width: 100%!important;
		display: block!important;
		clear: both;
		height: auto!important;
		padding: 0!important;
	}
	#catalogLineList .addCart{
		height: 50px !important;
		line-height: 50px!important;
	}
}
@media (min-width: 767px) {
.picture_gallery .slick-slide img{
	min-width: 500px;
}
}
.multiple-items .slick-slide img{
	min-width: 50px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 999999999999999;

}
#preloader img{
    max-width: 200px;
}
#preloader.hide-preloader {
    animation: hidePreloader 1s;
}

#preloader.preloader-hidden {
    display: none;
}

@keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}