.list_view_only {
	display:none !important;
}

.show_list_view .list_view_only {
	display:block !important;
}

.show_list_view .short-description {
	display:block !important;
	font-size:100%;
}

.show_list_view .products li {
	width:100%;
	float:none;
}

.show_list_view .products li .product-image {
	width:100%;
	width:270px;
	float:left;
}

.show_list_view .products li .info {
	margin-left:300px;
}

.show_list_view .products li .info .text-center {
	text-align:left !important;
}

.show_list_view .products li p.name {
	font-size:30px;
}

.show_list_view .products h5.category { display:none; }

.show_list_view .products .tx-div { display:none; }

.show_list_view .products li .inner-wrap {
	padding-bottom:15px;
	border-bottom:2px solid #ddd;
}

@media screen and (max-width: 560px) {
    .show_list_view .products li .product-image {
		width:40%;
		margin-right:14px;
		margin-bottom:10px;
	}

	.show_list_view .products li .info {
		margin-left:0px;
	}
}