.w-items .item
{
	height:auto !important;
	overflow:auto;
	padding:10px;
	text-align:center;
	background-color:#F5F5F5;
	border:1px solid #ddd;
	margin-bottom:15px;
}

.w-items .quick-add-params {
	margin-top:15px;
	display:none;
}

.item-container {
	overflow:auto;
}

.w-items .item:hover
{
	padding:10px;
	text-align:center;
	background-color:#f0efef;
	border:1px solid #ddd;
	margin-bottom:15px;
}

.w-items .item img
{
	width:180px;
	margin:0 auto;
	border:1px solid #eee;
}

.w-items .item .title
{
	height:40px;
	margin-top:6px;
	font-weight:bold;
	text-align:center;
	overflow: hidden !important;
}

.w-items .item .price
{
	margin-top:4px;
}

@media (max-width: 768px) {

	.w-items .item
	{
		height:100px;
		margin-bottom:10px;
		position:relative;
	}

	.w-items .item .image
	{
		text-align:right;
	}

	.w-items .item img
	{
		margin:0;
		max-height:80px;
		width:auto;
	}

	.w-items .item .title
	{
		text-align:right;
		margin-top:0;
	}

	.w-items .item .price
	{
		margin-top:0;
		text-align:left;
		position:relative;
		top:-20px;
	}
}
.w-items .flag
{
	position:absolute;
	right: 0px;
	top: 10px;
	font-size:14px;
}
@media (max-width: 962px) {

	.w-items .item
	{
		margin-bottom:10px;
	}
}
