/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

:root {
	--main: #f8a81e;
	--red: #ea2f29;
	--dark-green: #37523d;
	--bg: #f8f6f4;
}

.rice-prof.banner-with-bg.et_pb_section .et_parallax_bg {
    background-position-x: 73%;
}

::selection {
    background: #b6b5b5;
    color: black;
    text-shadow: none;
}

::-moz-selection {
    background: #b6b5b5;
    color: black;
    text-shadow: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/*
 * Main assets - start *
 */

.main-title.et_pb_text h1 {
    font-size: 65px;
	font-size: clamp(25px, 12vw, 56px);
}

.main-title.small.et_pb_text h1 {
    font-size: 35px;
}

.main-title.et_pb_text h1 span {
    display: block;
	opacity: 0;
	transform: translatey(100px);
	transition: all 1.5s ease-in-out;
}

.main-title.et_pb_text h1 span:nth-child(2) {
    margin-top: 40px;
    margin-left: 5%;
	transition-delay: 0.6s;
}

.main-title.et_pb_text.et_had_animation h1 span {
	opacity: 1;
	transform: translatey(0%);
}

.main-button.et_pb_text a, .hm-recipes-row .et_pb_text a {
	position: relative;
    color: var(--red);
    padding: 8px 1px;
    font-weight: bold;
    font-size: 21px;
}

.main-button.et_pb_text a:before, .hm-recipes-row .et_pb_text a:before {
    content: '';
    width: 100%;
    height: 10%;
    position: absolute;
    background-color: var(--main);
    left: 0;
    bottom: 0;
    opacity: 0.4;
	pointer-events: none;
    transition: all 0.5s ease-out;
}

.main-button.et_pb_text a:hover:before, .hm-recipes-row .et_pb_text a:hover:before {
	height: 40%;
}

.row-with-parallax-photo.et_pb_row {
	align-items: center;
}

.row-with-parallax-photo .image-column.et_pb_column {
	width: fit-content;
    margin: 0 auto;
    float: none;
}

.row-with-parallax-photo .image-column.et_pb_column:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--dark-green);
    left: 0;
    top: 0;
    transform: rotate(10deg);
}

.img-style-1.et_pb_image {
    width: fit-content;
}


.et-waypoint.et_pb_animation_top.et-animated, .et_pb_animation_top.et-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.main-banner h1, .blog-cat-title .et_pb_text_inner {
    font-size: clamp(25px, 17vw, 110px);
	background-color: var(--main);
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-39.png);
    background-repeat: repeat;
    background-size: 350px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 900;
    background-attachment: fixed;
}

.main-banner.sm-font h1 {
    font-size: clamp(25px, 15vw, 110px);	
}

.blog-cat-title .et_pb_text_inner {
    line-height: 1.4em;
    text-align: center;
    font-family: 'Zen Kurenaido', Helvetica, Arial, Lucida, sans-serif;
}

.main-banner.recipe h1 {
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-55.png);
    background-size: 77px;
}

.main-banner.nutrition h1 {
	background-image: url(/wp-content/uploads/2026/01/Omega-Assets-83.png);
    background-size: 100px;
}

.main-banner.media h1 {
    background-image: url(h/wp-content/uploads/2024/08/Omega-Assets-66.png);
    background-size: 73px;
}

.main-banner .et_pb_row {
    width: 100%;
}

@keyframes fade-top {
	from {
		transform: translatey(20%);
		opacity: 0;
	}
	to {
		transform: translatey(0%);
		opacity: 1;
	}
}


@keyframes fade-top-1 {
	from {
		top: 50px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

.tabs .et_pb_column {
    display: flex;
    gap: 5%;
    justify-content: center;
}

.tabs-btn {
    cursor: pointer;
}

.tabs-btn .et_pb_text_inner:before {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--red);
    opacity: 0.3;
	transition: all 0.5s ease;
}

.tabs-btn.selected .et_pb_text_inner:before {
	height: 25%;
}

.tabs-btn h2 {
	padding: 0;
    font-weight: bold;
}

.tabs-btn h2 {
	transition: all 0.5s ease;
}

.tabs-btn:not(.selected):hover h2 {
	letter-spacing: 2px;
}

/*
 * Main assets - end *
 */





/*
 * HEADER - start *
 */

header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    width: 230px !important;
    border: none !important;
    top: 100% !important;
    background-color: var(--main) !important;
    padding: 20px !important;
    min-width: 100%;
    left: 50% !important;
    transform: translatex(-50%) !important;
}

header .et_pb_menu_0_tb_header.et_pb_menu .nav li.products ul {
    left: 0 !important;
    transform: none !important;
    min-width: auto !important;
}

body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
	background-color: var(--main) !important;
    max-width: 900px;
    left: 0;
    right: 0;
    margin: auto;
}

header .et_pb_menu .nav ul li a {
	color: white !important;
}

header .et-menu li li a {
    width: 100%;
    padding: 0 0 15px 0px;
}

header .et-menu li.products ul a {
	padding-left: 41px !important;
}

header .et-menu li:not(.products) li a {
	text-align: center;
}

header .et-menu li li a:hover {
	letter-spacing: 1px;
}

header .nav li li {
    width: 100%;
    padding: 0;
}

header .et_mobile_menu li a:hover, header .nav ul li a:hover {
    background-color: transparent;
    opacity: 1;
}

header .et-menu a:hover {
    opacity: 1;
}

header .nav > li > a:before {
    content: '';
    width: 100%;
    height: 19%;
    position: absolute;
    background-color: var(--main);
    opacity: 0;
    top: 48%;
    left: 0;
	transition: all 0.5s ease;
}

header .nav > li.et-hover > a:before {
	opacity: 0.4;
}

header .et-menu .menu-item-has-children>a:first-child {
    padding-right: 0px; 
}

header .et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

header .et_pb_menu .et-menu-nav > ul {
	position: relative;
}

header .nav li.products, .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul {
	position: initial !important;
}

header .et_pb_menu_0_tb_header.et_pb_menu .nav li.products > ul {
    width: 100% !important;
    display: none;
    padding: 40px 20px !important;
}

header .et_pb_menu_0_tb_header.et_pb_menu .nav li.products:hover > ul {
	display: flex;
}

header .et-menu li.products ul > li {
    flex: 2;
}

header .et-menu li.products ul > li.rice, header .et-menu li.products ul > li.legumes {
    flex: 3;
}

header .et-menu li.products ul a {
    padding: 0;
    font-size: 18px;
    padding-left: 41px;
}

header .et-menu li.products > ul > li:before {
    position: absolute;
    left: 0;
    top: 0;
}

header .et-menu li.products > ul > li.rice:before {
	content: url(/wp-content/uploads/2024/07/Omega-Assets-18.png);
}

header .et-menu li.products > ul > li.legumes:before {
	content: url(/wp-content/uploads/2024/07/Omega-Assets-17.png);
}

header .et-menu li.products > ul > li.sugar:before {
	content: url(/wp-content/uploads/2024/07/Omega-Assets-16.png);
}

header .et-menu li.products > ul > li.rice-cake:before {
	content: url(/wp-content/uploads/2026/01/rice-cake.png);
}

header .et-menu li.products li.rice, header .et-menu li.products li.legumes {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}

header .et-menu li.products li.rice > a, header .et-menu li.products li.legumes > a {
	width: fit-content !important;
}

header .et-menu li.products li.rice > ul, header .et-menu li.products li.legumes > ul {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: unset !important;
    top: unset !important;
    box-shadow: none !important;
    padding: 0 0 0 10px !important;
    margin: 0;
    display: block;
    flex: 1;
    border-left: 1px solid white !important;
	height: 100%;
}

header .et-menu li.products li.rice > ul li a, header .et-menu li.products li.legumes > ul li a {
    text-align: left;
    padding-left: 0px !important;
}

header .et-menu li.products > ul:before, header .et-menu li.products > ul:after {
    content: " ";
    display: block;
    width: 100%;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2024/07/Omega-Assets-19.png);
    background-size: 14%;
}


header .et-menu li.products > ul:after {
    top: unset;
	bottom: 0;
}

header .et_pb_menu--style-centered .et_pb_menu__logo img {
	transition: all 0.5s ease;
}

header .et_pb_sticky .et_pb_menu--style-centered .et_pb_menu__logo img {
	width: 0;
}

header .fixed-logo {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100%;
    aspect-ratio: 1 / 1;
    width: auto !important;
	opacity: 0;
	transition: all 0.5s ease;
}

header .et_pb_section {
	position: relative;
}

header .et_pb_row , header .et_pb_column {
	position: initial !important;
}

header .et_pb_sticky .fixed-logo {
	opacity: 1;
}

/* woo page fixes */

body.et-db #et-boc .et-l .et-menu li li a {
	padding: 0;
    font-size: 15px;
}

body.et-db #et-boc .et-l .et_mobile_menu li a:hover, body.et-db #et-boc .et-l .nav ul li a:hover {
    background-color: transparent;
    opacity: 1;
}

body.et-db #et-boc .et-l .nav li ul {
	border: none;
}

body.et-db #et-boc .et-l .nav li li {
    padding: 0;
}

body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul ul li a {
	color: white !important;
}

body.et-db #et-boc .et-l .et-menu a:hover {
    opacity: 1;
}

body.et-db #et-boc .et-l .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, body.et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}

body.et-db #et-boc .et-l .et-menu li li a {
    width: 100%;
}

/*
 * HEADER - end *
 */





/*
 * HOMEPAGE - start *
 */

.hm-newprod {
	max-width: 100vw;
	overflow: hidden;
}

.hm-newprod .et_pb_row, .hm-newprod .et_pb_column {
	position: initial;
}

.hm-newprod .asset1 {
    position: absolute;
    left: -4%;
    top: 10%;
    transform: translate(-100%, -100%);
	transition: all 2s ease;
}

.hm-newprod .asset2 {
    position: absolute;
    right: -4%;
    bottom: 10%;
    transform: translate(100%, 100%);
	transition: all 1s ease;
}

.hm-newprod .asset1.et_had_animation, .hm-newprod .asset2.et_had_animation {
	transform: translate(0%, 0%);
}

.hm-main-banner h1 span {
	top: 50px;
	opacity: 0;
	position: relative;
	color: var(--red);
}

.hm-main-banner .et_had_animation h1 span {
	animation: fade-top-1 ease 1s;
	animation-fill-mode: forwards;
}


.hm-main-banner .et_had_animation h1 span:nth-child(2) {
	animation-delay: 1s;
}

.cat-tab-row .et_pb_column {
	display: flex;
    justify-content: center;
    gap: 5%;
}

.cat-tab-row .et_pb_column .cat-btn {
    flex: 0 1 128px;
	cursor: pointer;
    min-width: 133px;
	transition: all 1s ease-out;
}

.cat-tab-row .cat-btn .et_pb_main_blurb_image {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-tab-row .et_pb_column .cat-btn:before {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    background: var(--main);
    bottom: 0;
    opacity: 0.4;
    transition: all 1s ease-out;
}

.cat-tab-row .et_pb_column .cat-btn.selected:before {
	height: 80%;
}

.cat-tab-row .et_pb_column .cat-btn:not(.selected):hover:before {
	height: 30%;
}

.cat-tab-row .et_pb_column .cat-btn:not(.selected) {
	opacity: 0.5;
}

.cat-tab-row .et_pb_column .cat-btn:not(.selected):hover {
	opacity: 1;
}

.cat-row {
	animation: fade-top 1s ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
	transform: translatey(20%);
}

body.home .hm-recipes-row .et_pb_portfolio {
	opacity: 0;
	transform: translatey(20%);
	max-width: 100%;
	overflow: auto;
}

body.home .hm-recipes-row.et_had_animation .et_pb_portfolio {
	animation: fade-top 1s ease-out;
	animation-fill-mode: forwards;
}

.hm-recipes-row .et_pb_column {
	display: flex;
	gap: 1.7%;
	row-gap: 30px;
}

/* width */
body.home .hm-recipes-row .et_pb_portfolio::-webkit-scrollbar {
	height: 5px;
	border-radius: 10px;
}

/* Track */
body.home .hm-recipes-row .et_pb_portfolio::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

/* Handle */
body.home .hm-recipes-row .et_pb_portfolio::-webkit-scrollbar-thumb {
	background: #0000008c;
	border-radius: 10px;
}

/* Handle on hover */
body.home .hm-recipes-row .et_pb_portfolio::-webkit-scrollbar-thumb:hover {
	background: #00000045;
	border-radius: 10px;
}

.hm-recipes-row p.post-meta {
	font-size: 0;
}

.hm-recipes-row p.post-meta a {
	font-size: 15px;
	color: var(--main) !important;
}

.hm-recipes-row p.post-meta [title="Home"] {
    display: none;
}

.hm-recipes-row .et_pb_column .et_pb_text {
    flex: 32.3%;
}

.hm-recipes-row .et_pb_column .et_pb_portfolio {
    flex: 66%;
}

.hm-recipes-row .et_pb_column .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.7%;
    padding-bottom: 30px;
	cursor: grab;
}

.hm-recipes-row .et_pb_ajax_pagination_container > * {
    width: 32.3%;
    display: flex;
    flex-direction: column;
    min-width: 280px;
}

.hm-recipes-row .project a, .hm-recipes-row .et_pb_module_header, .hm-recipes-row .post-meta, .hm-recipes-row a img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	-webkit-user-drag: none;
	user-select: none;
}

.hm-recipes-row .project > a {
	order: 1;
}

.hm-recipes-row .project .et_pb_module_header {
	order: 3;
	margin: 0;
}

.hm-recipes-row .project .post-meta {
	order: 2;
    margin-top: 5px;
}

.hm-recipes-row .et_pb_text {
	padding: 5%;
}

.hm-recipes-row .et_pb_text_inner > * {
    padding-bottom: 30px;
}

.hm-recipes-row .et_pb_text:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/07/Omega-recipes-1.png);
    width: 130px;
    aspect-ratio: 320 / 381;
    height: auto;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    bottom: 5%;
    right: 5%;
}

.hm-recipes-row .project .et_portfolio_image {
	overflow: hidden;
}

.hm-recipes-row .project .et_portfolio_image img {
	transition: all 2s ease-out;
}

.hm-recipes-row .project:hover .et_portfolio_image img {
	transform: scale(1.3);
}

.row-with-parallax-photo.spot .image-column.et_pb_column {
	width: 100%;
}

.hm-recipes-row.inside .et_pb_column .et_pb_ajax_pagination_container {
	row-gap: 30px;
	flex-wrap: wrap;
}

.hm-recipes-row.inside .et_pb_ajax_pagination_container > * {
	min-width: unset;
	flex: 0 1 32.2%;
}

/*
 * HOMEPAGE - end *
 */





/*
 * BLOG - start *
 */

.blog-style .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-style .et_pb_ajax_pagination_container article {
    flex: 0 1 calc(33.3% - 13px);
    margin: 0;
    display: flex;
    flex-direction: column;
}

.blog-style .et_pb_post .entry-featured-image-url {
    margin-bottom: 10px;
}

.blog-style.et_pb_bg_layout_light .et_pb_post .post-meta, .blog-style.et_pb_bg_layout_light .et_pb_post .post-meta a, .blog-style.et_pb_bg_layout_light .et_pb_post p {
	color: var(--main);
}

.blog-style .et_pb_ajax_pagination_container > div {
	flex: 100%;
}

.et_pb_module .pagination a {
    color: var(--red);
    font-weight: 500;
}

.pagination {
	flex: 100% !important;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
}

.blog-style article .entry-featured-image-url {
	order: 1;
}

.blog-style article .entry-title {
	order: 3;
}

.blog-style article .post-meta {
	order: 2;
}

.blog-style article .entry-featured-image-url img {
	aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: all 1s ease-out;
}

.blog-style article:hover .entry-featured-image-url img {
	object-position: 0%;
}

.blog-style article .entry-title a, .hm-recipes-row .project .et_pb_module_header a {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 0 100%;
    transition: 1s cubic-bezier(.72,-.01,.21,1);
}

.blog-style article:hover .entry-title a, .hm-recipes-row .project:hover .et_pb_module_header a {
	background-size: 100% 100%;
}

@media screen and (min-width: 981px) {
	.main-row-inside-blog .et_pb_column {
		position: sticky;
		top: 128px;
	}
}

.media .main-title.et_pb_text h1 {
	font-size: 25px;
}

.media .main-title.et_pb_text.et_had_animation h1 span {
    margin: 0;
    padding-top: 20px;
}

.post-main-image.et_pb_image img {
    max-height: 85vh;
    object-fit: contain;
}

/*
 * BLOG - end *
 */






/*
 * RECIPES - start *
 */

.recipe-info-col {
	display: flex;
	flex-wrap: wrap;
    row-gap: 10px;
}

@media screen and (min-width: 981px) {
	.recipe-info-col {
	    position: sticky;
    	top: 100px;
	}
}

.recipe-info {
	background-color: white;
	padding: 9% 5%;
}

.recipe-info:not(.sistatika) {
	flex: 1;
}

.recipe-info.sistatika {
	flex: 100%;
    max-height: 69vh;
    overflow: auto;
    scrollbar-width: thin;
}

.recipe-info:not(.sistatika):not(.merides) .et_pb_text_inner:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    background-color: var(--main);
    transform: rotate(45deg);
    right: -7px;
    top: -3px;
}

.recipe-info:not(.sistatika) .et_pb_text_inner {
    font-size: 25px;
    width: fit-content;
    margin: 0 auto;
}

.recipe-info:not(.sistatika):before {
	display: block;
    margin-bottom: 13px;
	width: fit-content;
	margin: 0 auto;
}

.recipe-info.proetimasia:before {
    content: url(/wp-content/uploads/2024/07/Omega-Assets-4-1.png);
}

.recipe-info.magirema:before {
    content: url(/wp-content/uploads/2024/07/Omega-Assets-5.png);
}

.recipe-info.etoimo:before {
    content: url(/wp-content/uploads/2024/07/Omega-Assets-6.png);
}

.recipe-info.merides:before {
    content: url(/wp-content/uploads/2024/07/Omega-Assets-7.png);
}

.recipe-info:after {
	position: absolute;
    text-align: center;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 122px;
    width: 100%;
    border-bottom: 1px solid var(--main);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.recipe-info.proetimasia:after {
    content: 'Χρόνος Προετοιμασίας';
}

.recipe-info.magirema:after {
    content: 'Χρόνος Μαγειρέματος';
}

.recipe-info.etoimo:after {
    content: 'Έτοιμο σε';
}

.recipe-info.merides:after {
    content: 'Μερίδες';
}

.recipe-info:hover:after {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 981px) {
	.recipe-title-col {
		position: sticky;
		top: 128px;
	}
}

.recipe-method-col, .recipe-info.sistatika {
    position: sticky;
    top: 128px;
}

.recipe-method-col h4 > span {
	font-weight: bold !important;
}

.recipe-method-col h4 {
    font-size: 33px;
    font-weight: bold;
    color: var(--main);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 0;
    border-radius: 100%;
    margin-bottom: -19px;
    position: relative;
    left: -2%;
    z-index: -1;
}

.recipe-info-col h2, .recipe-method-col h2 {
	font-weight: 800;
    font-size: 30px;
    color: var(--dark-green);
	margin-bottom: 30px;
}

.recipe-info-col .sistatika li::marker {
    color: var(--main);
    font-size: 22px;
}

.recipe-info-col .sistatika:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/07/Omega-Assets-10.png);
    width: 27%;
    aspect-ratio: 111 / 128;
    height: auto;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    right: 30px;
    opacity: 0.07;
    z-index: 0;
}

.hm-recipes-row .et_pb_text a:before {
	background-color: #ffffff;
}

.nutrition .et_pb_column {
    float: unset;
}

.nutrition.et_pb_row:before, .nutrition.et_pb_row:after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-61.png);
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: repeat;
    background-size: contain;
    visibility: visible;
}

.nutrition.et_pb_row:after {
	top: unset;
	bottom: 0;
}

/*
 * RECIPES - end *
 */


/*
 * WOO PRODUCTS LIST - start *
 */

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    width: 100%;
    height: 413px;
    object-fit: contain;
}

ul.products li.product h2 {
	font-size: 20px !important;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-weight: 600;
    text-align: center;
}

ul.products li.product {
	margin-bottom: 0 !important;
}

ul.products li.product .et_shop_image {
	overflow: hidden;
}

ul.products li.product .et_shop_image img {
	transition: all 0.5s ease-out;
}

ul.products li.product:hover .et_shop_image img {
    background: white;
    transform: scale(1.05);
}

.letter-cat .et_pb_column {
	padding: 30px;
}

.letter-cat span.et_pb_image_wrap {
	position: relative;
}

.letter-cat-rizi .et_pb_image:not(.asset) span.et_pb_image_wrap:before {
    content: '';
	background-image: url(/wp-content/uploads/2024/09/Omega-Assets-69.png);
    position: absolute;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    top: 73%;
    background-size: contain;
    display: block;
    left: 55%;
    bottom: 5%;
    height: auto;
    height: 45%;
    z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.letter-cat-ospria .et_pb_image:not(.asset) span.et_pb_image_wrap:before {
    content: '';
	background-image: url(/wp-content/uploads/2024/09/Omega-Assets-72.png);
    position: absolute;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    top: 73%;
    background-size: contain;
    display: block;
    left: 55%;
    bottom: 5%;
    height: auto;
    height: 45%;
    z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}


.letter-cat-axni .et_pb_image:not(.asset) span.et_pb_image_wrap:before {
    content: '';
	background-image: url(/wp-content/uploads/2024/09/Omega-Assets-71.png);
    position: absolute;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    top: 73%;
    background-size: contain;
    display: block;
    left: 55%;
    bottom: 5%;
    height: auto;
    height: 45%;
    z-index: 1;
	opacity: 0;
	transition: all 0.5s ease;
}

.letter-cat-rizi:hover .et_pb_image:not(.asset) span.et_pb_image_wrap:before, .letter-cat-ospria:hover .et_pb_image:not(.asset) span.et_pb_image_wrap:before, .letter-cat-axni:hover .et_pb_image:not(.asset) span.et_pb_image_wrap:before {
	opacity: 1;
}

.letter-cat .et_pb_column .asset {
    position: absolute;
    top: 15%;
    left: 0;
    width: 61%;
    border-radius: 100%;
    z-index: -1;
    right: 0;
    margin: auto;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.letter-cat .et_pb_column:hover .asset {
	opacity: 1;
}

.letter-cat .et_pb_column .asset img {
    border-radius: 100%;
}

.letter-cat .et_pb_column:before {
    content: 'ΡΥΖΙΑ';
    font-family: 'Zen Kurenaido';
    position: absolute;
    color: white;
    font-size: 32px;
    opacity: 0.7;
    top: 10px;
    left: 15px;
    font-weight: bold;
}

html[lang="en-US"] .letter-cat .et_pb_column:before {
	content: 'RICE';
}

.letter-cat .et_pb_column.letter-cat-ospria:before {
	content: 'ΟΣΠΡΙΑ';
}

html[lang="en-US"] .letter-cat .et_pb_column.letter-cat-ospria:before {
	content: 'LEGUMES';
}

.letter-cat .et_pb_column.letter-cat-axni:before {
	content: 'ΑΧΝΗ';
}

html[lang="en-US"] .letter-cat .et_pb_column.letter-cat-axni:before {
	content: 'POWDERED SUGAR';
}

/*
 * WOO PRODUCTS LIST - end *
 */





/*
 * WOO PRODUCTS VIEW - end *
 */

.product-row .et_pb_column {
	position: sticky;
	top: 128px;
}

.product-row table {
    width: 100%;
}

.product-row table tr td {
    width: 50%;
    font-family: 'Zen Kurenaido';
    font-size: 20px;
    border-bottom: 2px solid #00000008;
    padding: 10px 0px;
}

.product-row table tr td:first-of-type {
    font-weight: 900;
}

.product-row .et_pb_toggle {
	transition: border-color 1s ease;
}

.product-row .et_pb_toggle_open {
	border-color: transparent;
}

.product-row .et_pb_toggle .et_pb_toggle_title:before {
	transition: all 0.5s ease;
}

.product-row .et_pb_toggle_open .et_pb_toggle_title:before {
    transform: rotate(180deg);
}

.icons-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
	margin-bottom: 35px;
}

.icons-wrap .single-icon {
    position: relative;
}

.icons-wrap .single-icon h4 {
    position: absolute;
    bottom: 100%;
    width: 130px;
    font-weight: bold;
    left: 0;
    background-color: white;
    visibility: hidden;
    opacity: 0;
	text-align: center;
	transition: all 0.5s ease;
}

.icons-wrap .single-icon:hover h4 {
	visibility: visible;
    opacity: 1;
}

body.single-product .et_pb_wc_title h1 {
	font-weight: bold;
}

body .et_pb_wc_breadcrumb nav.woocommerce-breadcrumb a {
    color: var(--main) !important;
    transition: all 0.5s ease;
}

nav.woocommerce-breadcrumb a:hover {
	opacity: 0.7;
}

/*
 * WOO PRODUCTS VIEW - end *
 */



/*
 * WOO CATEGORY - start *
 */

.et-db #et-boc .et-l  .cat-title.et_pb_row {
	width: 100%;
}

.cat-title .et_pb_text_inner {
    font-size: clamp(35px, 20vw, 110px);
    background-color: var(--main);
    background-repeat: repeat;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 900;
    background-attachment: fixed;
    line-height: 1em;
    font-family: 'Zen Kurenaido', Helvetica, Arial, Lucida, sans-serif;
}

body.term-71 .cat-title .et_pb_text_inner, body.term-73 .cat-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2026/01/SmartMediSys-Softone-Website.png);
    background-size: 84px;
}

body.term-22 .cat-title .et_pb_text_inner, body.term-67 .cat-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-41.png);
    background-size: 100px;
}

body.term-20 .cat-title .et_pb_text_inner, body.term-44 .cat-title .et_pb_text_inner, body.term-21 .cat-title .et_pb_text_inner, body.term-62 .cat-title .et_pb_text_inner, body.term-21 .cat-title .et_pb_text_inner, body.term-63 .cat-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-42.png);
    background-size: 46px;
}

body.term-24 .cat-title .et_pb_text_inner, body.term-74 .cat-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2026/01/Omega-Assets-82.png);
    background-size: 543px;
}

body.term-30 .cat-title .et_pb_text_inner, body.term-68 .cat-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-45.png);
    background-size: 172px;
}

body.term-23 .cat-title .et_pb_text_inner, body.term-69 .cat-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2024/08/Omega-Assets-47.png);
    background-size: 139px;
}

.et_pb_shop  .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
	display: none;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: black;
}

body .woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul {
	border: none;
	border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: var(--red);
    border-bottom: 1px solid;
}

/*
 * WOO CATEGORY - end *
 */





/*
 * ABOUT US - start *
 */

.design {
	display: flex;
	align-items: center;
	justify-content: center;
}

.timeline {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.timeline-content {
    background: #f8f6f4;
    padding: 1.75rem;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    border-radius: 6px;
    box-shadow: rgb(248 168 30 / 30%) 0px 4px 19px;
    position: relative;
}

.timeline-component {
	margin: 0px 20px 20px 20px;
}

.timeline-content h3 {
    font-size: 66px;
    font-weight: bold;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #00000087;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: -10%;
    top: -37px;
    line-height: 1em;
}

.timeline .timeline-content:nth-child(odd) h3 {
	right: -10%;
	left: unset;
}


@media screen and (min-width: 768px) {
	.timeline {
		display: grid;
		grid-template-columns: 1fr 3px 1fr;
	}
	.timeline-middle {
		position: relative;
		background-image: linear-gradient(45deg, var(--main), var(--red));
		width: 3px;
		height: 100%;
	}
	.main-middle {
		opacity: 0;
	}
	.timeline-circle {
		position: absolute;
		top: 0;
		left: 50%;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-image: linear-gradient(45deg, var(--main), var(--red));
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.fix-space {
	margin-top: -100px;
}

.orama.et_pb_row  {
    align-items: flex-end;
    background: transparent;
    position: relative;
	top: -150px;
}

body .orama.et_pb_row .et_pb_column {
    width: 100%;
}

.orama.et_pb_row .et_pb_column_1  {
    max-width: 605px;
}

.orama.et_pb_row .et_pb_column_1 .et_pb_text:first-of-type {
    padding: 10%;
    background-color: var(--bg);
}

.orama.et_pb_row .et_pb_column_2 {
	padding: 10%;
}

.orama.et_pb_row h3 {
    font-size: 27px;
    padding-bottom: 30px;
}

.orama.et_pb_row p {
	font-size: 15px;
    line-height: 1.5em;
}

.orama.et_pb_row .et_pb_column_1:before {
    content: '';
    width: 1px;
    height: 0px;
    position: absolute;
    background-color: var(--red);
    left: 8%;
    z-index: 1;
    top: -3%;
	transition: all 1s ease;
}

.orama.et_pb_row.et_had_animation .et_pb_column_1:before {
	height: 100px;
}

.production-diagram {
    display: flex;
    justify-content: space-between;
	position: relative;
    height: 60vh;
    max-height: 567px;
}

.production-diagram  .slide2 {
	display: none;
}

.production-diagram .icon {
    max-width: 150px;
}

.production-diagram .descr h2 {
    position: relative;
    padding-top: 19px;
    padding-left: 23px;
    font-weight: 600;
    max-width: 306px;
    line-height: 32px;
}

.production-diagram .descr h2 span {
    font-size: 84px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main);
    -webkit-text-fill-color: transparent;
    line-height: 1em;
    font-family: 'Arimo';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

.production-diagram .line {
    min-height: 180px;
	position: relative;
	flex: 3;
}

.production-diagram .arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 80px;
}

.production-diagram .arrows > * {
	cursor: pointer;
}

.production-diagram .arrows .et-pb-icon {
    font-size: 50px;
    color: var(--red);
}

.production-diagram .arrows .disabled {
	visibility: hidden;
}

.production-diagram .node {
	display: none;
}

.production-diagram .node.visible {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.production-diagram:before {
    content: '';
    width: 0%;
    position: absolute;
    height: 2px;
    background-color: var(--red);
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.et_had_animation .production-diagram:before {
	animation: width 4s ease forwards;
}

.production-diagram > p {
    position: absolute;
    bottom: -46px;
    width: 100%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #78838f;
    -webkit-text-fill-color: transparent;
    line-height: 1em;
    font-size: 4vw;
    z-index: 1;
}

.production-diagram .line:before {
    content: '';
    width: 2px;
    height: 0%;
    position: absolute;
    background-color: var(--red);
    opacity: 0.4;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.et_had_animation .production-diagram .line:before {
	animation: height 1s ease forwards;
}
/*
.production-diagram .node:nth-child(2) .line:before, .production-diagram .node:nth-child(2) .descr, .production-diagram .node:nth-child(2) .icon {
	animation-delay: 1000ms
}

.production-diagram .node:nth-child(3) .line:before, .production-diagram .node:nth-child(3) .descr, .production-diagram .node:nth-child(3) .icon {
	animation-delay: 2000ms
}
*/

.production-diagram .delay-1, .production-diagram .delay-1:before {
	animation-delay: 1000ms !important;
}

.production-diagram .delay-2, .production-diagram .delay-2:before {
	animation-delay: 2000ms !important;
}

@keyframes width {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

@keyframes height {
	from {
		height: 0%;
	}
	to {
		height: 100%;
	}
}

.production-diagram .icon, .production-diagram .descr {
	transform: translatey(50px);
	opacity: 0;
	flex: 1;
}

.et_had_animation .production-diagram .icon, .et_had_animation .production-diagram .descr {
	animation: fadeToTop 1s ease forwards;
}

@keyframes fadeToTop {
	from {
		transform: translatey(50px);
		opacity: 0;
	}
	to {
		transform: translatey(0px);
		opacity: 1;
	}
}

.aksies.et_pb_column {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;	
}

.aksies.et_pb_column .et_pb_text {
	flex: 100%;
}

.aksies.et_pb_column .et_pb_blurb {
	flex: 0 1 50%;
}

.history-slider.et_pb_slider .et_pb_slides {
    background-image: url(/wp-content/uploads/2024/12/omega-story-292-x-350-px-560-x-479-px-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.history-slider.et_pb_slider .et_pb_media_alignment_center .et_pb_slide_image {
    position: relative;
    top: unset;
    margin: 0 !important;
    width: 100%;
}

.history-slider.et_pb_slider .et_pb_slide_description, .history-slider.et_pb_slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0;
}

.history-slider.et_pb_slider .et_pb_slide_image img {
	max-height: none !important;
}

.history-slider.et_pb_slider .et_pb_slide_image {
	display: block !important;
}

.cstm-gal .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 1%;
}

.cstm-gal .et_pb_column > * {
    flex: 0 1 49%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.cstm-gal .et_pb_image img {
    max-height: 400px;
    object-fit: cover;	
}

/*
 * ABOUT US - end *
 */

.epaggelmaties .tabs-row .et_pb_column {
	display: flex;
    gap: 20px;
}

.epaggelmaties .tabs-row .et_pb_column > * {
	flex: 1;
}

.aksies.et_pb_column .et_pb_blurb .et_pb_blurb_description p {
    font-size: 20px;
    color: black;
}

.et_pb_column .map-info.et_pb_text:not(:nth-child(1)):not(.description) {
	display: none;
}

.map-info h3 {
	text-align: center;
}

@media screen and (max-width: 1435px) {
	.hm-about.et_pb_row {
		margin-top: 100px;
	}
	
	.full-width-column-responsive.et_pb_row {
		flex-direction: column;
	}
	
	.full-width-column-responsive.et_pb_row .et_pb_column:not(.image-column) {
		width: 100%;
		float: none;
		display: block;
	}
}

@media screen and (max-width: 1300px) {
	.values.et_pb_row .et_pb_blurb p {
    	font-size: 18px;
	}
	
	.recipe-info:not(.sistatika) .et_pb_text_inner {
    	font-size: 19px;
	}
}

@media screen and (max-width: 1190px) {
	.diagram.et_pb_row {
	    width: 93%;
	}
	
	.orama.et_pb_row .et_pb_column_2 {
		padding: 5%;
	}
}

@media screen and (max-width: 1220px) {
	.blog-style .et_pb_ajax_pagination_container article {
		flex: 100%;
	    max-width: 500px;
	}
	
	.blog-style .et_pb_ajax_pagination_container {
		justify-content: center;
	}
}

@media screen and (max-width: 980px) {
	button, input {
        outline: none;
    }
	
	img, img:focus {
		outline: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}
	
	.hm-main-banner .tagline.et_pb_text h1 {
		font-size: clamp(25px, 13vw, 44px);
	}
	
	.mobile-row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.orama.et_pb_row {
		top: -50px;	
	}
	
	.main-title.et_pb_text h1 span:nth-child(2) {
    	margin-top: 10px;
	}
	
	.values.et_pb_row .et_pb_main_blurb_image {
		margin-bottom: 10px;
	}
	
	.values.et_pb_row .et_pb_column .et_pb_blurb {
		margin-bottom: 30px;
	}
	
	.image-width.et_pb_image img {
		max-width: 75%;
	}
	
	.letter-cat.et_pb_row .et_pb_column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto !important;
		display: block;
		float: unset;
	}

	.product-row .et_pb_column:nth-child(2) {
		padding: 30px 10px;
		background-color: #ffffffa8;
		backdrop-filter: blur(10px);
	}
	
	body .nutrition.et_pb_row {
		width: 100%;
		padding: 30px 10px !important;
	}
	
	.epaggelmaties .tabs-row .et_pb_column {
		flex-direction: column;
	}
	
	.epaggelmaties .tabs-row .et_pb_column .et_pb_text {
    	overflow: auto;	
	}

	.main-row-inside-blog.et_pb_row {
		display: flex;
		flex-direction: column-reverse;
		gap: 28px;
	}
	
	.hm-newprod .asset1 {
	    top: 32%;	
	}
}

@media screen and (max-width: 860px) {
	
	.hm-recipes-row .et_pb_column {
		flex-direction: column;
	}
	
	.hm-recipes-row .et_pb_text {
		padding: 35px;
	}
	
	.production-diagram {
		row-gap: 20px;
		flex-direction: column;
	} 

	.production-diagram:before {
		width: 2px;
		height: 0%;
		top: 0;
		bottom: unset;
	}

	.production-diagram .node.visible {
		display: flex;
		flex-direction: row-reverse;
	}

	.production-diagram .line {
		flex: 1;
		min-height: unset;
		height: 2px;
	}

	.production-diagram .line:before {
		bottom: 0;
		height: 100%;
		width: 0%;
		left: 0;
		right: unset;
	}

	.et_had_animation .production-diagram:before {
		animation: height 4s ease forwards;
	}

	.et_had_animation .production-diagram .line:before {
		animation: width 1s ease forwards;
	}

	.production-diagram > p {
		max-width: 152px;
		text-align: left;
		left: -5px;
		top: 0;
		bottom: 0;
		height: fit-content;
		margin: auto;
		font-size: 44px;
	}

	.production-diagram .arrows .et-pb-icon {
		font-size: 38px;
		background-color: var(--main);
	}

	.production-diagram .arrows {
		bottom: -44px;
	}
	
	.production-diagram .arrows .disabled {
		width: 0;
	}
	
	.production-diagram .arrows {
    	justify-content: flex-start;
	}
	
	.hm-recipes-row.inside .et_pb_ajax_pagination_container > * {
    	flex: 0 1 49%;
	}
}

@media screen and (max-width: 600px) {
	
	.et-db #et-boc .et-l .et_pb_shop ul.products.columns-3 li.product, .et_pb_shop ul.products.columns-4 li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 585px) {
	.cat-tab-row .et_pb_column {
		overflow: auto;
    	justify-content: flex-start;
	}
	
	.hm-recipes-row.inside .et_pb_ajax_pagination_container > * {
    	flex: 0 1 100%;
	}
	
	.hm-newprod .asset1, .hm-newprod .asset2 {
		max-width: 40%;
	}
}

@media screen and (max-width: 500px) {
	
	.orama.top-mobile {
		top: -15px;
	}
	
	.production-diagram > p {
		max-width: 110px;
		font-size: 37px;
	}
	
	.aksies.et_pb_column .et_pb_blurb {
		flex: 0 1 100%;
	}
}

header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et-db #et-boc header.et-l .et_mobile_menu, .et-db #et-boc header.et-l .et_pb_menu .et_mobile_menu, .et-db #et-boc header.et-l .et_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh !important;
    width: 100vw;
    z-index: 99;
    backdrop-filter: blur(30px);
    background-color: #ffffffb5 !important;
	overflow: auto;
    padding-top: 70px;
}

header .et_mobile_menu, .et-db #et-boc header.et-l .et_mobile_menu {
    border-top: 3px solid var(--red);
}

header .et_mobile_menu > .menu-item > a, .et-db #et-boc header.et-l .et_mobile_menu .menu-item > a {
    font-weight: 700;
    background-color: transparent;
    font-family: 'Zen Kurenaido';
	font-weight: bold;
}

header .et_mobile_menu .menu-item-has-children {
	position: relative;
}

header .et_mobile_menu .menu-item-has-children > span:before {
    content: '\33';
    font-family: 'ETmodules';
    display: inline-block;
    font-size: 22px;
    color: #3f4043;
    transition: all 0.5s ease;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

header .et_mobile_menu .menu-item-has-children > span {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    padding: 0 28px;
}

header .et_mobile_menu .menu-item-has-children > span.menu-open:before {
	transform: rotate(180deg);
    color: var(--main);
}

body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul.et_mobile_menu ul li a {
    color: #3f4043 !important;
}

header .et_mobile_menu li.menu-item-has-children > a {
	position: relative;
}

header .et_mobile_menu li.menu-item-has-children > a:before {
    content: '';
	width: 0%;
	height: 1px;
	background-color: var(--main);
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	margin: auto;
	transition: all 0.5s ease;
}

header .et_mobile_menu li.selected-menu.menu-item-has-children > a:before {
    width: 100%;
}

header .et_pb_menu .et_mobile_menu li.menu-close-button {
    max-width: 45px;
    position: fixed;
    right: 10px;
    top: 5px;
}

header .et_pb_menu .et_mobile_menu li.menu-close-button a, .et-db #et-boc header.et-l .et_mobile_menu li.menu-close-button a {
	border: none;
}

header .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
	color: var(--main) !important;
	top: 0 !important;
}

@media screen and (max-width: 980px) {
	header .et_pb_sticky  .et_pb_row--with-menu.et_pb_row {
		padding: 10px 0px !important;
	}
	
	body .banner-with-bg.et_pb_section {
	    padding-top: 75px;
    	padding-bottom: 74px;
	    min-height: 47vh;
	}
	
	.hm-main-banner .et_parallax_bg {
		background-position-y: 176px
	}
}

@media screen and (min-width: 981px) {
	.et_pb_menu .et_pb_menu__menu>nav>ul>li.menu-close-button, .et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li.menu-close-button {
		display: none;
	}
}

@media screen and (max-width: 780px) {
	.epaggelmaties .tabs-btn.et_pb_text {
		text-align: center;
		flex: 1;
	}
	
	.epaggelmaties .tabs .et_pb_column {
		align-items: flex-end;
	}
}