/*
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

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


/*** Main Elements - START ***/

/*main titles*/

/*
@font-face {
	font-family: 'Trueno';
	src: URL('./font/Trueno.otf') format('truetype');
}
*/
@font-face {
	font-family: 'Geologica';
	src: URL('./font/Geologica-Light.ttf') format('truetype');
}
/*
body {
	font-family: 'Trueno' !important;
}
*/
body .logo-font, body .logo-font * {
	font-family: 'Geologica' !important;
}

:root {
	--main: #9d9793;
	--second: #DFD3C3;
    --dark: #383C3F;
	--off-white: #dad5d2;
}

.main-title.et_pb_text {
    width: fit-content;
	margin-left: auto;
    margin-right: auto;
}

.main-title h1 {
	letter-spacing: 7px;
	font-family: 'Geologica';
}

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

.main-title h1 span {
	font-weight: bold;
}
/*
.main-title:not(.about) h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: all 2s ease;
}

.main-title.et_had_animation h1:before {
	width: 0%;
}
*/
.main-button, form input[type="submit"] {
	width: fit-content;
    margin: 0 auto;
}

.main-button a, form input[type="submit"] {
	font-size: 21px;
    letter-spacing: 2px;
    color: black;
    position: relative;
}

.main-button a:before {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    display: block;
    background: black;
    height: 1px;
    transition: all 0.5s ease;
}

.main-button a:hover:before, form input[type="submit"]:hover:before, body .woocommerce-Button.button:hover:before, body .woocommerce button.button:hover:before, body .woocommerce-page button.button:hover:before {
	width: 100%;
}

.woocommerce-button:after {
	display: none !important;
}

.min-height.et_pb_section {
	min-height: 80vh;
}

/*** Main Elements - END ***/

/*** Slide animation - START ***/

.slideanimation, .featured_row ul.products > li {
	position: relative;
}

.slideanimation:before, .featured_row ul.products > li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
	top: 0;
	left: 0;
	z-index: 1;
    transition: all 1s ease;
}

body.home .featured_row ul.products > li:after, body.home .slideanimation:before, body.home .main-title:not(.about) h1:before {
	background: var(--off-white);
}

.slideanimation.et_had_animation:before, .featured_row .et_had_animation ul.products > li:after {
	width: 0%;
}

.slideanimation.bottom.et_had_animation:before {
	height: 0%;
	width: 100%;
}

.slideanimation.bottom.reverse:before {
	top: auto;
	bottom: 0;
}
/*** Slide animation - END ***/

/*** HEADER - START ***/

header .et_pb_menu .nav li ul.sub-menu {
    background-color: white !important;
    padding: 0;
}

header .et_pb_sticky_module p, header .et_pb_sticky_module a, header .et_pb_sticky_module p, header .et_pb_sticky_module h4 {
    color: black;
    font-weight: 600;
    letter-spacing: 5px;
	font-size: 14px;
}


.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu {
	background-color: #0000000d !important;
    padding: 0;
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0;
}

header .et_pb_menu__logo img, header .et_pb_section, header .et_pb_section .et_pb_image img {
    transition: all 0.5s ease;
}

header .et_pb_sticky .et_pb_menu__logo img {
    max-width: 100px;
}

header .et_pb_sticky.et_pb_section, .et-db #et-boc header.et-l .et_pb_section.et_pb_sticky {
    background-color: #ffffffbf;
    backdrop-filter: blur(5px);
}

header .et_pb_sticky.et_pb_section .et_pb_image img {
    max-width: 130px;
}

header .et_pb_row.visible {
	visibility: visible;
	animation: slideTopFade 1s linear;
    animation-fill-mode: forwards;
}

header .et_pb_row.hidden {
	visibility: hidden;
    animation: slideBottomFade 1s linear;
    position: absolute !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    animation-fill-mode: forwards;
	top: 0;
}

@keyframes slideTopFade {
	0% {
		transform: translatey(-100%);
		opacity: 0;
	}
	100% {
		transform: translatey(0);
		opacity: 1;
	}
}

@keyframes slideBottomFade {
	0% {
		transform: translatey(0);
		opacity: 1;
	}
	100% {
		transform: translatey(-100%);
		opacity: 0;
	}
}

header .header-search-row .et_pb_column {
	display: flex;
	justify-content: center;
	gap: 23px;
}

header .header-search-row .et_pb_text  {
	flex: 1;
	max-width: 900px;
}

header .search-close,  header .search-btn, header .account-btn {
	cursor: pointer;
	transition: all 0.5s ease;
}

header .search-close:hover, header .search-btn:hover,  header .account-btn:hover {
	opacity: 0.5;
}

.header-search-row #ajaxsearchlite1 .probox, .header-search-row div.asl_w {
    background-color: transparent;
}

header .et_pb_row.et_pb_row--with-menu, .et-db #et-boc header.et-l .et_pb_row.et_pb_row--with-menu {
	padding: 0;
}
 
header .et_pb_menu_inner_container {
	flex-direction: column;
	gap: 10px;
}  

header .et_pb_menu__logo-wrap {
	justify-content: center;
}

header .et_pb_menu .et_pb_menu__wrap, header .et_pb_menu .et_pb_menu__menu, header .et_pb_menu .et-menu-nav, header .et_pb_menu .et-menu.nav {
	flex: 100% !important;
}

.full-menu.et_pb_section ul.et-menu.nav > li > a {
    font-size: 23px !important;
}

.full-menu.et_pb_section ul.et-menu.nav > li.menu-item-has-children ul a {
	font-size: 19px !important;
}

header ul#menu-main-menu a {
	padding-top: 11px !important;
	padding-bottom: 16px !important;
	padding-right: 26px !important;
	padding-left: 26px !important;
	color: black !important;
	position: relative !important;
	letter-spacing: 1.5px;
    min-width: 200px;
    text-align: center;
	justify-content: center;
}

.footer-menu ul.menu li.menu-item a:before {
    content: '';
    width: 0%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 1s ease;
}

.footer-menu ul.menu li.menu-item a:hover:before {
	width: 100%;
}

header .et-menu li .sub-menu li {
    padding-left: 0 !important;
    padding-right: 0px !important;
    text-align: center;
    width: 100% !important;
}

header .et-menu li .sub-menu li a {
	width: 100% !important;
	transition: all  0.5s ease !important;
}

header ul#menu-main-menu .sub-menu li a {
	position: relative;
}
/*
header ul#menu-main-menu .sub-menu li a:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    background: var(--main);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

header ul#menu-main-menu .sub-menu > li:nth-child(2n) a:before {
	left: auto;
	right: 0;
}

header ul#menu-main-menu .sub-menu li a:hover {
	color: white;
    -webkit-text-stroke-color: white;
}

header ul#menu-main-menu .sub-menu li a:hover:before {
	width: 100%;
	opacity: 1;
}
*/
header ul#menu-main-menu li li a:hover:before {
	bottom: 29px;
}

header .nav li ul {
    border-top: none !important;
}

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

header .asl_w .probox {
    padding: 10px 0px !important;
}

header div.asl_w {
    box-shadow: 0 1px 0 0 #000000;
}

header div.asl_w .probox {
	height: auto !important;
}

/* 
 * Header - start 
 * */

.header-menu-row .et_pb_column, .header-search-row .et_pb_column {
	display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
	gap: 5px; 
}

.header-menu-row .et-pb-icon, .et-db #et-boc .et-l .header-menu-row .et-pb-icon {
    font-size: 34px;
    color: black;
    line-height: 42px;
}

.right-icons-menu {
    display: flex;
    justify-content: flex-end;
}

.right-icons-menu .et_pb_code_inner {
	display: flex;
    align-items: center;
    gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header-menu-row .et_pb_column > * {
    flex: 1;
}

header .et_pb_row:after, header .et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}
/*
header .main.et_pb_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	transition: all 1s ease;
}

header .main.et_pb_section.fixed {
	background-color: #00000054 !important;
    backdrop-filter: blur(4px);
}

header .main.et_pb_section .et_pb_row {
    display: flex;
    justify-content: space-between;
}

header .main.et_pb_section .et_pb_row .et_pb_column {
    float: unset;
    display: block;
    width: fit-content;
    margin: 0;
}

header .main.et_pb_section .et_pb_row .et_pb_column:nth-child(1) {
    display: flex;
    align-items: center;
}

header .main.et_pb_section .et_pb_row .et_pb_column:nth-child(2) {
    display: flex;
    gap: 40px;
    align-items: center;
}
*/
header .open-menu h4 {
	color: black;
	padding: 5px 0px;
	transition: all 0.7s ease;
}

header .open-menu {
	display: flex;
	gap: 17px;
	cursor: pointer;
}

header .open-menu .lines {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

header .open-menu .lines span {
	display: block;
	height: 3px;
	background-color: black;
    transition: all 0.7s ease;
}

header .open-menu .lines span:nth-child(1) {
	width: 39px;
}

header .open-menu .lines span:nth-child(2) {
	width: 49px;
}

header .open-menu .lines span:nth-child(3) {
	width: 25px;
}

header .open-menu:hover .lines span {
	width: 49px;
}

.full-menu.et_pb_section, .et-db #et-boc .et-l .full-menu.et_pb_section {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10011;
	overflow: auto;
	opacity: 0;
	background-color: var(--main);
    padding-top: 115px;
	animation: fadeIn 0.7s ease forwards;
	transition: all 0.5s ease;
}

.full-menu.et_pb_section .et_pb_menu__menu {
	width: 100%;
}

.full-menu.et_pb_section .et-menu-nav {
    width: 100%;
    flex-direction: column;
}

.full-menu.et_pb_section ul.et-menu.nav {
    flex-direction: column;
    gap: 5px;
}

.full-menu.et_pb_section ul.et-menu.nav li a {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1em;
    transition: all 0.5s ease;
}

.full-menu.et_pb_section ul.et-menu.nav > li.menu-item-has-children {
    flex-direction: column;
}

.full-menu.et_pb_section .et-menu li li a {
	width: auto;
	padding: 0;
}

.full-menu.et_pb_section ul.et-menu.nav > li.menu-item-has-children > ul, .et-db #et-boc .et-l ul.et-menu.nav > li.menu-item-has-children > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    left: unset;
    top: unset;
    width: 100%;
	max-width: 500px;
    position: relative;
    border: none;
    box-shadow: none;
    animation: fadeIn 1s ease;
}

.full-menu.et_pb_section ul.et-menu.nav li {
    width: 100%;
    justify-content: center;
	align-items: center !important;
    margin: 0 !important;
}

.close-menu {
    position: fixed;
    left: 10%;
    top: 10%;
    display: flex;
    gap: 10px;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	animation: fadeIn 0.7s ease forwards;
}

.close-menu:hover .lines span {
	width: 52px;
}

.close-menu .lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.close-menu .lines span {
    display: block;
    height: 3px;
    width: 49px;
    background-color: black;
	transition: all 0.7s ease;
	animation-fill-mode: forwards !important;
}

.close-menu .lines span:nth-child(1) {
    animation: x-anim-1 1s ease;
}

.close-menu .lines span:nth-child(2) {
	animation: x-anim-2 1s ease;
}

.close-menu .lines span:nth-child(3) {
    animation: x-anim-3 1s ease;
}

@keyframes x-anim-1 {
	from {
		transform: rotate(0deg) translateX(0px);
	}
	to {
		transform: rotate(49deg) translateX(17px);
	}
}


@keyframes x-anim-2 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}


@keyframes x-anim-3 {
	from {
		transform: rotate(0deg) translateX(0px);
	}
	to {
		transform: rotate(-49deg) translateX(17px);
	}
}

.close-menu h4 {
    color: black;
    font-size: 20px;
    padding: 5px 0px;
}

.full-menu.et_pb_section:before {
    content: 'MENU';
    font-size: 11vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	text-wrap: nowrap;
    height: fit-content;
    color: white;
    opacity: 0.04;
    letter-spacing: 1em;
    line-height: 1em;
    text-align: center;
    padding-left: 1em;
    width: 0px;
	overflow: hidden;
}

.full-menu.et_pb_section.open:before {
    animation: menu 1.5s ease-out forwards;
}

@keyframes menu {
	from {
		width: 0;
	}
	to {
		width: calc(100% - 1em);
	}
}

.full-menu.et_pb_section ul.et-menu.nav li.hide a {
	display: none;
}

.full-menu.et_pb_section ul.et-menu.nav > li > ul.hide, .et-db #et-boc .et-l ul.et-menu.nav > li.menu-item-has-children > ul.hide {
    display: none;
}


.full-menu.et_pb_section ul.et-menu.nav .menu-toggle {
    padding: 5px;
    transition: all 0.7s ease;
    position: absolute;
    left: 100%;
    top: 6px;
}

.full-menu.et_pb_section ul.et-menu.nav li.opened .menu-toggle {
	transform: rotate(45deg);
}

/* 
 * Header - end 
 * */


/*** HEADER - END ***/

/*** HOMEPAGE - START ***/

/* main banner */
.hm-main-banner h1 {
    font-size: 50px;
    letter-spacing: 9px;
}

.hm-main-banner .row-1 .et_pb_column_0, .hm-main-banner .row-2 .et_pb_column_2 {
	z-index: 10;
}

.hm-main-banner .row-1 .et_pb_column_0 .et_pb_text {
	margin-right: -10%;
    margin-top: 10%;
}

.hm-main-banner .row-2 {
	padding-top: 0px;
    margin-left: calc(10% - 5vw);
}

.hm-main-banner .row-2 .et_pb_image {
	top: -10%;
    margin-top: -20%;
}

.hm-main-banner .row-2 p {
    font-size: 20px;
    /* max-width: 350px; */
    margin-right: -11%;
    margin-left: auto;
    color: black;
    letter-spacing: 5px;
    width: fit-content;
}

.hm-main-banner .row-2 .rotation-anim  {
	animation: GFG 10s infinite linear; 
} 

.hm-main-banner .row-1 .rotation-anim {
	animation: GFG 10s infinite linear reverse; 
}
  
@keyframes GFG { 
	0% { 
		transform: rotate(0deg)  translateX(3%) rotate(0deg); 
	} 
	100% { 
		transform: rotate(-360deg)  translateX(3%) rotate(360deg); 
	} 
} 

.our-fab.et_pb_text p:after {
    content: '\24';
    font-family: 'ETmodules';
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
	position: relative;
}

.our-fab.et_pb_text p {
    margin-top: 30px;
}

.our-fab.et_pb_text:hover p:after {
	animation: left-right 1s linear infinite alternate;
}

@keyframes left-right {
	0% {
		left: 0px;
	}
	100% {
		left: 20px;
	}
}

/* categories */

.hm-categories-wrap {
	display: flex;
    flex-wrap: wrap;
    gap: 3%;
    row-gap: 30px;
}

.hm-categories-wrap > * {
	position: relative;
    width: 50%;
	flex: 47%;
	margin-bottom: 0px !important;
    aspect-ratio: 3 / 2;
}

.hm-categories-wrap .et_pb_text h1 {
	color: black;
    font-size: 32px;
	letter-spacing: 3px;
}

.hm-categories-wrap p {
	color: black;
	font-size: 16px;
}

.hm-categories .et_pb_text_inner {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffffcc;
    transform: scale(1);
    transition: transform 0.3s 0.4s,opacity 0.3s;
    opacity: 0;
}

@media all and (min-width: 981px) {
	.hm-categories:hover .et_pb_text_inner {
		transform: scale(0.9);
		opacity: 1;
	}
}


@media all and (max-width: 980px) {
	.hm-categories .et_pb_text_inner {
		transition: transform 1.3s 1.4s,opacity 1.3s;
	}
	
	.hm-categories.et_had_animation .et_pb_text_inner {
		transform: scale(0.4);
		opacity: 1;
	}
}

.hm-categories-wrap .hm-categories:nth-child(2).slideanimation.et_had_animation:before {
    height: 0%;
	width: 100%;
}

.hm-categories-wrap .hm-categories:nth-child(3).slideanimation.et_had_animation:before {
    height: 0%;
	width: 100%;
}

.hm-categories-wrap .hm-categories:nth-child(3).slideanimation:before {
	top: unset;
	bottom: 0;
}

.hm-categories-wrap .hm-categories:nth-child(4).slideanimation:before {
	right: 0;
	left: unset;
}

/* featured */
.featured_row li.product {
	position: relative;
}

.featured_row .woocommerce ul.products li.product a img {
	margin: 0 !important;
}

.featured_row .woocommerce li.product h2.woocommerce-loop-product__title {
	position: absolute;
    width: 100%;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: black;
    font-size: 20px;
    webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}

.featured_row .woocommerce li.product:hover h2.woocommerce-loop-product__title {
	opacity: 1;
}

.featured_row .woocommerce li.product .wc-img-wrapper:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ffffff70;
    left: 0;
    pointer-events: none;
	transition: all 0.5s ease;
}

.featured_row .woocommerce li.product:hover .wc-img-wrapper:before {
	width: 100%;
}

.featured_row.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
	margin-bottom: 0px;
}

.featured_row ul.products li.product .more {
	display: none;
}

.featured ul.products {
	display: flex;
	overflow: auto;
	scrollbar-width: thin;
	padding-bottom: 20px;
}

.featured ul.products::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.featured ul.products::-webkit-scrollbar-track {
  background: transparent;
}

.featured ul.products.featured ul.products::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

.featured ul.products::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

/* Firefox */
.featured ul.products {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.6) transparent;
}


.featured ul.products li.product {
	min-width: 20.875%;
}

.et_pb_gutters3 .et_pb_column .featured.et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
	margin-right: 5.5%;
}

.et_pb_gutters3 .et_pb_column .featured.et_pb_shop_grid .woocommerce ul.products li.product:last-child {
	margin-right: 0%;
}

@media all and (max-width: 980px) {
	.featured ul.products li.product {
		min-width: 48%;
	}
	
	.featured.et_pb_shop ul.products.columns-4 li:nth-child(2n+2) {
	        margin-right: 4% !important;
	}
}
 
/*** HOMEPAGE - END ***/

/*** CATEGORY MAIN - START ***/

ul.products li.product .more h2 {
    font-size: 17px;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #f1efef;
	background: transparent;
}

.category-title .et_pb_text_inner {
	background-size: 38%;
}

.category-title .et_pb_text_inner, .blog-title .et_pb_text_inner {
    text-align: center;
    font-size: 40px;
    line-height: 1.1em;
    display: inline-block;
    /* background-attachment: fixed; */
    /* background-repeat: repeat; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    /* -webkit-background-clip: text; */
    /* background-position: center center; */
    letter-spacing: 1px;
    font-weight: 100;
    color: black;
}

body .category-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2024/09/BRUNELLO-118.jpg);
}

body.term-indoor .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2023/11/ONTARIO-6206-BLUE.jpg);
}

body.term-monochroma .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2023/09/MOSCOW-17.jpg);
}

body.term-diakosmitika-indoor .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/BEETLE-9471.jpg);
}

body.term-esoterikou-chorou .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/MARE-10013.jpg);
}

body.term-outdoor .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/APEROL-07.jpg);
}

body.term-diakosmitika-outdoor .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/PALOMA-05-SAND.jpg);
}

body.term-dermatines .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/MALAGA-FR-6021.jpg);
}


body.term-esoterikou-chorou .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/NEVADA-603.jpg);
}

body.term-exoterikou-chorou .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/KENYA-06-scaled.jpg);
}


body.term-contract .category-title .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2024/09/YUTA-11975.jpg);
}

.filter-wrap.et_pb_section {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 30vw;
    height: 100dvh;
    overflow: auto;
    backdrop-filter: blur(4px);
    background-color: #dad5d29e !important;
    z-index: 99;
    padding-top: 150px !important;
	left: -100%;
	transition: all 1s ease;
}

.filter-wrap.et_pb_section.visible {
	left: 0;
}

.et-db #et-boc .et-l .filter-wrap .et_pb_widget_area_left {
    padding: 0;
    border: none;
}

.filter-wrap .et_pb_icon, .open-filter-wrap .et_pb_icon {
    width: 54px;
    aspect-ratio: 1 / 1;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    border-radius: 100%;
	cursor: pointer;
	box-shadow: rgb(149 157 165 / 43%) 0px 8px 24px;
}

.open-filter-wrap {
	z-index: 99;
}

.open-filter-wrap .open-filter.et_pb_icon {
    position: fixed !important;
    right: 10px;
    bottom: 8%;
    margin: 0;
}

.filter-wrap .close-filter.et_pb_icon {
    margin-left: auto;
}

.bapf_button.bapf_reset {
    background: none;
    border: none;
    border-bottom: 1px solid;
}

.berocket_single_filter_widget_7716 .bapf_body:before {
    content: '\4d';
    font-family: 'ETmodules';
    display: inline-block;
    vertical-align: middle;
}

/*** CATEGORY MAIN - END ***/

/*** PRODUCT GRID - START ***/

.woocommerce  ul.products li.product .price {
	display: none;
}

.woocommerce  ul.products li.product h2.woocommerce-loop-product__title {
	font-family: 'Geologica' !important;
}

ul.products li.product h2 {
	text-align: center;
}

.et_pb_row:not(.featured_row) ul.products li.product .et_overlay {
	display: none !important;
}

.et_pb_row:not(.featured_row) .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 20px;
	text-align: center;
}

.et_pb_row:not(.featured_row) ul.products li.product a {
	position: relative;	
}

ul.products li.product .more {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: #9d9793c9;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

ul.products li.product .more h2 {
    display: flex;
	padding: 0;
    overflow: hidden;
}

ul.products li.product .more span {
	transform: translateY(100%);
    transition: all 0.8s cubic-bezier(0.37, 0.31, 0.2, 0.85);
	transition-delay: 0.3s;
}

ul.products li.product:hover .more span {
	transform: translateY(0%);
}

ul.products li.product:hover .more {
	opacity: 1;
}

ul.products li.product img {
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

body .product .related > h2 {
	font-size: 35px !important;
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 4px;
}

.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(--main);
    border-bottom: 1px solid var(--main);
}

span.itsnew {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: var(--off-white);
    padding: 5px 12px;
    font-size: 13px;
    color: black;
}

/*** PRODUCT GRID - END ***/

/*** THE COMPANY - START ***/

.story.et_pb_section {
	background-image: url(/wp-content/uploads/2026/01/THEROS-09.jpg);
    background-attachment: fixed;
    background-size: cover;	
}

.story .et_pb_row {
    background-color: #ffffffb5;
    padding: 4% 30px;
    backdrop-filter: blur(4px);
}

.story .main-title.et_pb_text h1 {
	padding-bottom: 3em;
}

.aboutus-active-slide {
	position: fixed;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
	width: fit-content;
    height: fit-content;
	z-index: 99;
}

.aboutus-active-slide h1 {
	position: relative;
}

.aboutus-active-slide h1:before {
    content: url(/wp-content/uploads/2023/11/asset-1.png);
    position: absolute;
    right: 15px;
    bottom: 2px;
	opacity: 0;
	transition: all 0.5s ease;
}

.aboutus-active-slide h1.active:before {
	opacity: 1;
}

/* section 1 - start */

.aboutus-section .et_pb_text:not(.main-title) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.aboutus-section .et_pb_text:not(.main-title):before, #aboutus-section-3 .image-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: white;
    z-index: 1;
    right: 0;
    top: 0;
	transition: all 1s ease;
}

#aboutus-section-2.aboutus-section .et_pb_text:not(.main-title):before {
	background-color: var(--off-white);
}

#aboutus-section-3.aboutus-section .et_pb_text:not(.main-title):before, #aboutus-section-3 .image-1:before {
	background-color: var(--main);
}

#aboutus-section-3.aboutus-section .et_pb_text.text-2:before {
	right: auto;
	left: 0;
}

#aboutus-section-3 .image-1:before {
	bottom: 0;
}

#aboutus-section-3.is-in-viewport .image-1:before {
	height: 0px;
	transition-delay: 0.5s;
}

#aboutus-section-1.is-in-viewport .text2:before, #aboutus-section-3.aboutus-section.is-in-viewport .et_pb_text.text-2:before {
	transition-delay: 1s;
}

#aboutus-section-1.is-in-viewport .text3:before {
	transition-delay: 2s;
}

#aboutus-section-1.is-in-viewport .text4:before {
	transition-delay: 3s;
}

#aboutus-section-1.is-in-viewport .text5:before {
	transition-delay: 4s;
}

#aboutus-section-1.is-in-viewport .text6:before {
	transition-delay: 5s;
}

.aboutus-section.is-in-viewport .et_pb_text:not(.main-title):before {
	width: 0px;
}

/* section 1 - end */

/* section 2 - start */

.aboutus-ourwork-section {
	position: relative;
	overflow: hidden;
}

.aboutus-ourwork-section .et_pb_row, .aboutus-ourwork-section .et_pb_column {
	position: initial;
}

.et_pb_column .aboutus-fabrics.et_pb_image {
    position: absolute;
    margin-bottom: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.aboutus-fabrics.et_pb_image img {
	border-radius: 100%;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image {
	opacity: 1;
	animation: opacity-change 8s ease-in-out infinite alternate;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_1 {
    transition-delay: 0.2s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_2 {
    transition-delay: 0.4s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_3 {
	transition-delay: 0.5s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_4 {
	transition-delay: 0.6s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_5 {
	transition-delay: 0.8s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_6 {
	transition-delay: 1s;
}

@keyframes opacity-change {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_0 {
	top: 5%;
    right: 5%;
	animation-delay: 1s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_6 {
	bottom: 10%;
    right: -100px;
	animation-delay: 2s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_1 {
    top: -5%;
    left: 5%;
	animation-delay: 3s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_5 {
	bottom: 20%;
	right: 30%;
	animation-delay: 4s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_2 {
    top: 20%;
    left: 30%;
	animation-delay: 5s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_4 {
	bottom: -100px;
    left: 15%;
	animation-delay: 6s;
}

#aboutus-section-2.is-in-viewport .aboutus-fabrics.et_pb_image_3 {
	left: 14%;
    top: 50%;
	animation-delay: 7s;
}

.timeline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.timeline.timeline::before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
	z-index: 0;
}

.timeline .timeline-item {
	text-align: center;
	position: relative;
	z-index: 1;
	flex: 1;
    padding-top: 23px;
}

.timeline .timeline-text {
    position: absolute;
    top: -80%;
    width: 100%;
	font-size: 14px;
	color: #111;
	line-height: 1.4;
}

.timeline .timeline-year {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}

.timeline .circle {
	width: 16px;
    height: 16px;
    background-color: #dfdcda;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: auto;
}


/*** THE COMPANY - END ***/

/*** BLOG - START ***/

body.single-post img {
    margin: 15px auto 15px auto;
    display: block;
}

.blog-title .et_pb_text_inner {
    background-image: url(/wp-content/uploads/2023/11/daniele-levis-pelusi-mkMSXR86kYY-unsplash-1.jpg);
    background-size: 13%;
}

.blog-main .post-meta {
	font-size: 14px;
}

.blog-main .post-content a {
	text-decoration: underline;
}

.blog-main.et_pb_posts .entry-featured-image-url {
	max-width: 100%;
    aspect-ratio: 2/1;
    background-repeat: no-repeat;
    height: auto;
    background-attachment: fixed;
    margin-right: 0;
    margin-left: auto;
    background-position: 60% 50%;
}

.blog-main.et_pb_posts h2.entry-title {
    font-size: 23px;
}

.blog-main.et_pb_posts article > * {
    text-align: right;
}

.blog-main.et_pb_posts .entry-featured-image-url img {
	display: none;
}

.blog-main.et_pb_posts p.post-meta {
    color: var(--main);
    font-size: 13px;
    font-weight: bold;
}

/*** BLOG - END ***/

/*** INSIDE POST - START ***/

.post-inside-image .et_pb_title_featured_container img {
    width: auto;
	border-radius: 200px;
}

.post-inside-image .et_pb_image_wrap {
	text-align: right;
}

.post-inside-info .et_pb_title_container {
	display: flex;
    flex-direction: column-reverse;
}
/*
.post-inside-image .et_pb_image_wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 0.2;
}
*/
.post-inside-info .et_pb_title_container {
    margin-left: -11%;
}

.post-inside-info .entry-title {
    font-size: 25px;
    word-wrap: normal;
    margin-left: 0 !important;
}

.post-inside-info .entry-title, .post-inside-info .et_pb_title_meta_container {
	color: black;
}

.post-inside-info p.et_pb_title_meta_container:before {
    content: '';
    width: 100px;
    height: 1px;
    display: inline-block;
    background: black;
    vertical-align: middle;
}

.post-inside-info p.et_pb_title_meta_container {
	font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 10px !important;
}

.post-inside-info .et_pb_title_container > * {
	opacity: 0;
	margin-left: 5%;
	transition: all 0.5s ease;
}

.post-inside-info.et_had_animation .et_pb_title_container > * {
	opacity: 1;
	margin-left: -11%;
}

.post-inside-info.et_had_animation .et_pb_title_container .et_pb_title_meta_container {
	transition-delay: 0.5s;
}

/*** INSIDE POST - END ***/

/*** CONTACT - START ***/

.contact-page-blurb .et_pb_main_blurb_image {
    min-height: 83px;
}

form input[type="text"], form input[type="email"], form textarea, body.woocommerce-account .woocommerce form .form-row input.input-text {
    padding: 20px 35px;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    border: 1px solid black;
    transition: all 0.8s ease;
}

form input[type="submit"] {
    margin: 0 auto;
    display: block;
}

form.wpcf7-form input[type="submit"] {
    width: fit-content;
    color: white;
    border: none;
    cursor: pointer;
    transition: all .5s ease-out;
    background-color: black;
    font-size: 18px;
    padding: 10px 20px;
	border: 1px solid #0000006b;
}

form input[type="text"]:focus, form input[type="email"]:focus, form textarea:focus, body.woocommerce-account .woocommerce form .form-row input.input-text:focus {
	border: 1px solid #0000006b;
}
form.wpcf7-form input[type="submit"]:hover {
	background-color: transparent;
    color: black;
	border: 1px solid #0000006b;
}

.blog-title.contact .et_pb_text_inner {
	background-image: url(/wp-content/uploads/2023/11/pexels-monstera-production-7794360-1-rotated.jpg);
}

/*** CONTACT - END ***/

/*** MY ACCOUNT - START ***/

.woocommerce-MyAccount-navigation li::marker {
	color: black;
}

.woocommerce-MyAccount-navigation li a {
	color: black;
}

body.woocommerce-account #main-content {
	padding: 50px 0px;
}

.woocommerce-MyAccount-content p:last-of-type {
	display: none;
}

/*** MY ACCOUNT - END ***/

/*** FOOTER - START ***/

div#footer-section:before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/02/logo-fav-1-white.png);
    background-repeat: repeat;
    background-size: 70px;
    opacity: 0.01;
    top: 0;
    left: 0;
}

.footer-menu.et_pb_widget_area {
	padding-right: 0 !important;
    border-right: none !important;
} 

.footer-menu.et_pb_widget_area .widget_nav_menu {
	margin: 0 !important;
    width: 100% !important;
}

.footer-menu.et_pb_widget_area ul.menu {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5%;
    row-gap: 10px;
}

.footer-menu.et_pb_widget_area ul.menu li a {
	position: relative;
	color: white !important;
	text-align: center;
    font-size: 19px;
}

.footer-social.et_pb_social_media_follow .et_pb_social_icon a.icon {
	background-image: radial-gradient(circle, rgb(0 0 0) 50%, rgb(255 255 255) 55%);
    background-size: 1% 1%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}  

.footer-social.et_pb_social_media_follow .et_pb_social_icon a.icon:hover {
	background-size: 150% 150%;
}

.footer-social.et_pb_social_media_follow .et_pb_social_icon a.icon:before {
	transition: all 0.5s ease;
}

.footer-social.et_pb_social_media_follow .et_pb_social_icon a.icon:hover:before {
	color: white !important;
}

/* parralax footer start */
body:not(.page-id-83) footer.et-l--footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

#main-content {
	z-index: 20;
    position: relative;
    min-height: 98vh;
}

header.et-l.et-l--header {
	position: relative;
    z-index: 30;
}
/* parralax footer end */

/*** FOOTER - END ***/

/*** INSIDE PRODUCT - START ***/


.woocommerce nav.woocommerce-breadcrumb a {
    text-decoration: underline;
}

.product-title-bg.et_pb_row {
	position: absolute;
    top: 0;
    right: 0;
	max-width: 50%;
	pointer-events: none;
	opacity: 0.5;
	padding: 0;
}

.product-title-bg .et_pb_text_inner {
	font-size: 9vw;
    color: #a8a0af26;
    text-align: right;
	animation: title-rotate 1s linear;
	animation-delay: 1s;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
	opacity: 0;
	animation-fill-mode: forwards;
    line-height: 1em;
}

@keyframes title-rotate {
	from {
		opacity: 0;
		transform: rotate3d(0, 1, 0, 70deg);
	}
	to {
		opacity: 1;
		transform: rotate3d(0, 0, 0, 0deg);
	}
}

body .et_pb_wc_additional_info table.shop_attributes {
    border-top: 1px solid var(--main);
}

body.woocommerce table.shop_attributes th, body.woocommerce table.shop_attributes td {
	border-bottom: 1px solid var(--main);
}

.woo-selected-variation-item-name {
    color: black;
}

.et_pb_wc_additional_info h2 {
	display: none;
}

.woocommerce table.shop_attributes th {
    width: 50%; 
}

.icons-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.icons-wrap > div {
    display: flex;
    align-items: center;
    gap: 10px;
	padding-right: 0px;
    transition: all 1s ease;
}

.icons-wrap > div:hover {
    padding-right: 80px;
}

.icons-wrap > div h4 {
    transition: all 1s ease;
    opacity: 0;
	width: 0;
    word-wrap: normal;
}

.icons-wrap > div:hover h4 {
    opacity: 1;
}

.interest-form {
	display: none;
} 

div#erp-availability-display {
	display: flex;
	align-items: center;
}

div#erp-availability-display:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    margin-right: 6px;
}

div#erp-availability-display.available:before {
    background-color: #A1D6B2;
}

div#erp-availability-display.low:before {
    background-color: #FCDC94;
}

div#erp-availability-display.not-available:before {
    background-color: #D37676;
}

/*** INSIDE PRODUCT - END ***/

@media all and (max-width: 980px) {
	.filter-wrap.et_pb_section {
	    width: 50vw;
	}
	
	.main-prod-section.et_pb_section {
	    padding-top: 6%;	
	}
	
	.product-title-bg.et_pb_row {
	    max-width: 100%;
	}
	
	.product-title-bg .et_pb_text_inner {
	    font-size: 19vw;
	}
	
	header .et_pb_menu .et_mobile_nav_menu {
		display: none !important;
	}
	
	header .et_pb_menu .et_pb_menu__menu {
        display: flex !important;
    }
	
	header .open-menu .lines, .right-icons-menu .et_pb_code_inner {
		gap: 10px;
	}
	
	.header-menu-row > .et_pb_column > .et_pb_image {
		flex: 2;
	}
	
	.hm-categories-wrap .et_pb_text h1 {
		font-size: 22px;
	}
	
	.full-menu.et_pb_section:before {
		font-size: 19vw;
		padding: 0;
		letter-spacing: 6vw;
	}

	.post-inside-info p.et_pb_title_meta_container:before {
		position: absolute;
		top: 14px;
		left: -95px;	
	}
	
	.post-inside-info.et_had_animation .et_pb_title_container > * {
	    margin-left: 0;
    	padding-left: 10px;	
	}
	
	.post-inside-info .et_pb_title_container {
		margin-left: 0%;
	}
	
	.post-title-row.et_pb_row {
		display: flex;
	}
	
	.post-title-row.et_pb_row {
		display: flex;
	}
	
	.post-title-row.et_pb_row .et_pb_column:first-of-type {
		flex: 3;
	}
	
	.post-title-row.et_pb_row .et_pb_column:last-of-type {
		flex: 1;
	}
}

@media all and (max-width: 630px) {
	.right-icons-menu .et_pb_code_inner {
		gap: 1px;
		flex-direction: column;
	}
	
	.timeline {
		flex-direction: column;
		align-items: flex-start;
		padding: 31px 0px;
		gap: 20px;
		max-width: 270px;
		margin: 0 auto;
	}
	
	.timeline.timeline::before {
		z-index: 0;
		height: 100%;
		width: 1px;
		top: 0;
	}

	.timeline .timeline-item {
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
		padding-top: 0;
		padding-left: 22px;
	}
	
	.timeline .timeline-text {
		position: relative;
		top: unset;
	}

	.timeline .circle {    
		top: 0;
		left: -7px;
		right: unset;
	}

	.timeline .timeline-year {
		font-weight: bold;
		margin: 0;
	}
	
	.main-button a:before {
		width: 50%;
	}
}

@media all and (max-width: 600px) {
	.hm-categories-wrap > * {
		width: 100%;
		flex: 100%;
	}
}

@media all and (max-width: 530px) {
	header .open-menu {
	    flex-direction: column;
    	gap: 3px;
	}
	
	.right-icons-menu .et_pb_code_inner {
	    flex-direction: column;
	}
	
	.post-inside-info .entry-title {
		font-size: 16px;
		font-weight: bold;
	}
	
	ul.products li.product h2 {
	    font-size: 3.5vw !important;
	}
}