/** GLOBAL **/
.wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/** questo mi serve per evitare di mostrare gli slider uno sotto l'altro quando carico pagina inizio **/
.owl-carousel {
    display: none;
    /* Nascondi lo slider inizialmente */
    visibility: hidden;
    /* Evita "flash" di contenuti */
}

.owl-loaded {
    display: block;
    /* Mostra lo slider solo quando Owl Carousel è pronto */
    visibility: visible;
}

.button.loading {
    /* Impedisce il clic */
    pointer-events: none;

    /* Cambia il cursore per indicare che non è cliccabile */
    cursor: not-allowed;
}

/** popup promo **/
#popup-promo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    background: none;
    border: 0;
    padding: 0;
    z-index: 9999;
    transform: translate(-50%, -50%);
    height: 80%;
}

div#popup-promo #chiudi-popup {
    position: absolute;
    right: 20px;
    background: red !important;
    color: #fff;
    border-radius: 100% !important;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    cursor: pointer;
    top: -20px;
}

div#popup-promo img {
    margin: -40px auto;
    display: block;
    max-width: 800px;
}

@media only screen and (max-width: 639px) {
    #popup-promo {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 95%;
        background: none;
        border: 0;
        padding: 0;
        z-index: 9999;
        transform: translate(-50%, -20%);
        height: 100%
    }

    div#popup-promo #chiudi-popup {
        position: absolute;
        right: -5px;
        background: red !important;
        color: #fff;
        border-radius: 100% !important;
        height: 40px;
        width: 40px;
        line-height: 40px !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px !important;
        cursor: pointer;
        top: -10px;
    }

    div#popup-promo img {
        margin: 0;
        display: block;
        max-width: 100%;
    }
}


/** questo mi serve per evitare di mostrare gli slider uno sotto l'altro quando carico pagina fine **/
strong {
    font-weight: 600 !important;
}

section {
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
}

.container-page {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {}

.owl-nav .owl-next {}

.owl-nav .owl-prev {}

.row {
    max-width: 1780px !important;
    width: 100%;
}

.row.rowpiccola {
    max-width: 1300px !important;
    width: 100%;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    border: 1px solid #cacaca !important;
    border-radius: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h5,
p,
li,
a,
span,
input,
label {
    font-family: "Montserrat", sans-serif !important;
    color: #000;
}

h1,
h2 {
    font-weight: 600 !important;
}

p,
li,
a {
    font-size: 18px;
    line-height: 1.7em;
}


a {
    color: #000;
}

a:hover,
a:focus,
a:active {
    color: #2eb0a8;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #000 !important;
}

.column,
.columns {
    position: relative;
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
}

.search-results .anteprima img,
.search-results .flex-video {
    margin: 0 0 10px;
}

.gallery-show {
    clear: both;
    overflow: hidden;
}

.caroufredsel_wrapper {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden !important;
    margin-bottom: 2px !important;
}

#carousel {
    width: 100% !important;
    margin-bottom: 1em;
    overflow: hidden;
}

#carousel img {
    display: block;
    float: left;
    margin: 0 !important;
    width: 100%;
    max-width: 970px;
}

#pager img {
    width: 100%;
    height: 25px;
}

#pager a {
    margin-bottom: 2px;
    float: left;
    position: relative;
    display: block;
    padding: 0 !important;
    margin-right: 2px;
}

#pager a:hover {
    opacity: 0.9;
}

#pager span {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    top: 0;
}

.post .single .nav-main {
    display: none !important;
}

.post .single .audioplayer {
    margin-bottom: 15px;
}

.nopad {
    padding: 0;
}

.nopadright {
    padding-right: 0;
}

.nopadleft {
    padding-left: 0;
}

.page-title {
    background: #fff;
    height: auto;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.page-title h3 {
    font-weight: 100;
    font-size: 1.275rem;
    text-align: left;
    margin: 0;
}

hr {
    margin: 3em 0;
}

.more.button {
    display: table;
    margin-top: 10px;
    width: 120px;
}

.breadcrumbs {
    background-color: transparent !important;
    border: none !important;
}

.breadcrumbs li,
.breadcrumbs a {
    font-size: 14px;
}

.breadcrumbs a {
    color: #2eb0a8 !important;
}

.wrapper section.clienti,
.wrapper section.paginations {
    background-color: #fff !important;
}

img.alignleft {
    float: left;
    margin: 0 10px 5px 0;
}

img.alignright {
    float: right;
    margin: 0 0 5px 10px;
}

.hero-page .page-banner {
    min-height: 500px;
}

.disabled {
    opacity: 1;
}

.sectitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

a.seeother {
    margin: 0 0 0 25px;
    font-weight: 600;
    color: #32aea5 !important;
    font-size: 19px;
}

#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 0 !important;
}


.general-button {
    background-color: #ffd91e !important;
    padding: 0.75em 1.25em !important;
    border-radius: 0 !important;
    color: #000;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 0.5em !important;
    line-height: 1 !important;
    text-transform: uppercase;
    min-width: 170px;
    display: inline-block;
}

.general-button:hover,
.button:hover,
.btn:hover,
.submit:hover,
input[type="submit"]:hover {
    background-color: #222 !important;
    color: #fff !important;
}


/** inizio Testimonianze **/

section.testimonianze_nuove {
    padding: 4em 0;
}

.testimonianze_nuove h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600 !important;
}


.riquadro-testimonianze-nuovo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 1em;
    min-height: 350px;
}

.colimg-riquadrotestimonianze-nuovo img {
    width: 100% !important;
    max-width: 100%;
}

.content-riquadrotestimonianze-nuovo h3 {
    font-size: 25px;
    font-weight: 600 !important;
}

.content-riquadrotestimonianze-nuovo {
    padding: 2em;
    width: 55%;
}

.colimg-riquadrotestimonianze-nuovo {
    width: 45%;
}

.riquadro-testimonianze-nuovo p {
    font-size: 16px;
}

.riquadro-testimonianze-nuovo a {
    font-size: 16px;
    color: #37b0a8;
    font-weight: 600;
}

.wrap-content-testimonianze .columns {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.wrap-content-testimonianze article.tutte {
    width: 50%;
}

#slider_menu_rec .owl-dots button {
    background: transparent !important;
}

#slider_menu_rec .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
}

#slider_menu_rec .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#slider_menu_rec .owl-dots .owl-dot.active span,
#slider_menu_rec .owl-dots .owl-dot:hover span {
    background: #fed83b;
}

/** fine Testimonianze **/

/** inizio autrice **/
section.autrice {
    padding: 4em 0;
}

section.autrice .row {
    display: flex;
    align-items: center;
}

section.hero-masterclass.formfinalemasterclass form {
    padding: 4em 15em;
}

section.autrice h2 {
    font-weight: 600 !important;
}

/** fine autrice **/

/** inizio FOOTER **/

/*footer generale*/
section.footer {
    padding: 3em 0;
    color: #000;
}

section.footer p,
.footer label,
.footer label a,
.footer a,
.footer h4,
.footer-newsletter,
.footer ul {
    color: #000;
}

section.footer p {
    font-size: 14px;
}

section.footer h4 {
    font-weight: 900;
}

.footer ul {
    list-style: none;
    margin: 0 !important;
}

.footer a {
    font-size: 16px;
}

.footer h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px !important;
    text-align: center;
}

.footer label {
    font-size: 14px;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.footer label a {
    font-weight: bold;
    font-size: 14px;
}

/**
 *
 * FOOTER ICONE SERVIZI
 *
 */
.wrap-icone-servizi-footer {
    background-color: #f7f7f7 !important;
    overflow: hidden;
    padding: 50px 0 !important;
    margin-top: 50px;
}

.icone-servizi-footer {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
}

.icone-servizi-footer .footer-service {
    font-size: 16px;
    align-self: center;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 20px;
    display: flex;
    justify-content: space-around;
}

.icone-servizi-footer .footer-service span {
    color: #7f7f7f;
    margin-left: 10px;
    align-self: center;
}

.icone-servizi-footer .pagamento-sicuro img {
    width: 36px;
    height: auto;
    align-self: center;
}

.icone-servizi-footer .spedizione-gratuita img {
    width: 56px;
    height: auto;
    align-self: center;
}

.icone-servizi-footer .reso-gratuito img {
    width: 32px;
    height: auto;
    align-self: center;
}

/**
 *
 * FOOTER SEARCH + SOCIAL
 *
 */
.footer-search {
    margin: 0;
    padding-top: 3em;
}

.footer-search #searchform {
    display: flex;
}

.footer-search #searchform .btn,
.footer-search #searchform button {
    height: 50px;
    font-weight: bold !important;
    display: block;
    width: 60%;
    text-align: center;
    margin: 0;
}

.footer-search .social-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-search .social-footer li {
    display: inline;
}

/**
 *
 * NEWSLETTER FOOTER
 *
 */
.footer-newsletter {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 2.5em;
    max-width: 1200px !important;
}

.footer input[type="text"] {
    box-shadow: none;
    height: 50px;
    text-indent: 0;
    font-size: 18px;
}

.footer .campo {
    width: 32%;
    float: left;
    margin-right: 5px;
}

.footer .campo .btn,
.footer .campo button {
    box-shadow: none;
    height: 50px;
    font-weight: bold !important;
    display: block;
    width: 100%;
    text-align: center;
}

.footer form {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.footer form i.fa.fa-search {
    width: 36px;
    height: 35px;
    background-color: #f9f9f9;
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 1px;
    right: 0;
    color: #999;
}



/**
 *
 * FOOTER CREDITS
 *
 */
section.credits {
    background-color: #e2e2e2;
    padding: 0.6em 0 !important;
}

section.credits p {
    font-size: 12px;
    color: #000 !important;
    margin-bottom: 0;
}

section.credits * {
    font-size: 12px;
    color: #000 !important;
    margin-bottom: 0;
}

section.credits a {
    text-decoration: underline;
    color: #000;
}

section.credits a.social {
    text-decoration: underline;
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 10px 3px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 5px;
}

section.credits .social-icon {
    margin: 0;
}

section.credits .social i {
    font-size: 18px;
    margin: 0;
}

section.credits .social i:hover {
    color: #555555;
}

div#cmplz-manage-consent {
    display: none;
}

button.cmplz-manage-consent {
    cursor: pointer;
    background: none !important;
    padding: 0 !important;
    display: inline-block !important;
    text-transform: none;
    font-size: 12px !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

/* footer widgets e menu */
footer .widget-sidebar {
    margin-bottom: 1.5em;
}

#menufooter {
    padding: 3em 0;
    background-color: #f7f7f7 !important;
    text-align: center;
}

#menufooter h4 {
    text-transform: uppercase;
    font-weight: 600 !important;
}

#menufooter li {
    margin-bottom: 10px;
}

/* scroll top */
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 32px;
    background-color: #fed83b;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1000;
    text-align: center;
    line-height: 50px;
}

.scroll-to-top:hover {
    background-color: #fed83b;
}

.scroll-to-top.show {
    display: block;
    /* Mostra la freccia */
    opacity: 1;
    transform: scale(1);
}

.scroll-to-top.hide {
    opacity: 0;
    transform: scale(0.9);
}

/* social footer */
.footer ul.social-footer {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px !important;
}

.footer ul.social-footer img {
    max-width: 50px;
}

.footer ul.social-footer li:last-child img {
    max-width: 120px;
}

.title_footmen i {
    display: none;
}

/* search form */
form#searchform input[type="text"],
form#searchform button {
    margin: 0 !important;
}


/** colonne footer - nesletter + consulenza */
form#email_signup {
    width: 100%;
    max-width: 100%;
    padding: 0 4em !important;
}

.consfooter {
    padding: 0 4em !important;
}

form#email_signup input#k_id_email,
form#email_signup input#k_id_first_name {
    margin: 0 !important;
    height: 50px !important;
}

.footer h5 {
    font-size: 16px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 20px;
}

.footer .campo {
    width: 100%;
    margin-bottom: 10px;
}

.footer a.btn {
    text-align: center;
    display: block;
    background: #fed83b;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}

.row.footer-newsletter .columns .consfooter {
    height: 260px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.row.footer-newsletter:before {
    content: '';
    position: absolute;
    height: 90%;
    width: 1px;
    background: #ddd;
    left: 50%;
    top: 0;
    transform: translate(0%, 0);
}

.row.footer-newsletter.norow:before {
    content: none;
}

.row.footer-newsletter {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .footer h3 {
        font-size: 18px;
    }

    .footer h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .row.footer-newsletter:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: #ddd;
        left: 0;
        top: 45%;
        transform: translate(0%, 0);
    }

    .footer h5 {
        font-size: 16px;
    }

    .row.footer-newsletter .columns {
        width: 100%;
    }

    .row.footer-newsletter .columns .consfooter {
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 425px) {
    .row.footer-newsletter:before {
        top: 58%;
        transform: translate(0, -50%);
    }

    .footer .campo {
        width: 100%;
        float: left;
        margin: 4px;
    }
}

/** fine FOOTER **/



/** pagina fullwidth **/
/** css pagina full width senza sidebar **/
.newsitefw .post-content h2,
.newsitefw .post-content h3,
.newsitefw .post-content h4 {
    font-weight: normal !important;
}

/** faq pagina senza sidebar blocco wordpress **/
details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow p:first-of-type {
    padding-top: 25px !important;
}

details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow summary {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow ul {
    margin-top: 20px;
    padding: 10px;
}

details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow ul li {
    margin-bottom: 12px;
}

details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow p {
    padding-left: 10px;
    padding-right: 10px;
}

/** faq per pagina raccolta punti **/
.newsitefw .faq #accordion {
    margin-top: 20px;
}

.newsitefw .faq a.sett {
    padding: 15px 15px 15px 100px;
    float: none;
    width: 100%;
    position: relative;
    color: #000;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 25px;
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 500;
    word-break: break-all;
}

.newsitefw .page-template-page-full-width .faq a.sett {
    background-color: #f5f5f5;
}

.newsitefw .faq a.sett:hover {
    opacity: 0.7;
}

.newsitefw .faq .expandido {
    padding: 0 20px 5px 20px;
    margin-bottom: 50px;
    clear: both;
    display: none;
}

.newsitefw .faq .sett span {
    background-color: #ffd930;
    display: flex;
    padding: 0 20px;
    color: #000;
    font-size: 1.5em;
    margin-right: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
    line-height: 60px;
}

/* wrap sottocategorie descrizione */
.content-desc-sottocat p {
    font-size: 16px;
    margin-bottom: 0;
}

.content-desc-sottocat .sectitle {
    margin-bottom: 5px;
}


/* MY ACCOUNT */


nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    margin: 0 0 8px 0 !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a {
    color: #000;
    font-weight: bold;
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.content-bach {
    background: #f7f7f7;
    padding: 80px 40px;
}

.content-bach p,
.content-bach p a {
    text-align: center;
    font-size: 16px;
}

.content-bach .iconuser {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.content-bach .iconuser img {
    max-width: 80px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 100%;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--coupon-affiliate {
    display: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    background-color: #ffd91e !important;
    padding: 0.50em 2em !important;
    border-radius: 0 !important;
    color: #000;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 0.5em !important;
    line-height: 1 !important;
    text-transform: uppercase;
    display: inline-block;
}

header.woocommerce-Address-title.title h2 {
    font-weight: bold !important;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.woocommerce-Address-title .general-button {
    min-width: 1px;
    height: auto !important;
}

address {
    font-family: 'Montserrat', sans-serif;
}

table.tinvwl-table-manage-list thead th {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 600 !important;
}

.tinv-wishlist .product-remove button {
    width: auto;
    height: auto;
}

.woocommerce.tinv-wishlist #respond input#submit.alt,
.woocommerce.tinv-wishlist a.button.alt,
.woocommerce.tinv-wishlist button.button.alt,
.woocommerce.tinv-wishlist input.button.alt {
    font-size: 12px !important;
    line-height: 1.5 !important;
    width: auto !important;
    padding: 9px !important;
}

/** HELLOBAR PROMO */
.hellobar-promo {
    background-color: #ffd700;
    padding: 10px 20px;
    text-align: center;
}

.hellobar-promo h5 a {
    display: inline-block;
    background: #32aea5 !important;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase !important;
    color: #fff;
}

.hellobar-promo h5 {
    color: #000 !important;
    font-size: 1.2em;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: unset !important;
}

.hellobar-promo a:hover {
    text-decoration: underline;
}

.hellobar-promo.fixedhellobar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}