@media (min-width: 1241px) {
	.easy-autocomplete {
		width:100% !important;
		position:static;
		font-size:14px;
	}
	
	.easy-autocomplete .autocomplate-input {
		width:100%;
		background: none;
		background-size:22px auto;
		border-radius:4px !important;
		box-shadow:none !important;
		border:solid 1px transparent !important;
		border-bottom: solid 1px #ddd !important;
		text-align: center;
	}
	.easy-autocomplete .autocomplate-input.ajax-loading {
		background:url(../img_ancora/ajax-loader.svg) no-repeat 10px center #f0f2f2;
		background-size:contain;
	}
	.easy-autocomplete .productItem {
		font-size:13px;
		text-transform:none;
	}
	.easy-autocomplete .easy-autocomplete-container ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width:100%;
		margin:10px 0px 0px;
		border: 0px;
		padding: 0 16px 0px 16px;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li {
		float:left;
		width:20%;
		border:0;
		padding:25px 15px;
		margin-top:20px;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li:last-of-type {
		width:100%;
		padding:10px 15px 36x 0;
		margin:10px 0 0 0;
		border-top:0;
		text-align:right;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li:last-of-type .productItem {
		border-bottom:0;
	}
	.easy-autocomplete .productItem:before ,
	.easy-autocomplete .productItem:after {
		content:" ";
		display:table;
		width:100%;
		height:0;
		overflow:hidden;
		clear:both;
	}
	.easy-autocomplete .productItem .prodImage {
		float:left;
		width:100%;
		text-align: center;
		height:300px;
	}
		.easy-autocomplete .productItem .prodImage img {
			max-width:200px;
			max-height:280px;
			width:auto;
			box-shadow:0 3px 8px rgba(0,0,0,.1) !important;
		}
	.easy-autocomplete .productItem .prodContent {
		float:left;
		width:100%;
		box-sizing:border-box;
		padding-left: 0;
		line-height:normal;
	}
	.easy-autocomplete .productItem .prodTitle {
		font-family:"Libre Baskerville";
		font-weight:bold;
		font-size: 16px;
		line-height: 20px;
		max-height: 60px;
		margin: 8px 0 8px 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.easy-autocomplete .productItem .prodSubtitle {
		font-size:13px;
		font-weight:500 !important;
		padding:0 0 3px 0;
		line-height: 16px;
		max-height: 32px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 0 0 5px 0;
	}
	.easy-autocomplete .productItem .prodAutori {
		font-size:12px;
		padding:0 0 3px 0;
		line-height: 18px;
		max-height: 18px;
		overflow-y: hidden;
		display: -webkit-box !important;
		-webkit-line-clamp: 1 !important;
		-webkit-box-orient: vertical !important;
		font-weight: bold;
		color: #999;
		text-transform: uppercase;
	}
	.easy-autocomplete .productItem .prodTipoFormato {
		font-size:12px;
		padding:0 0 3px 0;
	}
	.easy-autocomplete .productItem .prodEditore {
		font-size:12px;
		padding:0 0 0 0;
	}
	.easy-autocomplete .productItem .prodTipoFormato span ,
	.easy-autocomplete .productItem .prodAutori span ,
	.easy-autocomplete .productItem .prodEditore span {
		display:inline-block;
		color:#999;
		padding:0 3px 0 0;
	}
	.easy-autocomplete a.cercaTutti {
		display:inline-block;
		font-size:13px;
		border:solid 2px #1e508c;
		color:#1e508c;
		padding:0 20px;
		line-height:28px;
		border-radius:4px !important;
		text-decoration:none;
		font-weight:bold;
	}
	.easy-autocomplete a.cercaTutti:hover {
		background:rgba(245,148,113,.05);
	}
	.easy-autocomplete-container ul li:last-of-type.selected {
		background-color:transparent;
		cursor:default;
	}
	.easy-autocomplete-container ul li.selected .cercaTutti {
		background:#1e508c !important;
		color:#fff;
	}
}
@media (max-width: 1240px) {
	.easy-autocomplete {
		width:100% !important;
		position:static;
		font-size:14px;
	}
	.easy-autocomplete .easy-autocomplete-container {
		width:auto;
		left:0;
		top:100%;
		right:0;
	}
	.easy-autocomplete .autocomplate-input {
		width:100%;
		background: none;
		background-size:22px auto;
		border-radius:4px !important;
		box-shadow:none !important;
		border:solid 1px transparent !important;
		border-bottom: solid 1px #ddd !important;
		text-align: center;
	}
	.easy-autocomplete .autocomplate-input.ajax-loading {
		background:url(../img_ancora/ajax-loader.svg) no-repeat 10px center #f0f2f2;
		background-size:contain;
	}
	.easy-autocomplete .productItem {
		font-size:13px;
		text-transform:none;
	}
	.easy-autocomplete .easy-autocomplete-container ul {
		padding:10px;
		width:100%;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li {
		border:solid 1px #ddd;
		border-top:0;
		padding-top:10px;
		padding-bottom:10px;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li:first-of-type {
		border-top:solid 1px #ddd;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li:last-of-type .productItem {
		border-bottom:0;
	}
	.easy-autocomplete .productItem:before ,
	.easy-autocomplete .productItem:after {
		content:" ";
		display:table;
		width:100%;
		height:0;
		overflow:hidden;
		clear:both;
	}
	.easy-autocomplete .productItem .prodImage {
		float:left;
		width:50px;
	}
		.easy-autocomplete .productItem .prodImage img {
			max-width:100%;
			height:auto;
		}
	.easy-autocomplete .productItem .prodContent {
		float:left;
		width:calc(100% - 50px );
		box-sizing:border-box;
		padding-left:10px;
		line-height:normal;
	}
	.easy-autocomplete .productItem .prodTitle {
		font-family:"Libre Baskerville";
		font-size:14px;
		font-weight:bold !important;
		padding:0 0 3px 0;
	}
	.easy-autocomplete .productItem .prodSubtitle {
		font-size:13px;
		font-weight:500 !important;
		padding:0 0 3px 0;
	}
	.easy-autocomplete .productItem .prodAutori {
		font-size:12px;
		padding:0 0 3px 0;
	}
	.easy-autocomplete .productItem .prodTipoFormato {
		font-size:12px;
		padding:0 0 3px 0;
	}
	.easy-autocomplete .productItem .prodEditore {
		font-size:12px;
		padding:0 0 0 0;
	}
	.easy-autocomplete .productItem .prodTipoFormato span ,
	.easy-autocomplete .productItem .prodAutori span ,
	.easy-autocomplete .productItem .prodEditore span {
		display:inline-block;
		color:#999;
		padding:0 3px 0 0;
	}
	.easy-autocomplete .easy-autocomplete-container ul > li:last-of-type.selected ,
	.easy-autocomplete .easy-autocomplete-container ul > li:last-of-type {
		text-align:right;
		border:0;
		background:transparent !important;
	}
	.easy-autocomplete a.cercaTutti {
		display:inline-block;
		font-size:13px;
		border:solid 2px #1e508c;
		color:#1e508c;
		padding:0 20px;
		line-height:28px;
		border-radius:4px !important;
		text-decoration:none;
		font-weight:bold;
	}
	.easy-autocomplete li.selected a.cercaTutti {
		background:#1e508c;
		color:#fff;
	}
	.easy-autocomplete-container.show-autocomplite-dropdown>ul {
		display: block !important;
	}
}







