﻿#main .term_sor .item_sor .item{
	width: 130px;
} 

.item{
	width: 130px;
	min-height: 10px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	position: relative;
}
/*nagy rekesz/kosár*/
.item.nagy{
	width: 170px;
}

.item.nagy .term_kep{
	height: 70px;
}

.item.nagy .term_kep img{
	height: 85px;
	position: relative;
    top: -15px;
}

.item_sor{
	float: left;
	margin-left: 2%;
    min-width: 900px;
}

.item .kedvenc_hely{
	position: absolute;
    width: 85%;
    height: 38px;
    top: -35px;
	display: none;
	z-index: 10;
}

.item .kedvenc_hely .kedvenc_icon,
.item .kedvenc_hely .add_icon{
	float: right;
	width: 100%;
	height: 30px;
}

.item .kedvenc_hely .add_icon img{
	width: 25px;
	height: 25px;
	float: right;
	padding-right: 5px;
	cursor: pointer;
}

.item .kedvenc_hely .kedvenc_icon img{
	width: 35px;
	height: 35px;
	float: right;
	cursor: pointer;
}

.item .term_kep{

}
.item .term_kep img{
	width: auto;
	height: 70px;
	display: block;
    margin: 0 auto;
}
.item .term_valaszfal{
	width: 100%;
	height: 3px;
	background-color: #0e0d04;
}
.item .term_nev{
	color: #51611e;
	font-size: 18px;
	padding-left: 5px;
	padding-bottom: 15px;
}

.item .term_nev:hover{
	text-decoration: underline;
	cursor: pointer;
}

.item .kosar{
	border-radius: 20px;
	width: 30%;
	height: 18px;
	float: left;
	background: #dfded4 url(../_img/public/icon/szurke_basket.png) no-repeat center center;
	background-size: 17px 18px;
}

.item .kosar:hover{
	background: #EE6630 url(../_img/public/icon/aktiv_basket.png) no-repeat center center;
	background-size: 17px 18px;
	cursor: pointer;
}

.item .term_ar{
	font-size: 12px;
	float: right;
}

.item .item_content .rend_in,
.item .item_content .tagek,
.item .item_content .term_leiras,
.item .item_content .ajanlott_menny,
.item .item_content .term_ar .tovabbi_arak{
	display: none;
}



/*Kinyitott item///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	.item.opened .item_content{
		width: 60px;
		height: 60px;
		padding-top: 18px;
		position: absolute;
		border: 2px solid;
		border-radius: 35%;
		background-color: #fff;
		z-index: 200;
		overflow : hidden;
	}
	
	.item.opened .item_content .opened_hatter{
		position: absolute;
		z-index: -1;
		width: 300px;
		height: 600px;
		background-color: #d6e99a;
		left: 440px;
		top: -1px;
	}
	
	.item.opened .item_content .kosar{
		display: none;
	}
	
	.item.opened .item_content .term_nev{
		text-align: center;
		font-size: 24px;
		text-decoration: none;
		cursor: default;
	}
	.item.opened .item_content .term_ar{
		font-size: 26px;
		width: 100%;
	}
	.item.opened .item_content .term_ar .tovabbi_arak{
		font-size: 14px;
		display: block;
	}
	
	.item.opened .item_content .term_kep{
		height: 130px;
	}
	
	.item.opened .item_content .term_kep img{
		position: relative;
		top: 25%;
		height: 80px;
	}
	
	.item.opened .item_content .term_valaszfal{
	}
	
	.item.opened .item_content .kepfolso_valaszfal{
		background-color: black;
		height: 3px;
	}
	
	.item.opened .item_content .kedvenc_hely{
		position: static;
		display: block;
		width: 70px;
		float: left;
		display: block !important;
	}
	
		.item.opened .item_content .kedvenc_hely .kedvenc_icon{
			width: 20px;
		}
		.item.opened .item_content .kedvenc_hely .kedvenc_icon img{
			width: 45px;
			height: 45px;
		}
		
		.item.opened .item_content .kedvenc_hely .add_icon{
			width: 20px;
			padding-top: 8px;
			padding-right: 10px;
		}
		.item.opened .item_content .kedvenc_hely .add_icon img{
			width: 33px;
			height: 33px;
		}
	
	.item.opened .item_content .bal_oldal{
		float: left;
		width: 267px;
	}
	
	.item.opened .item_content .rend_in{
		float: left;
		width: 197px;
		padding-top: 9px;
		display: block;
	}
	
	.item.opened .item_content .rend_in .kosarba{
		width: 45px;
		height: 30px;
		background: #EE6630 url(../_img/public/icon/aktiv_basket.png) no-repeat center center;
		background-size: 19px 20px;
		float: left;
		margin-left: 3px;
	}
	.item.opened .item_content .rend_in .kosarba_input{
		width: 45px;
		float: left;
		border-right: none;
		text-align: center;
	}
	
	.item.opened .item_content .rend_in .egyseg{
		outline: none;
		font-size: 15px;
		font-family: 'Roboto', sans-serif;
		float: left;
		border: 2px solid;
		border-left: 1px solid;
		margin-top: 5px;
		height: 24px;
	}
	
	.item.opened .item_content .ajanlott_menny{
		width: 95%;
		margin: 0 auto;
		padding-top: 60px;
		display: block;
	}
	
	.item.opened .item_content .ajanlott_menny .menny_item{
		float: left;
		widht: 20%;
		text-align: center;
		padding: 5px;
	}
	
	.item.opened .item_content .jobb_oldal{
		width: 272px;
		padding-left: 10px;
		float: left;
		/*display: none;*/
	}
	.item.opened .item_content .term_leiras{
		height: 160px;
		overflow: auto;
		padding-right: 20px;
		padding-left: 20px;
		display: block;
	}
	
	.item.opened .item_content .tagek{
		font-size: 10px;
		text-align: right;
		padding-right: 5px;
		padding-top: 5px;
		display: block;
	}

