/*!
Theme Name: iLoveIt - Gavanas
Theme URI: http://iloveit.gr/
Author: iLoveIt
Author URI: https://iloveit.gr
Description: iLoveIt Digital Agency in Pylaia, Thessaloniki created this theme for Gavanas S.A. All Rights belong to Gavanas S.A.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iloveit-gavanas
Tags: custom-theme, custom-products, custom-product-categories, custom-loops, custom-sliders, speed-optimazation, user-friendly-admin-panel, custom-theme-options, custom-shortcodes, custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

:root {
	--primary-color: #000000;
	--secondary-color: #7F6829;
	--old-secondary-color:#BA983C;
}

@font-face {
    font-family: 'LovelaceText-Regular';
    src: url('fonts/LovelaceText-Regular/LovelaceText-Regular.eot');
    src: url('fonts/LovelaceText-Regular/LovelaceText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/LovelaceText-Regular/LovelaceText-Regular.woff2') format('woff2'),
        url('fonts/LovelaceText-Regular/LovelaceText-Regular.woff') format('woff'),
        url('fonts/LovelaceText-Regular/LovelaceText-Regular.ttf') format('truetype'),
        url('fonts/LovelaceText-Regular/LovelaceText-Regular.svg#LovelaceText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NF-BlancSeing-Normal';
    src: url('fonts/NF-BlancSeing-Normal/NF-BlancSeing-Normal.eot');
    src: url('fonts/NF-BlancSeing-Normal/NF-BlancSeing-Normal.eot?#iefix') format('embedded-opentype'),
        url('fonts/NF-BlancSeing-Normal/NF-BlancSeing-Normal.woff2') format('woff2'),
        url('fonts/NF-BlancSeing-Normal/NF-BlancSeing-Normal.woff') format('woff'),
        url('fonts/NF-BlancSeing-Normal/NF-BlancSeing-Normal.ttf') format('truetype'),
        url('fonts/NF-BlancSeing-Normal/NF-BlancSeing-Normal.svg#NF-BlancSeing-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NF-BlancSeing-Bold';
    src: url('fonts/NF-BlancSeing-Bold/NF-BlancSeing-Bold.eot');
    src: url('fonts/NF-BlancSeing-Bold/NF-BlancSeing-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NF-BlancSeing-Bold/NF-BlancSeing-Bold.woff2') format('woff2'),
        url('fonts/NF-BlancSeing-Bold/NF-BlancSeing-Bold.woff') format('woff'),
        url('fonts/NF-BlancSeing-Bold/NF-BlancSeing-Bold.ttf') format('truetype'),
        url('fonts/NF-BlancSeing-Bold/NF-BlancSeing-Bold.svg#NF-BlancSeing-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NF-BlancSeing-Light';
    src: url('fonts/NF-BlancSeing-Light/NF-BlancSeing-Light.eot');
    src: url('fonts/NF-BlancSeing-Light/NF-BlancSeing-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/NF-BlancSeing-Light/NF-BlancSeing-Light.woff2') format('woff2'),
        url('fonts/NF-BlancSeing-Light/NF-BlancSeing-Light.woff') format('woff'),
        url('fonts/NF-BlancSeing-Light/NF-BlancSeing-Light.ttf') format('truetype'),
        url('fonts/NF-BlancSeing-Light/NF-BlancSeing-Light.svg#NF-BlancSeing-Light') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CeraGR-Regular';
    src: url('fonts/CeraGR/CeraGR.eot');
    src: url('fonts/CeraGR/CeraGR.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraGR/CeraGR.woff2') format('woff2'),
        url('fonts/CeraGR/CeraGR.woff') format('woff'),
        url('fonts/CeraGR/CeraGR.ttf') format('truetype'),
        url('fonts/CeraGR/CeraGR.svg#CeraGR') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CeraGR-Black';
    src: url('fonts/CeraGR-Black/CeraGR-Black.eot');
    src: url('fonts/CeraGR-Black/CeraGR-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraGR-Black/CeraGR-Black.woff2') format('woff2'),
        url('fonts/CeraGR-Black/CeraGR-Black.woff') format('woff'),
        url('fonts/CeraGR-Black/CeraGR-Black.ttf') format('truetype'),
        url('fonts/CeraGR-Black/CeraGR-Black.svg#CeraGR-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, html {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body *,
html * {
	font-family: CeraGR-Regular;
	font-size: 1rem;
}
body.no-scroll,
html.no-scroll {
	overflow: hidden;
}
a {
	font-family: CeraGR-Black;
	color: var(--primary-color);
	text-decoration: none;
}
main {
	padding: 40px 6vw;
}
.no-break-on-mobile {
	flex-wrap: nowrap!important;
}
@media (max-width: 768px) {
	body .fix-paddings-on-tablet {
		padding-right: 6vw!important;
		padding-left: 6vw!important;
	}
	body .fix-margin-top-on-mobile {
		margin-top: 40px!important;
	}
	main.site-main {
		padding-top: 92px;
	}
	body *, html * {
		font-size: 14px;
	}
	.no-paddings-on-mobile {
		padding: 0!important;
	}
}
@media (max-width: 425px) {
	body *, html * {
		font-size: 14px;
	}
}

/* SVGs */
.animate-in-view {
	opacity: 0;
}
@media (max-width: 768px) {
	.animate-in-view {
		stroke-width: 5px!important;
	}
}

/* Header */
.menu-background-lane {
	position: fixed;
    top: 0;
    left: 0;
    background: white;
    height: 100%;
    width: 6vw;
    z-index: 100;
}
.open-menu.desktop {
	position: fixed;
	left: calc(3vw - 15px);
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(-90deg);
	letter-spacing: 4px;
	text-decoration: underline;
	padding: 5px 10px;
    background: white;
    z-index: 100;
	transition: 0.35s;
}
.open-menu.desktop:hover {
	transform: translateY(-50%) translateX(-50%) rotate(-90deg) scale(1.1);
	color: var(--secondary-color);
}
.open-menu.mobile {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	width: 32px;
	height: 32px;
}
.open-menu.mobile > span {
	width: 100%;
	height: 2px;
	background-color: black;
	border-radius: 10px;
}
#masthead {
	padding: 40px 6vw 40px 6vw;
    position: fixed;
    z-index: 100;
    width: calc(100% - 12vw);
	transition: 0.35s;
}
#masthead.active {
	background: white;
	padding: 20px 6vw 20px 6vw;
}
#masthead > .site-branding {
	display: flex;
}
#masthead > .site-branding a {
	display: flex;
	max-width: 12vw;
    min-width: 150px;
}
#masthead.active > .site-branding img {
	max-width: 10vw;
}
#masthead > .site-branding img {
	transition: 0.35s;
    max-width: 12vw;
	min-width: 150px;
	display: block;
}
#site-navigation {
	position: fixed;
	top: 0;
	left: calc(-100% - 6vw);
	width: calc(100% - 6vw);
	height: 100%;
	background: black;
	z-index: 100;
	transition: 0.45s;
}
#site-navigation::before {
	content: "";
	background-color: white;
	position: absolute;
	left: -6vw;
	top: 0;
	height: 100%;
	width: 6vw;
}
#site-navigation.active {
	left: 6vw;
}
.close-button,
.open-menu {
	width: 64px;
	cursor: pointer;
}
.close-button svg,
.open-menu svg {
	width: 100%;
}
.close-button svg path {
	transition: 0.2s;
}
.close-button svg:hover path {
	stroke: black;
}
.menu-right-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#site-navigation .menu-container .close-button {
	margin: 0 auto 40px auto;
	transition: 0.35s;
}
#site-navigation .menu-container .close-button:hover {
	transform: scale(1.1);
}
#site-navigation .menu-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 25%;
}
#site-navigation .menu-container ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: fit-content;
	padding: 0;
	margin: 0;
}
#site-navigation .menu-container ul li {
	text-align: center;
}
#site-navigation .menu-container ul li a {
	color: white;
	text-decoration: none;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid white;
	display: block;
	transition: 0.35s;
}
#site-navigation .menu-container ul li a:hover {
	color: var(--secondary-color);
}
#site-navigation .menu-container ul li:last-child a {
	border-bottom: none;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0 10px;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item,
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item * {
	display: flex;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language * {
	color: white;
	pointer-events: none;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language) * {
	 color: #757575;

}
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(.wpml-ls-current-language) *:hover {
	text-decoration: underline;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
	border-right: 1px solid white;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal > ul {
	flex-direction: row;
	justify-content: center;
}
header #site-navigation div.wpml-ls-legacy-list-horizontal > ul a {
	padding: 0!important;
	margin-bottom: 0;
	border-bottom: none;
}
@media (max-width: 768px) {
	.menu-background-lane {
		display: none;
	}
	#masthead {
		background-color: white;
		padding-top: 20px;
		padding-bottom: 20px;
		display: flex;
    	align-items: center;
		justify-content: space-between;
	}
	.site-branding {
    	width: fit-content;
	}
	.site-branding img {
		width: 100%;
		max-width: 150px;
	}
	.open-menu.desktop {
		display: none;
	}
	.open-menu.mobile {
		display: flex;
	}
	#site-navigation {
		width: 100%;
	}
	#site-navigation.active {
		left: 0;
	}
	#site-navigation .menu-container {
		width: auto;
	}
	#site-navigation .menu-container ul li a {
		font-size: 20px;
	}
}
@media (max-width: 425px) {
	#masthead {
		padding: 20px 8vw;
	}
	#site-navigation .menu-container ul li a {
		font-size: 18px;
	}
}

/* Footer */
footer#colophon {
	padding: 0 6vw;
}
.tax-product-category footer#colophon {
    margin-top: 5rem;
}
.footer-content {
	display: flex;
	gap: 12vw;
}
.footer-content > div {
	display: flex;
/* 	gap: 80px; */
}
.footer-content .footer-column-left .footer-column {
	max-width: 25%;
	width: fit-content;
	margin-right: 5rem;
}
.footer-content .footer-column-right .footer-column {
	width: 100%;
}
.footer-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-column a {
	position: relative;
	left: 0;
	transition: 0.35s;
}
.footer-column a:hover {
	left: 5px;
	color: var(--secondary-color);
}
.footer-column .social a:hover {
	left: 0;
	transform: scale(1.1);
}
#block-3 a {
	font-family: CeraGR-Regular;
}
.footer-column .main-title {
	font-size: 2vw;
	margin-bottom: 20px;
	font-weight: normal;
}
.footer-column img {
	max-width: fit-content;
}
.footer-column ul li {
    margin-bottom: 0.3rem;
}
.site-info {
	text-align: center;
	padding: 20px;
	margin-top: 4rem;
}
.site-info a {
	font-family: CeraGR-Black;
	transition: 0.35s;
}
.site-info a:hover {
	color: var(--secondary-color);
}
@media (max-width: 1200px) {
    .footer-content {
         flex-direction: column;
         gap: 0;
    }
    .footer-column-right {
        margin-inline: auto;
    }
    .site-info {
        margin-top: 2rem;
    }
}
@media (max-width: 768px) {
	.footer-column .main-title {
		font-size: 2.28rem;
	}
	.footer-column-left .footer-column:nth-child(2) {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* Home & Global */

@media (max-width: 768px) {
	.home .entry-header .main-title {
        padding-left: 1rem;
    }
/*     .home .slogan {
        transform: translateY(-5%);
    } */
}

/* Titles */
main .main-title,
.slogan {
	text-align: center;
	margin: 0;
}
main .main-title,
.newsletter .main-title {
	font-family: LovelaceText-Regular;
	font-weight: normal;
}
.entry-content .main-title,
.entry-content .slogan,
.newsletter .main-title,
.newsletter .slogan {
	font-size: clamp(1.875rem, 4vw, 4.375rem); /*Used on: Home Desktop*/
}
.newsletter .main-title {
	text-align: center;
}
.slogan {
	font-weight: normal;
    font-family: NF-BlancSeing-normal;
	color: var(--secondary-color);
	inline-size: max-content;
	letter-spacing: 3px;
}
.entry-content .slogan {
	transform: translateY(-15%); /*Overwritten on Home*/
}
.newsletter .slogan {
    transform: translate(2%, -75%);
}
.slogan.centered {
	margin: 0 auto;
}
.term-artos-artoparaskeyasmata .entry-header .slogan {
    font-size: clamp(2vw, 3vw, 7vw)!important;
}
.title-align-center {
	margin: 0 auto;
}

.long-title {
	word-break: break-word;
    max-width: 100%;
    line-height: 1;
}
@media (min-width: 1200px) {
    .entry-header .main-title {
        font-size: clamp(2vw, 4.375rem, 4vw);
    }
	.entry-header .slogan {
        font-size: clamp(2vw, 4.2vw, 7vw);
    }
	.tax-product-category .entry-header .slogan {
        font-size: clamp(2vw, 3.8vw, 7vw);
    }
	.term-artos-artoparaskeyasmata .entry-header .main-title {
		font-size: clamp(2vw, 2rem, 4vw);
	}
}
@media (max-width: 1199px) {
    .entry-header .main-title {
        font-size: clamp(2vw, 2.5vw, 2.5vw);
    } /* Overwritten on: Home,  */
	.entry-header .slogan {
        font-size: clamp(2vw, 3.5vw, 4vw)!important; /* Overwritten on: Home,  */
    }
	.tax-product-category .entry-header .slogan {
        font-size: clamp(2vw, 2.8vw, 4vw);
    }
}
@media (min-width: 769px) {
	.splide__track,
	.splide__slide img {
		min-height: 787px;
		object-fit: cover;
	}
}
@media (max-width: 768px) {
	.entry-header .main-title {
        font-size: clamp(2.5rem, 2.5rem, 7vw);
    }
	.entry-header .slogan {
        font-size: clamp(5vw, 9vw, 10vw)!important;
    }
	.tax-product-category .entry-header .slogan {
        font-size: clamp(5vw, 7.5vw, 10vw);
    }
}
/* Page slider - hero section */
.entry-header {
	display: flex;
	width: calc( 100% + 6vw );
	margin-right: -6vw;
	gap: 10%;
}
.entry-header-texts {
    margin-top: 5rem!important;
}
.entry-header .entry-header-texts {
	width: calc(40% - 16%);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.entry-header .entry-header-texts:not(.align-center) * {
	text-align: left;
}
.entry-header-texts.align-center * {
	text-align: center;
}
.entry-header .entry-header-texts.align-center {
	align-items: center;
}
.entry-header .entry-header-slider {
	width: 70%;
	height: fit-content;
}
.entry-header-slider img {
	width: 100%;
}
.page-description p {
	margin: 0;
}
.owl-stage {
	display: flex;
}
.owl-stage-outer {
	overflow-x: hidden;
}
.splide .splide__arrows {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    height: calc(100% - 30px);
    position: absolute;
    top: 0;
    right: 6vw;
}
.splide .splide__arrows button {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
}
.splide .splide__pagination {
	justify-content: flex-start;
	padding-left: 0;
	height: 30px;
}
.owl-dots,
.splide__pagination {
	display: flex;
	gap: 5px;
}
.owl-dot,
.splide__pagination button {
	border: none;
	outline: none;
	background-color: transparent;
/* 	color: lightgray; */
	color: #595959;
	cursor: pointer;
	transition: 0.2s;
}
.owl-dot:hover,
.splide__pagination button:hover {
	color: gray;
}
.owl-dot.active,
.splide__pagination button.is-active {
	color: var(--primary-color);
}
.owl-nav {
	display: none;
}
.owl-nav button {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}
.footer-column:nth-child(2) .widget.widget_nav_menu {
	display: none;
}
@media (max-width: 768px) {
	.owl-dots,
	.splide__pagination {
		display: none;
	}
	.splide__track,
	.splide__slide img {
		min-height: 276px;
		object-fit: contain;
	}
	.splide .splide__pagination {
		justify-content: flex-end;
		width: 80%;
		margin-inline: auto;
		margin-bottom: 2em;
	}
	.entry-header {
		flex-direction: column-reverse;
		gap: 40px;
		margin-right: 0;
		width: 100%;
	}
	.entry-header .entry-header-texts,
	.entry-header .entry-header-slider {
		width: 100%;
		margin-top: 0!important;
	}
	.entry-header .entry-header-slider {
		width: calc(100% + 12vw)!important;
		margin-left: -6vw;
	}
	.footer-content > div,
	.footer-content {
		flex-direction: column;
	}
	.footer-content {
		gap: 6vw;
	}
	.footer-content > div {
		gap: 3rem;
	}
	footer#colophon .footer-content .footer-column {
		max-width: 100%;
		width: 100%;
	}
	footer#colophon .footer-column * {
		text-align: center	!important;
	}
	.footer-column img {
		max-width: 12rem;
	}
	.footer-column .social {
		justify-content: center;
	}
	.footer-column:not(:nth-child(2), :nth-child(1)) {
		display: none;
	}
	#nav_menu-2, #nav_menu-3 {
		display: none;
	}
	.footer-column:nth-child(2),
	.footer-column:nth-child(2) .widget.widget_nav_menu {
		display: block;
	}
	.footer-column:nth-child(2) .widget.widget_nav_menu {
		padding-top: 40px;
	}
	.footer-column:nth-child(2) * {
		text-align: center;
	}
	.menu-footer-menu-mobile-container {
/* 		max-width: 50%; */
		margin-inline: auto;
	}
	.menu-footer-menu-mobile-container li {
		margin-bottom: 0.5em;
	}
	.footer-column .wp-block-image.size-full {
		max-width: 200px;
		margin: 0 auto;
	}
	.site-info {
		margin-top: 2rem;
	}
}
@media (max-width: 425px) {
	.site-info {
		padding: 40px 20px;
	}
}

/* Social */
.social {
	display: flex;
	gap: 5px;
}

/* Shortcodes */
/* Load categories */
.loop-items {
	display: flex;
	flex-wrap: wrap;
}
.loop-item {
	width: calc(16.66% - 60px);
	padding: 30px;
	margin-bottom: 2em;
	position: relative;
}
.loop-item a {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.loop-item * {
	width: 100%;
	text-align: center;
}
.loop-item img {
	max-width: 200px;
	transition: 0.25s;
}
.loop-item-title {
	font-family: CeraGR-Black;
    font-size: 1.25rem;
    width: fit-content;
}
.loop-item-image {
	display: flex;
	align-items: center;
}
.loop-item-image svg {
	width: 100%;
	transition: 0.2s;
}
.loop-item a:hover img,
.loop-item a:hover svg {
	transform: translateY(-10px);
}
.loop-item-borders {
	width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
.loop-item-borders > div {
	position: absolute;
	transform: scale(0);
	transition: 0.35s;
}
.loop-item-borders > div::before,
.loop-item-borders > div::after {
	content: "";
	position: absolute;
	background: black;
	height: 3vw;
	width: 2px;
	display: block;
}
.loop-item a:hover .loop-item-borders > div {
	transform: scale(1);
}
.loop-item-borders-right {
	top: 0;
	right: 0;
	transform-origin: top right;
}
.loop-item-borders-right::before,
.loop-item-borders-right::after {
	top: 0;
	right: 0;
}
.loop-item-borders-right::before {
	transform: rotate(-90deg) translate(-50%, -50%);
	top: -1.5vw;
}
.loop-item-borders-left {
	bottom: 30px;
	left: 0;
	transform-origin: bottom left;
}
.loop-item-borders-left::before {
	transform: rotate(90deg);
	left: 1.5vw;
}
.loop-item-borders-left::after {
	bottom: -1.5vw;
}
@media (max-width: 1500px) {
    .loop-item {
        width: calc(33.33% - 60px);
    }
/* 	.loop-item-title {
        font-size: clamp(2vw, 2vw, 3vw);
    } */
}
@media (max-width: 768px) {
	.loop-item {
		width: calc(50% - 40px);
		padding: 20px;
	}
	.loop-item-title {
        font-size: clamp(0.5rem, 0.8rem, 5rem);
        max-width: fit-content;
    }
	.loop-item-borders-left {
		bottom: 20px;
	}
}
@media (max-width: 425px) {
	.loop-item {
		padding: 10px;
	}
	.loop-item-borders-left {
		bottom: 10px;
	}
	.loop-item-description {
		font-size: 14px;
	}
}
/* Timeline slider with controls */
.timeline-slider-container {
	position: relative;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.timeline-slider-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.timeline-slider-container-outer {
	position: relative;
}
/* .timeline-slider-container-outer::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
} */
.timeline-slider {
	display: flex;
	width: 100%;
	position: absolute;
	transform: translateY(100%);
	left: 0;
	transition: 0.35s;
}
.timeline-slider::before {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	background-color: var(--secondary-color);
}
.timeline-slider .owl-stage-outer {
	overflow-x: unset;
	width: 100%;
}
.timeline-slider .owl-nav {
	display: none;
}
.timeline-slide {
	display: flex;
	flex-direction: column;
	position: relative;
}
.timeline-slide.odd {
	flex-direction: column-reverse;
	transform: translateY(-100%);
}
.timeline-slide .timeline-bullet {
	width: 10px;
	height: 10px;
	background-color: white;
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	position: absolute;
	z-index: 5;
	transform: translateY(calc(-50% - 2px));
}
.timeline-slide.odd .timeline-bullet {
	transform: translateY(calc(50% - 2px));
}
.timeline-date {
	font-family: LovelaceText-Regular;
	transform: translateY(-100%);
	padding-bottom: 20px;
	font-size: 30px;
}
.timeline-slide.odd .timeline-date {
	transform: translateY(100%);
	padding-bottom: 0;
	padding-top: 20px;
}
.timeline-info {
	margin-top: -30px;
}
.timeline-slide.odd .timeline-info {
	margin-top: 0;
	margin-bottom: -30px;
}
.timeline-info,
.timeline-date {
	padding-right: 20px;
}
.timeline-previous-button,
.timeline-next-button {
	cursor: pointer;
}
.timeline-slider-nav .wpb_wrapper {
	display: flex;
	gap: 40px;
}
.timeline-slider-nav .timeline-previous-button,
.timeline-slider-nav .timeline-next-button {
	transition: 0.25s;
}
.timeline-slider-nav .timeline-previous-button:hover {
	transform: translateX(-10px);
}
.timeline-slider-nav .timeline-next-button:hover {
	transform: translateX(10px);
}
.timeline-slider-nav .vc_column-inner {
	padding-left: 0!important;
}
/* End shortcodes */

/* Single category page */
.category-loop {
	display: flex;
	flex-wrap: wrap;
	margin-top: 180px;
}
.category-loop > article {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-bottom: 10em;
}
.category-loop > article .entry-header {
	width: 100%;
	margin-right: unset;
}
.category-loop > article img {
	margin: 0 auto;
	width: 100%;
}
.category-loop > article h2 {
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 0 0.625rem;
}
.view-product-details {
	padding: 5px;
	border: 2px solid black;
	border-radius: 50%;
	margin-top: auto;
	width: 32px;
    height: 32px;
	transition: 0.2s;
}
.view-product-details img {
	width: 100%;
}
.view-product-details:hover {
	color: white;
	background: lightgray;
}

.products-contact-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10%;
	margin-top: 2rem;
}
.products-contact-form > div {
	width: 45%;
}
.products-contact-form > div:nth-child(1) * {
	text-align: left;
}
.category-loop,
.products-contact-form {
	padding: 2vh 8vw;
}

.product-info-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 80%;
	min-width: 300px;
	min-height: 300px;
	z-index: 200;
	background: white;
	border-radius: 50px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	overflow: hidden;
	padding: 40px;
}
.product-info-window-content {
	padding: 20px 40px;
	overflow-y: auto;
	max-height: calc(100% - 40px);
}
.product-info-window-background {
	display: none;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
	background: black;
	opacity: 0.4;
}
.product-info-window-close-button {
	width: 64px;
	cursor: pointer;
	position: absolute;
    top: 10px;
    left: 30px;
    z-index: 100;
}
.product-info-window-close-button svg {
	width: 100%;
}
.product-info-window-close-button svg * {
	transition: 0.2s;	
}
.product-info-window-close-button svg path {
	fill: white;
}
.product-info-window-close-button:hover svg path {
	fill: black;
}
.product-info-window-close-button:hover svg line {
	stroke: white;
}

@media (max-width: 768px) {
	.category-loop > article {
		width: 33.33%;
	}
	.products-contact-form {
		flex-direction: column;
		gap: 40px;
	}
	.products-contact-form > div {
		width: 100%;
	}
	.category-loop, .products-contact-form {
		padding: 0;
	}
	form.wpcf7-form {
		width: calc(100% - 24px);
	}
}
@media (max-width: 425px) {
	.category-loop > article {
		width: 50%;
	}
	.category-loop > article h2 {
		font-size: 16px;
	}
	.products-contact-form .slogan + div * {
		font-size: 14px;
	}
}

/* Categories Archive Page */

/* .term-mpares-dimitriakon .entry-header .slogan {
    font-size: clamp(2vw, 2.2vw, 7vw)!important;
} */
@media (min-width: 769px) {
    .tax-product-category .entry-header .slogan {
        max-width: calc(100% + 2rem);
        line-height: 0.9;
        margin-left: clamp(0.8rem, 0.9rem, 1rem);
    }
}
@media (min-width: 1200px) {
    .tax-product-category .entry-header .slogan {
        max-width: calc(100% + 6rem);
    }
}
@media (min-width: 1500px) {
	.tax-product-category .main-title,
	.tax-product-category .page-description p {
	    padding-left: 1rem;
	}
	.tax-product-category .entry-header .slogan {
	    margin-left: clamp(0.9rem, 1.2rem, 1.5rem);
	}
	.tax-product-category .back-button {
		margin-bottom: 60px;
		left: 1rem;
		width: 64px;
		position: relative;
	}
}

.products-contact-form .main-title {
    font-size: clamp(2rem, 4.375rem, 7rem);
}
.products-contact-form .slogan {
    font-size: clamp(2rem, 5rem, 5rem);
	transform: translateY(-15%);
}
.product-info-window .products-contact-form .main-title {
    font-size: clamp(2rem, 3rem, 7rem);
	padding-left: 0;
}
.product-info-window .products-contact-form .slogan {
    font-size: clamp(1.875rem, 3vw, 4.375rem);
}
@media (max-width: 768px) {
	.category-loop {
		margin-top: 3.5rem;
	}
	.tax-product-category .category-loop {
		margin-top: 6.5rem;
	}
	.tax-product-category .category-loop > article {
		margin-bottom: 5rem;
	}
/*     .term-mpares-dimitriakon .entry-header .slogan {
        font-size: clamp(2vw, 6.2vw, 7vw)!important;
    } */
	.tax-product-category .entry-header {
		gap: 0;
	}
	.tax-product-category .entry-header .main-title {
		max-width: 22rem;
	}
	.tax-product-category .entry-header .slogan {
		transform: translateY(-34%);
		max-width: fit-content;
		font-size: clamp(1rem, 2.5rem, 4rem)!important;
		line-height: 1.1;
		padding-top: 3.5rem;
		padding-bottom: 1.5rem;
	}
	.products-contact-form .main-title,
	.products-contact-form .slogan,
	.products-contact-form > div:nth-child(1) *,
	div.wpcf7[role="form"] {
		text-align: center!important;
		margin-inline: auto;
	}
	.tax-product-category .products-contact-form .main-title {
		font-size: clamp(1rem, 2.375rem, 5rem);
	}
	.tax-product-category .products-contact-form .slogan {
		font-size: clamp(2rem, 3rem, 4rem);
		font-family: NF-BlancSeing-Bold;
		max-width: 20rem;
		line-height: 1;
		padding-top: 3rem;
	}
	.tax-product-category .product-info-window-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow-x: hidden;
	}
	.tax-product-category .product-info-window-close-button {
		width: 3rem;
	}
	.tax-product-category .product-info-window-content .information {
		text-align: center;
	}
	.tax-product-category div.wpcf7[role="form"] {
		max-width: 16.75rem;
		margin-inline: auto;
	}
	.tax-product-category .products-contact-form > div:nth-child(1) * {
		max-width: fit-content;
		margin-inline: auto;
	}
	.tax-product-category footer#colophon {
		margin-top: 14rem;
	}
	.tax-product-category .newsletter > svg {
		transform: translateY(60%);
	}
	.tax-product-category .page-description {
		margin-top: -2rem;
	}
	.term-artos-artoparaskeyasmata div.entry-header-texts .main-title {
		max-width: fit-content;
		font-size: clamp(1.5rem, 1.5rem, 7vw);
	}
	
}
@media (min-width: 769px) and (max-width: 1199px) {
	.term-artos-artoparaskeyasmata .entry-header .slogan {
		font-size: clamp(1rem, 1.8rem, 4rem)!important;
		margin-left: 0;
	}
	
}

/* Single product */
.single-product article.product,
.product-info-window-content article.type-product {
	display: flex;
	margin-bottom: 80px;
	align-items: center;
	gap: 40px;
}
.single-product .information,
.product-info-window-content .information {
	width: 60%;
}
.single-product .featured-image,
.product-info-window-content .featured-image {
	width: 40%;
}
.single-product .featured-image img,
.product-info-window-content .featured-image img {
	width: 100%;
}
.single-product .product-name,
.product-info-window-content .product-name {
	font-size: 35px;
	font-weight: bold;
	color: var(--secondary-color);
	margin-top: 10px;
	margin-bottom: 0;
}
.single-product .short-description *,
.product-info-window-content .short-description * {
	font-weight: bold;
	font-size: 25px;
	margin: 10px 0;
}
.single-product .nav-links,
.product-info-window-content .nav-links {
	display: flex;
	justify-content: space-between;
}
.single-product .nav-links .nav-next,
.product-info-window-content .nav-links .nav-next {
	margin-left: auto;
}
.single-product .nav-links .nav-prev,
.product-info-window-content .nav-links .nav-prev {
	margin-right: auto;
}
.single-product .posts-nav-button,
.product-info-window-content .posts-nav-button {
	display: flex;
    gap: 10px;
    font-size: 30px;
    align-items: center;
	border: 2px solid;
	border-radius: 50px;
	padding: 5px 20px;
	transition: 0.2s;
}
.single-product .posts-nav-button:hover,
.posts-nav-button:hover {
	transform: scale(1.1);
	font-weight: bold;
}
.single-product div.wpcf7[role="form"],
.product-info-window-content div.wpcf7[role="form"] {
	margin-bottom: 80px;
}
@media (max-width: 768px) {
	.single-product article.product,
	.product-info-window-content article.type-product {
		flex-direction: column;
	}
	.single-product .information,
	.single-product .featured-image,
	.product-info-window-content .information,
	.product-info-window-content .featured-image {
		width: 100%;
	}
	.single-product article.product,
	.single-product div.wpcf7[role="form"],
	.product-info-window-content article.product,
	.product-info-window-content div.wpcf7[role="form"] {
		margin-bottom: 40px;
	}
	.single-product .products-contact-form,
	.product-info-window-content .products-contact-form {
		margin-top: 0;
	}
	.product-info-window-content,
	.product-info-window {
		padding: 20px;
	}
}

/* Product badges */
.badge {
	border-radius: 50px;
	border: 2px solid;
	padding: 5px 10px;
	width: fit-content;
}
.badge.new,
.badge.fasting {
	background-color: var(--secondary-color);
	color: white;
	border-color: var(--secondary-color);
}
.category-loop > article .badge {
	position: absolute;
	top: -1em;
	right: 1em;
}

/* Newsletter section */
.newsletter {
	margin: 0 0 8rem;
	position: relative;
}
.tax-product-category .newsletter {
	margin: -6.25em auto;
}
.newsletter .slogan {
	margin: 0 auto;
/*     transform: translate(2%, -25%); */
}
#mc-embedded-subscribe-form input {
    max-height: 3rem;
}
input#mce-EMAIL::placeholder {
    color: #fff;
}
button#mc-embedded-subscribe {
    top: -10%;
    position: relative;
}
.newsletter > svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding-right: 6vw;
	transform: translate(0.4%, 7%);
}
.newsletter #mc_embed_signup {
	display: flex;
	margin: 0 auto;
	max-width: 46rem;
	width: 100%;
	margin: 0 auto;
}
.newsletter #mc_embed_signup form,
.newsletter #mc_embed_signup form #mc_embed_signup_scroll,
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group,
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group > div {
	width: 100%;
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group > div {
	display: flex;
	gap: 10px;
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mce_inline_error,
.newsletter #mce-error-response {
	justify-content: center;
	padding: 10px;
}
#mc_embed_signup div.mce_inline_error,
#mce-error-response {
	margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #6B0505;
    font-weight: bold;
    z-index: 1;
    color: #fff;
}
#mce-error-response  {
	margin-top: 20px;
	text-align: center;
}
.newsletter #mce-success-response {
	color: white;
    background: #4BB543;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
	width: 100%;
	padding: 20px 40px;
    border-radius: 50px;
    border: none;
    background-color: black;
    color: white;
	font-family: CeraGR-Black;
	outline: none;
	border: 2px solid black;
	transition: 0.35s;
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:focus {
	background-color: white;
	color: black;
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input:-ms-input-placeholder, /* Internet Explorer 10-11 */
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::-ms-input-placeholder { /* Microsoft Edge */
  	color: white;
	opacity: 1; /* Firefox */
}
.newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group button {
	padding: 0;
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	transition: 0.25s;
}
@media (mix-width: 769px) {
	.tax-product-category .newsletter > svg {
		top: -9.3em;
	}
}
@media (max-width: 768px) {
	.newsletter #mc_embed_signup {
		max-width: 70vw;
	}
	.page-id-14 .newsletter {
		margin-top: 0;
		margin-bottom: 5rem;
	}
}
@media (max-width: 425px) {
	.newsletter #mc_embed_signup {
		max-width: 90vw;
	}
}

/* Contact form */
div.wpcf7[role="form"] {
	width: 100%;
	max-width: 500px;
}
div.wpcf7[role="form"] input,
div.wpcf7[role="form"] textarea {
	border-radius: 30px;
	border: 2px solid black;
	padding: 10px;
	outline: none;
}
div.wpcf7[role="form"] ::placeholder {
    color: #000;
    padding-left: 1em;
    font-size: 1.1em;
}
div.wpcf7[role="form"] p,
div.wpcf7[role="form"] p * {
	display: flex;
	flex-direction: column;
	width: 100%;
}
div.wpcf7[role="form"] p button[type="submit"] {
	width: fit-content;
	cursor: pointer;
	background-color: transparent;
	width: 64px;
	border: none;
	color: transparent;
	transition: 0.35s;
}
.wpcf7-spinner {
	display: none	!important;
}

/* Buttons */
.visit-page-button {
	background-color: transparent;
    border: none;
    padding: 0;
	outline: none;
}
.visit-page-button-svg {
	width: 64px;
}
.visit-page-button svg * {
	transition: 0.35s;
}
.visit-page-button:hover svg g path:nth-child(2),
.visit-page-button:hover svg g line {
	stroke: white;
}
.visit-page-button:hover svg g path:nth-child(1) {
	fill: black;
}
.visit-page-button:hover .visit-page-button-svg.black g path:nth-child(2),
.visit-page-button:hover .visit-page-button-svg.black g line {
	stroke: black;
}
.visit-page-button:hover .visit-page-button-svg.black g path:nth-child(1) {
	fill: white;
}

.back-button {
	width: fit-content;
    height: fit-content;
    transform: rotate(180deg);
	width: 46px;
	margin-bottom: 10px;
	cursor: pointer;
}
.back-button svg {
	width: 100%;
}
@media (max-width: 768px) {
	.back-button {
		display: none;
	}
}

/* ESPA */
.espa-footer {
	position: fixed;
	display: inline-block !important;
	width: 100%;
	max-width: 400px;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
.espa-footer a {
	display: flex;
}
.espa-footer a,
.espa-footer a img {
	max-width: 100%;
}

@media (max-width: 550px){
	.espa-footer {
		max-width: 70%;
	}
}


/* ESPA */

.espa-banner {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		max-width: 95%;
		width: 400px;
		padding: 10px;
		background: white;
		display: none;
	}
	.espa-banner.active {
		display: block;
	}
	.espa-banner img {
		width: 100%;
	}
	.close-espa-banner {
		font-family: arial;
		font-size: 12px;
		border: 1px solid darkred;
		color: white;
		background: darkred;
		width: 15px;
		height: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px!important;
		cursor: pointer;
		border-radius: 50%;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(50%) translateY(-50%);
		transition: 0.25s;
	}
	.close-espa-banner:hover {
		color: darkred;
		background: white;
	}
	@media (max-width: 435px){
		.espa-banner{
			max-width: 45% ;
		}
		.close-espa-banner{
			padding:3px!important;
		}
	}

.espa-footer-old{
	display:none!important;
}
@media(max-width:768px){
	.site-info{
		padding-bottom:100px!important;
	}	
}

.newsletter label{
/*     display:none!important; */
	color:black!important;
}


.wpcf7 button.visit-page-button span {
/*     content: "send"; */
	   text-indent: -9999999999px;
	   display: block;
}

span.wpseo-score-text.screen-reader-text {
    display:none;
}

.wpb_single_image img {
    height: 13vw!important;
}