/* .tooltip {
	display: none;
}

.products-container .products-item a.grid-link:hover .tooltip {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #7BB52D;
	padding: 10px;
	color: #fff;
} */

a.btba-jump-to-main-content {
	display: none;
}