body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	background-color: #fafbfc;
	overflow-x: hidden;
}

body,
.page {
	margin: 0;
	padding: 0;
}

.cover-image-block img {
	object-fit: cover;
}

.cover-image-wrap img {
	object-fit: cover;
	height: auto;
	display: flex;
	max-height: unset;
	min-height: inherit;
}

.cover-image-wrap {
	max-height: 460px;
	min-height: 350px;
	height: 100%;
}

.cover-image-block {
	position: relative;
}

.cover-text-wrap {
	padding-top: inherit;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 440px;
	width: 100%;
	flex-direction: column;
}

.cover-text-wrap img {
	background-color: rgba(255, 255, 255, 0.65);
}

main.site-main {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

p#breadcrumbs {
	width: 100%;
}

.yoast-breadcrumb-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

main.site-main {
	max-width: 1200px;
	padding: 0 15px;
}

a:visited {
	color: #404040;
}

a {
	color: #404040;
}

p.stock.out-of-stock {
	background: #e2401c;
	width: fit-content;
	color: #fff;
	font-weight: 300;
	font-size: 0.8rem;
	padding: 2px 10px;
	border-radius: 5px;
}

header.site-header .site-social-links {
	max-width: 240px;
	width: 100%;
	column-gap: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.site-header .site-social-links a {
	display: flex;
	max-width: 20px;
	width: 100%;
	height: 20px;
}

header.site-header .site-social-links a svg {
	fill: #fff;
}

header.site-header .site-social-links a img {
	max-width: 20px;
	height: auto;
}

header.site-header .site-brand-logo {
	max-width: 17%;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

header.site-header .site-brand-logo a {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

header.site-header .site-brand-logo a img {
	max-width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 55px;
	height: 100%;
}

header.site-header nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

header.site-header nav .navbar {
	align-items: center;
}

header.site-header nav .navbar .links {
	margin: 0;
	padding: 0;
}

nav .navbar {
	height: 100%;
	max-width: 1250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 0 50px;
}

nav .navbar .links {
	display: flex;
	flex-wrap: wrap;
}

nav .navbar .links li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0 14px;
}

nav .navbar .links li a {
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
	color: #404040;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

nav .navbar .links li .sub-menu {
	position: absolute;
	top: 70px;
	left: 0;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 4px 4px;
	display: none;
	z-index: 2;
	min-width: 160px;
	width: auto;
}

nav .navbar .logo a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

nav .navbar .nav-links {
	line-height: 70px;
	height: 100%;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
	transform: rotate(180deg);
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
	display: block;
}

.navbar .links li .sub-menu li {
	padding: 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
	color: #404040;
	font-size: 15px;
	font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
	line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 4px 4px 4px;
	z-index: 1;
	display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
	display: block;
}

.navbar .nav-links .sidebar-logo,
.navbar .bx-menu {
	display: none;
}

nav .navbar .links li .sub-menu {
	top: 100%;
	right: 0;
	margin-left: 0;
	margin-right: 10px;
}

nav .navbar .links {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navbar .links .sub-menu {
	line-height: normal;
	padding: 0;
	margin-right: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 4px 4px;
	background-color: rgba(36, 42, 53, 0.65);
	left: unset;
	top: 100%;
}

nav .navbar .links .sub-menu li {
	padding: 10px 25px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navbar .links li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navbar .links li:hover > a {
	color: #c3ce42;
}

nav .navbar .links li:hover > svg path {
	fill: #c3ce42;
}

header.site-header nav .navbar .nav-links {
	margin-right: auto;
	margin-left: auto;
	line-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

nav .navbar .links {
	gap: 10px;
}

nav .navbar .links li {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navbar .links li svg {
	height: auto;
	display: flex;
}

nav .navbar .links li svg path {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navbar .links li .arrow {
	height: 100%;
	text-align: center;
	color: #404040;
	transition: all 0.2s ease;
	line-height: normal;
	max-width: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navbar .links li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header_icons {
	display: flex;
	align-items: center;
	order: 3;
	max-width: 17%;
	width: 100%;
	justify-content: left;
	column-gap: 5px;
}

.header_icons svg path {
	fill: #404040;
}

.header_icons > div {
	display: flex;
	align-items: center;
	justify-content: center;
}


.header_icons > div a span {
	color: #fff;
	font-size: 11px;
	z-index: 999;
	background: #e91e63;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	line-height: normal;
	position: absolute;
	right: -10px;
	bottom: -5px;
}

.widget_shopping_cart_content.open {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 20%;
	background: #fff;
	min-height: 100vh;
}

.header_icons > div button#searchBoxBtn {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: inherit;
	line-height: normal;
	border: none;
	background: transparent;
}

.header_icons > div a:hover svg path,
.header_icons > div button#searchBoxBtn:hover svg path {
	fill: #c3ce42;
}

.header_icons > div a:hover svg path {
	fill: #c3ce42;
}

header.site-header {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #f0f0f0;
	height: 3.875rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	box-shadow: 0 0 1px rgba(10, 16, 32, 0.16), 0 6px 8px -6px rgba(24, 39, 75, 0.12), 0 8px 16px -6px rgba(24, 39, 75, 0.08);
}

.yoast-breadcrumb-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.yoast-breadcrumb-wrapper p#breadcrumbs {
	display: flex;
	align-items: center;
}

.yoast-breadcrumb-wrapper p#breadcrumbs > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	column-gap: 5px;
}

.yoast-breadcrumb-wrapper p#breadcrumbs > span > span {
	display: flex;
	align-items: center;
}

.yoast-breadcrumb-wrapper p#breadcrumbs > span > span a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.yoast-breadcrumb-wrapper p#breadcrumbs > span > span a svg path {
	fill: #404040;
}

.yoast-breadcrumb-wrapper p#breadcrumbs {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
	flex-wrap: wrap;
}

.header_icons {
	column-gap: 10px;
}

@media (max-width: 991px) {
	.menu-header-container,
	.menu-header-container ul.menu {
		display: none;
	}
	.main-navigation .site-social-links {
		display: none;
		display: flex;
		position: absolute;
		left: 0;
	}
	.main-navigation .site-brand-logo {
		max-width: 100%;
	}
	.menu-header-container.open {
		display: flex;
		position: absolute;
		top: 62px;
		right: 0;
		left: 0;
		width: 100%;
	}
	.menu-header-container.open ul.menu {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}
	.menu-header-container ul.menu > li {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	nav .navbar .links {
		margin: 0;
		width: 100%;
		max-width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}
	nav .navbar .links li {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.43);
	}
	header.site-header .site-brand-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	nav .navbar .links li svg {
		margin-right: auto;
	}
	nav .navbar .links li {
		row-gap: 0;
	}
}

@media (max-width: 991px) {
	nav .navbar {
		max-width: 100%;
		padding: 0 25px;
	}
	nav .navbar .logo a {
		font-size: 27px;
	}
	nav .navbar .links li {
		padding: 0 10px;
		white-space: nowrap;
	}
	nav .navbar .links li a {
		font-size: 15px;
	}
	.navbar .bx-menu {
		display: block;
	}
	nav .navbar .nav-links {
		position: fixed;
		top: 0;
		right: -100%;
		display: block;
		max-width: 270px;
		width: 100%;
		line-height: 40px;
		padding: 20px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		background-color: #fafbfc;
		transition: all 0.5s ease;
		z-index: 1000;
	}
	.navbar .nav-links .sidebar-logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.sidebar-logo .logo-name {
		font-size: 25px;
		color: #fff;
	}
	.sidebar-logo i,
	.navbar .bx-menu {
		font-size: 25px;
		color: #fff;
	}
	nav .navbar .links {
		display: block;
	}
	nav .navbar .links li .arrow {
		line-height: 40px;
	}
	nav .navbar .links li {
		display: block;
	}
	nav .navbar .links li .sub-menu {
		position: relative;
		top: 0;
		box-shadow: none;
		display: none;
	}
	.navbar .links li .sub-menu .more-sub-menu {
		display: none;
		position: relative;
		left: 0;
	}
	.navbar .links li .sub-menu .more-sub-menu li {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.links li:hover .htmlcss-arrow,
	.links li:hover .js-arrow {
		transform: rotate(0deg);
	}
	.navbar .links li .sub-menu .more-sub-menu {
		display: none;
	}
	nav .navbar .links li .sub-menu li {
		justify-content: flex-start;
	}
	.navbar .links li .sub-menu .more span {
		display: flex;
		align-items: center;
	}
	.links li .sub-menu .more:hover .more-sub-menu {
		display: none;
	}
	nav .navbar .links li:hover .htmlCss-sub-menu,
	nav .navbar .links li:hover .js-sub-menu {
		display: none;
	}
	nav .navbar .links li .sub-menu.active {
		display: block;
	}
	.navbar .nav-links.show1 .links .htmlcss-arrow,
	.navbar .nav-links.show3 .links .js-arrow {
		transform: rotate(180deg);
	}
	.navbar .nav-links.show2 .links .more-arrow {
		transform: rotate(90deg);
	}
	header.site-header .site-brand-logo {
		margin: 0 auto;
		order: 2;
	}
	.menu_hamburger {
		position: relative;
	}
	header.site-header nav .navbar {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar .bx-menu {
		order: 1;
	}
	.site-social-links {
		display: none;
	}
	nav .navbar .links {
		height: auto;
	}
	nav .navbar .links li {
		display: flex;
		flex-wrap: wrap;
	}
	nav .navbar .links li .sub-menu.active {
		width: 100%;
	}
	.site-footer-wrapper {
		flex-wrap: wrap;
	}
	.navbar .bx-menu {
		position: relative;
		max-width: 25%;
		width: 100%;
	}
	header.site-header .site-brand-logo {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	header.site-header nav .navbar {
		justify-content: space-between;
		position: relative;
	}
	header.site-header nav .navbar .nav-links {
		padding: 0;
		display: block;
		position: fixed;
		top: 62px;
		max-width: calc(100% - 100px);
	}
	.site-brand-logo {
		max-width: 100%;
		width: 100%;
	}
	.navbar .bx-menu {
		max-width: none;
		width: auto;
		position: absolute;
		right: 10px;
		z-index: 99;
	}
	.header_icons {
		position: absolute;
		left: 0;
		z-index: 99;
		max-width: unset;
		width: auto;
	}
	#nav-icon3 {
		width: 60px;
		height: 45px;
		position: relative;
		margin: 50px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 9px;
		width: 100%;
		background: #d3531a;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	#nav-icon3 span:nth-child(1) {
		top: 0;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 18px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 36px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.menu_hamburger {
		display: none;
	}
	div#nav-icon3 {
		width: 30px;
		height: 25px;
		margin: 0;
	}
	#nav-icon3 span {
		height: 5px;
		background: #404040;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 10px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 20px;
	}
	div#nav-icon3 {
		width: 20px;
		height: 18px;
	}
	#nav-icon3 span {
		height: 3px;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 7px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 14px;
	}
	nav .navbar .links {
		border-top: 0;
	}
	nav .navbar .links li {
		padding: 10px;
		justify-content: flex-start;
		padding-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	nav .navbar .links li .sub-menu {
		width: 100%;
		margin-right: 0;
	}
	nav .navbar .links li a {
		padding-bottom: 5px;
		padding-right: 10px;
		padding-top: 5px;
	}
	nav .navbar .links li .arrow {
		max-width: 100%;
		width: auto;
		padding-left: 10px;
	}
	.main-products-block .row .col {
		max-width: 25%;
	}
}

@media (max-width: 991px) {
	.wp-block-group {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.register-subscriptions {
		padding-right: 15px;
		padding-left: 15px;
	}
	.register-subscriptions .register-sub-form {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.register-subscriptions .register-sub-form form {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.google-maps-widget img {
		max-width: 100%;
		width: 100%;
	}
	.google-maps-widget {
		padding-right: 15px;
		padding-left: 15px;
	}
	main.site-main {
		padding-right: 15px;
		padding-left: 15px;
	}
	.widget_shopping_cart_content {
		min-height: 100vh;
		top: 62px;
	}
	nav .navbar .links li .arrow {
		padding-left: 10px;
	}
	.navbar .links li .sub-menu a {
		padding-top: 0;
		padding-bottom: 0;
	}
	nav .navbar .links li .sub-menu.active {
		background: #e1e2e4;
	}
	nav .navbar .links > li a {
		padding-bottom: 10px;
	}
	nav .navbar .links li .sub-menu li {
		padding-bottom: 0;
		padding-top: 0;
	}
	header.site-header nav .navbar .search-box {
		position: fixed;
		right: 40px;
	}
	.header_icons > div:hover {
		cursor: pointer;
	}
	.header_icons > div button#searchBoxBtn:hover {
		cursor: pointer;
	}
	.header_icons {
		margin-left: 5px;
	}
	h1 {
		font-size: 1.8rem;
	}
}

@media (max-width: 370px) {
	nav .navbar .nav-links {
		max-width: 100%;
	}
}

.search-box.m {
	display: none;
}

header.site-header nav .navbar .search-box.m button {
	border: none;
	padding: none;
	border-radius: none;
	background: transparent;
	padding: 0;
}

@media (max-width: 991px) {
	header.site-header nav .navbar .search-box {
		display: none;
	}
	header.site-header nav .navbar .search-box.m {
		display: flex;
		position: absolute;
		right: 40px;
	}
}

#live-search-form {
	display: none;
}

.search-wrapper {
	position: relative;
}

#close-search-form {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 1rem;
	cursor: pointer;
	display: none;
	padding: 0;
}

#live-search-results {
	border: 1px solid #ddd;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
}

.search-result {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.search-result a {
	text-decoration: none;
	color: #333;
	display: flex;
	width: 100%;
}

.search-result:hover {
	background-color: #f0f0f0;
}

.no-results {
	padding: 10px;
	color: #999;
}

#live-search-form .search-wrapper input#live-search-input {
	width: 100%;
	padding-right: 15px;
}

#live-search-form {
	position: fixed;
	z-index: 1001;
	top: 62px;
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 1200px;
}

ul.products li.product .star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #FF8A00;
}

ul.products {
	display: grid;
}

ul.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}

ul.products.columns-4 li.product {
	margin-bottom: 0;
}

ul.products li.product {
	border: 1px solid #E6E6E6;
	border-radius: 10px;
}

h2.woocommerce-loop-product__title {
	color: #4D4D4D;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}

ul.products li.product a {
	text-decoration: none;
}

span.onsale {
	background: #EA4B48;
	color: #fff;
	padding: 1px 10px;
	border-radius: 5px;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 0.8rem;
}

ul.products li.product a img.attachment-woocommerce_thumbnail {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

ul.products.columns-4 {
	grid-gap: 15px;
}

ul.products li.product a p.stock {
	margin: 0;
}

ul.products li.product {
	box-shadow: 0px 4px 8px 0px rgba(34, 34, 34, 0.12);
}

ul.products li.product a img.attachment-woocommerce_thumbnail {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

nav.woocommerce-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

nav.woocommerce-pagination ul.page-numbers {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	justify-content: center;
}

nav.woocommerce-pagination ul.page-numbers li {
	display: flex;
	width: 20px;
}

.product-details-wrapper {
	padding: 10px;
}

.product-details-wrapper a.button.add_to_cart_button.ajax_add_to_cart {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c3ce42;
	color: #fff;
	font-weight: 400;
	border-radius: 5px;
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 6px;
}

.product-details-wrapper a.button.add_to_cart_button.ajax_add_to_cart svg path {
	stroke: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
	border-bottom: 1px solid #808080;
}

.woocommerce-tabs ul.tabs li.active {
	border-bottom: 3px solid #c3ce42;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs a {
	text-decoration: none;
	padding-bottom: 10px;
}

.product-content-wrap .summary.entry-summary {
	width: 100%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
}

ul.products li.product {
	transition: all 0.3s ease;
}

ul.products li.product:hover {
	border: 1px solid #c3ce42;
	transition: all 0.2s ease;
}

ul.products li.product:hover .product-details-wrapper h2.woocommerce-loop-product__title {
	color: #c3ce42;
}

.product-details-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.product-details-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
	text-align: right;
}

ul.products li.product a p.stock {
	color: #3c4c21;
}

ul.products li.product a p.stock.out-of-stock {
	color: #fff;
}

.product-details-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.product-details-wrapper a.button.add_to_cart_button.ajax_add_to_cart {
	max-width: 100%;
	width: 100%;
	gap: 5px;
}

p.stock.in-stock {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 2px 8px;
	background: rgba(32, 181, 38, 0.2);
	border-radius: 4px;
	width: fit-content;
	font-size: 0.8rem;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #c3ce42;
}

ul.products li.product a img {
	min-height: 280px;
	height: 100%;
	object-fit: cover;
}

ul.products li.product > a {
	display: flex;
	height: auto;
}

ul.products li.product a img {
	min-height: 280px;
	height: 100%;
	object-fit: cover;
}

.product-categories {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
	text-align: center;
}

.product-categories ul.product-categories-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.product-category-custom {
	margin: 10px;
	text-align: center;
}

.product-category-custom a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-category-custom a:hover {
	background-color: #00A651;
	/* Change to your desired hover color */
	color: #fff;
}

.product-category-custom img {
	max-width: 100px;
	height: auto;
	margin-bottom: 10px;
}

.product-category-custom span {
	display: block;
}

.product-category-custom a {
	padding: 0;
	border: 1 solid;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	font-size: 0.8rem;
}

.product-category-custom img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 0;
}

.product-category-custom a span {
	display: flex;
	padding: 10px;
}

.product-category-custom a:hover {
	background-color: #c3ce42;
}

p.woocommerce-noreviews {
	background: #c3ce42;
	color: #fff;
	padding: 10px 15px 10px 10px;
	border-radius: 7 px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.product-categories ul.product-categories-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 10px;
	}
	.product-category-custom {
		flex: 0 0 auto;
	}
	.product-category-custom a {
		padding: 8px 12px;
	}
	.product-category-custom img {
		max-width: 80px;
	}
}

@media (max-width: 480px) {
	.product-categories ul.product-categories-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 5px;
	}
	.product-category-custom {
		flex: 0 0 auto;
	}
	.product-category-custom a {
		padding: 5px 8px;
	}
	.product-category-custom img {
		max-width: 60px;
	}
}

@media (max-width: 991px) {
	ul.products.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	h1 {
		font-size: 1.6rem;
	}
	.product-add-to-cart form.cart button.single_add_to_cart_button.button.alt {
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 80%;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.product-add-to-cart form.cart {
		width: 100%;
	}
	.product-add-to-cart form.cart .quantity {
		max-width: 20%;
		width: 100%;
	}
	.product-description .share-item > span {
		font-weight: 700;
		font-size: 0.8rem;
	}
	h2.woocommerce-loop-product__title {
		font-size: 0.8rem;
	}
	p.stock.in-stock {
		font-size: 0.7rem;
	}
	ul.products li.product a img {
		min-height: 170px;
	}
	ul.products li.product a img {
		max-height: 210px;
		min-height: 210px;
		width: 100%;
		object-fit: cover;
	}
}

.entry-content .wp-block-woocommerce-cart.alignwide {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.wc-block-cart .wc-block-cart__submit-container a {
	background: #c3ce42;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	border-radius: 10px;
}

section.related.products ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

section.related.products ul.products li.product {
	width: 100%;
}

.product-details-wrapper a span.price {
	font-weight: 700;
}

.product-details-wrapper a span.price del {
	color: gray;
	font-weight: 300;
}

.product-details-wrapper a span.price ins {
	background: transparent;
}

/* .product-content-wrap .product-title {
	display: flex;
	width: 100%;
	column-gap: 15px;
	align-items: center;
} */
.product-content-wrap .product-title h1.product_title.entry-title {
	margin: 0;
}

.product-content-wrap .product-title p {
	margin: 0;
}

.product-rating-sku {
	display: flex;
}

.product-content-wrap {
	display: flex;
}

.product-content-wrap .product-title {
	margin-bottom: 1rem;
}

.product-rating-sku {
	margin-bottom: 1rem;
}

.product-content-wrap .product-data {
	max-width: 50%;
	width: 100%;
}

.product-sku {
	margin-right: 1rem;
	font-weight: 700;
}

.product-price-n-sale {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}

.product-add-to-cart {
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-top: 15px;
	padding-bottom: 15px;
}

.product-add-to-cart form.cart {
	display: flex;
}

form.cart button {
	background: #c3ce42;
	color: #fff;
}

.product-add-to-cart form.cart .quantity input#quantity_6660b17b6d904 {
	max-width: 50px;
	text-align: center;
}

.product-content-wrap {
	column-gap: 25px;
}

.product-category a {
	color: #808080;
	text-decoration: none;
}

.product-category {
	padding-top: 15px;
}

.product-category span {
	font-weight: 700;
}

.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 2rem;
}

section.related.products {
	margin-top: 2rem;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 2rem;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding-bottom: 2rem;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
	border-bottom: 1px solid #E6E6E6;
}

section.related.products h2 {
	text-align: center;
}

.product-add-to-cart form.cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.button.alt {
	width: 100%;
	padding: 15px 10px;
	border-radius: 20px;
}

.product-add-to-cart form.cart .quantity {
	display: flex;
	text-align: center;
}

.product-add-to-cart form.cart .quantity input {
	width: -webkit-fill-available;
}

.product-category a:hover {
	color: #c3ce42;
}

button.single_add_to_cart_button.button.alt {
	cursor: pointer;
	border: 0;
}

.star-rating span::before {
	color: #FF8A00;
}

.woocommerce-tabs.wc-tabs-wrapper div#reviews div#comments ol.commentlist {
	margin: 0;
	padding: 0;
}

.product-rating-sku .rating-count {
	padding-right: 5px;
}

/* .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img.wp-post-image {
        max-width: 340px;
        width: 100%;
        aspect-ratio: 1 / 1;
} */
.woocommerce-tabs ul.tabs li.active {
	font-weight: 700;
}

.woocommerce-tabs ul.tabs li {
	min-width: 110px;
	text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
	gap: 20px;
}

.product-price-n-sale {
	font-size: 1.5rem;
	font-weight: 700;
}

span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
	margin-left: -5px;
}

ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-direction: column;
	max-width: 10%;
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 100% !important;
}

.product-gallery {
	width: 100%;
}

.product-add-to-cart form.cart .quantity input {
	width: 100%;
	text-align: center;
}

.product-add-to-cart form.cart .quantity {
	width: 15%;
	text-align: center;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.button.alt svg path {
	stroke: #fff;
}

.product-add-to-cart form.cart button.single_add_to_cart_button.button.alt {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 1rem;
	border-radius: 47px;
	padding: 17px 10px;
}

.product-content-wrap {
	margin-top: 20px;
}

.product-content-wrap .product-data {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.product-content-wrap .product-data .product-title {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.product-content-wrap .product-title {
	margin-bottom: 0;
}

.product-rating-sku {
	margin-bottom: 0;
}

.product-price-n-sale {
	padding-bottom: 15px;
}

.product-description p:last-child {
	margin-bottom: 0;
}

.product-category {
	padding: 0;
}

.product-category > span {
	margin-left: 5px;
}

.product-category a {
	text-decoration: underline;
}

.product-gallery {
	max-width: 50%;
}

.product-gallery {
	max-width: 50%;
}

.product-content-wrap .product-data {
	max-width: 50%;
}

.product-content-wrap {
	column-gap: 10%;
}

.product-add-to-cart {
	padding: 20px 0;
}

.product-price {
	font-weight: 700;
	color: #404040;
}

.product-price del {
	color: #B3B3B3;
	font-weight: 300;
}

.product-price ins {
	background: transparent;
}

.product-gallery {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-gallery img {
	border-radius: 15px;
	box-shadow: 0px 4px 8px 0px rgba(34, 34, 34, 0.12);
}

.product-gallery {
	flex-direction: column;
}

@media (max-width: 991px) {
	.product-content-wrap {
		flex-direction: column-reverse;
		row-gap: 25px;
	}
	.product-content-wrap > div {
		max-width: 100%;
	}
	.product-content-wrap .product-data {
		max-width: 100%;
	}
	section.related.products ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	section.related.products ul.products li.product {
		margin-bottom: 1rem;
	}
	.single-product div.product {
		padding-top: 15px;
	}
	.single-product div.product .woocommerce-product-gallery {
		float: unset;
		flex-direction: column;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		flex-direction: row;
	}
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img.wp-post-image {
		aspect-ratio: auto;
	}
	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
		min-width: auto;
	}
}

ul.wc-block-grid__products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 0;
	padding: 0;
}

.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	list-style: none;
	position: relative;
	margin-bottom: 2em;
	transition: all 0.3s ease;
	box-shadow: 0px 4px 8px 0px rgba(34, 34, 34, 0.12);
	max-width: 100%;
	flex: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c3ce42;
	color: #fff;
	font-weight: 400;
	border-radius: 5px;
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 6px;
}

.custom-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	margin: 30px auto;
}

.custom-pagination ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	column-gap: 10px;
}

.custom-pagination li {
	margin: 0 5px;
}

.custom-pagination li a,
.custom-pagination li span,
.custom-pagination-icon.prev,
.custom-pagination-icon.next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #000;
	border: 1px solid #E5E5E5;
	transition: background-color 0.3s, color 0.3s;
}

.custom-pagination li a:hover,
.custom-pagination li span:hover,
.custom-pagination-icon.prev:hover,
.custom-pagination-icon.next:hover {
	background-color: #f0f0f0;
	color: #000;
}

.custom-pagination .current a {
	background-color: #00A651;
	/* Change to your desired active color */
	color: #fff;
}

.custom-pagination-icon svg {
	width: 24px;
	height: 24px;
}

.custom-pagination-icon.prev.disabled,
.custom-pagination-icon.next.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.custom-pagination-icon.prev svg {
	transform: rotate(0deg);
	/* Correct direction for RTL */
}

.custom-pagination-icon.next svg {
	transform: rotate(0deg);
	/* Correct direction for RTL */
}

.custom-pagination span.page-numbers.current {
	background: #c3ce42;
	color: #fff;
}

.custom-pagination span.page-numbers.current:hover {
	cursor: not-allowed;
	background: #c3ce42;
	color: #fff;
}

span.page-numbers.dots {
	border: 0;
}

span.custom-pagination-icon.next.disabled,
span.custom-pagination-icon.prev.disabled {
	background: #B3B3B3;
}

span.custom-pagination-icon.next.disabled {
	margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.custom-pagination li a,
	.custom-pagination li span,
	.custom-pagination-icon.prev,
	.custom-pagination-icon.next {
		width: 30px;
		height: 30px;
	}
	.custom-pagination ul {
		column-gap: 5px;
	}
}

@media (max-width: 480px) {
	.custom-pagination li a,
	.custom-pagination li span,
	.custom-pagination-icon.prev,
	.custom-pagination-icon.next {
		width: 25px;
		height: 25px;
	}
	.custom-pagination ul {
		column-gap: 3px;
	}
}

footer#colophon {
	background: #404040;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.site-footer-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 10px 0;
}

.site-footer-wrapper ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.site-footer-wrapper > section {
	flex: 0 1 calc(50% - 1em);
}

.site-footer-wrapper > section h2,
.site-footer-wrapper > section p,
.site-footer-wrapper > section a {
	color: #fff;
	text-decoration: none;
}

.site-footer-wrapper > section h2 {
	color: #c3ce42;
	margin-bottom: 0;
}

.register-sub-form form button {
	width: 100%;
	max-width: 200px;
	font-weight: 700;
	background: #3c4c21;
	color: #fff;
}

.register-sub-form {
	padding: 20px 0;
	max-width: 940px;
}

.site-footer-wrapper > section p {
	margin-top: 0;
}

.register-sub-form form {
	gap: 20px;
}

.register-sub-form {
	max-width: 1200px;
	display: flex;
	column-gap: 40px;
}

.register-sub-form > span {
	display: flex;
	width: auto;
	text-wrap: nowrap;
	font-weight: 700;
	font-size: 1.2rem;
}

.register-sub-form form {
	gap: 10px;
}

.register-sub-form form input[type="email"] {
	border-radius: 5px;
	padding: 10px;
}

.google-maps-widget {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
}

.google-maps-widget img {
	width: 510px;
}

.register-subscriptions {
	background: #c3ce42;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.register-subscriptions .register-sub-form {
	max-width: 1200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.register-subscriptions .register-sub-form form {
	display: flex;
	width: 100%;
}

.register-subscriptions .register-sub-form form button {
	border-radius: 5px;
}

.register-subscriptions .register-sub-form form input[type="email"] {
	width: 100%;
	display: flex;
}

@media (max-width: 991px) {
	.site-footer-wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*# sourceMappingURL=global.css.map */
