@media screen and (max-width: 500px) {
	.item_style_3 .item {
		width: 50%;
		/* min-width: 200px; */
		float: left;
		position: relative;
		padding: 10px 10px 15px 10px;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_3 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		/*		padding: 10px;*/
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #001e6f;
		border-radius: 0 0 10px 10px;
		border: 1px solid #e3e3e3;
	}
	.item_style_3 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_3 .item .inner:hover {
		/*
		-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);
*/
	}
	.item_style_3 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_3 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_3 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 180px;
		padding: 2px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_3 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		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_3 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	.item_style_3 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 5px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_3 .item .inner .info .brand {
		font-weight: normal;
		font-size: 16px;
		padding: 5px 0;
		box-sizing: border-box;
		color: #ffb400;
	}
	.item_style_3 .item .inner .info .name {
		font-size: 13px;
		height: 50px;
		box-sizing: border-box;
		color: white;
		font-weight: normal;
	}
	.item_style_3 .item .inner .price {
		float: left;
		font-size: 12px;
		font-weight: normal;
		width: 60%;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		/* text-align: center; */
		color: white;
		height: 40px;
		line-height: 40px;
		text-indent: 5px;
	}
	.item_style_3 .item .inner .details {
		width: 70px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		box-sizing: border-box;
		border: 1px solid #cbcbcb;
		float: right;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #bababa;
		border-radius: 10px 0 0 0;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	.item_style_3{
		
	}
	.item_style_3 .item {
		width: 25%;
		min-width: 180px;
		float: left;
		position: relative;
		padding: 10px 10px 15px 10px;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_3 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		/*		padding: 10px;*/
		overflow: auto;
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #001e6f;
		border-radius: 0 0 10px 10px;
		border: 1px solid #e3e3e3;
	}
	.item_style_3 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_3 .item .inner:hover {
		/*
		-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);
*/
	}
	.item_style_3 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_3 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_3 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 180px;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_3 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		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_3 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	.item_style_3 .item .inner .info {
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0 15px;
		box-sizing: border-box;
		color: black;
	}
	.item_style_3 .item .inner .info .brand {
		font-weight: normal;
		font-size: 16px;
		padding: 5px 0;
		box-sizing: border-box;
		color: #ffb400;
	}
	.item_style_3 .item .inner .info .name {
		font-size: 13px;
		height: 50px;
		box-sizing: border-box;
		color: white;
		font-weight: normal;
	}
	.item_style_3 .item .inner .price {
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		color: white;
		height: 40px;
		line-height: 40px;
	}
	.item_style_3 .item .inner .details {
		width: 70px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		box-sizing: border-box;
		border: 1px solid #cbcbcb;
		float: right;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #bababa;
		border-radius: 50px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	}
}
@media screen and (min-width: 801px) {
	.item_style_3 .item {
		width: 20%;
		min-width: 200px;
		float: left;
		position: relative;
		padding: 10px 10px 15px 10px;
		box-sizing: border-box;
		margin: 0 0 0px 0;
	}
	.item_style_3 .item .inner {
		display: block;
		width: 100%;
		height: 100%;
		/*		padding: 10px;*/
		position: relative;
		box-sizing: border-box;
		text-decoration: none;
		background-color: #001e6f;
		border: 1px solid #e3e3e3;
		overflow: hidden;
	}
	.item_style_3 .item .inner .coming_soon {
		position: absolute;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		background-color: #ffd200;
	}
	.item_style_3 .item .inner:hover {
		/*
		-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);
*/
	}
	.item_style_3 .item .inner:active {
		/*		color: #8c37ff;*/
	}
	.item_style_3 .item .inner:visited {
		/*		color: #001089;*/
	}
	.item_style_3 .item .inner .image_box {
		overflow: auto;
		width: 100%;
		height: 180px;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #f4f4f4;
	}
	.item_style_3 .item .inner .image_box .image {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		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_3 .item .inner:hover .image_box .image {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	.item_style_3 .item .inner .info {
		width: 100%;
		height: auto;
		padding: 0 15px;
		box-sizing: border-box;
		color: black;
		overflow: hidden;
	}
	.item_style_3 .item .inner .info .brand {
		font-weight: normal;
		font-size: 13px;
		padding: 5px 0;
		box-sizing: border-box;
		color: #ffb400;
	}
	.item_style_3 .item .inner .info .name {
		font-size: 14px;
		height: 50px;
		box-sizing: border-box;
		color: white;
		font-weight: normal;
	}
	.item_style_3 .item .inner .price {
		float: left;
		font-size: 14px;
		font-weight: normal;
		width: 50%;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		color: white;
		height: 40px;
		line-height: 40px;
	}
	.item_style_3 .item .inner .details {
		width: 70px;
		height: 25px;
		line-height: 25px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		box-sizing: border-box;
		border: 1px solid #cbcbcb;
		float: right;
		font-size: 11px;
		font-weight: bold;
		margin: 0 auto;
		box-sizing: border-box;
		color: #000000;
		text-align: center;
		background-color: #bababa;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	}
}