@media screen and (max-width: 500px) {
	.item_style_0 {
		float: left;
		width: 50%;
		min-width: 150px;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
		cursor: pointer;
		text-decoration: none;
		position: relative;
	}
	.item_style_0 .inner {
		width: 100%;
		height: 100%;
		background-image: url(images/list_item_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		padding: 4px 7px 50px 7px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	.item_style_0 .inner:hover {}
	.item_style_0 .inner .anmt_light {
		position: absolute;
		top: 10%;
		left: 0;
		height: 80%;
		width: 100%;
		opacity: 0;
		background-image: url(images/list_item_light.png);
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size: 100% 100%;
		-webkit-transition: all linear 600ms;
		-moz-transition: all linear 600ms;
		-o-transition: all linear 600ms;
		transition: all linear 600ms;
	}
	.item_style_0 .inner:hover .anmt_light {
		top: 30%;
		opacity: 1;
	}
	.item_style_0 .inner .coming_soon {
		height: 30px;
		width: 100%;
		background-image: url(images/list_item_lights.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: auto;
	}
	.item_style_0 .inner .image {
		background-color: rgba(255, 255, 255, 1);
		height: 37vw;
		width: 90%;
		margin: 0 auto 0px auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		pointer-events: none;
		position: relative;
		clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0 100%, 0 5.5%);
	}
	.item_style_0:hover .image {
		background-size: cover;
	}
	.item_style_0 .inner .image .fcy_glass {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: url(images/list_item_glass.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.item_style_0 .inner .brand {
		font-weight: bold;
		font-size: 17px;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		z-index: 1;
		position: relative;
	}
	.item_style_0 .inner .desc {
		text-align: center;
		font-size: 16px;
		line-height: 18px;
		word-break: break-word;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		z-index: 1;
		position: relative;
	}
	.item_style_0 .inner .cost {
		text-align: center;
		color: #ffde00;
		font-weight: bold;
		padding: 5px;
		box-sizing: border-box;
		font-size: 18px;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.item_style_0 .inner .cost span {}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.item_style_0 {
		float: left;
		width: 33.3333%;
		min-width: 180px;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
		cursor: pointer;
		text-decoration: none;
		position: relative;
	}
	.item_style_0 .inner {
		width: 100%;
		height: 100%;
		background-image: url(images/list_item_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		padding: 4px 7px 50px 7px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	.item_style_0 .inner:hover {}
	.item_style_0 .inner .anmt_light {
		position: absolute;
		top: 10%;
		left: 0;
		height: 80%;
		width: 100%;
		opacity: 0;
		background-image: url(images/list_item_light.png);
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size: 100% 100%;
		-webkit-transition: all linear 600ms;
		-moz-transition: all linear 600ms;
		-o-transition: all linear 600ms;
		transition: all linear 600ms;
	}
	.item_style_0 .inner:hover .anmt_light {
		top: 30%;
		opacity: 1;
	}
	.item_style_0 .inner .coming_soon {
		height: 30px;
		width: 100%;
		background-image: url(images/list_item_lights.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: auto;
	}
	.item_style_0 .inner .image {
		background-color: rgba(255, 255, 255, 1);
		height: 26vw;
		width: 90%;
		margin: 0 auto 0px auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		pointer-events: none;
		position: relative;
		clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0 100%, 0 5.5%);
	}
	.item_style_0:hover .image {
		background-size: cover;
	}
	.item_style_0 .inner .image .fcy_glass {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: url(images/list_item_glass.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.item_style_0 .inner .brand {
		font-weight: bold;
		font-size: 17px;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		z-index: 1;
		position: relative;
	}
	.item_style_0 .inner .desc {
		text-align: center;
		font-size: 16px;
		line-height: 18px;
		word-break: break-word;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		z-index: 1;
		position: relative;
	}
	.item_style_0 .inner .cost {
		text-align: center;
		color: #ffde00;
		font-weight: bold;
		padding: 5px;
		box-sizing: border-box;
		font-size: 18px;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.item_style_0 .inner .cost span {}
}
@media screen and (min-width: 801px) {
	.item_style_0 {
		float: left;
		width: 20%;
		min-width: 200px;
		overflow: auto;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 10px;
		cursor: pointer;
		text-decoration: none;
		position: relative;
	}
	.item_style_0 .inner {
		width: 100%;
		height: 100%;
		background-image: url(images/list_item_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		padding: 4px 7px 50px 7px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	.item_style_0 .inner:hover {}
	.item_style_0 .inner .anmt_light {
		position: absolute;
		top: 10%;
		left: 0;
		height: 80%;
		width: 100%;
		opacity: 0;
		background-image: url(images/list_item_light.png);
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size: 100% 100%;
		-webkit-transition: all linear 600ms;
		-moz-transition: all linear 600ms;
		-o-transition: all linear 600ms;
		transition: all linear 600ms;
	}
	.item_style_0 .inner:hover .anmt_light {
		top: 30%;
		opacity: 1;
	}
	.item_style_0 .inner .coming_soon {
		height: 30px;
		width: 100%;
		background-image: url(images/list_item_lights.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: auto;
	}
	.item_style_0 .inner .image {
		background-color: rgba(255, 255, 255, 1);
		height: 18vw;
		width: 90%;
		margin: 0 auto 0px auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		-webkit-transition: all linear 300ms;
		-moz-transition: all linear 300ms;
		-o-transition: all linear 300ms;
		transition: all linear 300ms;
		pointer-events: none;
		position: relative;
		clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0 100%, 0 5.5%);
	}
	.item_style_0:hover .image {
		background-size: cover;
	}
	.item_style_0 .inner .image .fcy_glass {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: url(images/list_item_glass.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.item_style_0 .inner .brand {
		font-weight: bold;
		font-size: 17px;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		z-index: 1;
		position: relative;
	}
	.item_style_0 .inner .desc {
		text-align: center;
		font-size: 16px;
		line-height: 18px;
		word-break: break-word;
		padding: 5px;
		box-sizing: border-box;
		color: white;
		z-index: 1;
		position: relative;
	}
	.item_style_0 .inner .cost {
		text-align: center;
		color: #ffde00;
		font-weight: bold;
		padding: 5px;
		box-sizing: border-box;
		font-size: 18px;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.item_style_0 .inner .cost span {}
}
.item_style_0 .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;
}