/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/*MAKER GSAP*/
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start{
    z-index: 999999 !important;
}
/*CSS GSAP*/
.title-animation-with-text, .title-animation-general, .cln-categorie, .woocommerce.columns-4 .products, .intro-materiali, .title-cert, .intro-contatti, .intro-ttr, .intro-pagina-prdotti  {
	visbility: hidden;
	opacity: 0;
}
.line {
  display: block;
}
/*COLORI*/
html {
    scroll-behavior: smooth;
}
:root {
    --clr-red-cfb: #891f1c;
    --clr-green-cfb: #1f7660;
    --clr-blue-hygia: #0083a9;
    --clr-violet-hygia: #43438b;
    --clr-brown-nivola: #9b9274;
    --clr-gray-nivola: #606c81;
    --clr-yellow-workmate: #d1b921;
    --clr-black-workmate: #00172c;
    --clr-red-reskfit: #bd0c3c;
    --clr-black-reskfit: #111616;
    --clr-red-kama: #b3182a;
    --clr-black-kama: #121214;
    --clr-white: #fff;
    --clr-light-gray: #d2d2d2;
    --clr-gray-a8: #a8a8a8;
    --clr-gray: #34373a;
    --clr-black: #000;
    --clr-transparent:rgba(0,0,0,0);
}
.red-cfb-text h1, .red-cfb-text h2, .red-cfb-text h3, .red-cfb-text h4, .red-cfb-text h5, .red-cfb-text h6, .red-cfb-text p {
    color: var(--clr-red-cfb);
}
.green-cfb-text h1, .green-cfb-text h2, .green-cfb-text h3, .green-cfb-text h4, .green-cfb-text h5, .green-cfb-text h6, .green-cfb-text p {
    color: var(--clr-green-cfb);
}
.blue-hygia-text h1, .blue-hygia-text h2, .blue-hygia-text h3, .blue-hygia-text h4, .blue-hygia-text h5, .blue-hygia-text h6, .blue-hygia-text p {
    color: var(--clr-blue-hygia);
}
.violet-hygia-text h1, .violet-hygia-text h2, .violet-hygia-text h3, .violet-hygia-text h4, .violet-hygia-text h5, .violet-hygia-text h6, .violet-hygia-text p {
    color: var(--clr-violet-hygia);
}
.brown-nivola-text h1, .brown-nivola-text h2, .brown-nivola-text h3, .brown-nivola-text h4, .brown-nivola-text h5, .brown-nivola-text h6, .brown-nivola-text p {
    color: var(--clr-brown-nivola);
}
.gray-nivola-text h1, .gray-nivola-text h2, .gray-nivola-text h3, .gray-nivola-text h4, .gray-nivola-text h5, .gray-nivola-text h6, .gray-nivola-text p {
    color: var(--clr-gray-nivola);
}
.yellow-workmate-text h1, .yellow-workmate-text h2, .yellow-workmate-text h3, .yellow-workmate-text h4, .yellow-workmate-text h5, .yellow-workmate-text h6, .yellow-workmate-text p {
    color: var(--clr-yellow-workmate);
}
.red-reskfit-text h1, .red-reskfit-text h2, .red-reskfit-text h3, .red-reskfit-text h4, .red-reskfit-text h5, .red-reskfit-text h6, .red-reskfit-text p {
    color: var(--clr-red-reskfit);
}
.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .black-text p {
    color: var(--clr-black);
}
.gray-text h1, .gray-text h2, .gray-text h3, .gray-text h4, .gray-text h5, .gray-text h6, .gray-text p {
    color: var(--clr-gray);
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p {
    color: var(--clr-white);
}

/*TESTI*/

html {
    font-size: clamp(16px, 1.2vw, 18px) !important;
}
h1 {
    font-size: clamp(2rem, 4.5vw, 4rem);
	line-height: 0.8;
}
h2 {
    font-size: clamp(2rem, 4.5vw, 4rem);
	line-height: 0.85;
}
h3 {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    line-height: 1.1;
}
h4 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 0.9;
}
h5 {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
	line-height: 1;
}
h6 {
    font-size: 1.2rem;
    line-height: 1.1;
}
.big p {
    font-size: 1.3rem !important;
    line-height: 1.1 !important;
	font-weight: 600 !important;
}
p {
    font-size: 1rem !important;
    line-height: 1.1 !important;
}
@media screen and (max-width: 1200px) {
    .desk-break {
        display: none;
    }
}
@media scren and (max-width: 480px) {
    html {
        font-size: 16px !important;
    }
}

/*CUSTOM EMPTY SPACE*/
.empty-space-300 {
    height: 300px !important;
}
.empty-space-200 {
    height: 200px !important;
}
.empty-space-120 {
    height: 120px !important;
}
.empty-space-80 {
    height: 80px !important;
}
.empty-space-60 {
    height: 60px !important;
}
.empty-space-40 {
    height: 40px !important;
}
.empty-space-intro-categoria {
    height: 200px !important;
}
@media screen and (max-width: 1200px) {
	.empty-space-300 {
        height: 150px !important;
    } 
	.empty-space-200 {
        height: 150px !important;
    } 
    .empty-space-120 {
        height: 80px !important;
    } 
    .empty-space-80 {
        height: 40px !important;
    }
    .empty-space-60 {
        height: 30px !important;
    }  
    .empty-space-40 {
        height: 20px !important;
    }  
	.empty-space-intro-categoria {
    	height: 60px !important;
	}
}
/*RIGHE*/
.mg-row-10>div>div>div>.wpb_wrapper {
    margin: 0px 20px !important;
}
@media only screen and (max-width: 600px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, div[data-element_type=container].qode_elementor_container_inner, nav.content_menu ul {
        width: 85% !important;
    }
}

/* HEADER */
@media screen and (min-width: 1401px) {
	.content, body .content.content_top_margin_none {
	    margin-top: -120px !important;
	}
}
.header_bottom,
.header_top,
.fixed_top_header .bottom_header {
    padding: 0px !important;
}
header .header_inner_left {
    left: 0px;
}
header .q_logo {
    padding-left: 5px;
}
header.stick .q_logo a {
    height: 70px !important;
}
header {
    max-width: calc(100% - 40px);
    margin: 20px !important;
}
header.light .header_bottom, body.popup_menu_opened header.light .header_bottom {
    background-color: rgba(255, 255, 255, .1) !important;
    backdrop-filter: blur(10px) !important;
}
header.sticky .header_bottom, header .header_bottom, body.popup_menu_opened header.sticky .header_bottom, body.popup_menu_opened header .header_bottom {
    background-color: rgb(255 255 255) !important;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
}
.popup_menu_holder {
    background-color: rgba(224, 224, 224, .2);
    backdrop-filter: blur(40px);
}
.header_bottom, .header_bottom img {
    border-radius: 5px !important;
}
body.popup_menu_opened header .q_logo img.popup {
    opacity: 0 !important;
}
body.popup_menu_opened header:not(.sticky) .q_logo img.normal {
    opacity: 1 !important;
}
body.popup_menu_opened header.light:not(.sticky) .q_logo img.light {
    opacity: 1 !important;
}
body.popup_menu_opened header.sticky .q_logo img.sticky {
    opacity: 1 !important;
}
.popup_menu_opened .main_menu {
    visibility: visible !important;
}
.popup_menu_opened .popup_menu_holder_outer {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 120px) !important;
    width: 97.5%;
    margin: 100px 1% 0;
    border-radius: 5px;
    overflow: hidden !important;
}
.popup_menu.normal {
    background-color: var(--clr-green-cfb);
	color: var(--clr-white) !important;
    display: block;
    height: 50px !important;
    line-height: 50px;
    text-align: center;
    font-size: 13px !important;
    margin-right: 10px;
    border-radius: 5px;
    padding: 0 50px !important;
    width: 100%;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    max-width: -webkit-fill-available;
}
.popup_menu.normal:hover {
    background-color: var(--clr-red-cfb);
}
.popup_menu.normal:before {
    content: 'CATALOGO';
    position: relative;
}
.popup_menu.normal i {
    display: none;
}
.popup_menu_holder_inner {
    padding: 40px 0;
}
.logo-header .underline_dash {
    display: none;
}
.header_bottom .logo-wrapper img {
    height: 25px;
    border-radius: 0px !important;
    border-left: 1px solid #e2e2e2;
    padding: 15px 0px 15px 30px;
}
.logo-white {
    display: none;
}
header.light .logo-original {
    display: none;
}
header.light .logo-white {
    display: inline-block;
}
header.sticky .logo-original {
    display: inline-block;
}
header.sticky .logo-white {
    display: none;
}
@media screen and (max-width: 1600px) {
    .main_menu {
        left: 230px !important;
        width: calc(100% - 230px);
    }
    nav.main_menu>ul {
        left: 0;
    }
    nav.main_menu>ul>li>a {
        padding: 0 10px;
    }
}
/*FULLSCREEN MENU*/
.carousel .video .video-wrap .mejs-controls button, .side_menu_button .popup_menu:hover {
    opacity: 1;
}
.full-menu {
    max-width: 1400px;
    margin: 0 auto;
}
.title-full-menu {
    max-width: 1000px;
    margin: 40px auto 30px;
}
.box-prodotto {
    background-color: var(--clr-white) !important;
    display: flex;
    padding: 20px 40px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    gap: 30px;
}
.colonna-logo {
    width: 20%;
}
.colonna-paragrafo {
    width: 60%;
    text-align: left;
}
.colonna-bottone {
    width: 20% !important;
}
.colonna-logo img {
    height: 70px;
}
.colonna-bottone a {
    width: 90%;
    padding: 0px !important;
    text-align: center;
    font-size: 16px;
}
.box-prodotto.cfb .colonna-bottone a {
    background-color: var(--clr-green-cfb);
    padding: 0 30px;
}
.box-prodotto.cfb .colonna-bottone a:hover {
    background-color: var(--clr-red-cfb);
}
.box-prodotto.cfb .colonna-logo img {
    height: 40px;
    padding: 15px 0px;
}
.box-prodotto.hygia .colonna-bottone a {
    background-color: var(--clr-violet-hygia);
    padding: 0 30px;
}
.box-prodotto.hygia .colonna-bottone a:hover {
    background-color: var(--clr-blue-hygia);
}
.box-prodotto.nivola .colonna-bottone a {
    background-color: var(--clr-gray-nivola);
    padding: 0 30px;
}
.box-prodotto.nivola .colonna-bottone a:hover {
    background-color: var(--clr-brown-nivola);
}
.box-prodotto.workmate .colonna-bottone a {
    background-color: var(--clr-yellow-workmate);
    padding: 0 30px;
}
.box-prodotto.workmate .colonna-bottone a:hover {
    background-color: var(--clr-black-workmate);
}
.box-prodotto.reskfit .colonna-bottone a {
    background-color: var(--clr-red-reskfit);
    padding: 0 30px;
}
.box-prodotto.reskfit .colonna-bottone a:hover {
    background-color: var(--clr-black-reskfit);
}
.box-prodotto.kama .colonna-bottone a {
    background-color: var(--clr-red-kama);
    padding: 0 30px;
}
.box-prodotto.kama .colonna-bottone a:hover {
    background-color: var(--clr-black-kama);
}
@media screen and (max-width: 1400px) {
    .full-menu {
        margin: 0 3%;
    }
    .colonna-bottone a {
        width: 100%;
    }
}
/*SUBMENU*/
.second.drop_down_start {
    height: auto !important;
}
.drop_down .wide.wide_background .second {
    background-color: transparent;
    top: 100% !important;
}
.second.drop_down_start>div>ul {
    display: flex !important;
    gap: 0px;
    margin: auto;
    width: 75% !important;
    margin-top: 10px;
    padding: 0px !important;
    background-color: transparent !important;
    height: fit-content !important;
    border-radius: 5px !important;
    backdrop-filter: blur(40px);
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
}
.cln-submneu, .cln-submneu a {
    border: 0px !important;
    padding: 0px !important;
}
.cln-submneu.one-column {
    width: 25% !important;
    aspect-ratio: 1 / 1;
}
.cln-submneu.two-column {
    width: 75% !important;
    background-color: #fff !important;
}
.cln-submneu.one-column ul {
    height: 100% !important;
}
.cln-submneu li {
    width: 100% !important;
    height: 100% !important;
}
.cln-submneu a span {
    color: #34373a;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    line-height: 1;
}
.btn-prodotti-header a {
    background-color: #f9f9f9 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
}
.subtitle-prodotti-men {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.btn-prodotti-header a:before {
    content: '';
    width: 150px;
    aspect-ratio: 2 / 1;
    position: relative;
    background-repeat: no-repeat;
}
.btn-menu-prodotti {
    color: var(--clr-white) !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    font-size: 13px !important;
    margin-right: 10px;
    border-radius: 5px;
    padding: 0 60px !important;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    max-width: -webkit-fill-available;
    margin: 30px 0px 0px !important;
}
.btn-prodotti-header span {
    font-size: 25px !important;
    line-height: 1.2 !important;
}
.btn-prodotti-header span.subtitle-prodotti-menu {
    font-size: 18px !important;
    display: block;
}
.cln-submneu.two-column>ul {
    display: flex !important;
    height: 100% !important;
    padding: 0px 40px !important;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
    align-items: center;
}
.cln-submneu.two-column.menu-hygia>ul {
    align-items: flex-start;
    padding: 20px 40px !important;
}
.cln-submneu.two-column>ul>li {
    float: none;
    height: fit-content !important;
}
.colonna-categoria>ul {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.colonna-categoria ul li:not(.title-categoria-menu) {
    width: 50% !important;
}
.title-categoria-menu {
    width: 100% !important;
    margin-bottom: 30px !important;
}
.title-categoria-menu:after {
    content: '';
    background-color: #c3c3c3;
    height: 1px;
    width: 140px;
    margin-left: 20px;
    display: block;
    margin-top: 30px;
}
.subtitle-menu {
    font-size: 15px !important;
    font-weight: 700;
    color: #525252;
}
.title-menu {
    font-size: 30px !important;
    font-weight: 800;
}
.category-title a span {
    font-weight: 400 !important;
    text-transform: initial;
    font-size: 18px;
}
.category-title a:before {
    content: '>';
    font-weight: 700;
    font-size: 16px;
    padding-right: 5px;
}
.category-title a {
    margin-bottom: 15px !important;
}
nav.main_menu ul li.category-title a:hover, nav.main_menu ul li.category-title a:hover span {
	font-weight: 700 !important;
}
.colonna-categoria.first-clmn {
    width: 30% !important;
	padding: 40px 0px 0px 0px !important;
}
.cln-submneu.two-column>ul>li.colonna-categoria.second-clmn {
    width: 70% !important;
    padding: 40px 0px 0px 10% !important;
    height: 100% !important;
	border-left: 1px solid #dddddd;
}
.colonna-categoria.first-clmn ul {
    flex-direction: column;
    width: 100% !important;
    align-items: start;
}
@media screen and (max-width: 1600px) {
	.second.drop_down_start>div>ul {
	    width: 85% !important;
	}
	.cln-submneu.one-column {
    	width: 30% !important;
	}
	.cln-submneu.two-column {
    	width: 70% !important;
	}
	.colonna-categoria.first-clmn {
    	width: 50% !important;
	}
}
/*HEADER MOBILE*/
@media screen and (max-width:1400px) {
    .mobile_menu ul {
        width: 100% !important;
        max-width: -webkit-fill-available;
    }
    header {
        top: 0px !important;
        margin: 0!important;
        display: block;
        position: relative!important;
        left: 0!important;
		max-width: 100%;
    }
    .q_logo img {
        top: 0;
        left: 0;
    }
    .header_inner_left, footer.uncover, header {
        position: relative!important;
        left: 0!important;
        margin-bottom: 0;
    }
    .main_menu {
        display: none!important;
    }
    header .q_logo img.dark, header .q_logo img.light, header .q_logo img.normal, header .q_logo img.sticky {
        display: none !important;
    }
    .header_bottom, footer .container_inner, nav.content_menu {
        padding: 0 0px;
    }
    .header_bottom {
        background-color: var(--clr-transparent) !important;
        backdrop-filter: blur(0px);
        padding: 0px !important;
    }
    header .q_logo img.mobile {
        display: block!important;
        opacity: 1!important;
        position: relative;
        margin: 0 auto;
    }
    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align: middle;
    }
    .logo_wrapper, .mobile_menu_button {
        display: table;
    }
    .fixed_top_header .q_logo img.mobile, .logo_wrapper {
        position: absolute;
    }
    header.stick .q_logo a img {
        width: 100% !important;
    }
    .side_menu_button {
        height: 70px!important;
    }
    .mobile_menu_button span, .side_menu_button>a {
        font-size: 23px !important;
    }
	.logo_wrapper {
        height: 60px !important;
        left: 60px !important;
    }
    header.stick .q_logo a {
        height: 60px !important;
        left: 0% !important;
        width: auto!important;
    }
    .mobile_menu_button {
        height: 60px;
        width: 60px;
        background-color: var(--clr-green-cfb);
        text-align: center;
        margin: 0px !important;
    }
    header .q_logo img.mobile {
        margin-top: 0px;
        width: 140px !important;
    }
    .header_bottom, footer .container_inner, nav.content_menu {
        padding: 0 0px;
    }
    nav.mobile_menu {
        display: block;
    }
    .header_inner_right {
        display: none;
    }
    .mobile_menu ul {
        width: 100%;
        max-width: -webkit-fill-available;
        padding: 20px !important;
    }
    .voice-menu-mobile, .no-border-voice {
        border: 0px !important;
    }
    .voice-menu-mobile a {
        padding: 0 0 10px !important;
    }
    .voice-menu-mobile a span {
        font-size: 1.2rem !important;
    }
    .voice-menu-mobile.last-voice-menu {
        margin-bottom: 20px;
    }
    .address-voice-menu p {
        text-transform: initial;
        font-size: 13px !important;
        line-height: 15px !important;
    }
    .full-menu {
        margin: 0;
        display: flex;
        overflow-y: auto;
        gap: 30px;
    }
    .box-prodotto {
        display: flex;
        padding: 0px !important;
        margin-bottom: 0px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .colonna-logo {
        width: 100%;
        text-align: center;
    }
    .colonna-paragrafo {
        width: 100%;
        text-align: center;
        text-transform: initial;
    }
    .colonna-paragrafo p {
        font-size: 0.9rem !important;
    }
    .colonna-bottone {
        width: 100% !important;
    }
    .colonna-bottone a.qbutton {
        width: auto;
        padding: 0 60px !important;
        font-size: 1rem !important;
        color: var(--clr-white) !important;
        line-height: 35px !important;
        height: 35px !important;
		border-radius: 0px !important;
    }
    nav.mobile_menu ul li:last-child.address-voice-menu {
        border-top: 1px solid var(--clr-light-gray) !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }
    .mobile_menu_button span:hover,
    .side_menu_button>a:hover,
    header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
		opacity: 1;
    }
	nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
		height: 25px;
		line-height: 25px;
	}
	.voice-menu-mobile .sub_menu {
    	border: 0px !important;
    	padding: 10px 0px !important;
	}
	.voice-menu-mobile .sub_menu .menu-item {
    	border: 0px !important;
	}
}
/*FOOTER*/
.footer_top_holder {
    background-position: top right !important;
}
.footer_inner {
    border-top: 1px solid var(--clr-light-gray);
}
footer .footer_top a:not(.qbutton):hover {
    color: var(--clr-red-cfb) !important;
}
.riga-certificazioni {
    display: flex;
    align-items: center;
}
.box-certificazioni {
    display: flex;
    align-items: center;
    gap: 30px;
    border-right: 1px solid var(--clr-light-gray);
    padding: 0 30px;
    width: fit-content;
}
.box-certificazioni.no-border {
    border: 0px;
}
.testo-certificazioni {
    font-size: 0.7rem !important;
    line-height: 1.1;
}
.testo-certificazioni a {
    font-weight: 600;
}
.first-column-footer {
    border-right: 1px solid var(--clr-light-gray);
    padding: 30px 80px 30px 30px;
}
.second-column-footer {
    padding: 50px 0px 50px 80px;
}
.third-column-footer {
    padding: 50px 0px 50px 0px;
}
.logo-footer {
    height: 50px;
}
.title-footer p {
    font-size: 1.1rem !important;
}
.paragraph-footer p {
    font-size: 0.8rem !important;
    line-height: 1 !important;
}
.widget_nav_menu h5 {
    font-size: 1rem !important;
    text-transform: initial;
    color: var(--clr-black) !important;
}
.footer_top .widget.widget_nav_menu li {
    padding-bottom: 5px !important;
}
.elementor-widget.elementor-widget-sidebar .widget li, .wpb_widgetised_column .widget li {
    margin: 0 0 5px;
}
.box-footer-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 30px;
}
.box-footer-bottom p:after {
    content: '/';
    padding-left: 30px;
}
.box-footer-bottom p, .box-footer-bottom a {
    font-size: 0.8rem !important;
    line-height: 1;
}
.footer_top {
    max-width: 75%;
}
.elementor-widget.elementor-widget-sidebar .widget, .wpb_widgetised_column .widget {
    margin: 0px;
}
@media screen and (max-width: 1500px) {
    .footer_top {
        max-width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .footer_top_holder {
        background: url(https://cfb.sviluppo.host/wp-content/uploads/2025/12/bg-footer.jpg) no-repeat;
        background-size: 150%;
    }
    .first-column-footer {
        border-right: 0px solid var(--clr-light-gray);
        padding: 30px 80px 30px 30px;
        border-bottom: 1px solid var(--clr-light-gray);
        max-width: -webkit-fill-available;
    }
    .second-column-footer {
        padding: 30px 60px 30px 30px;
        width: fit-content !important;
        margin-top: 30px !important;
        border-right: 1px solid var(--clr-light-gray);
    }
    .third-column-footer {
        padding: 30px 0px 30px 60px;
        width: fit-content !important;
        margin-top: 30px;
    }
    .colonna-immagine img {
        height: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .box-certificazioni {
        width: calc(50% - 61px);
    }
    .riga-certificazioni {
        flex-wrap: wrap;
    }
    .box-certificazioni:nth-child(2) {
        border: 0px;
    }
    .box-certificazioni.no-border {
        margin-top: 30px;
    }
    .testo-certificazioni {
        width: 60%;
    }
    .box-footer-bottom {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding-left: 30px;
        flex-direction: column-reverse;
    }
    .single-voice-footer-bottom {
        margin-top: 20px;
    }
    .box-footer-bottom p:after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .riga-certificazioni {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .box-certificazioni {
        width: 100%;
        border-bottom: 0px solid var(--clr-light-gray) !important;
        border-right: 0px !important;
        padding: 15px 30px;
        max-width: -webkit-fill-available;
    }
    .box-certificazioni:nth-child(2) {
        border-bottom: 1px solid var(--clr-light-gray);
    }
    .box-certificazioni.no-border {
        margin-top: 0px;
    }
    .second-column-footer {
        padding: 30px 30px 30px 30px;
    }
    .third-column-footer {
        padding: 30px 0px 30px 30px;
    }
}
@media screen and (max-width: 600px) { 
    .testo-certificazioni {
        width: 70%;
    }
	.first-column-footer {
	padding: 20px 20px 40px;
	}	
    .second-column-footer {
        padding: 0px 20px;
        width: 100% !important;
        margin-top: 40px !important;
        border-right: 0px solid var(--clr-light-gray);
		max-width: -webkit-fill-available;
    }
    .third-column-footer {
        padding: 0 20px;
        width: 100% !important;
        margin-top: 40px;
		max-width: -webkit-fill-available;		
    }
	.box-certificazioni {
        padding: 15px 20px;
    }
	.box-footer-bottom {
        padding-left: 20px;
		padding-bottom: 40px !important;
    }
    .footer_top, .footer_top.footer_top_full {
        padding: 0 20px 20px !important;
    }
    .footer_top_holder {
        background-size: 250%;
    }
}
@media screen and (max-width: 480px) {
    .box-certificazioni {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
}
/*VIDEO TESTATA*/
.hero-section {
    position: relative;
    width: 100%;
    display: inline-block;
    max-height: 950px;
    overflow: hidden;
    margin-bottom: -7px;
    background-color: var(--black);
	  transform: scale(0);
  transform-origin: top center;
	    background-color: #000;
}
.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* inizialmente trasparente */
    transition: background 0.3s ease;
    z-index: 1; /* sotto il testo ma sopra il video */
    pointer-events: none;
}
.hero-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 950px;
  pointer-events: none;
  background: none !important;
}
.hero-overlay {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}
.hero-overlay h1 {
    font-size: clamp(1.8rem, 4.5vw, 3.5rem);
	line-height: 1;
    color: var(--white);
    text-align: center;
    width: 50%;
}
@media screen and (max-width: 1100px) {
    .hero-overlay {
        width: 90%;
        margin-left: 7%;
        position: relative;
        top: 0;
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 100%);
        width: 100% !important;
        margin: 0px !important;
        padding: 0 5% 40px !important;
        max-width: -webkit-fill-available;
        display: block;
		text-align: center;
        margin-top: -15% !important;
    }
	.hero-section.nivola .hero-overlay {
		background: #9c9e96;
        background: linear-gradient(0deg, rgb(156 158 150) 35%, rgba(0, 0, 0, 0) 100%);
    }
	.hero-section.nivola {
		background: #9c9e96;
    }
	.hero-section img {
	    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
		width: 130%;
        max-width: 130% !important;
		margin-left: -15%;
	}
	.hero-section.nivola img {
	    -webkit-mask-image: linear-gradient(to bottom, rgb(156 158 150) 70%, transparent 100%);
	    mask-image: linear-gradient(to bottom, rgb(156 158 150) 70%, transparent 100%);
	}
	.hero-overlay h1 {
	    width: 100%;
	}
	.hero-overlay a.link {
	    margin-top: 20px;
	}
    .block-button {
        padding-bottom: 0;
        align-items: center;
        padding-top: 10%;
    }
}
@media screen and (max-width: 600px) {
    .btn-intro-home {
        width: 330px;
        line-height: 40px;
        font-size: 13px;
    }
}
/*SEZIONE ICONE IN HOME*/
.margin-paragrafo {
    padding-left: 60px;
}
.box-offerta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}
.colonna-offerta {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.colonna-icona {
    width: 15%;
}
.colonna-testo {
    width: 90%;
    text-align: left;
    padding-bottom: 20px;
}
.colonna-offerta:nth-child(1) .colonna-testo,
.colonna-offerta:nth-child(2) .colonna-testo {
    border-bottom: 1px solid var(--clr-gray-a8);
    padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .box-offerta {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 30px;
    }
    .colonna-offerta:nth-child(3) .colonna-testo {
        border-bottom: 1px solid var(--clr-gray-a8);
        padding-bottom: 40px;
    }
    .colonna-icona, .colonna-testo {
        width: 100%;
		text-align: left;
    }
	.colonna-icona img {
	    height: 50px;
	}
    .margin-paragrafo {
        padding-left: 30px;
    }
}
@media screen and (max-width: 600px) {
    .margin-paragrafo {
        padding-left: 0px;
    }
}
@media screen and (max-width: 480px) {
    .colonna-offerta {
        flex-direction: column;
    }
}
/*CTA CONTATTI*/
.row-contatti-cta, .row-cta-prodotto {
    background-color: #f7f7f7;
}
/* 404 ERROR PAGE */
.page_not_found h2 {
    margin: 0px 0 20px;
    color: #000;
    padding-top: 30%;
    text-transform: uppercase;
}
.page_not_found p {
    color: #000;
}
/* FULLWIDTH BUTTON */
.qbutton.big_large_full_width {
    padding: 0 0px;
}
/* SQUARE ICON */
.fa-stack {
    width: 2em;
}
/* SIDEAREA AND FULLSCREEN MENU SCROLL */
section.side_menu.right {
    overflow-y: auto !important;
}
.popup_menu_holder_outer {
    overflow-y: scroll !important;
}
@media only screen and (max-width: 1000px) {
    .popup_menu_opened.qode_popup_menu_fade_in .popup_menu_holder_outer {
        overflow-y: scroll !important;
    }
}
/*STRUTTURA CONTACT FORM AGGIORNATA*/
.container-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.container-form .col-12 {
    width: calc(100% - 20px);
}
.container-form .col-10 {
    width: calc(80% - 20px);
    padding-right: 20px;
}
.container-form .col-6 {
    width: calc(50% - 20px);
    padding-right: 20px;
}
.container-form .col-3 {
    width: calc(33.33333% - 20px);
    padding-right: 20px;
}
.container-form .col-2 {
    width: calc(20% - 20px);
    padding-right: 20px;
}
.box-prime-info {
    display: flex;
}
.colonna-1 {
    width: 60%;
    padding-right: 60px;
}
.colonna-2 {
    width: 40%;
}
.separatore-form {
    width: 300px;
    height: 1px;
    background-color: #f2f2f2;
    margin: 60px 0px;
}
.wpcf7-spinner {
    display: inline-block;
    margin: 10px auto 0;
}
@media screen and (max-width: 1000px) {

    .container-form .col-12,
    .container-form .col-10,
    .container-form .col-6,
    .container-form .col-3,
    .container-form .col-2 {
        width: 100%;
        padding: 0px;
    }
}

/*BOTTONE CIRCOLARE */
.link {
    width: 7rem;
    height: 7rem;
    display: inline-block;
    font: 700 21px "figtree", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 0.3em;
    text-decoration: none;
}

.link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* VERSIONE NERA */
.link--black .link__svg {
  fill: #000;
  stroke: #000;
}

/* VERSIONE BIANCA */
.link--white .link__svg {
  fill: #fff;
  stroke: #fff;
}

.link__arrow {
    stroke-width: 3px;
	transform: scale(1.2) rotate(-45deg);
	  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}

.link__text {
  animation: rotateReverse 10s linear infinite;
  transform-origin: 50% 50%;
}

.link:hover .link__text {
  animation-play-state: paused;
}

.link:hover .link__arrow {
  transform: scale(1.1);
}

@keyframes rotateReverse {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
	.link {
	    width: 6.5rem;
	    height: 6.5rem;
	}
}


/*ELENCO CATEGORIE HOME*/
.section-categorie {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
}
.section-categorie.left {
	justify-content: left;
}
.break-column {
    width: 100%;
}
.cln-categorie {
    width: calc(25% - 20px);
    text-align: center;
}
.immagine-categorie {
    border-radius: 5px;
    transition: all .5s;
	margin-bottom: 20px;
}
.immagine-categorie:hover {
    transform: scale(1.02);
}
@media screen and (max-width: 1100px) {
	.break-column {
	    display: none;
	}
	.section-categorie {
	    justify-content: flex-start;
		max-width: 90% !important;
        margin: 0 5%;
	}
	.cln-categorie {
	    width: calc(50% - 20px);
	    text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.cln-categorie {
	    width: 100%;
	    text-align: center;
	}
}
/*HOME*/
.box-presentazione {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: -15%;
}
.box-img img {
    height: 60px;
    padding: 20px 30px;
    border-right: 1px solid #c5c5c5;
}
.testo-link i {
    font-size: 12px;
    padding-left: 10px;
}
@media screen and (max-width: 1000px) {
    .box-presentazione {
        margin-left: 0px;
    }
    .box-img img {
        padding-left: 0px;
    }
    .align-center-img {
        text-align: center !important;
    }
    .box-presentazione {
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .box-presentazione {
        flex-direction: column;
    }
    .box-img img {
        padding: 20px 0px 0px;
        border-right: 0px solid #c5c5c5;
    }
}
/*PAGINA CATEGORIA*/
.post-type-archive-product .container_inner.default_template_holder.clearfix {
    width: 100% !important;
}
.woocommerce.columns-4 .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 20px !important;
}
.woocommerce ul.products li.product, .woocommerce ul.products li.product a.product-category, .woocommerce-page ul.products li.product a.product-category {
    background-color: #fbfbfb !important;
    border-radius: 5px;
}
.woocommerce.columns-4 .products li {
    width: calc(25% - 15px) !important;
    margin: 0 !important;
    padding: 20px 0px 30px;
    height: fit-content !important;
}
.woocommerce ul.products li.product:hover .image-wrapper img {
    opacity: 1 !important;
}
.add-to-cart-button-outer {
    display: none !important;
}
.woocommerce.columns-4 .products li img {
    mix-blend-mode: multiply;
    max-width: 80% !important;
}
.woocommerce ul.products li.product h6 {
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
}
@media screen and (max-width: 1000px) {
	.woocommerce.columns-4 .products li {
	    width: calc(50% - 10px) !important;
	}
}
/*SINGOLO PRODOTTO*/
body.single-product .content.content_top_margin_none {
    margin-top: 0px !important;
}
.woocommerce.single-product.qode-product-single-wide-gallery .product .images {
    width: 50%;
    margin: 0 20px;
    height: 87vh;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
}
.woocommerce.single-product.qode-product-single-wide-gallery .product .summary {
    width: 40%;
    padding: 0px;
    margin: 5% 4% 0 3%;
}
.product-category a {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.woocommerce.single-product.qode-product-single-wide-gallery .product .images .thumbnails a, .woocommerce.single-product.qode-product-single-wide-gallery .product .images .woocommerce-product-gallery__image {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.product-title {
    margin: 10px 0px 20px;
}
.product-sku {
    background-color: #1e7660;
    padding: 5px 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
.separator.small.left.qode-sp-separator {
    display: none;
}
.woocommerce-product-details__short-description {
    margin-top: 30px;
}
.product_meta {
    display: none;
}

.woocommerce.single-product.qode-product-single-wide-gallery .product .images::-webkit-scrollbar {
    display: none;
}
.woocommerce.single-product.qode-product-single-wide-gallery .product .images.dragging {
    cursor: grabbing;
}
.woocommerce.single-product.qode-product-single-wide-gallery .product .images a {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.custom-product-bottom-widget {
    clear: both;
    padding: 10px 0px !important;
}
.q_tabs.horizontal.left {
    display: none !important;
}
.custom-product-content {
    clear: both;
    padding: 10px 2% !important;
    max-width: -webkit-fill-available;
}
@media screen and (max-width: 1400px) {
	body.single-product .content.content_top_margin_none {
	    margin-top: 20px !important;
	}
	.woocommerce.single-product.qode-product-single-wide-gallery .product .images {
		width: 45%;
		height: 70v;
	}
	.woocommerce.single-product.qode-product-single-wide-gallery .product .summary {
    	width: 44%;
	}
}
@media screen and (max-width: 1000px) {
    .woocommerce.single-product.qode-product-single-wide-gallery .product .images {
        width: calc(100% - 40px);
        height: 80vh;
    }
	.woocommerce.single-product.qode-product-single-wide-gallery .product .summary {
        width: 90%;
        margin: 5% !important;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce.single-product.qode-product-single-wide-gallery .product .images {
        height: 60vh;
    }
}
@media screen and (max-width: 480px) {
    .woocommerce.single-product.qode-product-single-wide-gallery .product .images {
        height: 50vh;
    }
}
/*PRODOTTI CORRELATI*/
.qode-product-gallery-wide-related div.grid_section .section_inner {
    width: 90% !important;
    margin: 0 5% !important;
}
.qode-related-upsells-title {
    width: 100%;
    text-align: center;
}
.qode-product-gallery-wide-related ul.products {
    margin: 0px !important;
    width: 100% !important;
}
.qode-product-gallery-wide-related {
    padding: 80px 0px !important;
}
/*FILTRI*/
.row-filtro-prodotti>.wpb_wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.berocket_single_filter_widget {
    width: 100%;
}
.bapf_body {
    position: relative;
}
.bapf_body select {
    height: 50px;
    background-color: #fbfbfb;
    padding: 0px 20px;
    border: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bapf_body::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 6 5-6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 600px) {
	.row-filtro-prodotti>.wpb_wrapper {
	    flex-direction: column;
	}
}