.product_btn{
display: none;
}
.product_btn a{
	display: block;
	width: 100%;
	background: #008f35;
	height: 40px;
	border: 0;
	box-sizing: border-box;
	padding-top: 11px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	margin-bottom: 15px;
}
.new_banner_mob{
	display: none;
}
.new_banner_mob img{
	width: 100%;
}
.new_banner img{
	width: 100%;
}
.mob_description_wpp{
	display: none;
}
@media only screen and (max-width:767px) {
	.product_btn{
		display: block;
	}
	.new_banner_mob{
		display: block;
	}
	.new_banner{
		display: none;
	}
	.mobile_table{
		padding-bottom: 10px;
		position: relative;
	}
	.mobile_table:before{
	display: none;	content: '';
		width: 7px;
		height: 11px;
		background: url("../img/arrow2.png") no-repeat;
		position: absolute;
		bottom: 6px;
		left: 3px;
	}
	.mobile_table:after{
	display:none;	content: '';
		width: 7px;
		height: 11px;
		background: url("../img/arrow1.png") no-repeat;
		position: absolute;
		bottom: 6px;
		right: 3px;
	}
}