#viewcontrols {
	position: absolute;
    right: 16px;
    top: 3px;
}
.btn.btn-default.active {
	background-color: #0083d7;	
}
.btn-group .dropdown-menu {
	top: 32px;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
	min-width: 167px;
}
/* List */
.list .item {
	width: 100%;
	margin-left: 0px;
}
.product-list.list li.item {
	background-color: #fbfbfb;
}
ul.product-list.list .thumbnail {
    width: 35%;
	float: left;
}
ul.product-list.list .description {
	width: 65%;
	float: left;	
}
ul.product-list.list .description .text-area {
	display: block;
    padding: 10px 15px;
}
.list .inner {
    background-color: #fff;
}
.shop-products .list .inner.darken {
    background-color: transparent;
    border-top: none;
    bottom: 0;
    position: absolute;
    right: 0;
}
/* Grid */
ul.product-list .description .text-area {
	display: none;
}