/* Tecactiva - Bivi | Buy Now Button */

.tca-bivi-buy-now-button {
	margin-left: 10px !important;
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
	box-shadow: none !important;
}

.tca-bivi-buy-now-button:hover {
	background: #222 !important;
}

.tca-bivi-buy-now-button.disabled {
	opacity: .5;
	pointer-events: none;
}