.item_style_3_box{
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Poppins', sans-serif;
}
.item_style_3_box .item_style_3 .inner{
	height: 100%;
}
@media screen and (max-width: 500px) {
	.item_style_3 {
		float: left;
		width: 50%;
		min-width: 140px;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
		position: relative;
	}
	.item_style_3 .inner {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		text-align: center;
		border: 1px solid #e6e6ff;
		padding: 10px 10px 55px 10px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.item_style_3 .inner .image {
		aspect-ratio:1/1.2;
		width: 100%;
		background-image: url(images/item_list_sample_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	.item_style_3 .inner .brand {
		font-weight: bolder;
		font-size: 16px;
		box-sizing: border-box;
	}
	.item_style_3 .inner .desc {
		font-size: 14px;
	}
	.item_style_3 .inner .cost {
		margin: 0 auto;
		width: 80%;
		background-color: blue;
		border-radius: 5px;
		font-weight: bolder;
		font-size: 16px;
		color: white;
		position: absolute;
		bottom: 9px;
		left: 0;
		right: 0;
		padding: 2px 20px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.item_style_3 {
		float: left;
		width: 50%;
		min-width: 150px;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
		position: relative;
	}
	.item_style_3 .inner {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		text-align: center;
		border: 1px solid #e6e6ff;
		padding: 10px 10px 30px 10px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.item_style_3 .inner .image {
		aspect-ratio:1/1.2;
		width: 100%;
		background-image: url(images/item_list_sample_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	.item_style_3 .inner .brand {
		font-weight: bolder;
		font-size: 14px;
		box-sizing: border-box;
	}
	.item_style_3 .inner .desc {
		font-size: 12px;
	}
	.item_style_3 .inner .cost {
		margin: 0 auto;
		width: 100px;
		background-color: blue;
		border-radius: 100px;
		font-weight: bolder;
		font-size: 11px;
		color: white;
		position: absolute;
		bottom: 9px;
		left: 0;
		right: 0;
	}
}
@media screen and (min-width: 801px) {
	.item_style_3 {
		float: left;
		width: 20%;
		min-width: 150px;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
		position: relative;
	}
	.item_style_3 .inner {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: relative;
		text-align: center;
		border: 1px solid #e6e6ff;
		padding: 10px 10px 30px 10px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.item_style_3 .inner .image {
		aspect-ratio:1/1.2;
		width: 100%;
		background-image: url(images/item_list_sample_image.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	.item_style_3 .inner .brand {
		font-weight: bolder;
		font-size: 16px;
		box-sizing: border-box;
	}
	.item_style_3 .inner .desc {
		font-size: 16px;
	}
	.item_style_3 .inner .cost {
		margin: 0 auto;
		background-color: blue;
		border-radius: 5px;
		font-weight: bolder;
		font-size: 16px;
		color: white;
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		padding: 2px 40px;
		box-sizing: border-box;
		display: inline-block;
		max-width: 150px;
	}
}
.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;
}