/* Custom css goes here */

.products.wrapper .product-item .qty-box input{
	width:43px !important;
	height:30px;
	text-align:center;
	display:inline-block;
	border:solid 1px #dfdfdf;
}
.wishlist-index-index .product-item-inner .field.comment-box,.wishlist-index-index .product-item-inner .field.qty {
    display: none !important;
}

.wishlist-index-index .product-item-actions .action.edit {
 display: none;
}

.wishlist-index-index .actions-toolbar .action.tocart.primary {
	display: none;
}

.wishlist-index-index .action.update.primary {
	display: none;
}