/* Tlacitko "do kosiku" u produktu, ktery uz v kosiku je (www/js/cartButtonState.js) */
.addProduct.in-cart {
	position: relative;
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.addProduct.in-cart:hover,
.addProduct.in-cart:focus {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}

.addProduct .cart-qty-badge {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 9px;
	background-color: #d9534f;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	pointer-events: none;
}
