@media screen and (max-width: 500px) {
	.view_item {
		width: 100%;
		height: auto;
		padding: 20px 10px;
		box-sizing: border-box;
		overflow: auto;
	}
	.view_item .wrap {
		width: 100%;
		height: 100%;
		margin: 0px auto;
		max-width: 1100px;
		overflow: auto;
		display: grid;
	}
	.view_item .item_info {
		width: 100%;
		box-sizing: border-box;
		order: 2;
	}
	.view_item .item_info>.innr {
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		color: #000000;
	}
	.view_item .item_info .innr .brand {
		margin: 0px 0;
		font-size: 30px;
	}
	.view_item .item_info .innr .name {
		margin: 2px 0;
		font-size: 20px;
	}
	.view_item .item_info .innr .vrnt_switch {
		width: 100%;
		overflow: auto;
	}
	.view_item .item_info .innr .vrnt_switch h1 {
		width: 100%;
		margin: 0;
		padding: 10px 0 10px 0;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.view_item .item_info .innr .vrnt_switch .item {
		width: 33.333%;
		height: auto;
		overflow: auto;
		padding: 5px 0;
		box-sizing: border-box;
		cursor: pointer;
		float: left;
	}
	.view_item .item_info .innr .vrnt_switch .item .innr {
		height: 20vw;
		width: 60%;
		margin: 0 auto;
		padding: 0 5px;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		clear: both;
	}
	.view_item .item_info .innr .vrnt_switch .item:hover .innr {
		border: 1px solid #ffd200;
	}
	.view_item .item_info .innr .vrnt_switch .item .vrnt_name {
		font-size: 13px;
		height: 100%;
		width: 100%;
		margin: 10px 0 0 0;
		box-sizing: border-box;
	}
	.view_item .item_info .innr .prc_an_qty {
		width: 100%;
		overflow: auto;
		background-color: #c6c6c6;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 5px;
		margin-top: 20px;
	}
	.view_item .item_info .innr .prc_an_qty .rating {}
	.view_item .item_info .innr .prc_an_qty .price {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		float: left;
		height: 35px;
		line-height: 35px;
	}
	.view_item .item_info .innr .prc_an_qty .vrnt_qty {
		overflow: auto;
		width: auto;
		height: 35px;
		float: left;
		position: relative;
		padding: 0 10px;
	}
	.view_item .item_info .innr .prc_an_qty .vrnt_qty select {
		width: 50px;
		height: 35px;
	}
	.view_item .item_info .innr .prc_an_qty .vrnt_qty option {}
	.view_item .item_info .innr .prc_an_qty .addcart {
		width: 100%;
		float: right;
		margin: 10px auto 0 auto;
		overflow: auto;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.view_item .item_info .innr .prc_an_qty .addcart .no_stock,
	.view_item .item_info .innr .prc_an_qty .addcart #cart_btn {
		background-color: #ffd200;
		padding: 9px 0;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		outline: none;
		width: 100%;
		cursor: pointer;
		border-width: 0px;
	}
	.view_item .imagery {
		width: 100%;
		float: left;
		overflow: auto;
		order: 1;
	}
	.view_item .imagery .lg_img {
		width: 70%;
		height: 250px;
		box-sizing: border-box;
		padding: 10px;
		margin: 0 auto;
	}
	.view_item .imagery .lg_img .innr {
		border: solid rgba(0, 0, 0, 0.5);
		border-width: 0 0 1px 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		box-sizing: border-box;
		pointer-events: none;
	}
	.view_item .imagery .item_img {
		width: 100%;
		height: auto;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
	}
	.view_item .imagery .item_img p {
		text-align: center;
		margin: 0;
	}
	.view_item .imagery .item_img .sm_img {
		width: 25%;
		height: 90px;
		padding: 5px;
		box-sizing: border-box;
		float: left;
	}
	.view_item .imagery .item_img .sm_img .innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		cursor: pointer;
		box-sizing: border-box;
	}
	.view_item .imagery .item_img .sm_img .innr:hover {
		border: 1px solid #ffd200;
	}
	.view_item .imagery .item_images img {
		width: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {}
@media screen and (min-width: 801px) {
	.view_item {
		width: 100%;
		height: auto;
		padding: 20px 0px;
		overflow: auto;
	}
	.view_item .wrap {
		width: 95%;
		height: 100%;
		margin: 0px auto;
		max-width: 1100px;
	}
	.view_item .item_info {
		float: left;
		width: 55%;
		padding: 10px;
		box-sizing: border-box;
	}
	.view_item .item_info>.innr {
		height: 100%;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		/*		background-color: #050068;*/
		position: relative;
		color: #000000;
		padding: 10px 10px 60px 10px;
	}
	.view_item .item_info .innr .brand {
		margin: 0px 0;
		font-size: 30px;
	}
	.view_item .item_info .innr .name {
		margin: 2px 0;
		font-size: 20px;
	}
	.view_item .item_info .innr .vrnt_switch {
		width: 100%;
		overflow: auto;
	}
	.view_item .item_info .innr .vrnt_switch h1 {
		width: 100%;
		margin: 0;
		padding: 10px 0 10px 0;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.view_item .item_info .innr .vrnt_switch .item {
		width: 100px;
		height: auto;
		overflow: auto;
		padding: 5px 0;
		box-sizing: border-box;
		cursor: pointer;
		float: left;
	}
	.view_item .item_info .innr .vrnt_switch .item .innr {
		height: 100px;
		width: 100%;
		padding: 0 5px;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		float: left;
	}
	.view_item .item_info .innr .vrnt_switch .item:hover .innr {
		border: 1px solid #ffd200;
	}
	.view_item .item_info .innr .vrnt_switch .item .vrnt_name {
		font-size: 13px;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0 0 0 10px;
		box-sizing: border-box;
	}
	.view_item .item_info .innr .prc_an_qty {
		width: 100%;
		overflow: auto;
		background-color: #c6c6c6;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 5px;
		margin-top: 20px;
	}
	.view_item .item_info .innr .prc_an_qty .rating {}
	.view_item .item_info .innr .prc_an_qty .price {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		float: left;
		height: 35px;
		line-height: 35px;
	}
	.view_item .item_info .innr .prc_an_qty .vrnt_qty {
		overflow: auto;
		width: auto;
		height: 35px;
		float: left;
		position: relative;
		padding: 0 10px;
	}
	.view_item .item_info .innr .prc_an_qty .vrnt_qty select {
		width: 50px;
		height: 35px;
	}
	.view_item .item_info .innr .prc_an_qty .vrnt_qty option {}
	.view_item .item_info .innr .prc_an_qty .addcart {
		width: 180px;
		float: right;
		margin: auto;
		overflow: auto;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.view_item .item_info .innr .prc_an_qty .addcart .no_stock,
	.view_item .item_info .innr .prc_an_qty .addcart #cart_btn {
		background-color: #ffd200;
		padding: 9px 0;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		outline: none;
		width: 100%;
		cursor: pointer;
		border-width: 0px;
	}
	.view_item .imagery {
		width: 45%;
		float: left;
		overflow: auto;
	}
	.view_item .imagery .lg_img {
		width: 100%;
		height: 350px;
		box-sizing: border-box;
		padding: 10px;
	}
	.view_item .imagery .lg_img .innr {
		border: solid rgba(0, 0, 0, 0.5);
		border-width: 0 0 1px 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		box-sizing: border-box;
		pointer-events: none;
	}
	.view_item .imagery .item_img {
		width: 100%;
		height: auto;
		overflow: auto;
		position: relative;
		box-sizing: border-box;
	}
	.view_item .imagery .item_img p {
		text-align: center;
		margin: 0;
	}
	.view_item .imagery .item_img .sm_img {
		width: 90px;
		height: 90px;
		padding: 10px;
		box-sizing: border-box;
		float: left;
	}
	.view_item .imagery .item_img .sm_img .innr {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: white;
		cursor: pointer;
		box-sizing: border-box;
	}
	.view_item .imagery .item_img .sm_img .innr:hover {
		border: 1px solid #ffd200;
	}
	.view_item .imagery .item_images img {
		width: 100%;
	}
}
/*section market*/
@media screen and (max-width: 500px) {
	section.mrkt {
		height: 23vw;
		max-height: 300px;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		background-image: url(images/prod_view_mrkt_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.item_style_2 {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: auto;
		background-color: #030039;
	}
	section.no_item {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 100px;
		box-sizing: border-box;
	}
	section.no_item h1 {
		text-align: center;
		font-size: 30px;
		color: #050068;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.mrkt {
		height: 23vw;
		max-height: 300px;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		background-image: url(images/prod_view_mrkt_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.item_style_2 {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: auto;
		background-color: #030039;
	}
	section.no_item {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 100px;
		box-sizing: border-box;
	}
	section.no_item h1 {
		text-align: center;
		font-size: 30px;
		color: #050068;
	}
}
@media screen and (min-width: 801px) {
	section.mrkt {
		height: 23vw;
		max-height: 300px;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		background-image: url(images/prod_view_mrkt_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.item_style_2 {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		overflow: auto;
		background-color: #030039;
	}
	section.no_item {
		margin: 0 auto;
		width: 100%;
		overflow: auto;
		max-width: 1000px;
		padding: 100px;
		box-sizing: border-box;
	}
	section.no_item h1 {
		text-align: center;
		font-size: 30px;
		color: #050068;
	}
}