/* Woocommerce styles */
.woocommerce-category-header {
	width: 100%;
	position: relative;
}
.woocommerce-category-header img {
	width: 100%;
}
.woocommerce-category-header > h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	text-align: center;
	font-size: 55px;
}

.price-container {
	display: flex;
	flex-direction: column;
}
.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product a > div {
	padding: 10px 20px;
}
.woocommerce ul.products li.product .price {
	margin-bottom: 0!important;
}
.woocommerce-page ul.products li.product {
	background-color: var(--theme-main-elements-background-color);
	text-align: center;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.woocommerce ul.products li.product .button {
	width: fit-content;
	margin: 0 auto;
}
.woocommerce .woocommerce ul.products li.product *,
.woocommerce .woocommerce-page ul.products li.product * {
	color: white	!important;
	font-family: Zona-Regular	!important;
	font-size: 20px	!important;
	font-weight: normal;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0;
}
.woocommerce-loop-product__title {
	padding-bottom: 10px	!important;
}
.woocommerce ul.products .add_to_cart_button.ajax_add_to_cart {
	background-color: transparent!important;
}
.woocommerce ul.products .add_to_cart_button.ajax_add_to_cart:hover svg * {
	transition: 0.25s;
}
.woocommerce ul.products .add_to_cart_button.ajax_add_to_cart:hover svg circle#Ellipse_12 {
	fill: transparent!important;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: black;
	font-family: Zona-Bold;
}
.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul .next.page-numbers {
	margin-left: 50px;
	width: fit-content;
}
.woocommerce nav.woocommerce-pagination ul .prev.page-numbers {
	margin-right: 50px;
	width: fit-content;
}

.woocommerce-category-header .category-image.mobile {
	display: none;
}

main {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
section.widget.WOOF_Widget {
	width: 20%;
}
main > article.page {
	width: 80%;
}
.entry-content {
	padding-left: 0;
}
.woof_list li {
/* 	display: flex; */
	align-items: center;
    gap: 5px;
	width: 100%;
}

/* categories navigation */
.categories-navigation-title {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.categories-navigation {
	display: flex;
	width: 100%;
	padding: 20px 40px;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.categories-navigation a {
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 160px;
}
.categories-navigation a * {
	display: block;
	text-align: center;
	transition: 0.25s;
}
.categories-navigation a span {
	margin: auto 0;
}
.categories-navigation a img {
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.categories-navigation a:hover span {
	color: black;
}
.categories-navigation a:hover img {
	transform: scale(1.1);
}
.shop-back-button {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.shop-back-button a {

}

/* products table */
.dataTables_wrapper {
	padding: 40px 200px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
table.dataTable {
	border: 1px solid black;
	margin: 20px auto	!important;
}
table.dataTable tr a {
	width: 100%;
	display: flex;
}
table.dataTable tr * {
	text-align: center;
	justify-content: center;
}
table.dataTable tbody th,
table.dataTable tbody td {
	padding: 20px	!important;
}
table.dataTable tr:not(:first-child) td {
	border-top: 1px solid black;
}
table.dataTable tr td:not(:last-child),
table.dataTable tr th:not(:last-child) {
	border-right: 1px solid black;
}
.product-image > * {
	display: block;
}
.product-image img {
	max-width: 100%	!important;
	width: 100%;
}
.product-image div {
	margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate {
	gap: 50px;
	display: flex;
}
#products-table_filter {
	display: flex;
	width: 50%;
}
#products-table_filter label {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	text-align: center;
}
#products-table_filter input {
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	border-radius: 0;
}
#products-table_length,
#products-table_filter {
	margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	font-family: Zona-Bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: black	!important;
	border-radius: 0;
	border: none	!important;
	outline: none	!important;
	background: none	!important;
	font-family: Zona-Regular;
	transition: 0.25s;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: black!important;
	box-shadow: none!important;
}
.dataTables_wrapper .dataTables_length select {
	outline: none	!important;
	border-radius: 0	!important;
	border: 1px solid black	!important;
	cursor: pointer;
	margin: 0 10px;
	font-family: Zona-Bold;
}
.dataTables_wrapper .dataTables_length {
	margin-top: 20px;
}
#products-table_filter label input {
	height: 100%;
	transition: 0.25s;
}
#products-table_filter label input:focus {
	border-color: var(--theme-highlight-background-color);
}
@media (max-width: 1240px) {
	.dataTables_wrapper {
		padding: 40px 20px;
	}
	table.dataTable tbody th,
	table.dataTable tbody td {
		padding: 10px	!important;
	}
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		width: 100%;
		gap: 10px;
	}
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		text-align: left	!important;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 10px 0	!important;
	}
	.categories-navigation a {
		max-width: 120px;
	}
	.categories-navigation a span {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.woocommerce-category-header > h1 {
		font-size: 35px;
		max-width: 100vw;
	}
	.woocommerce-category-header .category-image.mobile {
		display: block;
	}
	.woocommerce-category-header .category-image:not(.mobile) {
		display: none;
	}
	table.dataTable tbody th,
	table.dataTable tbody td {
		padding: 5px	!important;
	}
	table.dataTable thead th {
		font-size: 16px;
	}
	main#primary table.dataTable tbody td,
	main#primary table.dataTable tbody td * {
		font-size: 14px	!important;
	}
	#products-table_wrapper {
		overflow-x: auto;
	}
/* 	table.dataTable .product-material,
	table.dataTable .product-sku,
	table.dataTable .product-capacity,
	table.dataTable .product-price-with-tax {
		display: none;
	} */
	.categories-navigation a {
		max-width: 100px;
	}
	#products-table_filter {
		width: 100%;
	}
}