@media screen and (max-width: 500px) {
	.item_style_5 .item {
		width: 100%;
		float: left;
		position: relative;
		padding: 5px 0;
		box-sizing: border-box;
		margin: 0 0 0 0;
	}
	.item_style_5 .item .inner {
		display: block;
		width: 100%;
		height: 127px;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #b1b1b1;
	}
	.item_style_5 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_5 .item .inner .image_box {
		overflow: auto;
		width: 35%;
		height: 100%;
		padding: 0px;
		border: solid 0px #b1b1b1;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_5 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		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_5 .item .inner .info {
		overflow: auto;
		width: 65%;
		height: 100%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		color: black;
		position: relative;
	}
	.item_style_5 .item .inner .info .brand {
		font-weight: bold;
		font-size: 16px;
		box-sizing: border-box;
		color: #000000;
	}
	.item_style_5 .item .inner .info .name {
		font-size: 14px;
		height: 40px;
		box-sizing: border-box;
		color: #000000;
		font-weight: normal;
	}
	.item_style_5 .item .inner .info .discount {
		background-color: #001e6f;
		color: white;
		padding: 5px;
		text-align: center;
		width: 30px;
		position: absolute;
		bottom: 20px;
		right: 24%;
		font-size: 12px;
		font-weight: bold;
		z-index: 02;
		border-radius: 50%;
	}
	.item_style_5 .item .inner .price {
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 65%;
		position: absolute;
		right: 0px;
		bottom: 0;
		box-sizing: border-box;
		color: #ffd200;
		height: 40px;
		line-height: 35px;
		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_5 .item .inner:hover .price {
		background-color: #000000;
		/*
		right: 60px;
		font-size: 18px;
*/
	}
	.item_style_5 .item .inner .details {
		width: 20%;
		height: 40px;
		line-height: 40px;
		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_5 .item {
		width: 50%;
		float: left;
		position: relative;
		padding: 5px;
		box-sizing: border-box;
		margin: 0 0 0 0;
		overflow: auto;
	}
	.item_style_5 .item .inner {
		display: block;
		width: 100%;
/*		height: 127px;*/
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #b1b1b1;
	}
	.item_style_5 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_5 .item .inner .image_box {
		overflow: auto;
		width: 120px;
		height: 150px;
		padding: 0px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
		margin: 0 auto;
	}
	.item_style_5 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		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_5 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 5px;
		box-sizing: border-box;
		color: black;
/*		position: relative;*/
		text-align: center;
	}
	.item_style_5 .item .inner .info .brand {
		font-weight: bold;
		font-size: 16px;
		box-sizing: border-box;
		color: #000000;
	}
	.item_style_5 .item .inner .info .name {
		font-size: 14px;
		height: 40px;
		box-sizing: border-box;
		color: #000000;
		font-weight: normal;
	}
	.item_style_5 .item .inner .info .discount {
		background-color: #001e6f;
		color: white;
		padding: 5px;
		text-align: center;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 11px;
		right: 5px;
		font-size: 10px;
		line-height: 10px;
		z-index: 02;
		border-radius: 50%;
	}
	.item_style_5 .item .inner .price {
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 65%;
		right: 0px;
		bottom: 0;
		box-sizing: border-box;
		color: #ffd200;
		height: 35px;
		line-height: 35px;
		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_5 .item .inner:hover .price {
		background-color: #000000;
	}
	.item_style_5 .item .inner .details {
		width: 35%;
		height: 35px;
		line-height: 40px;
		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: 801px) {
	.item_style_5 .item {
		width: 25%;
		float: left;
		position: relative;
		padding: 5px;
		box-sizing: border-box;
		margin: 0 0 0 0;
	}
	.item_style_5 .item .inner {
		display: block;
		width: 100%;
		height: 127px;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #b1b1b1;
	}
	.item_style_5 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_5 .item .inner .image_box {
		overflow: auto;
		width: 35%;
		height: 100%;
		padding: 0px;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_5 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		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_5 .item .inner .info {
		overflow: auto;
		width: 65%;
		height: 100%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		color: black;
		position: relative;
	}
	.item_style_5 .item .inner .info .brand {
		font-weight: bold;
		font-size: 16px;
		box-sizing: border-box;
		color: #000000;
	}
	.item_style_5 .item .inner .info .name {
		font-size: 14px;
		height: 40px;
		box-sizing: border-box;
		color: #000000;
		font-weight: normal;
	}
	.item_style_5 .item .inner .info .discount {
		background-color: #001e6f;
		color: white;
		padding: 5px;
		text-align: center;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 70px;
		right: 49px;
		font-size: 10px;
		line-height: 10px;
		z-index: 02;
		border-radius: 50%;
	}
	.item_style_5 .item .inner .price {
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 65%;
		position: absolute;
		right: 0px;
		bottom: 0;
		box-sizing: border-box;
		color: #ffd200;
		height: 35px;
		line-height: 35px;
		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_5 .item .inner:hover .price {
		background-color: #000000;
	}
	.item_style_5 .item .inner .details {
		width: 20%;
		height: 35px;
		line-height: 40px;
		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;
	}
}