@media screen and (max-width: 500px) {
	.item_style_2 .item {
		width: 50%;
		float: left;
		position: relative;
		padding: 0;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_2 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
	}
	.item_style_2 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_2 .item .inner:hover {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	}
	.item_style_2 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_2 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_2 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 40vw;
		padding: 2px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_2 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		/*		background-image: url(images/sample_tile.jpg) !important;*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		box-sizing: border-box;
		-webkit-transition: all .2s 0s linear;
		-moz-transition: all .2s 0s linear;
		-o-transition: all .2s 0s linear;
		transition: all .2s 0s linear;
		pointer-events: none;
	}
	.item_style_2 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	.item_style_2 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
		border-bottom: 1px solid #f0f0f0;
		text-align: center;
	}
	.item_style_2 .item .inner .info .brand {
		font-weight: bolder;
		font-size: 14px;
		padding: 5px 0;
		box-sizing: border-box;
		color: #ffb400;
	}
	.item_style_2 .item .inner .info .name {
		font-size: 14px;
		height: 50px;
		line-height: 16px;
		box-sizing: border-box;
	}
	.item_style_2 .item .inner .price {
		font-size: 14px;
		width: 70%;
		background-color: #f0f0f0;
		margin: 0 auto;
		padding: 3px 20px;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.item_style_2 .item {
		width: 33.33%;
		float: left;
		position: relative;
		padding: 0;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_2 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
	}
	.item_style_2 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_2 .item .inner:hover {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	}
	.item_style_2 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_2 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_2 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 150px;
		padding: 2px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_2 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		/*		background-image: url(images/sample_tile.jpg) !important;*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		box-sizing: border-box;
		-webkit-transition: all .2s 0s linear;
		-moz-transition: all .2s 0s linear;
		-o-transition: all .2s 0s linear;
		transition: all .2s 0s linear;
		pointer-events: none;
	}
	.item_style_2 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	.item_style_2 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
		border-bottom: 1px solid #f0f0f0;
		text-align: center;
	}
	.item_style_2 .item .inner .info .brand {
		font-weight: bolder;
		font-size: 14px;
		padding: 5px 0;
		box-sizing: border-box;
		color: #ffb400;
	}
	.item_style_2 .item .inner .info .name {
		font-size: 14px;
		height: 50px;
		line-height: 16px;
		box-sizing: border-box;
	}
	.item_style_2 .item .inner .price {
		font-size: 14px;
		width: 70%;
		background-color: #f0f0f0;
		margin: 0 auto;
		padding: 3px 20px;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
	}
}
@media screen and (min-width: 801px) {
	.item_style_2 .item {
		width: 20%;
		min-width: 200px;
		float: left;
		position: relative;
		padding: 10px 0px 15px 0px;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_2 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
	}
	.item_style_2 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_2 .item .inner:hover {
		/*
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
*/
	}
	.item_style_2 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_2 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_2 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 220px;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_2 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		/*		background-image: url(images/sample_tile.jpg) !important;*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		box-sizing: border-box;
		-webkit-transition: all .2s 0s linear;
		-moz-transition: all .2s 0s linear;
		-o-transition: all .2s 0s linear;
		transition: all .2s 0s linear;
		pointer-events: none;
	}
	.item_style_2 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	.item_style_2 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
		border-bottom: 1px solid #f0f0f0;
		text-align: center;
	}
	.item_style_2 .item .inner .info .brand {
		font-weight: bolder;
		font-size: 14px;
		padding: 5px 0;
		box-sizing: border-box;
		color: #ffb400;
	}
	.item_style_2 .item .inner .info .name {
		font-size: 14px;
		height: 50px;
		line-height: 16px;
		box-sizing: border-box;
	}
	.item_style_2 .item .inner .price {
		font-size: 16px;
		width: 70%;
		background-color: #f0f0f0;
		margin: 0 auto;
		padding: 3px 20px;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
	}
}