.hhbn-buy-now {
	margin-top: 8px;
	background: #029e7c !important;
	border-color: #029e7c !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(214, 168, 79, .18);
}

.hhbn-buy-now:hover,
.hhbn-buy-now:focus {
	background: #013b2e !important;
	border-color: #013b2e !important;
	color: #fff !important;
}

.woocommerce ul.products li.product .hhbn-buy-now--loop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 8px 18px 0;
}

.woocommerce div.product form.cart .hhbn-buy-now--single {
	margin-left: 8px;
}

@media (max-width: 640px) {
	.woocommerce div.product form.cart .hhbn-buy-now--single {
		margin-left: 0;
	}
}
