@charset "utf-8";
#page #items {
	position: relative;
}
#page #items #alkotasok_cim {
	text-align: center;
}

#page #items #floating_item {
	z-index: 100;
	position: sticky;
	max-width: 430px;
	/*margin-left: 10vh;*/
	margin: 0 auto;
	/* [disabled]background-color: #7BB5E4; */
	border: thin solid #2E3DB5;
	top: 60px;
	/* [disabled]overflow: hidden; */
	display: flex;
	flex-direction: column;
}
#items #floating_item #img_container {
	/* [disabled]height: 800px; */
	color: black;
}
#items #floating_item #img_container #btn_iterest {
	display: flex;
	justify-content: center;
}


#floating_item  #cancel_button {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	/*align-content: flex-end;
	flex-direction: row;*/
}
#floating_item #cancel_button #charcter {
	background-color: yellow;
	width: 39px;
	color: red;
	margin: 0 10px;
	font-size: 36px;
}


#page #items #items_title {
	text-align: center;
	padding-top: 150px;
}

#page #items #items_container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#items #items_container .item {
	width: 134px;
	height: 180px;
	margin: 20px;
	border: thin solid red;
}
#items_container .item h3 {
	margin-top: 11px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 28px;
}
.slideshow-container .mySlides.fade .inside {
	display: flex;
	padding: 15px;
	flex-wrap: wrap;
}
	.mySlides.fade .inside img {
		width: 150px;
}
    .mySlides.fade {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
}
.mySlides.fade .inner_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.mySlides.fade .inside {
	cursor: pointer;
}
