/* open-sans-regular - greek_greek-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-greek_greek-ext_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - greek_greek-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v40-greek_greek-ext_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - greek_greek-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-greek_greek-ext_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-regular - greek_greek-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v34-greek_greek-ext_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-500 - greek_greek-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-slab-v34-greek_greek-ext_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-700 - greek_greek-ext_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-slab-v34-greek_greek-ext_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



:root {
   --bs-border-radius: 0;
   --bs-border-radius-lg: 0;
   --bs-border-color: #D6D6D6;
}

* {
	outline: none !important
}

a {
	color: #333;
	text-decoration: none
}

.form-control:focus {
	box-shadow: none;
}

body {
	font-size: 15px;
	font-weight: 400;
}

h1, .h1 {
	font-size: 35px;
	font-weight: 500;
}

h2, .h2 {
	font-size: 30px;
	font-weight: 400
}

h3, .h3 {
	font-size: 25px;
	font-weight: 500
}

img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1640px
}

.toolbar {
	background-color: #EFEFEF;
	font-size: 14px;
	font-weight: 600
}

.toolbar p {
	margin: 0
}

.toolbar img {
	margin-right: 7px
}

.toolbar a {
	text-decoration: none;
	color: #000
}

.mod-languages__list.lang-inline {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.lang-active a {
	color: #D2AC66;
}

.lang-inline li:first-child {
	position: relative;
}

.lang-inline li:first-child::after {
   content: "/";
   width: 10px;
   height: 100%;
   text-align: center;
   color: #000;
   margin-right: 3px
}

.logo img {
	max-height: 98px;
	width: auto;
}

header {
	position: relative;
	z-index: 2
}

header .nav-item {
	margin: 0 17px;
	font-size: 15px;
	font-weight: 600
}

header .nav-item > a {
	color: #000;
	text-decoration: none
}

header .nav-item.active > a {
	color:#D2AC66;
}

header .nav-item.parent {
	position: relative;
}

header .mod-menu > .nav-item.parent::after {
	content: "";
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1
}

header .mod-menu__sub {
	position: absolute;
	top: 62px;
	z-index: 2;
	width: 200px;
	background-color: #fff;
	padding: 20px;
	left: -17px;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 0;
	visibility: hidden;
	transition: all linear 300ms
}

header .mod-menu__sub .mod-menu__sub{
	left: 100%;
	top: -20px;
}

header .nav-item.parent:hover > .mod-menu__sub {
	opacity: 1;
	visibility: visible;
	transition: all linear 300ms
}

header .mod-menu__sub .nav-item {
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #B1B1B1;
}

header .mod-menu__sub .nav-item a {
	font-weight: 400;
	font-size: 14px;
}

.awesomplete > input {
	display: block;
	font-size: 12px;
	border-color: #000 !important
}

::placeholder {
	color: #B1B1B1 !important;
}

.owl-carousel-container {
	padding: 0;
}

.owl-carousel .owl-nav > button {
   left: 0 !important;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0 !important;
	left: auto !important;
}

.banner-section {
	margin-bottom: 90px;
}

.top-1 {
	line-height: 35px;
}

.top-2 {
	margin-bottom: 200px
}

.bottom-2 {
	margin-bottom: 140px;
}

.h-title {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 14px;
	border-bottom: 2px solid #D2AC66;
	margin-bottom: 34px;
}

.services-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.services-list li::before {
	content: "";
	width: 50px;
	height: 55px;
	display: inline-block;
	margin-right: 35px
}

.services-list li:nth-child(1)::before {
	background: url('/images/home/design.png') no-repeat center
}

.services-list li:nth-child(2)::before {
	background: url('/images/home/custom.png') no-repeat center
}

.services-list li:nth-child(3)::before {
	background: url('/images/home/paragogi.png') no-repeat center
}

.services-list li:nth-child(4)::before {
	background: url('/images/home/metafora.png') no-repeat center
}

.services-list li:nth-child(5)::before {
	background: url('/images/home/aftersales.png') no-repeat center
}

.services-list li:not(:last-child) {
	margin-bottom: 40px
}

.l-more, #submit {
	line-height: 1;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #D2AC66;
	border-top: 1px solid #D2AC66;
	padding: 14px 13px;
	position: relative;
	margin-top: 45px;
	display: flex;
	align-items: center;
	width: fit-content;
}

.l-more::before, #submit::before {
	content: "";
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url('/images/home/l-more.png') no-repeat center;
	margin-right: 15px
}

.text-lg-end .l-more {
		   margin-left: auto;
}

.top-4 li {
	margin-bottom: 20px;
}

.top-3 p, .bottom-1 p, .bottom-4 p {
	line-height: 36px
}

.bottom-1 {
	margin-bottom: 150px
}

.bottom-3 {
	margin-bottom: 120px
}

.bottom-4 {
	padding: 50px 0;
	background-color: #F8F8F8;
}

.bottom-4 h2 {
	font-size: 25px;
	font-weight: normal;
}

.bottom-4 .form-control {
	font-size: 13px
}

::placeholder {
	color: #707070 !important;
}

.bottom-4 .btn {
	font-size: 14px;
	height: 60px;
	padding: 0 70px;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #004220;
	--bs-btn-border-color: #004220;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #004220;
	--bs-btn-hover-border-color: #004220;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #004220;
	--bs-btn-active-border-color: #004220;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #004220;
	--bs-btn-disabled-border-color: #004220;
}

footer {
	padding: 90px 0 45px;
	font-size: 14px
}

footer .logo {
	margin-bottom: 120px;
	display: block;
}

footer h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}

footer a {
	color: #000;
	text-decoration: none
}

footer .nav li, .mb-10 li {
	margin-bottom: 10px
}

footer [href="mailto:info@periergon.g"] {
	padding: 6px 10px 6px 0;
	border-top: 1px solid #D2AC66;
	border-bottom: 1px solid #D2AC66;
	margin: 3px 0;
	display: inline-block
}

/* Articles */
.com-content-article {
	margin-top: 80px;
	padding-bottom: 100px;
}

.default-layout .item-image {
	margin-bottom: 80px;
}

.page-header h1 {
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 20px
}

.page-header h1::after {
	content: "";
	position: absolute;
	display: block;
	width: 60%;
	max-width: 150px;
	height: 2px;
	background-color: #D2AC66;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

.com-content-article__body {
	max-width: 1150px;
	margin: auto;
}

.layout-dsthemej5erga .com-content-article__body {
	max-width: 100%;
	margin: auto;
}

.services-grid {
	margin-top: 130px
}

.services-grid .row {
	margin-bottom: 120px
}

.services-grid h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.services-grid h2::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 360px;
	border-top: 2px solid #D2AC66;
	position: absolute;
	top: 100%;
	left: 0
}

.services-grid .text-end h2::after {
	left: auto;
	right: 0
}

.services-desc {
	line-height: 35px;
}

.btn.next {
	margin-left: auto;
}

.fields-container {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 15px;
	color: #888888
}

.fields-container > li {
	padding: 10px
}

.fields-container > li:nth-child(even) {
	background-color: #F7F7F7
}

.related-products {
	margin: 100px 0;
}

.related-products h3 {
	margin-bottom: 80px !important;
}

.related-products a {
	color: #333;
	font-weight: 600;
	text-decoration: none
}

.related-products img {
	max-height: 350px;
	display: block;
	margin: auto;
}

.w-line {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block
}

.w-line::after {
	content: "";
	position: absolute;
	display: block;
	width: 60%;
	max-width: 150px;
	height: 2px;
	background-color: #D2AC66;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

.com-content-category-blog.blog, .layout-dsthemej5systimata .com-content-article__body,  #search-results{
	max-width: 1460px;
	margin: auto;
}

.com-content-category-blog__children {
	margin: 100px 0;
}

.com-content-category-blog__child h2 a,
.layout-blog .item-content h2 a,
#search-result-list h2 a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

.com-content-category-blog__items {
	margin-bottom: 80px;
}

.com-content-category-blog__item {
	min-height: 400px;
}

.layout-blog .item-content img, #search-results .item-content img {
	max-height: 300px;
	max-width: 260px;
}

.item-content .item-image {
	margin: auto;
}

.items-leading {
	margin-top: 120px
}

.items-leading > div:not(:last-child) {
	margin-bottom: 170px;
}

.items-leading h2 {
	margin-bottom: 25px;
		text-align: center;
}

.items-leading h2 a {
	color: #333;
	text-decoration: none;
	font-size: 25px;
	font-weight: 500
}

.btn-r-more {
	border: 1px solid #013814;
	padding: 18px 55px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	line-height: 1;
	font-size: 18px;
}

.category-desc {
	font-size: 15px;
}

.layout-dsthemej5systimata .item-content {
	font-size: 15px
}

.layout-dsthemej5systimata .item-content h3 {
	font-size: 23px;
}

.systimata-features {
	margin-bottom: 120px
}

.systimata-ch-perigrafi {
	font-weight: 500;
	font-size: 16px;
	font-family: 'Roboto Slab';
}

.layout-dsthemej5systimata .related-products {
	margin-bottom: 150px
}

.splide__slide {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.splide__arrow {
	background: #EFEFEF;
	height: 65px;
	width: 50px;
	border-radius: 0;
	left: 15px;
	opacity: 1
}

.splide__arrow--next {
	right: 15px;
	left: auto !important;
}

.splide__slide {
	padding-bottom: 25%;
	overflow: hidden;
}

.splide__slide a {
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	bottom: 0;
	top: 0;
}

.splide__slide img {
	object-fit: cover;
	height: 100%;
	width: 100%
}

.mod-articlescategory li:last-child {
	border-right: 0 !important;
}

.diatomes {
	margin-top: 100px;
}

.diathesimes-diatomes ul {
	list-style: none;
	padding: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	max-width: 995px;
}

.diatomes .fields-container > li:nth-child(2n) {
	background-color: transparent;
}

.diatomes h3 {
	margin-bottom: 45px
}

.layout-dsthemej5erga .blog-items .item-image {
	position: relative;
	padding-bottom: 100%;
	display: block;
	margin: 0 0 20px;
}

.layout-dsthemej5erga .blog-items .item-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.layout-dsthemej5erga .page-header h2 {
	line-height: 0.8
}

.layout-dsthemej5erga .page-header a {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	font-family: 'Open Sans';
	text-decoration: none;
}

.filters .btn {
	text-decoration: none;
	color: #888888;
	font-size: 20px;
}

.filters .active , .btn:first-child:active{
	color: #333
}
.erga-gallery_img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.erga-gallery_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%
}

#photo-gallery img {
	max-height: 100px;
}

.pagination {
	justify-content: center;

}

.page-link {
	border: none;
	color: #333 !important;
}

.disabled > .page-link,
.page-link.disabled,
.active > .page-link,
.page-link.active {
	background-color: transparent;
}

.active > .page-link, .page-link.active {
font-weight: bold;
}

.disabled.page-item {
	opacity: 0.4;
}

.contact-container {
	max-width: 1000px;
	margin: 100px auto;
}

.contact-details {
	font-size: 16px
}

.contact-details h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px
}

.contact-details a {
	color: #333;
	text-decoration: none
}

.contact-details ul {
	margin-bottom: 40px
}

.contact-details li {
	margin-bottom: 10px
}

.b-line {
	padding-bottom: 10px;
	border-bottom: 1px solid #D2AC66;
	display: inline-block;
}

.map-link {
	font-weight: bold;
	color: #298FF5 !important;
}

#submit {
	margin: 30px auto;
	background-color: transparent !important;
	border-left: none;
	border-right: none;
}

 /* offcanvas*/
.offcanvas-body .mod-menu {
	flex-direction: column;
}

.offcanvas-body .mod-menu__sub {
	display: none;
	padding: 10px
}

.offcanvas-body .nav-item {
	padding: 10px 0;
	border-bottom: 1px solid var(--bs-border-color);
	position: relative;
}

.offcanvas-body .nav-item:last-child {
	border-bottom: none;
}

.offcanvas-body a {
	font-size: 15px;
	color: #333
}

.offcanvas-body .active > a {
	font-weight: bold;
}

.offcanvas-body .subtoggle {
	padding: 0;
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1
}

.offcanvas-body .subtoggle.open {
	transform: rotate(-180deg);
	transition: all linear 200ms
}

.offcanvas-body .awesomplete {
	width: 100%;
	margin-bottom: 15px;
}

.offcanvas-body .awesomplete input {
	border: 1px solid var(--bs-border-color) !important;
	font-size: 14px;
	height: 34px;
}

.offcanvas-body .awesomplete + button {
	position: absolute;
	right: 10px;
	top: 2px;
}

/* To top */
.back-to-top-link {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 1020;
}

.com-content-article {
	margin-top: 10px;
	padding-bottom: 50px;
}

/* User */
.com-users-login.login, .com-users-reset, .com-users-remind, .com-users-registration {
	max-width: 400px;
	margin: 100px auto ;
	padding: 15px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.control-group, .com-users-login__remember {
	margin-bottom: 15px;
}

.com-users-reset legend, .com-users-remind legend {
	font-size: 14px
}

.mod-breadcrumbs.breadcrumb {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	font-size: 14px;
	padding: 10px 0 !important;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.mod-breadcrumbs__wrapper {
	overflow: auto;
}

.breadcrumb-item + .breadcrumb-item::before {
	float: none;
}

.divider.icon-location {
	display: none;
}

.mod-breadcrumbs__item.breadcrumb-item.active {
	color: #D2AC66;
}

.mod-articlescategory.category-module.mod-list {
	padding: 0;
}

@media screen and (max-width: 1200px) {

	.layout-dsthemej5systimata .item-content {
		font-size: 14px;
	}

	.top-2 {
		margin-bottom: 100px;
	}

	footer {
		padding: 45px 0 20px;
	}

	footer .logo {
	margin-bottom: 60px;
	}

	.logo img {
		height: 50px;
	}

	h1, .h1 {
		font-size: 30px;
	}

	.default-layout .item-image {
		margin-bottom: 50px;
	}

	.services-grid {
		margin-top: 80px;
	}

	.services-grid .row {
		margin-bottom: 80px;
	}

	.items-leading > div:not(:last-child) {
		margin-bottom: 100px;
	}

	.btn-r-more {
		padding: 15px 50px;
		font-size: 16px;
	}

}

@media screen and (max-width: 1080px) {

	.layout-dsthemej5systimata .item-content h3 {
		font-size: 20px;
	}

	.items-leading {
		margin-top: 50px;
	}

	.layout-dsthemej5systimata .related-products {
		margin-bottom: 120px;
		margin-top: 0;
	}

	.layout-dsthemej5systimata .related-products:last-child {
	   margin-bottom: 0;
	}

	.systimata-features {
		margin-bottom: 80px;
	}

	.katastimata {
		margin-bottom: 60px;
	}

	.filters .btn {
		font-size: 16px;
	}

	.layout-dsthemej5erga .page-header a {
	font-size: 16px;
	}

}

@media screen and (max-width: 991px) {

.com-content-category-blog__child {
	border-bottom: 1px solid #D6D6D6;
}

.com-content-category-blog__child:last-child {
	border-bottom: none;
}

.com-content-category-blog__child:nth-child(even) {
	border-right: none !important
}


#photo-gallery img {
	max-height: 100%;
	max-width: 100%;
}
.filters .btn {
	font-size: 14px;
}

.contact-container {
	margin: 50px auto;
}

.contact-details {
	font-size: 14px;
	text-align: center;
	margin-top: 60px;
}

}

@media screen and (max-width: 768px) {

h2, .h2 {
	font-size: 25px;
}

.text-lg-end .l-more {
margin-left: 0;
}

.h-title {
	font-size: 22px;
	margin-bottom: 20px;
}

.services-list li:not(:last-child) {
	margin-bottom: 20px;
}

br {
	display: none
}

.l-more {
	margin-top: 30px;
}

.banner-section {
	margin-bottom: 50px;
}

.top-1 {
	line-height: 30px;
}

.systimata-ch-perigrafi {
	font-size: 14px;
}

}

@media screen and (max-width: 480px) {

	h1, .h1 {
		font-size: 24px;
	}

	.items-leading h2 {
		margin-bottom: 20px;
	}

	.l-more {
		margin: 50px auto 0 !important;
	}

	[class*="top-"], [class*="bottom-"] {
		text-align: center;
	}

	.top-3 p, .bottom-1 p, .bottom-4 p {
		line-height: 25px;
	}

	.services-list li {
		padding-left: 14vw;
	}

	.bottom-1, .bottom-2, .bottom-3 {
		margin-bottom: 60px;
	}

	.bottom-4 .input-group {
		flex-direction: column;
	}

	.bottom-4 .input-group > .form-control {
		width: 100%;
		min-width: 0;
		margin-bottom: 20px;
		height: 45px
	}

	.bottom-4 .btn {
		height: 45px;
		padding: 0;
		width: 100%
	}

	#ot-slider-113 .owl-nav > button {
		width: 50px;
		height: 50px;
	}

	.services-desc {
		line-height: 25px;
	}

	.mod-relateditems li:nth-child(2n) {
		border-right: none !important;
	}

	.splide__slide {
		padding-bottom: 40%;
		overflow: hidden;
	}

	.mod-breadcrumbs.breadcrumb {
		justify-content: start;
	}

	.mod-relateditems li {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mod-relateditems li:nth-child(1), .mod-relateditems li:nth-child(2) {
		border-bottom: 1px solid #D6D6D6
	}

	.mod-relateditems li:nth-child(odd) {
		border-right: 1px solid #D6D6D6;
	}

	.com-content-category-blog__child {
		border-right: none !important
	}

	.com-content-category-blog__item {
		border-right: none !important
	}

	.com-content-category-blog__item:not(:last-child) {
		border-bottom: 1px solid #D6D6D6;
	}

	header .mod-finder {
		display: none
	}

}