.shop2-block.search-form {
	position: absolute;
	right: 0;
	top: 130px;
}

body .columns_box {
	padding-left: 0;
	max-width: 908px;
}

.product-item-thumb .product-image, .product-item-simple .product-image {
    height:250px;
    width: 250px;
}

.product-item-thumb {
	width: 253px;
}

.but10 {
	margin:0;
	float: left;
}


.shop2-product .product-details {
    width: 300px;
}

.shop2-product .form-add {
	width: 170px;
}

.product-item-thumb .product-price {
	float: right;
}

.product-item-thumb .product-article {
	display: none;
}

.product-item-thumb .product-compare {
	display: none;
}

.product-item-thumb .adaptive-table {
	display: none;
}

.product-item-thumb .product-amount .shop2-product-amount {
	display: none;
}

.product-item-thumb .product-bot:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.product-list.product-list-thumbs {
	    margin-right: 0;
	}
	
	.product-item-thumb .product-image>a>img, .product-item-thumb .product-image>a:hover>img {
		width: 100%;
	}
	
	.product-list .product-item-thumb {
		margin: 0 0 12px;
	}
}