@media screen and (max-width: 500px) {
	section.item_style_3 .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		overflow: auto;
		padding: 20px 5px;
		box-sizing: border-box;
	}
	section.item_style_3 .wrap .item {
		width: 50%;
		float: left;
		text-align: center;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	section.item_style_3 .wrap .item .inner {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		-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);
	}
	section.item_style_3 .wrap .item .image {
		height: 140px;
		width: 100%;
		background-image: url(images/item_list_sample_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	section.item_style_3 .wrap .item .brand {
		font-weight: bolder;
		font-size: 14px;
		line-height: 15px;
		padding: 4px 2px;
		box-sizing: border-box;
		height: 40px;
	}
	section.item_style_3 .wrap .item .desc {
		height: 30px;
		padding: 0px 2px;
		font-size: 13px;
		line-height: 16px;
		height: 50px;
		margin-bottom: 13px;
	}
	section.item_style_3 .wrap .item .view {
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: auto;
		height: 30px;
		line-height: 32px;
		width: 60px;
		background-image: url(images/item_list_view_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		font-weight: bolder;
		font-size: 9px;
		color: white;
		text-decoration: none;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.item_style_3 .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		overflow: auto;
		padding: 20px 5px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	section.item_style_3 .wrap .item {
		width: 180px;
		float: left;
		text-align: center;
		position: relative;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	section.item_style_3 .wrap .item .inner {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		-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);
	}
	section.item_style_3 .wrap .item .image {
		height: 220px;
		width: 100%;
		background-image: url(images/item_list_sample_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	section.item_style_3 .wrap .item .brand {
		font-weight: bolder;
		font-size: 14px;
		line-height: 15px;
		padding: 4px 2px;
		box-sizing: border-box;
		height: 40px;
	}
	section.item_style_3 .wrap .item .desc {
		height: 30px;
		padding: 0px 2px;
		font-size: 12px;
		line-height: 16px;
		height: 50px;
		margin-bottom: 13px;
	}
	section.item_style_3 .wrap .item .view {
		position: absolute;
		bottom: -11px;
		left: 0;
		right: 0;
		margin: auto;
		height: auto;
		padding: 2px 0;
		line-height: 32px;
		width: 80px;
		background-image: url(images/item_list_view_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		font-weight: bolder;
		font-size: 11px;
		color: white;
		text-decoration: none;
		display: block;
	}
}
@media screen and (min-width: 801px) {
	section.item_style_3 .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1300px;
		overflow: auto;
		padding: 70px 5%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.item_style_3 .wrap .item {
		width: 20%;
		min-width: 220px;
		float: left;
		text-align: center;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
	}
	section.item_style_3 .wrap .item .inner {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		-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);
	}
	section.item_style_3 .wrap .item .image {
		height: 180px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	section.item_style_3 .wrap .item .brand {
		font-weight: bolder;
		font-size: 15px;
		padding: 5px;
		box-sizing: border-box;
	}
	section.item_style_3 .wrap .item .desc {
		height: 45px;
		width: 100%;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 15px;
		padding: 0 10px;
		box-sizing: border-box;
		word-break: break-word;
	}
	section.item_style_3 .wrap .item .view {
		position: absolute;
		bottom: 1px;
		left: 0;
		right: 0;
		margin: auto;
		height: 35px;
		width: 70px;
		background-image: url(images/item_list_view_bg.png);
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		font-weight: bolder;
		font-size: 10px;
		line-height: 35px;
		color: white;
		cursor: pointer;
	}
}
.item_style_3 .discount_id_1_old_price {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #ffd200;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}