/*!
Theme Name: Melica Organic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: melica-organic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Melica Organic is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a , .fresh-news-item .fresh-news-item-title, .post-wrap .post-title, .product-wrap .product-title, .categories-title-wrap a.page-title, .reset-filters{
	background-color: transparent;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
a:hover, .fresh-news-item:hover .fresh-news-item-title, .post-wrap:hover .post-title, .product-wrap:hover .product-title, .categories-title-wrap a.page-title:hover, .reset-filters:hover{
	color: #88d53c;
}
a:focus{
	outline: none!important;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #343538;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.4px;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'IBM Plex Sans', sans-serif;
}
h1{
	font-size: 51px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
}
h2{
	font-size: 45px;
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: 1.1px;
}
h3{
	font-size: 38px;
	font-weight: 600;
	line-height: 1.21;
	letter-spacing: 1px;
}
h4{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.8px;
}
h5{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: 0.7px;
}
h6{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
/* 	display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/*margin: 0 0 1.5em;*/
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.site-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 10px 15px 0 rgba(133, 219, 115, 0.1);
	border-radius: 0 0 50px 0;
	z-index: 200;
	background: #fff;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.header-wrap{
	align-items: center;
	padding: 5px 50px 0 50px;
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
}
.site-header.open{
	left: auto;
}
.home .fixed.site-header{
	box-shadow: 0 10px 15px 0 rgba(133, 219, 115, 0.1);
}
.home .site-header{
	box-shadow: none;
}
.site-content{
	padding-top: 83px;
	overflow: hidden;
}
.custom-logo-link img{
	/*width: 141px;*/
	width: 90px;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.fixed .custom-logo-link img{
	width:90px;
}
.main-navigation a{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.6px;
	color: #343538;
	text-transform: uppercase;
	position: relative;
}
.main-navigation  ul ul li a:hover{
	color: #88d53c;
}
.main-navigation ul li:hover > ul.sub-menu ul ul li:last-of-type a{
	padding-bottom: 0;
}
.main-navigation li a::after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: #88d53c;
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.main-navigation ul ul li a::after{
	display: none;
}
.main-navigation li.current-menu-item a::after, .main-navigation li a:hover::after{
	opacity: 1;
}
.main-navigation li{
	margin-right: 50px;
}
.main-navigation li:last-of-type{
	margin-right: 0;
}
.main-navigation{
	width: fit-content;
	margin: 0 auto;
}
@-moz-document url-prefix() {
	.main-navigation{
		margin-left: 2%;
	}
}

.site-branding{
	margin-right: auto;
}
#searchsubmit{
	background-image: url("/wp-content/themes/melica-organic/img/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
}
#searchform{
	display: flex;
}
#searchform input{
	height: 34px;
	border: 0px;
	border-radius: 0px;
	background-color: #f3f5f8;
	vertical-align: middle;
}
#searchform input[name="s"]{
	border-radius: 10px 0 0 0;
	min-width: 300px;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14;
	letter-spacing: 0.7px;
	color: #343538;
}
#searchform input[name="s"]:focus, #searchform input[type="submit"]:focus{
	outline: none;
}
#searchform input[type="submit"]{
	border-radius:  0 0 10px  0;
	margin-left: -5px;
	padding: 10px 20px;
}
#searchform input[name="s"]::-webkit-input-placeholder, #searchform input[name="s"]::-moz-placeholder, #searchform input[name="s"]:-ms-input-placeholder, #searchform input[name="s"]:-moz-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
}
.search-form{
	margin-left: auto!important;
}
div.nice-select{
	font-family: 'IBM Plex Sans', sans-serif;
	border: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.7px;
	color: #88d53c;
}
div.nice-select:after{
	border-color: #88d53c;
}
div.nice-select .list{
	margin: 0;
}
.social-links{
	display: none;
	margin-left: 43px;
	margin-right: 27px;
	margin-top: 5px;
}
.social-links img{
	max-width: 25.5px!important;
	height: 25.5px!important;
}
.social-links section{
	display: inline-block;
	margin-right: 27px;
}
.social-links section:last-of-type{
	margin-right: 0;
}
.site-main-pad{
	padding:0 50px;
}
.post-template-default .site-main{
	padding: 0;
}
.post-template-default #fresh-news{
	padding: 0 50px;
}
#slider-home, #slider-home2{
	margin-top: -10px;
}
#slider-home .rev_slider, #slider-home .rev_slider_wrapper, #slider-home2 .rev_slider, #slider-home2 .rev_slider_wrapper{
	max-height: 640px;
}
#slider-home .persephone.tparrows, #slider-home2 .persephone.tparrows{
	width: 48px;
	height: 48px;
	background: rgba(0,0,0,0);
	border: 2px solid #fff;
}
#slider-home .persephone.tparrows:before, #slider-home2 .persephone.tparrows:before{
	font-size: 22px;
	line-height: 45px;
}
#slider-home .persephone.tparrows.tp-leftarrow, #slider-home2 .persephone.tparrows.tp-leftarrow{
	left: 20px!important;
}
#slider-home .persephone.tparrows.tp-rightarrow, #slider-home2 .persephone.tparrows.tp-rightarrow{
	left: 99% !important;
}
#slider-home  .tp-bullet, #slider-home2  .tp-bullet{
	border-radius: 1px;
	background: #fff;
	opacity: 0.5;
}
#slider-home  .tp-bullet.selected, #slider-home2  .tp-bullet.selected{
	opacity: 1;
}
.rev_slider .tp-leftarrow,
.rev_slider .tp-rightarrow {
	display: none!important;
}
.main-navigation ul li{
	position: initial;
	padding: 32px 0;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.fixed .main-navigation ul li{
	padding: 31px 0;
}
.main-navigation ul li ul li, .fixed .main-navigation ul li ul li{
	padding: 0;
}
.main-navigation ul li > ul.sub-menu{
	background: #fff;
	width: 50% !important;
	top: 80px;
	border-radius: 10px;
	box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.08);
	padding: 20px 15px 30px 15px!important;
	display: none;
	grid-template-columns: 25% 25% 25% 25%;
	overflow: hidden;
}
.main-navigation ul li > ul.sub-menu::after{
	content: '';
	width: 65px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.main-navigation ul li:hover > ul.sub-menu ul{
	display: inline-block;
	max-width: 100%;
}
.main-navigation ul li > ul.sub-menu li{
	margin-right: 0;
}
.main-navigation ul li > ul.sub-menu li a{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.71;
	letter-spacing: 0.4px;
	padding-bottom: 15px;
	position: relative;
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
	text-transform: uppercase;
	min-height: 56px;
	display: flex;
	align-items: center;
}
.main-navigation ul li > ul.sub-menu li a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #bbeebf;
	border-radius: 1px;
	display: inline-block;
	width: 100%;
	height: 2px;
}
.main-navigation ul li > ul.sub-menu  li:last-of-type a::before{
	width: 2000px;
}
.main-navigation ul li > ul.sub-menu li ul li a::before{
	display: none;
	position: initial;
}
.main-navigation ul li > ul.sub-menu ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.2px;
	margin-bottom: 0px;
	padding-right: 20px;
	text-transform: inherit;
	min-height: auto;
	display: inline-block;
}
.main-navigation ul li:hover > ul.sub-menu{
	display: block;
}
.main-navigation ul li > ul.sub-menu ul li ul{
	padding-left: 15px;
	border-left: 2px solid #bbeebf;
	border-radius: 1px;
}

.main-navigation ul li > ul.sub-menu ul{
	width: 100%;
	position: initial;
	box-shadow: none;
	padding: 0;
	display: block;
}
.main-navigation ul li > ul.sub-menu ul li{
	float: none;
}
/* languages */
/* #menu-item-wpml-ls-198-bg, #menu-item-wpml-ls-198-lt, #menu-item-wpml-ls-198-pl, #menu-item-wpml-ls-198-ro {
	display: none;
} */
.about-products-item-img-wrap{
	text-align: left;
	padding-top: 45px;
	margin-bottom: 35px;
	height: 120px;
}
.about-products-item{
	padding: 0 60px;
	background-image: url("/wp-content/themes/melica-organic/img/about-bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	/*-webkit-transition: background-color .15s ease;*/
	/*-moz-transition: background-color .15s ease;*/
	/*-o-transition: background-color .15s ease;*/
	/*transition: background-color .15s ease;*/
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	border-right: 3px solid rgba(121, 222, 128, 0.5);
	position: relative;
	width: 20%;
	display: inline-block;
	float: left;
	height: 380px;
}
.about-products-item-text{
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
	margin-bottom: 60px;
}
.about-products-item.border0{
	border: 0px;
}
.about-products-item:hover{
	background-color: #88d53c;
	border-radius: 50px 0 50px 0;
}
.about-products-item:hover .about-products-item-title, .about-products-item:hover .about-products-item-text{
	color: #fff;
}
.about-products-item:hover .about-products-item-img{
	display: none;
}
.about-products-item:hover .about-products-item-img.white{
	display: inline-block;
}
.about-products-item::before{
	content: '';
	width: 5px;
	height: 100%;
	left: -5px;
	top: 0;
	background: #fff;
	position: absolute;
	opacity: 0;
}
.about-products-item:hover::before{
	opacity: 1;
}
.about-products-item-img{
	max-height: 70px;
	max-width: 60px;
}
.about-products-item:first-of-type .about-products-item-img{
	max-width: 75px;
}
.about-products-item-img.white{
	display: none;
}
.about-products-wrap .about-products-item:last-of-type{
	border: 0;
}
#about-products{
	margin-top: 25px;
}
.about-products-item-title{
	font-family: 'IBM Plex Sans', sans-serif;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
div.wpcf7 .ajax-loader{
	position: absolute;
	left: -30px;
	top: 25px;
}
.post-content-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: 0.7px;
}
h1.post-content-title{
	margin-top: 0;
}
.container{
	max-width: 65%;
	margin: 0 auto;
}
.row{
	margin-left: -50px;
	margin-right: -50px;
}
.post-content p:first-of-type{
	margin-top: 0;
}
.post-content-wrap{
	display: grid;
	grid-template-columns: 20% 80%;
	margin-top: 100px;
}
.post-date-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #a3a5ad;
	margin-bottom: 17px;
	margin-top: 15px;
}
.post-date{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.19;
	letter-spacing: 0.4px;
}
.more-but:visited{
	color: inherit;
}
.more-but{
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.7px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #343538;
	border: 3px solid #88D53C;
	height: 48px;
	line-height: 45px;
	padding: 0 32px;
	background: #fff;
	position: relative;
	transition: transform ease-in 0.1s;
}
.more-but::before, .more-but::after {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}
.more-but::before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, transparent 20%, #88D53C 20%, transparent 30%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, transparent 10%, #88D53C 15%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.more-but::after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, transparent 10%, #88D53C 15%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%), radial-gradient(circle, #88D53C 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.more-but:active {
	transform: scale(0.9);
}
.more-but.animate::before {
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}
.more-but.animate::after {
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}
.more-but {
	display: none!important;
}

@keyframes topBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	50% {
		background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	100% {
		background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
	}
}
@keyframes bottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	50% {
		background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	100% {
		background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
	}
}
.more-but:hover{
	color: #88D53C;
}
.more-but:hover .green{
	display: inline-block;
}
.more-but .green, .more-but:hover .black{
	display: none;
}
.more-but img{
	width: 9px;
	height: 15px;
	vertical-align: text-bottom;
	margin-left: 13px;
}
.shop-item .more-but img{
	margin-left: 9px;
}
#fresh-news .more-but{
	float: right;
	margin-top: 5px;
}
.fresh-news-title{
	width: fit-content;
	display: inline-block;
	margin: 0;
}
#fresh-news{
	padding-top: 100px;
	clear: both;
}
.fresh-news-slider{
	padding-left: 17.5%;
	margin-bottom: 60px;
}
.fresh-news-slider .slick-list{
	padding-left: 0!important;
}
.fresh-news-slider .slick-slide:first-of-type{
	margin-left: -28px;
}
.fresh-news-title-wrap{
	margin-bottom: 75px;
}
.fresh-news-item{
	padding: 0 28px;
	text-decoration: none;
}
.fresh-news-item-content-wrap{
	padding-left: 18%;
	position: relative;
}
.fresh-news-item-date{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #88d53c;
	margin-top: 50px;
	margin-bottom: 23px;
}
.fresh-news-item-date::before{
	content: '';
	width: 9.5%;
	height: 2px;
	border-radius: 2px;
	background-color: #88d53c;
	position: absolute;
	top: 10px;
	left: 0px;
}
.fresh-news-item-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: 0.7px;
	color: #343538;
}
.fresh-news-item img{
	border-radius: 10px;
}
.site-footer{
	background-color: #f3f5f8;
	padding-top: 58px;
}
.footer-widgets-wrap{
	display: grid;
	grid-template-columns: 60% 20% 20%;
	padding-bottom: 65px;
	border-bottom: 2px solid rgba(136, 213, 60, 0.3);
	border-radius: 1px;
}
.footer-social img{
	max-width: 41px!important;
}
.footer-social .widget{
	display: inline-block;
	margin-right: 28px;
}
.footer-social .widget:last-of-type{
	margin-right: 0;
}
.footer-left img{
	max-width: 129px!important;
}
.footer-left .textwidget p:first-of-type{
	margin-top: 27px;
}
.footer-left .textwidget{
	max-width: 80%;
}
.footer-menu .menu{
	margin: 0;
	padding: 0;
}
.footer-menu .menu li{
	list-style-type: none;
	margin-bottom: 15px;
}
.footer-menu .menu li.current-menu-item a, .footer-menu .menu li:hover a{
	border-bottom: 3px solid #88d53c;
}
.footer-menu .menu li a{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.07;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #343538;
}
.footer-contacts-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.07;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
.footer-contact{
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14;
	letter-spacing: 0.4px;
	color: #343538;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.footer-contact:hover, .developer a:hover{
	color: #88d53c;
}
.footer-right{
	padding-left: 25px;
}
.copyright{
	font-size: 12px;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #737680;
	display: inline-block;
	width: fit-content;
}
.developer, .developer a{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: 0.3px;
	color: #737680;
	display: inline-block;
	width: fit-content;
	text-decoration: none;
}
.site-info{
	margin: 30px 0;
}
.site-info .container{
	display: flex;
	justify-content: space-between;
}
body.no-scroll{
	height: 100%;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
}
.hamburger{
	width: 30px;
}
.hamburger .line{
	width: 25px;
	height: 2px;
	background-color: #88D53C;
	display: block;
	margin: 3px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
}

.hamburger:hover{
	cursor: pointer;
}
#hamburger-1 .line:nth-child(2){
	width: 19px;
	margin-left: 0;
}
#hamburger-1 .line:nth-child(3){
	width: 29px;
}
/* ONE */

#hamburger-1.is-active .line:nth-child(2){
	opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
	width: 25px;
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.burger, .custom-logo-link.mob, .language-switcher.mob, .social-links.mob, .search-form.mob{
	display: none;
}
.menu-mob-wrap{
	display: none;
}
.more-but.mob{
	display: none;
}
.site{
	overflow: hidden;
}
.banner-mob{
	display: none;
}
#slider-home2.mob{
	display: none;
}

.page-title-wrap{
	/*padding-top: 33px;*/
	padding-bottom: 17px;
	border-bottom: 2px solid #f3f5f8;
	margin-bottom: 60px;
}
.page-title-wrap .page-title{
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.page-title-wrap .page-title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	background: #88d53c;
	width: 100%;
	height: 2px;
}
.posts-wrap, .videos-wrap{
	display: grid;
	grid-template-columns: 50% 50%;
	margin-left: -28px;
	margin-right: -28px;
}
.post-wrap, .video-wrap{
	padding: 0 28px;
	margin-bottom: 60px;
	text-decoration: none;
}
.post-img img{
	border-radius: 50px 0 50px 0;
	width: 100%;
}
.post-date2{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #a3a5ad;
	margin-top: 20px;
	margin-bottom: 13px;
	font-weight: normal;
}
.post-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: 0.7px;
	color: #343538;
}
.modal_div {
	border: 1px #fff solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	/*left: 40%; !* пoлoвинa экрaнa слевa *!*/
	margin-top: -150px;
	/*margin-left: -150px; !* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) *!*/
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 3000000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 85px 125px 60px 125px;
	box-shadow: 0 20px 40px 0 rgba(46, 28, 73, 0.08);
	max-height: 90%;
	overflow: scroll;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 0px;
	display: block;
	color:  #fff;
	text-align: center;
	cursor: pointer;
}
/* Пoдлoжкa */
#overlay {
	z-index:1000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.video-min{
	width: 100%;
	position: relative;
}
.video-min iframe{
	width: 100%;
	margin-bottom: -8px;
}
.video-min::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.videos-wrap{
	margin-top: 30px;
}
.videos-wrap iframe{
	margin-bottom: -8px;
	max-width: 100%;
}
.videos-wrap .modal_div{
	padding: 0;
	border: 0;
	width: 900px;
	max-width: 100%;
	overflow: visible;
}
.next.page-numbers{
	float: right;
	margin-right: 0;
	padding-left: 3px;
}
.prev.page-numbers{
	float: left;
	margin-left: 0;
	padding-right: 3px;
}
.prev.page-numbers, .next.page-numbers{
	border: 3px solid #343538;
	background: #fff;
}
.prev.page-numbers i, .next.page-numbers i{
	color: #88d53c;
	font-size: 18px;
	margin-bottom: 3px;
}
.prev.page-numbers:hover, .next.page-numbers:hover{
	border-color: #88d53c;
	background: #fff;
}
.page-numbers{
	width: 48px;
	height: 48px;
	text-align: center;
	display: inline-block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #343538;
	text-decoration: none;
	background: #f3f5f8;
	line-height: 48px;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
	margin: 0 2px;
}
.page-numbers:visited{
	color: #343538;
}
.page-numbers.current, .page-numbers:hover{
	background: #88d53c;
	color: #fff;
}
.pagination-wrap{
	text-align: center;
	margin-bottom: 60px;
}
.breadcrumbs .sep{
	padding: 0 10px;
}
.breadcrumbs{
	margin: 20px 0;
}
.breadcrumbs span, .breadcrumbs a, .breadcrumbs{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: 0.4px;
	text-align: left;
	color: #a3a5ad;
	text-decoration: none;
}
.breadcrumbs .current-item{
	color: #737680;
}
.title-about{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
}
.about-text-under-title{
	max-width: 50%;
}
.about-us-content{
	display: grid;
	grid-template-columns: 60% 40%;
}
.about-us-content img{
	border-radius: 50px 0 50px 0;
}
.about-us-content-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.21;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.about-us-content-green{
	font-style: italic;
	line-height: 1.75;
	letter-spacing: 0.4px;
	color: #88d53c;
	margin-bottom: 70px;
}
.about-us-content-wrap{
	margin-top: 70px;
}
.about-us-content-green2{
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #88d53c;
	width: fit-content;
	margin: 0 auto;
	margin-top: 70px;
}
.about-us-content-first{
	padding-right: 55px;
}
.about-us-content-first img{
	margin-top: 60px;
}
.adv-wrap{
	display: grid;
	grid-template-columns: 50% 50%;
	margin-top: 120px;
	margin-bottom: 120px;
}
.adv-main-title{
	margin-bottom: 30px;
	margin-top: 0;
}
.about-adv-item{
	display: flex;
	margin-bottom: 30px;
}
.about-adv-item:nth-last-of-type(even){
	padding-right: 30px;
}
.about-adv-item:nth-last-of-type(odd){
	padding-left: 30px;
}
.adv-icon img{
	width: 47px;
}
.adv-icon{
	width: 20%;
}
.adv-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}
.adv-content{
	padding-left: 23px;
}
.sertificate-wrap{
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 120px;
}
.sertificate-main-title{
	margin-bottom: 30px;
	margin-top: 0;
}
.contacts-wrap{
	display: grid;
	grid-template-columns: 35% 65%;
	margin-bottom: 100px;
}
.green-text{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: 0.5px;
	color: #88d53c;
}
.contact-title{
	margin-top: 9px;
	margin-bottom: 50px;
}
.contacts-wrap .social-links{
	display: block!important;
	margin-left: 0;
	margin-top: 45px;
}
.contact-grid{
	display: grid;
	grid-template-columns: 50% 50%;
}
.contact-grid div:first-of-type{
	padding-right: 28px;
}
.contact-grid div:last-of-type{
	padding-left: 28px;
}
.contacts-wrap form input{
	height: 48px;
}
.contacts-wrap form textarea{
	height: 222px;
	max-height: 222px;
}
.contacts-wrap form label{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.21;
	letter-spacing: 0.4px;
}
.contacts-wrap form input:focus, .contacts-wrap form textarea:focus{
	outline: 2px solid #88d53c;
}
.contacts-wrap form input, .contacts-wrap form textarea{
	width: 100%;
	max-width: 100%;
	border: 0px!important;
	background: #f3f5f8;
	border-radius: 0!important;
	margin-top: 10px;
	padding: 14px 20px!important;
}
form input[type="submit"]{
	cursor: pointer;
}
.contacts-wrap form input[type="submit"]{
	width: auto;
	float: right;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.07;
	letter-spacing: 0.7px;
	border: 3px solid #88D53C!important;
	background: #fff;
	padding: 15px 65px 15px 43px!important;
	background-image: url("/wp-content/themes/melica-organic/img/arrow-right.svg");
	background-size: 9px 15px;
	background-repeat: no-repeat;
	background-position: 75%;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.contacts-wrap form input[type="submit"]:hover{
	color: #88D53C;
	background-image: url("/wp-content/themes/melica-organic/img/arrow-right-green.svg");
}
.contacts-text-block{
	padding-right: 70px;
}
.ingridients-title{
	margin-bottom: 20px;
}
.ingridients-wrap{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	margin-right: -6%;
	margin-left: -6%;
	padding: 15px 0;
}
.ingridient-wrap{
	max-width: 170px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-decoration: none;
	display: inline-block;
}
.ingridient-img{
	text-align: center;
	margin-bottom: 20px;
}
.ingridient-img img{
	border-radius: 20px 0 20px 0;
	border: 1px solid #88d53c;
}
.ingridient-title{
	font-size: 19px;
	line-height: 1.37;
	letter-spacing: 0.5px;
	text-align: center;
	color: #a3a5ad;
}
.ingridient-modal{
	width: 65%;
	padding: 10px 5px 20px 0;
	left: 17.5%;
	border-radius: 50px 0 50px;
	border: 4px solid #88d53c;
	box-shadow: 0 42px 54px 0 rgba(133, 219, 115, 0.1);
	top: 20% !important;
}
.online-shops-wrap{
	max-width: 40%;
	position: relative;
}
.close-online-shops{
	position: absolute;
	background-image: url(/wp-content/themes/melica-organic/img/close-green.svg);
	width: 20px;
	height: 20px;
	top: 0px;
	right: -50px;
	cursor: pointer;
}
.load-ingridient-wrap{
	padding: 45px 70px;
}
.ingridient-modal .all-ingridients{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-top: 10px;
	cursor: pointer;
	color: #343538;
	text-decoration: none;
}
.ingridient-modal .all-ingridients:hover{
	color: #88d53c;
}
.ingridient-modal .all-ingridients::before{
	content: url("/wp-content/themes/melica-organic/img/arrow-left-green.svg");
	width: 10px;
	height: 15px;
	margin-right: 15px;
	display: inline-block;
}
.modal-ingridients-title{
	margin-top: 0;
}
.modal-ingridients-img{
	text-align: center;
}
.ingridient-modal.modal_div .modal_close{
	top: 63px;
	right: 54px;
	background-image: url("/wp-content/themes/melica-organic/img/close-green.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
}
.ingridient-modal.modal_div .modal_close i{
	display: none;
}
.single-post .post{
	margin-bottom: 30px;
}
.seo-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
}
.seo-text{
	line-height: 1.75;
	letter-spacing: 0.4px;
	color: #737680;
}
.categories-title-wrap a.page-title{
	text-decoration: none;
	text-transform: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #a3a5ad;
}
.page-title-wrap.categories-title-wrap .page-title::after{
	display: none;
}
.page-title-wrap.categories-title-wrap .page-title.active::after{
	bottom: -13px;
	display: inline-block;
}
.page-title-wrap.categories-title-wrap{
	padding-bottom: 11px;
}
.categories-title-wrap .container{
	display: flex;
	justify-content: space-between;
}
.products-wrap{
	display: grid;
	grid-template-columns: 27% 73%;
}
.subcat-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.children-page-sub{
	padding-left: 20px;
}
.cat-link{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #343538;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.cat-link:visited, .product-wrap:visited{
	color: #343538;
}
.cat-link:hover{
	color: #88d53c;
}
.product-wrap-main2{
	display: grid;
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
	margin-left: -20px;
	margin-right: -20px;
}
.product-wrap{
	text-decoration: none;
	color: #343538;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	border: 2px solid #88d53c;
	border-radius: 20px 0 20px 0;
	overflow: hidden;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
	position: relative;
}
.product-wrap::before{
	content: url("/wp-content/themes/melica-organic/img/product-leaf.png");
	display: inline-block;
	position: absolute;
	right: -100%;
	top: -100%;
	max-width: 60%;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.product-wrap:hover::before{
	right: 0;
	top: 0;
}
.product-wrap:hover{
	box-shadow: 0 10px 30px 0 rgba(33, 188, 0, 0.12);
}
.product-wrap-main{
	padding: 0 20px;
	margin-bottom: 45px;
}
.product-img {
	width: 100%;
	height: 260px;
	display: inline-table;
}
span.wpcf7-not-valid-tip{
	margin-top: 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 0px;
	color: darkorange;
}
div.wpcf7-mail-sent-ok{
	border: 0px;
	color: #88d53c;
}
.product-img div{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.product-info{
	/*background: #f3f5f8;*/
	background: #88d53c;
	height: 100%;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product-title{
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 15px;
}
.product-wrap:hover .product-title{
	color: #fff;
}
.product-categories{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: 0.3px;
	color: #737680;
	font-family: 'IBM Plex Sans', sans-serif;
}
.products-filter{
	padding-right: 50px;
}
.reset-filters{
	cursor: pointer;
	font-size: 10px;
	line-height: 2.4;
	letter-spacing: 0.3px;
	color: #a3a5ad;
	float: right;
	margin-top: 3px;
}
.subcats-wrap{
	margin-bottom: 60px;
}
.ingredient{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.4px;
	color: #a3a5ad;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 33px auto;
	cursor: pointer;
}
.ingredient span{
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.05);
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}
.ingredient span i{
	color: rgba(0,0,0,0);
	vertical-align: middle;
}
.ingredient.selected span{
	color: #fff;
	background: #88d53c;
}
.ingredient.selected span i{
	color: #fff;
}
.cat-link.active{
	color: #88d53c;
}
.cat-link.active + .children-page-sub, .children-page-sub.active{
	display: block;
}
.children-page-sub{
	display: none;
}
.cat-link-wrap{
	display: flex;
	margin: 0;
}
.cat-link-wrap i{
	font-size: 12px;
	margin-top: 8px;
	cursor: pointer;
}
.count-products{
	position: absolute;
	top: -35px;
	right: 20px;
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: 0.3px;
	color: #a3a5ad;
}
.product-wrap-main2{
	position: relative;
}
.filter-mob-buts, .subcats-wrap .close, .ing-wrap .close, .cat-link-wrap.mob{
	display: none;
}
.seo-wrap{
	margin-top: 30px;
}
.products-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 51px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-top: 45px;
}
.single-product-main{
	display: grid;
	grid-template-columns: 52% 48%;
}
.single-product-gallery{
	padding-right: 15%;
	margin-top: 50px;
}
button.slick-prev, button.slick-next{
	width: 48px;
	height: 48px;
	border: 3px solid #88d53c;
	border-radius: 0px;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
	background: #fff;
}
button.slick-prev:hover::after{
	content: url("/wp-content/themes/melica-organic/img/arrow-left-green.svg");
}
button.slick-prev::after, button.slick-next::after{
	content: url("/wp-content/themes/melica-organic/img/arrow-left-blk.svg");
	width: 10px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 14px;
}
button.slick-next:hover::after{
	content: url("/wp-content/themes/melica-organic/img/arrow-right-green2.svg");
}
button.slick-next::after{
	content: url("/wp-content/themes/melica-organic/img/arrow-right-blk2.svg");
}
button.slick-prev{
	z-index: 1;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.single-product-title-wrap{
	position: relative;
	padding: 50px 0;
	padding-right: 30px;
}
.single-product-title-wrap::before{
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #88d53c;
	width: 2000px;
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 0 0 50px 0;
	/*background-image: url("/wp-content/themes/melica-organic/img/bg-product.svg");*/
	background-image: url("/wp-content/themes/melica-organic/img/product-bg.png");
	z-index: -1;
	background-position: right;
}
.single-product-gallery .slick-slide img{
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
	box-shadow: 0 21px 60px 0 rgba(33, 188, 0, 0.12);
	margin: 0 auto;
	max-width: 90%;
	margin-bottom: 40px;
}
h1.single-product-title{
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 0;
}
.single-product-category,
.single-product-category-title {
	font-size: 12px;
	color: #fff;
	opacity: 0.8;
}
.single-product-characteristics{
	margin-top: 45px;
	padding-right: 30px;
}
.single-product-description{
	margin-top: 30px;
	margin-bottom: 45px;
}
button.slick-next{
	right: -50px;
}
button.slick-prev{
	left: -50px;
}
.page-title-wrap.product-tabs{
	margin-top: 30px;
}
.page-title-wrap.product-tabs .page-title::after{
	bottom: -30px;
	width: 0;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.page-title-wrap.product-tabs .page-title.active::after{
	width: 100%;
}
.page-title-wrap.product-tabs .page-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.5px;
	color: #737680;
	text-transform: inherit;
	cursor: pointer;
}
.page-title-wrap.product-tabs .page-title:hover::after{
	width: 100%;
}
.page-title-wrap.product-tabs .page-title.active{
	font-weight: bold;
	color: #343538;
}
.page-title-wrap.product-tabs{
	padding-bottom: 28px;
	display: flex;
	justify-content: space-around;
}
.desc-tab, .aplic-tab, .comp-tab{
	max-width: 90%;
	margin: 0 auto;
}
.product-tab{
	display: none;
}
.product-tab.active{
	display: block;
}
.ing-tab.active{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.products-in-category-wrap .product-wrap-main2{
	grid-template-columns: 25% 25% 25% 25%;
}
.products-in-category-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.21;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.products-in-category-wrap{
	margin-top: 80px;
	margin-bottom: 40px;
}
.single-product-wrap{
	margin-top: 33px;
}
.sertif-title{
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 55px;
}
.sertif-content{
	max-width: 40%;
	margin-bottom: 55px;
}
.sertif-content p:first-of-type{
	margin-top: 0;
}
.page-title-wrap.sertif-title-wrap .page-title{
	text-transform: inherit;
}
.sertificates-wrap{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	margin-bottom: 75px;
	margin-left: -15px;
	margin-right: -15px;
}
.sertificate-img{
	background: #f3f5f8;
	border-radius: 50px 0 50px 0;
	width: fit-content;
	height: 85%;
}
.sertificate-img img{
	padding: 30px 50px 10px 50px;
	width: 100%;
}
.sertificate-img a{
	display: inline-block;
}
.sertificate-wrap-item{
	padding: 0 15px;
	padding-bottom: 45px;
	height: 100%;
}
.download-link{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
	display: block;
	color: #343538;
	text-decoration: none;
	padding: 0 20px;
	padding-bottom: 20px;
}
.download-link:visited{
	color: #343538;
}
.download-link::before{
	content: url("/wp-content/themes/melica-organic/img/download.svg");
	width: 20px;
	height: 19px;
	margin-right: 17px;
	display: inline-block;
	vertical-align: middle;
}
.file-name{
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.4px;
	color: #78869b;
	margin-top: 24px;
	word-break: break-all;
	font-weight: bold;
}
.sertificate-img.pad{
	padding-bottom: 50px;
}
.sertificate-slider-wrap .slick-slide img{
	margin: 0 5px 5px 0;
	padding: 35px 65px;
	border-radius: 50px 0 50px;
	width: 100%;
	box-shadow: 5px 5px 0  #88D53C;
}
.sertificate-link{
	padding: 0 30px;
}
.sertificate-slider-wrap{
	padding-left: 25%;
}
.page-title-wrap.page-with-form-title .page-title{
	text-transform: inherit;
}
.page-title-wrap.page-with-form-title{
	margin-top: 33px;
}
.page-with-form-contacts{
	margin-top: 100px;
}
.contacts-title{
	text-align: center;
	margin-top: 75px;
	margin-bottom: 15px;
}
.contacts-content{
	text-align: center;
	margin-bottom: 70px;
}
.contacts-content p:first-of-type{
	margin-top: 0;
}
.contacts-block{
	display: grid;
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
	max-width: 80%;
	margin: 0 auto;
}
.contacts-title-min{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.43;
	letter-spacing: 0.7px;
	margin-bottom: 23px;
}
.contacts-block a:visited{
	color: #343538;
}
.contacts-block a:hover{
	color: #88D53C;
}
.contacts-block a{
	display: block;
	width: fit-content;
	color: #343538;
	text-decoration: none;
	margin-bottom: 10px;
}
.social-block-wrap .social-links img.image {
    width: 25px;
}
.social-block .social-links{
	margin-left: 0;
	text-align: left;
	display: block!important;
}
.social-block, .address-block{
	text-align: right;
}
.social-block-wrap, .address-block-wrap{
	display: inline-block;
	text-align: left;
}
.map-block{
	padding: 0 60px;
	display: grid;
	grid-template-columns: 40% 60%;
	margin-bottom: 50px;
}
.map-filter{
	padding-left: 38%;
	padding-right: 12%;
	overflow: hidden;
}
.map-filter h1{
	margin-bottom: -10px;
	margin-top: 60px;
}
.contact-grid.second{
	margin-top: 10px;
}
.acf-map {
	width: 100%;
	height: 650px;
	border: 3px solid #88D53C;
	border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
	overflow: hidden;
	margin: 20px 0;
	box-shadow: 0 42px 54px 0 rgba(133, 219, 115, 0.1);
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style,
.gm-style > div{
	border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
	overflow: hidden;
}
.gm-style > div > div, .gm-style > div > div > div{
	border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	-webkit-border-radius: 50px 0 50px 0;
}
.map-wrap{
	margin-top: 90px;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
}
.filter-town{
	height: 60px;
}
.filter-town div.nice-select{
	width: 100%;
	padding-left: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.5px;
	font-family: 'IBM Plex Sans', sans-serif;
	border-bottom: 2px solid #88d53c;
	border-radius: 0px;
}
.filter-town .nice-select:after{
	border: 0;
	background-image: url("/wp-content/themes/melica-organic/img/arrow-down-green.svg");
	width: 15px;
	height: 10px;
	background-repeat: no-repeat;
	transform: none;
	top: 20px;
}
.filter-town .nice-select.open:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 20px;
}
.filter-town .nice-select .option{
	color: #343538;
	width: 100%;
	text-align: left;
}
.filter-town .nice-select.open .list{
	width: 100%;
	border-radius: 0px;
}
.filter-checkbox-wrap{
	display: grid;
	grid-template-columns: 50% 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.filter-checkbox{
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.filter-checkbox::before{
	content: url('/wp-content/themes/melica-organic/img/checkbox-black.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 9px;
	vertical-align: sub;
}
.filter-checkbox::after{
	content: '';
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	left: 6px;
	top: 6px;
}
.filter-checkbox.active::before{
	content: url('/wp-content/themes/melica-organic/img/checkbox-green.svg');
}
.marker-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
}
.marker-address{
	font-size: 14px;
	margin-bottom: 30px;
}
.marker-phone, .marker-email, .marker-time{
	font-size: 14px;
}
.marker-time{
	margin-top: 25px;
	color: #88D53C;
}
.shop-item-title{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding-right: 10px;
}
.shop-item-address{
	opacity:0.6;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
	padding-right: 20px;
}
.shop-item{
	padding: 30px 0;
	/*border-top: 1px solid rgba(115, 118, 128, 0.15);*/
	border-bottom: 1px solid rgba(115, 118, 128, 0.15);
	display: grid;
	grid-template-columns: auto auto;
}
.shop-item .more-but{
	font-size: 12px;
	padding: 0 17px;
	height: 32px;
	line-height: 30px;
	opacity: 0;
	background: #fafafa;
	cursor: pointer;
}
.shops-list{
	max-height: 450px;
	overflow: scroll;
}
.mob-filter-but{
	display: none;
}
.more-but-wrap{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.shop-item:hover .more-but-wrap .more-but{
	opacity: 1;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
	opacity: 0;
}
div.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #88D53C!important;
	border-radius: 0px;
	height: 85px;
}
.mCSB_scrollTools .mCSB_dragger{
	height: 85px!important;
}
.online-shop-but{
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}
.online-shop-but::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #343538;
	left: 0;
	bottom: -5px;
	position: absolute;
	-webkit-transition: width .25s ease;
	-moz-transition: width .25s ease;
	-o-transition: width .25s ease;
	transition: width .25s ease;
}
.online-shop-but::after{
	content: url("/wp-content/themes/melica-organic/img/arrow-right-black2.svg");
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 10px;
	position: absolute;
	right: 0;
}
.online-shops{
	height: 695px;
	overflow: scroll;
	border-radius: 50px 0 50px;
	border: 2px solid #88D53C;
	padding: 15px 10px 15px 30px;
	box-shadow: 0 42px 54px 0 rgba(133, 219, 115, 0.1);
}
.online-shop-but-wrap.active .online-shop-but::after, .online-shop-but-wrap:hover .online-shop-but::after{
	content: url("/wp-content/themes/melica-organic/img/arrow-right-green3.svg");
}
.online-shop-but-wrap.active .online-shop-but, .online-shop-but-wrap:hover .online-shop-but{
	color: #88D53C;
}
.online-shop-but-wrap.active .online-shop-but::before, .online-shop-but-wrap:hover .online-shop-but::before{
	background: #88D53C;
}
.online-shop-but-wrap.active .online-shop-but::before{
	width: 600px;
}
.map-filter-wrap{
	padding-top: 16px;
}
.page404{
	padding: 0px 130px;
	text-align: center;
	padding-bottom: 200px;
}
.search-products-title, .search-news-title{
	display: none;
}
.img404-wrap img{
	position: absolute;
	width: 100%;
	display: inline-block;
	bottom: 0;
	left: 0;
}
.logo404{
	margin-top: 75px;
	text-align: center;
}
.logo404 img{
	width: 170px;
}
.img404-wrap{
	position: relative;
	height: 180px;
}
.text404-wrap{
	margin-top: 50px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.text404-wrap::after{
	content: '';
	width: 100%;
	height: 65%;
	background: #88D53C;
	border-radius: 50px 0 50px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.text404{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
	font-size: 252px;
	line-height: 1;
	margin-bottom: 20px;
}
.text4042{
	font-size: 19px;
	font-weight: 500;
	padding-bottom: 80px;
}
.search-title{
	text-align: center;
	font-size: 42px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok{
	margin-top: 50px;
	clear: both;
	margin-left: 0;
	margin-right: 0;
}
body{
	opacity:0;
	transition:.5s;
}
.site-branding h1{
	margin: 0;
}
.no-products{
	padding-left: 20px;
}
/*@media screen and (min-width: 1920px){*/
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
		margin-left: -65px;
	}
.main-navigation ul li:hover > ul ul, .main-navigation ul li.focus > ul ul{
	margin-left: 0px;
}
/*}*/
.mail-btn{
	position: relative;
	transition:
			color 1.5s .5s,
			border 3s 1s;
	display: inline-block;
	float: right;
	max-height: 58px;
	margin-bottom: 10px;
	overflow: hidden;
}
.mail-btn.active{
	overflow: visible;
}
.error404{
	height: 100%;
	overflow: hidden;
}
.slider-arrows-block{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.slider-arrows-block div{
	display: inline-block;
	height: 48px;
	width: 48px;
	border: 3px solid #88D53C;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}
.slider-arrows-block div:hover{
	border-color: #88D53C;
}
.slider-arrows-block div:hover::after {
	content: url(/wp-content/themes/melica-organic/img/arrow-right-green2.svg);
}
.slider-arrows-block div::after {
	content: url(/wp-content/themes/melica-organic/img/arrow-right-blk2.svg);
	width: 10px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 10px;
}
.slider-arrows-block div.slider-arrow-prev::after{
	content: url(/wp-content/themes/melica-organic/img/arrow-left-blk.svg);
}
.slider-arrows-block div.slider-arrow-prev:hover::after{
	content: url(/wp-content/themes/melica-organic/img/arrow-left-green.svg);
}
body.fixed{
	position: fixed;
}
.ingridient-modal::-webkit-scrollbar {
	width: 0px;  /* remove scrollbar space */
	background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.ingridient-modal::-webkit-scrollbar-thumb {
	background: #FF0000;
}
.mail-btn{
	position: relative;
}
.mail-btn i{
	font-size: 26px;
	color: #88D53C;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.mail-btn:hover i{
	left: -40px;
}
h1.single-product-title, .page-title-wrap.product-tabs .page-title, .products-in-category-title, .fresh-news-title, .subcat-title, .products-title, .title-about, .map-filter h1, .page-title-wrap.page-with-form-title .page-title, .contacts-title, .sertif-title, .page-title-wrap.sertif-title-wrap .page-title{
	text-transform: uppercase;
}
.slider-arrows-block{
	margin-top: -10px;
}
.about-products-item-img-wrap {
	padding-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
}
.about-products-item-title{
	height: auto;
	margin-bottom: 15px;
}

.about-products-item-text {
	margin-bottom: 0px;
}
.about-products-item, .about-products-item:nth-of-type(4), .about-products-item:nth-of-type(5){
	width: 100%;
	/*margin-bottom: 25px;*/
}
.about-products-wrap{
	margin-bottom: 25px;
}
.about-products-item {
	padding: 30px;
}
.about-products-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-products-wrap{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.about-products-item{
	height: fit-content;
	padding: 25px;
}
.about-products-item-wrap-mob{
	padding-left: 15px;
	width: 70%;
}
.about-products-item{
	height: 100%;
}
.about-products-item-title{
	margin-bottom: 0;
}
.about-products-item-img-wrap{
	margin-bottom: 0;
	width: 30%;
	display: flex;
	align-items: center;
}
.about-products-item-img{
	max-width: 95%;
}
/*NEW MENU*/
.main-navigation ul li > ul.sub-menu ul li a{
	display: block;
	position: relative;
	margin-bottom: 30px!important;
	padding-bottom: 0!important;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
	padding-right: 0;
	width: 100%;
}
.main-navigation ul li > ul.sub-menu li{
	padding: 0 15px;
}
.main-navigation ul li > ul.sub-menu li.menu-item-has-children ul a .menu-image-title{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff!important;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 20px;
}
.main-navigation ul li > ul.sub-menu li a::before{
	display: none;
}
.main-navigation ul li > ul.sub-menu::after{
	display: none;
}
.main-navigation ul li > ul.sub-menu ul, .main-navigation ul li:hover > ul.sub-menu ul{
	padding: 5px 0 0 0!important;
	margin-bottom: -25px;
}
.main-navigation ul li.wpml-ls-current-language:hover > ul.sub-menu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 160px;
	left: auto;
    padding: 0px!important;
}
.main-navigation ul li > ul.sub-menu li{
	width: 100%;
}
.main-navigation ul li > ul.sub-menu li.menu-item-has-children a .menu-image-title{
	color: #000;
}
.main-navigation ul li > ul.sub-menu ul{
	display: grid!important;
	grid-template-columns: 33.333333% 33.333333% 33.333333%;
	width: 100%!important;
}
.main-navigation ul li > ul.sub-menu li a{
	margin: 0!important;
	padding: 0!important;
	text-align: center;
}
.main-navigation ul li > ul.sub-menu li.menu-item-has-children a .menu-image-title{
	text-align: center;
	width: 100%;
	font-size: 24px;
}
/*NEW MENU*/
.catalog-file{
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: rgb(136, 213, 60, 0.7);
	border-radius: 50%;
	padding: 15px 25px 20px 25px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.catalog-file:hover{
	box-shadow: 0 0px 15px 0 rgba(133, 219, 115, 0.5);
}
.catalog-file a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: normal;
	font-size: 10px;
}
.catalog-file img{
	width: 25px;
	margin-bottom: 5px;
}
.footer-sertificates{
	 padding: 30px 0;
 }
.footer-sertificates-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-sertificates-wrap img{
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: -10px;
}
.footer-sertificates-wrap a{
	text-align: center;
	display: inline-block;
}
.footer-sertificates-wrap a:hover img {
	transform: scale(1.1);
}
.footer-sertificates-wrap a img {
	transition: all .2s ease-in-out;
}
@media screen and (max-width: 1900px){
	.filter-checkbox-wrap{
		grid-template-columns: 100%;
	}
}
@media screen and (min-width: 1920px){
	#searchform input[name="s"]{
		min-width: 350px;
	}
}
@media screen and (max-width: 1850px){
	.product-img{
		height: 240px;
	}
}
@media screen and (max-width: 1800px){
	.ingridients-wrap{
		margin-right: -5%;
		margin-left: -5%;
	}
	#searchform input[name="s"]{
		min-width: 200px;
	}
}
@media screen and (max-width: 1700px) {
	.sertificate-slider-wrap{
		padding-left: 15%;
	}
	.main-navigation li {
		margin-right: 40px;
	}
	.reset-filters{
		float: none;
		margin-bottom: 15px;
		display: inline-block;
	}
	.subcats-wrap{
		margin-bottom: 40px;
	}
	.product-img{
		height: 225px;
	}
	.ingridients-wrap {
		margin-right: -4%;
		margin-left: -4%;
	}
	.ingridient-wrap{
		margin-bottom: 30px;
	}
	.post-content-wrap{
		margin-top: 70px;
	}
	/*.about-products-item{*/
		/*padding:0 40px;*/
	/*}*/
	.fresh-news-item{
		padding: 0 20px;
	}
	.fresh-news-slider .slick-slide:first-of-type {
		margin-left: -20px;
	}
	.filter-checkbox-wrap{
		margin-top: 0;
	}
	.filter-checkbox{
		margin-bottom: 20px;
	}
	.online-shops-wrap{
		max-width: 50%;
	}
	.shops-list-wrap .shop-item .more-but{
		width: 32px;
		padding: 0;
	}
	.shops-list-wrap .shop-item .more-but::after{
		margin-left: 10px;
		margin-top: 2px;
	}
	.shops-list-wrap .shop-item .more-but span{
		display: none;
	}
}
@media screen and (max-width: 1600px) {
	.fresh-news-slider{
		padding-left: 12.5%;
	}
	.container{
		max-width: 75%;
	}
	.map-filter{
		padding-left: 24%;
	}
	.filter-checkbox-wrap{
		grid-template-columns: 50% 50%;
	}
	.online-shops-wrap {
		max-width: 60%;
	}
	.contacts-block{
		max-width: 90%;
	}
	.sertificate-slider-wrap{
		padding-left: 20%;
	}
	.sertificate-link {
		padding: 0 20px;
	}
	.product-img{
		height: 210px;
	}
	.ingridient-wrap {
		margin-bottom: 20px;
	}
	#searchform input[name="s"] {
		min-width: 150px;
	}
	.main-navigation li {
		margin-right: 35px;
	}
	.social-links {
		margin-left: 30px;
		margin-right: 10px;
	}
	.adv-wrap{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.sertificate-wrap, .contacts-wrap{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1500px) {
	/*.about-products-item{*/
		/*height: 370px;*/
	/*}*/
	.map-filter h1{
		font-size: 46px;
	}
	.acf-map, .online-shops{
		height: 550px;
	}
	.sertificate-slider-wrap .slick-slide img{
		padding: 25px 40px;
	}
	.product-img{
		height: 195px;
	}
	.main-navigation a{
		font-size: 14px;
	}
	.ingridients-wrap {
		margin-right: -3%;
		margin-left: -3%;
	}
}
@media screen and (max-width: 1440px) {
	/*.about-products-item{*/
		/*height: 350px;*/
	/*}*/
	/*.about-products-item-img-wrap{*/
		/*margin-bottom: 20px;*/
	/*}*/
	body, .post-date, .file-name{
		font-size: 14px;
	}
	.green-text{
		font-size: 16px;
	}
	.map-filter h1{
		font-size: 28px;
	}
	.sertif-title{
		font-size: 43px;
	}
	h1{
		font-size: 40px;
	}
	.about-products-item-title, .subcat-title, .about-us-content-green2, .adv-title, .filter-town div.nice-select, .shop-item-title, .page-title-wrap .page-title{
		font-size: 18px;
	}
	.page-title-wrap .page-title, h1.contacts-title{
		font-size: 28px;
	}
	h3{
		font-size: 28px;
	}
	.about-us-content-title{
		font-size: 20px;
	}
	.title-about{
		font-size: 28px;
	}
	.contacts-title-min, .fresh-news-item-title, .seo-title, .post-title, .post-content-title{
		font-size: 20px;
	}
	.product-categories{
		font-size: 10px;
	}
	.footer-menu .menu li a, .footer-contacts-title, .product-title{
		font-size: 13px;
	}
	#searchform input[name="s"], .post-date-title, .post-date2, .footer-contact, .fresh-news-item-date, .cat-link, .ingredient, .breadcrumbs span, .breadcrumbs a, .breadcrumbs, .shop-item-address{
		font-size: 12px;
	}
	.img404-wrap{
		height: 120px;
	}
	.logo404{
		margin-top: 30px;
	}
	.text404-wrap{
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.text404{
		font-size: 232px;
	}
	.text4042{
		padding-bottom: 20px;
	}
	.page404{
		padding-bottom: 50px;
	}
	.main-navigation ul li > ul.sub-menu{
		width: 75%;
	}
	.main-navigation ul li > ul.sub-menu li a{
		padding-bottom: 10px;
	}
	.main-navigation ul li > ul.sub-menu li a{
		margin-bottom: 20px;
	}
	.map-filter{
		padding-left: 16%;
	}
	.map-filter h1{
		margin-top: 30px;
	}
	.online-shops-wrap {
		max-width: 70%;
	}
	.contacts-title{
		margin-top: 50px;
	}
	.contacts-content{
		margin-bottom: 50px;
	}
	.page-with-form-contacts{
		margin-top: 70px;
	}
	.sertif-content{
		max-width: 60%;
	}
	.products-title, .single-product-gallery,.single-product-characteristics{
		margin-top: 30px;
	}
	.single-product-title-wrap{
		padding:30px 0;
		padding-right: 20px;
	}
	.single-product-description{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.products-in-category-wrap{
		margin-top: 50px;
	}
	.page-title-wrap.product-tabs{
		margin-top: 30px;
	}
	h1.single-product-title{
		line-height: 1.2;
	}
	.product-wrap-main{
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.product-wrap-main2{
		margin-left: -15px;
		margin-right: -15px;
	}
	.product-img {
		height: 210px;
	}
	.ingridient-modal{
		top: 25%!important;
		max-height: 80%;
	}
	.contacts-text-block{
		padding-right: 30px;
	}
	.post-content-wrap{
		margin-top: 50px;
	}
	.container{
		max-width: 70%;
	}
	.products-title{
		font-size: 28px;
	}
	h1.single-product-title{
		font-size: 20px;
	}
	.products-in-category-title{
		font-size: 28px;
	}
	.fresh-news-slider {
		padding-left: 15.5%;
	}
	.main-navigation li {
		margin-right: 25px;
	}
	#searchform input[name="s"] {
		width: 135px;
		min-width: auto;
	}
	/*.about-products-item {*/
		/*padding: 0 25px;*/
	/*}*/
	.fresh-news-item{
		padding: 0 15px;
	}
	.fresh-news-slider .slick-slide:first-of-type {
		margin-left: -15px;
	}
	.fresh-news-item-date{
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.fresh-news-title-wrap {
		margin-bottom: 55px;
	}
	#fresh-news{
		padding-top: 50px;
	}
	.desc-tab, .aplic-tab, .comp-tab{
		max-width: 1440px;
	}
	.map-wrap {
		margin-top: 60px;
	}
}
@media screen and (max-width: 1350px){
	.main-navigation li {
		margin-right: 15px;
	}
	.main-navigation ul li > ul.sub-menu {
		width: 85%;
	}
}
@media screen and (max-width: 1300px) {
	.main-navigation ul li > ul.sub-menu {
		width: 90%;
		left: 10%;
	}
	.filter-checkbox-wrap{
		grid-template-columns: 100%;
	}
	.main-navigation li {
		margin-right: 20px;
	}
	.sertificate-slider-wrap .slick-slide img {
		padding: 25px 20px;
	}
	.single-product-gallery .slick-slide img{
		box-shadow: 0 15px 30px 0 rgba(33, 188, 0, 0.12);
	}
	.product-img{
		height: 190px;
	}
	.social-links{
		display: none;
	}
	.custom-logo-link img {
		/*width: 120px;*/
		width: 90px;
	}
	/*.site-content{*/
		/*padding-top: 122px;*/
	/*}*/
	.fresh-news-item-title{
		font-size: 22px;
	}
	.single-product-container.container{
		max-width: 80%;
	}
}
@media screen and (max-width: 1200px) {
	.main-navigation ul li > ul.sub-menu {
		top: 70px;
	}
	h1.single-product-title {
		font-size: 18px;
	}
	.about-products-wrap{
		grid-template-columns: 33.333333% 33.333333% 33.333333%;
	}
	.about-products-item{
		border-right: 0;
	}
	.more-but.mob{
		display: inline-block;
		width: fit-content;
		margin-top: 30px;
	}
	.sertif-contant-first .more-but{
		display: none;
	}
	.img404-wrap{
		height: 80px;
	}
	.text404{
		font-size: 180px;
		margin-bottom: 0;
	}
	.text4042{
		padding-bottom: 30px;
	}
	.page404{
		padding: 0 80px 100px 80px;
	}
	.main-navigation ul li > ul.sub-menu{
		width: 95%;
		left: 8%;
	}
	.map-filter h1 {
		font-size: 40px;
	}
	.map-filter {
		padding-left: 28%;
	}
	.sertificate-wrap{
		grid-template-columns: 100%;
	}
	.sertificate-slider-wrap{
		padding-left: 0;
		max-width: 50%;
		margin: 0 auto;
		margin-top: 50px;
	}
	.contacts-block{
		max-width: 100%;
	}
	.sertif-title, .contacts-title{
		margin-top: 30px;
	}
	.product-wrap-main{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.product-wrap-main2{
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-img{
		height: 180px;
	}
	.ingridients-wrap{
		grid-template-columns: 25% 25% 25% 25%;
	}
	.ingridient-wrap {
		margin-bottom: 30px;
	}
	.ingridient-modal{
		width: 75%;
		left: 12.5%;
	}
	.main-navigation ul li{
		padding: 29px 0;
	}
	.post-wrap, .video-wrap{
		padding: 0 20px;
		margin-bottom: 40px;
	}
	/*.about-products-item{*/
		/*width:33.333333%;*/
		/*border-right: 0px;*/
		/*height: auto;*/
	/*}*/
	/*.about-products-item:nth-of-type(4), .about-products-item:nth-of-type(5){*/
		/*width: 50%;*/
	/*}*/
	.custom-logo-link img, .fixed .custom-logo-link img {
		width: 80px;
	}
	.site-content{
		padding-top: 80px;
	}
	.main-navigation li {
		margin-right: 15px;
	}
	.main-navigation a {
		font-size: 12px;
	}
	#searchform input[name="s"]{
		width: 120px;
	}
	.products-filter {
		padding-right: 30px;
	}
}
@media screen and (max-width: 1150px){
	.main-navigation ul li > ul.sub-menu {
		width: 100%;
		left: 65px;
	}
	.main-navigation ul li > ul.sub-menu{
		padding: 30px 45px;
	}
}
@media screen and (max-width: 1100px){
	.product-img{
		height: 160px;
	}

}
@media screen and (max-width: 1024px){
	.main-navigation ul li.wpml-ls-current-language {
		position: relative;
	}
	.main-navigation ul li.wpml-ls-current-language .sub-menu {
		top: -15px!important;
		left: 40px!important;
		height: 60px!important;
	}
	.main-navigation ul li:hover > ul.sub-menu, .main-navigation ul li > ul.sub-menu{
		display: none!important;
	}
	.main-navigation ul li.wpml-ls-current-language > ul.sub-menu,
	.main-navigation ul li.wpml-ls-current-language:hover > ul.sub-menu {
		display: flex!important;
		top: auto;
		left: 60px;
		bottom: 180px;
		width: 130px !important;
		padding: 0!important;
		box-shadow: none;
		background: transparent;
	}
	.main-navigation ul li.wpml-ls-current-language > ul.sub-menu li {
		padding: 0;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		margin-left: 0;
	}
	.online-shops-wrap {
		max-width: 100%;
	}
	.map-filter {
		padding-left: 11%;
	}
	.page-with-form-contacts{
		margin-top: 50px;
	}
	.sertificate-slider-wrap{
		max-width: 60%;
	}
	.sertificates-wrap{
		grid-template-columns: 33.333333% 33.333333% 33.333333%;
	}
	.single-product-container.container{
		max-width: 100%;
		padding: 0 30px;
	}
	.single-product-gallery{
		padding-right: 0;
	}
	.single-product-gallery button.slick-prev{
		left: 0;
	}
	.single-product-gallery button.slick-next{
		right: 0;
	}
	.single-product-gallery .slick-slide img{
		max-width: 100%;
		margin-bottom: 50px;
	}
	h1.single-product-title{
		margin: 0;
	}
	.single-product-main{
		grid-template-columns: 100%;
	}
	.products-wrap{
		grid-template-columns: 100%;
	}
	.products-filter{
		display: grid;
		grid-template-columns: 50% 50%;
		padding-right: 0;
	}
	.subcats-wrap{
		padding-right: 30px;
	}
	.reset-filters{
		float: right;
		margin-bottom: 0;
	}
	.categories-title-wrap a.page-title{
		font-size: 12px;
	}
	.ing-wrap{
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.product-img{
		height: 240px;
	}
	.ingridient-modal{
		width: 85%;
		left: 7.5%;
	}
	.videos-wrap iframe{
		width: 700px;
	}
	.adv-wrap {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.videos-wrap .modal_div{
		width: 700px;
		height: 400px;
	}
	.fixed .main-navigation ul li, .main-navigation ul li{
		padding:0;
		float: none;
	}
	.search-form.mob{
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.search-form.mob #searchform input[name="s"]{
		width: 100%;
	}
	.search-form.mob #searchform input{
		border-radius: 3px;
	}
	.main-navigation a{
		display: inline-block;
	}
	.main-navigation li a::after{
		left: auto;
		right: 0;
		width: 500px;
	}
	.main-navigation li{
		margin-bottom: 30px;
	}
	.container {
		max-width: 80%;
	}
	.custom-logo-link.mob, .search-form.mob, .language-switcher.mob, .social-links.mob{
		display: inline-block;
	}
	.social-links.mob{
		display: flex;
		width: 100%;
		margin: 0;
		margin-top: 70px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.nice-select .list{
		left: 15px!important;
	}
	.nice-select .list li{
		margin: 0;
		width: 50px;
		text-align: center;
	}
	.social-links.mob section{
		margin-right: 10px;
		height: 52px;
		margin-bottom: 20px;
	}
	.social-links.mob section:last-of-type{
		margin-right: 0;
	}
	.social-links.mob section{
		background-color: #88d53c;
		border-radius: 20px 0 20px 0;
		width: 100%;
		text-align: center;
	}
	.social-links.mob section a{
		padding: 12px 0;
	}
	.language-switcher.mob{
		margin-left: -17px;
		margin-top: 0;
		margin-bottom: auto;
	}
	.custom-logo-link img, .fixed .custom-logo-link img{
		width: 96px;
	}
	.site-header{
		border-radius: 0px;
	}
	.header-wrap{
		padding: 15px 50px;
	}
	.search-form, .language-switcher, .custom-logo-link{
		display: none;
	}
	.fresh-news-slider {
		padding-left: 9%;
	}
	.menu-mob {
		right: -285px; /* прячем меню */
		height: 100%;
		position: fixed;
		width: 285px;
		top: 0;
		background: #fff;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
		padding: 0 20px;
		overflow: scroll;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.burger{
		display: inline-block;
	}
	.post-title{
		font-size: 22px;
	}
	.pagination-wrap{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.sertificates-wrap{
		margin-bottom: 30px;
	}	
	

}
@media screen and (max-width: 900px) {
	/*#fresh-news .more-but{*/
		/*float: none;*/
	/*}*/
	.fresh-news-title-wrap{
		margin-bottom: 30px;
	}
	#fresh-news .more-but{
		margin-top: 0;
	}
	.fresh-news-title{
		width: 100%;
		margin-bottom: 30px;
	}
	.slider-arrows-block{
		margin-left: 0;
	}
	.sertif-content{
		max-width: 70%;
	}
	.product-img{
		height: 210px;
	}
	.ingridient-wrap {
		margin-bottom: 20px;
	}
	.post-wrap, .video-wrap{
		padding: 0 15px;
	}
	.post-content-wrap{
		margin-top: 30px;
	}
	/*.about-products-item{*/
		/*width: 50%;*/
		/*vertical-align: top;*/
	/*}*/
	.about-products-item-img-wrap{
		padding-top: 15px;
	}
	.about-products-item:last-of-type{
		width: 100%;
	}
	.about-products-item-text{
		margin-bottom: 30px;
	}
	.ing-tab.active{
		grid-template-columns: 25% 25% 25% 25%;
	}
	.about-products-wrap {
		grid-template-columns: 50% 50%;
	}
}
@media screen and (max-width: 768px){
	.about-products-item-img-wrap{
		height: 80px;
	}
	.reset-filters{
		float: left;
	}
	.mob-filter-but{
		display: inline-block;
	}
	.page404 {
		padding: 0 50px 50px 50px;
	}
	.text404{
		font-size: 120px;
	}
	.logo404{
		margin-top: 20px;
	}
	.subcat-title{
		clear: both;
	}
	.map-filter {
		padding-left: 0;
		padding-right: 40px;
	}
	.map-block{
		padding: 0 50px;
	}
	.contacts-text-block{
		padding-right: 0;
	}
	.sertificate-slider-wrap{
		max-width: 70%;
	}
	.products-in-category-wrap .product-wrap-main2, .sertificates-wrap{
		grid-template-columns: 50% 50%;
	}
	.page-title-wrap.product-tabs .page-title{
		font-size: 16px;
	}
	.product-img{
		 height: 195px;
	}
	.page-title-wrap.categories-title-wrap, .close-online-shops{
		display: none;
	}
	.cat-link-wrap.mob{
		display: block;
	}
	.reset-filters{
		font-size: 14px;
	}
	.cat-link-wrap i, .cat-link, .ingredient{
		font-size: 16px;
	}
	.subcats-wrap, .ing-wrap{
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		background: #fff;
		z-index: 201;
		-webkit-transition: .25s ease;
		-moz-transition: .25s ease;
		-o-transition: .25s ease;
		transition: .25s ease;
		padding: 50px 40px;
	}
	.subcats-wrap .close, .ing-wrap .close{
		display: inline-block;
		width: 15px;
		height: 15px;
		background-image: url("/wp-content/themes/melica-organic/img/close-green.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		top: 20px;
		right: 30px;
		padding: 10px;
	}
	.subcats-wrap{
		left: -100%;
	}
	.ing-wrap{
		padding-top: 60px;
		right: -100%;
	}
	.products-filter{
		grid-template-columns: 100%;
	}
	.filter-mob-buts{
		display: grid;
		grid-template-columns: 50% 50%;
		margin-bottom: 50px;
	}
	.filter-mob-buts div{
		text-align: center;
		padding: 10px 0;
		text-transform: uppercase;
		border: 1px solid #a3a5ad;
	}
	.filter-mob-buts div:first-of-type{
		border-right: 0;
	}
	.ingridients-wrap {
		margin-right: -8%;
		margin-left: -8%;
	}
	.ingridients-wrap{
		grid-template-columns: 33.333333% 33.333333% 33.333333%;
	}
	.contact-grid div:first-of-type {
		padding-right: 15px;
	}
	.about-us-content-first{
		padding-right: 0;
	}
	.about-us-content-first img{
		margin-top: 30px;
	}
	.contact-grid div:last-of-type{
		padding-left: 15px;
	}
	.about-us-content, .adv-wrap, .sertificate-wrap, .contacts-wrap{
		grid-template-columns: 100%;
	}
	.contacts-wrap .social-links{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.about-us-content-second{
		display: flex;
		flex-direction: column-reverse;
	}
	.about-us-content-second img{
		display: block;
		margin: 0 auto;
	}
	.about-us-content-green2{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.about-adv-item:nth-last-of-type(odd) {
		padding-left: 0px;
	}
	.about-adv-item:nth-last-of-type(even) {
		padding-right: 0px;
	}
	.adv-main-title{
		margin-bottom: 50px;
	}
	.page-title-wrap{
		margin-bottom: 40px;
	}
	.videos-wrap iframe{
		margin-bottom: -8px;
		max-width: 100%;
		width: 500px;
	}
	.videos-wrap .modal_div{
		width: 500px;
		height: auto;
	}
	.post-content-wrap{
		grid-template-columns: 100%;
	}
	.post-date-wrap{
		margin-bottom: 30px;
	}
	.footer-widgets-wrap{
		grid-template-columns: 50% 25% 25%;
	}
	.footer-left .textwidget {
		max-width: 90%;
	}
	.container {
		max-width: 100%;
		padding: 0 50px;
	}
	.fresh-news-item-content-wrap{
		padding-left: 0;
	}
	.fresh-news-item-date::before{
		/*display: none;*/
	}
	.fresh-news-item-date{
		padding-left: 15%;
	}
	.fresh-news-slider {
		padding-left: 50px;
	}
	.fresh-news-item{
		padding: 0 10px;
	}
	.fresh-news-slider .slick-slide:first-of-type {
		margin-left: -10px;
	}
	.fresh-news-title{
		width: 100%;
		margin-bottom: 30px;
	}
	.fresh-news-title-wrap {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 700px){
	.page-title-wrap.product-tabs{
		padding: 0 30px!important;
	}
	.page-title-wrap.product-tabs .page-title{
		font-size: 14px;
	}
	.page-title-wrap.product-tabs .slick-track{
		display: flex;
		align-items: center;
	}
	.page-title-wrap.product-tabs .page-title{
		text-align: center;
	}
	.page-title-wrap.product-tabs button.slick-prev, .page-title-wrap.product-tabs button.slick-next{
		width: 35px;
		height: 35px;
	}
	.page-title-wrap.product-tabs button.slick-prev{
		left: -20px;
	}
	.page-title-wrap.product-tabs button.slick-next{
		right: -20px;
	}
	.page-title-wrap.product-tabs button.slick-prev::after, .page-title-wrap.product-tabs button.slick-next::after{
		left: 10px;
		top: 8px;
	}
	.map-wrap{
		margin-top: 20px;
	}
	.acf-map{
		margin-bottom: 0;
	}
	.page-title-wrap.product-tabs{
		display:block;
		margin-left: -2px;
	}
	.page-title-wrap.product-tabs .page-title{
		margin-right: 15px;
		display: block;
	}
	.page-title-wrap.product-tabs .page-title:focus, .page-title-wrap.product-tabs .page-title:active{
		outline: none;
	}
	.page-title-wrap.product-tabs .page-title.active{
		color:  #88d53c;
		border-bottom: 2px solid #88d53c;
	}
	.products-in-category-wrap{
		margin-top: 35px;
	}
	.ing-tab.active{
		grid-template-columns: 33.333333% 33.333333% 33.333333%;
	}
	.page-title-wrap.product-tabs .page-title::after{
		display: none;
	}
	.page-title-wrap.product-tabs{
		border: 0;
	}
	.product-wrap-main2{
		grid-template-columns: 50% 50%;
	}
	.product-img{
		height: 260px;
	}
	.ingridients-wrap {
		margin-right: -7%;
		margin-left: -7%;
	}
	.shop-item .more-but{
		opacity: 1;
	}
	.filter-checkbox-wrap{
		grid-template-columns: 50% 50%;
	}
	.filter-checkbox-wrap{
		margin-bottom: 0;
	}
	.map-block{
		grid-template-columns: 100%;
	}
	.map-filter{
		padding: 0;
		overflow: visible;
	}
	.map-block{
		padding: 0 30px;
	}
	.shop-item{
		padding: 10px 0;
	}
	.shops-list{
		max-height: 300px;
	}
	.acf-map, .online-shops{
		height: 450px;
	}
	.shops-list-wrap{
		padding-right: 20px;
	}
}
@media screen and (max-width: 600px) {
	.footer-sertificates-wrap{
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
		margin-bottom: -30px;
	}
	.footer-sertificates-wrap a{
		margin-bottom: 30px;
	}
	.page404 {
		padding: 0 30px 50px 30px;
	}
	.videos-wrap iframe, .videos-wrap .modal_div{
		width: 400px;
	}
	.contacts-block{
		grid-template-columns: 100%;
	}
	.social-block, .address-block{
		text-align: left;
		margin-top: 30px;
	}
	.single-product-gallery .slick-slide img{
		max-width: 90%;
	}
	h1.single-product-title{
		font-size: 28px;
	}
	.single-product-title-wrap{
		padding: 20px 0;
	}
	.page-title-wrap.product-tabs{
		padding: 0;
	}
	.product-img{
		height: 240px;
	}
	.ingridients-wrap {
		margin-right: -4%;
		margin-left: -4%;
	}
	.load-ingridient-wrap {
		padding: 50px 30px 30px 30px;
	}
	.ingridient-modal.modal_div .modal_close{
		top: 30px;
		right: 30px;
	}
	.post-content-wrap{
		margin-top: 10px;
	}
	.about-us-content-wrap{
		margin-top: 40px;
	}
	.about-us-content-green, .contacts-wrap{
		margin-bottom: 40px;
	}
	.about-text-under-title {
		max-width: 75%;
	}
	.footer-menu{
		display: none;
	}
	.footer-widgets-wrap{
		grid-template-columns: 60% 40%;
	}
	.footer-left .textwidget {
		max-width: 100%;
	}
	.about-products-item{
		padding: 15px;
	}
	.about-products-wrap{
		margin-left: -10px;
		margin-right: -10px;
	}
	.site-main-pad {
		padding: 0 30px;
	}
	.container{
		padding: 0 30px;
	}
	.fresh-news-slider {
		padding-left: 30px;
	}
	.row{
		margin-left: -30px;
		margin-right: -30px;
	}
	.post-template-default #fresh-news{
		padding: 0 30px;
	}
	#fresh-news {
		padding-top: 30px;
	}
	.page-title-wrap.product-tabs .page-title{
		display: inline-block;
	}
	.ing-tab.active{
		grid-template-columns: 50% 50%;
	}
}
@media screen and (max-width: 500px) {
	.product-img{
		height: 195px;
	}
	.ingridients-wrap {
		margin-right: 0px;
		margin-left: 0px;
	}
	.ingridients-wrap{
		grid-template-columns: 50% 50%;
	}
	.about-products-wrap {
		grid-template-columns: 100%;
	}
}
@media screen and (max-width: 425px){
	.about-products-item {
		background-color: #88d53c;
		border-radius: 50px 0 50px 0;
		padding: 25px;
		margin-bottom: 10px;
		height: auto;
	}
	.about-products-item .about-products-item-img {
	display: none;
	}
	.about-products-item .about-products-item-img.white {
	display: inline-block;
	}
	.about-products-item .about-products-item-title, .about-products-item .about-products-item-text {
	color: #fff;
	}
	.modal-ingridients-title{
		padding-right: 40px;
	}
	#slider-home2.mob{
		margin-left: -32px;
		margin-right: -32px;
		padding-top: 12px;
	}
	.videos-wrap iframe, .videos-wrap .modal_div{
		width: 350px;
	}
	.filter-checkbox::after{
		top: 6px;
	}
	.sertificate-wrap-item{
		padding-bottom: 30px;
	}
	.sertificate-img img {
		padding: 30px 30px 10px 30px;
	}
	.product-title{
		font-size: 14px;
	}
	.seo-title{
		font-size: 22px;
	}
	.product-img{
		height: 160px;
	}
	.sertif-content{
		margin-bottom: 30px;
	}
	.sertif-title{
		font-size: 42px;
	}
	.adv-icon{
		width: 50%;
	}
	.posts-wrap, .videos-wrap{
		margin: 0;
		grid-template-columns: 100%;
	}
	.contact-grid{
		grid-template-columns: 100%;
	}
	.contact-grid div{
		padding: 0!important;
	}
	.contact-grid div:first-of-type{
		margin-bottom: 20px;
	}
	.post-wrap, .video-wrap{
		padding: 0;
	}
	.site-footer{
		padding-top: 30px;
	}
	#slider-home2.mob{
		display: block;
		padding-bottom: 40px;
	}
	.footer-widgets-wrap {
		grid-template-columns: 100%;
		padding-bottom: 15px;
	}
	#slider-home, .footer-right{
		display: none;
	}
	#slider-home2.mob .tp-bullet{
		background: #88D53C;
	}
	.footer-left .textwidget p:first-of-type {
		margin-top: 22px;
	}
	.footer-left .widget_media_image, .footer-social, .footer-left .textwidget{
		text-align: center;
	}
	.menu-mob-wrap{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 1000;
	}
	.copyright{
		font-size: 12px;
	}
	.site-info{
		margin: 15px 0;
	}
	.banner-mob{
		display: inline-block;
	}
	.fresh-news-item-title {
		font-size: 18px;
	}
	h3{
		font-size: 28px;
	}
	.header-wrap{
		padding: 15px 20px;
	}
	.menu-mob {
		right: -270px; /* прячем меню */
		width: 270px;
	}
	#about-products{
		margin-top: 15px;
	}

	h1{
		font-size: 42px;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea{
		font-size: 14px;
	}
	.text404-wrap::after{
		height: 70%;
	}
	.slider-arrows-block{
		display: none;
	}
	#fresh-news .more-but{
		float: none;
		display: block;
		width: fit-content;
	}
	.modal-ingridients-title{
		font-size: 24px;
	}
	.modal-ingridients-img img{
		max-width: 70%;
	}
	.ingridient-modal .all-ingridients{
		font-size: 16px;
	}
	.ingridient-modal .all-ingridients::before{
		vertical-align: middle;
	}
	.mCSB_inside > .mCSB_container{
		margin-right: 15px!important;
	}
	.ingridient-modal{
		width: 95%;
		left: 2.5%;
		max-height: 95%;
	}
	.ingridient-title{
		font-size: 15px;
	}
	.load-ingridient-wrap {
		padding: 20px 20px 20px 30px;
	}
	.contacts-title-min{
		font-size: 20px;
	}
	.single-product-gallery{
		margin-top: 0;
	}
	.single-product-wrap{
		margin-top: 20px;
	}

}

@media screen and (max-width: 400px) {
	.filter-checkbox-wrap{
		grid-template-columns: 100%;
	}
	.online-shop-but-wrap{
		margin-bottom: 20px;
	}
	.acf-map, .online-shops {
		height: 350px;
	}
	.developer, .developer a, .copyright{
		font-size: 10px;
	}
}
@media screen and (max-width: 375px){

	.img404-wrap {
		height: 50px;
	}
	.text4042{
		font-size: 14px;
	}
	.product-img{
		height: 140px;
	}
	.ingridient-wrap{
		padding: 0 10px;
		max-width: 100%;
	}
	.ingridients-wrap{
		margin-right: -10px;
		margin-left: -10px;
	}
	.product-info{
		padding: 10px;
	}
	.sertificate-img img {
		padding: 20px 20px 10px 20px;
	}
	.sertificate-wrap-item{
		padding: 0 10px;
	}
	.sertificates-wrap{
		margin-left: -10px;
		margin-right: -10px;
	}
	.videos-wrap iframe, .videos-wrap .modal_div{
		width: 320px;
	}
	.mob-filter-but{
		font-size: 12px;
	}
	.mob-filter-but img{
		display: none;
	}
}
@media screen and (max-width: 320px){
	.developer, .developer a, .copyright {
		font-size: 9px;
	}
	h1, .sertif-title{
		font-size: 36px;
	}
	.product-img{
		height: 110px;
	}
	.filter-mob-buts div{
		font-size: 13px;
	}
}
.main-navigation .wpml-ls-slot-198 ul.sub-menu {
    left: auto;
    width: auto !important;
}
.main-navigation .wpml-ls-slot-198 ul.sub-menu li {
	width: auto;
}
/*
.menu-item-type-post_type ul.sub-menu{
	display: none!important;
}
*/
@media screen and (max-width: 1024px){
	.main-navigation .wpml-ls-slot-198 {
		
	}
	.main-navigation .wpml-ls-slot-198 ul.sub-menu {
		display: flex !important;
		padding: 0 !important;
		margin: 0 !important;
		position: unset;
		top: 4px;
		left: 36px;
		box-shadow: none;
		width: 100% !important;
	}
	.main-navigation .wpml-ls-slot-198 ul.sub-menu li {
		display: block;
		width: 30px;
		/* margin: 0 !important; */
		padding: 0 !important;
	}
	.main-navigation .wpml-ls-slot-198 ul.sub-menu li a{
		display: block;
		/* padding: 0 !important; */
		width: 20px;
		margin: 0 !important;
	}