@media(max-width:767px) {	
.desktop-view{
		display: none;
	}
	.mobile-veiw{
		display: block;
	}
	#cart_summary > thead > tr > th{
		width: 100%;
	}
	.cart_item li {
	    margin-top: 10px;
	    text-align: left;
	}
}