.product-the {
	margin-top: 20px;
	display:none;
}

.product_desc h1 {
	
}

.product_desc h1:after {
	content: '';
}

.product-the-in {
	border: 1px solid #dfdcdc;
	padding: 0px;
}

.product-the-img {
	max-height: 250px!important;
	height: 250px!important;
	overflow: hidden;
}

.product-the-img img {
	transition: 0.5s;
	width: 100%;
}

.product-the-in:hover .product-the-img img {
	width: 103%;
}

.product-the-in:hover {
	box-shadow: 0px 0px 5px #dfdcdc;
}
 
.product-the-in a h1, .product-the-in a h2, .product-the-in a h3, .product-the-in a h4 {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 100%;
	padding: 0px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

.product-the-in a:hover {
	text-decoration: none;
}

.popisek-prd {
	display: block;
	max-height: 70px!important;
	height: 70px;
	overflow: hidden;
	width: 100%;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	text-align: left;
	color: #252525;
}

.cena {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px 10px 10px;
}

.product-detail-img img {
	max-width: 100%;
}

.main_fotogalerie_obal {
	height: 650px;
	overflow-y:auto;
}

.main_fotogalerie {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 180px;
}

.main_fotogalerie img{
    width: 100%;
    height: 100%;
	object-fit: contain;
	cursor: pointer;
}

@media screen and (min-width: 1500px) {
.main_fotogalerie {
	padding-bottom: 10px;
}
}

@media screen and (max-width: 1500px) {
.main_fotogalerie_obal {
	height: 600px;
	overflow-y:auto;
}

.main_fotogalerie {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 120px;
}
}

@media screen and (max-width: 992px) {


.main_fotogalerie {
    display: block;
    width: 31%;
    overflow: auto;
    height: unset;
	margin: 0.8%;
}

.main_fotogalerie_obal {
	height: auto;
}
}

.product_desc .cena {
	font-size: 30px;
	padding: 0;
}

.product_desc .cena_bez {
	font-size: 14px;
	font-style: italic;
	color: #c0c0c0;
}

.parametry table {
	max-width: 380px;
	margin: 0 auto;
}

.pparametry {
	width:100%;
	text-align:center;
	border-bottom: 1px solid #000;
	line-height:0.1em;
	margin:20px 0 40px;
	font-size: 18px;
}

.spanparametry {
	background:#fff;
	padding:0 10px;
}
