				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  				  /* Všechna rozlišení */

a.hp-link img {
    height: 120px;
}

.g-preview-image{
	background-size:contain;
	backdrop-filter:blur(10px);
}

#products-list{
	width:330px;
	margin-left:auto;
	margin-right:auto;
}

a.product-item{
	margin-bottom:35px;
	text-decoration:none !important;
	color:#696969;
	display:block;
	position:relative;
	overflow:hidden;
}
.product-item-preview{
	background-size: cover;
}

.product-item-preview>div{
	padding-top: 75%;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	backdrop-filter: blur(10px);
}

.product-item-name{
	font-weight:400;
	font-size:1.3rem;
	text-align:center;
	margin-top:10px;
	padding:0px 10px;
}

.product-item-perex{
	text-align:justify;
	margin-top:10px;
	padding:0px 10px;
}

.product-item-price{
	text-align:center;
	margin-top:10px;
	color:#5f3319;
	font-size:1.1rem;
	padding-bottom:10px;
	font-weight: bold;
}

#product-detail{
	display: flex;
    flex-direction: column;
}

.pd-content{
	order:2;
}

.pd-name{
	font-weight:600;
	font-size:1.2rem;
	color: #6c825e;
	margin-bottom:25px;
}

.pd-text{
	margin-bottom:40px;
}

.pd-ide{
	text-align:right;
	margin-bottom:10px;
}

.pd-price{
	text-align:right;
	margin-bottom:10px;
}

.pd-button{
	text-align:right;
}

.btn.btn-primary{
	border-radius:0 !important;
}

.pd-gallery{
	order:1;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:330px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.pd-photo:first-child{
	width:100%;
}

.pd-photo{
	width:calc(25% - 9px);
	margin-right:12px;
	margin-top:12px;
}

.pd-photo:nth-child(4n+1){
	margin-right:0;
}

.pd-photo>a{
	display:block;
}

.pd-photo:first-child>a>div{
	padding-top:130%;
}

.pd-photo>a>div{
	padding-top:75%;
	background-size: cover;
    background-position: center;
}

.swal2-container{
	z-index:10600;
}

.btn-primary.disabled, .btn-primary:disabled{
	background-color: #b97a58;
    border-color: #b97a58;
    cursor: not-allowed;
}

.admin-list-actions .fa-lock-open{
	color:#3a89cf;
}

a.product-item:hover{
	background:#feedb5;
}

a.product-item:hover .product-item-preview{
	opacity:0.9;
}

a.product-item:hover .product-item-name{
	color:#fff;
}

a.product-item:hover .product-item-name h5{
	color:#6c825e;
}

a.product-item:hover .product-item-perex{
	color:#696969;
}

a.product-item:hover .product-item-price{
	color:#5f3319;
}

.fa-coins.sold{
	color:#d34141;
}

.product-sold{
	position: absolute;
	top: 25px;
	right: -50px;
	color: #feedb5;
	background: #6c8254;
	transform: rotate(45deg);
	padding: 10px 50px;
	font-size: 1.2rem;
}

.product-reserved{
	position: absolute;
	top: 25px;
	right: -50px;
	color: #feedb5;
	background: #6c8254;
	transform: rotate(45deg);
	padding: 10px 50px;
	font-size: 0.9rem;
}

#products-category-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.product-category{
	cursor:pointer;
	padding:15px;
	background: #d9d9c0;
	color:#6b8157;
	width:145px;
	margin:10px;
	text-align: center;
}

.product-category.active{
	color: #d9d9c0;
	background:#6b8157;
}

.pc-name{
	height:48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc-img{
	width:70px;
	height:60px;
	margin-left: auto;
    margin-right: auto;
	margin-top:10px;
}

.pc-img img{
	width:100%;
	height:auto;
}

#products-list-filter{
	margin-bottom: 20px;
}

.products-list-filter{
	padding: 0px 20px;
	display: flex;
	border-bottom: 3px solid #6c8254;
	margin-bottom:10px;
	justify-content: center;
}

.products-list-filter div{
	padding:10px;
	background:#ffedb5;
	color:#6c8254;
	margin-right:10px;
	cursor:pointer;
	width: 125px;
    text-align: center;
}

.products-list-filter div.active, .products-list-filter div:hover{
	color:#ffedb5;
	background:#6c8254;
}

/* Rozlišení větší nebo rovné 576px (telefony) */

@media screen and (min-width: 576px) {

		
		#products-list-filter{
			margin-bottom: 20px;
			display:flex;
			border-bottom: 3px solid #6c8254;
			padding: 0px 20px;
			margin-top:30px;
		}

		.products-list-filter{
			display: flex;
			border-bottom: 0;
			margin-bottom:0px;
			padding:0;
		}

		.products-list-filter div{
			display:flex;
			align-items:center;
			justify-content:center;
			text-align:center;
			width:auto;
		}


}

/* Rozlišení větší nebo rovné 768px (větší telefony, tablety) */


@media screen and (min-width: 768px) {



}

/* Rozlišení větší nebo rovné 992px (velké tablety, menší počítače) */

@media screen and (min-width: 992px) {

	#products-list{
			display:flex;
			width:auto;
			flex-wrap:wrap;
		}

		.product-item{
			width:calc(50% - 10px);
			margin-right:20px;
		}

		.product-item:nth-child(2n){
			margin-right:0;
		}

		#product-detail{
			display:flex;
			flex-direction:row;
		}

		.pd-content{
			flex:5;
			margin-right:20px;
			order:1;
		}

		.pd-gallery{
			flex:4;
			margin-top:-66px;
			height:max-content;
			order:2;
		}

		.product-category:hover{
			color: #d9d9c0;
			background:#6b8157;
		}


}

/* Rozlišení větší nebo rovné 1200px (standardní počítače) */

@media screen and (min-width: 1200px) {

	.title a {
    color: #ffffff;
	background: #e5a7a4a6;
  	padding: 15px 35px;
}

.product-item{
		width:calc(100% / 3 - 20px);
		margin-right:30px;
	}

	.product-item:nth-child(2n){
		margin-right:30px;
	}

	.product-item:nth-child(3n){
		margin-right:0px;
	}

	.pd-content{
		margin-right:50px;
	}

}


@media screen and (min-width: 1400px) {

.pd-content{
			margin-right:80px;
		}

}
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																				
