@media (max-width: 767px) {
	.otherproductlist {
		display: block;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
	}

	.otherproductlist li.each-product:nth-child(2n+3) {
		clear: both;
	}

	.otherproductlist li.each-product {
		width: 50%;
		margin: 0;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 25px;
	}
}
