.tenda-free-download-wrap {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5em;
}

.woocommerce div.product form.cart {
	display: inline-block;
}

.woocommerce div.product form.cart::after {
	content: "";
	display: table;
	clear: both;
}

.tenda-free-download-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.62em 1.4em;
	background: #2bb3c0 !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0 !important;
	font-weight: 600;
	text-decoration: none;
	box-shadow: none !important;
	transition: background 0.15s ease;
	vertical-align: top;
}

.tenda-free-download-button.button::before {
	content: "\2193";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 700;
}

.tenda-free-download-button.button:hover,
.tenda-free-download-button.button:focus {
	background: #1e8b96 !important;
	color: #ffffff !important;
}

.tenda-free-download-button.button:active {
	background: #14646d !important;
}

.woocommerce ul.products li.product .tenda-free-download-button.button {
	display: block;
	margin-top: 0.5em !important;
	text-align: center;
}
