/*
Theme Name:   Antifurto 365 Child
Theme URI:    
Description:  Child theme for Antifurto 365
Author:       Antifurto 365
Author URI:   
Template:     antifurto-365
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  antifurto-365-child
*/

/* HOME */
.split-box__content ul p,
.article.post .article__entry p,
.cta__content.richtext-entry p,
.cta__content.richtext-entry li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

.hero__content h3 span {
    color: #f9c014;
    font-weight: 700;
}

.intro_home {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 20px 37px 16px 37px;
}

.intro_home h1,
.intro_home h2 {
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 3px;
}

.intro_home p {
    margin-bottom: 0;
}

.intro_home strong {
    font-weight: 600;
}

.intro_home a {
    font-size: 1rem;
    color: #007aff;
    text-decoration: none;
}

.intro_home .read_more {
    display: none;
}

@media (max-width: 768px) {

    .intro_home h1,
    .intro_home h2 {
        font-size: 1.25rem;
    }

    .intro_home {
        padding: 15px 20px;
        font-size: 0.875rem;
    }
}

.split-box__content ul h4 {
    font-weight: 600;
}

/* Cart on top */
.header__cart-bar .cart-alt__items {
    max-height: 430px;
    overflow-y: auto;
}

@media (max-width: 1023px) {
    .cart-alt__buttons .btn {
        font-size: 0.75rem !important;
    }

    .header__cart-bar .cart-alt {
        overflow-y: auto;
        height: 100vh;
    }

    .header__cart-bar .cart-alt__items {
        padding-bottom: 230px;
        max-height: none;
    }

    .header__cart-bar .cart-alt__actions {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 100;
        padding-bottom: 15px;
        padding-left: 10px;
    }
}

.cart-alt__remove {
    font-size: 0.625rem;
    line-height: 1;
    height: 16px;
}

/* ACF Sections h3 styling to match original h2 */
.slider-box__head h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .slider-box__head h3 {
        font-size: 1.375rem;
    }
}

.slider-box__head h3:has(span) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4px;
}

.slider-box__head h3 span {
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--theme-color-orange);
    border: 1px solid var(--theme-color-orange);
    text-transform: uppercase;
    border-radius: 33px;
    -webkit-text-stroke: 0.2px var(--theme-color-orange);
    padding: 4px 16px;
}

.cta__content {
    padding: 95px 91px 61px 95px;
}

@media (max-width: 1023px) {
    .cta__content {
        padding: 85px 40px 60px;
    }
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
    .cta__content {
        padding: 35px 18px 50px;
        min-height: auto;
    }
}

.cta__content h3 {
    line-height: 1.43;
    font-weight: 400;
    margin-bottom: 21px;
}

@media (max-width: 768px) {
    .cta__content h3 {
        font-size: 1.375rem;
    }
}

.cta__content.richtext-entry li:before {
    left: 3px;
    top: 10px;
    width: 4px;
    height: 4px;
}

@media (max-width: 768px) {
    .articles__head h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__title {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
    .article__entry p {
        font-size: .9375rem;
    }
}

/* stats h3 styling */
.stats__box-info h3 {
    font-size: 2.125rem;
    line-height: normal;
    font-weight: 400;
    margin: 0
}

@media (max-width: 1023px) {
    .stats__box-info h3 {
        font-size: 1.9375rem;
        line-height: 1
    }
}

.services__head h3 {
    max-width: 200px;
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
    .services__head h3 {
        max-width: 150px
    }
}

.dual-section__content ul li {
    font-size: 0.85rem;
}

.review blockquote {
    font-size: .85rem;
}

/* menu principale*/
.nav .menu>li.menu-item>.sub-menu>li.menu-item>.sub-menu>li.menu-item a:before {
    background-size: cover;
    background-position: center center;
}

.appartamento.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/appartamento.webp);
}

.villa.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/villa.webp);
}

.casa-individuale.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/casa.webp);
}

.ufficio.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/ufficio.webp);
}

.negozio.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/negozio.webp);
}

.magazzino.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/magazzino.webp);
}

.kit-ialarm.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/kit-ialarm.webp);
}

.centraline-ialarm.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/centraline.webp);
}

.sensori-perimetrali.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-perimetrali.webp);
}

.sensori-movimento.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-movimento.webp);
}

.sensori-perimetrali-da-esterno.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-perimetrali-da-esterno.webp);
}

.sensori-movimento-da-esterno.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-movimento-da-esterno.webp);
}

.sensori-urti-vibrazioni-vetri.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-urti-vibrazioni-vetri.webp);
}

.sensori-tapparelle.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-tapparelle.webp);
}

.sensori-gas.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-gas.webp);
}

.sensori-fumo.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-fumo.webp);
}

.sensori-allagamento.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sensori-allagamento.webp);
}

.sirene-da-esterno.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sirene-esterno.webp);
}

.sirene-da-interno.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sirene-interno.webp);
}

.telecomandi.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/telecomandi.webp);
}

.inseritori-chiavi.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/inseritori-chiavi.webp);
}

.applicazioni.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/applicazioni.webp);
}

.tastiera.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/tastiera.webp);
}

.telecamere-interno.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/telecamere-interno.webp);
}

.telecamere-esterno.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/telecamere-esterno.webp);
}

.telecamere-interno-batteria.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/telecamere-interno-batteria.webp);
}

.telecamere-esterno-batteria.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/telecamere-esterno-batteria.webp);
}

.videoregistratori.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/videoregistratori.webp);
}

.kit-videosorveglianza.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/kit-videosorveglianza.webp);
}

.sim-card.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/sim-card.webp);
}

.assistenza.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/assistenza.webp);
}

.domotica.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/domotica.webp);
}

.moduli-espansione.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/moduli-espansione.webp);
}

.nebbiogeni.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/nebbiogeni.webp);
}

.cartelli-dissuasori.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/cartelli-dissuasori.webp);
}

.batterie.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/batterie.webp);
}

.alimentatori.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/alimentatori.webp);
}

.cavi.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/cavi.webp);
}

.kit-ponteggi.menu-item a:before {
    background: url(../antifurto-365-child/img/menu/kit-ponteggi.webp);
}

@media (max-width: 1023px) {
    .nav .menu>li.menu-item--highlighted {
        order: inherit;
    }

    .nav .menu>li.menu-item--highlighted>a {
        padding-left: 31px;
    }
}

/* WooCommerce */
.woocommerce-products-header__title.page-title {
    display: none;
}

.woocommerce .woocommerce-products-header {
    padding-top: 20px;
}

/* category */
.woocommerce ul.products {
    margin-top: 45px;
}

.woocommerce .woocommerce-products-header .term-description p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

.woocommerce .woocommerce-products-header .term-description strong {
    font-weight: 600;
}

.woocommerce .woocommerce-products-header .term-description ul {
    padding-left: 15px;
    font-weight: 300;
    font-size: 1rem;
}

.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
    font-weight: 700;
}

/* subcategories */
.woocommerce ul.products li.product.product-category>a {
    text-align: center;
}

.woocommerce-products-header h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 300;
}

.category-subcategories,
.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product .add_to_cart_button {
    font-size: .75rem;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product {
    font-size: 0.75rem;
}

.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    padding-block: 20px;
}


.woocommerce ul.products li.product.post-1183 img.attachment-woocommerce_thumbnail {
    background-color: #313030;
}

/*  PRODUCT PAGE */
/* product gallery */
div.section-woocommerce div.product .woocommerce-product-gallery .flex-viewport {
    background-color: #f4f4f4;
}

div.section-woocommerce div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    background-color: #f4f4f4;

}

div.section-woocommerce div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    aspect-ratio: auto;
}

.woocommerce-product-gallery__image {
    pointer-events: none;
    background-color: #f4f4f4;
    border-radius: 12px;
}


.woocommerce ul.products li.product .woocommerce-loop-category__title,
.app-product-description strong,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel strong,
.section-woocommerce .product .summary.entry-summary .product_title {
    font-weight: 600;
}


.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel li:before {
    top: 10px;
    width: 3px;
    height: 3px;
}

.app-product-description li:before {
    border-radius: 50%;
}

.app-product-description h3 {
    font-size: 1.125rem;
}

.app-product-description p,
.app-product-description li {
    font-size: .85rem;
    line-height: 1.8;
}

.app-product-description li:before {
    top: 12px;
}

.section-woocommerce .product .summary.entry-summary .app-product-short-features {
    font-size: .75rem;
    margin-bottom: 4px;
}

.kit-features__body {
    justify-content: flex-start;
    gap: 25px;
}

.kit-feature {
    gap: 12px;
}

.kit-feature__entry p {
    font-size: 0.75rem;
    font-weight: 400;
}

.long-desc-wrapper {
    margin-bottom: 25px;
    padding: 20px 25px 25px 25px;
    border-radius: 12px;
    background-color: #f9f9f9;
}

.long-desc-wrapper p {
    font-size: 0.875rem;
    line-height: 1.38;
    font-weight: 300;
}

.long-desc-wrapper h3 {
    margin-bottom: 8px !important;
    font-size: 1.125rem !important;
}

.long-desc-wrapper ul {
    margin-bottom: 12px;
}

.long-desc-wrapper ul li ul {
    margin-top: 5px;
    margin-bottom: 0px;
}

.long-desc-wrapper ul li {
    margin-bottom: 5px !important;
    font-size: .85rem !important;
}

.long-desc-wrapper ul li:last-child {
    margin-bottom: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table tr th,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table tr td {
    font-size: .85rem;
}

@media (max-width: 768px) {
    .cta-compare-product-page {
        text-align: center;
    }

    .cta-compare-product-page a.btn.btn--primary {
        font-size: .75rem;
    }
}

.comment-form-rating {
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    margin: 15px 0 5px 0;
    gap:15px
}
.woocommerce-Reviews {
    font-size: 0.875rem;
    max-width: 730px;
    margin-inline: auto;
}
.woocommerce #review_form #respond .form-submit input {
    width: auto;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 99em;
    background-color: #f9c014;
    color: #000;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    min-width: 100px;
}
.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #000;
    color: #f9c014;
    transition: color, background, border;
    transition-duration: var(--theme-transition-duration);
}
.woocommerce #review_form #respond .form-submit input:focus {
    outline: none;
}
.woocommerce #review_form #respond textarea {
    border-radius: 10px;
    min-height: clamp(150px, 968px - 100vw, 200px);
    border: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews li:before {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 15px 0;
}

.woocommerce #reviews .comment-reply-title {
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
    padding: 30px 30px 15px 30px;
    font-size: 0.875rem;
    line-height: 1.4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 20px;
    left: 20px;
    padding: 2px;
    width: 40px;
    border-radius: 50%;
}

 

.comment-form-rating .stars:before {
    display: none;
}

/* Woocommerce Checkout */
.woocommerce-input-wrapper input::placeholder {
    opacity: 0.5;
}

.woocommerce-input-wrapper textarea::placeholder {
    opacity: 0.5;
}

.woocommerce-page .section-default:first-child {
    margin-top: 60px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #f5f5f5;
    color: #000;
    border-top: 2px solid #f9c014;
}

.woocommerce-info::before {
    color: #111;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

h3#order_review_heading {
    margin-top: 20px;
}

.woocommerce table.shop_table th {
    text-transform: uppercase;
    font-size: 0.688rem;
}

.woocommerce-page .richtext-entry li {
    padding-left: 0;
}

.woocommerce-page .richtext-entry li:before {
    display: none;
}

.woocommerce-checkout-payment {
    background: #f5f5f5 !important;
}

.woocommerce-checkout-payment button.button {
    background-color: #f9c014 !important;
    border-color: #f9c014 !important;
    color: #000 !important;
    border-radius: 99em;
    padding: 10px 20px;
    transition: color, background, border;
    transition-duration: var(--theme-transition-duration);
    border-style: solid;
    text-decoration: none;
    font-weight: 400;
    min-width: 220px;
}

.woocommerce-checkout-payment button.button:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #f9c014 !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: white !important;
    color: #000 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    border: 1em solid white;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f9c014;
    color: #000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 0.75rem;
    color: #000
}

.select2-results__option {
    font-size: 0.75rem;
    color: #000
}

/* Tables */
.table-compare {
    overflow-x: auto;
}

.table-compare table {
    width: 100%;
    border-collapse: collapse;
}

.table-compare table thead tr.products-images {
    background: transparent !important;
    text-align: center;
}


.table-compare table thead tr.products-images img{
    max-width: 160px;
    border-radius: 10px;
}

.table-compare table thead tr {
    background: #333 !important;
    color: white;
    text-align: center;
    font-weight: bold;
}


.table-compare table th {
    padding: 12px 8px;
}

.table-compare table tbody td {
    padding: 12px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.table-compare table tbody td:last-child {
    border-right: 0;
}

.table-compare table tbody tr td:first-child {
    width: 220px;
    text-align: left;
    font-weight: 600;
}

.table-compare table .red {
    background: #FFCCCC !important;
    background-color: #fff5d6 !important;
}

.table-compare table tbody tr {
    background-color: #FFFFCC !important;
    background-color: #f0f0f0 !important;
}

.table-compare table tbody tr:nth-child(even) {
    background-color: #f6f6c1 !important;
    background-color: #f9f9f9 !important;
}


.checkmark {
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
}

.buy-button {
    background: #F9C014;
    color: #000;
    text-align: center;
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    transition: background 0.3s;
    text-decoration: none;
    border-radius: 99em;
}

.buy-button.kit {
    margin: 20px;
}

.buy-button:hover {
    background: #000;
    color: #F9C014;
}

/* Swiper CTA - Move pagination bullets to top on mobile + order images and content in split box */
@media (max-width: 1023px) {
    .js-slider-cta .swiper-cta-pagination {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        padding-bottom: 15px;
    }

    .js-slider-cta {
        padding-top: 40px;
    }

    .split-box--secondary.split-box--reversed .split-box__image {
        order: 1;
    }

    .split-box--secondary.split-box--reversed .split-box__content {
        order: 2;
    }
}

/* Inner pages general */
.section-default:first-child {
    margin-top: 60px;
}

.wp-block-button__link {
    color: #000;
    background-color: #f9c014;
    padding: 8px 30px;
    font-size: 0.813rem;
    font-weight: 600;
}

.wp-block-button__link:hover {
    color: #f9c014;
    background-color: #000;
    transition: color, background, border;
    transition-duration: .4s;
}

.article-single.page.type-page .richtext-entry li,
.article-single.page.type-page .richtext-entry p {
    font-size: 0.938rem;
    line-height: 1.6;
}

.article-single.page.type-page .richtext-entry li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 4px;
    height: 4px;
}

.wp-block-separator {
    margin: 20px 0;
    border-top: 1px #ededed solid;
}

h2.wp-block-heading,
h3.wp-block-heading {
    font-size: 1.2rem;
    font-weight: 400;
}

/* Pagina reviews */
.page-id-1208 .review-head {
    display: none;
}

.page-id-1208 .reviews__inner {
    max-width: 100%;
    margin-inline: auto;
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
    .reviews {
        display: block;
    }
}

.skeepers_carousel_container .stars:before {
    content: none;
}

/* Accordion */
.accordion.is-active .accordion__content {
    max-height: 100%;
}

.accordion__content p {
    font-size: 0.938rem;
    line-height: 1.6;
    font-weight: 300;
}

.accordion__head:hover {
    cursor: pointer;
}

/* YouTube popup */
.video-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-popup.is-active {
    display: flex;
}

.video-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.video-popup__dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 960px;
    margin: 0;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-popup__content {
    position: relative;
}

.video-popup__ratio {
    position: relative;
    padding-top: 56.25%;
}

.video-popup__ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

body.video-popup-open {
    overflow: hidden;
}

.btn.btn--primary.btn_video_pop {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn.btn--primary.btn_video_pop::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    background-color: #000;
    transition: background-color 0.2s ease;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.btn.btn--primary.btn_video_pop:hover::before,
.btn.btn--primary.btn_video_pop:focus::before {
    background-color: #f9c014;
}

/*Dual section order image...example at antifurto installazione */
@media (max-width: 1023px) {
    .dual-section .dual-section__image {
        order: 1;
    }

    .dual-section .dual-section__content {
        order: 2;
    }
}

/*Pagina certificati */
.page-id-1404 .box-info {
    margin-bottom: 0;
}

.page-id-1404 .box-info .box-info__content {
    text-align: center;
    width: 100%;
    padding-right: 0;
}

.page-id-1404 .box-info .box-info__row {
    display: block;
}

.page-id-1404 .box-info .box-info__row a {
    background-color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 32px;
    font-size: .75rem;
    border-radius: 100px;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-id-1404 .box-info .box-info__row a:hover {
    background-color: white;
    color: #000;
}


/*Pagina Frequenze Guard  Alexa-Ifttt */
.page-id-1233 .dual-section__content ul,
.page-id-1406 .dual-section__content ul,
.page-id-1404 .dual-section__content ul {
    padding-left: 10px;
    margin-bottom: 20px;
}

.page-id-1233 .dual-section--reversed .dual-section__content p:has(+ul),
.page-id-1406 .dual-section--reversed .dual-section__content p:has(+ul),
.page-id-1404 .dual-section--reversed .dual-section__content p:has(+ul) {
    margin-bottom: 20px;
}

.page-id-1233 .dual-section__content ul li,
.page-id-1406 .dual-section__content ul li,
.page-id-1404 .dual-section__content ul li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    list-style-type: none;
    padding-left: 18px;
}

.page-id-1233 .dual-section__content ul li:before,
.page-id-1406 .dual-section__content ul li:before,
.page-id-1404 .dual-section__content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

/*Dual section order image...example at antifurto installazione */
@media (max-width: 1023px) {

    .page-id-1404 .dual-section__content,
    .page-id-1406 .dual-section__content,
    .page-id-1233 .dual-section__content {
        text-align: left;
    }

    .page-id-1404 .dual-section__inner,
    .page-id-1406 .dual-section__inner,
    .page-id-1233 .dual-section__inner {
        gap: 30px;
    }
}

/* configuratore prodotti */
.mpb_bundle_header .mpb_box_product_title{
    font-size: clamp(1.625rem, 3.125vw, 2rem);
}
.mpb_bundle_steps {
    max-width: 720px;
}
.mpb_bundle_steps>.mpb_bundle_step a {
    font-size: clamp(.75rem, .375vw + .675rem, 1rem);
}
.mpb_box_description {
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.938rem;
}
@media (max-width: 768px) {
    .mpb_box_description {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.mpb_col_inner .woocommerce-loop-product__title {
    font-size: clamp(.875rem, .25vw + .825rem, 1rem);
    min-height: clamp(0px, 100vw - 48rem, 115px);
    padding-bottom: clamp(0px, 788px - 100vw, 15px);
}

.mpb-price {
    align-items: center;
}

.mpb-price del {
   opacity: 0.6;
}
.mpb-price ins {
    font-size: clamp(1.15rem, .3125vw + 1.1875rem, 1.125rem);
    color: #f9c014;
}
.mpb_bundle_item_qty {
    margin-bottom: 10px;
}
.mpb_bundle_item_qty:before {
    font-size: clamp(.875rem, .25vw + .825rem, .938rem);
}
.mpb_product_information>*:first-child {
    font-size: clamp(1.5rem, .5vw + 1.4rem, 1.5rem);
    margin-bottom: clamp(0px, 20px - 2.5vw, 20px);
}
.mpb_product_information button, .mpb_add_to_cart button {
    font-size: clamp(14px, .25vw + 13.2px, 14px)!important;
    min-width: 170px;
}
@media(max-width: 767px),screen and (max-width:812px)and (orientation:landscape) {
    .mpb_product_information button, .mpb_add_to_cart button  {
        min-width: auto!important;
    }
}
.mpb_reviews_buttons .mpb_final_price {
    font-size: 14px;
    max-width: 300px;
}

.wc-block-components-product-badge
{
    display:none;
}