@media screen and (max-width: 500px) {
	.product_list_style_1 {
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding: 5px;
		font-family: 'Roboto Condensed', sans-serif;
		max-width: 250px;
		display: table-cell;
	}
	.product_list_style_1 .innr {
		width: 100%;
		height: 100%;
		overflow: auto;
		border: 1px solid #bec3ff;
		box-sizing: border-box;
		padding: 10px;
		background-color: #f5f5f5;
		cursor: pointer;
	}
	.product_list_style_1 .innr .discount_amount {
		text-align: center;
		font-weight: bold;
		color: #fcf201;
		padding: 5px 0px;
		box-sizing: border-box;
		font-size: 15px;
		background-color: #0000ff;
	}
	.product_list_style_1 .innr .image {
		width: 100%;
		height: 31vw;
		background-image: url(images/);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		border-radius: 10px;
		background-color: white;
		margin-bottom: 10px;
	}
	.product_list_style_1 .innr .brand {
		font-size: 20px;
		font-weight: bold;
	}
	.product_list_style_1 .innr .desc {
		color: #585858;
		padding: 5px 0;
	}
	.product_list_style_1 .innr .price {
		color: #0000ff;
		font-weight: bold;
		font-size: 18px;
	}
	.product_list_style_1 .innr .price strike {
		color: grey;
		font-weight: normal;
		font-size: 16px;
		margin-left: 10px;
		display: none;
	}
	.product_list_style_1 .view {
		text-decoration: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.product_list_style_1 {
		width: 25%;
		float: left;
		box-sizing: border-box;
		padding: 12px;
		font-family: 'Roboto Condensed', sans-serif;
		max-width: 250px;
		display: table-cell;
	}
	.product_list_style_1 .innr {
		width: 100%;
		height: 100%;
		border: 1px solid #bec3ff;
		box-sizing: border-box;
		padding: 12px;
		background-color: #f5f5f5;
		cursor: pointer;
	}
	.product_list_style_1 .innr .discount_amount {
		text-align: center;
		font-weight: bold;
		color: #fcf201;
		padding: 5px 0px;
		box-sizing: border-box;
		font-size: 15px;
		background-color: #0000ff;
	}
	.product_list_style_1 .innr .image {
		width: 100%;
		height: 211px;
		background-image: url(images/);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		border-radius: 10px;
		background-color: white;
		margin-bottom: 10px;
	}
	.product_list_style_1 .innr .brand {
		font-size: 20px;
		font-weight: bold;
	}
	.product_list_style_1 .innr .desc {
		color: #585858;
		padding: 5px 0;
	}
	.product_list_style_1 .innr .price {
		color: #0000ff;
		font-weight: bold;
		font-size: 18px;
	}
	.product_list_style_1 .innr .price strike {
		color: grey;
		font-weight: normal;
		font-size: 16px;
		margin-left: 10px;
		display: none;
	}
	.product_list_style_1 .view {
		text-decoration: none;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	.product_list_style_1 {
		width: 33.3333%;
		float: left;
		overflow: auto;
		box-sizing: border-box;
		padding: 12px;
		font-family: 'Roboto Condensed', sans-serif;
		max-width: 250px;
		display: table-cell;
	}
	.product_list_style_1 .innr {
		width: 100%;
		height: auto;
		overflow: auto;
		border: 1px solid #bec3ff;
		box-sizing: border-box;
		padding: 12px;
		background-color: #f5f5f5;
		cursor: pointer;
	}
	.product_list_style_1 .innr .discount_amount {
		text-align: center;
		font-weight: bold;
		color: #fcf201;
		padding: 5px 0px;
		box-sizing: border-box;
		font-size: 15px;
		background-color: #0000ff;
	}
	.product_list_style_1 .innr .image {
		width: 100%;
		height: 211px;
		background-image: url(images/);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		border-radius: 10px;
		background-color: white;
		margin-bottom: 10px;
	}
	.product_list_style_1 .innr .brand {
		font-size: 20px;
		font-weight: bold;
	}
	.product_list_style_1 .innr .desc {
		color: #585858;
		padding: 5px 0;
	}
	.product_list_style_1 .innr .price {
		color: #0000ff;
		font-weight: bold;
		font-size: 18px;
	}
	.product_list_style_1 .innr .price strike {
		color: grey;
		font-weight: normal;
		font-size: 16px;
		margin-left: 10px;
		display: none;
	}
	.product_list_style_1 .view {
		text-decoration: none;
	}
}
@media screen and (min-width: 1201px) {
	.product_list_style_1 {
		width: 25%;
		float: left;
		overflow: auto;
		box-sizing: border-box;
		padding: 12px;
		font-family: 'Roboto Condensed', sans-serif;
		max-width: 250px;
		display: table-cell;
	}
	.product_list_style_1 .innr {
		width: 100%;
		height: auto;
		overflow: auto;
		border: 1px solid #bec3ff;
		box-sizing: border-box;
		padding: 12px;
		background-color: #f5f5f5;
		cursor: pointer;
	}
	.product_list_style_1 .innr .discount_amount {
		text-align: center;
		font-weight: bold;
		color: #fcf201;
		padding: 5px 0px;
		box-sizing: border-box;
		font-size: 15px;
		background-color: #0000ff;
	}
	.product_list_style_1 .innr .image {
		width: 100%;
		height: 211px;
		background-image: url(images/);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		border-radius: 10px;
		background-color: white;
		margin-bottom: 10px;
	}
	.product_list_style_1 .innr .brand {
		font-size: 20px;
		font-weight: bold;
	}
	.product_list_style_1 .innr .desc {
		color: #585858;
		padding: 5px 0;
	}
	.product_list_style_1 .innr .price {
		color: #0000ff;
		font-weight: bold;
		font-size: 18px;
	}
	.product_list_style_1 .innr .price strike {
		color: grey;
		font-weight: normal;
		font-size: 16px;
		margin-left: 10px;
		display: none;
	}
	.product_list_style_1 .view {
		text-decoration: none;
	}
}