.ct-cart-actions .idoneos-buy-now {
	--item-order: 4;
	--item-width: 100%;
	flex: 1 1 100%;
	width: 100%;
	margin: 0;
	border: 0 !important;
	border-radius: 3px;
	background: #000 !important;
	color: #fff !important;
	box-shadow: none !important;
	cursor: pointer;
}

.ct-cart-actions .idoneos-buy-now:hover,
.ct-cart-actions .idoneos-buy-now:focus {
	background: #1a1a1a !important;
	color: #fff !important;
}

.ct-cart-actions .idoneos-buy-now.disabled,
.ct-cart-actions .idoneos-buy-now:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
