/** NEW PRODOTTO SINGOLO **/

.single-product .custom-attributes {
    display: none;
}

/* PRODUCT SUMMARY => Prima sezione del single prod */
.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.summary.product-essential.entry-summary {
    padding: 1em;
}

.single-product span.label-bestseller {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 0;
    color: #f7cc19;
    margin-bottom: 5px;
    display: inline-block;
}

.single-product h1.product_title {
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.single-product .woocommerce-product-details__short-description p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6 !important;
    margin-top: 5px;
    margin-bottom: 20px;
}


.single-product .woocommerce-review-link,
.single-product .woocommerce-review-link .count {
    font-size: 16px;
    color: #999;
    float: left;
}

.single-product .categorie-prodotto a {
    color: #2eb0a8;
    font-weight: 600 !important;
}

.single-product h2,
.single-product h3 {
    font-weight: 700 !important;
}


.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}

.single-product .rlt-price-addtocart {
    float: none;
    margin-right: 0;
    margin-top: 0;
}

.single-product .rlt-price-addtocart del {
    font-weight: 400;
    font-size: 0.8em !important;
}

.rlt-price-addtocart .price {
    font-size: 22px !important;
    margin-bottom: 18px !important;
    line-height: 1;
    font-weight: bold;
    color: #000 !important;
}

.rlt-price-addtocart .price>span.amount {
    color: #000 !important;
    font-weight: bold;
}

.rlt-price-addtocart .price ins {
    text-decoration: none !important;
}

.type-product.product .yith-par-message.yith-par-message-product {
    margin-top: 5px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.product-type-simple .yith-par-message.yith-par-message-product {
    display: block !important;
}

.type-product.product .yith-par-message.yith-par-message-product * {
    color: #37afa8;
}

.type-product.product .yith-par-message-variation,
.type-product.product .yith-par-message,
.type-product.product .yith-par-message-variation strong,
.type-product.product .yith-par-message-variation span {
    color: #37afa8;
    margin-top: 5px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.tooltip-info-points i.fa-info-circle {
    font-size: 14px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free" !important;
}



.tooltip-info-points {
    position: relative;
    display: inline-block;
}

.tooltip-trigger {
    cursor: pointer;
    outline: none;
}

.custom-tooltip {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000 !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    width: 240px;
    z-index: 99;
    text-align: left;
    font-size: 12px;
}

.tooltip-info-points:hover .custom-tooltip,
.tooltip-info-points:focus-within .custom-tooltip {
    display: block;
}

.custom-tooltip a {
    font-size: 12px !important;
    text-decoration: underline;
}

.custom-tooltip p {
    color: #000 !important;
    font-size: 12px !important;
    text-align: left;
    margin: 0;
}

.tooltip-info-points:hover .custom-tooltip {
    display: block;
    pointer-events: auto;
}

.tooltip-info-points .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.single-product .woocommerce-product-rating {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.row.introprodsingle a.woocommerce-review-link {
    width: auto;
}

.single-product .woocommerce-product-rating .star-rating {
    margin: 0 !important;
}

.single-product .woocommerce-product-rating .woocommerce-review-link .count {
    margin-right: 3px;
}

.woocommerce .star-rating span::before {
    color: #f2ba49;
}

.star-rating span {
    font-family: star !important;
}

.single-product div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.single-product form.cart .variations select {
    float: left;
    width: 50%;
    max-width: unset !important;
    min-width: unset !important;
    margin-right: 1em;
}


/* bollino percentuale */
.single.single-product .product .scontoinpercentuale p {
    margin: 0;
}

.row.introprodsingle .scontoinpercentuale {
    left: -20%;
    top: -10%;
    z-index: 9;
}

@media only screen and (max-width: 1440px) {
    .row.introprodsingle .scontoinpercentuale {
        left: -20%;
        top: -5%;
        z-index: 9;
    }
}

@media only screen and (max-width: 1024px) {
    .row.introprodsingle .scontoinpercentuale {
        left: -30%;
        top: 10%;
        z-index: 9;
    }
}

@media only screen and (max-width: 768px) {
    .row.introprodsingle .scontoinpercentuale {
        left: 90%;
        top: -110%;
        z-index: 9;
    }
}

@media only screen and (max-width: 425px) {
    .row.introprodsingle .scontoinpercentuale {
        left: 80%;
        top: -60%;
        z-index: 9;
    }
}

@media only screen and (max-width: 320px) {
    .row.introprodsingle .scontoinpercentuale {
        left: 70%;
        top: -40%;
        z-index: 9;
    }
}


/* SINGLE PRODUCT WISHLIST */
.single-product .tinvwl_add_to_wishlist_button {
    margin-left: 0;
    margin-top: 0;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin: 10px 0 20px 0;
}

.tinv-wishlist-clear {
    clear: both;
}

.tinvwl_add_to_wishlist-text {
    position: relative;
    margin: 0;
    display: block;
}

.tinv-wraper.tinv-wishlist {
    width: 100%;
}

.type-product.product .yith-par-message.yith-par-message-product p,
.type-product.product .yith-par-message.yith-par-message-product a {
    font-size: 14px;
}

/* SINGLE PRODUCT PUNTI */
.single-product .yith-par-message {
    margin: 5px 0;
}

.single-product div.yith-par-message,
.single-product .yith-par-message-variation {
    padding: 0 !important;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

/* SINGLE PRODUCT ICONE TREE NATION */
.single-product .icone-tree-nation a {
    color: #2d6200;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.single-product .icone-tree-nation img {
    width: 28px;
    margin-right: 5px;
}

/* SINGLE PRODUCT PRICE */
.summary.product-essential.entry-summary {}

.summary.product-essential.entry-summary del {
    text-decoration: none;
}

.summary.product-essential.entry-summary del span bdi,
.product-type-variable .price del bdi {
    font-size: 22px;
}

.summary.product-essential.entry-summary del {
    position: relative;
}

.summary.product-essential.entry-summary del:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fed83b;
    transform: translate(-50%, -50%) rotate(-15deg);
    left: 50%;
    top: 50%;
}

/* SINGLE PRODUCT ICONE SERVIZI */
.icone-servizi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 55%;
}

.icone-servizi .product-service {
    font-size: 14px;
    text-align: center;
    align-self: center;
    margin-right: 20px;
}

.icone-servizi .product-service img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.icone-servizi .product-service span {
    color: #7f7f7f;
}

.icone-servizi .product-service {
    text-align: left;
}

.icone-servizi .product-service img {
    margin: 0;
}

/** slider single prod **/
.single-product .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #f3efec;
}

i.fa.fa-search.lente {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 9;
    color: #fff;
    text-shadow: 0 0 6px #aaa;
    font-size: 20px;
}

.single-product .product-image-carousel .owl-dots button {
    background: transparent !important;
}

.single-product .product-image-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, 0);
}

.single-product .product-image-carousel .owl-dots .owl-dot.active span,
.single-product .product-image-carousel .owl-dots .owl-dot:hover span {
    background: #fed83b;
}

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

/* summary prodotto -> modifiche per sito 2024 */

.row.introprodsingle {
    padding-bottom: 3em;
}

.row.introprodsingle .owl-theme .owl-dots .owl-dot span {
    margin: 4px !important;
}

.summary.product-essential.entry-summary {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

h1.product_title.entry-title {
    width: 100%;
}

.woocommerce-product-details__short-description {
    width: 100%;
}

.woocommerce-product-rating {
    margin-top: 0 !important;
}


.single-product .woocommerce-product-rating {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.yith-par-message.yith-par-message-product {
    width: 100% !important;
}

.single-product div.product form.cart {
    width: 100%;
}

.icone-tree-nation {
    width: 100%;
}


/** Video Singolo **/

.video_hero_prod.singleprodvideo {
    height: auto !important;
    padding-top: 90px;
}

section.video_hero_prod.singleprodvideo .flex-video {
    margin-bottom: 0;
}

/** Benefici + Dettagli **/

.benefit-prodotto {
    position: relative;
    padding: 0;
    margin-top: 0;
    clear: both;
    background-color: #e8f5f5;
}

.text-center.imglogobenefit img {
    max-width: 20%;
    margin-bottom: 20px;
}

.benefit-prodotto .wrap-benefit-prodotto-desc {
    position: relative;
}

.benefit-prodotto .benefit-prodotto-desc {
    height: 180px;
    overflow: hidden;
}

.benefit-prodotto .benefit-prodotto-desc::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 35px;
    z-index: 2;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(232, 245, 245, 0.75) 44%,
            rgba(232, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(232, 245, 245, 0.75) 44%,
            rgba(232, 245, 245, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(232, 245, 245, 0.75) 44%,
            rgba(232, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.benefit-prodotto-desc.read-more p {
    text-align: left !important;
}

.benefit-prodotto-desc p {
    text-align: left !important;
}

.benefit-prodotto .benefit-prodotto-readmore {
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
    text-align: center !important;
    position: relative;
    z-index: 2;
}





.benefici h2 {
    font-size: 25px;
}

.single-product h2,
.single-product h3 {
    font-weight: 600 !important;
}


.col_txt_ben {
    column-count: 2;
    padding-right: 10px;
}

.col_txt_ben ul li {
    list-style: none;
    padding-left: 4px;
    position: relative;
    font-size: 17px;
    margin-bottom: 4px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.col_txt_ben ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffd91e;
    left: -15px;
    top: 10px;
    transform: none;
    border-radius: 100%;
}

.benefici .col_txt_ben p {
    font-size: 16px;
    margin: 0 0 5px 0 !important;
    display: block;
    line-height: 1.8;
}

.benefici .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2em;
}

.benefici .row .col1_ben {
    width: 80%;
}

.benefici .row .col2_dett {
    width: 20%;
}

.dettagli p {
    font-size: 16px;
    margin-bottom: 0;
}


.benefici {
    background: #f7f7f7;
    padding: 2em 0;
    float: left;
    width: 100%;
    clear: both;
}

.benefici .columns.medium-8 {
    padding-right: 0;
}

/* SINGLE PRODUCT BOLLINI */

.bollini-prodotto {
    margin: 10px 0 0 0;
}

.coldx-description-product p strong {
    font-weight: 600;
    text-transform: uppercase;
}

.single-product .bollini-prodotto {
    margin: 0 0 20px 0;
}

.single-product .bollini-prodotto ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 10px;
    padding: 0;
}

.single-product .bollini-prodotto ul li {
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.single-product .bollini-prodotto ul li img {
    width: 45px;
    height: auto;
    margin-bottom: 10px;
}

.single-product .bollini-prodotto ul li .tooltiptext {
    visibility: hidden;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    width: 110px;
    background-color: #ffd91e;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.single-product .bollini-prodotto ul li .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #ffd91e transparent transparent;
}

.single-product .bollini-prodotto ul li:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/** SINGLE PRODUCT -> CONTENUTO PAGINA */

.contenuto-pagina .row {
    padding: 3em 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.contenuto-pagina .row.noflex {
    display: block;
}

section.contenuto-pagina .row {
    max-width: 1585px !important;
    margin: 0 auto;
}

.contenuto-pagina h3,
.contenuto-pagina h2,
.contenuto-pagina h4 {
    font-size: 25px;
    text-transform: uppercase;
}

.contenuto-pagina p {
    font-size: 17px;
    line-height: 1.8;
}

.contenuto-pagina ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffd91e;
    left: -15px;
    top: 10px;
    transform: none;
    border-radius: 100%;
}

.contenuto-pagina ul li {
    position: relative;
    font-size: 17px;
    margin-bottom: 10px;
}

.single-product h2,
.single-product h3 {
    font-size: 25px;
}


.row.noflex .columns.medium-10.medium-centered.text-center {
    margin-bottom: 70px;
}

/* SINGLE PRODUCT -> INGREDIENTI + INFO NUTRIZIONALI */

.text_ingredient h4 {
    font-weight: 600;
    font-size: 22px;
}

.text_ingredient p {
    font-size: 16px;
    line-height: 1.8;
}

.ingredienti .owl-prev,
.ingredienti .owl-next {
    top: 60%;
    translate: none;
}

.ingredienti .owl-prev {
    left: 0;
}

.ingredienti .owl-next {
    right: 0;
}

.ingredienti .owl-prev i,
.ingredienti .owl-next i {
    font-size: 50px;
}

.img_ingredient img {
    max-width: 100%;
    width: 55% !important;
}

.informazioni-nutrizionali h3 {
    font-size: 25px;
}

.row.mawrowingr {
    max-width: 1585px !important;
}

/** informazioni nutrizionali **/
.informazioni-nutrizionali {
    background-color: #f3f5f5;
    padding: 20px 30px;
    overflow: hidden;
    margin-top: 30px;
}

.informazioni-nutrizionali dl {
    overflow: hidden;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

.informazioni-nutrizionali dt {
    font-weight: normal;
    display: inline-block;
    width: 55%;
    font-size: 14px;
    /* float: left; */
}

.informazioni-nutrizionali dd {
    font-weight: normal;
    display: inline-block;
    width: 43%;
    float: right;
    text-align: right;
    font-size: 14px;
}

.note-info-nutrizionali {
    font-size: 13px;
    margin-bottom: 0;
}

/** slider ingrediente + approfondimenti per puntini dot */

.ingredienti .owl-dot,
#approfondimenti_prod .owl-dot,
#ricette_prod .owl-dot {
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    position: relative;
    margin: 4px;
}

.ingredienti .owl-dots,
#approfondimenti_prod .owl-dots,
#ricette_prod .owl-dots {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
}

.ingredienti .owl-dot,
#approfondimenti_prod .owl-dot,
#ricette_prod .owl-dot {
    background-color: #D6D6D6 !important;
}

.ingredienti .owl-dot.active,
#approfondimenti_prod .owl-dot.active,
#ricette_prod .owl-dot.active {
    background-color: #fed83b !important;
}

.img_ingredient {
    overflow: hidden;
    height: 350px;
    position: relative;
}

.img_ingredient img {
    position: absolute;
    width: 100% !important;
    max-width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* disbioferm - ortisa hp
img slider ingredienti */
.single-product.postid-656232 .owl-carousel .owl-item img,
.single-product.postid-666597 .owl-carousel .owl-item img,
.single-product.postid-656418 .owl-carousel .owl-item img {
    max-width: 100%;
    margin: 0 !important;
}

/** KIT PACCHETTI **/
.wrap-pacchetti {
    float: none;
    clear: both;
    padding: 30px 0;
}

.wrap-pacchetti .row {
    margin: 0 auto !important;
    display: block;
}

.wrap-prodotti-pacchetti {
    display: flex;
    flex-flow: wrap;
}

.wrap-prodotti-pacchetti .prodotti-pacchetti {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-kit.prodotto-pacchetto-item-img {
    width: 30%;
}

.p-kit.prodotto-pacchetto-item-desc {
    width: 70%;
}

.p-kit.prodotto-pacchetto-item-desc {
    padding: 20px;
}

.p-kit.prodotto-pacchetto-item-desc p {
    font-size: 16px;
}

.prodotti-pacchetti {
    padding: 10px 0;
}

.prodotti-pacchetti h3 {
    font-size: 20px;
}

.dettagli .col_txt_ben {
    column-count: 1;
}

.dettagli .col_txt_ben a {
    font-size: 17px;
}

@media only screen and (max-width: 649px) {
    .wrap-prodotti-pacchetti .prodotti-pacchetti {
        width: 100%;
    }

    .wrap-prodotti-pacchetti .prodotti-pacchetti {
        flex-flow: wrap;
    }

    .p-kit.prodotto-pacchetto-item-img {
        width: 100%;
    }

    .p-kit.prodotto-pacchetto-item-desc {
        width: 100%;
    }
}

/* QUALITÀ PRODOTTO */

.qualita-prodotto {
    position: relative;
    background-color: #f7f7f7;
    text-align: center;
    padding: 50px 0;
    clear: both;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.qualita-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
}

.qualita-item {
    flex-basis: 30%;
}

.qualita-list .num-qualita {
    font-size: 72px;
    color: #edb1b7;
    font-weight: bold;
    line-height: 1;
}

.qualita-list p {
    font-size: 16px;
}

.qualita-list h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* sezione 3 icone */
.icon_single {
    background: #f7f7f7;
    /*margin: 70px 0 30px;*/
    margin: 0 0 30px;
    padding: 4em 0;
    text-align: center;
}

.icon_single h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.icon_single img {
    max-width: 95px;
    margin-bottom: 20px;
}

.icon_single .rowflexcol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}

.rowflexcol .colicon {
    padding: 20px;
}

.icon_single {
    padding: 20px 0;
}

/* COME USARLO */

section.comeusarlo .nopad {
    padding: 0 30px !important;
}

section.comeusarlo {
    padding: 2em 0;
}

.comeusarlo .titlecome {
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 30px;
}

.comeusarlo h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
}

.comeusarlo .row.flexrow {
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comeusarlo p {
    font-size: 18px;
    line-height: 1.8;
}

.comeusarlo p a {
    color: #2eb0a8;
    font-weight: 600;
}

.comeusarlo p a:hover {
    font-weight: 600;
}

.comeusarlo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* SLIDER APPROFONDIMENTI/RICETTE */
.approfondimenti {
    padding: 3em 0 4em;
}

.approfondimenti h2 {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
}

.approfondimenti img.play_video_ricetta_singleprod {
    position: absolute;
    max-width: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none !important;
}

.approfondimenti .header_riq_appro {
    position: relative;
    overflow: hidden;
    max-height: 250px;
}

#approfondimenti_prod .owl-dots,
#ricette_prod .owl-dots {
    margin-top: 15px;
}

#approfondimenti_prod.no-carousel .owl-dots,
#approfondimenti_prod.no-carousel .owl-nav {
    display: none !important;
}

#ricette_prod.no-carousel .owl-dots,
#ricette_prod.no-carousel .owl-nav {
    display: none !important;
}

/* FAQ */

.faq-prodotto:after,
.faq-prodotto:before {
    content: none;
}

.faq-prodotto {
    position: relative;
    background: #f7f7f7;
    padding: 50px 0;
    clear: both;
}

.faq-prodotto h2 {
    margin-bottom: 50px;
}

.faq-prodotto h4.question {
    position: relative;
    border-top: 1px solid #9a9a9a;
    padding: 15px 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    cursor: pointer !important;
    margin: 0;
}

.faq-prodotto h4.question.lc {
    border-bottom: 1px solid #9a9a9a;
}

.faq-prodotto h4.down span .fa {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-prodotto h4.question span {
    position: absolute;
    right: 0;
    vertical-align: middle;
}

.faq-prodotto h4.question span .fa {
    font-weight: 900;
    color: #9a9a9a;
}

.faq-prodotto p.risposta {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
    display: none;
}

.faq-prodotto p.risposta a {
    font-size: 16px;
    color: #2eb0a8;
}

.faq-prodotto h4.question.lc.down {
    border-bottom: none;
}

.risposta.lc {
    border-bottom: 1px solid #000;
}

.faq-prodotto hr {
    height: 1px;
    margin: 0;
    background-color: #9a9a9a;
}

/** CONSIGLIATI INSIEME **/

.wrap-upsell h2 {
    margin-bottom: 40px;
}

section.wrap-upsell.woocommerce {
    padding: 2em 0;
}

#interessarti_anche_slider .owl-prev {
    left: -90px;
}

#interessarti_anche_slider .owl-next {
    right: -90px;
}

#interessarti_anche_slider h4 a {
    text-align: left;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    margin-top: 0;
}

#interessarti_anche_slider .owl-item img {
    width: 100%;
}

.single-product #interessarti_anche_slider .owl-item .hoverappari img,
.single-product #interessarti_anche_slider .owl-item img.novolume,
.single-product #interessarti_anche_slider .owl-item img.upvolume {
    background: transparent !important;
}

.single-product #interessarti_anche_slider form.cart .variations select {
    width: 100%;
}

#interessarti_anche_slider .firstactiveitem:hover {
    left: 70px;
}

#interessarti_anche_slider .lastactiveitem:hover {
    right: 90px;
}

#interessarti_anche_slider h4 {
    margin-bottom: 0;
    line-height: 1;
}

#interessarti_anche_slider .star_prod_home {
    max-width: 110px;
}

#interessarti_anche_slider p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}


.approfondimenti .owl-prev {
    left: -10px;
}

.approfondimenti .owl-next {
    right: -10px;
}


.riquadro_appro .header_riq_appro img {
    width: 100% !important;
}

.riquadro_appro h3 {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 18px;
    margin: 25px 0 10px;
}

h3.titlesecing {
    font-size: 25px;
    text-transform: uppercase;
}

.ingredienti {
    padding: 2em 0 0;
}

.home-product a.btn {
    background: #ffd91e;
    display: block;
    text-align: center;
    margin: 15px auto 0;
    padding: 8px;
    font-weight: 900;
    width: 150px;
}

.heroprod {
    padding: 0 0 3em !important;
    min-height: 1px;
    height: auto;
    float: left;
    width: 100%;
}

.contenuto-pagina img {
    width: 100%;
    max-width: none;
}

/* RECENSIONI */

.wrap-product-reviews {
    padding: 50px 0 0;
}

.wrap-product-reviews h2.woocommerce-Reviews-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wrap-product-reviews ol li .star-rating {
    float: none;
    margin-bottom: 10px;
}

.wrap-product-reviews ol li img {
    display: none;
}

.wrap-product-reviews #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    background-color: #f0f0f0;
    border-radius: 0;
    padding: 15px 20px;
}

.wrap-product-reviews #reviews #comments ol.commentlist li .comment-text p {
    font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #000000;
}

h2.woocommerce-Reviews-title {
    display: none;
}

/** Recensioni risultati ricerca ajax **/
ul#review-results {
    list-style: none;
    margin: 0;
}

ol#review-results {
    list-style: none;
    margin: 0;
}

li.review-item {
    margin: 0;
    border: 0;
    background-color: #f0f0f0;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 30px;
}

li.review-item p {
    font-size: 16px;
}

li.review-item span.star.filled {
    color: #f2ba49;
    font-size: 20px;
    margin: 0 1px;
}

.star.filled {
    color: #f2ba49;
}

/* FONTI SCIENTIFICHE */

.fonti-scientifiche-prodotto {
    margin: 80px 0;
}

.fonti-scientifiche-prodotto h2 {
    font-size: 18px;
    color: #2eb0a8;
    border-bottom: 1px solid #2eb0a8;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fonti-scientifiche-prodotto p {
    font-size: 15px;
    color: #6d6d6d;
}

.fonti-scientifiche-prodotto a,
.fonti-scientifiche-prodotto strong {
    font-size: 15px;
    color: #2eb0a8;
    word-break: break-all;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount bdi {
    font-weight: bold !important;
    font-size: 35px;
    margin-top: -20px !important;
    display: block;
}


div.wc-prl-recommendations ul {
    max-width: 1050px;
    margin: 0 auto !important;
}

div.wc-prl-recommendations ul img {
    max-width: 280px;
    margin: 0 auto !important;
}

/** Riga fissa single prod inizio **/

.riga-fissa-prodotto {
    position: fixed;
    bottom: 25px;
    padding: 5px;
    width: 100%;
    z-index: 9;
}

.riga-fissa-prodotto a {
    margin: 0 !important;
}

/** Riga fissa single prod fine **/

/* day night glasses inizio*/

div#product-612484 .row.introprodsingle .columns:last-child div.summary {
    /* display: flex; */
}

#product-612484 form.cart {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

#product-612484 form.cart .bundled_item_190.bundled_product.bundled_product_summary.product {
    width: 49%;
}

#product-612484 form.cart .bundled_item_191.bundled_product.bundled_product_summary.product {
    width: 49%;
}

#product-612484 div.bundled_product_summary:not(.thumbnail_hidden) .details {
    padding: 0;
    width: 100%;
    float: none;
}

#product-612484 div.bundled_product_summary:not(.thumbnail_hidden) .details h4 {
    font-size: 19px;
}

#product-612484 form.cart .bundled_item_191 img, #product-612484 form.cart .bundled_item_190 img {
    margin: 0 0 -40px 0;
    width: 85% !important;
}

select#montatura_190, select#montatura_191 {
    width: 98%;
}

#product-612484 .row.introprodsingle {
    display: flex;
    align-items: start;
}

#product-612484 .row.introprodsingle .scontoinpercentuale {
    top: 5%;
}

@media only screen and (max-width: 768px) {
    #product-612484 .row.introprodsingle .scontoinpercentuale {
        top: -60%;
    }
}

@media only screen and (max-width: 425px) {
    #product-612484 .row.introprodsingle .scontoinpercentuale {
        top: -30%;
    }

    #product-612484 form.cart .bundled_item_190.bundled_product.bundled_product_summary.product {
        width: 100%;
    }

    #product-612484 form.cart .bundled_item_191.bundled_product.bundled_product_summary.product {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    #product-612484 .row.introprodsingle .scontoinpercentuale {
        top: -25%;
    }
}

@media only screen and (max-width: 320px) {
    #product-612484 .row.introprodsingle .scontoinpercentuale {
        top: -20%;
        left: 80%;
    }
}

/* day night glasses fine*/

@media only screen and (max-width: 768px) {
    .product .row .columns {
        width: 100%;
    }

    .product .row {
        flex-flow: wrap;
    }

    .product .summary.product-essential.entry-summary {
        padding: 3em 8em 0;
        text-align: left;
    }

    .contenuto-pagina .row {
        padding: 3em 20px;
    }

    .single-product .product-image-carousel .owl-dots {
        bottom: -40px;
    }

    .product .summary.product-essential.entry-summary .woocommerce-product-rating {
        max-width: 350px;
        margin: 0 !important;
    }

    .woocommerce .product-essential form.cart .button.single_add_to_cart_button {
        width: auto;
        clear: both;
    }

    .benefici .row .col1_ben {
        width: 100%;
    }

    .col_txt_ben {
        column-count: 1;
    }

    .benefici .row .col2_dett {
        width: 100%;
    }

    .benefit-prodotto .columns {
        width: 80%;
    }

    .woocommerce-product-rating.prerec_star {
        max-width: 100%;
    }

    .woocommerce-product-rating.prerec_star .stars-rating {
        width: auto;
    }

    .contenuto-pagina .row {
        flex-flow: wrap;
    }

    .contenuto-pagina .row .columns {
        width: 100%;
    }

    .contenuto-pagina .row .txtcol {
        order: 1;
    }

    .contenuto-pagina .row .imgcol {
        order: 2;
    }

    .type-product.product .yith-par-message.yith-par-message-product {
        text-align: left;
    }

}

@media only screen and (max-width: 639px) {

    .single-product .owl-carousel .owl-item img {
        width: 100%;
    }

    .single-product h1.product_title {
        font-size: 26px;
        padding: 0 !important;
    }

    .summary-product .rlt-price-addtocart {
        text-align: left;
        display: block;
        width: 100%;
    }

    .product-image-carousel {
        padding: 0;
    }

    section.singleprod_testgenetico {
        padding: 0 2em;
    }

    .approfondimenti {
        padding: 3em 0 4em;
    }

    .wrap-upsell h2 {
        margin-bottom: 20px;
    }

    #interessarti_anche_slider h4 a {
        font-size: 20px !important;
    }

    #interessarti_anche_slider .owl-item img {
        width: 100%;
    }

    div#interessarti_anche_slider .prodotto {
        padding: 0;
    }

    #interessarti_anche_slider .firstactiveitem:hover {
        left: 0;
    }

    #interessarti_anche_slider .lastactiveitem:hover {
        right: 0;
    }

    .wrap-product-reviews {
        padding: 20px;
    }

    .woocommerce-product-rating.prerec_star p {
        margin-right: 10px;
    }

    .woocommerce-product-rating.prerec_star .stars-rating {
        width: auto;
    }

    input#review-search-input {
        width: 70%;
    }


    .entry-summary {
        padding: 2em 0 !important;
    }

    .product .summary.product-essential.entry-summary {
        padding: 3em 10px 0 !important;
    }

    .single-product .product .summary .product_title {
        text-align: left;
        font-size: 20px;
    }

    .single-product div.product form.cart {
        display: flex;
        flex-flow: wrap;
    }

    .single-product div.product form.cart button {
        margin: 0 !important;
    }

    .rlt-price-addtocart {
        text-align: center;
    }

    span.label-bestseller {
        margin: 0;
    }

    .yith-par-message.yith-par-message-product {
        text-align: center;
    }

    select#formato {
        width: 100%;
        margin: 0 !important;
    }

    .woocommerce-variation-add-to-cart {
        display: flex;
        align-items: center;
        flex-flow: wrap;
    }

    .woocommerce-variation-add-to-cart button {
        margin: 0 !important;
    }

    .dynamic_price_wrapper {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        float: left;
    }

    .single-product .summary .rlt-price-addtocart {
        width: 100%;
    }

    .single-product .woocommerce-product-details__short-description p {
        text-align: left;
        font-size: 16px;
        font-weight: normal;
    }

    .single-product .summary .dynamic_price_wrapper {
        text-align: left;
    }

    .single-product .icone-servizi .product-service {
        flex-flow: wrap;
    }

    .icone-servizi {
        width: 100% !important;
    }

    .fonti-scientifiche-prodotto p {
        word-break: break-all;
    }

    .row.introprodsingle a.woocommerce-review-link {
        width: auto;
        font-size: 16px;
        margin-left: 8px;
        margin-top: 4px;
    }

    .video_hero_prod.singleprodvideo {
        padding-top: 0;
    }


    .single-product .product-image-carousel .owl-dots {
        margin-top: 0;
        bottom: -35px;
    }


    .video_hero_prod.singleprodvideo .play_video,
    .video_hero_prod.singleprodvideo .pause_video {
        position: absolute;
        right: 50%;
        bottom: 50%;
        background: #fff;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        z-index: 99999;
        text-align: center;
        box-shadow: 0 0 20px -8px #ddd;
        transform: translate(50%, 50%);
    }

    .video_hero_prod.singleprodvideo .play_video i,
    .video_hero_prod.singleprodvideo .pause_video i {
        font-size: 18px;
        color: #000;
        line-height: 62px;
    }

    .img_ingredient img {
        position: relative;
        width: 100% !important;
        max-width: 100%;
        left: 0;
        top: 0;
        transform: none;
    }

    section.comeusarlo ul {
        margin: 0 !important;
    }

    section.comeusarlo ul span {
        font-size: 16px;
    }

    section.comeusarlo ul a {
        font-size: 16px;
        color: #41b4ac;
    }


    .content-description.dettagli-description ul {
        margin: 0 0 15px 0 !important;
    }

    .content-description.dettagli-description ul li {
        font-size: 16px;
    }

    .col_txt_ben ul li {
        font-size: 16px;
    }

    /* modifica per valori nutrizionali mobile */
    section.ingredienti .columns.medium-5.nopad {
        padding: 0 !important;
    }

    .informazioni-nutrizionali dt,
    .informazioni-nutrizionali dd {
        font-size: 14px;
    }


    #interessarti_anche_slider .owl-stage,
    div#approfondimenti_prod .owl-stage,
    div#ricette_prod .owl-stage {
        padding: 0 !important;
    }

    .riquadro_appro {
        padding: 0 !important;
    }


    .qualita-prodotto {
        padding: 30px 0 0;
        clear: both;
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .qualita-list {
        margin: 30px 0;
        padding: 0 2em;
    }

    .qualita-item {
        flex-basis: 100%;
    }

    .qualita-list .num-qualita {
        font-size: 50px;
        color: #edb1b7;
        text-align: left;
        display: block;
    }

    .qualita-list h3 {
        font-size: 20px;
        text-align: left;
    }

    .qualita-list p {
        font-size: 16px;
        text-align: left;
    }



    section.icon_single .rowflexcol {
        flex-flow: wrap;
    }

    section.icon_single {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    section.singleprod_testgenetico {
        padding: 0;
    }

    section.singleprod_testgenetico .summary.product-essential.entry-summary {
        padding: 20px 30px 0 !important;
    }

    section.singleprod_testgenetico .woocommerce-product-rating {
        max-width: 100% !important;
    }

    section.singleprod_testgenetico .woocommerce-product-rating a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .single-product .woocommerce-review-link {
        font-size: 12px;
    }
}


/** SLIDER RECENSIONI CON MEDIA **/


.imgrev {
    display: block;
}

.riquadro-rev {
    max-width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.riquadro-rev img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

img.img-anteprimavideo {
    z-index: 3;
}


.lightbox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99999999;
    opacity: .8
}

.lightbox-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    background: #fff;
    z-index: 999999999;
}

.lightbox-content.openlight {
    position: relative;
    padding: 25px 20px;
}

.closepopupvideo {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.closepopupvideo i {
    color: #fff;
}

.videocontainer {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.videocontainer video {
    width: 100%;
    height: auto;
    display: block;
}

.anteprimavideo video.vertical-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 320%;
}

.lightbox-content.openlight video.vertical-video {
    max-height: 800px;
    position: relative !important;
    width: auto;
    margin: 0 auto;
}


.single-product .owl-carousel.slider-revthumb .owl-item img,
.single-product .owl-carousel#media-slider .owl-item img {
    width: auto;
    background: transparent;
}

.img-anteprimavideo,
.anteprimavideoslider img {
    width: 50px !important;
    background: transparent !important;
}

/* Stili aggiuntivi per la visualizzazione verticale */
@media (orientation: portrait) {
    .videocontainer video {
        height: 100%;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
}

/* SLIDER GENERALE REVIEW */
.items.media-slide {
    overflow: hidden;
    height: 160px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.items.img-antslider.media-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.anteprimavideoslider {
    position: relative;
    height: 175px;
    overflow: hidden;
}

.anteprimavideoslider video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 320%;
    transform: translate(-50%, -50%);
}

.anteprimavideoslider img {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#media-slider {
    margin-bottom: 30px;
    margin-top: 20px;
}

.overlay-review {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 9999999;
    opacity: .7;
}

.popup-container-review {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background: #fff;
    height: 450px;
    width: 800px;
    overflow: scroll;
}

.popup-content-review {
    position: relative;
    padding: 30px;
    width: 100%;
}

.popup-content-review p.meta {
    color: #767676;
}

.popup-content-review strong.woocommerce-review__author {
    font-size: 14px;
}

.popup-content-review em.woocommerce-review__verified.verified {
    font-size: 14px;
}

span.woocommerce-review__dash {
    font-size: 14px;
}

.popup-content-review time.woocommerce-review__published-date {
    font-size: 15px;
}

.popup-content-review .star-rating {
    float: none;
    margin-bottom: 10px;
}


.close-popup-review i {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: red;
    color: #fff;
}

.close-popup-review {
    position: absolute;
    right: 0;
    top: 0;
}

.fbx-modal {
    z-index: 999999999999999999999999999 !important;
}

.description {
    margin-top: 20px;
}


@media only screen and (min-width: 640px) and (max-width: 800px) {

    .lightbox-container,
    .popup-container-review {
        width: 96%;
    }

    .owl-stage {
        padding-left: 0 !important;
    }

}

@media only screen and (max-width: 639px) {
    .single-product .wrap-product-reviews .columns {
        padding: 0 20px !important;
    }

    #media-slider .owl-stage,
    .slider-revthumb .owl-stage {
        margin-left: -50px;
    }

    .items.media-slide {
        overflow: hidden;
        height: 150px;
        position: relative;
        width: 100%;
    }

    .anteprimavideoslider {
        position: relative;
        height: 100px;
        overflow: hidden;
    }

    .popup-container-review {
        height: 400px;
        width: 95%;
    }

    .popup-container-review .riquadro-rev {
        margin-bottom: 30px;
    }

    .riquadro-rev {
        height: 90px;
        margin-bottom: 10px;
    }


    .lightbox-container {
        width: 100%;
    }

    .lightbox-content.openlight video.vertical-video {
        width: 290px !important;
    }

    .items.media-slide {
        height: 100px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1000px) {
    .items.media-slide {
        height: 125px;
    }

    .anteprimavideoslider {
        height: 125px;
    }

    .riquadro-rev {
        height: 110px;
    }

}

@media only screen and (max-height: 1200px) {

    .lightbox-container {
        height: 96%;
        overflow: scroll;
    }

}


/** review form **/
#review_form form#commentform {
    display: block !important;
}

div#review_form #reply-title {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border: 0;
}

div#review_form form {
    padding: 15px;
    background: #f7f7f7;
    margin-top: 20px;
}

div#review_form form p.stars {
    margin: 0 !important;
}


/** Callanatica - Prodotto Page **/
.intervista_claudia {
    background-color: #f7f7f7;
    padding: 50px 0;
}

section.intervista_claudia h2 {
    margin-bottom: 30px;
}

#slider_call_rec .content-riquadrotestimonianze-nuovo {
    width: 100% !important;
}

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

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

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

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