body{
	opacity: 0;
}
body.opacity1{
	opacity: 1!important;
	transition-delay: 1s;
	transition: opacity 0.5s;
}
.cursor {
    pointer-events: none;
    
    &__ball {
      position: fixed;
      top: 0;
      left: 0;
      mix-blend-mode: difference;
      z-index: 1000;
      
      circle {
        fill: #f7f8fa;
      }
    }      
}
.rounded-text{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 200px;
	min-height: 250px;
	transform-style: preserve-3d;
	transform: scale(0.5);
}
.center-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/wp-content/uploads/2025/03/my-choco-gold.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 210px;
	width: 155px;
}
.cicle-text{
	transform-style: preserve-3d;
	animation: animateText 10s linear infinite;
}
.cicle-text span{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	color: #000;
	font-size: 30px;
	transform-origin: center;
	transform-style: preserve-3d;
	padding: 0px 0px 5px 0px;
	transform: rotateY(calc(var(--i) * calc(360deg / 27))) translateZ(90px);
	min-width: 22px;
	text-align: center;
	line-height: 40px;
	border-top: 2px solid #c19d56;
	border-bottom: 2px solid #c19d56;
}
.cicle-text span.pavla{
	color: #fff;
}
.cicle-text span::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffe3;
	transform: translateZ(-5px);
}
.darkOn .cicle-text span{
	background-color: #3c3c3c;
	color: #b7b7b7;
}
.darkOn .cicle-text span::before{
	background-color: #282828;
}
.darkOn .cicle-text span.pavla {
  color: #3c3c3c;
}
@keyframes animateText {
	0%{
		transform: perspective(1000px) rotateY(360deg) rotateX(15deg) translateY(-30px);
	}
	100%{
		transform: perspective(1000px) rotateY(0deg) rotateX(15deg) translateY(-30px);
	}
}
.antoxi-img {
	position: absolute;
	bottom: 60px;
	right: 0;
}
.menu-item_dots{
	display: none;
}
.elementor-widget-wgl-menu #menu-primary-menu{
	display: flex;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item{
	display: flex;
    align-items: center;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a{
	position: relative;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    line-height: 1.2;
    height: 55px; 
    margin: 0;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:before,
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:after{
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:hover {
	color: #fff;
	transition-delay: .5s;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:hover:before {
	transition-delay: 0s;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:hover:after {
	background: #666;
	transition-delay: .35s;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border: 1px solid #666;
	border-left: 0;
	border-right: 0;
}
.elementor-widget-wgl-menu #menu-primary-menu li#menu-item-2197.menu-item > a:after {
	left: 11px;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:hover i{
	color: #fff;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:after {
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: #666;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:hover:before {
	left: 0;
	width: 100%;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item > a:hover:after {
	top: 0;
	height: 100%;
}
.perspective-section .catBackImg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.perspective-section .prCategories .swiper-wrapper .case_items:nth-child(odd) img,
.perspective-section .prCategories .swiper-wrapper .case_items:hover:nth-child(odd) img{
    transform: scale(0.8);
}
.perspective-section .prCategories .swiper-wrapper .case_items .media-wrapper.img-wrapper .backimg{
	position: absolute;
	left: 0;
	opacity:0;
	transition: all 0.5s;
}
.perspective-section .prCategories .swiper-wrapper .case_items .media-wrapper.img-wrapper .backimg.lightme{
	opacity:0.4;
	transition: all 0.3s;
}
.perspective-section .prCategories .swiper-wrapper .case_items .wgl-image-box_img img{
	position: relative;
	transform: scale(1);
	filter: blur(0px);
	transition: all 0.3s;
}
.perspective-section .prCategories .swiper-wrapper .case_items .wgl-image-box_img img.mvUp{
	transition: bottom 0.5s;
    transform: scale(1.1);
	transition: all 0.3s;
}
.perspective-section .prCategories .swiper-wrapper .case_items.bluerImg .wgl-image-box_img img{
	filter: blur(3px);
	transition: all 0.5s;
}
.backImg1-2:before{
    content: "";
    background-image: url(/mythings/img/back-line-1-2-tr.png);
    width: 100%;
    background-position: bottom center;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
	opacity: 0.3;
}
.backImg2-2:before{
    content: "";
    background-image: url(/mythings/img/back-line-2-2-tr.png);
    width: 100%;
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    opacity: 0.3;
}
.b2b-button a.button-read-more > span{
	color: #c19d56;
    border: 2px solid #c19d56;
    padding: 10px 20px;
	background-color: transparent;
	text-transform: unset!important;
	transition: all 0.3s;
    border-radius: 22px;
}
.b2b-button a.button-read-more:hover > span{
	color: #fff;
    border: 2px solid #c19d56;
	background-color: #c19d56;
    padding: 10px 20px;
	transition: all 0.3s;
}
.header_search-button.flaticon-search:before,
.woo_mini-count.flaticon-shopping-basket:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
i.flaticon.flaticon-up-arrow:before {
	font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 600;
    transform: rotateZ(-90deg);
    display: block;
}
.woo_mini-count.flaticon-shopping-basket:before {
    content: "\f291";
	height: 42px;
	width: 42px;
	border-radius: 0;
	background-color: transparent;
}
.woo_mini-count.flaticon-shopping-basket:hover:before {
	transition: all 0.3s;
	background-color: #c19d56!important;
	color: #fff!important;
}
.header_search-close.flaticon-cancel-1{
	height: 42px;
	width: 42px;
}
.header_search-button.flaticon-search{
	height: 42px;
	width: 42px;
	background-color: transparent;
}
.header_search-button.flaticon-search:hover{
	background-color: #c19d56!important;
	transition: all 0.3s;
	height: 42px!important;
    width: 42px!important;
}
.header_search-button.flaticon-search:hover:before{
	color: #fff;
}
.header_search-button.flaticon-search:before{
    content: "\f002";
	color: #c19d56;
	font-size: 20px;
}
.light-switcher-body:hover{cursor: pointer;}
.light-switcher-body{
	position: relative;
	top: 1px;
	border: 2px solid #c19d564f;
    border-radius: 22px;
}
.light-switcher-body i{
	font-size: 20px;
    padding: 9px 10px;
    z-index: 2;
    position: relative;
	color: #c19d56;
}
.light-switcher-body .light-switcher{
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
}
.light-switcher-body .light-switcher{
	left: 0%;
    top: 0%;
    transition: left 0.5s;
    border: 4px solid #ededed;
    border-radius: 22px;
}
.light-switcher-body.darkOn .light-switcher{
	left: 50%;
	transition: left 0.5s;
}

/* Carousel */
.carousel {
    width: 100%; /* 2.5 slides * 300px */
    overflow: hidden;
    position: relative;
}
.slides {
    display: flex; 
    position: relative;
    left: 0;
    transition: left 0.5s ease;
}
.slide {
    min-width: 300px;
    box-sizing: border-box; 
    padding: 10px; 
}

.slide img {
    max-width: 100%;
}
.blogText {
    font-size: 1.3em;
}
.sm-menu-logo img.default_logo{
    height: 35px !important;
    padding-right: 35px;	
}
.blog-slider .blog-post_wrapper {
    border: 5px solid #E7E7E7;
    padding: 30px;
}
.blog-slider .swiper-wrapper{
	position: relative;
    right: -225px;
}
.blog-slider .swiper-wrapper > .item:first-child,
.blog-slider .swiper-wrapper > .item:last-child{opacity: 0;}
.blog-slider .swiper-wrapper > .item:nth-child(odd){
	margin-top: -35px;
}
.blog-slider .swiper-wrapper > .item:hover > .blog-post{
    transition: all 0.5s;
    background-color: #fff;
    transform: scale(1.05);
}
section.testimo-section{
	background: linear-gradient(to bottom, rgba(235,235,235,0) 0%,rgba(235,235,235,1) 35%,rgba(235,235,235,1) 50%,rgba(235,235,235,1) 65%,rgba(235,235,235,0) 100%);
}
.submenu-items {
    border-right: 1px solid #ddd;
}
.submenu-items:hover img.menu-img{
   transform: scale(1.1);
   transition: all 0.3s;
}
.submenu-items:hover a.submenulinks{
   background-color: #f4ede0;
   transition: all 0.3s;
}
.submenu-items > a.submenulinks{
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 115px 25px;
}
.submenu-items > a.submenulinks img.menu-img{
	margin-bottom: 40px;
    width: 80px;
}
.submenu-items > a.submenulinks span{
	font-size: large;
    font-weight: bold;
    line-height: 1.4;
}
#menu-primary-menu #menu-item-2168 > a:after{
	left: 11px;
}
.submenu-blog-items .container-grid > .item:nth-child(5) .blog-post.format-standard-image{
	margin-bottom: 0;
}
.submenu-blog-items .container-grid > .item:first-child,
.submenu-blog-items .container-grid > .item:last-child{
	display: none;
}
.submenu-blog-items .container-grid > .item .blog-post.format-standard-image{
	margin-bottom: 15px;
}
.submenu-blog-items .container-grid > .item .blog-post_wrapper{
	display: flex;
}
.submenu-blog-items .container-grid > .item .blog-post_media img{
	max-width: 80px;
	margin-right: 15px;
}
.submenu-blog-items .blog-post_media {
    display: flex;
    align-items: center;
}
.submenu-blog-items .container-grid > .item .blog-post_content br{
	height: 0;
    display: contents;
}
.submenu-blog-items .container-grid > .item .blog-post_content .blogText{
	font-size: 15px;
}
.submenu-blog-items .container-grid > .item .blog-post_content p{
	display: none;
}
.submenu-blog-items .bubble-button .wgl-button:before {
    content: "" !important;
    display: block !important;
    border-radius: 28px;
    background: rgb(231 231 231 / 50%);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.submenu-blog-items .bubble-button .wgl-button:hover:before {
    width: 100%;
}
.submenu-blog-items .bubble-button .wgl-button:after{
	color: #7f7f7f;
}
.submenu-blog-items .bubble-button .wgl-button .button__text {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
}
.submenu-blog-items .bubble-button .wgl-button {
    padding: 8px 10px !important;
}
.wgl-sticky-header #menu-primary-menu-1 li.menu-item .submenu-categories a,
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item .submenu-categories a{
	padding: 0;	
	text-transform: unset;
}
.wgl-sticky-header #menu-primary-menu-1 li.menu-item .submenu-categories a span,
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item .submenu-categories a span{
	font-weight: bold;	
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item .submenu-categories a:hover:before,
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item .submenu-categories a:hover:after{
	display:none;
}
.elementor-widget-wgl-menu #menu-primary-menu li.menu-item .submenu-categories a:hover{
	color: #7f7f7f;
}
.off-canvas-catalog {
	background: #fff;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%) ;
    transition: transform .45s ease-in-out;
    width: 175px;
	max-height: 230px;
    z-index: 110;
}
.off-canvas-catalog.off-canvas-open {
    transform: translateX(0%) translateY(-50%);
}
.off-canvas-catalog .widgets-list{
	height: 100%;
	padding: 25px;
	overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.off-canvas-button{
	position: absolute;
    left: -60px;
    padding: 15px;
    background-color: #c19d56;
    top: 50%;
    transform: rotateZ(-180deg) translateY(50%);
    border-radius: 0px 10px 10px 0px;
}
span.off-canvas-title {
    color: #fff;
}
.off-canvas-button:hover{
	cursor: pointer;
}
.off-canvas-button img {
    width: 30px;
    margin-bottom: 10px;
    transform: rotateZ(90deg);
}
.off-canvas-button-rotate {
    writing-mode: vertical-rl;
}
.off-canvas-catalog .widgettitle{
	font-size: 17px;
	line-height: 18px;
	font-family: var(--estiene-content-font-family);
    font-weight: bold;
	display: none;
}
.off-canvas-catalog .custom-html-widget span{
	font-size: 15px;
    line-height: 16px;
    font-family: var(--estiene-content-font-family);
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-align: center;
    width: 82%;
    transition: bottom 0.3s;
	z-index: 1;
}
.off-canvas-catalog .widget_text .textwidget {
    margin-top: 0px;
	position: relative;
	padding-left: 3px;
}
.off-canvas-catalog .custom-html-widget img{
	width: 90%;
    box-shadow: 2px 2px 5px 0px #00000094;
    position: relative;
    bottom: 0;
    transition: bottom 0.3s;
}
.off-canvas-catalog .custom-html-widget a:after{
	transition: bottom 0.3s;
    content: "";
    bottom: 0px;
    height: 100%;
    width: 80%;
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.5) 100%);
}
.off-canvas-catalog .custom-html-widget img.downicon {
	position: absolute;
    top: 5%;
    left: 46%;
    width: 25px;
    box-shadow: unset;
    transform: translateY(0px) translateX(-50%) scale(0.8);
    opacity: 0.5;
    transition: all 0.3s;
}
.body-cover{
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #00000096;
    z-index: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
body.cover-on .body-cover{
	z-index: 100;
	opacity: 1;
	transition: opacity 0.5s;
}
.submenu-items > a.submenulinks span.kaligrapg {
    font-family: "Fifindrel", Sans-serif;
    font-size: 40px;
    text-transform: none;
    line-height: 0.7;
    letter-spacing: 3px;
    color: #000000;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.5s;
	text-align: center;
}
.submenu-items > a.submenulinks:hover span.kaligrapg {
    opacity: 1;
    transition: opacity 0.5s;
}
.menu-categories .elementor-widget-container::before {
    background-color: #f4ede0!important;
}
.menu-categories .content_wrapper .wgl-infobox_content{
	display: none;
}
.menu-categories .menu-categories-grid .elementor-widget-image-box:hover img{
	transform: scale(1.05);
}
.mega-menu-container .elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title .wgl-infobox_title-idle{
	line-height: 1.4;
	font-size: large;
	font-weight: 700!important;
}

/* Image Drag START */
/* Our wrapper */
.wrapper{
    position: relative;
    overflow:hidden;
    margin: 0 auto;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
}
.max-width,
section > div{
	max-width: 1920px;
	margin: 0 auto;
}
/* Our image information */
#page .wrapper .before,
#page .wrapper .after{
	padding-top: 30px;
	max-width: 100%;
}
.before {
    position: relative;
    width: fit-content;
    pointer-events: none;
}
.after {
  width:50%;
  height:100%;
  max-width: 100%;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}
.after img {
    max-width: unset;
    height: 100%;
}
 
.content-image{
  height:100%;
}
 
.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:calc(50% + -25px);
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}
 
.scroller:hover{
  opacity:1;
}
 
.scrolling{
  pointer-events:none;
  opacity:1;
}
 
.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}
 
.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}
 
/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 6px solid #000;
}
.scroller:before,
.scroller:after{
  background: #000;
}
/* Image Drag END */

.moving-grid .elementor-element .elementor-widget-container .wgl-service-1{
    justify-content: center;
}
.moving-grid .e-con-inner{
	transition: all 0.3s;
}
.moving-grid .elementor-element .elementor-widget-container:hover{cursor: pointer;}
.moving-grid .elementor-element .elementor-widget-container{
    background-color: #eee;
    min-height: 510px;
    max-height: max-content;
	display: flex;
	align-items: center;
}
.moving-grid .elementor-element .wgl-service_wrapper_description{
	opacity: 0;
	transition: opacity 0.3s;
}
.moving-grid .elementor-element .wgl-service_wrapper_description > div.wgl-service_description{
	height: 0;
	transition-delay: 1s;
	transition: height 0.3s;
}
.moving-grid .elementor-element.isActive .wgl-service_wrapper_description{
	opacity: 1;
	transition: opacity 1.3s;
}
.moving-grid .elementor-element.isActive .wgl-service_wrapper_description > div.wgl-service_description{
	height: 1000px;
	max-height: max-content;
	transition: height 1.3s;
}
body .elementor-element .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
	top: 28px;
    left: -25px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    color: #C19D56!important;
    font-weight: bold;
    font-size: 16px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span::after {
    color: #000;
    font-weight: bold;
}
body .wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover{
	color: var(--e-global-color-accent)!important;
}
body .wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	min-width: 90px;
	border-radius: 10px;
}
div#lang_sel_footer.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.carousel-container {
	height: 100%; 
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
} 
.carousel-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}
.carousel-slide {
    height: 180px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}
.off-canvas-catalog .widget_text.carousel-slide.widget.widget_custom_html{
    padding-top: 0px;
	margin-bottom: 25px;
}
body #main #main-content > .elementor > div.backImg1-2{
	background-image: linear-gradient(180deg, #ffffff 5%, #ebebeb 95%)!important;
}
body #main #main-content > .elementor > div.backImg2-2{
	background-image: linear-gradient(180deg, #ebebeb 5%, #ffffff 95%)!important;
}
.woocommerce table.woocommerce-product-attributes.shop_attributes {
    margin-bottom: 30px;
}
.single-product.woocommerce .custom-variations .variation-item .variation-img-wrapper{
    box-shadow: inset 12px 3px 5px 1px rgb(255 255 255 / 70%), inset -5px -3px 5px #00000047;
    border-radius: 35px 35px 35px 35px / 55px 55px 50px 50px;
    width: 55px;
    height: 80px;
    transform: rotateZ(35deg);
    background-color: #ffffff;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 60% 50%;
    overflow: hidden;
}
.single-product.woocommerce .custom-variations .variation-item.active .variation-img-wrapper{
    box-shadow: inset 7px 3px 5px #00000047;
    border-radius: 35px 35px 35px 35px / 55px 55px 50px 50px;
    background-color: #0000000d;
}
.single-product.woocommerce .custom-variations .variation-item.active .variation-img-wrapper > img{
    position: relative;
    top: 2px;
    left: 2px;
}
.single-product .upsells-title,
.single-product label.variation-label{
    margin-bottom: 20px;
}
/**INFOGRAPHIC*/ 
.all-infographics{
    display: flex;
    justify-content: space-around;
}
.infographic {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thermometer, .humidity-meter {
    width: 160px;
    height: 410px;
    position: relative;
}
.temperature, .humidity {
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: height 0.3s;
}
.humidity {
    background-color: #22bcec;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: height 1s;
    height: 311px;
}
.temp-value, .humidity-value {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
}
.humidity-meter img, 
.thermometer img{
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.temperature {
    background-color: #ed1f24;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: height 1s;
    height: 182px;
}
/*VIDEO START*/
.video-container {
    position: relative;
    max-width: 600px; /* Προσαρμόστε το μέγεθος */
    margin: 20px auto;
}
.video-container:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000087;
    border-radius: 40px;
}
.video-container.play:after{
    content: "";
    display: none;
}
.video-container video#myVideo {
    border-radius: 40px;
}
.page-id-2459 video:after{
    content: '';
    position: absolute;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 0;
    bottom: -11px;
    left: 0;
    right: 0;
    border-radius: 54% 46% 42% 58% / 60% 58% 42% 40%;
    transition: cubic-bezier(0, -0.26, 1, 1.44) .5s;
}
.custom-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0f0f0;
    border-radius: 0 0 5px 5px;
}
button.play-pause-btn {
    padding: 0;
    cursor: pointer;
    background: transparent;
    color: white;
    border: 2px solid #ffffff52;
    border-radius: 40px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 50%;
    left: 50%;
    transition: bottom 0.5s, left 0.5s;
    z-index: 5;
    height: unset;;
}
button.play-pause-btn i{
    font-size: 32px;
    padding: 15px 15px 15px 19px;
}
button.play-pause-btn.clicked i{
    font-size: 15px;
}
button.play-pause-btn.clicked{
    bottom: 18px;
    left: 5%;
    transition: bottom 0.5s, left 0.5s;
    height: 30px;
    border: 0px solid;
}
button.play-pause-btn:hover{
    background: transparent;
    transition: border 0.5s;
    border: 2px solid #fff;
}
button.play-pause-btn.clicked:hover{ 
    border: 0px solid #fff;
}
.progress-bar {
    flex-grow: 1;
    height: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    width: 75%;
    left: 50%;
    transform: translateX(-52%);
    border: 0;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s;
}
.time-display {
    color: #ffffff;
    position: absolute;
    right: 11px;
    bottom: 10px;
    opacity: 0;
    transition: opacity 0.5s;
}
.video-container.play .progress-bar,
.video-container.play .time-display{
    opacity: 1;
    transition: opacity 0.5s;
}
.temp-value-label,
.humidity-value-label{
    font-weight: bold;
    font-size: 18px;
}
.temp-value-label{
    color: #ed1f24;
}
.humidity-value-label{
    color: #22bcec;
}
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      -webkit-appearance: none;
      background-color: #ffffff9c;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        background: #434343;
        box-shadow: -180px 0 0 180px #ffffff;
        border-radius: 5px;
    }
}
/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #ffffff; 
}
input[type="range"]::-moz-range-track {  
    background-color: #9a905d;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #ffffff; 
}
input[type="range"]::-ms-fill-upper {  
    background-color: #9a905d;
}
/*VIDEO END*/
.term-candy-bar .wgl-container{
    position: relative;
} 
.candybars-imgs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
.term-candy-bar .wgl_module_message_box{
    display: none;
}
@media only screen and (max-width: 767px){
    .candybars-imgs{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
    }
}
.candy-bars .wgl-tabs_headings{
    border-bottom: 2px solid #bfc3c6;
}
.candy-bars .wgl-tabs_headings > h4 > span {
    padding: 10px 20px;
    margin: 0px 5px;
    border-top: 2px solid #bfc3c6;
    border-right: 2px solid #bfc3c6;
    border-left: 2px solid #bfc3c6;
    border-bottom: 2px solid #bfc3c6;
    position: relative;
    top: 2px;
    background-color: #ebebeb;
    border-radius: 10px 10px 0 0;
    color: #c19d56;
}
.candy-bars .wgl-tabs_headings > h4.active > span{
    border-bottom: 2px solid #ebebeb;
    z-index: 2;
    color: black;
    
}
.elementor-top-section .wishlist-icon a{
    padding: 10px 11px;
    border-radius: 22px;
}
.elementor-top-section .wishlist-icon a:hover{
    background-color: #c19d56;
}
.elementor-top-section .wishlist-icon a:hover i{
    color: #fff;
}
.elementor-top-section .wishlist-icon a i{
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #c19d56;
}

/* DARK MODE START Ελληνικά */
body.darkOn .elementor-136 .elementor-element.elementor-element-95b8944:not(.elementor-motion-effects-element-type-background), 
body.darkOn .elementor-136 .elementor-element.elementor-element-95b8944 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.darkOn footer#footer section.elementor-section.elementor-top-section.elementor-element{
	background-image: unset;
}
body.darkOn.woocommerce .bapf_head > h3.bapf_hascolarr,
body.darkOn.woocommerce .woocommerce-ordering,
body.darkOn.woocommerce .wgl-woocommerce-sorting .wgl-filter-button{
	background-color: #1f2023!important;
    border: 2px solid;
}
body.darkOn #zaxaropolis-history,
body.darkOn #main #main-content > .elementor > div.backImg1-2{
	background-image: linear-gradient(180deg, #000000 5%, #2e3033 95%)!important;
}
body.darkOn #main #main-content section,
body.darkOn #main #main-content > .elementor > div.backImg2-2{
	background-image: linear-gradient(180deg, #2e3033 5%, #000000 95%)!important;
}
body.darkOn .black-gray {
    background: #010101;
    padding-bottom: 70px;
}
body.darkOn.tax-product_cat.woocommerce,
body.darkOn.woocommerce-shop.woocommerce{
    background-color: #2e3033!important;
    background: unset;
}
body.darkOn .page-header{
    background: linear-gradient(180deg, #2e3033 40%, transparent 100%);
}
body.darkOn,
body.darkOn input[type=text], 
body.darkOn input[type=url], 
body.darkOn input[type=search], 
body.darkOn input[type=email], 
body.darkOn input[type=password], 
body.darkOn input[type=tel], 
body.darkOn input[type=time], 
body.darkOn input[type=number], 
body.darkOn input[type=date], 
body.darkOn select, 
body.darkOn textarea,
body.darkOn a,
body.darkOn p,
body.darkOn h1,
body.darkOn h2,
body.darkOn h3,
body.darkOn h4,
body.darkOn h5,
body.darkOn .product-upsells .upsells-title,
body.darkOn.single-product.woocommerce .summary .product_meta > .sku_wrapper > .title,
body.darkOn.single-product.woocommerce .variations_form .variation-label,
body.darkOn .wgl-mega-menu .submenulinks .kaligrapg,
body.darkOn .wgl-mega-menu .submenulinks,
body.darkOn .moving-grid div.movingBox h3,
body.darkOn .moving-grid div.movingBox h3 > span.service_title,
body.darkOn .moving-grid div.movingBox p,
body.darkOn #scroll_up.scroll_up-text::after,
body.darkOn #scroll_up.scroll_up-text,
body.darkOn .elementor .elementor-element .elementor-widget-container .elementor-heading-title,
body.darkOn .bubble-button .wgl-button .button__text,
body.darkOn .bubble-button .wgl-button:after,
body.darkOn .elementor-widget-wgl-double-heading .wgl-double-heading .dblh__subtitle,
body.darkOn .elementor-widget-wgl-double-heading .wgl-double-heading .dblh__title-1,
body.darkOn .elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title,
body.darkOn #main-content .elementor .elementor-element .case_button__wrapper .wgl-cases__button.button-read-more,
body.darkOn #main-content .elementor .elementor-element .case_button__wrapper .wgl-cases__button.button-read-more i,
body.darkOn .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a > .elementor-icon-list-text,
body.darkOn footer#footer .elementor-section .elementor-widget-wrap .elementor-widget,
body.darkOn footer#footer .elementor-widget a,
body.darkOn .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a,
body.darkOn ul.wpml-ls-sub-menu li.wpml-ls-item a.wpml-ls-link,
body.darkOn .contact-submenu .elementor-widget-text-editor,
body.darkOn .contact-submenu .elementor-widget-text-editor .wgl-infobox_content a,
body.darkOn .wgl-mega-menu section.menu-categories .all-cat-link .elementor-widget-container:hover .wgl-infobox_title,
body.darkOn .page-header .page-header_title,
body.darkOn .page-header_breadcrumbs .divider:not(:last-child),
body.darkOn .current,
body.darkOn .subtitle-custom,
body.darkOn.woocommerce .subcategory-list .subcategory-item > a > .link-text:after,
body.darkOn .submit-bubble .submit-btn input,
body.darkOn .btn-icon,
body.darkOn .primary-nav > ul > li > a,
body.darkOn .primary-nav > ul > li > a .menu-item__plus{
    color: #fff!important;
}
body.darkOn.single-product.woocommerce .summary .product_meta > .sku_wrapper > .sku,
body.darkOn.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item th.woocommerce-product-attributes-item__label,
body.darkOn.single-product.woocommerce div.wgl-accordion .wgl-accordion_title,
body.darkOn.single-product.woocommerce .custom-variations .variation-item .variation-name,
body.darkOn.woocommerce .bapf_head > h3.bapf_hascolarr > .fa,
body.darkOn.woocommerce .subcategory-list .subcategory-item > a > .link-text,
body.darkOn .wgl-contact-form-7 .submit-btn:after,
body.darkOn h2{
    color: #fff;
}
body.darkOn .cursor__circle {
	border-color: #FFF;
}
body.darkOn #cursor:after {
	background-color: #000;
}
body.darkOn .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a,
body.darkOn.single-product.woocommerce .custom-variations .variation-item.active .variation-name{
    color: #C19D56!important;
}
body.darkOn.woocommerce .product.type-product:not(.featured) .product-labels.label-flavors {
    background-image: url(/wp-content/uploads/2025/05/taste-flavor-gold_dm.png);
}
body.darkOn.woocommerce .product.type-product:not(.featured) .product-labels .label-text {color: #FFF;}
body.darkOn.woocommerce .product.type-product .product-labels:after{display: none;}
body.darkOn .wgl-contact-form-7:hover .submit-btn:after,
body.darkOn .bubble-button:hover .wgl-button:after,
body.darkOn .bubble-button:hover .wgl-button span,
body.darkOn .submit-bubble:hover .submit-btn input,
body.darkOn.woocommerce .subcategory-list .subcategory-item > a:hover > .link-text:after,
body.darkOn.woocommerce .subcategory-list .subcategory-item > a:hover > .link-text,
body.darkOn.woocommerce .subcategory-list .subcategory-item > a:hover > .link-text:before{
    color: #2e3033!important;
}
body.darkOn input[type=text], 
body.darkOn input[type=url], 
body.darkOn input[type=search], 
body.darkOn input[type=email], 
body.darkOn input[type=password], 
body.darkOn input[type=tel], 
body.darkOn input[type=time], 
body.darkOn input[type=number], 
body.darkOn input[type=date], 
body.darkOn select, 
body.darkOn textarea{
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
body.darkOn .light-switcher-body .light-switcher {
	border: 4px solid #c19d56;
	background-color: #ffffff00;
}
body.darkOn .subtitle-custom.subtitle-center:before,
body.darkOn .subtitle-custom.subtitle-center:after,
body.darkOn ul.wpml-ls-sub-menu li.wpml-ls-item a.wpml-ls-link,
body.darkOn .elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::before,
body.darkOn .elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::after{
	background-color: #bfbfbf;
}
body.darkOn .elementor-widget-wpml-language-switcher ul.wpml-ls-sub-menu li.wpml-ls-item a.wpml-ls-link,
body.darkOn .menu-categories .elementor-widget-container::before {
    background-color: #000000 !important;
}
body.darkOn .wgl-mega-menu .elementor .elementor-element.elementor-column > .elementor-element-populated {
    border-color: #000;
}
body.darkOn .sticky_active .elementor-section.elementor-top-section.elementor-element,
body.darkOn .wgl-mega-menu section.menu-categories .elementor-widget-container{
	background-color: #2e3033;
}
body.darkOn .wgl-mega-menu section.menu-categories .all-cat-link .elementor-widget-container{
	background-color: #715b31;
}
body.darkOn .wgl-mega-menu .submenulinks {
	background-color: #2e3033;
}
body.darkOn .wgl-mega-menu .submenulinks:hover {
	background-color: #000;
}
body.darkOn .wgl-mega-menu section.menu-categories .elementor-widget-container img{
	background: rgb(0 0 0 / 0%);
    padding: 10px;
    border-radius: unset;
    border: none;
}
body.darkOn .submenu-items {
    border-right: 1px solid #000000; 
}
body.darkOn footer#footer .default_logo,
body.darkOn .sticky_active .sm-menu-logo .default_logo{
	filter: invert(50%);
}
body.darkOn .moving-grid div.movingBox img {
	filter: invert(1);
}
body.darkOn .faq-contact-us,
body.darkOn #ourStory,
body.darkOn .icon-bubble .wgl-infobox .media-wrapper img{
	/*background: rgb(0 0 0);*/
}
body.darkOn .wgl-infobox .media-wrapper i,
body.darkOn .wgl-infobox .media-wrapper img{
	background: rgb(231 231 231 / 50%);
    padding: 10px;
    border-radius: 60px;
	border: 1px solid #616161;
}
body.darkOn .elementor-icon.elementor-social-icon .wgl-infobox_wrapper .wgl-image-box_img img,
body.darkOn .elementor-icon.elementor-social-icon .wgl-infobox_wrapper .wgl-image-box_img img{
	filter: invert(1);
}
body.darkOn footer#footer .wgl-social-icons svg.e-font-icon-svg,
body.darkOn .elementor-widget-text-path svg text{
    fill: #fff;
}
body.darkOn .icon-bubble .wgl-image-box_img:after{display: none;}
body.darkOn .bubble-button .wgl-button:hover:after,
body.darkOn .bubble-button .wgl-button:hover .button__text{
	color: #2e3033;
}
body.darkOn .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a:hover > .elementor-icon-list-text,
body.darkOn .primary-nav > ul > li:hover > a {
	color: #fff!important;
}
body.darkOn.product-template-default:before,
body.darkOn.tax-product_cat.woocommerce:before, 
body.darkOn.woocommerce-shop.woocommerce:before,
body.darkOn .backImg2-2:before,
body.darkOn .backImg1-2:before{
	opacity: 0.03;
}
body.darkOn #main-content .elementor-element.backImg-tr-tr:before{
	background-image: url(/mythings/img/top-back-1-2-tr-tr.png);
	content: "";
    width: 100%;
    background-position: bottom center;
    height: 100%;
    position: absolute;
	opacity: 0.3;
}
body.darkOn .moving-grid div.movingBox .elementor-widget-container{
	background-color: #222222;
}
body.darkOn .elementor-widget-wgl-service-1 .wgl-service-1::before{
	background-color: unset!important;
}
body.darkOn .wgl-timeline-vertical{
    --curve-color: #fff;
}
body.darkOn  .wgl-timeline-vertical .tlv__curve-wrapper{
    --dot-color: #fff;
}
body.darkOn .elementor-element  .elementor-element.moving-text .text--word{
    color: #272727;
}
body.darkOn .contact-submenu{
    background-color: #2e3033;
}
body.darkOn  div.wgl-products .product.type-product.featured {
    background: #7a7a7a;
}
body.darkOn.product-template-default.single.single-product.product-template-default {
    background: linear-gradient(45deg, #2e3033, #2e3033);
}
body.darkOn.product-template-default.single.single-product.product-template-default #main #main-content section{
    background-image: linear-gradient(180deg, #00000000 0%, #00000000 100%) !important;
}
body.darkOn .wgl-carousel.pagination_circle_border .swiper-pagination li:hover button, 
body.darkOn .wgl-carousel.pagination_circle_border .swiper-pagination li.swiper-pagination-bullet-active button{
    border-color: #fff;
}
body.darkOn .wgl-carousel.pagination_circle_border .swiper-pagination li button::before{
    background-color: #fff;
}
body.darkOn.single-product.woocommerce .product-labels .label-text{color: #000;}

body.darkOn.single-product.woocommerce .custom-variations .variation-item .variation-img-wrapper {
    box-shadow: inset 12px 3px 5px 1px rgb(255 255 255 / 23%), inset -5px -3px 5px #0000007a;
    background-color: #EBEBEB;
    border: 1px solid #292929;
}
body.darkOn.single-product.woocommerce .custom-variations .variation-item.active .variation-img-wrapper {
	background-color: #B5B5B5;
}
body.darkOn.single-product.woocommerce .custom-variations.variation-packages .variation-item .variation-name img {
    filter: invert(1);
}
body.darkOn .cky-consent-bar,
body.darkOn .cky-preference-center{
    background-color: #2f2f2f!important;
    border-color: #414141!important;
}
body.darkOn .cky-footer-shadow{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #353535 100%)!important;
}
body.darkOn .cky-footer-wrapper> div{
    background-color: #2f2f2f!important;
}
body.darkOn .cky-accordion-btn,
body.darkOn .cky-preference-title{
    color: #fff!important;
}
body.darkOn .elementor-top-section .darkmode,
body.darkOn .headerImgLogo.darkmode,
body.darkOn .footerImgLogo.darkmode{
    display: block;
}
body .elementor-top-section .darkmode{
    display: none;
}
body.darkOn .elementor-top-section .lightmode,
body.darkOn .headerImgLogo.lightmode,
body.darkOn .footerImgLogo.lightmode{
    //display: none;
}
body.darkOn.page-id-136 .wgl-site-header .elementor-top-section .darkmode{
    //display: none;
}
body.page-id-136 .wgl-site-header .elementor-top-section .lightmode{
    //display: block;
}
body.darkOn:not(.home) .wgl-site-header .headerImgLogo img,
body.darkOn .wgl-sticky-element .headerImgLogo img {
	filter: invert(1);
}
body.darkOn .woocommerce .product.type-product .product-labels.label-flavors
Specificity: (0,5,0) {
    background-image: url(/wp-content/uploads/2025/04/taste-flavor-wht.png);
}
body.darkOn .wgl-menu_outer img.logo-menu {
    filter: invert(1);
}
body.darkOn .wgl-menu_outer, 
body.darkOn .mobile_nav_wrapper .primary-nav ul li ul.sub-menu {
    background-color: #2F2F2F;
}
body.darkOn .mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
	border-color: #2B2B2B;
}
body.darkOn.woocommerce nav.woocommerce-pagination ul li span.page-numbers:not(.current), 
body.darkOn.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
	background: #2F2F2F;
}
body.darkOn,
body.darkOn header > .wgl-mobile-header.wgl-sticky-element{
    background: #2e3033 !important;
}
body.darkOn ul#menu-primary-menu-el > li > a > span > .item_text{
    text-shadow: 1px 1px 3px black;
}

.wgl-sticky-element .headerImgLogo img {
    height: 40px;
    transition-duration: .5s;
    transition-delay: .15s;
}
.wgl-sticky-element.sticky_active .headerImgLogo img {
    height: 30px;
	margin-right: 60px;
}

@media(min-width: 1251px) and (max-width: 1399px) {
	.home-main-banner {
		margin-top: -50px;
	}
	.home-main-banner .banner-logo {
		padding-top: 10%;
	}
	.home-main-banner .bubble-button {
		padding-bottom: 10%;
	}
}
@media (max-width: 1250px) {
    body.darkOn .wgl-header-row .wgl-header-row_wrapper .position_center img.logo-mobile{
        filter: invert(1);
    }
    body .header_search-button.flaticon-search:before{
        color:#c19d56;
        font-size: 25px;
    }
    .wishlist-page i{
        color:#c19d56;
        font-size: 25px;
        position: relative;
        top: 3px;
        padding: 0px 15px;
    }
    .wgl-mobile-header .header_area_container .hamburger-box{
        padding: 8px !important;
        border: 3px solid #C19D56;
        border-radius: 54% 46% 42% 58% / 60% 58% 42% 40%;
        margin-left: 5px;
    }
    .hamburger-box .hamburger-inner {
        width: 20px;
        line-height: 0;
    }
    body.darkOn .hamburger-box .hamburger-inner span {
        background: #c19d56;
    }
    .hamburger-box .hamburger-inner span {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 4px;
        vertical-align: top;
        background-color: #000;
    }
    body.darkOn .hamburger-box .hamburger-inner span {
        background-color: #c19d56;
    }
    .hamburger-box .hamburger-inner span + span {
        margin-top: 3px;
    }

    .home-main-banner .elementor-widget-wgl-button{
        padding-bottom: 200px;
    }
    .home-main-banner .elementor-widget-heading {
        //padding-top: 200px;
    }
}
/* DARK MODE END */
@media (max-width: 1250px) {
    body.scroller-top .wgl-mobile-header .wgl-header-row_wrapper{
        height: 55px;
        transition: height 0.5s;
    }
    body .wgl-mobile-header .wgl-header-row_wrapper{
        height: 55px;
        transition: height 0.5s;
    }
    body.scroller-top .wgl-header-row .wgl-header-row_wrapper .position_center .logo-mobile{
        transition: max-width 0.5s;
    }
    body .wgl-header-row .wgl-header-row_wrapper .position_center .logo-mobile{
        max-width: 75%;
        transition: max-width 0.5s;
    }
    .mobile_nav_wrapper .menu-item-11186 ul.sub-menu > li{
        width: 45%;
        float: left;
        min-height: 150px;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 ul.sub-menu li{
        background-color: #43434330;
        padding: 5px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 ul.sub-menu li.menu-item-8129 {
		background-color: #C19D56;
	}
	.wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 ul.sub-menu li.menu-item-8129 > a {
		color: #FFF;
	}
    .mobile_nav_wrapper .menu-item-11186 ul.sub-menu{margin-top: 25px;}
    .wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 > .sub-menu > .menu-item > a{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column !important;
        width: 100%;
		padding: 6px 0;
    }	
	.wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 > .sub-menu > .menu-item > a > img {
		width: 60px;
	}
    .mobile_nav_wrapper .show_sub_menu a img{
        max-width: 60px;
    }
    .wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 > .sub-menu > .menu-item > a .item_wrapper_text{
        text-align: center;
        max-width: 90%;
    }
    .wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 > .sub-menu > .menu-item > a .item_text{
        line-height: 1.4;
        display: block;
    }
    .mobile_nav_wrapper .primary-nav > ul > li > a .item_wrapper_text {
        font-weight: bold;
    }
    body.scroller-top .wgl-mobile-header .position_right.header_side .header_area_container {
        top: 0px;
        transition: top 0.5s;
    }
    .wgl-header-row .position_right .header_area_container{
        padding-right: 20px;
    }
    .light-switcher-body i {
        font-size: 15px;
    }
  
}
@media(min-width: 1025px) and (max-width: 1399px) {
    body .elementor-136 .elementor-element.elementor-element-99cbbfa .elementor-repeater-item-4b06d8c{
        transform: scale(0.7);
		top: -35%;
        left: -16%;
    }
    body .elementor-136 .elementor-element.elementor-element-99cbbfa .elementor-repeater-item-96a6792 {
        top: 80%;
        left: -2%;
    }
    body .elementor-136 .elementor-element.elementor-element-99cbbfa .elementor-repeater-item-37047d0 {
        top: 75%;
    }
}
@media(min-width: 501px) and (max-width: 1024px) {

}
@media (max-width: 500px) {
    body.scroller-top .wgl-header-row .wgl-header-row_wrapper .position_center .logo-mobile {
        max-width: 80%;
        transition: max-width 0.5s;
    }
}
@media (max-width: 399px){
	.wgl-mobile-header .primary-nav ul li.mega-menu.menu-item-11186 ul.sub-menu li {
		margin-bottom: 5px;
		margin-right: 5px;
	}
	.wgl-mobile-header .primary-nav ul li.mega-menu > .sub-menu > .menu-item > a,
	.wgl-mobile-header .primary-nav ul li.mega-menu-links > ul.mega-menu > .menu-item > a {
		font-size: 14px;
	}
}
@media (min-width: 501px) {
    body .wgl-header-row .wgl-header-row_wrapper .position_center .logo-mobile {
        max-width: unset;
        max-height: 40px; 
    }
}
@media (max-width: 767px) {
      body .wgl-mobile-header .position_right.header_side .header_area_container {
        position: absolute;
        top: 55px;
        left: 0px;
        width: 100%;
        margin: 0 0 0 0;
        background-color: hsl(0deg 0% 100% / 80%);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-height: 45px;
        z-index: -1;
        transition: top 0.5s;
        gap: 0px;
    }
    .home-main-banner .elementor-widget-heading {
        //padding-top: 100px;
    }
    .home-main-banner .elementor-widget-wgl-button {
        padding-bottom: 100px;
    }
    body.user-scroller .wgl-mobile-header .position_right.header_side .header_area_container {
        top: 0px;
        transition: top 0.5s;
    }
    body.scroller-top .wgl-mobile-header .position_right.header_side .header_area_container {
        top: 55px;
        transition: top 0.5s;
    }
    .wgl-header-row .wgl-header-row_wrapper {
        padding: 0 5px;
    }
    .light-switcher-body .light-switcher {
        border: 3px solid #c19d56;
    }
    .light-switcher-body i {
        font-size: 15px;
        padding: 5px 8px;
        color: #c19d56;
    }
    .header_search-button.flaticon-search {
        height: 34px;
    }
    body.darkOn .hamburger-box .hamburger-inner span {
        background: #c19d56;
    }
    body.darkOn .wgl-logotype-container img{
        filter: invert(1);
    }
    body.darkOn .wgl-mobile-header .position_right.header_side .header_area_container{
        background-color: hsl(216deg 6% 16% / 80%);
    }

    .wgl-header-row .wgl-header-row_wrapper .position_center .logo-mobile {
        margin-left: 0px;
        height: unset !important;
    }
    .wgl-mobile-header {
        background-color: var(--mobile-header-bg-color, #ffffff);
        color: var(--mobile-header-color, #000000);
        border-bottom: 1px solid var(--mobile-header-border-color, rgba(131, 131, 131, 0.2));
    }
    .hamburger-box {
        display: none;
        cursor: pointer;
    }
    .hamburger-box .hamburger-inner {
        width: 20px;
        line-height: 0;
    }
    .hamburger-box .hamburger-inner span{
        display: inline-block;
        position: relative;
        width: 20px;
        height: 3px;
        vertical-align: top;
        background: currentColor;
    }
    .mobile_switch_off .hamburger-box .hamburger-inner span + span {
        margin-top: 3px;
    }
    .wgl-mobile-header .header_search.search_standard .header_search-field {
        top: 43px;
        max-width: 100vw;
        transform: translateX(30%);
    }
    .header_search-close.flaticon-cancel-1{
        height: 34px;
        width: 34px;
    }
    .header_search-button.flaticon-search:before {
        content: "\f002";
        color: #c19d56;
        font-size: 20px;
    }
    .header_area_container .wishlist-page i,
    .header_area_container .close-button i{
        color: #c19d56;
        font-size: 24px;

    }
    .header_area_container .wishlist-page i:before{
        position: relative;
        top: 2px;
    }
    .position_right .header_area_container .mobile_header:last-child .close-button i{
        color: #898989;
        border: 2px solid #7b7b7b4f;
        border-radius: 20px;
        padding: 6px 8px;
    }
    .mobile_nav_wrapper .show_sub_menu a img{
        max-width: 50px;
    }
    .mobile_nav_wrapper .primary-nav ul li ul.sub-menu{padding: 0;}
    body .header_search-button.flaticon-search:before{
        position: relative;
        top: 2px;
        font-size: 20px;
    }
}

body .headerImgLogo.darkmode,
body .footerImgLogo.darkmode{
    display: none;
}
/* Mouse Cursor effect START */
#cursor {
    position: fixed;
    z-index: 115;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
}
.cursor__circle {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: 1px solid rgba(227, 222, 193, 0.64);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	bottom: -20px;
    left: -20px;
}
.cursor_point {
	position: fixed;
    z-index: 116;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    will-change: transform;
    top: -3px;
    left: -3px;
}
body.darkOn .cursor_point {
    background: rgb(184, 184, 184); 
}
@media (hover: hover) and (pointer: fine) {
    #cursor.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        background-image: url('https://svgshare.com/i/MzQ.svg');
        background-repeat: no-repeat;
        background-position: center;
    }
    #cursor.subtle .cursor__circle {
        opacity: 0.16;
    }
    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    }
}

.cursor__circle {
    border: 1px solid #333;
}

/* Mouse Cursor effect END */