#top .page-title {
	display: block;
	text-align: center;
}

#top .term-description p {
	text-align: center;
	font-size: var(--font-size-big);
	line-height: var(--line-height-big);
}

#top .term-description {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

main {
	padding-top: 0;
}

main .product-sorting {
	display: none;
}

main ul.products {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	#main ul.products li {
		flex: 0 0 calc(33.333% - var(--card-margin) / 2);
		max-width: calc(33.333% - var(--card-margin) / 2);
		margin: 0;
		margin-left: 11px !important;
		margin-right: 11px !important;
		margin-bottom: 15px !important;
	}

	#main ul.products li:nth-of-type(3n + 1) {
		margin-left: 0 !important;
	}

	#main ul.products li:nth-of-type(3n + 3) {
		margin-right: 0 !important;
	}
}

#main ul.products {
	margin-bottom: 100px;
}

#top ul.products li > div {
	border: none;
	border-radius: var(--border-radius);
	background: var(--blue-mid);
}

#top ul.products li > div .inner_product_header {
	border: none !important;
	background: var(--blue-mid);
	padding-bottom: 50px;
}

ul.products li > div .inner_product_header .avia-arrow {
	display: none;
}

#top ul.products li > div .avia_cart_buttons {
	background: var(--blue-mid);
	opacity: 1;
	display: flex;
	align-items: center;
}

ul.products li > div img {
	clip-path: circle(72.7% at 67% 26%);
}

ul.products li > div .woocommerce-loop-product__title {
	color: var(--yellow);
}

ul.products li > div .excerpt_wrapper {
	color: var(--white);
}

.contact-block {
	margin-bottom: 50px;
}