.komponentaNahledProduktu{
    clear: both;
}


.NahledProduktu003{
	display: block;
    width: calc((100% / 3) - 10px);
    max-width: 100%;
	float: left;
	box-shadow: 0 3px 20px 0 rgb(0 0 0 / 0%);
	border: 1px solid #ddd;
	transition: border 0.3s, box-shadow 0.3s, opacity 1s;
	margin: 0 5px 10px 5px;
	box-sizing: border-box;
    position: relative;
    padding: 0px;
}
.NahledProduktu003,
.NahledProduktu003 *{
    box-sizing: border-box;
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #808080;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}
.NahledProduktu003:hover{
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
    transition: border 0.3s, box-shadow 0.3s;
}
.NahledProduktu003 a{
    text-decoration: none !important;
}
.NahledProduktu003 .priznaky{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.3s;
}
.NahledProduktu003 .priznaky div{
    display: none;
    padding: 2px 10px;
    margin: 0 0 1px 0;
    font-size: 0.6em;
    line-height: 1.5em;
    color: #000;
    border-radius: 10px;
    text-align: center;
}
.NahledProduktu003 .priznaky .novinka{
    display: block;
    background: url(new2.png) scroll no-repeat right top/contain;
    font-size: 0px;
    width: 60px;
    height: 30px;
    border-radius: 0%;
    margin: 10px;
}
.NahledProduktu003 .priznaky .probihaAkce{
    display: block;
    background-color: rgb(250 100 100);
    color: #fff;
    box-shadow: 0 0 20px -8px black;
    width: 50px;
    line-height: 50px;
    padding: 0;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.NahledProduktu003 .priznaky .probihaAkce span:first-child{
    display: none;
}
.NahledProduktu003 .priznaky .probihaAkce span:last-child{
    line-height: inherit;
    font-weight: bold;
    font-size: 1.75em;
}
.NahledProduktu003 .priznaky .probihaAkce span:last-child:before{
    content: ' ';
}
.NahledProduktu003 .priznaky .probihaAkce span:last-child:after{
    content: '%';
}
.NahledProduktu003 .priznaky .priznakDoporucujeme{
    display: block;
    background: url(top.png) scroll no-repeat center top/contain;
    font-size: 0px;
    width: 50px;
    height: 40px;
    border-radius: 0%;
    margin: 10px;
}
.NahledProduktu003 .priznaky .nalezenKod{
    margin: 30% auto 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 75%;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    border-radius: 3px;
    color: white;
}
.NahledProduktu003 .priznaky span{
    color: inherit;
}
.NahledProduktu003:hover .priznaky{
    opacity: 0.15;
}
.NahledProduktu003 .kod{
    display: none;
}
.NahledProduktu003 .kod .hodnota{
    font-size: 0.7em;
    font-weight: bold;
}
.NahledProduktu003 .kod .popis{
    display: none;
}
.NahledProduktu003 .nazev{
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 80px;
    margin: 10px auto 15px auto;
    overflow: hidden;
}
.NahledProduktu003 .nazev h2{
	text-decoration: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
.NahledProduktu003 .nazev2{
    display: none;
}
.NahledProduktu003 .nazev .popisek{

}
.NahledProduktu003 .nahled{
	display: block;
	padding-top: calc(100% - 20px);
	position: relative;
	overflow: hidden;
	margin: 10px;
	width: calc(100% - 20px);
}
.NahledProduktu003 .nahled img,
.NahledProduktu003 .nahled iframe.youtubevideo,
.NahledProduktu003 .nahled iframe[id*=YoutubePlayer]{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.NahledProduktu003 .nahled.neexistuje{
    background-color: #f9f9f9;
}
.NahledProduktu003 .nahled.neexistuje img{
    object-fit: none;
}
.NahledProduktu003 .nahled img:not(:first-child),
.NahledProduktu003 .nahled iframe.youtubevideo:not(:first-child),
.NahledProduktu003 .nahled iframe[id*=YoutubePlayer]:not(:first-child){
    opacity: 0;
}
.NahledProduktu003:hover .nahled img:not(:first-child),
.NahledProduktu003:hover .nahled iframe.youtubevideo:not(:first-child),
.NahledProduktu003:hover .nahled iframe[id*=YoutubePlayer]:not(:first-child){
    opacity: 1;
}
.NahledProduktu003 .ceny{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.NahledProduktu003 .cena{
    display: inline-block;
    padding: 0 3px;
    line-height: 20px;
    vertical-align: top;
}
.NahledProduktu003 .cena:not(.puvodni){
    font-size: 20px;
    color: #454545;
    font-weight: bold;
}
.NahledProduktu003 .puvodni{
    font-size: 14px;
    color: rgb(250 100 100);
}
.NahledProduktu003 .cena .mena{
    display: inherit;
    padding: 0;
    line-height: inherit;
    vertical-align: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.NahledProduktu003 input[type=submit]{
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    width: 160px;
    background-color: #666;
}
.NahledProduktu003 + .nalezenKod{

}

.NahledProduktu003 .editProductByAdmin{
    max-height: 0px;
    position: absolute;
    top: 0px;
    overflow: hidden;
    background: #034786;
    z-index: 1;
    left: 0px;
    right: 0px;
    transition: max-height 0.2s;
    box-shadow: 0px 3px 14px 0px white;
    cursor: default !important;
    text-align: center !important;
}
.NahledProduktu003:hover .editProductByAdmin{
    max-height: 100px;
}
.NahledProduktu003 .editProductByAdmin p{
    color: #ddd !important;
    font-size: 10px !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 !important;
    cursor: default !important;
    text-align: center !important;
}
.NahledProduktu003 .editProductByAdmin a{
    display: inline-block !important;
    margin: 0 auto 5px auto !important;
    padding: 5px !important;
    background: #666 !important;
    color: white !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    line-height: 14px !important;
    border-radius: 3px;
    font-weight: normal !important;
    text-decoration: none !important;
    cursor: default !important;
}
.NahledProduktu003 .editProductByAdmin a:hover{
    cursor: pointer !important;
    background: #444 !important;
}
.NahledProduktu003.ajaxNacitani{
    opacity: 0.05;
}







/* .komponentaProductSlider */
.komponentaProductSlider *{
    max-width: 100%;
    box-sizing: border-box;
}
.komponentaProductSlider .komponentaProductSliderInner{
    position: relative;
    margin: auto;
}
.komponentaProductSlider .komponentaNahledProduktu{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: hidden;
    justify-content: flex-start;
    margin: auto;
}
.komponentaProductSlider .komponentaNahledProduktu:empty,
.komponentaProductSlider .komponentaNahledProduktu:empty ~ .slideLeft,
.komponentaProductSlider .komponentaNahledProduktu:empty ~ .slideRight{
    display: none !important;
}
.komponentaProductSlider .slideLeft,
.komponentaProductSlider .slideRight{
    position: absolute;
    top: 38%;
    background: rgba(0,0,0,0.15);
    height: 24%;
    z-index: 3;
    width: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
}
.komponentaProductSlider .slideLeft{
    left: 5px;
}
.komponentaProductSlider .slideLeft:before{
    content: '\2039';
    display: block;
}
.komponentaProductSlider .slideRight{
    right: 5px;
}
.komponentaProductSlider .slideRight:before{
    content: '\203A';
    display: block;
}
.komponentaProductSlider .slideLeft:hover,
.komponentaProductSlider .slideRight:hover{
    background: rgba(0,0,0,0.75);
}
.komponentaProductSlider .NahledProduktu003{
    flex: 0 0 calc(25% - 10px);
}
@supports selector(::-webkit-scrollbar) {
    .komponentaProductSlider .komponentaNahledProduktu::-webkit-scrollbar {
        height: 6px;
        background-color: #ddd;
    }
    .komponentaProductSlider .komponentaNahledProduktu::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #999;
    }
    .komponentaProductSlider .komponentaNahledProduktu::-webkit-scrollbar-track {
        background-color: #eee;
    }
}
/* .komponentaProductSlider */
