/* AKWA SOLAR - WooCommerce Catalog Mode */

.akwa-catalog-cta.button,
.woocommerce a.akwa-catalog-cta.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 4px;
	background: #F36C21;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.akwa-catalog-cta.button:hover,
.woocommerce a.akwa-catalog-cta.button:hover,
.akwa-catalog-cta.button:focus,
.woocommerce a.akwa-catalog-cta.button:focus {
	background: #1F4F7A;
	color: #FFFFFF;
	text-decoration: none;
}

.akwa-catalog-cta.button:hover {
	transform: translateY(-1px);
}

.akwa-catalog-price-note {
	color: #4A5560;
	font-size: 14px;
	font-weight: 500;
}

.single-product .akwa-catalog-cta--single,
.single-product .akwa-catalog-cta--single-block {
	margin-top: 4px;
}
