/*
 Theme Name:   4NEXT
 Description:  Tema personalizzato per 4next.eu
 Author:       Dgraphic.it
 Author URI:   https://dgraphic.it/
 Template:     lanzo
 Version:      1.0.6
 Text Domain:  lanzo
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

::-moz-selection { background: #0e0e0e; color:white }
::selection { background: #0e0e0e; color:white }

:root{
  --verde: #7ebf19;
  --verde-l: #f2f9e8;
  --verde-alt: #7ba637;
}
body, body.single .entry-content .full-content p, *{
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
}

header.site-header{
    background-image: url(./images/header-bg-min.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50%;
}
.top-bar ul.contacts{ margin: 0 10px 0 0; }
.top-bar ul.contacts li{ margin: 0; display: inline-block; list-style: none; font-size: 14px; line-height: 1; margin-left: 12px }
.top-bar ul.contacts li i.icons{ font-size: 16px; position: relative; top: 2px; padding-right: 4px }
.top-bar .claim {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #b2b2b2;
}
html[lang="it-IT"] .top-bar .claim.en{ display: none }
html[lang="en-US"] .top-bar .claim.it{ display: none }

.header-layout2 .main-navigation .menu > .item-level-0 > a:hover,
.header-layout2 .main-navigation .menu > .current-menu-item > a{ color: var(--verde); }
.main-navigation ul.sub-menu li a {
    font-size: 15px;
    line-height: 1;
}
.main-navigation .sub-menu-dropdown{ top:90% }

.kft-header-language ul li img {
    display: none;
}
.kft-header-language__active img {
    margin-right: 8px;
}

.kft-breadcrumb.no-image{
  background: #679d15 !important;
  background: -moz-linear-gradient(45deg,  #679d15 0%, #95cb42 100%) !important;
  background: -webkit-linear-gradient(45deg,  #679d15 0%,#95cb42 100%) !important;
  background: linear-gradient(45deg,  #679d15 0%,#95cb42 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#679d15', endColorstr='#95cb42',GradientType=1 );
}
.kft-breadcrumb.breadcrumb-layout1 .breadcrumb-title-inner{ text-align: left; }
.kft-breadcrumb.breadcrumb-layout1 .breadcrumb-title-inner h1{ text-transform: none; margin-bottom: 0 }

.breadcrumbs.breadcrumbs-yoast span a:link:not(:hover) {
  color: rgba(255,255,255,0.75);
}
.breadcrumbs.breadcrumbs-yoast span a:link:hover {
  color: white;
}
.breadcrumbs.breadcrumbs-yoast i{
  margin:0 8px;
  font-size:.625rem
}
@media screen and (min-width:740px){
  .kft-breadcrumb.breadcrumb-layout1 .breadcrumb-title-inner h1{ font-size: 40px !important }
  .kft-breadcrumb.breadcrumb-layout1{ margin-bottom: 60px }
	.header-layout2 .main-navigation .menu > .item-level-0 > a{ letter-spacing: -0.2px; }
	.main-navigation .item-level-0 > a{ padding: 6px 11px; }
}
.kft-breadcrumb .breadcrumb-title-inner .breadcrumbs-content{ font-size: 0.8rem }
.kft-icons-box__content-inner h3 {
    margin: 10px auto 6px auto !important;
}

details{
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}
summary {
    display: list-item;
    background-color: var(--verde-l);
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px -10px 5px -10px;
}


ol {
  list-style: none;
  counter-reset: ol-counter;
  margin-left: 0;
  column-count: 2;
  column-gap: 25px;
}
ol:not(.flickity-page-dots) li {
  counter-increment: ol-counter;
  margin: 0.25rem;
}
ol:not(.flickity-page-dots)  li::before {
  content: counter(ol-counter);
  border: 3px solid #0e0e0e;
  color:  var(--verde);
  width: 2rem;
  height: 2rem;
  display: inline-block;
  line-height: 1.75rem;
  text-align: center;
  margin-right: 0.75rem;
  font-weight: bold;
}
.wp-block-list.una-col {
  column-count: 1 !important;
}
.wp-block-list.due-col {
  column-count: 2 !important;
}
.wp-block-list.tre-col {
  column-count: 3 !important;
}
.has-inline-color.has-primary-color{ color: var(--verde); }
.no-mb{ margin-bottom: 0 } .no-mt{ margin-top: 0 }
.wide-txt{ letter-spacing: 0.5px }
.wp-block-cover.brand{ background-size: contain; }

#footer {
    margin-top: 0;
    background-color: #111;
    background-image: url('./images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#footer p{ color:#fafafa; font-size: 14px; }
#footer a:not(:hover){ color:#fafafa; }
.footer-middle{ padding-top: 60px }

.wp-block-image.footer-logo {
    max-width: 160px;
}

.list-icon-features {
    margin: 20px auto;
    list-style: none;
    column-count: 2;
    column-gap: 30px;
}
.list-icon-features li {
    line-height: 1;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.list-icon-features li i{
    font-size: 24px;
    margin-right: 15px;
    padding: 5px;
    color: var(--verde);
    box-sizing: border-box;
    border: 3px solid #eeeeee;
}
.woocommerce-product-details__short-description p{ font-size: 1.2rem }
body.single-product .product .woocommerce-product-details__short-description, .quick-view-wrapper .product .woocommerce-product-details__short-description{ color:#212121 }
.woocommerce-product-details__short-description h2 strong { font-weight: bold }
.woocommerce-product-details__short-description h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: normal;
    color: #000;
}
body.single-product .product-meta .product-single-cats{ display: none }
body.single-product .kft-single-video{ left: 20px; right: unset }
body.single-product .product .entry-summary .product-meta, .quick-view-wrapper .product .entry-summary .product-meta{ border: 0 }
p.cart .button.quote-button,
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__title{
    border-radius: 25px;
    background-color: var(--verde-alt) !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    color: white;
}
.wc-tab a.button.quote-button {
    border-radius: 25px;
    background-color: var(--verde-l);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.wc-tab a.button.quote-button i { display: inline-block; margin-right: 8px }
p.cart .button.quote-button:hover, .wc-tab a.button.quote-button:hover{
    background-color: var(--verde) !important;
    color: white;
    transform: scale(1.1);
}
body.single-product .alura-wc-tab-content a:link:not(.btn), .entry-content p > a:link:not(.btn){ text-decoration: underline; }
body.single-product .product .woocommerce-tabs ul.tabs li a, .quick-view-wrapper .product .woocommerce-tabs ul.tabs li a{ text-transform: none }
body.single-product .product .woocommerce-tabs ul.tabs li.active::after{ display: none }
body.single-product .product .woocommerce-tabs ul.tabs, .quick-view-wrapper .product .woocommerce-tabs ul.tabs{
    display: -webkit-box;
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(73, 111, 15, 0.1), 0 6px 12px 0 rgba(73, 111, 15, 0.1);
    padding: 0.75rem;
    border-radius: 99px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
body.single-product .product .woocommerce-tabs ul.tabs li, .quick-view-wrapper .product .woocommerce-tabs ul.tabs li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    -webkit-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
    border: 0;
    padding: 4px 20px;
}
body.single-product .product .woocommerce-tabs ul.tabs li.active, .quick-view-wrapper .product .woocommerce-tabs ul.tabs li.active{ background-color: var(--verde-l) }
body.single-product .product .woocommerce-tabs ul.tabs li.active a {
    color: var(--verde);
    text-transform: none;
    font-size: 18px;
    letter-spacing: normal;
}
body.single-product .product .woocommerce-tabs .alura-wc-tab-content, .quick-view-wrapper .product .woocommerce-tabs .alura-wc-tab-content{
  padding: 0 3% 0 3%; box-sizing: border-box;
}
body.single-product .alura-wc-tab-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
body.single-product .alura-wc-tab-content h3 {
  font-weight: normal;
  padding-top: 15px;
  font-size: 1.25rem;
}
body.single-product img.ridotta {
    max-width: 35%;
    min-width: 300px;
}
body.single-product .alura-wc-tab-content p,
body.single-product .alura-wc-tab-content br{ margin-top: 20px }
body.single-product .alura-wc-tab-content br{ display: block; }
.product-images-wrapper .product-zoom-button{ bottom: unset; left: unset; top:20px; right:20px }

ul.videos {
    list-style: none;
    display: flex;
    margin: 15px 0;
}
ul.videos li {
    padding: 0 12px;
    box-sizing: border-box;
    width: 50%;
}
ul.videos li .video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
ul.videos li .video iframe{
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.documents {
    list-style: none;
    display: flex;
    padding-top: 15px;
    justify-content: center;
}
ul.documents li {
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
}
ul.documents li > *{
    display: block;
}
ul.documents li i {
    font-size: 60px;
    color: var(--verde-l);
    line-height: 1;
    margin-bottom: -40px;
}
ul.documents li a {
    font-weight: bold;
    line-height: 36px;
    font-size: 20px;
}
ul.documents li a:hover {
    color:#111;
}
.mt-40{ margin-top: 40px }

.wp-block-table table {
    border: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.wp-block-table td {
    border: 0;
    border-bottom: 1px solid #ebebeb;
}
.wp-block-table thead th {
  border: 0 !important;
}
@media screen and (max-width:700px){
	.wp-block-gutena-tab table.has-fixed-layout.bt tbody > tr{ border: 1px solid #ececec;margin-bottom: 30px; display: block; }
	.wp-block-gutena-tab table.has-fixed-layout.bt tbody > tr > td:first-child{ background-color: var(--verde-alt); color:white }
	.wp-block-gutena-tab table.has-fixed-layout.bt tbody > tr > td{border-bottom: 1px solid #ececec; text-align:left }
	.wp-block-gutena-tab table.has-fixed-layout.bt tbody > tr > td::before{ width: 50% }
}


.wp-block-group.specs-grid {
  margin-top: 50px;
}
.wp-block-group.specs-grid > .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.wp-block-group.specs-grid .wp-block-group {
  flex: 1 1 calc( 50% - 4px );
  margin: 0;
  padding: 0;
  background: #fbfbfb;
  border: 1px solid rgba(0,0,0,0.02);
}
.wp-block-group.specs-grid  .wp-block-kft-block-heading.kft-heading-block {
  background-color: var(--verde-alt);
  text-align: center;
  padding: 7px;
  background: radial-gradient(circle, rgba(126,191,25,1) 35%, rgba(123,166,55,1) 100%);
}
.wp-block-group.specs-grid  .wp-block-kft-block-heading.kft-heading-block h2{
  margin-bottom:0; color:white;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}
.wp-block-group.specs-grid  .wp-block-kft-block-heading.kft-heading-block h2 + p{
  display: block;
  margin: 0 auto 5px auto;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
  font-size:15px; 
 color:white;
  font-weight: 500;
  letter-spacing: 0.3px
}
.wp-block-group.specs-grid  .wp-block-kft-block-heading.kft-heading-block h2 + p b{ font-weight: 600 }
.wp-block-group.specs-grid ul{
  list-style: none
}
.wp-block-group.specs-grid ul{ margin:0; padding: 20px 30px;}
.wp-block-group.specs-grid ul li{ font-size:14px; margin:0; line-height:26px }
.wp-block-group.specs-grid ul li b{ font-size:16px; color:var(--verde-alt) }
.wp-block-group.specs-grid ul li:not(:last-child){
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-Tabs-panel > .forminator-custom-form {
    max-width: 700px;
    margin: 0 auto !important;
}
.woocommerce-Tabs-panel > .forminator-custom-form.forminator-design--flat .forminator-input{ background-color: #ededed }
.woocommerce-Tabs-panel > .forminator-custom-form.forminator-design--flat .forminator-input:hover,
.woocommerce-Tabs-panel > .forminator-custom-form.forminator-design--flat .forminator-input:focus,
.woocommerce-Tabs-panel > .forminator-custom-form.forminator-design--flat .forminator-input:active{ background-color: var(--verde-l)}
.woocommerce-Tabs-panel > .forminator-custom-form.forminator-design--flat #name-1,
.woocommerce-Tabs-panel > .forminator-custom-form.forminator-design--flat #name-2{ column-count: 2 }
.woocommerce-Tabs-panel > .forminator-ui.forminator-custom-form[data-design="flat"] #submit {
    text-align: center; padding-top: 12px;
}
.woocommerce-Tabs-panel > .forminator-ui.forminator-custom-form[data-design="flat"] .forminator-button{ background-color: var(--verde); border-radius: 20px }

.lanzo-cookie-notice .cookie-text{ font-size: 13px }

#forminator-module-589 #submit button.forminator-button.forminator-button-submit,
#forminator-module-560 #submit button.forminator-button.forminator-button-submit{
  width: 100%; background-color: #212121
}
#forminator-module-560 #submit button.forminator-button.forminator-button-submit:hover,
#forminator-module-589 #submit button.forminator-button.forminator-button-submit:hover{ background-color: var(--verde) }

.wp-block-group.inline-buttons > div {
    display: flex;
}
.wp-block-group.inline-buttons > div > .kft-button:not(:first-child) {
    margin-left: 15px;
}

.wp-block-kft-block-accordions.ambition-download.kft-accordions{
  margin-top: 25px;
  margin-bottom: 40px;
}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__title{
  border: 0
}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__title-inner{
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 12px 20px;
}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__title p {
    margin-bottom: 0;
    color: white;
}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__content { margin: 15px 20px 0 20px; background-color: whitesmoke;border:0;border-top: 1px solid var(--verde-alt);}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__content p{font-size: 16px;}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__content .forminator-label{color:var(--secondColor);}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__content .forminator-design--flat .forminator-input{background-color: white;}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .kft-accordion-item__content .forminator-design--flat {margin: 10px auto 0 auto;}
.wp-block-kft-block-accordions.ambition-download.kft-accordions #name-1 {
    column-count: 2;
}
.wp-block-kft-block-accordions.ambition-download.kft-accordions .forminator-row.forminator-row-last { margin-bottom: 10px; }
.wp-block-kft-block-accordions.ambition-download.kft-accordions .forminator-ui.forminator-custom-form[data-design="flat"] .forminator-button {
  background-color: var(--verde-alt);
  padding: 5px 12px;
  border-radius: 4px;
  width: 100%; }
  .wp-block-kft-block-accordions.ambition-download.kft-accordions .forminator-ui.forminator-custom-form[data-design="flat"] .forminator-button:hover { opacity: 0.8 }
  body.single-product div#product-199 .entry-summary > p.cart, body.single-product  div#product-327 .entry-summary > p.cart{ display: none }

body.archive .term-description {
    padding: 40px 15px;
    margin-top: 30px;
    box-sizing: border-box; font-size: 16px;
}
body.archive .filter-description{ padding: 0 15px; margin-top: 30px; margin-bottom: 40px }
body.archive .term-description + .filter-description{ margin-top:0 }
body.archive .filter-description .active-filter{ margin-bottom: 15px }
body.archive .filter-description .active-filter h4{ font-size: 20px; margin-bottom: 8px }
body.archive .filter-description .active-filter p{ font-size: 15px }
body.archive .term-description h3{ font-size: 22px; margin-bottom: 6px }
section.shop-content .archive-loop-header .woocommerce-ordering .orderby{ display: none }
section.shop-content .woocommerce .products.grid .product__images,
section.shop-content .woocommerce .products.list .product__images {
    border: 1px solid #eee;
}
section.shop-content .woocommerce .products.grid .product__meta{ padding-top: 0 }
body.archive .woocommerce div.products .product__meta .product-title,
section.shop-content .woocommerce .products.list .product h3.product-name{
  display: inline-block;
  background-color: var(--verde-alt);
  padding: 2px 12px;
  color: white;
  font-weight: bold;
  position: relative;
  top: -15px;
  z-index: 15;
 }
 section.shop-content .woocommerce .products.list .product h3 a:hover{ color: var(--verde-l) }
 section.shop-content .woocommerce .products.list .product { align-items: center; border-bottom: 0 }
 section.shop-content .woocommerce .products.grid .short-description.grid,
 section.shop-content .woocommerce .products.list .short-description.list {
    display: block !important;
    font-size: 15px;
    color: #666;
  }
  section.shop-content .woocommerce .products.list .short-description.list{ margin: 0 }
  section.shop-content .woocommerce .products.list .short-description.grid{ display: none !important }
section.shop-content .woocommerce .products.grid .product:hover .product__images .kft-product-buttons{ transform: translate3d(-50%, -30px, 0); }
section.shop-content .woocommerce .products.grid .short-description.grid p {
  font-size: 14px;
}
section.shop-content .woocommerce .products.grid .short-description.grid p::after {
  content: '...';
  display: inline;
}

.widget_layered_nav h4.widget-title {
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--verde-alt);
}
.widget_layered_nav h4.widget-title::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 70%;
    background-color: var(--verde-l);
    bottom: -10%;
    z-index: -1;
    left: 3%;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term > .count{ display: none }
.lanzo-active-filters .lanzo-clear-filter__content::before,.lanzo-active-filters .widget_layered_nav_filters ul li a::before {
    font-size: 15px;
    margin-right: 3px;
}
.lanzo-clear-filter .lanzo-clear-filter__content {
    background-color: transparent;
    color: var(--verde-alt);
    border: 1px solid var(--verde-alt);
}
.lanzo-active-filters .widget_layered_nav_filters ul li a {
    background-color: var(--verde-l);
    color: var(--verde);
}
section.shop-content .archive-loop-header .kft-products-per-page{ opacity: 0; visibility: hidden; }
section.shop-content .archive-loop-header .kft-products-per-page > span{ font-weight: normal; }

article.blog-post-default.style-1 { align-items: center; }
article.blog-post-default.style-1 .entry-content .entry-title{ font-size: 20px; }
article.blog-post-default.style-1 .entry-content .entry-summary{ font-size: 15px }
article.blog-post-default.style-1 .entry-content .button-readmore{
  display: inline-block;
  background-color: var(--verde-l);
  padding: 6px 15px;
  border-radius: 20px;
  color: var(--verde-alt);
  font-size: 15px;
}
#content > article.blog-post-default.style-1:last-of-type {
    border-bottom: 0;
}
body.archive:not(.woocommerce) .kft-product-categories-widget,
body.archive:not(.woocommerce) .widget_recent_entries{
  border: 1px solid #eee;
  padding: 0 12px 8px 12px;
  box-sizing: border-box;
  overflow: visible;
}
body.archive:not(.woocommerce) .kft-product-categories-widget .widget-title-wrap,
body.archive:not(.woocommerce) .widget_recent_entries .widget-title-wrap{
  margin-top: -15px;
}
body.archive:not(.woocommerce) .kft-product-categories-widget h4.widget-title,
body.archive:not(.woocommerce) .widget_recent_entries h4.widget-title{
  background-color: white;
  display: inline-block;
  margin-bottom: 6px;
  color: #666;
}
body.archive:not(.woocommerce) .kft-product-categories-widget li,
body.archive:not(.woocommerce) .widget_recent_entries li{ line-height: 1.1; }
body.archive:not(.woocommerce) .kft-product-categories-widget li a,
body.archive:not(.woocommerce) .widget_recent_entries li a{ font-size: 15px; line-height: 1 }
.kft-product-categories-widget .product-categories-wg li a:hover{ color: var(--verde) }

body.single-post article.post-item .entry-header .post-title-meta span.author,
body.single-post article.post-item .entry-header .post-title-meta .comment{ display: none }

body.archive .woocommerce div.products .product__meta .product-sku, section.shop-content .woocommerce .products.list .product .product-sku {
    display: block;
    margin-top: -10px;
    margin-bottom: 3px;
}

.kft-footer ul {
    margin: 0;
}
.kft-footer ul li {
    font-size: 13px;
    line-height: 1;
    list-style: none;
    margin-top: 4px;
    border-bottom: 1px dashed rgb(80, 80, 80);
}
.kft-footer ul.applicazioni {
  column-count: 2;
  column-gap: 35px;
}
.kft-footer ul.applicazioni li {
    line-height: 1.2;
}
.kft-footer ul li a:not(:hover) {
    color: #eee !important;
}
.vflex-align-center > .kft-row-block__inner{ align-items: center; }

#footer .btn-white a:not(:hover) {
    color: inherit;
}

body.single-product .related.products{ margin-top: 40px; }
body.single-product .related.products{
  border: 2px solid #eee;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  text-align: center;
}
body.single-product section.related .products .product{ 
  max-width: 33%;
  display: flex;
  flex-direction: column;
}
body.single-product.woocommerce .related.products > h2{
  display: inline-block;
  margin: 0 auto 30px auto;
  background-color: white;
  position: relative;
  top: -15px;
  padding: 3px 20px;
  box-sizing: border-box;
  color: var(--verde);
}
body.single-product.woocommerce .related.products h3.product-title.product-name a:hover{
  color: var(--verde-l) !important;
}
body.single-product.woocommerce .related.products .product > a.sku-title{
  background-color: var(--verde-l);
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
  padding: 4px 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: var(--verde-alt);
  margin-bottom: 5px;
}
body.single-product.woocommerce .related.products .product > a.sku-title:hover{ color: var(--secondColor); }
body.single-product.woocommerce .related.products .product__meta > span.product-sku{
  display: none;
}
body.single-product.woocommerce .related.products .product__meta .short-description > p::after{
  display: inline; content:'...';
}
body.single-product.woocommerce .related.products .product__images > a > img{
  height: 200px;
  width: auto;
  margin: 0 auto;
  min-height: 30vh;
}
body.single-product .additional-products-content { background-color: #eee; margin-top: 30px }
body.single-product .additional-products-content .upsells.products{ margin: 0; padding: 30px 0; }
body.single-product .additional-products-content .upsells .flickity-slider .product {
  background-color: white;
  padding-bottom: 0;
  box-shadow:-6px -6px 12px rgba(0, 0, 0, 0.25)
}
body.single-product .related.products .products .product{ padding-bottom: 0; margin-bottom: 0 }
body.single-product .related.products .flickity-slider .product,
body.single-product .additional-products-content .upsells .flickity-slider .product {
    margin-bottom: 0;
}
body.single-product .additional-products-content .upsells .flickity-slider .product .product__images {
    padding-top: 15px;
}
body.single-product .related.products .flickity-slider .product .product__meta {
    padding-bottom: 0;
}
body.single-product .related.products .flickity-slider .product .product__meta .product-title a,
body.single-product .additional-products-content .upsells .flickity-slider .product .product__meta .product-title a{
    font-weight: bold;
}
body.single-product .additional-products-content .upsells .product .product__images,
body.home .wp-block-kft-block-products.kft-products.is-slider div.products .product__images{
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
body.home .wp-block-kft-block-products.kft-products.is-slider div.products .product__images .kft-product-buttons,
body.home .wp-block-kft-block-products.kft-products.is-slider div.products .product__meta .short-description{
  display: none
}
body.single-product .additional-products-content .upsells .product .product__meta .short-description {
  font-size: 16px;
  color: #656565;
  letter-spacing: 0.2px;
  margin-top: 3px;
}
body.single-product .additional-products-content .upsells .product .product__meta .product-title,
body.home .wp-block-kft-block-products.kft-products.is-slider div.products .product__meta .product-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
}
body.single-product .related.products h3.product-title{
  display: inline-block;
  background-color: var(--verde-alt);
  padding: 2px 12px;
  color: white;
  font-weight: bold;
  margin-bottom: 12px;
}
body.single-product .related.products .flickity-slider .product .product__meta .product-title a:hover{
    color:var(--verde-alt)
}
body.single-product .related.products .products .product .product__meta .short-description,
body.single-product .related.products .flickity-slider .product .product__meta .short-description,
body.single-product .additional-products-content .upsells .flickity-slider .product .product__meta .short-description{
    font-size: 14px
}

body.single-product .product .entry-summary .product-share .social-sharing{ position: unset }
body.single-product .product .entry-summary .product-meta .product-single-tags{ text-align: right; margin: 10px 0; }
body.single-product .product .entry-summary .product-meta .product-single-tags span {
    font-size: 14px !important;
}

.row-categories { margin-top: -50px }
.row-categories figure img { max-width: 100px; margin-top: 12px }
.row-categories .wp-block-image figure{ margin: 5px auto 0 auto; }
.row-categories .box-title { padding: 0 25px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
font-weight: 400; color: #eee;
 }
.row-categories .box-title strong{ font-weight: 600; color: white }
.row-categories  .kft-button__link{
  border-radius: 25px !important;
  border-style: none;
  font-size: 14px;
  margin-bottom: 25px;
}
.row-categories  .kft-button__link:hover{ background-color: white !important; color:var(--verde-alt) !important }
.wp-block-separator.has-primary-background-color.has-primary-color.lessspace{ background-color: var(--verde)}
.wp-block-separator.lessspace{ margin: 20px auto }

.flickity-page-dots{ column-count: unset; min-height: 40px }
.flickity-page-dots .dot{ padding: 0; width: 8px; height: 8px; }

.kft-blogs.style-2 article:hover .kft-blogs__image::after {
    opacity: 0.8;
    background: linear-gradient(90deg, var(--verde-alt) 0%, #313131 100%);
}
.kft-blogs.style-2 .kft-blogs__readmore{ overflow: hidden; }
.kft-blogs.style-2 .kft-blogs__readmore a::before { bottom: -3px; background-color: var(--verde); }

.home-slider .flickity-slider .wp-block-cover__inner-container {
    max-width: 1100px;
}
.home-slider .flickity-button.flickity-prev-next-button.previous {
    background-color: var(--verde);
    border-radius: 0;
    left: 15px;
}
.home-slider .flickity-button.flickity-prev-next-button.next {
    background-color: var(--verde-alt);
    border-radius: 0;
    right: 15px;
}


.forminator-response-message.forminator-show.forminator-success{
	display: block !important;
    background-color: lightgoldenrodyellow !important;
    border: 1px solid silver !important;
    text-align: center !important;
}
.forminator-response-message.forminator-show.forminator-success p{ margin-bottom: 0 !important}
.forminator-response-message.forminator-show.forminator-success a{
	color: white;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin-top: 4px;
    background-color: var(--verde-alt);
    border-radius: 10px;
    padding: 3px 13px;
    border: 1px solid var(--verde-alt);
}

@media screen and (max-width:1100px){
  .kft-flex-col.kft-flex-mobile--right.kft-hidden-lg .kft-header-cart {
    display: none;
  }
  body.single-product .product .woocommerce-tabs ul.tabs li, .quick-view-wrapper .product .woocommerce-tabs ul.tabs li{ padding:4px 12px }
  body.single-product .product .woocommerce-tabs ul.tabs, .quick-view-wrapper .product .woocommerce-tabs ul.tabs{ max-width: 100% }
  .kft-flex-mobile--right a.kft-header-language__active {
    display: none;
  }
  .kft-flex-mobile--right .kft-nav-dropdown {
      display: inline;
      position: unset;
      visibility: visible;
      opacity: 1;
      box-shadow: none;
  }
  .kft-flex-mobile--right .kft-nav-dropdown li {
    display: inline-block;
  }
  .kft-flex-mobile--right .kft-nav-dropdown li a {
    font-size: 0;
  }
  .kft-flex-mobile--right .kft-nav-dropdown li a img {
    display: inline-block;
  }
}
@media screen and (max-width:850px){
  .row-categories .kft-row-block__inner .kft-column-block {
    max-width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
  .row-categories .kft-row-block__inner > .kft-column-block:nth-child(n+3) { margin-top: 20px }
}
@media screen and (max-width:800px){
  .tablet-down-v-marg{ margin-top: 25px; margin-bottom: 25px }
  .tablet-down-t-marg{ margin-top: 25px }
  .tablet-down-b-marg{ margin-bottom: 25px }
  .footer-middle .kft-row-block__inner > div:last-child {
    margin-top: 30px;
  }
  body.single-product .product .woocommerce-tabs ul.tabs ul.documents li, .quick-view-wrapper .product .woocommerce-tabs ul.tabs ul.documents li{ width: 100% }
  body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-content .woocommerce-Tabs-panel {
    padding-top: 20px;
  }
  body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:hover,
  body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title.active { color:var(--verde-alt) }
  body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;
    background-color: var(--verde-l);
    text-decoration: none;
  }
  body.single-product .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:after, .quick-view-wrapper .product .woocommerce-tabs.alura-wc-tab-accordion .alura-wc-tab-accordion-title:after{ right: 20px }
}
@media screen and (max-width:640px){
  ul.documents { flex-direction: column; }
  ul.documents > li:not(:first-child){ margin-top: 15px }
  body.home .kft-slider__inner .flickity-slider .wp-block-cover .wp-block-kft-block-heading.kft-heading-block{ padding: 0 30px }
  body.home .kft-slider__inner .flickity-slider .wp-block-cover p.has-text-align-center.has-large-font-size {
    font-size: 32px;
    padding: 0 30px; line-height: 40px;
  }
  body.single-product section.related .products .product{ 
    max-width: 50%;
  }
}
@media screen and (max-width:500px){
  ol, .woocommerce-tabs .list-icon-features {
    column-count: 1;
  }
  body.single-product .woocommerce-tabs .img.ridotta{
    display: block;
    float: none;
    max-width: 90%;
  }
  div.kft-products__inner.products .product__images > a > img{ margin: 0 auto; }
  body .woocommerce.columns-3 .product {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width:400px){
  body.home .kft-slider__inner .flickity-slider .wp-block-cover p.kft-heading-block__content {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body.home .kft-slider__inner .flickity-slider .wp-block-cover p.has-text-align-center.has-large-font-size {
      font-size: 26px;
      padding: 0 8%;
      line-height: 32px;
  }
  .home-slider .flickity-button.flickity-prev-next-button{ display: none }
  .row-categories .box-title{ padding: 0; max-width: 85%; margin-left: auto; margin-right: auto; }
}
/*edits*/
body.archive .woocommerce div.products.grid .product__meta .product-sku{ display: none }
body.archive .woocommerce div.products .product__images > a > img{
  margin-left: auto; margin-right: auto;
}
body.archive .woocommerce div.products div.product > .sku-title{
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--verde-alt);
  margin-bottom: -27px;
  z-index: 4;
  position: relative;
  line-height: 60px;
  text-shadow: 0px 3px 3px rgb(255, 255, 255);
}
body.archive .woocommerce div.products div.product > .sku-title:hover{
  color:black }
body.archive .woocommerce div.products.list div.product > .sku-title{ display: none }
.no-m-v{ margin-top:0; margin-bottom: 0 }
.wp-block-button__link.has-primary-background-color{
  background-color: var(--verde);
}
.wp-block-button__link.has-primary-background-color:hover{
  background-color: var(--verde-alt);
}
.wp-block-cover.applicazioni {
  padding: 30px 30px 15px 30px;
}
.wp-block-cover.applicazioni p:not(.has-large-font-size) {
  font-size: 14px;
  text-align: justify;
}
.wp-block-cover.applicazioni p.has-large-font-size{
  line-height: 1.15;
  margin-bottom: 18px;
  font-size: 24px !important;
  font-weight: 600;
  letter-spacing: 0.75px;
}
/*landing prodotto*/
body.single-product .block-video-landing.wp-block-kft-block-row {
  margin-top: -60px;
  padding-top: 60px;
  background-color: #111;
  background-image: url('./images/product-video-bg.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  margin-bottom: 0;
}
body.single-product .block-video-landing.wp-block-kft-block-row > .kft-row-block__inner.tight{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.landing-summary-wrapper{ 
  background-color: #111;
  background: linear-gradient(0deg, rgba(33,33,33,1) 75%, rgba(17,17,17,1) 100%);  
  padding-top: 50px;}
body.single-product .landing-summary-wrapper .summary.entry-summary{
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
body.single-product .landing-summary-wrapper .woocommerce-product-details__short-description{
  color: white;
}
body.single-product .landing-summary-wrapper .woocommerce-product-details__short-description h2{
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
body.single-product .landing-summary-wrapper ul.list-icon-features li{
  display: block;
  line-height: normal;
  background-color: transparent;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.5);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
body.single-product .landing-summary-wrapper ul.list-icon-features li i{
  display: block;
  font-size: 50px;
  text-align: center;
  border: 0;
  margin-bottom: 12px;
}
body.single-product .landing-summary-wrapper p.cart{
  text-align: center;
  margin: 30px auto 45px auto;
}
body.single-product .landing-summary-wrapper p.cart .button.quote-button{
  width: 100%;
  max-width: 400px;
  font-size: 19px;
}
body.single-product .landing-summary-wrapper .product-meta{
  display: flex;
  justify-content: space-between;
  color: white;
}
body.single-product .landing-summary-wrapper .product-meta .product-sku{
  display: none;
}
body.single .full-description.landing-product-description {
  padding-top: 40px;
  margin-bottom: 40px;
}
body.single .product.landing-product .product-gallery.row {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid darkgrey;
  width: 100%;
  max-width: 600px;
}
body.single .product.landing-product .product-gallery.row > .col-lg-10{
  padding-left: 50px;
}
body.single .product.landing-product .product-gallery.row .thumbnails.vertical-thumbnail .thumbnail-image {
  filter: brightness(0.95);
}
body.single .product.landing-product .product-gallery.row .thumbnails.vertical-thumbnail .thumbnail-image.is-selected {
  filter: brightness(0.9);
}
body.single .product.landing-product .additional-cart {
  text-align: center;
  margin: 30px auto 45px auto;
}
body.single .product.landing-product .additional-cart .additional-button{
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 100%;
  max-width: 400px;
  font-size: 19px;
  border-radius: 25px;
  background-color: var(--verde-alt) !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  color: white;
}
body.single .product.landing-product .additional-cart .additional-button:hover{
  background-color: var(--verde) !important;
  color: white;
  transform: scale(1.1);
}
.product-features {
  list-style: none;
  margin: 15px 0 20px 0;
}
.product-features li {
  padding: 8px 0;
  font-weight: 500;
}
.product-features li::before {
  content: "\f17b";
  font-family: 'kft-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
  background-color: var(--verde);
  color: white;
}
.embed-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.embed-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.t-white{ color:white }
.forminator-ui#forminator-module-560.forminator-design--material .forminator-button-submit{ background-color: var(--verde) !important;}

/*new add prodotti 4next*/
body.single .wp-block-gutena-tabs.gutena-tabs-block {
  margin-top: 50px;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab.tab-center {
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(73, 111, 15, 0.1), 0 6px 12px 0 rgba(73, 111, 15, 0.1);
  padding: 0.75rem;
  border-radius: 99px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab > .gutena-tab-title {
  color: #666;
  border-color: #ccc;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab > .gutena-tab-title:hover {
  border-color: var(--verde-alt);
  color: var(--verde-alt);
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab > .gutena-tab-title.active {
  background-color: var(--verde-l);
  color: var(--verde-alt);
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab > .gutena-tab-title.active .gutena-tab-title-text{
  font-weight: bold;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-content.is-layout-flow.wp-block-tabs-is-layout-flow figure.wp-block-image.size-full img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab ul.wp-block-list {
  list-style: none;
  margin: 15px 0 0 0;
  column-count: 2;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab ul.wp-block-list:not(.product-features) > li {
  border-bottom: 0.5px solid #ccc;
  padding: 10px 0;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab ul.wp-block-list > li a:link {
  margin-left: 5px;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab ul.wp-block-list > li a:link:hover {
  color: var(--verde-alt);
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-button.kft-button {
  justify-content: center;
  margin: 20px 0;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-button.kft-button .kft-button__link{
  border-radius: 25px;
  padding: 8px 20px;
  background-color: var(--verde-alt);
  transform: scale(1);
  transition: all 0.4s linear;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-button.kft-button .kft-button__link:hover{
  transform: scale(1.05);
  background-color: var(--verde);
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-group.is-content-justification-center.is-nowrap.wp-block-group-is-layout-flex{
  gap:50px
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-icon-box.kft-icons-block .kft-icons-block__inner {
  color: var(--verde-l);
  margin-bottom: -50px;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-icon-box.kft-icons-block .kft-icons-block__inner-content > i {
  font-size: 70px;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-icon-box.kft-icons-block .kft-icons-block__content p > a:link{
  font-size: 21px;
  font-weight: bold;
}
body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab .wp-block-kft-block-icon-box.kft-icons-block .kft-icons-block__content p > a:link:hover{
  color:#111
}
body.single.post-template-single-product #content > article > .wp-block-kft-block-row.kft-row-block .kft-row-block__inner {
  gap: 50px;
}
body.single.post-template-single-product .kft-column-block.product-media figure.post-thumbnail{ margin-bottom: 0 !important;}
body.single.post-template-single-product .kft-column-block.product-media figure.post-thumbnail img{
  aspect-ratio: 1;
  object-fit: contain;
}

body.single.post-template-single-product .kft-column-block.product-media > .kft-column-block__inner .wp-block-kft-block-video-button.kft-video-button {
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
body.single.post-template-single-product .kft-column-block.product-media > .kft-column-block__inner .wp-block-kft-block-video-button.kft-video-button .kft-video-button__bg {
  display: none;
}
body.single.post-template-single-product .kft-column-block.product-media > .kft-column-block__inner .wp-block-kft-block-video-button.kft-video-button .kft-video-button__content.is-center.is-middle {
  transform: none;
  left: unset;
  top: unset;
  position: unset;
  display: inline-block;
}
body.single.post-template-single-product .kft-column-block.product-media > .kft-column-block__inner .wp-block-kft-block-video-button.kft-video-button a.video-btn {
  background: var(--verde-alt);
  color: white;
  width: 80px;
  height: 80px;
  line-height: 85px;
  display: inline-block;
  text-align: center;
  font-size: 50px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(106, 171, 5, 0.25);
}
body.single.post-template-single-product .kft-column-block.product-media > .kft-column-block__inner .wp-block-kft-block-video-button.kft-video-button a.video-btn:hover {
  background-color: #666;
}

body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro {
  padding-top: 30px;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro h2 {
  margin-bottom: 10px;
  font-size: 30px;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .prod-desc { 
  margin-top:40px; margin-bottom: 30px; font-size:21px; 
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .prod-desc .list-icon-features{
  font-size: 16px;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .cats-link{
  font-size: 0;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: flex;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .cats-link a{
  padding: 5px 10px;
font-size: 0.8125rem;
	margin-right:10px;
  color: #fff;
  background-color: var(--verde-alt);
  text-decoration: none;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .cats-link a:hover{
  background-color: #666;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .prod-cta .kft-button__link{
  border-radius: 25px;
  padding: 9px 25px;
  background-color: var(--verde);
  transform: scale(1);
  transition: all 0.4s linear;
}
body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .prod-cta .kft-button__link:hover{
  transform: scale(1.05);
  background-color: #212121;
}
body.single.post-template-single-product #content > article > .entry-content{ margin-top: 50px;}
body.single.post-template-single-product #content .footer-single-post{ 
  border: 0;
  justify-content: center;
  margin-bottom: 50px;
}
body.single.post-template-single-product #content .footer-single-post .share-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
body.single.post-template-single-product #content .footer-single-post ul.social-sharing a{
  width: 24px;
  height: 24px;
  line-height: 1;
}
body.single.post-template-single-product #content .footer-single-post ul.social-sharing a i{
  line-height: 24px;
  font-size: 14px;
}
body.single.post-template-single-product #content .related-posts{
  margin: 70px 0;
  border: 2px solid #eee;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
  text-align: center;
}
body.single.post-template-single-product #content .related-posts > h3{
  display: inline-block;
  margin: 0 auto 30px auto;
  background-color: white;
  position: relative;
  top: -15px;
  padding: 3px 20px;
  box-sizing: border-box;
  color: var(--verde);
}
body.single.post-template-single-product #content .related-posts article{
  text-align: center;
}
body.single.post-template-single-product #content .related-posts article .post-thumbnail__inner{ display: block;}
body.single.post-template-single-product #content .related-posts article .post-thumbnail__inner img {
  max-height: 300px;
  width: auto;
  display: inline-block;
}
body.single.post-template-single-product #content .related-posts article h3.entry-title{
  margin: 12px 0;
}
body.single.post-template-single-product #content .related-posts article h3.entry-title a{
  display: inline-block;
  color: var(--verde-alt);
  padding: 5px 15px;
  background-color: var(--verde-l);
  font-weight: bold;
}
body.single.post-template-single-product #content .related-posts article h3.entry-title a:hover{
  color: #212121;
}
body.single.post-template-single-product #content .related-posts article .entry-info{
  font-size: 13px;
}
.wp-block-gutena-tabs .forminator-button.forminator-button-submit {
  border-radius: 25px !important;
  padding: 9px 25px !important;
  background-color: var(--verde) !important;
}
.list-icon-features.with-desc span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}
.list-icon-features.with-desc span strong {
  display: block;
  font-size: 18px;
}

.subcats-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: -12px 0 60px 0;
  align-items: center;
}
.subcats-list span{
  font-size: 14px;
  font-weight: bold;
}
.subcats-list .subcat-link {
  padding: 4px 12px;
  margin: 0;
  background-color: var(--verde-l);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--verde-alt);
}
#content.products-layout article {
  border: 0;
}
#content.products-layout article .cats-link a:hover {
  color: var(--verde);
}
#content.products-layout article header.entry-header {
  border: 1px solid #eee;

  padding: 20px;
}
#content.products-layout article header.entry-header img {
  aspect-ratio: 1;
  object-fit: contain;
}
#content.products-layout article h3.entry-title {
  font-size: 32px;
}
#content.products-layout article h3.entry-title a:link {
  color: var(--verde);
}
#content.products-layout article h3.entry-title a:link:hover {
  color: #212121;
}
#content.products-layout article div.blog-content {
  font-size: 16px;
}
#content.products-layout article a.button-readmore {
  font-size: 19px;
  padding: 8px 20px;
  margin-top: 10px;
}
#content.products-layout article a.button-readmore:hover {
  background-color: var(--verde-alt);
  color: white;
}

nav.kft-pagination{margin: 40px 0;}
nav.kft-pagination ul.page-numbers{ justify-content:center ;}

#content.applications-term .term-description {
  margin-top: 0;
  padding-top: 0;
}
#content.applications-term .subcats-list {
  justify-content: center;
  margin: 0 0 60px 0;
  background-color: #fbfbfb;
  padding: 12px;
}
#content .no-content{ margin: 50px 0;}
nav.main-navigation #menu-item-2988 ul.sub-menu {
  min-width: 325px;
}
body.page .wp-block-heading.has-text-color strong{ font-weight: bold;}
body.page .wp-block-heading.has-primary-color{ color:var(--verde-alt);}
.kft-accordion-item__content ol{ column-count: 1;}

.wp-block-query.home-products-query > ul.wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 35px;
}
.wp-block-query.home-products-query > ul.wp-block-post-template li figure.wp-block-post-featured-image{
  margin-bottom: 0;
  padding: 30px;
}
.wp-block-query.home-products-query > ul.wp-block-post-template li figure.wp-block-post-featured-image img {
  aspect-ratio: 0.8;
}
.wp-block-query.home-products-query > ul.wp-block-post-template > li { position: relative; background: white; padding-bottom: 40px; }
.wp-block-query.home-products-query > ul.wp-block-post-template li .wp-block-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  background-color: rgba(233, 243, 218,0.4);
  font-size: 14px;
  line-height: 1.35;
}
.wp-block-query.home-products-query > ul.wp-block-post-template li .wp-block-group h4{
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--verde);
}
.wp-block-query.home-products-query > ul.wp-block-post-template li .wp-block-group h4 a:hover{ color: #212121;}

.wp-block-query.home-blog ul > li div.wp-block-column { margin-top:50px }
.wp-block-query.home-blog ul > li .wp-block-post-title {
  margin-bottom: 0;
  font-weight: 500;
}
.prodcats-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -60px;
  justify-content: center;
}
.prodcats-boxes > a.subcat-link {
  width: calc( 33.25% - (60px/3));
  background-color: var(--verde);
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1.7;
  align-items: center;
  color: #000;
  gap: 5px;
  background-image: url('./images/box_1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 28px 20px;
}
.prodcats-boxes > a.subcat-link img{ max-height: 100px;
  margin-bottom: -5px;
  display: block;
	position:relative;
	top:0;
	transition: all 0.5s linear;
}
.prodcats-boxes > a.subcat-link img:hover{ top: -3px }
.prodcats-boxes > a.subcat-link:nth-child(2n){
  background-image: url('./images/box_2.jpg');
}
.prodcats-boxes > a.subcat-link:nth-child(3n){
  background-image: url('./images/box_3.jpg');
}


.prodcats-boxes > a.subcat-link  strong{
  font-size: 25px;
}
.prodcats-boxes > a.subcat-link span{
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 1px solid;
}
.prodcats-boxes > a.subcat-link:hover,
.prodcats-boxes > a.subcat-link:active,
.prodcats-boxes > a.subcat-link:visited{ color: #000000;}
.prodcats-boxes > a.subcat-link strong:hover{ color:white}
.prodcats-boxes > a.subcat-link span:hover{ color:white; border-color: white;}

body.home .home-blog li > div.wp-block-columns.alignwide{
	margin-top: -30px;
    margin-bottom: 5px !important;
}
body.home .home-blog li > div.wp-block-columns.alignwide h5{ font-size:32px !important; text-transform:uppercase }

@media screen and (min-width:600px){
  body.archive .woocommerce div.products.grid::after { display: none }
  body.archive .woocommerce div.products.grid{
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 5px;
  }
  body.archive .woocommerce div.products.grid > .product{ max-width: 100% }
  body.archive .woocommerce div.products.grid > .product .product__images > a{
    display: flex;
    min-height: 360px;
    justify-content: center;
    flex-direction: column;
   }
}
body.single-product #kft_static_block-2 .wp-block-cover.alignfull.is-light.brand.no-mt.no-mb {
  margin-right: -15px;
}
@media screen and (max-width:1000px){
	.wp-block-query.home-products-query > ul.wp-block-post-template {
  grid-template-columns: repeat(2, 1fr); margin:0;
	}
	body.single.post-template-single-product #content > article > .wp-block-kft-block-row.kft-row-block .kft-row-block__inner{ display:block; }
}
@media screen and (max-width:800px){
  .mobile-mb-30{ margin-bottom: 30px }
  body.single-product #kft_static_block-2 .wp-block-cover.alignfull.is-light.brand.no-mt.no-mb {
    margin-right: -15px;
    margin-left: -15px;
    width: calc( 100% + 30px );
  }
	.prodcats-boxes > a.subcat-link {
  		width: calc( 50% - (60px/2));
	}
	body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab.tab-center{
		max-width: 100%;
  overflow-x: scroll;
  flex-wrap: nowrap;
  justify-content: unset;
	}
	body.single .wp-block-gutena-tabs.gutena-tabs-block .gutena-tabs-tab > .gutena-tab-title{flex-shrink: 0;}
}
@media screen and (max-width:560px){
  body.single-product .landing-summary-wrapper .woocommerce-product-details__short-description h2{
    text-align: left;
    font-size: 28px;
  }
  body.single-product .landing-summary-wrapper .product-meta{ display: block; }
  body.single-product .landing-summary-wrapper ul.list-icon-features li{
    padding: 20px 15px;
    line-height: 1.2;
    min-height: 174px;
  }
  body.single .product.landing-product .product-gallery.row > .col-lg-10{
    padding-left: 0;
  }
	.wp-block-query.home-products-query > ul.wp-block-post-template {
  grid-template-columns: repeat(1, 1fr);
}
	body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .prod-desc .list-icon-features{ column-count:1; }
	body.single.post-template-single-product .wp-block-kft-block-column.kft-column-block.product-intro .prod-desc .list-icon-features > li{ margin-bottom: 7px }
	ol,ul,.wp-block-list.una-col,.wp-block-list.due-col,.wp-block-list.tre-col{ column-count: 1}
	
	.flickity-slider > article.hentry.col-4.col-md-4.col-sm-6.col-xs-12{ max-width:50%;width:50% }
	body.single.post-template-single-product .wp-block-gutena-tab .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex {
  flex-wrap: wrap;
	}
	.wp-block-group.specs-grid .wp-block-group{ flex: 100%;}
}
@media screen and (max-width:500px){
	.prodcats-boxes > a.subcat-link {
  		width: 100%;
	}
	body.home .kft-slider__inner .flickity-slider .wp-block-cover p.has-text-align-center.has-large-font-size{ font-size:30px !important }
	.flickity-slider > article.hentry.col-4.col-md-4.col-sm-6.col-xs-12{ max-width:100%;width:100% }
	body.single .wp-block-gutena-tabs.gutena-tabs-block .wp-block-gutena-tab ul.wp-block-list{ column-count: 1}
}