/* BACKGROUND */
.catalogBG{
	/*background: url(kat-posters/cat_bg20-1a.jpg) fixed;
	background-repeat: no-repeat;
	background-size: cover;*/
}

/* CATALOG PAGE */

.catPg{
	position: relative;
}

/* NAVIGATION PANEL */

#navPanelOpen{
	width: 90px;
	height: 90px;
	display: none;
	position: fixed;
	top: 120px;
	left: 5px;
	color: #dcc01f;
}

.navPanel{
	width: 18%;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(240, 240, 240, 0.7);
	border-radius: 0;
	/*border-style: solid;
	border-width: 2px 2px 2px 0;
	border-color: #dcc01f;*/
	box-shadow: 5px 0 20px #bbb;
}

.navArea{
	width: 95%;
	overflow: auto;
	position: absolute;
	top: 95px;
	bottom: 15px;
	margin: auto;
	text-align: center;
}

.album{
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.album a:link{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}

.album a:visited{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}

.albumIMG{

}

#albIMG{
	width: 100%;
	display: block;
	border-radius: 30px;
}

.albumName{
	padding: 5px;
}

/* CATALOG POSTER ON TOP */

.catalogTopPoster{
	width: 100%;
	z-index: 1;
	position: relative;
	/*height: 400px;
	/*background: url(kat-posters/ss2020.jpg) fixed;
	background-size: cover;
	background-repeat: no-repeat;*/
}
.topPosterIMG{
    width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
#topPosterIMGm{
	width: 100%;
	display: none;
	position:relative;
	z-index: 2;
}
#topPosterIMGc{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
#catalogHeading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 150px 0;
	margin: 0;
	z-index: 5;
	text-align: center;
	text-shadow: 0 0 20px #000;
	font-size: 60px;
	color: #fff;
}

/* SHEET WITH PRODUCTS*/

.prodSheet{
	width: 100%;
	padding: 10px 5% 10px 5%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: #fff;
}

.brandArea{
	width: 100%;
	/*display: grid;
	grid-template-columns: 15% 15% 15% 15% 15% 15%;
	grid-template-rows: auto;
	justify-content: space-evenly;
	box-sizing: border-box;
	overflow-x: hidden;*/
	margin: auto;
	padding: 20px 1%;
	text-align: center;
}
.catTopLogos{
	width: 15%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0.5%;
}

.filterArea{
	display: none;
	padding: 40px;
}
#filterName{
	width: 100%;
	display: block;
	margin: 30px auto;
    padding: 18px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#filterForm{
	display: none;
}
.sizeButton{
    display: inline-block;
    margin: 5px 20px 5px 5px;
    text-align: center;
}
.sizeButton input{
    width: 0;
    height: 0;
    margin: 0;
}
.sizeButton span{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 0 auto;
    border-radius: 10px;
    background-color: #ccc;
}
.sizeButton input:checked ~ span{
    background-color: #dcc01f;
}
#submitButton{
    width: 30%;
    display: inline block;
    margin: 5px;
    padding: 12px;
    background-color: #dcc01f;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
}
#removeFiltersButton{
    width: 30%;
    display: inline-block;
    margin: 5px;
    padding: 12px;
    background-color: #aaa;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
}

.allProdArea{
	text-align: center;
}

/* brand blocks */
.brandBlock{
	width: 95%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 30px auto 30px auto;
	box-shadow: 0 0 20px #aaa;
	border-radius: 35px;
}

.brandIllustrArea{
	width: 100%;
	border-radius: 35px 35px 0 0;
}

.BRANDillustrationM{
	width: 100%;
	display: none;
	border-radius: 35px 35px 0 0;
}
.BRANDillustrationC{
	width: 100%;
	display: block;
	border-radius: 35px 35px 0 0;
}

.brandBlockProducts{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
}

/* each product */
.prodArea{
	width: 30%;
	height: 350px;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	position: relative;
	padding: 5px;
	margin: 5px;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #dcc01f;
	font-size: 18px;
}

.prodArea a:link{
    display:block;
    box-sizing: border-box;
    overflow: hidden;
	color: #000;
	text-decoration: none;
}

.prodArea a:visited{
    display: block;
    box-sizing: border-box;
    overflow: hidden;
	color: #000;
	text-decoration: none;
}


.photoArea{
    width: 100%;
    height: auto;
    box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#prodPhoto{
	max-width: 100%;
	height: 240px;
	display: block;
	object-fit: contain;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
}

.prodDiscr{
    width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px auto 5px auto;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.prodAssortment{
    width: 100%;
	position: static;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 2px;
	font-size: 15px;
	color: #505050;
}

.fPrc{
    width: 100%;
    display: block;
	position: static;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 1px;
	color: #f00;
}

.prc{
    width: 100%;
    display: block;
	position: static;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 2px;
}


