/************************************************
Stylesheet: Global Stylesheet
*************************************************/


/* 
 * COLORS
 * 
 * Beige: #d9d5c1
 * Green: #57ab33
 * Azure: #668c99
 * Black: #575757
 */


/*********************
GENERAL STYLES
*********************/

html { background-color: #fff; }
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
header.header { max-width: 1920px; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span, input, textarea {
    font-family: 'Titillium Web', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #668c99;
    line-height: 1.1em;
    text-transform: none;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 3.0rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2.1rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.6rem; }
h6 { font-size: 1.4rem; }

p {
    font-size: 1.1rem;
    color: #575757;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1.2rem;
    color: #575757;
}
table {
    font-size: 1.1rem;
    color: #575757;
    line-height: 1.3em;
}

    @media (max-width:48em) {
        h1 { font-size: 2rem; }
        h2 { font-size: 1.8rem; }
        h3 { font-size: 1.6rem; }
        h4 { font-size: 1.5rem; }
        h5 { font-size: 1.4rem; }
        h6 { font-size: 1.3rem; }
        button, .button { }
    }
    @media (max-width:39.9375em) {
    }

a { 
    color: #668c99;
    text-decoration: none;
}
    a:hover { color: #ccc; }
a.rightArrow {
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid #668c99;
}
    a.rightArrow::after {
        content: " ⟶";
        display: inline-block;
        padding-left: 7px;
    }
header a { border-bottom: none; }

a.button, .button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 17px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9px;
    background-color: #57ab33;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    button:hover, a.button:hover, .button:hover,
    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
        color: #fff;
        background-color: #668c99;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    button:focus, a.button:focus,
    .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button:focus .woocommerce button.button:focus, .woocommerce input.button:focus  {
        color: #fff;
        background-color: #668c99;
    }
a.button_white,
.woocommerce a.button_white, .woocommerce button.button_white, .woocommerce input.button_white {
    color: #57ab33;
    padding: 9px 26px;
    background-color: #fff;
}
    a.button_white:hover,
    .woocommerce a.button_white:hover, .woocommerce button.button_white:hover, .woocommerce input.button_white:hover {
        color: #fff;
        background-color: #57ab33;
    }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    opacity: .3;
    color: #fff;
    background-color: #777;
}

select {
    border-radius: 9px;
    border: 1px solid #57ab33;
}
select option:checked {
    color: #fff;
    background-color: #57ab33;
}
option:not(:checked) {
    color: #57ab33;
    background-color: #fff; 
}

.label {
    color: #444;
    font-size: 1.2rem;
    white-space: wrap;
    background-color: transparent;
}



/*********************
MENU
*********************/

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    border-bottom: 1px solid #57ab33;
    background-color: rgba(255,255,255,0.8);
    z-index: 999; /* IUBENDA BOX è impostato su 10000 */
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:48em) {
        header.header {
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }
    header.darkHeader {
        background-color: rgba(255,255,255,0.95);
        -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
        box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    }
#top-bar-menu {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
.top-bar-menu.maxwidthcontent { overflow: visible; }
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }
ul.submenu.is-dropdown-submenu {
    margin-top: 10px;
    background-color: #fff;
}
    .darkHeader ul.submenu.is-dropdown-submenu {
        background-color: #fff;
    }
    @media (max-width:39.9375em) { /* 39.9375em oppure 63.9375em */
        ul#main-nav ul.submenu.is-accordion-submenu { padding-left: 20px; }
        .is-dropdown-submenu {
            position: relative;
            top: auto !important;
            right: auto !important;
            left: auto !important;
            z-index: 1;
            display: block;
            min-width: 200px;
            border: 0;
            background: transparent;
        }
    }

/* PULSANTI */
header.header a,
header.header a:visited,
header.header a:focus {
    color: #668c99;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid transparent;
}
    @media (min-width:48em) {
        header.header.darkHeader a {
            color: #668c99 !important;
        }
    }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #668c99 transparent transparent;
}
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.active>a::after {
        border-color: #57ab33 transparent transparent;
    }

        
/* PAGINA ATTIVA */
.menu .active>a,
.menu .is-active>a {
    color: #57ab33 !important;
    border-radius: 9px;
    border: 1px solid #57ab33;
    background-color: transparent;
}
    header.header.darkHeader .active>a,
    header.header.darkHeader .is-active>a {
        color: #57ab33 !important;
    }
.dropdown.menu>li.is-active>a {
    color: #fff;
    background: transparent;
}
.is-dropdown-submenu .active>a {
    color: #57ab33 !important;
    border: none;
}

/* LOGO */
header.header .menu a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 10px; /* row-gap - column gap */
    padding: 0px
}
.menu a.logo img {
    padding-right: 15px;
    height: 70px;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
    .darkHeader .menu a.logo img {
        height: 55px;
    }
    @media (max-width:64em) {
        .menu a.logo img {
            height: 50px;
            padding-right: 10px;
        }
    }
    @media (max-width:39.9375em) {
        .menu a.logo img {
            height: 50px;
            padding-right: 10px;
        }
    }

.menu a.logo span.site_name {
    display: block;
    width: 100%;
    padding: 0 1rem 0 0;
    color: #575757;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2px;
}
    @media (max-width:39.9375em) {
        .menu a.logo span.site_name { font-size: 1.2rem; }
    }

/* PAYOFF */
.menu a.logo span.site_payoff {
    display: block;
    width: 100%;
    padding: .2rem 0 0 0;
    visibility: visible;
    height: auto;
    color: #575757;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .darkHeader .menu a.logo span.site_payoff {
        height: 0;
        margin-left: -500px;
        visibility: hidden;
    }
    @media (max-width:39.9375em) {
        .menu a.logo span.site_payoff {
            max-width: 240px;
        }
    }

/* DIMENSIONE MENU SU TABLET */
@media (max-width:63.9375em) {
    .show-for-medium > ul > li > a {
        font-size: 0.8em;
    }
}


/*********************
MENU MOBILE
*********************/

/* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */



/* MENU A TENDINA SULLE MEDIUM media queries COME SULLE SMALL media queries: */
/*
@media screen and (max-width: 63.9375em) {
    body.home .top-bar .top-bar-left { }
    ul#main-nav { margin-top: 20px !important; }
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
    .top-bar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-bar .top-bar-right .menu ul.vertical.menu.accordion-menu {
        width: 100%;
    }
    ul#main-nav {
        width: 100%;
        top: 10px;
        right: 0;
        left: 0;
    }
}
*/

/* ALTEZZA MENU MOBILE */
@media screen and (max-width: 39.9375em) {
.vertical .is-accordion-submenu-parent {
    height: auto !important;
}
}

/* VOCI MENU MOBILE */
@media screen and (max-width: 39.9375em) {
header.header a, 
.menu .active>a {
    text-align: left;
}
}

/* SFONDO MENU MOBILE */
.show-for-medium-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.dropdown.is-active,
.show-for-small-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.accordion-menu.is-active {
    background-color: #fff !important;
}

/* PULSANTE MENU MOBILE */
a.mobilemenubutton {
    display: block;
    position: absolute !important;
    width: 40px;
    height: 35px;
    text-align: right;
    padding: 7px !important;
    right: 0;
    left: auto;
    top: 7px;
    right: 3px;
    margin: 0 auto;
}
    @media screen and (max-width: 39.9375em) { 
        a.mobilemenubutton {
            top: -50px;
            right: 0;
        }
    }
a.mobilemenubutton i {
    font-size: 1.6rem;
}
    .darkHeader a.mobilemenubutton i {
        color: #575757;
        font-size: 1.6rem;
    }
    a.mobilemenubutton::after {
        display: none !important;
    }

/* ALTEZZA HEADER MOBILE */
@media screen and (max-width: 39.9375em) { 
    .vertical .is-accordion-submenu-parent {
        height: 0;
    }
}



#productListModalMenu1 {
    /*border-radius: 15px;*/
    opacity: 1;
    background-color: #57ab33;
    z-index: 9999999;
}
#productListModalMenu1 .close-button span,
#productListModalMenu1 h3,
#productListModalMenu1 p,
#productListModalMenu1 ul,
#productListModalMenu1 li { color: #fff; }

#productListModalMenu1 a {
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    #productListModalMenu1 a::after {
        content: " ⟶";
        display: inline-block;
        padding-left: 7px;
    }
    #productListModalMenu1 a:hover { color: #575757; }

#productListModalMenu1 ul { margin-left: 1.5rem; }
#productListModalMenu1 .productListMainTerm {
    font-size: 1.4rem;
    font-weight: 700;
}
#productListModalMenu1 ul.level1 > li {
    list-style: none;
}

#productListModalMenu1 .close-button {
    position: fixed;
    font-size: 3em;
    top: 0rem;
    right: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    #productListModalMenu1 .close-button:hover {
        opacity: .5;
        background-color: transparent;
    }


/*********************
MAIN CONTENT
*********************/

.maxwidthcontent {
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1220px) {
        .maxwidthcontent {
            padding: 0 10px;
        }
    }
.maxwidthpost {
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1220px) {
        .maxwidthpost {
            padding: 0 10px;
        }
    }
#boxthumb {
    position: relative;
    height: 60vH;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 85px;
    background-image: linear-gradient(to bottom, #777 , #fff);
}
.diagonalBox {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* Senza diagonali: 0% 0%, 100% 0%, 100% 100%, 0% 100% */
    /* sx top, dx top, dx bottom, sx bottom */
}

/* SFONDO PUNTINATO */
.dotoverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 2px 2px;
    background-repeat: repeat;
}

/* CONTENITORE PER TESTI CENTRATI */
.boxcentercell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* CELLE A ZERO */
@media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
    .small-0 { display: none; }
}
@media screen and (min-width: 39.9376em) and (max-width: 63.9375em)  { /* Medium: max-width: 63.9375em */ 
    .medium-0 { display: none !important; }
}
@media screen and (min-width: 64em) { 
    .large-0 { display: none !important; }
}

/* RICERCA */
#productsfooter_search {
    display: block;
    position: relative;
    width: 100%;
    margin: 70px auto;
}
form.search-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
form.search-form label,
form.search-form button {
    display: inline-block;
    margin: 0;
    padding: .85em 1em;
    font-size: 1.2rem;
}
form.search-form label {
    width: calc(100% - 70px);
}
form.search-form input[type=search] {
    border: 0;
    border-bottom: 1px solid #575757;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
span.results_icon i {
    color: #6cb7fd;
    vertical-align: middle;
    padding-right: 10px;
}

/* PARALLAX EFX */
.parallax_efx {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.parallax_img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
    @media screen and (max-width: 40em) { 
        .parallax_img {
            width: 180%;
        }
    }
.parallax_text {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.pre_title {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

table#horiz_scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
table#horiz_scroll tr:nth-child(1) { white-space: break-spaces; }
table#horiz_scroll tr > td:nth-child(1) {
    width: 260px;
}
table#horiz_scroll tr >td:nth-child(2),
table#horiz_scroll tr >td:nth-child(3),
table#horiz_scroll tr >td:nth-child(4) {
    width: 180px;
}

/*********************
SLIDE

Realizzato con Orbit
di Foundation
*********************/

/* Attivo su Home */
#slide_home {
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .dotoverlay_abs {
    height: 100vH;
    max-height: 1200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:48em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 60vH;
            max-height: 60vH;
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 50vH;
            max-height: 50vH;
        }
    }
#slide_home .dotoverlay_abs {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /*
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 2px 2px;
    background-repeat: repeat;
    */
}
#slide_home .orbit-image {
    object-fit: cover;
}
#slide_home .orbit-caption {
    position: absolute;
    width: 80%;
    height: auto;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    background-color: #57ab33;
    bottom: auto; /* Correzione */
    margin: 0;
    margin-bottom: auto; /* Correzione */
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 60%;
    left: 0;
    transform: translate(0, 0);
}
    @media (max-width:1500px) {
        #slide_home .orbit-caption {  }
    }
    @media (max-width:48em) {
        #slide_home .orbit-caption {
            width: calc(100% - 70px);
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption {
            width: calc(100% - 25px);
            top: 50%;
        }
    }
#slide_home .orbit-caption .title_figcaption {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.2em;
    max-width: 800px;
    margin: 0 100px 0 auto;
    padding: 3px;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption .title_figcaption {
            margin: 0 50px 0 auto;
            font-size: 1.6rem;
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.4rem; }
    }
#slide_home .orbit-caption .title_figcaption span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #57ab33;
}
#slide_home .button_figcaption_box {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    text-align: right;
}
#slide_home .orbit-caption .button_figcaption {
    color: #57ab33;
    font-size: 32px;
    text-transform: uppercase;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    padding: 3px !important;
    border: 0;
    border-radius: 50px;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    #slide_home .orbit-caption .button_figcaption:hover {
        margin-right: 5px !important;
    }

#slide_home .orbit-controls button,
#slide_home .orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        #slide_home .orbit-controls button { display: none; }
    }
#slide_home .orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}

/* PULSANTI SLIDE GRANDI AI PIEDI DELL'IMMAGINE */
/*
#slide_home .orbit-bullets {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -12px;
    overflow: hidden;
    opacity: .8;
}
#slide_home .orbit-bullets button {
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #668c99;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
/* PULSANTI SLIDE PICCOLE E SOPRA L'IMMAGINE */

#slide_home .orbit-bullets {
    position: absolute;
    width: 600px;
    height: auto;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -5px);
}
#slide_home .orbit-bullets button {
    display: inline-block;
    width: 35px;
    height: 12px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#slide_home .orbit-bullets button.is-active {
    background-color: #57ab33;
}
#slide_home .orbit-bullets span.show-for-sr {
    display: none;
}

/* SLider nella sidebar */
.sidebar_testimonials #testimonials { padding: 0 !important;}
.sidebar_testimonials .orbit-controls { display: none !important; }
.sidebar_testimonials .orbit-container {
    background-color: #fff !important;
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sidebar_testimonials .orbit-caption { padding: 40px 10px !important;}
.sidebar_testimonials div.stars p { color: #57ab33 !important;}
.sidebar_testimonials .cell:first-child { display: none !important;}
.sidebar_testimonials .cell {
    width: 100% !important;
}
.sidebar_testimonials button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



/*********************
TESTIMONIALS

Realizzato con Orbit
di Foundation
*********************/

#testimonials {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: visible;
}
    @media (max-width:1420px) {
        #testimonials { 
            width: calc(100% - 20px);
            margin: 0 10px;
        }
    }

#testimonials h3 { text-align: left; }

#testimonial_slider .orbit-container {
    background: #d9d5c1;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    overflow: hidden;
}

#testimonial_slider .orbit,
#testimonial_slider .orbit-wrapper,
#testimonial_slider .orbit-slide {
    height: auto;
    margin: 0;
    padding: 0;
}
#testimonial_slider .orbit-caption {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    top: 0;
    bottom: 0; /* Correzione */
    margin-bottom: 0; /* Correzione */
    margin: 0;
    padding: 70px 60px;
}
    @media (max-width:39.9375em) {
        #testimonial_slider .orbit-caption {
            padding: 60px 20px;
        }
    }
#testimonial_slider .orbit-caption div.stars {
    margin: 0 0 15px 0;
    padding: 0;
}
#testimonial_slider .orbit-caption div.stars p {
    color: #ffff00;
    font-size: 1.2rem;
}
#testimonial_slider .orbit-caption div.name {
    margin: 15px 0 0 0;
    padding: 0;
}
#testimonial_slider .orbit-caption div.name p {
    color: #668c99;
}
#testimonial_slider .orbit-caption p {
    color: #575757;
    text-align: justify;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#testimonial_slider .testimonial_from p {
    font-size: .9rem;
    font-weight: 400;
}
#testimonial_slider .testimonial_from p span {
    vertical-align: middle;
}
#testimonial_slider .testimonial_from img {
    width: 16px;
    height: 16px;
    margin-left: 7px;
    vertical-align: middle;
}

#testimonial_slider .orbit-controls button,
#testimonial_slider .orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        #testimonial_slider .orbit-controls button { display: none; }
    }
#testimonial_slider .orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}

/* PULSANTI SLIDE PICCOLI E SOPRA L'IMMAGINE */
#testimonial_slider .orbit-bullets {
    position: absolute;
    width: 320px;
    height: auto;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 30px);
}
#testimonial_slider .orbit-bullets button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background-color: #668c99;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#testimonial_slider .orbit-bullets button.is-active {
    background-color: #57ab33;
}
#testimonial_slider .orbit-bullets span.show-for-sr {
    display: none;
}



/* verificare che sia escluso dalle cache */
@media (max-width:69.9375em) {
    
}
@media (max-width:39.9375em) {
    
}



/*********************
ELENCO NEWS
*********************/

#loopblog {
    margin-top: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopblog > .cell {
    margin-bottom: 50px;
    background-color: transparent;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
}
    #loopblog > .cell:hover {
    }
#loopblog .imagebox, #loopblog h2, #loopblog p {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#loopblog .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
#loopblog  h2.looptitle {
    color: #57ab33;
    font-size: 1.3rem;
    line-height: 1.5em;
    padding: 20px 0 15px 0;
}
#loopblog p {
    text-align: center;
    padding: 0;
}
#loopblog  p.entry-date {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    padding: 15px 0 5px 0;
}
#loopblog .excerpt p {
    text-align: justify;
}



/*********************
ROUNDED BOX COLORATI
*********************/

.roundedBox {
    display: block;
    width: calc(100% - 20px);
    max-width: 1400px;
    margin: 15px auto;
    padding: 0;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    overflow: hidden;
}
    @media (max-width:1420px) {
        .roundedBox { margin: 15px 10px; }
    }
.roundedBox .mainCell {}
    @media (max-width:39.9375em) {
        .roundedBox .mainCell { min-height: 350px; }
    }

.roundedBox .mainCell.firstCell,
.roundedBox.greenAndBlueBox .mainCell {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.roundedBox .mainCell.secondCell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.beigeAndImgBox {
    background-color: #d9d5c1;
}
.beigeAndImgBox h2, .beigeAndImgBox h3, .beigeAndImgBox h4 .beigeAndImgBox p, .beigeAndImgBox ul, .beigeAndImgBox ol, .beigeAndImgBox li  {
    color: #575757;
    text-align: left;
}

.blueAndImgBox {
    background-color: #668c99;
}
.blueAndImgBox h2, .blueAndImgBox h3, .blueAndImgBox h4, .blueAndImgBox p, .blueAndImgBox ul, .blueAndImgBox ol, .blueAndImgBox li {
    color: #fff;
    text-align: left;
}

.greenAndBlueBox .mainCell:first-child { background-color: #57ab33 }
.greenAndBlueBox .mainCell:last-child { background-color: #668c99; }
.greenAndBlueBox h2, .greenAndBlueBox h3, .greenAndBlueBox h4, .greenAndBlueBox p, .greenAndBlueBox ul, .greenAndBlueBox ol, .greenAndBlueBox li {
    color: #fff;
}


/*********************
HOME
*********************/

#homeChiSiamo { margin-top: 130px; }
#homeChiSiamo .mainCell:last-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://etabeta-ninfee.business/wp-content/uploads/2024/02/molte-gocce-d-acqua-su-una-foglia-di-banana-ben-organizzata.jpg');
}

#homePiante { margin-top: 90px; }
.homePiante_intro {
    max-width: 800px;
    margin: 0;
}
#homePiante, #homePiante .gird-x, #homePiante .cell { overflow: visible;}
#homePiante .cell {
    position: relative;
    margin-top: 60px !important; /* Spazio utile per l'icona */
    padding-top: 60px !important; /* Spazio utile per l'icona */
    padding-bottom: 60px !important; /* Spazio utile per il pulsante caricato con "position: absolute;" */
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background-color: #668c99;
}
#homePiante .iconImage {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    width: 40%;
    max-width: 100px;
    margin: 0 auto;
    border: 3px solid #d9d5c1;
    border-radius: 100px;
    background-color: #fff;

}
#homePiante .iconImage img {
    width: 100%;
    padding: 13px;
}
    @media (max-width:39.9375em) {
        #homePiante .iconImage img  { padding: 4px; }
    }
#homePiante .cell h3 {
    color: #d9d5c1;
    font-size: 1.4rem;
    text-align: center;
}
#homePiante .cell p {
    color: #fff;
    text-align: justify;
}
#homePiante .homePianteBtn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

#homeNumbers { margin-top: 130px; }
#homeNumbers .mainCell.secondCell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://etabeta-ninfee.business/wp-content/uploads/2024/02/molte-gocce-d-acqua-su-una-foglia-di-banana-ben-organizzata.jpg);
}
#homeNumbers h3,
#homeNumbers p { color: #fff; }
#homeNumbers h3 { text-align: center; }
#homeNumbers .num { font-size: 1.6rem; font-weight: 700; text-align: center; margin-bottom: 0; }
#homeNumbers .num_spec { font-size: 1rem; text-align: center; margin-bottom: 1.5rem; }
#homeNumbers .num_cap { text-align: justify; }

#giftCardBox { margin-top: 130px; }
#giftCardBox .mainCell.secondCell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.etabeta-ninfee.business/wp-content/uploads/2021/02/nymphaea-tan-kwan7.jpg);
}
#giftCardBox h3,
#giftCardBox p { color: #fff; }
#giftCardBox p.pre_title { font-weight: 700; }

#homeShop { margin-top: 130px; }
#homeShop .pre_title { color: #57ab33; }
#homeShop > h2 { margin-bottom: 2rem; }


#homeLakeFito { margin-top: 90px; }
#homeLakeFito .cell h3,
#homeLakeFito .cell p {
    color: #fff;
    text-align: justify;
}


/*********************
PAGINA CONTATTI
*********************/

.contactForm {
    margin: 60px 15px;
    padding: 60px 10px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background-color: #f5f5f5;
    overflow: visible;
}


/*********************
FAQ
*********************/

#faq {
    /*
    padding: 60px 10px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background-color: #f5f5f5;
    overflow: visible;
    */
}
#faq h2.faq_title {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px;
    border-radius: 9px;
    background-color: #57ab33;
}
#faq h2, #faq h3, #faq h4, #faq h5, #faq h6 { color: #668c99; }
#faq p, #faq a, #faq ul, #faq ol, #faq li, #faq table th, #faq table td, #faq table tr {
    color: #575757;
    font-size: 1rem;
}
#faq .accordion-title {
    color: #575757;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #57ab33;
    margin-bottom: 3px;
}
#faq .accordion-content {
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    margin-bottom: 3px;
}




/*********************
CATEGORIE PRODOTTO
CON TABs & ACCORDIONS
NELLA PAGINA SHOP
*********************/

#categoryTabAccordionTree { margin: 10px 0 30px 0;}
#categoryTabAccordionTree .tabs,
#categoryTabAccordionTree .tabs-content {
    border: 0;
    background: transparent;
}
#categoryTabAccordionTree #piante_acquatiche.tabs-panel,
#categoryTabAccordionTree #pesci.tabs-panel,
#categoryTabAccordionTree #accessori.tabs-panel {
    border: 1px solid #57ab33;
    border-radius: 15px;
}
#categoryTabAccordionTree .tabs-panel {
    border: 0;
    border-radius: 15px;
}
#categoryTabAccordionTree .tabs-title,
#categoryTabAccordionTree .tabs-titleNoTab { text-align: center; }
.tabs-content.subTabsContent .tabs-panel.is-active { padding: 0px 25px 30px 25px; }
.grid-x.accordion { margin-bottom: .625rem; }
.tabs-content .accordion-item .accordion-content { border: 0; }

#categoryTabAccordionTree .cell > a,
#categoryTabAccordionTree a {
    color: #575757;
    border: 1px solid #57ab33;
    background-color: #f1f1f1;
    display: block;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    border-radius: 9px;
    padding: 1.25rem .5rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#categoryTabAccordionTree .subTabsContent a {
    color: #fff;
    border: 1px solid transparent;
    background-color: #668c99;
}
    #categoryTabAccordionTree .cell > a:hover,
    #categoryTabAccordionTree a:hover {
        color: #fff;
        background-color: #57ab33;
    }
    #categoryTabAccordionTree a[aria-selected="true"] {
        color: #fff;
        border: 1px solid transparent;
        background-color: #57ab33;
    }
    #categoryTabAccordionTree .tabs-title > a::after {
        display: inline-block;
        padding-left: 10px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        content: "\f0dd" !important;
    }
#catTopLevel { margin-top: 40px; }
#catTopLevel .cell { position: relative; }
#catTopLevel > .cell a {
    color: #fff;
    background-color: #57ab33;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}
    @media (max-width:39.9375em) {
        #catTopLevel > .cell a {
            padding-top: 30px;
            padding-bottom: 10px;
        }
    }
    #catTopLevel > .cell > a::after {
        display: none;
    }
#catTopLevel > .cell > a span {
    /*
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    */
}
    @media (max-width:39.9375em) {
        #catTopLevel > .cell > a span {
            display: inline-block;
            height: 44px;
        }
    }
#catTopLevel .iconImage {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    width: 40%;
    max-width: 80px;
    margin: 0 auto;
    border: 3px solid #d9d5c1;
    border-radius: 80px;
    background-color: #fff;
    z-index: 1;

}
#catTopLevel .iconImage img {
    width: 100%;
    padding: 13px;
}
    @media (max-width:39.9375em) {
        #catTopLevel .iconImage img  { padding: 4px; }
    }

.shopCTA1 {
    border-radius: 9px;
    background-color: #f1f1f1;
}
.shopCTA1 h4 {
    font-size: 1.2rem;
    text-align: center;
}


/*********************
WOOCOMMERCE
*********************/

.woocommerce form.woocommerce-ordering { display: none; }

.woocommerce ul.products li.product {
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    overflow: hidden;
}
.woocommerce ul.products li.product a {
    padding: 0;
    border-bottom: 0;
}
.woocommerce ul.products li.product a.rightArrow {
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid #668c99;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #575757;
    font-size: 1.2rem;
    text-align: center;
    min-height: 70px;
}
    @media (max-width:39.9375em) {
        .woocommerce ul.products li.product .woocommerce-loop-product__title {
            min-height: 85px;
        }
    }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product form.cart {
    padding-left: 10px;
    padding-right: 10px;
}

/* CARRELLO NEL MENU */
#cart_but_mobile {
    position: absolute;
    top: -40px;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}
    .cart-contents:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f290" !important;
    }
    .cart-contents:hover {
        text-decoration: none;
    }
.cart-contents-count {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: top;
    width: 20px;
    height: 20px;
    padding: 1px 6px;
    border-radius: 50%;
    transform: translate(50%, -150%);
    background-color: #57ab33; 
}

/* PULSANTI */
.woocommerce a.add_to_cart_button {
    padding-left: 2em;
    padding-right: .5em;
    margin-right: 5px;
}
.woocommerce a.add_to_cart_button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Cambiare a seconda se è Free, Brands, ecc. o del tipo di icona scelta */
    content: "\f07a";
    color: #fff;
    display: inline-block;
    /* position: absolute; margin: 1px 0 0 -1.5em; */
    margin: 0;
    padding-right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.woocommerce a.button_white {
    padding-left: .5em;
    padding-right: .5em;
}

/* PULSANTE "VEDI CARRELLO" */
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    display: block;
    color: #57ab33;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 10px;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #57ab33;
    background-color: transparent;
}
    .woocommerce ul.products li.product a.added_to_cart.wc-forward:hover {
        color: #fff;
        background-color: #57ab33;
    }


/* PREZZO  */
.woocommerce ul.products li.product .price,
.woocommerce-Price-amount.amount {
    color: #57ab33;
}
.woocommerce ul.products li.product .price {
    font-size: 1.2rem;
    text-align: center;
}
    /* Prezzi in offerta nel loop */
    .woocommerce ul.products li.product .price ins {
        text-decoration: none;
    }
    .woocommerce ul.products li.product .price del {
        font-size: 1rem;
        opacity: .7;
    }
.woocommerce-Price-currencySymbol {
    font-size: .8em;
    padding-right: 15px;
}
.summary .woocommerce-Price-currencySymbol {
    font-weight: 400;
}
.summary .price .amount {
    font-size: 2.8rem;
    font-weight: 700;
}
    /* Prezzi in offerta nel prodotto */
    .summary .price ins {
        text-decoration: none;
    }
    .summary .price del {
        color: #575757;
        opacity: .7;
        padding-right: 15px;
    }
    .summary .price del .amount {
        font-size: 1.6rem;
        font-weight: 400;
    }

.product_cat-carassius-auratus .price { visibility: hidden !important; }

/* ON SALE */
.woocommerce span.onsale {
    color: #57ab33;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    min-height: 1em;
    margin: 1em 1em 0 0 !important;
    padding: 6px 14px;
    border-radius: 4px;
    background-color: #fff;
}


/* PULSANTE CON QUANTITA NEL LOOP */

ul.products li.product .button,
.woocommerce ul.products li.outofstock a.button {
    color: #57ab33;
    background-color: #fff;
    margin-top: 0 !important;
    display: inline-block;
    width: calc(100% - 70px);
}
    @media (max-width:48em) {
        ul.products li.product .button,
        .woocommerce ul.products li.outofstock a.button {
            font-size: .95rem;
            letter-spacing: 1px;
        }
    }
    @media (max-width:39.9375em) {
        ul.products li.product .button,
        .woocommerce ul.products li.outofstock a.button {
            font-size: .9rem;
            padding: 10px 2px;
            letter-spacing: 1px;
            width: calc(100% - 60px);
        }
    }
    @media (max-width:320px) {
        ul.products li.product .button,
        .woocommerce ul.products li.outofstock a.button {
            font-size: .8rem;
            padding: 10px 2px;
            letter-spacing: 1px;
            width: calc(100% - 60px);
        }
    }
ul.products li.product .button.added::after {
    display: none;
}
ul.products li.product .quantity {
    display: inline-block;
}
ul.products li.product .quantity .qty {
    width: 60px;
    font-size: 16px;
}
    @media (max-width:39.9375em) {
        ul.products li.product .quantity .qty {
            width: 50px;
            font-size: 14px
        }
    }
.quantity input {
    border: 0;
    border-bottom: 1px solid #57ab33;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}


/* PULSANTE CON VARIANTI NEL LOOP */
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button {
    width: 100%;
}
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button::before {
    content: "\f468";
}


/* OUT OF STOCK - ESAURITO */
.woocommerce ul.products li.outofstock a.button {
    visibility: hidden;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 1rem;
    padding: 10px 17px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
}
.woocommerce ul.products li.outofstock span.motivazione_outofstock,
.woocommerce .product.outofstock .summary span.motivazione_outofstock {
    padding: 5px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #668c99;
}
.woocommerce ul.products li.outofstock span.motivazione_outofstock {
    position: absolute;
    top: 20%;
    right: 5px;
    margin: 0;
}
.woocommerce .product.outofstock .summary span.motivazione_outofstock {
    position: relative;
    display: block;
    width: auto;
    max-width: 240px;
    margin: 10px 5px;
    text-align: center;
}
.woocommerce ul.products li.outofstock::after {
    /*content: 'Esaurito';*/
    display: none !important;
    position: absolute;
    top: 20%;
    right: -3px;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #57ab33;
}
.woocommerce ul.products li.outofstock img {
    opacity: 1;
}


/* IMMAGINE NEL LOOP */

.woocommerce ul.products li.product a img {
    object-fit: cover;
    object-position: center;
    height: 280px;
    background-color: #fff;
}
    @media (max-width:39.9375em) {
        .woocommerce ul.products li.product a img  { height: 210px; }
    }
    @media (max-width:320px) {
        .woocommerce ul.products li.product a img  { height: 160px; }
    }

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}
section.related.products {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
section.upsells.products {
    display: block;
    width: 100%;
    float: left;
}

/* SINGLE PRODUCT */
.summary h1.product_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.summary h2 {
    display: none;
}
table.woocommerce-product-attributes tbody {
    border: 0 !important;
    background-color: transparent;
}
table.woocommerce-product-attributes tr,
table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
    background-color: transparent !important;
}
table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
    text-align: left;
    border: 0 !important;
}
table.woocommerce-product-attributes tr:nth-child(2) {
    border-top: 1px solid #57ab33;
    border-bottom: 1px solid #57ab33;
}

/* SINGLE PRODUCT IMAGE ARROW */
.pswp--open {
    z-index: 990;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    border: 0 !important;
    padding: 0;
}

/* SINGLE PRODUCT VARIANTI */
table.variations tbody {
    border: 0;
    background-color: transparent;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
    width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value {
    padding: 3px .625rem 3px 0;
}
.woocommerce div.product form.cart .variations td.label {
    line-height: 2.4375rem; /* Altezza del tag SELECT */
    background: transparent;
}
.woocommerce div.product form.cart .variations label {
    font-size: 1rem;
    color: #575757;
}
.woocommerce div.product form.cart .reset_variations {
    color: #57ab33;
    padding: 3px 27px;
    text-transform: uppercase;
    border-radius: 9px;
    border: 2px solid #57ab33;
    background-color: transparent;
}

/* SINGLE PRODUCT sku & taxonomy terms/categories */

.single-product div.images img {
    max-height: 600px !important;
    object-fit: contain;
}

.product_meta {
    border-radius: 9px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 7px 10px;
}
/*.product_meta .sku_wrapper { display: none; }*/
.product_meta a { text-decoration: underline; }

/* SINGLE PRODUCT FirstBox e SecondBox */

.single-product .woo_description {
    display: block;
    width: 100%;
    float: left;
    margin: 20px 0;
}
.single-product .woo_description h2 { display: none; }
/*
#singleProductFirstBox {
    display: block;
    width: 100%;
    float: left;
    padding: 80px 20px;
    background-color: #668c99;
}
#singleProductFirstBox { background-color: #668c99;}
*/
#singleProductFirstBox, #singleProductSecondBox {
    display: block;
    width: 100%;
    float: left;
}
#singleProductSecondBox .mainCell:first-child { background-color: #668c99;}
#singleProductSecondBox .mainCell:last-child { background-color: #57ab33;}
#singleProductFirstBox h2, #singleProductFirstBox p, #singleProductFirstBox i, #singleProductFirstBox ul, #singleProductFirstBox ol, #singleProductFirstBox li,
#singleProductSecondBox h2, #singleProductSecondBox p, #singleProductSecondBox i, #singleProductSecondBox ul, #singleProductSecondBox ol, #singleProductSecondBox li { color: #fff; }

#singleProductFirstBox h2, #singleProductSecondBox h2 {
    font-size: 1.8rem;
    padding-top: 0;
}
    @media (max-width:39.9375em) {
        #singleProductFirstBox h2, #singleProductSecondBox h2 { font-size: 1.4rem; }
    }
p.subtitleProductBox {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 2px;
}
div.iconCell p { text-align: center; }
div.iconCell i { font-size: 2.5rem; }
div.valueCell { padding-bottom: 20px; }
div.valueCell p { font-size: 1rem; }
div.valueCell p:first-child { margin-bottom: 0; }

.relatedProductInSecondBox p span.name { padding-right: 15px; }
.relatedProductInSecondBox form.cart {margin-bottom: 0.5em !important; }
.relatedProductInSecondBox a { color: #fff; }
    .relatedProductInSecondBox a:hover { color: #ccc; }
.relatedProductInSecondBox .quantity input { color: #fff; border-bottom: 1px solid #fff; }
.relatedProductInSecondBox_line { border-bottom: 1px dashed #ccc; }
/* .relatedProductInSecondBox_line:last-child { display: none; } */

/* SPEDIZIONE */
table.shop_table p.woocommerce-shipping-destination {
    display: none;
}
    @media (max-width:48em) {
        table.shop_table tr.woocommerce-shipping-totals td {
            text-align: left !important;
        }
        table.shop_table tr.woocommerce-shipping-totals td::before {
            display: block; 
            width: 100%;
            margin-bottom: 0.5em;
            text-align: left;
            overflow: hidden;
        }
        .woocommerce ul#shipping_method { 
            display: block; 
            width: 100%;
            text-align: left;
            overflow: hidden;
        }
        .woocommerce-shipping-calculator a.shipping-calculator-button {
            text-align: center;
        }
    }
ul#shipping_method label,
.shipping_method_0_local_pickup11 {
    color: #57ab33;
    font-size: 1.1rem;
    font-weight: 400;
}
        
/* SPEDIZIONE: INDIRIZZO VISIBILE E PULSANTE NASCOSTO */
.shipping-calculator-button {
    display: none !important;
}
section.shipping-calculator-form {
    display: block !important;
}        
/*
a.shipping-calculator-button {
    display: inline-block;
    color: #292522;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 27px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #57ab33;
}
    a.shipping-calculator-button:hover, a.shipping-calculator-button:visited, a.shipping-calculator-button:focus {
        color: #fff;
        border: 1px solid #57ab33;
        background-color: #575757;
}
*/


/* AVVISI */
.woocommerce-info::before  {
    color: #57ab33;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #57ab33;
    background-color: rgba(0,0,0,.1);
}


/* CART - CARRELLO */

body.woocommerce-cart div,
body.woocommerce-cart span,
body.woocommerce-cart input,
body.woocommerce-cart button { font-family: 'Titillium Web', sans-serif !important; }

body.woocommerce-cart .wc-block-components-shipping-calculator-address input {
    min-height: 55px !important;
    padding-bottom: 2px !important;
}

body.woocommerce-cart table.wc-block-cart-items,
body.woocommerce-cart table.wc-block-cart-items th {
    border: 1px solid #eee;
    background-color: #57ab33 !important;
}
body.woocommerce-cart table.wc-block-cart-items th {
    font-size: 1rem;
    padding: 0.25rem !important;
    text-align: center !important;
}
table.wc-block-cart-items th span { color: #fff; }
td.wc-block-cart-item__product .wc-block-components-product-metadata__description { display: none; }

.wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
    color: #fff !important;
    font-size: 1rem !important;
    text-align: center !important;
    background-color: #57ab33 !important;
}
.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper span { color: #575757; }
.wc-block-cart__submit-container a.wc-block-cart__submit-button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 17px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9px;
    background-color: #57ab33;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
        color: #fff;
        background-color: #668c99;
        -webkit-box-shadow:none;
        box-shadow:none;
    }

/* CROSS-SELL CART */

.wp-block-woocommerce-cart-cross-sells-block {
    padding: 1rem .5rem;
    border: 1px solid #eee;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.wp-block-woocommerce-cart-cross-sells-block h2 {
    color: #575757 !important;
    font-size: 1.6rem !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    width: 100% !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product > div {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-rating-stars { display: none !important; }
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-image,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-title,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 15px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product img {
    width: 80px;
    height: auto;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-title,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price { font-size: 1.4rem; }
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price { color: #57ab33; }
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
    font-size: .9rem;
    margin-top: 0 !important;
    padding: 6px 13px;
}
/*
.wp-block-woocommerce-cart-cross-sells-block h2 { font-size: 1.6rem !important; }
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div {
    padding-top: 0;
    background-color: #f5f5f5;
    overflow: hidden;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div:first-child {
    border-top-right-radius: 40px;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div:last-child {
    padding-bottom: 40px;
    border-bottom-left-radius: 40px;
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 280px;
}
.wp-block-woocommerce-cart-cross-sells-block .wp-block-cart-cross-sells-product__product-title {
    color: #575757;
    font-size: 1.2rem;
    text-align: center;
    min-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
}
.wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-rating-stars { display: none; }
.wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-price {
    color: #57ab33;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.5em;
}
*/

/* CHECKOUT - PAGAMENTO */
body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding-left: 10px;
    padding-right: 10px;
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-form .wc-block-components-combobox {
    position: relative !important;
    padding-top: 25px !important;
}
.wc-block-components-form .components-base-control__field { position: inherit !important; }

.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-combobox input {
    color: #575757 !important;
    font-size: 1em !important;
    line-height: 1em !important;
    /*
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #57ab33 !important;
    */
    border: 1px solid #57ab33 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 1em !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-text-input input:focus,
.wc-block-components-form .wc-block-components-text-input input:focus-visible {
    box-shadow: none !important;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-form .wc-block-components-combobox-control label,
.wc-block-components-form .wc-block-components-combobox label {
    /*position: relative;*/
    transform: translateY(-0px) !important;
}
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label
.wc-block-checkout__form div,
.wc-block-checkout__form span,
.wc-block-checkout__form input,
.wc-block-checkout__form button { font-family: 'Titillium Web', sans-serif !important; }

.wc-block-checkout__form div,
.wc-block-checkout__form span { color: #575757 !important; }
.wc-block-checkout__form button span { color: #fff !important;}
.wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary,
.wp-block-woocommerce-checkout-totals-block .wc-block-components-formatted-money-amount,
.wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    color: #575757 !important;
}
.wp-block-woocommerce-checkout-totals-block button.wc-block-components-panel__button {
    cursor: pointer;
}
.wp-block-woocommerce-checkout-totals-block .wc-block-components-product-metadata { display: none; }

/* CART & CHECKOUT BUTTON */

.wp-block-woocommerce-cart-cross-sells-block a.wp-block-button__link.add_to_cart_button,
.wc-block-checkout__form a { display: none !important; }

.wp-block-woocommerce-cart-cross-sells-block button,
.wc-block-checkout__form button {
    display: inline-block;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 17px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9px;
    background-color: #57ab33;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .wp-block-woocommerce-cart-cross-sells-block button:hover,
    .wc-block-checkout__form button:hover {
        color: #fff;
        background-color: #668c99;
        -webkit-box-shadow:none;
        box-shadow:none;
    }

.woocommerce form .form-row {
    display: block;
    overflow: hidden;
}
.woocommerce-page form .form-row:has(>h4),
.woocommerce-page form .form-row:has(>h5),
.woocommerce-page form .form-row:has(>h6) {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.woocommerce-billing-fields__field-wrapper h4,
.woocommerce-billing-fields__field-wrapper h5,
.woocommerce-billing-fields__field-wrapper h6 {
    color: #fff;
    text-align: center;
    background-color: #57ab33;
    padding: 5px 5px;
}
.woocommerce-page form .form-row input,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 9px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address span,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address span,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span {
    color: #57ab33;
    font-size: 1.2rem;
}
.woocommerce-checkout .woocommerce-shipping-fields {
    padding: 5px 10px;
    border: 1px solid #57ab33 !important;
    border-radius: 9px !important;
}
/* ACCOUNT */
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/*
 * WOOCOMMERCE NOTIFICHE
 */
.woocommerce-notices-wrapper > div {
    background-color: rgba(136,167,46,.1);
}
.woocommerce-info {
    border-top-color: 0;
    border: 1px solid #57ab33;
}
.woocommerce-info::before {
    color: #575757;
}

/*
 * WOOCOMMERCE CHECKBOX TERMINI E CONDIZIONI
 */
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 1.1rem;
    color: #575757;
}

/*
 * DISTANZA PULSANTI NELLA SEZIONE ACCOUNT DEL CLIENTE 
 */
.woocommerce-MyAccount-content a.woocommerce-button {
    margin-bottom: 5px;
}

/*
 * CHECKPUT FORM 
 */
p.billing_choice_field > label   {
    display: block;
    float: none;
    clear: both;
}
p.billing_choice_field > label > span.optional {
    display: none;
}
p.billing_choice_field input[type=radio] {
    display: inline-block;
    float: left;
    clear: left;
    margin: .5em .5em 0 0;
}
p.billing_choice_field label.radio {
}

/*
 * LOGIN E REGISTRAZIONE ACCOUNT WOOCOMMERCE
 */
#customer_login > div {
    display: inline-block;
    width: 49%;
    padding: 10px 20px;
    vertical-align: text-top;
}
    @media screen and (max-width: 40em) { 
        #customer_login > div {
            display: block;
            width: 100%;
            padding: 25px 0;
        }
    }
#customer_login input {
    color: #575757;
    border: 0;
    border-bottom: 1px solid #575757;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

/*
 * PULSANTE "PREFERITI" DEL PLUGIN FOVORITES
 */
.simplefavorite-button {
    padding: 10px 10px !important;
    border-radius: 90px !important;
    color: #57ab33 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
    cursor: pointer;
}
/* LOOP */
ul.products li.product .simplefavorite-button,
section.related .simplefavorite-button {
    font-size: 1.2rem;
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 1;
}
/* SINGLE PRODUCT */
.single-product .woo_description .simplefavorite-button {
    font-size: 2rem;
    position: absolute;
    top: -15px;
    right: -10px;
}
    @media screen and (max-width: 64em) {
        .single-product .woo_description .simplefavorite-button {
            top: -35px;
            right: -50px;
        }
    }
    @media screen and (max-width: 40em) {
        .single-product .woo_description .simplefavorite-button {
            top: -55px;
            right: auto;
            left: -10px;
        }
    }
/* ATTIVO */
.simplefavorite-button.active { color: #57ab33 !important; }
.simplefavorites-clear {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 17px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9px;
    background-color: #57ab33;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
    .simplefavorites-clear:hover {
        color: #fff;
        background-color: #668c99;
        -webkit-box-shadow:none;
        box-shadow:none;
    }

/*
 * LINK PAGINA ORDINI
 */
body.woocommerce-orders .woocommerce-info a.woocommerce-Button { display: none; }


/*********************
POSTS & CONTENT STYLES
*********************/
#accordion_tab .tabs-title,
#accordion_tab .tabs-title>a {
    outline: none !important;
}
h1.page-title {
    text-align: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
body.single-post h1.single-title {
    font-size: 1.6em;
}
    @media screen and (max-width: 40em) { 
        body.single-post h1.single-title {
            font-size: 1.3em;
        }
    }
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/

#sidebar1 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
h4.widgettitle {
    padding-top: 40px;
    padding-bottom: 15px;
}
#sidebar1 .woocommerce ul.product_list_widget li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 4px 0;
    margin: 0;
    list-style: none;
}
#sidebar1 .woocommerce ul.product_list_widget li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 70%;
    font-weight: 700;
    padding: 0;
}
#sidebar1 .woocommerce ul.product_list_widget li img {
    object-fit: cover;
    width: 64px;
    min-width: 64px;
    height: 64px;
    float: none;
    margin-left: 0px;
    margin-right: 10px;
    box-shadow: none;
}
#sidebar1 .woocommerce ul.product_list_widget li .woocommerce-Price-amount.amount {
    width: 30%;
    text-align: right;
}

.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    margin: 0;
    padding-top: 40px;
    background-color: #575757;
}
footer .small-12 {}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        footer .small-12 {
            padding-top: 35px;
        }
    }
footer h4, footer p, footer a {
    color: #eee;
    text-align: center;
    text-decoration: none;
}
footer a { border-bottom: none;}
    footer a:hover {
        color: #57ab33;
    }
footer h4 {
    font-size: 1.1em;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
}
footer p {
    font-size: 0.9em;
}
footer a.social {
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
    text-decoration: none;
    border-bottom: none;
}

/* FOOTER CREDITS */
footer .credits {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,.3);
}
footer .credits p,
footer .credits a {
    color: #ccc;
    font-size: 0.8rem;
}
    footer .credits a:hover { color: #57ab33; }

/* RICERCA NEL FOOTER */
#footer_search {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto 0 0;
}
#footer_search form.search-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#footer_search form.search-form label,
#footer_search form.search-form button {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: .85em 1em;
    font-size: 1.2rem;
    background: transparent;
}
#footer_search form.search-form label {
    width: calc(100% - 70px);
    padding-left: 0;
}
#footer_search form.search-form button {
    border: 0;
    background: rgba(0,0,0,.3);
}
    #footer_search form.search-form button:hover {
        border: 0;
        background: #57ab33;
    }
#footer_search form.search-form input[type=search] {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}



/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */




/*********************
CONTACT FORM 7
*********************/

.wpcf7 p { 
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.wpcf7 [type=checkbox], .wpcf7 [type=file], .wpcf7 [type=radio] {
    margin: 0;
}

.wpcf7 input, .wpcf7  select, .wpcf7 textarea { color: #575757; }
    .wpcf7 input::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder { color: #aaa; }
.wpcf7 input,
.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 input:visited,
.wpcf7 input:-webkit-autofill, .wpcf7 input:-webkit-autofill:hover, .wpcf7 input:-webkit-autofill:focus, .wpcf7 input:-webkit-autofill:active,
select.wpcf7-select {
    padding: .5rem .5rem 1px .5rem;
    border: 0;
    border-bottom: 1px solid #57ab33;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.wpcf7 textarea {
    height: 6em;
    border: 1px solid #57ab33 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}
.wpcf7 label {
    font-size: 1rem;
    color: #57ab33;
    margin-bottom: 2rem;
}
.wpcf7 label i {
    color: #57ab33;
    font-size: .8rem;
    vertical-align: top;
}
.wpcf7 input[type=submit] {
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    background-color: #57ab33;
    -webkit-box-shadow: 0 4px 11px rgb(50 50 93 / 21%), 0 1px 9px rgb(0 0 0 / 18%);
    box-shadow: 0 4px 11px rgb(50 50 93 / 21%), 0 1px 9px rgb(0 0 0 / 18%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
    .wpcf7 input[type=submit]:hover  {
        color: #fff;
        background-color: #575757;
    }
.wpcf7 input[type="checkbox"] {
    height: 1.4rem;
    width: 1.4rem;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.wpcf7-response-output {
    display: block;
    max-width: 600px;
    margin: 10px auto !important;
    border-width: 4px !important;
    background-color: #fff;
}



/*********************
POPUP MAKER
*********************/

/* Impostazione per tutti i popup */
.pum-container {}
@media screen and (max-width: 40em) {
    .pum-container {
        top: 20px !important;
    }
}


/* Impostazione con immagine di sfondo */
#popmake-14239 {
    background-image: url(https://www.etabeta-ninfee.business/wp-content/uploads/2024/11/King-of-the-Blues-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#popmake-14239 div.pum-title {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 20px;
    background-color: #57ab33;
}
#popmake-14239 div.pum-content {
    padding: 50px 20px;
    background-color: rgba(0, 0, 0, .5);
}
#popmake-14239 div.pum-content p { color: #fff !important; }



/*********************
Search & Filter PRO
*********************/

#filterTabsContainer {
    margin: 50px 0px;
}
#filterTabs_1, #filterTabs_2 {
    border: none;
    background: transparent;
}
#filterTabsContainer .tabs-title > a {
    color: #575757;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #ddd;
    background: transparent;
}
    #filterTabsContainer .tabs-title > a[aria-selected=true] {
        color: #575757;
        border: 1px solid #57ab33;
        background: transparent;
    }
#filterTabsContainer .tabs-content {
    border: none;
    background: transparent;
}
#filterTabsContainer .filterdownArrow { text-align: center; }
#filterTabsContainer .tabs-title .filterdownArrow { visibility: hidden; }
    #filterTabsContainer .tabs-title.is-active .filterdownArrow { visibility: visible; }
#filterTabsContainer .filterdownArrow i { color: #57ab33; }

#filterAccordion {
    margin-bottom: 25px;
    background: transparent;
}

#filterAccordion .accordion-item { text-align: right; }


/*
 * Filtri nella sidebar e su mobile
 */

.sidebar #filterTabsContainer .tabs-title {
    width: 35%;
}

.sidebar .shopCTA1 { display: none; }

div#filterOffCanvasBOX {
    top: 100px;
    bottom: 100px;
    width: 380px;
    padding-top: 25px;
    padding-bottom: 200px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #f5f5f5;
}
    @media screen and (max-width: 40em) {
        div#filterOffCanvasBOX {
            top: 80px;
            width: 280px;
        }
    }
.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(380px);
    -ms-transform: translateX(380px);
    transform: translateX(380px);
}
    @media screen and (max-width: 40em) {
        .off-canvas-content .off-canvas.position-right {
            -webkit-transform: translateX(280px);
            -ms-transform: translateX(280px);
            transform: translateX(280px);
        }
    }
div#filterOffCanvasBOX .close-button {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
div#filterOffCanvasBOX .close-button span i {
    color: #57ab33 !important;
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.sidebar #filterAccordion { display: block; }
button#filterOffCanvasBTN {
    display: none;
    position: fixed;
    right: 5px;
    top: 140px;
    z-index: 10;
}
    /* mobile: */
    @media screen and (max-width: 64em) {
        .sidebar #filterAccordion { display: none; }
        button#filterOffCanvasBTN { display: inline-block; }
    }
    @media screen and (max-width: 40em) {
        button#filterOffCanvasBTN span { display: none; }
    }

.sidebar #filterAccordion .accordion-title {}
button#filterOffCanvasBTN {}
    /* desktop: */
    @media screen and (min-width: 74.99875em) {
        .sidebar #filterAccordion .accordion-title {
            position: fixed;
            right: 0;
            top: 160px;
        }
        button#filterOffCanvasBTN {}
    }
    /* mobile: */
    @media screen and (max-width: 64em) {
        .sidebar #filterAccordion .accordion-title {}
        button#filterOffCanvasBTN {
            position: fixed;
            right: 5px;
            top: 140px;
        }
    }
    @media screen and (max-width: 40em) {
        button#filterOffCanvasBTN { top: 85px; }
    }

#filterAccordion .accordion-item .button {
    display: inline-block;
    margin-right: 15px;
    border-radius: 9px !important;
}
    #filterAccordion .accordion-item .button[aria-selected="false"] { background-color: #57ab33; }
    #filterAccordion .accordion-item .button[aria-selected="true"] { background-color: #668c99; }
#filterAccordion .accordion-title { border-bottom: none !important; }
#filterAccordion .accordion-title::before { display: none !important; }
#filterAccordion .accordion-title i, button#filterOffCanvasBTN i { padding-right: 15px; }
#filterAccordion .accordion-content {
    border: none;
    padding: 0;
    padding-top: 20px;
    background-color: transparent;
}

.searchandfilter { margin: 10px 5px; }
.searchandfilter ul { margin: 0; }
.searchandfilter select.sf-input-select {
    min-width: 120px;
}
.searchandfilter ul li { vertical-align: text-top; }
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="sort_order"],
.searchandfilter .sf-field-reset,
.searchandfilter .sf-field-submit {
    display: inline-block;
    padding: 5px;
    margin-top: 0;
    padding-top: 0;
}
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="sort_order"] {
    width: 20%;
    float: left;
}
    @media screen and (max-width: 63.99875em) {
        .searchandfilter li[data-sf-field-type="post_meta"],
        .searchandfilter li[data-sf-field-type="taxonomy"],
        .searchandfilter li[data-sf-field-type="sort_order"] {
            width: 33%;
            float: none;
        }
    }
    @media screen and (max-width: 40em) { /* small-12 */
        .searchandfilter li[data-sf-field-type="post_meta"],
        .searchandfilter li[data-sf-field-type="taxonomy"],
        .searchandfilter li[data-sf-field-type="sort_order"] {
            width: 100%;
            float: none;
        }
    }

.sidebar .searchandfilter li[data-sf-field-type="post_meta"],
.sidebar .searchandfilter li[data-sf-field-type="taxonomy"],
.sidebar .searchandfilter li[data-sf-field-type="sort_order"] {
    width: 100%;
    float: none;
}
.searchandfilter li[data-sf-field-type="post_meta"] label,
.searchandfilter li[data-sf-field-type="taxonomy"] label,
.searchandfilter li[data-sf-field-type="sort_order"] label {
    width: 100%;
}
.searchandfilter li[data-sf-field-type="post_meta"] input,
.searchandfilter li[data-sf-field-type="taxonomy"] select,
.searchandfilter li[data-sf-field-type="sort_order"] select {
    width: 100%;
}

/* FILTRO RICERCA TESTUALE id:5738 */

#search-filter-form-5738 li[data-sf-field-type="search"],
#search-filter-form-5738 li[data-sf-field-type="submit"] {
    display: inline-block;
    padding: 10px 5px;
}
#filterSearchFooter li[data-sf-field-type="search"],
#filterSearchFooter li[data-sf-field-type="submit"] { display: block ;}

#search-filter-form-5738 li[data-sf-field-type="search"] { width: calc(100% - 120px); }
#filterSearchFooter li[data-sf-field-type="search"] { width: 100%; }

#search-filter-form-5738 li[data-sf-field-type="submit"] { width: 115px; }
#filterSearchFooter li[data-sf-field-type="submit"],
#filterSearchFooter li[data-sf-field-type="submit"] input { width: 100%; }

#search-filter-form-5738 li[data-sf-field-type="search"] label {
    display: block;
    width: 100%;
}

#search-filter-form-5738 li input { margin-top: 1rem; }
#filterSearchFooter li input { margin-top: 0; margin-bottom: 0; }

#search-filter-form-5738 li[data-sf-field-type="search"] input {
    color: #57ab33;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #57ab33;
    background-color: rgba(255,255,255,.7);
}
    #search-filter-form-5738 li[data-sf-field-type="search"] input::placeholder {
        color: #57ab33;
        font-weight: 400;
        opacity: 1;
    }
#filterSearchFooter li[data-sf-field-type="search"] input {
    color: #575757;
    text-align: center;
    border: 1px solid #f1f1f1;
}
    #filterSearchFooter li[data-sf-field-type="search"] input::placeholder {
        color: #575757;
    }

.searchandfilter h4 {
    position: relative;
    color: #57ab33;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: left;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul li {
    display: inline-block;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li.sf-item-0 { /* nascondo il radio-button "All items" */
    display: none;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul li {
    padding: 0;
}
.searchandfilter input.sf-input-radio,
.searchandfilter input.sf-input-checkbox {
    margin-bottom: 0;
}
.searchandfilter .noUi-connect { /* filtro grafico slider */
    background-color: #57ab33;
}
.searchandfilter li input,
.searchandfilter li select {
    border-radius: 9px;
    border: 1px solid #cacaca;
}
.searchandfilter select option {
    color: #575757;
    font-size: 1rem;
}
    .searchandfilter select option:checked {
        color: #fff;
        background-color: #57ab33;
    }
/*
.searchandfilter .sf-field-reset,
.searchandfilter .sf-field-submit {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
    @media screen and (max-width: 320px) {
        .searchandfilter .sf-field-reset,
        .searchandfilter .sf-field-submit{
            
        }
    }
*/
.searchandfilter input[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9px;
    border: 0;
    background-color: #57ab33;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
    .searchandfilter input.search-filter-reset[type=submit] {
        background-color: #668c99;
    }
    .searchandfilter input[type=submit]:hover,
    .searchandfilter input.search-filter-reset[type=submit]:hover {
        color: #fff;
        background-color: #575757;
    }
.searchandfilter li.sf-field-submit h4,
.searchandfilter li.sf-field-reset h4 { visibility: hidden; }
.searchandfilter li.sf-field-post-meta-altezza_massima label,
.searchandfilter li.sf-field-post-meta-profondita_minima label,
.searchandfilter li.sf-field-post-meta-_regular_price label {
    width: auto;
}
.searchandfilter .meta-slider {
    max-width: 400px;
    width: calc(100% - 15px);
    margin-left: 0;
    margin-right: auto;
}
.searchandfilter .sf-meta-range.sf-meta-range-number,
.searchandfilter .sf-meta-range.sf-meta-range-slider { text-align: center; }

.searchandfilter span.sf-range-values-seperator { color: #57ab33; }


/*********************
 * WP-PageNavi
 * per pagination Search&Filter
*********************/
.pagination-result .woocommerce-pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.woocommerce-pagination .wp-pagenavi {
    display: inline-block;
    overflow: hidden;
    margin: 1em 0;
    border-right: 1px solid #d3ced2;
}
.woocommerce-pagination .wp-pagenavi a,
.woocommerce-pagination .wp-pagenavi span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    padding: .5em;
    min-width: 1em;
    border: 0;
    margin: 0;
    border-top: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    border-left: 1px solid #d3ced2;
}
.woocommerce-pagination .wp-pagenavi a.last,
.woocommerce-pagination .wp-pagenavi span.last {
}
.wp-pagenavi span.current {
    color: #575757;
    border-color: #57ab33;
    background: #ebe9eb;
}



/*********************
 * BREVO
*********************/

/* BOX Newsletter */
#newsletterBox {
    color: #575757;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 25px 0;
    background-color: #d9d5c1;
}
#newsletterBox .sib_intro,
#newsletterBox .sib-form {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: transparent;
}
    @media screen and (max-width: 1419px) {
        #newsletterBox .sib_intro,
        #newsletterBox .sib-form {
            padding: 0px 10px;
        }
    }
#newsletterBox #sib-container {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
}
#newsletterBox .sib-form-block {
    padding: 0;
}
#newsletterBox .sib_fileds_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px 4px; /* row-gap column gap */
}
#newsletterBox .sib_input_container {
    width: calc(25% - 4px);
}
    @media screen and (max-width: 64em) {
        #newsletterBox .sib_input_container {
            width: calc(50% - 4px);
        }
    }
    @media screen and (max-width: 40em) {
        #newsletterBox .sib_input_container {
            width: calc(100% - 4px);
        }
    }
#newsletterBox .sib_Privacy_container,
#newsletterBox .sib_Captcha_container {
    width: 100%;
    height: auto;
}
#newsletterBox .entry__field {
    margin-top: 0;
    border: 0;
    background: rgba(255,255,255,.3);
}
#newsletterBox .sib-form ::placeholder {
    color: #575757;
    opacity: .5;
}
.sib-form .entry__error, .sib-form .entry__label, .sib-form .entry__specification, .sib-form .form__error { max-width: 100%; }
#newsletterBox .button { width: 100%; }
#newsletterBox #error-message,
#newsletterBox #success-message {
    border-radius: 9px;
    background-color: rgba(255,255,255,.5); 
}


/* Popup - Reveal Modal di Zurb Foundation */
.reveal-overlay { background-color: rgba(0,0,0,.7); }
#popup_newsletter {
    padding: 0 !important;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
    @media screen and (max-width: 40em) {
        #popup_newsletter.reveal.small {
            top: 70px !important;
            bottom: auto;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 75rem;
            height: auto;
            min-height: auto;
            margin-left: 0;
            border: 0;
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }
    }
#popup_newsletter #newsletterBox {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#popup_newsletter .popup_img {
    background-image: url('https://fb-kitchenware.com/wp-content/themes/JointsWP-CSS-master/assets/images/popup_image_2026_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    @media screen and (max-width: 40em) {
        #popup_newsletter .popup_img {
            background-image: none;
        }
    }
#popup_newsletter .sib_title_container,
#popup_newsletter .sib_Privacy_container,
#popup_newsletter .sib_input_container {
    display: inline-block;
    width: 100%;
    padding: 0;
}
    @media screen and (max-width: 40em) {
        #popup_newsletter .sib_field_container {}
    }
.button_popup_newsletter {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.button_popup_newsletter .open_modal_btn {
    font-size: .9rem !important;
    border: 1px solid #d9d5c1 !important;
    -webkit-box-shadow: 0 4px 13px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
    box-shadow: 0 4px 13px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
}
    .button_popup_newsletter .open_modal_btn:visited,
    .button_popup_newsletter .open_modal_btn:focus {
        background-color: #668c99;
    }

#popup_newsletter a.close-button {
    position: relative !important;
    top: auto;
    right: auto;
    color: #000 !important;
    font-size: 1rem !important;
    position: relative !important;
}



/*********************
 * YITH Infinite Scrolling
*********************/
.yith-infs-loader {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: auto;
}



/*********************
GOOGLE MAPS
Nascondo la parte superiore di Google MyMaps
*********************/

/*
<div id="mabe_map">
    <!-- Altezza del frame di GoogleMap uguale allo stile:
        #mabe_map iframe { top: -60px; }
    -->
    <iframe src="https://www.google.com/maps/d/u/0/embed?mid=1xQ9J7zJlk1wBTlxI12q6rgiaehETJCdG" width="100%" height="500"></iframe>
</div>
*/

#mabe_map {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
#mabe_map iframe {
    position: absolute;
    top: -55px; /* Altezza uguale a quella del frame di GoogleMap presente in Contatti */
    left: 0;
    border: 0;
}
#mabe_map .maps_hide {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    z-index: 990;
}



/*********************
GOOGLE RECAPTCHA v.3
*********************/

.grecaptcha-badge {
    opacity: 0;
}



/*********************
IUBENDA
*********************/

a.iubenda-tp-btn.iubenda-cs-preferences-link {
    display: none !important;
    visibility: hidden !important;
}



/*********************
PAGINA 404
*********************/

body.error404 { background-color: #fff; }
body.error404 header.article-header { margin-top: 50px; }
body.error404 .search {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
body.error404 form.search-form { margin: 10px 0px; }



/*********************
STILI PER LA STAMPA
DELLA PAGINA WEB
*********************/

@media print {

    a[href]:after {
        content: none !important;
    }
    @page {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    header.header,
    footer .inner-footer > div:nth-child(1),
    footer .inner-footer > div:nth-child(2),
    footer .inner-footer > div:nth-child(3),
    footer .inner-footer > div:nth-child(4),
    footer > div.credits_block { display: none !important; }
    
}