/* General */
.bt-text-center {
	text-align: center;
}

.bt-text-ws-nowrap {
	white-space: nowrap;
}

.bt-m-0 {
	margin: 0 !important;
}

.bt-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.bt-px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.bt-text-decoration-none,
.bt-text-decoration-none > a {
	text-decoration: none !important;
}

.bt-text-color-link a {
	color: var( --bt-color-button-bg, #212121 ) !important;
}


.bt-text-color-link-hover:hover a {
	color: var( --bt-color-button-bg-hover, #757575 ) !important;
}

.bt-custom-link-style-1 a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	letter-spacing: 2px;
}

.bt-custom-link-style-1 a strong {
	position: relative;
	top: 2px;
}

.bt-custom-large-columns-gap {
	gap: 3.2em;
}

/* Products Grid */
.woocommerce-loop-product__title {
	margin-top: 20px !important;
}
.product-category a {
	font-size: 0.8rem;
	text-decoration: none;
}

/* Star Rating Color */
.star-rating::before {
	color: #24572e;
}
.star-rating span::before {
	color: #37994B;
}

/* Custom Newsletter Form */
.custom-newsletter-form .wpforms-form {
	display: flex;
	gap: 20px;
}
.custom-newsletter-form .wpforms-form .wpforms-field-container {
	width: 70%;
}
.custom-newsletter-form .wpforms-form .wpforms-submit-container {
	width: 30%;
	margin: 0 !important;
}
.custom-newsletter-form .wpforms-form .wpforms-submit-container button {
	min-height: 51px;
}
.custom-newsletter-form .wpforms-field input[type="email"] {
	background-color: #FFF !important;
}

@media screen and (max-width: 767px) {
	.custom-newsletter-form .wpforms-form {
		flex-wrap: wrap;
		gap: 0;
	}
		.custom-newsletter-form .wpforms-form .wpforms-field-container,
	.custom-newsletter-form .wpforms-form .wpforms-submit-container,
	.custom-newsletter-form .wpforms-form .wpforms-submit-container button{
		width: 100%;
		padding: 0;
	}
}

.custom-footer-newsletter-wrapper .athemes-blocks-background-image {
	object-fit: cover;
	object-position: center;
}

.custom-footer-newsletter-wrapper .athemes-blocks-block-container-wrapper {
	padding: 60px 60px 30px;
}

@media screen and (max-width: 767px) {
		.custom-footer-newsletter-wrapper .athemes-blocks-block-container-wrapper {
		padding: 30px 0 35px;
	}
	
	.custom-footer-newsletter-wrapper .wp-block-column-is-layout-flow {
		flex-basis: 100% !important;
	}
}

/* Page Header */
.botiga-custom-page-header,
.blog .page-header {
	padding: 80px 0 100px;
	background: var( --bt-color-content-cards-bg, #f5f5f5 );
}

.botiga-custom-page-header h1,
.blog .page-header h1 {
	margin: 0 !important;
}

/* Products Grid */
ul.products li.product .add_to_cart_button
{
		position: relative;
	  top: -10px;
}

/* Shop Categories Links */
.categories-wrapper .category-button {
	font-family: Source Serif Pro,serif;
}

/* Footer */
.bhfb-component-widget1 .widget-column > .widget:first-child,
.bhfb-component-widget2 .widget-column > .widget:first-child,
.bhfb-component-widget3 .widget-column > .widget:first-child,
.bhfb-component-widget4 .widget-column > .widget:first-child {
	margin-bottom: 0 !important;
}