.tab-row .tab {
    width: 150px;
}

/* Add / Remove bookmark */
.bookmarkproducts-button {
	display: none;
}
.bookmarkproducts-button.visible {
	display: inline-block;
}
.bookmarkproducts-buttons-product-container .bookmarkproducts-button {
	font-weight: bold;
}
.bookmarkproducts-buttons-product-container .bookmarkproducts-button:before {
	cursor: pointer;
    height: 30px;
    margin: 0 6px 0 0;
    text-align: center;
    width: 30px;
}
.bookmarkproducts-buttons-product-container a.bookmarkproducts-button-remove:before {
    content: "\f02e";
    font: 400 15px/31px "FontAwesome";
}
.bookmarkproducts-buttons-product-container a.bookmarkproducts-button-add:before {
	
	content: "\f097";
    font: 400 15px/31px "FontAwesome";
}
.bookmarkproducts-buttons-list-container {
	padding-top: 10px;
}
.bookmarkproducts-buttons-list-container a.bookmarkproducts-button-remove:before {
    color: #FFD700;
	content: "\f02e";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.bookmarkproducts-buttons-list-container a.bookmarkproducts-button-add:before {
	content: "\f097";
    font-family: "FontAwesome";
    margin-right: 10px;
}
#bookmarks_block #bookmarks_block_no_products {
	margin: 0.5em 0;
	text-align: center;
}
#bookmarks_block a.ajax_bookmarks_block_remove_link {
	padding: 0;
	margin: 0 0 0 8px;
	float: right;
}
#bookmarks_block a.ajax_bookmarks_block_remove_link:before {
	content: "\f014";
}
#bookmarks_block a.ajax_bookmarks_block_remove_link:hover {
	text-decoration: none;
}
#bookmarks_block span.price {
	color: #990000;
	float: right;
}
