/*
 Theme Name:   Fildisi Child
 Theme URI:    https://themeforest.net/user/euthemians
 Description:  Fildisi Child Theme
 Version:      2.5.0
 Author:       Euthemians Team
 Author URI:   https://euthemians.com
 Template:     fildisi
*/
/* mbl-red:	e03c31--wcag AC1F15
mbl-blue:5d82a1*/

/* @import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap'); */
:root {
	--wp--preset--color--primary-1: #e03c31!important;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-size: 16px!important;
    line-height: 32px!important;
    letter-spacing: 0.2px!important; */
}
/* *:not(.fab, i, .ab-icon) {
    font-family: "Geologica", sans-serif!important;
} */

/***  hero section Home page***/
/* .page-id-3763 #eut-feature-section{
	overflow: visible !important;
} */

/* video background img overlay element */

/* .page-id-3763 #eut-feature-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://doctype.gr/directories/fildisi/wp-content/uploads/2025/12/top_graphic.png);
    background-size: contain;      
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1000;                 
    pointer-events: none;           
}

.page-id-3763 .eut-single-wrapper{
	z-index: 4!important;
}

.qntm-button-hero {
	padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    background-color: var(--wp--preset--color--primary-1) !important;
    border-color: var(--wp--preset--color--primary-1) !important;
    border: none;
    border-radius: 25px !important;
    box-shadow: 0 5px #961c13!important;
  }
  
  .qntm-button-hero:hover {
	box-shadow: none!important;
	transform: translateY(5px);
	color: #fff!important;
  }

.qntm-button-hero-light {
	padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: var(--wp--preset--color--primary-1) !important;
    background-color: #fff !important;
    border-color: #dddddd !important;
    border: none;
    border-radius: 25px !important;
    box-shadow: 0 5px #dddddd!important;
  }
  
  .qntm-button-hero-light:hover {
	box-shadow: none!important;
	transform: translateY(5px);
	color: var(--wp--preset--color--primary-1)!important;
  } */

/*end of hero section  Home page*/

#featured_shop{
    position: relative;
    top: 30px;
}

#featured_shop .sow-icon-image{
     top:-10px;
}
#qntm_home_activities {
	background-color: var(--wp--preset--color--primary-1) !important;
}
#eut-responsive-header .eut-logo .eut-wrapper img {
    width: auto;
    height: 60px;
    top: -25px;
}
a[href="#eut-sidearea"] {
    display: none;
}
#qntm-svg-divider-top, #qntm-svg-divider-bottom {
  fill: var(--wp--preset--color--primary-1);
  stroke-width: 0px;
}
#qntm-svg-divider-top{
	margin-top:50px;
	margin-bottom: -10px;
}
#qntm-svg-divider-bottom{
	/* margin-bottom:100px; */
	margin-top: -10px;
	transform: scaleY(-1);
}
/*qntm-buttons*/
.qntm-button, input[type='submit']:not(.eut-custom-btn), 
.woocommerce-cart .wp-block-button__link, 
.woocommerce-cart .wc-block-cart-item__remove-link, 
.woocommerce-cart .wc-block-cart__submit-button {
	padding: 15px 25px;
    /* font-size: 1rem !important; */
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    background-color: var(--wp--preset--color--primary-1) !important;
    border-color: var(--wp--preset--color--primary-1) !important;
    border: none;
    border-radius: 25px !important;
    box-shadow: 0 5px #961c13!important;
    /* font-weight: 600 !important; */
  }
  
  .qntm-button:hover, input[type='submit']:not(.eut-custom-btn):hover, 
  .woocommerce-cart  .wp-block-button__link:hover, 
  .woocommerce-cart .wc-block-cart-item__remove-link:hover, 
  .woocommerce-cart .wc-block-cart__submit-button:hover  {
	box-shadow: none!important;
	transform: translateY(5px);
	color: #fff!important;
  }

.qntm-button-light {
	padding: 15px 25px;
    /* font-size: 1rem !important; */
    text-align: center;
    cursor: pointer;
    outline: none;
    color: var(--wp--preset--color--primary-1) !important;
    background-color: #fff !important;
    border-color: #dddddd !important;
    border: none;
    border-radius: 25px !important;
    box-shadow: 0 5px #dddddd!important;
    /* font-weight: 600 !important; */
  }
  
  .qntm-button-light:hover {
	box-shadow: none!important;
	transform: translateY(5px);
	color: var(--wp--preset--color--primary-1)!important;
  }

  #qntm-hero-cta-container h1{
	/* font-weight:bold; */
  }

  #eut-portfolio-title .eut-title {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
/* 
.qntm-button-dark, .qntm-button-dark-black  {
    border-radius: 50px!important;
    background: #ee3924!important;
    border: 1px solid #ee3924!important;
    color: #ffffff!important;
}
.qntm-button-dark a, .qntm-button-dark-black a{
    color: #ffffff!important;
}
.qntm-button-dark:hover {
    border-radius: 50px!important;
    background: #ffffff!important;
    border: 1px solid #ffffff!important;
    color: #ee3924!important;
}
.qntm-button-dark a:hover {
    color: #ee3924!important;
}
.qntm-button-dark-black:hover {
    border-radius: 50px!important;
    background: #000!important;
    border: 1px solid #000!important;
    color: #fff!important;
}
.qntm-button-dark-black a:hover {
    color: #fff!important;
} */
/* end of buttons */

/* menu */
.sub-menu .show{
	top:30px!important;
}
.eut-slide-menu ul.eut-menu .eut-arrow {
    line-height: 16px!important;
 }
.menu-icon-open, .menu-icon-close{
    display:none;
}
.eut-slide-menu ul.eut-menu li{
    border-bottom: 0!important;
}
.eut-slide-menu ul.eut-menu li a {
    padding-top: 0px!important;
    padding-bottom: 20px!important;
    /* font-weight: bold!important; */
}
#eut-main-content .eut-main-content-wrapper, #eut-sidebar {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.qntm-menu-item-img, .qntm-menu-item-svg, .wpml-ls-flag{
    width:19px;
    vertical-align: middle;
}
.qntm-menu-item-img, .qntm-menu-item-svg, .wpml-ls-flag{
    margin-right: 10px;
}

/*footer menu*/
.widget.widget_nav_menu li {
    text-transform: uppercase;
}
.eut-main-menu .eut-wrapper > ul > li > a{
	letter-spacing: 0!important;
}
/* .eut-main-menu .eut-wrapper > ul > li > a, .eut-main-menu .eut-wrapper > ul > li.megamenu > ul > li > a, .eut-toggle-hiddenarea .eut-label, .eut-main-menu .eut-wrapper > ul > li ul li.eut-goback a {
	font-family: "Geologica", sans-serif!important;
	font-weight: 300!important;
	font-style: normal!important;
	font-size: 14px!important;
	text-transform: uppercase!important;
	letter-spacing: 0x!important;
}
/*end of menu */
./*widget p {
    font-weight: 200!important;
    font-size: 16px!important;
    line-height: 25px!important;
    color: #000!important;
} */
/* hero section */
/* 
|- qntm-hero
|---qntm-hero-cta-container
|------qntm-hero-cta-headline
|------qntm-hero-cta-btn
|---qntm-hero-front-image 
*/
.hero-video-section {
	position: relative;
	width: 100%;
	height: 90vh;
	overflow: hidden;
  }
  
  .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none; /* Disable interaction with video */
  }
  .ytp-endscreen-content{
	display:none!important;
  }
	/* Maintain aspect ratio while covering all space */
	/* width: 177.78vh!important; /* 100 * (16/9) to match 16:9 video aspect */

#qntm-hero_video{
	position:relative!important;
	
	z-index:1!important;
  }
#qntm-hero_video ul{
	min-height:50vh!important;
}
#qntm-hero_video li{
	height:100%!important;
}
#qntm-hero_video .fluid-width-video-wrapper {
	position:relative!important;
	width:300vw!important;
	height:100vh!important;
	left:-100vw!important;
	top:-19vh!important;
	z-index:1!important;
  }
 
#qntm-hero-cta-container{
	/* position: relative; */
    margin-top: 20%;
	text-align:center;
}
#qntm-hero-cta-headline{
    padding: 20px;

}
 #qntm-hero-front-image-2{
	position: absolute;
    bottom:8px;
    z-index: 100;
}
/*#qntm-hero-front-image{
    position:relative;
    bottom:-25px;
} */
/* end of hero section */

/* #qntm-content-start{
    margin-top: 100px;
    margin-bottom: 0; 
}*/
#qntm-content-start img{
	height: 60vh;
	width: auto;
    object-fit: cover;
}
/* #qntm-video{
    margin-top: 100px;
} */
.eut-page-title {
    background-color: #000!important;
}

.so-premium-image-overlay {
    width: 100%!important;
    height: 100%!important;
	top:0!important;
}

#eut-sidebar .eut-news-content .eut-title{
	color:#000!important;
}

#eut-page-anchor .eut-anchor-wrapper, #menu-qntm_inner_menu {
	background-color:#fff;
    border-color: #e3e3e3;
}

#menu-qntm_inner_menu > li > a {
    border-color: #e3e3e3;;
    color: #000;
}

.eut-anchor-menu a {
	color: #000;
}

.eut-anchor-menu a:hover, #menu-qntm_inner_menu > ul > li.active > a {
    color: var(--wp--preset--color--primary-1)!important;
    

 }

/*portfolio items */
.home .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a{
    color:#fff!important;
    /* font-weight:400; */
}

#discover_grid  .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry, #discover_grid article {
	/* background: hsla(0, 0%, 100%, 1);*/
	/* background: linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#F1F1F1", GradientType=1 );  */
	background-color: #fff!important;
    border-radius: 10px;
    padding: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#discover_grid .lsow-project-image {
	border-radius: 10px;
	
}

#discover_grid .lsow-project-image img{
	height: 230px;
	object-fit: cover;
	border-radius: 10px;
}

#discover_grid .lsow-entry-meta a{
	color:#fff!important;
	background-color: var(--wp--preset--color--primary-1);
	border-color: var(--wp--preset--color--primary-1) !important;
    border: none;
    box-shadow: 0 5px #961c13;
    display: inline-block;
    padding: 5px;
    position:absolute;
    top:60px;
    left:25px;
}

#discover_grid .lsow-entry-meta a:hover {
	box-shadow: none;
	transform: translateY(5px);
	color: var(--wp--preset--color--primary-1)!important;
	background-color: #fff;
  }
  #discover_grid .entry-title {

	min-height: 80px!important;
  }
#discover_grid .entry-title a {
    text-align: left!important; 
	min-height: 126px;
    /* font-weight:600;
	font-size: 18px; */
    /* font-stretch: normal;
    font-style: normal;
    line-height: 26px; */
    letter-spacing: normal;
    color: var(--wp--preset--color--primary-1)!important;
    margin: 16px 0px 12px 0px;
    padding: 0px 16px;
}
#discover_grid .lsow-entry-meta{
	height:0px!important;
}
#discover_grid .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary:before {
    display: none;
}
#discover_grid .entry-summary{
	color:#000!important;
	/* font-size: 14px;
    font-weight: normal; */
    /* font-stretch: normal;
    font-style: normal;
    line-height: 21px; */
    letter-spacing: normal;
    position: relative;
    padding: 0px 16px!important;
    margin: 0px!important;
	min-height: 120px!important;
}
#discover_grid .lsow-read-more a{
	padding: 15px 25px!important;
    /* font-size: 1rem !important; */
    text-align: center!important;
    cursor: pointer!important;
    outline: none!important;
    color: #fff !important;
    background-color: var(--wp--preset--color--primary-1) !important;
    border-color: var(--wp--preset--color--primary-1) !important;
    border: none!important;
    border-radius: 25px !important;
    box-shadow: 0 5px #961c13!important;
    /* font-weight: 600 !important; */
}
#discover_grid .lsow-read-more a:hover {
	box-shadow: none!important;
	transform: translateY(5px)!important;
	color: #fff!important;
  }
/* end of portfolio items */
.eut-title-content-wrapper:not(.eut-bg-none) {
    box-shadow: none!important;
}

/* portfolio page */
/* .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a{
    font-weight:400;
}
.entry-title a {
    font-weight:600;
}
.type-portfolio{
display: block;
width: 100%;
height: 400px;

transform: scale(1);
transition: all .3s ease-in-out;
box-shadow: 0 10px 6px -6px #000!important;
}
.type-portfolio img{
    width: 100%;
    height: 400px;
    object-fit: cover !important;
    transform: scale(1);
}
.type-portfolio img:hover {
    filter: brightness(100%)!important;
    transform: scale(1.1);
}
.type-portfolio .lsow-entry-text-wrap {
    width: 100%;

    margin: auto;
    position: absolute;
    padding: 10px;
    bottom: 0;
    background-image: linear-gradient(to right, #0000009e, #ffffff00);
    text-align:left!important;
}
.type-portfolio h3 a{
    line-height: 28px;
    text-transform: capitalize;
    font-size: 26px;
    color: #ffffff!important;
    margin-top: 40px;
    display: block;
}
.type-portfolio .lsow-terms {
    background-color: #ee3924;
    display: inline-block;
    padding: 5px;
    position:absolute;
    top:10px;
    left:10px;
    padding-bottom: 5px;
}
.type-portfolio .lsow-terms a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 5px;
    box-shadow: none;
    color:#fff!important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-meta span, .author a {
    font-style:normal!important; 
    color: #ee3924!important;
}
span.author.vcard::after {
    content: '- \f073'!important;
    font-family: FontAwesome;

}span.published::after {
    content: ' '!important;
} */
/* end of portfolio page */


/* about us page */
#qntm-submenu {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    padding: 25px;
    
}

#qntm-submenu .menu li{
    float:left;
    margin-left:20px;
}
#pg-3974-0 { /* submenu container*/
    position: fixed;
    width:100%;
    top: 0;z-index:1;
  }
/* end of about us page*/
/* single product activities*/
.single-product .eut-single-wrapper {
    display:none;
}

/* css in widget */
/* enad single product activities */
/* blog */
div#caf-filter-layout3 h2 {
    display: none;
}

.filter-layout3 #caf-filter-layout3 {
    float:none!important;
    width:15%!important;
    position:fixed;
    bottom:0;
    right:15%;
}
/**/
.single-portfolio .eut-bg-light, .single-portfolio .eut-bg-dark {
	background-color:transparent!important;
}
.single-portfolio .eut-title{
	color:#fff!important;
	text-transform: uppercase!important;
}
.single-portfolio #eut-post-content{
	margin-top:25px;
	margin-bottom:25px;
}
#qntm-mirror-widget{
    width:calc(100vw - 300px)!important;
    margin-left: 300px!important;
}

.eut-bg-light, .eut-bg-dark {
	background-color:transparent!important;
}
.eut-title{
	color:#fff!important;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
#eut-feature-section .eut-subheading, .single-post  .eut-subheading .eut-categories li{
    /* font-size: 16px!important;
    text-transform: uppercase!important;
    line-height: 18px!important;
    letter-spacing: 1.5px!important;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25)!important; */
}

#eut-feature-section .eut-subheading span, .single-post  .eut-subheading .eut-categories li{
	padding:5px!important;
	background-color:var(--wp--preset--color--primary-1)!important;
	color:#fff!important;
}
#eut-feature-section .eut-title {
    /* font-size: 48px!important;
    text-transform: none!important;
    line-height: 64px!important;
    letter-spacing: -2px!important;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25)!important; */
}

#eut-feature-section .eut-description,  .single-post .eut-title-meta-content .eut-post-meta li,  .single-post .eut-title-meta-content .eut-post-meta li span a {
    /* font-size: 24px!important;
    text-transform: none!important;
    line-height: 36px!important;
    letter-spacing: 0px!important;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25)!important;
	color:#fff!important; */
}
.sow-more-text {
	margin-top: 25px!important;
}
#discover_grid {
	margin-top: 50px!important;
}
.sow-features-list .sow-icon-container.sow-container-round:before {
    content: ""!important;
}

.lsow-author-credentialsm, .lsow-testimonial-text{
	color:#000000!important;
}

.lsow-testimonial-text {
    max-width: 100%!important;
    font-size: 16px!important;
    line-height: 24px!important;
}

.lsow-testimonial-text i {
	display:none!important;
}
    

/* products */
.post-type-archive-product figcaption .eut-title, .home .eut-product-container figcaption .eut-title, .tax-product_cat .eut-title, .tax-product_tag .eut-title{
   color: #000 !important;
}

.post-type-archive-product  #eut-content  {
    padding-top: 100px !important;
}


video {
    max-width: 190%;

 }


.post-type-archive-product .eut-text-primary-4, .page-id-973 .eut-text-primary-4 {
	color:#fff!important;
}

.single-product .eut-product-area-wrapper h5{
	color:var(--wp--preset--color--primary-1);
}

/* cart */
.woocommerce-cart .eut-single-wrapper{
    padding-top: 100px;
}

.woocommerce-cart .wc-block-grid__product-image {
	width:300px!important;
	height:300px!important;
}

.woocommerce-cart  .wc-block-components-quantity-selector__input{
	padding:0!important;
	font-size: 18px!important;
	margin-bottom: 0!important;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus, .woocommerce-cart .wc-block-components-quantity-selector__button--plus{
	font-size:18px;
	padding:0!important;
	margin:0!important;
}


/* sidebar offset cart */
#eut-cart-area {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.eut-hiddenarea-content .eut-total-btn a, 
.single_add_to_cart_button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
.search-results .eut-read-more,
.archive .eut-read-more {
	padding: 15px 25px;
    /* font-size: 1rem !important; */
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    background-color: var(--wp--preset--color--primary-1) !important;
    border-color: var(--wp--preset--color--primary-1) !important;
    border: none;
    border-radius: 25px !important;
    box-shadow: 0 5px #961c13!important;
}

.eut-hiddenarea-content .eut-total-btn a:hover, 
.single_add_to_cart_button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover,
.search-results .eut-read-more:hover,
.archive .eut-read-more:hover {
	box-shadow: none!important;
	transform: translateY(5px);
	color: #fff!important;
  }

  /*checkout */

.woocommerce-checkout .wc-block-components-address-form__email input[type="email"], 
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=tel]{
	font-size: 16px!important;
	height: 4rem!important;
	padding: 13px 20px!important;
  }

  .woocommerce-checkout .wc-blocks-components-select__container{
	height: 4rem!important;
  }
 .woocommerce-checkout .wc-blocks-components-select__container .wc-blocks-components-select__select{
	font-size: 16px!important;
 }

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    left: 20px;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    padding: 15px 60px 15px 60px!important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button__text{
	color:#fff!important;
}

.woocommerce-checkout .wc-block-components-button__text{
	display: flex!important;
    justify-content: center!important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	width: 300px!important;
    height: 60px!important;
}
.woocommerce-account .woocommerce-info {
    background-color: var(--wp--preset--color--primary-1) !important
}
.single-post .so-widget-sow-blog{
	display:none;
}

.search-results .eut-description {
  visibility: hidden;
  position: relative;

}

.search-results .eut-description::before {
  visibility: visible;
  content: "Αποτελέσματα αναζήτησης για:";
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  color: #fff;
    padding: 5px !important;
  background-color: var(--wp--preset--color--primary-1) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 18px !important;
  letter-spacing: 1.5px !important;
}

.search-results .eut-isotope-container,
.archive .eut-isotope-container {
    margin-top: 50px;
}


.search-results .eut-pagination, 
.archive .eut-pagination {
	margin-bottom:50px;
}

.archive .eut-media img {
    border-radius: 10px 10px 0 0;
}
.archive .eut-isotope-item-inner{
	padding:15px;
	border-radius:10px;
}

.eut-post-author a {
	color:#fff!important;
}

.single-post #eut-single-media{
	display:none;

}

.single-post #eut-single-content {
    margin-top: 100px;
}

.single-post .eut-title {
    text-shadow: none;
}

.single-post .eut-arrow, .single-post .eut-prev .eut-title,  .single-post .eut-next .eut-title{
	color:#000!important;
}
/* .archive .eut-isotope-item{
	background: hsla(0, 0%, 100%, 1);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#F1F1F1", GradientType=1 );
    border-radius: 25px;
    padding: 15px;
} */
/* media queries */

@media screen and (min-width: 768px) {
	video {
    	max-width: 165%;
	}
    #qntm-hero-front-image-2{
        bottom:-14px;
    }
	#qntm-hero_video ul{
		min-height:70vh!important;
	}

	#qntm-hero-cta-container{
		margin-top: 25% !important;
    }
}

@media screen and (min-width: 1024px){
	video {
    	max-width: 140%;
 	}
	#qntm-hero-cta-container{
		margin-top: 10% !important;
    }
	#qntm-hero-cta-container{
        width: calc(100vw - 300px);
        margin-left: 300px;
        transform: translateY(10%);
    }
	#qntm-hero-front-image-2{
        bottom:-50px;
    }
	#qntm-hero_video ul{
		min-height:100vh!important;
	}
	#eut-main-header.eut-header-side .eut-logo {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.eut-logo .eut-wrapper img {
		height: 80%;
	}
	.eut-slide-menu ul.eut-menu li a {
		padding-top: 0px !important;
		padding-bottom: 18px !important;
	}
}

@media screen and (min-width: 1366px){
	video {
		max-width: 140%;
	}
    #qntm-contact-maps{
        width: calc(100vw - 300px);
        margin-left: 300px;
        transform: translateY(90%);
    }
    #qntm-contact-maps iframe{
        width:100%!important;
        height:500px!important;
    }
		#eut-main-header.eut-header-side .eut-logo {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.eut-logo .eut-wrapper img {
		height: 100%;
	}
	.eut-slide-menu ul.eut-menu li a {
		padding-top: 0px !important;
		padding-bottom:16px !important;
	}
}


@media screen and (min-width: 1440px){
	video {
		max-width: 100%;
	}
	#eut-main-header.eut-header-side .eut-logo {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.eut-logo .eut-wrapper img {
		height: 100%;
	}
	.eut-slide-menu ul.eut-menu li a {
		padding-top: 0px !important;
		padding-bottom:16px !important;
	}
}

@media screen and (min-width: 1680px){
    #qntm-hero-front-image-2{
        bottom:-118px;
    } 
}

@media only screen and (min-width: 1024px) {
    .lsow-grid-item {
        width: calc(50%)!important;
    }
}
@media only screen and (min-width: 1280px) {
    .lsow-grid-item {
        width: calc(33.33333%)!important;
    }
}
#qntm-trip-advisor table td{
	text-align: center;
    vertical-align: middle;
	background-color: white;
}

#eut-theme-wrapper button:not(.eut-custom-btn):not(.vc_general):not(.tribe-events-c-subscribe-dropdown__button-text):not(.tribe-events-calendar-month__day-cell--mobile):not(.tribe-events-c-top-bar__datepicker-button):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__prev){
	line-height:0!important;
}

/* FEATURE  — hover icon change */
#feature-1:hover .sow-icon-image {
    background-image: url("/wp-content/uploads/2025/12/feature-icon-1-red.png") !important;
}

#feature-2:hover .sow-icon-image {
    background-image: url("/wp-content/uploads/2025/12/feature-icon-2-red.png") !important;
}

#feature-3:hover .sow-icon-image {
    background-image: url("/wp-content/uploads/2025/12/feature-icon-3-red.png") !important;
}

.woocommerce .count {
    display: none;
}

/* Single Product */
.single-product .price{
	font-size:1.5rem!important;
	color:#e03c31!important;
}

.single-product .product_title {
	font-size:2.5rem!important;
	line-height: 3rem!important;
}
.single-product #eut-product-feature-image .eut-product-image {
    width: 80% !important;
    border: 1px solid #999!important;
    margin: 0 auto!important;
}

.single-product #eut-product-feature-image .thumbnails {
	position: relative!important;
    top: 0!important;
    right: -30%!important;
    margin-right: 0!important;
    padding: 0!important;
    z-index: 200!important;
    -webkit-transform: translateY(0)!important;
    -moz-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    -o-transform: translateY(0)!important;
    transform: translateY(0);
}

.single-product #eut-product-feature-image .thumbnails .eut-thumb-item{
	padding:15px!important;
	float:left!important;
}

.single-product #qntm_product_images .flex-control-thumbs li {
	width:10%!important;
	padding:10px!important;
}

.single-product #qntm_product_images .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none!important;
}

.single-product #qntm_product_images  .flex-viewport {
	max-height: 700px;
}