/* Teacha Store — frontend buttons */

.pastila-teacha-single .stock,
.teacha-store-single .stock {
	margin: 0 0 10px;
}

.pastila-teacha-note,
.teacha-store-note {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
	color: #2e7d32;
}

/* Match theme add-to-cart button (green), do not force black. */
.woocommerce ul.products li.product a.button.pastila-teacha-btn,
.woocommerce ul.products li.product a.button.teacha-store-btn,
.pastila-teacha-single a.button.pastila-teacha-btn,
.teacha-store-single a.button.teacha-store-btn,
.single-product .pastila-teacha-single a.button,
#yith-quick-view-modal a.button.pastila-teacha-btn,
#yith-quick-view-content a.button.pastila-teacha-btn,
#yith-quick-view-modal a.button.teacha-store-btn {
	display: inline-block !important;
	background: #2E8852 !important;
	background-color: #2E8852 !important;
	background-image: none !important;
	color: #fff !important;
	border: none !important;
	border-radius: 5px !important;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	line-height: 1 !important;
	padding: 13px 17px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product a.button.pastila-teacha-btn:hover,
.woocommerce ul.products li.product a.button.teacha-store-btn:hover,
.pastila-teacha-single a.button.pastila-teacha-btn:hover,
.teacha-store-single a.button.teacha-store-btn:hover,
#yith-quick-view-modal a.button.pastila-teacha-btn:hover,
#yith-quick-view-modal a.button.teacha-store-btn:hover {
	background: #1F6E3F !important;
	background-color: #1F6E3F !important;
	color: #fff !important;
}

.pastila-teacha-single,
.teacha-store-single {
	margin: 12px 0 20px;
	clear: both;
	float: none !important;
	display: block;
	width: 100%;
}

#yith-quick-view-modal .pastila-teacha-single,
#yith-quick-view-modal .teacha-store-single {
	margin-top: 16px;
}
