@media screen and (max-width: 500px) {
	.item_style_4 .item {
		width: 100%;
		float: left;
		position: relative;
		padding: 10px 10px 0px 10px;
		box-sizing: border-box;
		margin: 0 0 0 0;
	}
	.item_style_4 .item .inner {
		display: block;
		width: 100%;
		height: 100px;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #b1b1b1;
	}
	.item_style_4 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_4 .item .inner .image_box {
		overflow: auto;
		width: 30%;
		height: 100%;
		padding: 5px;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_4 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		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_4 .item .inner .info {
		overflow: auto;
		width: 70%;
		height: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_4 .item .inner .info .brand {
		font-size: 16px;
		font-weight: bold;
		box-sizing: border-box;
		color: #000000;
	}
	.item_style_4 .item .inner .info .name {
		font-size: 14px;
		height: 50px;
		box-sizing: border-box;
		color: #000000;
		font-weight: normal;
	}
	.item_style_4 .item .inner .price {
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 60%;
		position: absolute;
		right: 0px;
		bottom: 0;
		box-sizing: border-box;
		color: #ffd200;
		height: 35px;
		line-height: 28px;
		padding: 0 0 0 10px;
		background-color: #484848;
		-webkit-transition: all linear 200ms;
		-moz-transition: all linear 200ms;
		-o-transition: all linear 200ms;
		transition: all linear 200ms;
	}
	.item_style_4 .item .inner:hover .price {
		background-color: #000000;
		width: 63%;
	}
	.item_style_4 .item .inner .details {
		width: 70px;
		height: 35px;
		line-height: 35px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		box-sizing: border-box;
		border: 1px solid #ffe468;
		float: right;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #ffd200;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.item_style_4 .item {
		width: 33.333%;
		float: left;
		position: relative;
		padding: 10px 5px 0px 5px;
		box-sizing: border-box;
		margin: 0 0 0 0;
	}
	.item_style_4 .item .inner {
		display: block;
		width: 100%;
		height: auto;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #b1b1b1;
	}
	.item_style_4 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_4 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 100%;
		padding: 10px;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_4 .item .inner .image_box .image {
		height: 150px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		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_4 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_4 .item .inner .info .brand {
		font-weight: normal;
		font-size: 18px;
		box-sizing: border-box;
		color: #000000;
	}
	.item_style_4 .item .inner .info .name {
		font-size: 14px;
		height: 40px;
		box-sizing: border-box;
		color: #000000;
		font-weight: normal;
	}
	.item_style_4 .item .inner .price {
		float: left;
		width: 70%;
		font-size: 16px;
		font-weight: normal;
		box-sizing: border-box;
		color: #ffd200;
		height: 35px;
		line-height: 28px;
		padding: 0 0 0 10px;
		background-color: #484848;
		-webkit-transition: all linear 200ms;
		-moz-transition: all linear 200ms;
		-o-transition: all linear 200ms;
		transition: all linear 200ms;
	}
	.item_style_4 .item .inner:hover .price {
		background-color: #000000;
		right: 60px;
		font-size: 18px;
	}
	.item_style_4 .item .inner .details {
		float: left;
		width: 30%;
		height: 35px;
		line-height: 35px;
		box-sizing: border-box;
		border: 1px solid #ffe468;
		float: right;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #ffd200;
	}
}
@media screen and (min-width: 801px) {
	.item_style_4 .item {
		width: 100%;
		position: relative;
		padding: 5px 10px 5px 10px;
		box-sizing: border-box;
		margin: 0 0 0 0;
	}
	.item_style_4 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #b1b1b1;
	}
	.item_style_4 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_4 .item .inner .image_box {
		overflow: auto;
		width: 35%;
		height: 100%;
		padding: 5px;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_4 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		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_4 .item .inner .info {
		overflow: auto;
		width: 65%;
		height: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_4 .item .inner .info .brand {
		font-weight: bold;
		font-size: 1em;
		box-sizing: border-box;
		color: #000000;
	}
	.item_style_4 .item .inner .info .name {
		font-size: 1em;
		height: 60px;
		box-sizing: border-box;
		color: #000000;
		font-weight: normal;
	}
	.item_style_4 .item .inner .price {
		float: left;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		width: 100px;
		position: absolute;
		right: 60px;
		bottom: 0;
		box-sizing: border-box;
		color: #ffd200;
		height: 25px;
		line-height: 25px;
		padding: 0 0 0 10px;
		background-color: #484848;
		-webkit-transition: all linear 200ms;
		-moz-transition: all linear 200ms;
		-o-transition: all linear 200ms;
		transition: all linear 200ms;
	}
	.item_style_4 .item .inner:hover .price {
/*
		background-color: #000000;
		right: 60px;
		font-size: 18px;
*/
	}
	.item_style_4 .item .inner .details {
		width: 60px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 0;
		right: 0px;
		box-sizing: border-box;
/*		border: 1px solid #ffe468;*/
		float: right;
		font-size: 10px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #ffd200;
	}
}