a {
  color:#000;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}

.line {
	background:url(../img/bord.png) no-repeat center center;
	height:30px;
}
h1, .h1 {
	margin:0 0 70px 0;
	padding:0 0 0 0;
	font-size:68px;
	line-height:1.3em;
	font-weight:normal;
	color:#000;
	font-family:"Amatic SC";
	background:url(../img/bord.png) no-repeat center center;
	display:flex;
	justify-content:center;
}
h1 span, .h1 span {
	background:white;
	padding:0 90px 0 90px;
}
h2, .h2 {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	font-size:28px;
	color:#000;
	line-height:1.3em;
	font-family:"Amatic SC";
}
h3, .h3 {
	margin:0 0 10px 0;
	padding:0;
	font-size:24px;
	color:#000;
	line-height:1.3em;
	font-family:"Amatic SC";
}
h4, .h4 {
	margin:0 0 3px 0;
	padding:0;
	font-size:17px;
	color:#000;
	line-height:1.3em;
	font-family:"Amatic SC";
}
h5, .h5 {
	margin:0 0 3px 0;
	padding:0;
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:1.3em;
	font-family:"Amatic SC";
}


/*** ul def ***/
ul.def {
	margin:0 0 0 0;
	padding:0;
}
ul.def li {
	margin:0 0 9px 0;
	padding:0 0 0 15px;
	line-height:1.3em;
	background:url(../img/li.png) no-repeat 0 8px;
}
ul.def li:last-child {
	margin:0;
}


/*** table1 ***/
table.table1 {
	width:100%;
}
table.table1 th, table.table1 td {
	vertical-align:top;
}
table.table1 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	padding:15px 10px 5px 0;
	color:#292323;
	text-align:left;
	text-transform:uppercase;
}
table.table1 thead th {
	padding-right:0;
}
table.table1 td, table.table1 th {
	background:url(../img/line.gif) no-repeat bottom center;
}
table.table1 td {
	padding:5px 0 5px 0;
}
table.table1 input {
	width:250px;
}
table.table1 textarea {
	width:100%;
	height:100px;
}
table.table1 img {
  border:none;
}

/*** button ***/
.button {
  padding:10px 30px 10px 30px;
	background:#999;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-family:"Amatic SC";
	font-size:28px;
	position:relative;
	border-radius:5px;
}

a.button:hover {
	background:#000;
}



/**** blok **********************************************************/
div.blok, form {

}






/**** o nas **********************************************************/
.venkovani-img {
	text-align:center;
	margin:0 0 30px 0;
}
.venkovani-img img {
	height:30vh;
	border-radius:50%;
	margin:auto;
	display:block;
}


/**** items **********************************************************/
.items {
	/*display:flex;
	flex-wrap:wrap;*/
	display:grid;
  grid-template-columns: repeat(auto-fill, 24%);
	justify-content:space-between;
}
.items a {
	display:flex;
	flex-direction:column;
	text-decoration:none;
	font-weight:normal;
	margin:0 0 50px 0;
	/*width:24%;*/
}
.items a span.img {
	margin:10px 0 0 0;
	position:relative;
}
.items a span.img > img {
	max-width:90%;
}
.items a span.img-bg {
	width:90%;
	display:inline-block;
	padding-top:90%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.items a span.img span.thumbs {
	position:absolute;
	right:0;
	top:0;
}
.items a span.img span.thumbs img {
	width:100px;
	height:100px;
	padding:10px;
	border-radius:50%;
	border:1px solid #D8D8D8;
	display:block;
	margin:0 0 10px 0;
	background:white;
}
.items a > strong {
	font-family:"Amatic SC";
	font-size:30px;
	margin:0 0 20px 0;
	font-weight:normal;
	line-height:1.3em;
}
.items a strong strong {
	display:block;
	font-size:36px;
}
.items a div.desc {
	margin:0 0 20px 0;
}
.items a ul {
	margin:0 0 0 0;
}
.items a ul li {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	position:relative;
	font-weight:300;
	font-style:italic;
}
.items a ul li:before {
	content:"";
	width:1px;
	height:1px;
	margin:7px 0 0 -6px;
	border:1px solid #757575;
	border-radius:50%;
	position:absolute;
}
.items a span.cena {
	font-size:28px;
	margin:auto 0 20px 0;
	font-family:"Amatic SC";
}
.items a .tags {
	position:absolute;
	z-index:3;
	bottom:20px;
	left:0;
	width:100%;
}
.tags em {
	display:inline-block;
	padding:5px 10px 5px 10px;
	border-radius:5px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	font-size:11px;
	font-weight:600;
	background:white;
}
.tags .tag-0 {
	border:1px solid #395B11;
	color:#395B11;
}
.tags .tag-1 {
	border:1px solid #395B11;
	color:#395B11;
}
.tags .tag-2 {
	border:1px solid #395B11;
	color:#395B11;
}
.tags .tag-3 {
	border:1px solid #395B11;
	color:#395B11;
}

.items a:hover {
	box-shadow:#ddd 0 0 10px;
}
.table-kosik .tags em {
	padding:3px 6px 3px 6px;
	font-size:9px;
	margin:0 0 0 0;
	line-height:1em;
}

/*.popup {
	background:rgba(255,255,255,1);
	color:black;
}*/
#btn-close-modal {
	width:40px;
	height:40px;
	position:absolute;
	right:50px;
	top:50px;
	border-radius:50%;
	border:1px solid #777;
	cursor:pointer;
}
#btn-close-modal:before, #btn-close-modal:after {
	content:"";
	height:2px;
	width:25px;
	background:#777;
	position:absolute;
	top:18px;
	left:7px;
	-webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#btn-close-modal:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

#btn-close-modal:hover {
	border-color:#D10B18;
}
#btn-close-modal:hover:before, #btn-close-modal:hover:after {
	background:#D10B18;
}
.item-detail {
	display:flex;
	justify-content:space-between;
}
.item-detail .detail-h {
	display:flex;
	justify-content:space-between;
	padding:0 0 30px 0;
	margin:0 0 50px 0;
	background:url(../img/bord.png) no-repeat bottom center;
}
.item-detail .detail-h .tags {
	margin-top:35px;
}
.item-detail h1 {
	padding:0;
	margin:0;
	background:none;
	display:block;
	text-align:left;
}
.item-detail h1 strong {
	display:block;
}
.item-detail .img {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.item-detail img {
	border-radius:5px;
}
.item-detail .thumbs {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:20px 0 0 0;
}
.item-detail .thumbs a {
	margin:0 5px 0 5px;
}
.item-detail .thumbs img {
	max-height:100px;
	border-radius:3px;
	max-width:100%;
}

.item-detail > strong {
	font-family:"Amatic SC";
	margin:0 0 20px 0;
	display:block;
	font-weight:normal;
	line-height:1.3em;
	font-size:46px;
}
.item-detail > strong strong {
	display:block;
	font-size:60px;
}
.item-detail span.cena {
	font-family:"Amatic SC";
	font-size:38px;
	margin:0 0 0 0;
	display:block;
}
.item-detail .cena-kosik {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 0 50px 0;
}
.item-detail .do-kosiku {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	background:#DFDFDF;
	border-radius:5px;
}

.item-detail .do-kosiku > * {
	margin:0 0 0 15px;
}
.item-detail input.ks {
	width:60px!important;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.item-detail .desc {
	display:block;
	margin:0 0 0 0;
}
.item-detail ul {
	margin:10px 0 10px 0;
}
.item-detail ul li {
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	position:relative;
	font-weight:300;
	line-height:1.3em;
}
.item-detail ul li:before {
	content:"";
	width:1px;
	height:1px;
	margin:7px 0 0 -8px;
	border:1px solid #757575;
	border-radius:50%;
	position:absolute;
}


/*** carousel ***/
.carousel {
	position:relative;
}
.carousel .swiper-container {
	display: flex;
	overflow:hidden;
}




/* carousel paging */
.carousel .arrows {

}
.carousel .arrows a {
	position:absolute;
	right:-15px;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	border-radius:50%;
	display:inline-block;
	border:2px solid #DBDBDB;
	z-index:5;
}
.carousel .arrows a:before {
	content:"";
	position:absolute;
	background-image:url(../img/icons/arr_black_r.png);
	background-repeat:no-repeat;
	width:19px;
	height:8px;
	left:50%;
	margin-left:-9px;
	top:50%;
	margin-top:-4px;
}
.carousel .arrows .left {
	right:auto;
	left:-20px;
}
.carousel .arrows .left:before {
	background-image:url(../img/icons/arr_black_l.png);
}
.carousel .arrows a[aria-disabled="true"] {
	display:none;
}
.carousel .item {
	display:flex;
	justify-content:center;
	align-items:center;
	height:430px;
}
.carousel .item img {
	max-width:100%;
	max-height:100%;
	margin:auto;
	flex:0 0 auto;
}



/**** fotogalerie **********************************************************/
div.fotogalerie-in {
	margin:0 0 0 0;
	background:#F4F4F4;
	border:1px solid #E2E2E2;
}




/*** table1 ***/
table.table1 {
	width:100%;
	text-align:left;
	border:1px solid #eee;
}
table.table1 td, table.table1 th {
	border-bottom:1px solid #eee;
	font-size:100%;
	vertical-align:middle;
	padding:15px 15px 15px 15px;
	line-height:1.3em;
}
table.table1 thead th {
	text-transform:uppercase;
	font-size:90%;
	font-weight:normal;
	background:#999;
	color:white;
	padding:10px 15px 10px 15px;
}

table.table-kosik {
	width:80%;
	margin:auto;
}

/*** objednavka ***/
div.steps {
	margin:0 0 40px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
div.steps a {
	margin:0 10px 0 10px;
	font-size:16px;
	text-decoration:none;
	color:#999;
}
div.steps a span {
	display:inline-block;
	margin:0 10px 0 0;
	width:30px;
	height:30px;
	border-radius:15px;
	background:#999;
	color:white;
	text-align:center;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}
div.steps img {
	margin:0 10px 0 10px;
	flex:0 0 auto;
	width:auto;
}
div.steps a:hover {
	text-decoration:none;
}
div.steps a[href]:hover {
	text-decoration:underline;
}


div.steps a.act {
	color:#000!important;
}
div.steps a.act span {
	background:#000!important;
}


