body.woocommerce-cart .shop_table a.remove {
	border: none;
	color: #000;
	text-decoration: underline;
	text-align: center;
	width: 80px;
	margin-top: 10px;
}
body.woocommerce-cart .shop_table .product-quantity input[type='button'].is-form,
body.woocommerce-cart .shop_table .quantity input[type="number"]{
	border: none;
	background: none;
	box-shadow: none;
}
body.woocommerce-cart .shop_table tr td,body.woocommerce-cart .shop_table tr th{
	border: none;
}
body.woocommerce-cart .shop_table tr td.product-thumbnail {
    min-width: 60px;
    max-width: 180px;
}
body.woocommerce-cart .cart-collaterals .cart_totals{
	background: #f8f8f8;
	padding: 25px;
}
body.woocommerce-cart td.product-remove a.remove
{
    color: #000;
    border: none;
}
@media screen and (min-width:550px){
	body.woocommerce-cart .shop_table tr td.product-thumbnail {
		width: 150px;
	}
	.row-divided>.col+.col:not(.large-12) {
		border: none;
 }
}
@media screen and (max-width:549px){
	body.woocommerce-cart .shop_table tr td.product-thumbnail {
		width: 60px;
	}
}
