/* Font */
body.open {
	height: 100vh;
	overflow: hidden;
}

/*generic css*/
.content-area {
	display: none;
}

.container {
	max-width: 75%;
}

.sm-container {
	max-width: 70%;
}

.container,
.sm-container,
.container-fluid {
	position: relative;
	z-index: 2;
}

body {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 200;
	font-style: normal;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
}

.oveflow-hidden {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a,
#menu-main li a,
.wpcf7-form .wpcf7-field-group-add,
.wpcf7-form .wpcf7-field-group-remove {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a {
	color: #57db7f;
}

a:hover,
a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
}

#main-content.white_bg a:hover,
#main-content.white_bg a:focus {
	color: #055238;
}

b,
strong,
h2.woocommerce-loop-product__title,
.search.search-results #main-content .post-item h2.sm-title {
	font-weight: 600;
}

.wp-block-image a {
	cursor: pointer;
}

/* Clear  */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*titles*/
.upper {
	text-transform: uppercase;
}

.big-title {
	line-height: 120%;
}

.medium-title {
	line-height: 120%;
}

.small-title {
	line-height: 120%;
}

.year-title {
	font-size: 40px;
	line-height: 120%;
	font-weight: 200;
}

/*button*/
.button {
	display: inline-block;
	font-size: 25px;
	position: relative;
	padding: 10px 20px;
	margin: 10px 0;
	text-align: center;
}

/*plugins*/
.grecaptcha-badge {
	z-index: 999;
}

.cn-button.bootstrap {
	color: #000;
	background: #fff;
	border-radius: 0;
	padding: 10px 20px;
}

.cookie-notice-container {
	padding: 22px 30px;
}

/*masonry and gallery*/
.grid {
	min-width: 100%;
	margin: auto;
}

.grid-sizer,
.grid-item {
	width: calc(25% - 20px);
	float: left;
}

.grid-item {
	float: left;
	margin-bottom: 20px;
}

.grid-gutter {
	margin: 10px;
	float: left;
}

.blocks-gallery-grid {
	min-width: 100%;
}

.blocks-gallery-item {
	width: calc(33.33% - 20px);
	float: left;
}

/*reveal*/
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/*z-index*/
.z-index {
	z-index: 9;
}

/*header*/
#header {
	overflow: hidden;
	position: relative;
	padding-top: 60px;
}

/* Lang */
.lang-link {
	color: #fff;
	font-weight: bold;
}

.lang-link:hover,
.lang-link.active,
#main-content.white_bg #menu-new-sidebar a:hover,
#main-content.white_bg #menu-new-sidebar a:focus,
#main-content.white_bg #menu-new-sidebar a.active,
#main-content.white_bg #menu-products-sidebar-menu a:hover,
#main-content.white_bg #menu-products-sidebar-menu a:focus,
#main-content.white_bg #menu-products-sidebar-menu a.active {
	color: #57db7f;
	font-weight: bold;
}

/* .lang-link:first-child::before {
	position: absolute;
	content: "|";
	right: -15px;
	top: -2px;
	color: #57db7f;
} */

.custom-logo {
	max-height: 75px;
	width: auto;
}

.hero-image-outer {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.image-post-default img,
.image-post-defaultm img,
.image-post-thumbnail:not(.h-auto) img,
.hero-image-outer img.hero-image,
.news-media img,
.image-post-acf-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-image {
	position: absolute;
	top: 0;
	z-index: 0;
	min-width: 100%;
}

#mobile-open,
#logo {
	z-index: 999;
	position: relative;
}

/* Menu */
.menu ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.menu li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}

.menu a {
	text-transform: uppercase;
	color: #fff;
}

/*mobile menu controls*/
#mobile-open {
	display: inline-block;
	cursor: pointer;
}

.menu-line {
	background: #fff;
	width: 60px;
	height: 2px;
	display: block;
	position: relative;
}

.menu-line.bottom-line {
	margin-top: 10px;
}

/*mobile menu modal*/
#mobile-menu-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	text-align: center;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	background-color: #073e2b;
}

#mobile-menu-modal-inner {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: scroll;
}

#mobile-menu-modal ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	text-align: left;
}

#mobile-menu-modal li {
	list-style: none;
	margin: 20px 0;
}

#mobile-menu-modal ul.navigation>li {
	opacity: 0;
}

#mobile-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 107.5px;
	top: 102.5px;
	cursor: pointer;
	z-index: 9999;
}

#mobile-close svg {
	stroke: #fff;
	stroke-width: 2px;
}

.menu-item span {
	transition: all 0.3s;
}

#mobile-menu-modal::before {
	content: " ";
	width: 42%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #073e2b;
	z-index: -1;
}

#mobile-menu-modal::after {
	content: " ";
	width: 58%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url("/wp-content/themes/agrology/images/mobile_menu_bg.jpg") no-repeat center center / cover;
	z-index: 0;
}

#mobile-menu-modal .custom-logo {
	height: 45px;
}

#mobile_menu_top_svg {
	width: 58%;
	top: 0;
	right: 0;
	height: 50px;
	z-index: 2;
	mix-blend-mode: screen;
}

#mobile_menu_left_svg {
	width: 42%;
	left: 0;
	bottom: 0;
	mix-blend-mode: exclusion;
	z-index: -1;
}

#mobile_menu_left_svg img {
	height: 100%;
	width: auto;
}

#mobile_menu_bot_svg {
	width: 350px;
	right: 0;
	bottom: 20px;
	opacity: 0.4;
	mix-blend-mode: color-dodge;
	z-index: 1;
}

#mobile-menu-modal ul.navigation li:hover>a,
#mobile-menu-modal ul.navigation li>a.active,
#mobile-menu-modal ul.navigation li.current-menu-item>a {
	font-weight: 600;
}

#mobile-menu-modal ul.navigation ul.sub-menu {
	padding-right: 35px;
	width: 600px;
}

#mobile-menu-modal ul.navigation ul.sub-menu li span {
	font-size: 30px;
	line-height: 35px;
}

.menu_top_contact_info {
	margin-bottom: -55px;
}

/* Slideshow */
#home-hero {
	height: auto;
	min-height: 100vh;
	background-color: #053424;
}

/*!!!!!custom theme css below!!!!!*/

/* Titles */
.xl-title,
.big-title,
.title,
.sm-title {
	font-weight: 200;
	font-family: "IBM Plex Sans", sans-serif;
}

.xl-title {
	font-size: 100px;
	line-height: 120%;
}

.big-title {
	font-size: 80px;
	line-height: 120%;
}

.title {
	font-size: 60px;
	line-height: 120%;
}

.md-title {
	font-size: 40px;
	line-height: 120%;
}

.sm-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
#inner-searchform-en span.field_heading {
	font-size: 30px;
	line-height: 125%;
	word-break: break-word;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.letter_space_4 {
	letter-spacing: 4px;
}

.letter_space_1 {
	letter-spacing: 1px;
}

.font-medium,
#blog-sidebar ul li.current-cat a {
	font-weight: 500;
}

.font-light {
	font-weight: 200;
}

/* Inside ::before Title */
.hero-image-outer .header.position-absolute {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.hero-image-outer .header span.header_color {
	width: 200px;
	height: 35px;
	position: absolute;
	left: -10px;
	bottom: -10px;
	background-color: #094832;
	z-index: -1;
}

.hero-image-outer .image-post-default img,
.hero-image-outer .image-post-thumbnail img {
	filter: brightness(60%);
}

/* Colors */
/* .woocommerce-loop-product__title, */
.white_text,
.posted_in a,
#menu-item-12719 ul.sub-menu li a
#blog-sidebar ul li a {
	color: #fff;
}

.green {
	color: #20863f;
}

.dark_green,
.product-en-inner h2 a.dark_green:hover {
	color: #053424;
}

.light_green,
.prod_content .white_button,
.prod_content .white_button:hover,
.prod_content .white_button:focus,
.menu-item-type-custom>a,
#menu-item-153 a,
.search-results .post-item ul.post-categories li a,
#menu-item-13842>a,
#menu-item-13843>a,
#blog-sidebar ul li a:hover,
#blog-sidebar ul li a:focus {
	color: #57db7f;
}

.grey_text {
	color: #656565;
}

.dark_text {
	color: #1a1a1a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.black_text {
	color: #000;
}

.yellow_text,
#news .dark_text:hover,
#news .dark_text:focus,
#main-content .news-post:hover .md-title .white_text,
#main-content .news-post:focus .md-title .white_text {
	color: #f0ca0b;
}

#main-content .product .button {
	font-weight: 400;
}

/* Paddings */
.xl-x-padding {
	padding-left: 200px;
	padding-right: 200px;
}

.x-padding {
	padding-left: 100px;
	padding-right: 100px;
}

.md-x-padding {
	padding-left: 75px;
	padding-right: 75px;
}

.xl-y-padding {
	padding-top: 200px;
	padding-bottom: 200px;
}

.y-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.md-y-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}

.sm-y-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Margins */
.xl-b-margin {
	margin-bottom: 200px;
}

.b-margin {
	margin-bottom: 100px;
}

.md-b-margin {
	margin-bottom: 75px;
}

.sm-b-margin {
	margin-bottom: 50px;
}

.xl-t-margin {
	margin-top: 200px;
}

.t-margin {
	margin-top: 100px;
}

.md-t-margin {
	margin-top: 75px;
}

/* Buttons */
.green_button,
.white_button,
.black_button,
button.mapsvg-mobile-modal-close,
#wpforms-submit-15040,
#wpforms-submit-13847,
#wpforms-submit-14115,
#wpforms-submit-124524,
.posted_in,
a.button.product_type_simple,
.sf-field-submit input,
#wpforms-submit-17918,
#wpforms-submit-14432,
#wpforms-submit-78795,
#wpforms-submit-16268 {
	color: #053424;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px 35px;
	border-radius: 30px;
	border: 0;
	height: auto;
	background-color: #5bce7e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#wpforms-submit-78795,
#wpforms-submit-16268 {
	margin-top: 30px;
}
.green_button:hover,
.green_button:focus,
button.mapsvg-mobile-modal-close:hover,
button.mapsvg-mobile-modal-close:focus,
.prod_content .white_button:hover,
.prod_content .white_button:focus,
.posted_in:hover,
.posted_in:focus,
a.button.product_type_simple:hover,
a.button.product_type_simple:focus,
.sf-field-submit input:hover,
.sf-field-submit input:focus,
#wpforms-submit-14115:hover,
#wpforms-submit-14115:focus,
#wpforms-submit-17918:hover,
#wpforms-submit-17918:focus,
#wpforms-submit-78795:hover,
#wpforms-submit-78795:focus,
#wpforms-submit-16268:hover,
#wpforms-submit-16268:focus,
#wpforms-submit-124524:hover,
#wpforms-submit-124524:focus {
	color: #fff !important;
	background-color: #055238;
}

#wpforms-16268 .wpforms-form .choices__list--multiple .choices__item {
	color: #053424;
	background-color: #57db7f;
	border: #57db7f;
}
#wpforms-16268 input.choices__input {
	border: none !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	background-color: transparent;
	border: 0.5px solid rgba(255, 255, 255, 0.5) !important;
	color: #fff;
}

.white_button,
#products .prod_content .green_button:hover,
#products .prod_content .green_button:focus,
#wpforms-submit-15040,
#wpforms-submit-13847 {
	color: #3c3c3c !important;
	background-color: #fff;
}

.white_button:hover,
.white_button:focus,
#wpforms-submit-15040:hover,
#wpforms-submit-15040:focus,
#wpforms-submit-13847:hover,
#wpforms-submit-13847:focus,
#wpforms-submit-14432:hover,
#wpforms-submit-14432:focus {
	color: #3c3c3c;
	background-color: #e2e2e2;
}

.black_button {
	color: #fff;
	background-color: #000;
}

.black_button:hover,
.black_button:focus {
	color: #fff;
	background-color: #a8a8a8;
}

/* Background Color */
.white_bg {
	background-color: #fff;
}

.dark_bg {
	background-color: #053424;
}

/* Home Hero */
.home .hero-image-outer {
	background-image: linear-gradient(to right, #053424, #dddddd);
	z-index: 1;
}

.home .hero-image-outer img {
	opacity: 0.8;
	mix-blend-mode: multiply;
	z-index: -1;
}

#agro_logo {
	height: 750px;
	right: 0;
	bottom: 0;
	mix-blend-mode: color-dodge;
	z-index: -1;
}

/* Welcome Title */
#wel_title .second_line {
	margin-left: 10%;
}

#wel_title .second_line:lang(en-us) {
	margin-left: 35%;
}

/* About Us */
#about {
	padding-top: 150px;
}

.second_line {
	position: relative; //Chr
}

#about::before {
	content: " ";
	width: 80%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #053424;
	z-index: -1;
}

#about_top_left,
#products_top_right {
	max-width: 225px;
	top: -145px;
	left: 14%;
}

.who_we_are,
.values {
	right: 150px;
	top: 125px;
	letter-spacing: 2px;
}

.who_we_are::before,
#products .product::before,
.new::before,
.values::before {
	content: " ";
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-color: #a3f0a3;
}

#about_text {
	margin-bottom: -50px;
	padding-left: 40px;
	background-color: #053424;
}

#about .title .second_line:lang(en-us) {
	margin-left: 14%; //Chr
}

#about .title .second_line {
	margin-left: 30%;
}

#about .second_line::before,
#products .big-title::before,
#news .big-title::before,
#our_values_title .big-title::before {
	content: " ";
	width: 150px;
	height: 150px;
	position: absolute;
	right: -75px;
	bottom: -30px;
	background: url("/wp-content/themes/agrology/images/about/about_title.png") no-repeat center center / contain;
	z-index: -1;
}

#about_img img {
	filter: brightness(75%);
}

#about_description,
#products_description {
	line-height: 200%;
	letter-spacing: 1px;
}

#about_bot_right {
	width: 300px;
	height: 395px;
	right: 0;
	bottom: 50px;
}

#about_bot_right img {
	mix-blend-mode: color-burn;
}

/* Stats */
#stats .container {
	background-color: #053424;
}

#stats .container::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("/wp-content/themes/agrology/images/stats_bg.jpg") no-repeat 0% 0% / cover;
	z-index: 0;
	mix-blend-mode: overlay;
}

#stats .title {
	font-size: 50px;
}

.stat_content::before {
	content: " ";
	width: 1px;
	height: 30px;
	position: absolute;
	left: calc(50% - 0.5px);
	top: 50px;
	background-color: rgba(255, 255, 255, 0.5);
}

/* Products */
#products {
	padding-bottom: 100px;
}

#products::before {
	content: " ";
	width: 80%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0%;
	background-color: #f8f8f0;
	z-index: -1;
}

#products .big-title::before {
	right: unset;
	left: -25px;
	bottom: -20px;
	transform: rotate(-90deg);
	opacity: 0.4;
}

#products_top_right {
	left: unset;
	top: -100px;
	right: 16.5%;
}

span.product,
span.new {
	left: 205px;
	top: 100px;
	letter-spacing: 2px;
}

.prod_icon {
	max-width: 125px;
	padding: 30px;
	border-radius: 50%;
	background-color: #fff;
}

.prod_content {
	min-height: 640px;
	font-weight: 400;
	background-color: #000;
}

.prod_content .prod_icon,
.prod_content .sm-title,
.prod_content .prod_text,
.prod_content .readmore_button,
.innovation_content .md-title,
.innovation_content .readmore_button {
	position: relative;
	z-index: 1;
}

.prod_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background-color: rgba(0, 0, 0, 0.65); */
	opacity: .45;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.prod_content:hover .prod_overlay {
	opacity: .65;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Our Values */
.values {
	top: 50px;
}

#our_values_title .big-title::before {
	right: -35px;
	bottom: -20px;
	filter: saturate(2) contrast(1) brightness(2);
}

#values_row_1_img_1 img,
#values_row_1_img_2 img,
#values_row_2_img_3 img,
#values_row_2_img_4 img,
#values_row_3_img_5 img {
	height: 150px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#values_row_1_img_1:hover img,
#values_row_1_img_2:hover img,
#values_row_2_img_3:hover img,
#values_row_2_img_4:hover img,
#values_row_3_img_5:hover img {
	height: 350px;
}

#our_values_left_svg {
	width: 400px;
	top: 275px;
	left: 0;
	z-index: -1;
}

#our_values_right_svg {
	width: 275px;
	height: 475px;
	right: 0;
	bottom: -175px;
}

/* Tech & Innovation */
#innovation::before {
	content: " ";
	width: 2px;
	height: 75%;
	position: absolute;
	left: calc(50% - 1px);
	bottom: -10%;
	background-color: #e2e2e2;
	mix-blend-mode: multiply;
	z-index: 1;
}

.innovation_content {
	height: 635px;
	overflow: hidden;
	background-color: #000;
}

.innovation_content::before {
	/* content: " "; */
	width: 125px;
	height: 125px;
	position: absolute;
	left: calc(50% - 62.5px);
	top: calc(50% - 62.5px);
	background: transparent url("/wp-content/themes/agrology/images/play_btn.svg") no-repeat center center / contain;
	z-index: 1;
}

.innov_img {
	z-index: 0;
}

.innov_img img {
	opacity: 0.75;
	object-fit: cover;
	height: 100%;
}

/* Standards Section */
#standards {
	background: #000 url("/wp-content/themes/agrology/images/standards_bg.jpg") no-repeat top center / cover;
}
#standards h3 {
	font-weight: 400;
}

#standards::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	background-image: linear-gradient(to top, #06140b, #6e8b7c);
	z-index: 0;
}

#standards .container {
	z-index: 2;
}

/* News Section */
#news {
	padding-bottom: 100px;
}

.new {
	top: 50px;
}

#news .big-title::before {
	right: 120px;
	top: -50px;
	filter: saturate(2) contrast(1) brightness(2);
}

#news .md-title {
	font-weight: 400;
	font-size: 35px;
	width: 90%;
}

.new::before {
	background-color: #f0ca0b;
}

.news-media,
.news-media a {
	max-height: 475px;
	min-height: 475px;
	height: 100%;
}

.news-post .news-media a::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news-post:hover .news-media a::before {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#news .owl-stage-outer {
	padding-bottom: 50px;
	border-bottom: 2px solid #cccccc;
}

#news .owl-theme .owl-nav {
	margin-top: 30px;
	text-align: left;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.owl-carousel .owl-nav button.owl-next {
	margin-left: 20px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.25;
}

/* Footer */
#footer {
	background-image: linear-gradient(to top, #01190e, #104d32);
}

#footer_top_svg {
	left: 0;
	top: 0;
	z-index: 2;
	mix-blend-mode: screen;
	width: 100%;
}

#footer_top_svg img {
	min-width: 100%;
}

#footer_top_left img {
	height: 70px;
}

#footer ul.menu {
	margin-bottom: 30px;
}

#menu-footer-1,
#menu-footer-2,
#menu-footer-3,
#menu-footer-4,
#menu-footer-5,
#menu-footer-1 .sub-menu,
#menu-footer-2 .sub-menu,
#menu-footer-3 .sub-menu,
#menu-footer-4 .sub-menu,
#menu-footer-5 .sub-menu,
#menu-footer-1 li,
#menu-footer-2 li,
#menu-footer-3 li,
#menu-footer-4 li,
#menu-footer-5 li {
	display: block;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}

#footer_menu_1 .sub-menu a,
#footer_menu_2 .sub-menu a,
#footer_menu_3 .sub-menu a,
#footer_menu_4 .sub-menu a {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-transform: capitalize;
}

#footer_bot_right .wpforms-submit-container {
	padding-top: 0;
	margin-top: 3rem;
}

#footer_bot_right .wpforms-field-medium,
#s {
	max-width: 80%;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
	padding: 20px 25px;
	border-radius: 0;
	background: transparent;
	border: 0.5px solid rgba(255, 255, 255, 0.5);
}

#footer_bot_right .wpforms-field-medium {
	text-transform: unset;
}

#wpforms-submit-15040,
#wpforms-submit-13847 {
	text-transform: uppercase;
}

.foo_social a,
.top_social a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 27px;
	border: 0.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-right: 5px;
}

#footer_bot_svg {
	width: 35%;
	left: 0;
	bottom: 5px;
	mix-blend-mode: overlay;
	z-index: 0;
}

/* Search */
#searchinput {
	max-width: 85%;
	font-size: 15px;
	line-height: 15px;
	text-transform: none;
}

.search_button_wrapper {
	width: 35px;
	height: 35px;
	right: 22.5%;
	top: 15px;
	z-index: 10;
}

.error-404 .search_button_wrapper {
	right: 12%;
}

.search_button_wrapper::after {
	content: " ";
	width: 75%;
	height: 75%;
	position: absolute;
	top: 10%;
	left: 7.5%;
	background: url("/wp-content/themes/agrology/images/search_icon.svg") no-repeat center center / contain;
}

#searchsubmit {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	z-index: 2;
}

/* Accordion Menu */
#main-menu {
	height: 100%;
	padding-right: 10px !important;
}

li.menu-item-has-children {
	position: relative;
	padding-right: 35px;
}

.accordion-btn,
.accordion-btn_2,
.accordion-btn_3,
.accordion-btn_footer {
	position: relative;
	display: block;
	cursor: pointer;
}

.accordion-line,
.accordion-line_2,
.accordion-line_3,
.accordion-line_footer {
	position: absolute;
	background-color: #fff;
}

.accordion-btn .accordion-line.top,
.accordion-btn_2 .accordion-line_2.top,
.accordion-btn_3 .accordion-line_3.top,
.accordion-btn_footer .accordion-line_footer.top {
	top: calc(50% - 1px);
	left: -26.5px;
	width: 15px;
	height: 2px;
}

.accordion-btn .accordion-line.bot,
.accordion-btn_2 .accordion-line_2.bot,
.accordion-btn_3 .accordion-line_3.bot,
.accordion-btn_footer .accordion-line_footer.bot {
	top: calc(50% - 7px);
	left: -20.5px;
	width: 2px;
	height: 14px;
	z-index: 2;
}

.accordion-btn_2.active .accordion-line_2.top,
.accordion-btn_3.active .accordion-line_3.top,
.accordion-btn_footer.active .accordion-line_footer.top {
	opacity: 0;
}

.accordion-btn_2.active .accordion-line_2.bot,
.accordion-btn_3.active .accordion-line_3.bot,
.accordion-btn_footer.active .accordion-line_footer.bot {
	transform: rotate(90deg);
}

.accordion-btn .accordion-line.top {
	left: unset;
	right: 10px;
	transform: rotate(45deg);
}
.accordion-btn .accordion-line.bot {
	left: unset;
	right: 7px;
	transform: rotate(45deg);
}

/* product details */
.small-text {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
}

.prod_danger_icons img {
	height: 75px;
	width: auto;
}

.accordion-button,
.accordion-button:not(.collapsed) {
	background-color: #fff;
	padding-left: 3.25rem !important;
	border-bottom: 1px solid #20863f;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	box-shadow: none;
	background-color: #20863f;
}

.accordion-button::after {
	position: absolute;
	left: 1rem;
	background-image: url("/httpdocs/wp-content/themes/agrology/images/chevron-down.svg");
}

.accordion-button:not(.collapsed)::after {
	filter: brightness(100);
	transform: rotate(-180deg);
	background-image: url("/httpdocs/wp-content/themes/agrology/images/chevron-down.svg");
}

.accordion-button:focus {
	border-color: #20863f;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.accordion-body {
	padding: 20px 30px;
	background-color: transparent;
}

.accordion-body .row.last-child {
	border-bottom: 1px solid #094832;
	margin-bottom: 1rem;
}

.accordion-body .row.last-child:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.accordion-body .crop_label {
	color: #094832;
}

.accordion-body p {
	margin-bottom: 10px;
}

/* tank mixes */
.tank_mix_result {
	background-color: #f8f8f0;
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

/* Contact Page */
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
	width: 49%;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half {
	margin-left: 2%;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container .wpforms-form .choices__inner,
.wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance, .green_button),
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder {
	height: 45px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 200;
	letter-spacing: 0.5px;
	background-color: transparent !important;
	border: 0.5px solid rgba(255, 255, 255, 0.5) !important;
}

#main-content.white_text div.wpforms-container-full .wpforms-form input[type="text"],
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="text"]::placeholder,
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="tel"],
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="email"],
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="email"]::placeholder,
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="email"],
#main-content.white_text div.wpforms-container-full .wpforms-form select,
#main-content.white_text div.wpforms-container-full .wpforms-form textarea::placeholder,
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="number"],
#main-content.white_text div.wpforms-container .wpforms-form .choices__inner,
#main-content.white_text .wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance, .green_button),
#main-content.white_text div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder,
#main-content.black_text div.wpforms-container-full .wpforms-field-label-inline,
#main-content.white_text .wpforms-form input[type="tel"]::placeholder {
	color: #fff !important;
}
#footer_bot_right label,
#footer_bot_right input::placeholder {
	color: #Fff !important;
}
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="text"],
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="text"]::placeholder,
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="tel"],
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="email"],
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="email"]::placeholder,
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="email"],
#main-content.black_text div.wpforms-container-full .wpforms-form select,
#main-content.black_text div.wpforms-container-full .wpforms-form textarea::placeholder,
#main-content.black_text div.wpforms-container-full .wpforms-form input[type="number"],
#main-content.black_text div.wpforms-container .wpforms-form .choices__inner,
#main-content.black_text .wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance, .green_button),
#main-content.black_text div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder,
#main-content.black_text a,
#main-content.black_text div.wpforms-container-full .wpforms-field-label-inline {
	color: #000 !important;
}
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="text"],
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="text"]::placeholder,
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="tel"],
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="email"],
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="email"]::placeholder,
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="email"],
#main-content.dark_green div.wpforms-container-full .wpforms-form select,
#main-content.dark_green div.wpforms-container-full .wpforms-form textarea::placeholder,
#main-content.dark_green div.wpforms-container-full .wpforms-form input[type="number"],
#main-content.dark_green div.wpforms-container .wpforms-form .choices__inner,
#main-content.dark_green .wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance, .green_button),
#main-content.dark_green div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder,
#main-content.dark_green a,
#main-content.dark_green div.wpforms-container-full .wpforms-field-label-inline {
	color: #053424 !important;
}
#main-content div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder {
	border: 0 !important;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-acceptance, .green_button) {
	padding: 6px 10px;
}

.wpcf7-form .wpcf7-field-group-add,
.wpcf7-form .wpcf7-field-group-remove {
	width: 40px;
	height: 40px;
	border: 0;
	color: #fff;
	background-color: #57db7f;
	border-radius: 50%;
}

.wpcf7-form .wpcf7-field-group-remove {
	margin-right: 10px;
}

.wpcf7-form .wpcf7-field-group-add:hover,
.wpcf7-form .wpcf7-field-group-remove:hover {
	background-color: #055238;
}

#wpforms-submit-17918,
#wpforms-submit-14432 {
	border: 0;
	margin-top: 25px;
	text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form .wpforms-field,
#footer_bot_right .wpforms-field-required {
	position: relative;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
#footer_bot_right div.wpforms-container-full .wpforms-form label.wpforms-error {
	position: absolute;
	color: #57db7f;
	top: 20px;
	right: 10px;
}

#footer_bot_right div.wpforms-container-full .wpforms-form label.wpforms-error {
	top: 40px;
	right: 0;
}

div.wpforms-container-full .wpforms-form #wpforms-17918-field_6-container label.wpforms-error {
	right: unset;
	left: 5px;
	top: 35px;
}

/* Product Form - EN */
#wpforms-14115-field_1 {
	color: #fff;
}

/* Woocommerce */
.woocommerce nav.woocommerce-pagination {
	margin-top: 100px;
}

.woocommerce .woocommerce-result-count {
	margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination,
.page_navigation nav.pagination {
	text-align: left;
}

.woocommerce nav.woocommerce-pagination ul .page_navigation nav.pagination ul {
	border: 0;
	margin: 0px;
}

.woocommerce nav.woocommerce-pagination ul li,
.page_navigation nav.pagination ul li {
	display: inline-block;
	float: none;
	border-right: 0;
	border-radius: 50%;
	margin-right: 10px;
	background: #094832;
}

.woocommerce nav.woocommerce-pagination ul li a,
.page_navigation nav.pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page_navigation nav.pagination ul li span {
	display: block;
	width: 42px;
	height: 42px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 23px;
	font-size: 18px;
	font-weight: 400;
	padding: 0.5em;
	min-width: unset;
	text-align: center;
	border-radius: 50%;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_navigation nav.pagination ul li a:focus,
.page_navigation nav.pagination ul li a:hover,
.page_navigation nav.pagination ul li span.current {
	color: #fff;
	background: #5bce7e;
}

.woocommerce nav.woocommerce-pagination ul li a svg,
.page_navigation nav.pagination ul li a svg {
	fill: #fff;
	margin-top: -5px;
}

.term-description {
	line-height: 30px;
	margin-bottom: 50px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.search.search-results #main-content .post-item {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: start;
	width: 23%;
	margin: 0 2% 30px 0;
	padding: 30px 25px;
	border-radius: 5px;
	background-color: #f8f8f0;
}

.products .product .prod_image {
	order: -1;
	background-color: #fff;
}

.products .product .prod_image img {
	height: 175px;
	width: auto;
}

/* Product Seach Page */
.product_search_page #main-content,
.tank_search_page #main-content {
	padding-bottom: 0;
}

.products_result::after {
	content: " ";
	display: table;
	clear: both;
}

.products_result .crops_product_loop {
	position: relative;
	width: 22%;
	float: left;
	margin: 0 3% 50px 0;
	padding: 0;
	min-height: 420px; //Chr
}

.products_result {
	margin-left: 3%; //Chr
}

#productForm .crops_product_loop_systasi {
	min-height: 60px;
}

#productForm .crops_product_loop_action {
	min-height: 140px; //Chr allagi apo 85px se 140px
}

.crops_product_loop_title h3 {
	min-height: 75px; //Chr
}

#productForm .loading_image img {
	filter: brightness(100);
}

.product_form_content {
	max-width: 50%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#prod_crops_form {
	max-width: 517.02px;
}

/* Tanks Search Page */
#tank_mixes {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */
.page_navigation {
	margin-top: 150px;
}

.woocommerce nav.woocommerce-pagination ul,
ul.page-numbers {
	list-style: none;
	margin: 0;
	padding-left: 0;
	border: none;
}

/* Search Results Page */
.search-results .post-item ul.post-categories {
	list-style: none;
	padding-left: 0px;
}

/* History page */
.history-text-right {
	text-align: right;
}

.history-list::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: calc(50% - 2px);
}

.after-year {
	position: relative;
	padding-right: 75px;
}

.after-year::after,
.before-year::after {
	position: absolute;
	color: ;
	content: "";
	width: 50px;
	height: 4px;
	background-color: #fff;
	top: calc(50% - 2px);
	right: 0;
}

.before-year {
	position: relative;
	padding-left: 75px;
}

.before-year::after {
	left: 0;
	right: unset;
}

/* Inside Pages Chronis */
.white_img {
	filter: brightness(100);
}

.wp-block-column.small-icon img {
	height: 65px;
	width: auto;
}

figcaption,
.figure-caption {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.wp-block-column.d-flex figure,
.wp-block-column.d-flex figcaption {
	width: 100%;
}

.w-bg img {
	background-color: #fff;
}

.white-opacity {
	background-color: rgba(255, 255, 255, 0.6);
	opacity: ;
	padding: 30px;
	text-align: center;
}

/* Widget Sidebar */
#products-sidebar {
	background-color: #055238;
}

#products-sidebar .menu a {
	color: #fff;
	padding: 5px;
	font-size: 16px;
	line-height: 26px;
	padding: 15px 30px;
	text-transform: capitalize;
	display: block;
	width: 100%;
}

#products-sidebar .sub-menu a {
	padding: 7.5px 10px;
}

#products-sidebar .sub-menu li.menu-item-has-children>a {
	padding-left: 30px;
}

#products-sidebar .menu a {
	border-color: #fff !important;
}


#menu-new-sidebar ul,
#menu-new-sidebar ul ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

#menu-new-sidebar li,
#menu-products-sidebar-menu li {
	width: 100%;
}

#menu-new-sidebar ul.sub-menu {
	display: block;
	padding-left: 30px;
	margin: 10px 0;
}

#menu-new-sidebar ul.sub-menu li {
	margin: 2.5px 0;
}

.accordion-line_2 {
	background-color: #fff;
}

.accordion-btn_2 .accordion-line_2.top {
	left: 5px;
}

.accordion-btn_2 .accordion-line_2.bot {
	left: 11.5px;
}

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

.max-height-lg img {
	max-height: 700px;
	width: auto;
}

/* Image Post thybnails Default */
.image-post-default,
.image-post-thumbnail,
.image-post-acf-image {
	min-height: 400px;
}

.inside-header {
	min-height: 200px;
}

/* Search Field Order Woocomerce */
.orderby {
	padding: 15px 60px 15px 35px;
	border-radius: 30px;
	border: 0px;
	position: relative;
}

.woocommerce-ordering select {
	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
}

.woocommerce-ordering {
	position: relative;
}

.woocommerce-ordering::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	right: 25px;
	top: 18px;
	background-image: url("/wp-content/themes/agrology/images/filter_arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Inner Search Form */
#inner-searchform {
	max-width: 75%;
}

#inner-subcategories {
	max-width: 25%;
	padding-left: 25px;
}

#inner-searchform {
	background-color: #f8f8f0;
	padding: 25px 50px 50px 50px;
}

#inner-searchform select,
#inner-searchform-en select {
	font-size: 15px;
	line-height: 20px;
}

#inner-searchform input,
#inner-searchform-en input {
	color: #c4c4c4;
	font-weight: lighter;
	padding: 10px 40px;
	border-radius: 30px;
}

#inner-searchform input[type="checkbox"],
#inner-searchform-en input[type="checkbox"] {
	height: 0;
	width: 0;
	visibility: hidden;
}

#inner-searchform label.sf-label-checkbox,
#inner-searchform-en label.sf-label-checkbox {
	position: relative;
	display: block;
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	padding-left: 60px;
}

#inner-searchform span.field_heading,
#inner-searchform-en span.field_heading {
	color: #212529;
	margin-left: -25px;
	background-color: #f8f8f0;
}

#inner-searchform label.sf-label-checkbox::before,
#inner-searchform-en label.sf-label-checkbox::before {
	content: " ";
	width: 50px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #333;
	border-radius: 30px;
}

#inner-searchform label.sf-label-checkbox::after,
#inner-searchform-en label.sf-label-checkbox::after {
	content: " ";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	background: #333;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#inner-searchform .searchandfilter ul li.sf-field-post-meta-threpsi_bio span.field_heading,
#inner-searchform-en .searchandfilter ul li.sf-field-post-meta-threpsi_bio span.field_heading {
	margin-left: -8px;
}

#inner-searchform label.sf-label-checkbox::before,
#inner-searchform-en label.sf-label-checkbox::before {
	border-color: #333;
	background: transparent;
}

#inner-searchform input[type="checkbox"]:checked+label::before,
#inner-searchform-en input[type="checkbox"]:checked+label::before {
	background: #5bce7e;
	border-color: #5bce7e;
}

#inner-searchform input[type="checkbox"]:checked+label::after,
#inner-searchform-en input[type="checkbox"]:checked+label::after {
	left: 15px;
	background: #fff;
	transform: translateX(15px);
}

#inner-searchform .searchandfilter ul li,
#inner-searchform-en .searchandfilter ul li {
	list-style: none;
	padding: 5px 15px;
	margin: 0;
}

#inner-searchform .sf-field-wrapper.col-lg-6 label,
#inner-searchform .sf-field-wrapper.col-lg-6 label select,
#inner-searchform-en .sf-field-wrapper.col-lg-6 label,
#inner-searchform-en .sf-field-wrapper.col-lg-6 label select {
	display: block;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
}

#inner-searchform .sf-field-wrapper.col-lg-6 label select {
	width: 75%;
	margin: 0 auto;
}

#inner-searchform .sf-field-wrapper.col-lg-6 label select,
#inner-searchform-en .sf-field-wrapper.col-lg-6 label select {
	padding: 10px;
	box-shadow: none;
	border: 2px solid #5bce7e;
}

#inner-searchform .sf-field-submit input {
	color: #fff;
	border: none;
	padding: 15px 45px;
	text-transform: uppercase;
}

#inner-searchform .sf-field-search label,
#inner-searchform .sf-field-search input,
#inner-searchform .sf-field-submit input {
	width: 100%;
}

#inner-searchform .sf-field-search input {
	border: 0;
}

#inner-searchform input.sf-input-text {
	border: 1px solid #ccc;
}

#inner-searchform .sf-field-search label {
	padding: 0 15px;
}

.search-product-sub-category,
#main-content .products .product .product_content {
	word-break: break-word;
	margin-bottom: 25px;
}

.search-product-sub-category {
	min-height: 75px;
}

/* Search Results */
.search.search-results .post-item {
	word-break: break-word;
	margin-bottom: 2.992em;
}

/* Tags - Sidebar */
#blog-sidebar,
#tag-menu-sidebar {
	padding-left: 30px;
}

#blog-sidebar ul {
	display: block;
	font-size: 15px;
	line-height: 35px;
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none;
}

.tag-cloud-link {
	display: inline-block;
	color: #094832;
	font-size: 14px !important;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}

.tag-cloud-link:hover,
.tag-cloud-link:focus {
	background-color: transparent;
}

/* SVG Map */
.mapsvg-form-builder {
	display: none;
}

#contact-map {
	max-width: 55%;
}

#international-map {
	max-width: 85%;
}

#contact-map .sm-title,
#international-map .sm-title {
	border-color: #20863f !important;
}

#contact-map .mapsvg-controller-view,
#international-map .mapsvg-controller-view {
	background-color: rgba(255, 255, 255, 0.8);
}

.mapsvg-controller-view-content>.sm-title {
	display: block;
	margin-bottom: 20px;
}

.salesman .sm-title {
	font-size: 25px;
}

#international-map .mapsvg-details-container {
	max-width: 50%;
	max-height: 50%;
	margin: auto;
}

#international-map .mapsvg-details-container .mapsvg-controller-view-content {
	position: relative;
	padding: 30px;
}

#international-map .mapsvg-popover-close {
	width: 100px;
	height: 100px;
}

#international-map .mapsvg-details-container {
	max-width: 55%;
	max-height: 55%;
	margin: auto;
}

/* Youtube Video - E2DA Page */
.video-row .wp-block-embed iframe {
	max-width: 100%;
	width: 100%;
	min-height: 400px;
}

.video-height iframe {
	min-height: 400px;
	width: 100%;
	max-width: 600px;
}

/* Invert Image */
.invert-color {
	filter: brightness(0) invert(1);
}

/* Request Info - Product */
#wpforms-14115,
#wpforms-124524 {
	color: #fff;
	background-color: #055238;
}

#wpforms-14115.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
#wpforms-form-124524.wpforms-form .wpforms-field-label-inline {
	font-size: 15px; 
	font-weight: 300;
	line-height: 20px;
}

/* 404 */
.error-icon {
	max-width: 70px;
}

/* International Presence */
.box-content {
	width: calc(100% - 125px);
	word-break: break-word;
}

.box-img {
	max-width: 125px;
	width: 100%;
	filter: brightness(0) invert(1);
}

/* Succes Stories - Tags Menu */
#tag-menu-sidebar ul:not(.sub-menu) li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#tag-menu-sidebar ul:not(.sub-menu) li:not(.menu-item-has-children) {
	padding-left: 5px;
}

/* Table Wrapper */
.table-wrapper {
	overflow-x: scroll;
}

/* Form Margin Right */
#inner-searchform .searchandfilter ul li.sf-field-post-meta-threpsi_kalliergia,
#inner-searchform .searchandfilter ul li.sf-field-post-meta-threpsi_tropos_efarmogis,
#inner-searchform .searchandfilter ul li.sf-field-post-meta-phyto_asthenia_exthros,
#inner-searchform .searchandfilter ul li.sf-field-post-meta-phyto_drastiki_ousia {
	margin-top: 25px;
}

#inner-searchform .searchandfilter ul li.sf-field-post-meta-threpsi_lipasmata_npk,
#inner-searchform .searchandfilter ul li.sf-field-post-meta-phyto_xalkalouxa_mykitoktona {
	margin-right: auto;
}

/* Cookies */
#cookie-notice {
	max-width: 500px;
	width: 100%;
	min-width: unset;
	font-weight: 200;
	right: 15px;
	left: unset;
	bottom: 15px;
}
#cookie-notice {
	font-size: 17px;
	line-height: 24px;
	font-weight: 200;
}
#cn-notice-text {
	display: block;
	color: rgba(1,30,20,1);
	margin-bottom: 30px;
	padding-bottom: 20px;
	letter-spacing: .5px;
	border-bottom: 1px solid rgba(1,30,20,1);
}
/* .cookie-notice-container {
	background-color: rgb(1, 30, 20);
	background-color: rgb(1, 30, 20);
} */

#cn-notice-buttons a {
	color: #082b0a;
}

#cn-close-notice {
	top: 20px;
	right: 10px;
}

.cookie-notice-container {
	padding: 30px;
}

/*filters*/
.sf-field-post-meta-threpsi_eidikaskevasmata,
.sf-field-post-meta-threpsi_lipasmata_npk {
	display: none !important;
}

.sf-field-post-meta-threpsi_migmatastoixeion.sf-field-wrapper {
	margin-right: 100% !important;
}

/*news side menu*/
#menu-news-sidebar li a,
#menu-news-sidebar li {
	display: block;
	text-transform: none;
	margin-left: 0;
}

/* Results Container */
body:not(.page-template-template-filters-en ) #main-content.results-container {
	opacity: 0;
	
}
body #main-content.results-container {
	background-color: #fff;
}
#main-content.results-container #back {
	display: none;
}

#main-content.results-container .post-item {
	padding: 30px 25px;
	background-color: #f8f8f0;
	margin-bottom: 20px;
}

#main-content.results-container .post-item h2,
#main-content.results-container .post-item .post-intro,
.results-container p.no-results,
#inner-searchform-en span.field_heading {
	color: #053424;
}

#main-content.results-container .post-item .post-intro {
	min-height: 115px;
}

#main-content.results-container .post-item h2 {
	min-height: 75px;
	font-weight: 600;
	border-radius: 5px;
}

/* Change headers title width */
.hero-image-outer .header {
	max-width: calc(100% - 400px);
}

/* Inner Page Search */
.inside-page-search {
	max-width: 350px;
	width: 100%;
	top: 45%;
	right: 100px;
	transform: translateY(-45%);
	z-index: 100;
}

.inside-page-search .form-control::placeholder {
	color: #fff;
}

.inside-page-search .container,
.inside-page-search .col-12.col-lg-7 {
	max-width: 100%;
	width: 100%;
}

.inside-page-search #searchinput {
	max-width: 100%;
}

.inside-page-search .search_button_wrapper {
	right: 25px;
}

/* Back to Search Category */
#back {
	padding-right: 2%;
}

/* ESPA */
/* .espa-epidot {
	width: 350px;
	left: 100px;
	bottom: 150px;
	z-index: 2;
}
.psifiaka-ergaleia {
	width: 350px;
	left: 100px;
	bottom: 50px;
	z-index: 2;
} */
#top-espa {
	top: 7px;
	right: 10px;
	text-align: end;
	z-index: 3;
}

#top-espa a {
	margin-left: 7px;
}

#top-espa img {
	height: 45px;
	width: auto;
}

.espa-ergaleiothiki {
	width: 85px;
	margin-top: 15px;
}

.home .psifiaka-ergaleia img,
.home .espa-epidot img {
	opacity: 1;
}

/* UserWay 
body .uwy.userway_p1 .uai {
	top: unset !important;
	bottom: 100px !important;
	left: unset !important;
	right: -30px !important;
	width: 100px !important;
}

body .uwy .uai {
	width: 65px !important;
	height: 65px !important;
	min-width: 65px !important;
	min-height: 65px !important;
	max-width: 65px !important;
	max-height: 65px !important;
}

.uwy .uai img:not(.check_on),
body .uwy .uai img:not(.check_on) {
	height: 64px !important;
	width: 64px !important;
}
*/
body .uwy.userway_p1 .userway_buttons_wrapper {
	top: 45% !important;
}

.threpsi_div {
	background-color: #fff;
}

.threpsi_div:hover a {
	color: #fff !important;
}

.phytoprostasia_div {
	background-color: #fff;
}

.phytoprostasia_div:hover a {
	color: #fff !important;
}

@keyframes pulse {
	0% {
		transform: scale(0.6);
	}

	70% {
		transform: scale(0.7);
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
	}

	100% {
		transform: scale(0.6);
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}

.rotating_svg {
	border-radius: 62px;
	position: relative;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	animation: pulse 2.5s infinite;
}

@media (min-width: 1700px) {
	#inner-subcategories .row .col-xxl-6 {
		width: 100%;
	}
}

.page-template-template-fytoprostasia .d-block.w-100.product_content,
.page-template-template-threpsh .d-block.w-100.product_content,
.search-results .d-block.w-100.product_content {
	display: none !important;
}

/* New Aksies */
.f-part-wrapper {
	width: 15vw;
}
.f-part-wrapper image {
	width: auto;
	height: 300px;
}
.values-wrapper .f-item h3 {
	font-size: 3.5rem;
	margin-right: 25px;
}
.values-wrapper .f-item-3 h3,
.values-wrapper .f-item-5 h3 {
	order: 2;
	margin-right: 0;
	margin-left: 25px;
}
.values-wrapper .f-item-1 h3 {
	width: 100%;
	margin-right: 0;
}
.f-part-wrapper-1 {
	margin: auto;
}
.values-wrapper .f-item-2,
.values-wrapper .f-item-3,
.values-wrapper .f-item-4,
.values-wrapper .f-item-5 {
	max-width: 50%;
	width: 100%;
}
.values-wrapper .f-item-1 {
	margin-bottom: -50px;
}
.values-wrapper .f-item-2
.values-wrapper .f-item-3, {
	margin-bottom: -50px;
}
.values-wrapper .f-item-2,
.values-wrapper .f-item-3 {
	justify-content: center;
}

.values-wrapper .f-item-4 {
	justify-content: end;
	padding-right: 25px;
}
.values-wrapper .f-item-5 {
	padding-left: 25px;
}

/* Cookies */
#cookie-notice .cn-button {
	font-weight: 500;
}
.cn-close-icon::before,
.cn-close-icon::after {
	background-color: rgba(1,30,20,1);
}
.cn-close-icon {
	opacity: 1;
}
.green_button.cn-button {
	background-color: #fff;
}
.green_button.cn-button:hover {
	background-color: inherit;
}

/* Languages */
.mod-lang a {
	color: #053424;
	width: 35px;
	height: 35px;
	line-height: 25px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
}
.lang-link:hover, .lang-link.active {
	color: #fff;
	font-weight: bold;
	background-color: #053424;
}
.who_we_are {
	background-color: #053424;
}

/* Inner Search */
.inside-page-search #s {
	max-width: 100%;
}

/* New Network */
.network-item-num {
	display: inline-flex;
	color: #053424;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background-color: #57db7f;
	border-radius: 50%;
}

/* Changes 21/03/24 */
#main-content .products li.product .product_cat:lang(EN) {
	display: none !important;
}
#footer_top_right .sm-title {
	font-size: 25px;
}
.accordion-btn_footer {
	padding-left: 22.5px;
}
.accordion-btn_footer .accordion-line_footer.top {
	left: 2.5px;
}
.accordion-btn_footer .accordion-line_footer.bot {
	left: 9.5px;
}
/* Innovation carousel */
.innovation_carousel .owl-nav{
	position: absolute;
	width: 100%;
	top: 50%;
}
.innovation_carousel .owl-nav .owl-prev{
	position: absolute;
	left: 30px;
}
.innovation_carousel .owl-nav .owl-next{
	position: absolute;
	right: 30px;
}

/* EN Subcategories */
.subcategories-list-wrapper {
	overflow-x: scroll;
}
.subcategories-list li a {
	text-wrap: nowrap;
}

#main-content .wpforms-confirmation-container-full {
	background: rgba(87,219,127,1);
	border: #053424;
}

/* WP Forms */
#wpforms-78795 .choices__item.choices__placeholder.choices__item--selectable {
	color: #fff;
}

/* FUZ Page */
.term-description {
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	justify-content: start;
}
.term-description p,
.term-description ul {
	width: 100%;
}
#fuz-page-lang {
	margin-bottom: 25px;
	order: -1;
}

/* Search Form - EN */
p.search-en-subtitle,
#inner-searchform-en {
	margin-top: 50px;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}
p.search-en-subtitle {
	margin-top: 100px;
}
#inner-searchform-en ul,
#inner-searchform-en .searchandfilter > ul {
	padding: 0;
}
#inner-searchform-en .searchandfilter > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
#inner-searchform-en label.sf-label-checkbox {
  color: #053424;
}
#inner-searchform-en span.field_heading {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 600;
	margin-left: 0;
	padding: 15px;
}
#inner-searchform-en span.field_heading,
.accordion-list_search-en {
	background-color: #f8f8f0;
}
#inner-searchform-en ul > li[data-sf-field-type="post_meta"] {
	max-width: 33.333333%;
	width: 100%;
}
#main-content .search-filter-scroll-loading {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#inner-searchform-en ul.accordion-list_search-en {
	padding-bottom: 40px;
}
.accordion-line_search {
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 2px;
	background-color: #053424;
	right: 15px;
}
.accordion-lines-wrapper {
	display: block;
	position: absolute;
	width: 30px;
	top: 20px;
	right: 15px;
	height: 30px;
}
.accordion-btn_search-en .accordion-lines-wrapper {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-btn_search-en.active .accordion-lines-wrapper {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-line_search.top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-line_search.bot {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 5px;
}


.accordion-btn .accordion-main-line-wrapper {
	position: absolute;
	width: 25px;
	height: 25px;
	top: calc(50% - 12.5px);
	right: -30px;
	transform: rotate(0);
}
.accordion-btn:hover .accordion-main-line-wrapper,
.accordion-btn.active .accordion-main-line-wrapper {
	right: -40px;
	transform: rotate(180deg);
}

.archive #main-content.dark_green a.white_text,
.archive #main-content.dark_green aside#blog-sidebar a {
	color: #57db7f;
}

div.wpforms-container-full .wpforms-field-label-inline {
	color: #fff;
} 

/* Pagination Color */
#main-content .page_navigation nav ul li a.page-numbers,
.woocommerce #main-content nav.woocommerce-pagination ul li a,
#main-content.dark_green a:hover,
#main-content .col-12.col-xl-3 div#wpforms-14115 label.wpforms-field-label-inline,
#main-content .col-12.col-xl-3 div#wpforms-14115 input[type="email"]::placeholder,
#main-content .col-12.col-xl-3 div#wpforms-124524 label.wpforms-field-label-inline,
#main-content .col-12.col-xl-3 div#wpforms-124524 input[type="email"]::placeholder,
#main-content .col-12.col-xl-3 div#wpforms-124524 .wpforms-form input[type="email"],
#main-content .col-12.col-xl-3 div#wpforms-124524 .wpforms-form label.wpforms-error {
	color: #fff !important;
}
#main-content .col-12.col-xl-3 div#wpforms-124524 .wpforms-form .wpforms-field-gdpr-checkbox label.wpforms-error {
	top:62px !important;
}

#wpforms-form-124524 h3.sm-title {
	margin-top: 15px;
	font-weight: 700;
}

/*  */
#main-content .news-content a {
	color: #57db7f !important;
}

#main-content.dark_green .product a:hover {
	color: #57db7f !important;
}

#header-bg {
	width: 100%;
	height: 285px;
	background-color: #094832;
	z-index: 1;
}

/* Forma Diagwnismou */
#inside.black_text #wpforms-form-126483 input,
#inside.dark_green #wpforms-form-126483 input {
	border-color: #094832 !important;
}

#wpforms-submit-126483 {
	border: 0;
	margin-top: 25px;
	text-transform: uppercase;
	color: #053424;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px 35px;
	border-radius: 30px;
	border: 0;
	height: auto;
	background-color: #5bce7e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#wpforms-submit-126483:hover {
	color: #fff !important;
	background-color: #055238;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* AGR_SS Form */
#main-content.white_text div.wpforms-container-full .wpforms-form input[type="number"]::placeholder,
#main-content.white_text div.wpforms-container .wpforms-form .choices__list--single .choices__item{
	color: #fff;
}
#main-content.white_text div.wpforms-container .wpforms-form .choices__item.choices__placeholder.choices__item--selectable {
	padding-top: 7px;
}
#main-content.white_text div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
	filter: invert(1);
}
#main-content.white_text div.wpforms-container .wpforms-form .choices[data-type*="select-one"]::after {
	border-color: #fff transparent transparent transparent;
}
#main-content.white_text div.wpforms-container .wpforms-form .choices__placeholder {
	opacity: 1;
}

#main-content .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons button svg {
	color: #053424;
	margin-right: 0;
}
#main-content .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #5bce7e;
}