/*!/wp-content/themes/bikys-child/style.css*/header{background-color:#000;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}header .top{background-color:#F6F6F6;display:flex;flex-wrap:nowrap;justify-content:space-between;flex-basis:100%;padding:10px}header .top ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:15px}header .top ul li{font-size:16px}header .top .social{display:flex;align-items:center;gap:10px}header .top .social>div{background-color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}header .top .social>div>a{display:contents}header .top .social>div svg{width:16px;height:16px}header .top .social>div svg path{fill:#fff}header .top .social>div.facebook{background-color:#3b5998}header .top .social>div.instagram{background-color:#262626}header .top .social>div.whatsapp{background-color:#25d366}header .logo{margin:10px 0;width:285px}header .menu{display:flex;flex-wrap:wrap;align-items:center}.navbar{overflow:hidden;display:flex;align-items:center}.navbar>a{text-transform:uppercase;position:relative}.navbar>a:hover{color:#a8c62e;transition:all 0.2s ease}.navbar a{float:left;font-size:18px;color:#fff;text-align:center;padding:4px 19px;text-decoration:none;line-height:1.1;font-weight:700;text-transform:uppercase;font-family:var(--e-global-typography-accent-font-family)}.navbar>a:after{content:'';position:absolute;height:6px;width:6px;top:12px;right:0;background-color:#a8c62e}.navbar>a:hover::before{content:"";display:block;position:absolute;bottom:0%;left:50%;transform:translate(-50%,-50%);width:0%;height:2px;background-color:#a6ce39;animation:expand .3s ease-in-out;animation-fill-mode:forwards}body>header>div.navbar>a:last-of-type:after{display:none}.dropdown{float:left;overflow:hidden}.dropdown .dropbtn{font-family:var(--e-global-typography-accent-font-family);letter-spacing:0;font-size:18px;border:none;outline:none;color:#fff;padding:0 16px;background-color:inherit;text-transform:uppercase;margin:0;cursor:pointer;position:relative}.dropdown .dropbtn:hover::before{border-top:5px solid #a6ce39;transition:all 0.2s ease}.dropdown .dropbtn svg path{fill:#fff}.dropbtn_semplice svg path{fill:#fff}.dropdown .dropbtn:hover{color:#a8c62e;transition:all 0.2s ease}.dropbtn_semplice:hover::before{border-top:5px solid #a6ce39;transition:all 0.2s ease}.dropdown-content{display:none;position:absolute;background-color:#202020;width:100%;left:0;box-shadow:0 8px 16px 0 rgb(0 0 0 / .2);z-index:999;padding:20px 0;top:215px;border-top:solid 4px #a6ce39}.dropdown-content .row{display:flex;max-width:100%;margin:0 auto;padding:0 100px;justify-content:center}.colonna_menu{flex-basis:33.3%;padding:10px}.colonna_menu>div{max-width:400px;margin:0 auto}.colonna_menu a{float:none;color:#9e9e9e;font-weight:300;text-transform:capitalize;text-decoration:none;display:block;text-align:left;font-size:19px;height:27px;padding:0;margin:5px 0;max-width:max-content;position:relative}.colonna_menu a:hover{font-weight:700}header .colonna_menu a:hover:before{content:"";display:block;position:absolute;bottom:4px;left:50%;transform:translate(-50%,-50%);width:0%;height:2px;background-color:#a6ce39;animation:expand .3s ease-in-out;animation-fill-mode:forwards}@keyframes expand{0%{width:2px}100%{width:100%}}.nome_colonna{font-size:18px;font-weight:700;text-transform:uppercase;color:#a8c62e;display:block;width:300px;margin:0 auto 20px auto;display:flex;align-items:center;gap:10px}.nome_colonna svg{width:40px;height:40px}.nome_colonna svg path{fill:#a8c62e}.row:after{content:"";display:table;clear:both}.dropbtn_semplice{font-size:18px;font-family:var(--e-global-typography-accent-font-family);letter-spacing:0;border:none;outline:none;color:#fff;padding:0 14px;background-color:inherit;text-transform:uppercase;margin:0;cursor:pointer;position:relative;top:-1px}.dropbtn_semplice:before,.dropbtn:before{content:"";position:absolute;right:0;bottom:15px;width:0;height:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #fff}.dropbtn_semplice:hover{background-color:#fff0;color:#a6ce39;transition:all 0.2s ease}.dropbtn_semplice:hover::before{border-top:5px solid #a6ce39;transition:all 0.2s ease}.dropdown-content_semplice{display:none;flex-wrap:wrap;position:absolute;background-color:#000;box-shadow:0 8px 16px 0 rgb(0 0 0 / .2);z-index:999;max-width:200px;padding:10px 0}.dropdown-content_semplice a{display:block;text-align:left;font-size:19px;color:#fff;padding:4px 15px;text-decoration:none;line-height:1.1;font-weight:700;text-transform:uppercase;width:100%}.dropdown-content_semplice a:hover{color:#a8c62e;transition:all 0.2s ease}.azioni{display:flex;gap:20px}.azioni.hide{display:block}.azioni svg path{fill:#fff}.azioni a:hover svg,.azioni span:hover svg{transform:scale(1.2);transition:all 0.2s ease}.azioni a:hover svg path,.azioni span:hover svg path{fill:#a8c62e;transition:all 0.2s ease}.toggle-btn{font-size:24px;cursor:pointer;display:none;color:#000;padding:10px;text-align:center}body>header>div.top>div.toggle-btn>div{font-size:15px;font-weight:700}header .icona span{cursor:pointer}#contenitore_cerca_prodotti{display:none;background-color:rgb(0 0 0 / 80%);position:fixed;top:0;left:0;z-index:999;width:100%;height:100%}#chiudi_cerca_prodotti{color:#fff;font-size:40px;position:relative;top:43%;left:50%;transform:translate(-50%,0);border:solid 1px #fff;border-radius:50%;width:50px;height:50px;display:block;line-height:50px;text-align:center;margin:5px 0;cursor:pointer}#chiudi_cerca_prodotti:hover{color:#a8c62e}.dgwt-wcas-search-wrapp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#contenitore_cerca_prodotti .site-search{width:400px;position:relative;top:25%;left:50%;transform:translate(-50%,0)}#contenitore_cerca_prodotti .site-search .search-field{color:#000!important}#contenitore_cerca_prodotti .widget_product_search .bikys-icon-arrow-right,#contenitore_cerca_prodotti .widget_search form::before,.widget_product_search form::before{color:#000!important}.dgwt-wcas-pd-addtc{display:none}.icona{position:relative}.numero_prodotti{position:absolute;left:calc(100% - 8px);bottom:calc(100% - 11px);background:#a8c62e;padding:3px 2px 1px;min-width:16px;font-size:14px;font-weight:700;line-height:14px;text-align:center;display:inline-block;color:#000}.stock-label{background:#a8c62e!important}.out-of-stock{background:#eb3030!important}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background-color:#a8c62e!important}#reviews .woocommerce-Reviews-title{font-size:60px!important;font-family:var(--e-global-typography-accent-font-family)!important;text-transform:uppercase;font-weight:700}.elementor-brand-wrapper .elementor-brand-item{background-size:contain;background-repeat:no-repeat}.brand_prodotto_item{width:255px;height:140px}.brand_prodotto_item img{width:100%;height:auto}.elementor-180 .elementor-element.elementor-element-6059f9f .slick-dots{bottom:-8%!important}.elementor-180 .elementor-element.elementor-element-6059f9f .slick-prev{bottom:-14%!important}.elementor-180 .elementor-element.elementor-element-6059f9f .slick-next{bottom:-14%!important}.elementor-element-a4fe2ef .slick-dots{bottom:-8%!important}.elementor-element-a4fe2ef .slick-prev{bottom:-14%!important}.elementor-element-a4fe2ef .slick-next{bottom:-14%!important}.slick-slider button.slick-prev:before,.slick-slider button.slick-next:before{color:#000!important}ul.products li.product .posted-in a,ul.products .wc-block-grid__product .posted-in a,.wc-block-grid__products li.product .posted-in a,.wc-block-grid__products .wc-block-grid__product .posted-in a{color:#2d2c2c!important}.count-review span.count{color:#2d2c2c!important}ul.products li.product .posted-in,ul.products .wc-block-grid__product .posted-in,.wc-block-grid__products li.product .posted-in,.wc-block-grid__products .wc-block-grid__product .posted-in{margin:10px 0!important;font-size:15px!important}#recensioni h2{font-size:22px;margin:0}.elementor-testimonial-item-wrapper .content{text-align:justify}.slick-dots{bottom:-37%!important;display:none!important}.slick-dots li{margin-right:15px!important;}.slick-dots li button{width:13px!important;height:13px!important}.slick-prev,.slick-next{bottom:-40%!important}.powered a{color:#a8c62e}.powered svg path{fill:#a61f23}.decor_title-yes .elementor-icon-box-title span:before{content:none!important}.decor_title-yes .elementor-icon-box-title span{border-bottom:solid 3px #a8c62e}#mailpoet_form_1{border:none!important;color:#fff!important}#form_email_2{padding:10px!important}#mailpoet_form_2 .mailpoet_form_column:not(:first-child){margin-left:0!important}#mailpoet_form_2>form>div.mailpoet_form_columns.mailpoet_paragraph.mailpoet_stack_on_mobile>div:nth-child(1)>div>label{display:none}#colophon>div>div>div.elementor-section.elementor-top-section.elementor-element.elementor-element-2367f08.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default>div>div>div>div.elementor-element.elementor-element-e6fcd08.elementor-widget.elementor-widget-text-editor>div>p{margin:0!important}.elementor-3214 .elementor-element.elementor-element-605e4f8 .elementor-heading-title{color:#a8c62e!important}#mailpoet_form_2 .mailpoet_paragraph{margin-bottom:5px!important;display:flex}#mailpoet_form_2 .mailpoet_paragraph .mailpoet_form_column:first-of-type{flex-basis:70%}#gdpr{display:flex;align-items:center}#gdpr label{margin:0 0 0 5px;color:#fff;font-size:12px;line-height:12px}#mailpoet_form_2 .mailpoet_submit{height:42px;width:150px!important}.fc-sigla{margin:0 7px;font-weight:700;color:red}.single-product div.product .summary{background:#f5f3f3;padding:25px;border-radius:20px}.brand_prodotto{position:absolute;right:10px;top:5px;z-index:90}.product .brand_prodotto{top:55px;right:25px}.home .brand_prodotto{top:5px}.brand_prodotto img{max-width:120px;width:100%;height:auto}.woocommerce-product-details__short-description p{text-align:justify;font-size:14px;line-height:18px}.price del+ins{order:0!important}.online-price-notice{font-size:17px;color:#eb3030;text-transform:uppercase;margin:0!important}.variations .value{list-style-type:none;padding:0}.variations .value li{display:inline-block;margin-right:10px}.guida-misura-button{display:block;margin:10px 0;font-size:18px;font-weight:700}.single_variation_wrap .out-of-stock{color:#fff!important;border:none!important}.single-product div.product .product_title{font-size:38px!important;margin:75px 0 10px 0}.woocommerce-product-tab-content h3,.tabs-content h3{font-size:25px}.scheda-tecnica h3{color:#333;margin-top:20px;border-bottom:2px solid #a8c62e;padding-bottom:5px;font-weight:700}.scheda-tecnica{background:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.scheda-tecnica ul{list-style:none;padding:0}.scheda-tecnica ul li{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding:8px 0;font-size:1em;color:#333}.scheda-tecnica ul li strong{color:#333;flex:1;font-weight:700}.scheda-tecnica ul li span{flex:2;text-align:right;color:#333}@media (max-width:768px){.scheda-tecnica ul li{flex-direction:column;text-align:left}.scheda-tecnica ul li span{text-align:left;display:block;margin-top:2px}}.url_scheda_tecnica{display:block;margin:10px 0;font-size:18px;font-weight:700}.wapo-addon-title{font-size:24px!important}#wapo-total-price-table table td,table th{padding:0 0 0 10px!important}.prezzo_rivenditori{color:#eb3030;font-weight:700}.bikys-social-share>span{display:block;width:100%;margin:10px 0;font-size:18px;font-weight:700}ul.products li.product .product-label{display:grid}.single-product div.product .variations_button{gap:0!important}.ecobonus-options{flex-basis:100%}.single-product div.product form.cart .quantity.buttons_added{margin:0 10px 0 0}.single-product div.product .single_add_to_cart_button{margin:0 10px 0 0;padding:12px 20px!important;transition:background-color 0.3s ease,transform 0.3s ease;animation:pulsate 1.5s ease-in-out infinite}.descrizione_breve{text-align:justify;font-size:14px}@keyframes pulsate{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.shipping-insurance{font-size:15px}.ecobonus-options{font-size:15px;margin:20px 0}.ecobonus-options p{margin:0 0 5px 0}#ecobonus_30_price,#ecobonus_40_price{font-weight:700}.ecobike-process{margin:40px 0;padding:30px;background:#f8f8f8;border-radius:10px;border:1px solid #eee}.assembly-steps{counter-reset:step-counter;list-style:none;padding-left:0;margin:30px 0 30px 30px}.assembly-steps li{position:relative;padding:25px;margin-bottom:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .05);counter-increment:step-counter}.assembly-steps li::before{content:counter(step-counter);position:absolute;left:-15px;top:-15px;background:var(--primary);color:#333;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.assembly-steps h4{color:#2c3e50;margin-top:0;margin-bottom:10px;font-size:1.1em}.assembly-steps p{color:#7f8c8d;margin:0;line-height:1.6}.shipping-info{margin-top:40px;padding:25px;background:#fff;border-radius:8px;border-left:4px solid #a8c62e}.shipping-info h3{color:#a8c62e;margin-top:0}.pickup-note{background:#f1f8ff;padding:15px;border-radius:6px;margin-top:15px!important;border-left:3px solid #a8c62e}.process-intro h3{color:#a8c62e;margin-bottom:15px}@media (max-width:768px){.assembly-steps li::before{left:-5px;top:-10px;width:35px;height:35px;font-size:16px}}.custom-contact-info{font-weight:700}.custom-contact-info i{color:#a8c62e}.custom-contact-info a{color:#a8c62e}.spedizione_assicurata{margin:0 0 10px 0;font-size:14px}.spedizione_assicurata p{margin:0}#ecobonus-info-popup{width:700px;height:400px;border:solid 1px;position:absolute;top:0;left:30%;z-index:10;background-color:#fff;padding:20px}#wapo-total-price-table table th,#wapo-total-price-table table td{padding:0 10px 0 0!important}.stock.out-of-stock{font-size:14px!important;padding:5px!important;margin:10px 0!important;color:#fff!important}.woosq-popup .single-product div.product form.cart{gap:0}#yith-wapo-container{width:100%}.consegna_in{color:#a8c62e;font-size:16px}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{width:75%!important;height:auto!important;margin:0 auto}.usato{color:#eb3030;font-size:13px;margin:10px 0;display:block;text-align:justify}.woocommerce-variation-description,.woocommerce-variation-price{display:none!important}.postid-10887 .related{display:none!important}.single-product div.product .product_meta{padding-top:20px!important;margin-top:0!important}.single-product .info_prodotto{display:flex;flex-wrap:wrap;gap:3px;margin:0 0 15px 0}.single-product .info_prodotto span{flex-basis:100%}.single-product .info_prodotto svg{width:17px;height:auto;margin:0 5px 0 0}.woocommerce-tabs-vertical{overflow:hidden;margin:40px 0;padding:30px;background:#f8f8f8;border-radius:10px;border:1px solid #eee}.woocommerce-tabs-vertical .tabs-menu{width:20%;float:left;box-sizing:border-box;border-right:1px solid #ddd}.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs li.active a,.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs li a:hover{background-color:#ffdb00!important;color:#333!important;font-weight:700}.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs{list-style:none;margin:0;padding:0}.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs li{padding:10px;border-bottom:1px solid #ddd}.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs li a{display:block;padding:10px;text-decoration:none;text-align:left;color:inherit}.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs li.active a,.woocommerce-tabs-vertical .tabs-menu ul.wc-tabs li a:hover{background-color:#f1f1f1}.woocommerce-tabs-vertical .tabs-content{width:80%;float:left;box-sizing:border-box;padding:20px}.woocommerce-tabs-vertical .tabs-content p{text-align:justify}.woocommerce-tabs-vertical::after{content:"";display:table;clear:both}.woocommerce-Tabs-panel--description h2{font-size:38px}.woocommerce-Tabs-panel--description h3{font-size:33px}.term-description h2{font-size:35px}.term-description h3{font-size:25px}.archive .woocommerce-products-header h1{font-size:55px}.term-description h4{font-size:20px}.woocommerce-products-header{background-color:#fff}.archive .brand_prodotto{position:absolute;right:20px;top:5px;z-index:5}.post-type-archive-product .price{flex-wrap:wrap}.widget.bikys-widget-woocommerce .widget-title::after{display:none!important}.widget.bikys-widget-woocommerce .widget-title{background:var(--primary)}.wpc-custom-selected-terms ul.wpc-filter-chips-list{background-color:#fff;margin:0}.wpc-filters-section{border:solid 1px #ddd;padding:20px}.prezzi_ecobonus{margin:15px 0}.prezzi_ecobonus p{margin:0}.prezzi_ecobonus>div{display:flex;flex-wrap:wrap;font-weight:700}.prezzi_ecobonus span{font-size:18px}.woocommerce-message p{margin:0}#form_contattaci .half{display:flex;flex-wrap:nowrap;margin:20px 0;gap:10px}#form_contattaci .half>div{flex-basis:50%}#form_contattaci .full{display:flex;flex-wrap:wrap;margin:20px 0;justify-content:space-between}#form_contattaci .full>div{flex-basis:100%}#form_contattaci input[type="text"],#form_contattaci input[type="tel"],#form_contattaci input[type="email"],#form_contattaci input[type="number"]{width:100%}#form_contattaci input[type=submit]:hover{background-color:#9E9E9E}.wpcf7-acceptance .wpcf7-list-item{margin:0!important}#form_contattaci .button_flex{display:flex;justify-content:flex-end}#form_contattaci .wpcf7-spinner{display:contents}#img_contattaci{position:absolute;top:-761px;left:-319px}#come_possiamo_aiutarti span{color:#a8c62e}.cart_totals{padding:20px!important}#shipping_method li>label::after{top:9px!important}ul#shipping_method li:last-child{display:flex;justify-content:flex-end}ul#shipping_method li:last-child{margin:0}ul#shipping_method input[type=radio]+label{font-size:12.5px;display:block}.dettagli_spedizione .amount{font-weight:700}.dettagli_spedizione .totale_spedizione{font-size:16px}#shipping_method .dettagli_spedizione>span{margin:0}.woocommerce-shipping-destination{margin:30px 0}table.shop_table_responsive tr.woocommerce-shipping-totals td{width:78%!important}.cart_totals table th{font-size:16px!important;}.includes_tax,.includes_tax .amount{font-size:17px!important}.woocommerce-cart .cart-empty{background-color:transparent!important}.woocommerce-cart .return-to-shop a:hover{color:#fff!important}.widget_shopping_cart .quantity label{display:none!important}.fee th{padding:15px!important}.cart_totals .checkout-button{margin:20px 0}body.ecobonus-in-cart #payment .payment_methods{display:none}.woocommerce-checkout .woocommerce-info{background-color:transparent!important;color:#333}#wc-stripe-payment-request-button-separator{display:none!important}#wc-stripe-payment-request-wrapper{padding-top:0!important;margin:20px 0}#richiedi_fattura_field{margin:10px 0}#richiedi_fattura_field label{font-size:16px}.checkout .woocommerce-privacy-policy-text{display:none}.checkout.form-row label,.woocommerce-page form .form-row label{min-height:auto!important}#mailpoet_woocommerce_checkout_optin_present_field,.privacy-checkbox,.woocommerce-terms-and-conditions-wrapper .validate-required{margin:0!important}#payment .place-order .button{margin:10px 0}#i-nostri-brand h1{text-align:center}#i-nostri-brand>div{display:flex;flex-wrap:wrap}#i-nostri-brand>div>div{flex-basis:16%;padding:15px}#my-cart-popup{max-width:400px;background:#f7f5f5!important;top:75px!important}.my-cart-popup-content{padding:30px 0}.my-cart-popup-content h3{font-size:24px;text-align:center}.my-cart-popup-content .cart-item{justify-content:start;background:#fff;padding:3px}.cart-item-image{min-width:120px;height:auto;max-width:120px;border-right:solid 1px #ddd}.my-cart-popup-content .cart-total{font-size:18px;font-weight:700;margin:10px 0}.add_cart_popup{background:#a8c62e!important}#whatsapp-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgb(0 0 0 / .2);z-index:1000;cursor:pointer;animation:pulse 1.5s infinite}#whatsapp-button img{width:40px;height:40px}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 10px rgb(37 211 102 / .5)}50%{transform:scale(1.1);box-shadow:0 0 20px rgb(37 211 102 / .7)}100%{transform:scale(1);box-shadow:0 0 10px rgb(37 211 102 / .5)}}#whatsapp-chat{display:none;position:fixed;bottom:90px;right:20px;width:280px;background:#fff;border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .2);z-index:1001;overflow:hidden}#chat-header{background:#25D366;color:#fff;padding:10px;font-weight:700;display:flex;justify-content:space-between;align-items:center}#close-chat{cursor:pointer;font-size:18px}#chat-body{padding:15px;font-size:14px;border-bottom:1px solid #ddd}#chat-footer{padding:10px;text-align:center}#send-message{display:inline-block;background:#25D366;color:#fff;padding:8px 15px;border-radius:5px;text-decoration:none;font-weight:700;transition:background 0.3s}#send-message:hover{background:#1ebe57}.elementor-3214 .elementor-element.elementor-element-86ed0dd>div{align-items:center}.elementor-icon-list-item a span.elementor-icon-list-text{background-image:none!important;background-size:unset!important}.popup-container{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000;justify-content:center;align-items:center;display:flex}.popup-content{background-color:#fff;border:8px solid #a7ce39;padding:50px;position:relative;max-width:950px;margin:auto;text-align:center;border-radius:10px}.popup-content p{font-size:25px}.popup-close{position:absolute;top:-17px;right:-9px;font-size:27px;cursor:pointer;color:#fff;background-color:#000;border:none;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.product-caption .price{flex-wrap:nowrap}#main header{background-color:transparent!important}.wps-container .product-block{position:relative;padding:15px}.wps-grid-item li::marker{content:""!important}.wps-grid-item .woocommerce-loop-product__title{font-size:25px}.wps-container .product-block .price,.wps-container .product-block .count-review{display:none}.wps-container .product-block .product-action{border-top:0}.single-post #main header{justify-content:flex-start;flex-wrap:wrap}.single .hentry .entry-meta{flex-basis:100%}.prezzi_ecobonus_loop{display:flex;flex-direction:column;gap:6px;line-height:1.4}.prezzi_ecobonus_loop .prezzo-originale del{color:#999;font-size:.95em}.prezzi_ecobonus_loop .prezzo-originale-label{color:#999;font-size:.8em;font-style:italic}.prezzi_ecobonus_loop .prezzi-scontati{display:flex;flex-direction:column;gap:3px}.prezzi_ecobonus_loop .ecobonus-30 strong,.prezzi_ecobonus_loop .ecobonus-40 strong{color:#2e7d32;font-size:1.1em}.prezzi_ecobonus_loop .ecobonus-label{font-size:.85em;color:#555}.prezzi_ecobonus_loop .ecobonus-label small{color:#888}.single-product .price .prezzo-originale-label{font-size:.85em;color:#888;margin-left:4px}.single-product .price .ecobonus-label{font-size:.85em;color:#444;margin-left:4px}.single-product .price del{color:#999}.ecobonus-options{visibility:visible}.ecobonus-content{display:none}.ecobonus-loading{color:#888;font-size:.9em}onus-options{visibility:hidden}.price{transition:opacity 0.2s ease}@media only screen and (max-width:600px){.popup-content{padding:20px;margin:20px}.popup-content h2{font-size:27px}.popup-content p{font-size:20px}header{flex-direction:column;align-items:stretch}header.active{height:100vh;justify-content:flex-start}header.active .top{flex-basis:unset}header .top{flex-direction:row;padding:10px;align-items:center}header .top .info{display:none}.azioni svg path{fill:#000}body>header>div:nth-child(2){display:flex;align-items:center;justify-content:space-evenly}.toggle-btn{display:block}header.active .menu{margin:30px 0;position:absolute;top:28%;overflow:scroll;z-index:999;background-color:#000}header .navbar{display:none}header .navbar.active{overflow:hidden;font-family:Arial;width:100%;height:100vh;position:absolute;top:0;left:0;display:contents;text-align:left;z-index:9999999999}.navbar.active a{float:none;width:100%;box-sizing:border-box;text-align:left;font-size:22px;color:#fff;padding:10px 55px;font-family:var(--e-global-typography-accent-font-family)}.navbar.active .dropdown-content_semplice{position:relative}.navbar.active .dropdown-content_semplice a{padding:4px 0 4px 25px}.navbar>a:hover::before{display:none}.navbar>a:after{display:none}.navbar>a:hover{border:none!important}.dropdown_semplice:first-of-type,body>header>div.menu>div>div:nth-child(6){padding:0 0 0 45px}.dropbtn_semplice{font-size:22px;padding:0 10px}.nome_colonna svg{display:none}.dropdown .dropbtn:hover{border:none!important}.dropdown{position:static;padding:0 0 0 55px;width:100%}.dropdown-content .row{flex-wrap:wrap;max-width:100%;padding:0;justify-content:flex-start}.dropdown .dropbtn,.navbar a{padding:0 10px;font-size:22px}.dropdown-content{position:static;width:100%;max-width:300px;box-shadow:none;background-color:#000;padding:0!important;border:none;margin:5px 0}.dropbtn_semplice::before{right:-16px}.dropbtn::before{right:-24px}.colonna_menu{flex-basis:100%;padding:5px 25px}.dropdown-content .colonna_menu>div{display:none}.colonna_menu a{padding:10px 25px!important;font-size:15px!important}.nome_colonna{color:#fff;margin:0 0 5px 0;font-size:16px;font-family:var(--e-global-typography-accent-font-family);cursor:pointer;position:relative;max-width:max-content;display:block}.nome_colonna:after{content:"";position:absolute;right:-17px;bottom:9px;width:0;height:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #fff}.azioni{align-items:center;margin-top:10px;flex-wrap:nowrap;justify-content:space-evenly;position:fixed;bottom:0;left:0;border-top:solid 1px;width:100%;display:flex;z-index:999999;background-color:#fff}.azioni>div{padding:15px}.numero_prodotti{left:calc(100% - 20px);bottom:calc(100% - 25px)}.logo{margin:20px auto!important;padding:0 20px}#contenitore_cerca_prodotti .site-search{width:80%;top:27%}.filter-close{font-size:26px!important}.filter-close:after{font-size:30px!important}.bikys-canvas-header{position:sticky;top:0;background-color:#fff;z-index:999}.brand_prodotto_item{width:100%;height:auto;margin:10px 0}.brand_prodotto_item img{width:85%;height:auto;margin:0 auto}.brand_prodotto{top:0}.product .brand_prodotto{top:-10px!important}.single-product div.product form.cart .quantity.buttons_added{margin:0}.woosq-popup .stock.out-of-stock{font-size:11px!important}.process-intro h3{font-size:22px}.shipping-info h3{font-size:22px}.shipping-info{text-align:justify}.assembly-steps{margin:30px 0}.woocommerce-tabs-vertical .tabs-menu,.woocommerce-tabs-vertical .tabs-content{width:100%}.woocommerce-tabs-vertical .tabs-content h2,.woocommerce-Reviews-title{font-size:22px;text-align:center;margin:10px 0}.ecobonus-options p{font-size:13px}.elementor-widget-bikys-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal div.elementor-tab-title{display:flex!important;width:45%;padding:13px}.elementor-2882 .elementor-element.elementor-element-3e8171d{display:none}.woosw-items tbody tr{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.woosw-items tbody td{border:none!important}.woosw-list table.woosw-items tr:nth-child(2n) td{background-color:transparent!important}.woosw-items tbody .woosw-item--remove{flex-basis:10%}.woosw-items tbody .woosw-item--image{flex-basis:40%}.woosw-items tbody .woosw-item--info{flex-basis:50%}.woosw-items tbody .woosw-item--actions{flex-basis:100%;text-align:right}.woosw-items tbody .woosw-item--add{width:100%}.woosw-items tbody .woosw-item--add a{width:100%;text-align:center}.woosw-list .woosw-copy{flex-wrap:wrap}.woosw-copy-label{flex-basis:100%}.woosw-list .woosw-copy .woosw-copy-url{margin-left:0!important;}table.shop_table_responsive tr.woocommerce-shipping-totals td{width:100%!important}table.shop_table_responsive tr td[data-title]::before{float:unset!important;text-align:right;display:block}ul#shipping_method input[type=radio]+label{font-size:12px}.cart_totals .order-total td{font-size:22px!important}.includes_tax,.includes_tax .amount{display:flex;justify-content:flex-end;gap:2px}#shipping_method li>label::after{font-size:18px}.dettagli_spedizione{margin:10px 0}#shipping_method .dettagli_spedizione>span{margin:0 5px 0 0}#shipping_method_0_local_pickup1 label{padding-right:25px!important}#i-nostri-brand h1{font-size:50px}#i-nostri-brand>div>div{flex-basis:33.3%;padding:15px}#my-cart-popup{border-radius:4px;animation:fadeIn 0.5s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}#chiudi_cerca_prodotti{top:36%}.dgwt-wcas-search-wrapp{max-width:78%}#my-cart-popup{left:50%!important;transform:translateX(-50%);width:88%}#whatsapp-button{bottom:80px}#mailpoet_form_2 .mailpoet_submit{width:100%!important}#form_email_2{border-radius:0!important}#footer_bar .elementor-icon-box-title{margin:0!important;padding:0!important}.elementor-widget-bikys-search .site-header-search .button-search-popup .content{margin:2px 0 0 0}.site-search-popup.active .site-search-popup-wrap .site-search .search-submit{display:none!important}#footer_bar .elementor-icon-box-icon{text-align:center}}footer{background-color:#202020;font-family:"Heebo",Sans-serif;padding:25px 0}footer .colonna_footer>span{font-family:"Heebo",Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;line-height:24px;letter-spacing:0;color:#fff;margin:0 0 8px 0;display:block}footer .colonna_footer ul{color:#9e9e9e;font-weight:600}footer .colonna_footer .social{display:flex;gap:10px}footer .colonna_footer .social svg path{fill:#fff}footer svg{width:20px;height:20px}footer a{text-decoration:none;font-family:"Heebo",Sans-serif;font-size:16px;line-height:30px;color:#9e9e9e}footer ul{list-style:none;padding:0;margin:0}footer>div{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 30px auto;max-width:1600px;border-bottom:solid 1px #3b3a3a;padding:0 0 15px 0}footer>div:last-of-type{border:none;align-items:center}footer .telefono{font-family:"Bikys Heading",Sans-serif;font-weight:600;font-size:46px;text-transform:uppercase;line-height:46px;color:#fff}footer .email{display:flex;gap:7px;align-items:center}footer .email svg{background-color:#a8c62e;padding:6px;width:27px;height:27px}footer .titoli_footer{color:#a8c62e;font-size:20px;text-transform:uppercase;line-height:24px;min-height:27px;letter-spacing:0;margin:0 0 35px 0;display:block;font-family:"Bikys Heading",Sans-serif;font-weight:600}footer>div:first-of-type .colonna{flex-basis:25%}footer>div:first-of-type .colonna>span{font-size:14px;text-transform:uppercase;line-height:24px;letter-spacing:0}footer>div:last-of-type span{color:#FFF;font-family:"Bikys Heading",Sans-serif;font-weight:600;font-size:20px;text-transform:uppercase;line-height:24px;letter-spacing:0;margin:0 0 25px 0;display:block}footer .powered{color:#9e9e9e}.social{display:flex!important;gap:10px;list-style:none;padding:0;margin:10px 0 0 0}.social li{list-style-type:none!important;margin:0!important;padding:0!important}.social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:transform 0.2s ease,opacity 0.2s ease}.social-link:hover{transform:scale(1.1);opacity:.9}.social-link.facebook{background-color:#1877F2!important}.social-link.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}.social-link.tiktok{background-color:#010101!important;border:1px solid rgb(255 255 255 / .15)}.social-link svg{width:18px;height:18px;fill:#ffffff!important}@media screen and (max-width:1024px){.navbar a{padding:4px 12px;font-size:12px}.dropdown .dropbtn{font-size:22px;padding:0 0}.dropbtn_semplice{font-size:22px}.azioni{margin:0}#introduzione{padding:0 20px}#i-nostri-prodotti,#mondo-dei-trasporti,#i-piu-venduti,#i-nostri-brand,#nuovi-arrivi,#recensioni,#info,#newsletter,footer{padding:60px 20px}#introduzione>div{flex-wrap:wrap}#introduzione>div>div:first-of-type{flex-basis:100%}#introduzione>div>div:nth-child(2){flex-basis:100%}#introduzione img{margin:0 auto}#i-nostri-prodotti h3{font-size:35px}#mondo-dei-trasporti>div{flex-wrap:wrap}#mondo-dei-trasporti>div>div{flex-basis:50%}.home .product{flex-basis:50%}.home .titolo_sezione{text-align:center}.home .titolo_sezione:before{display:none}#i-nostri-brand .brand{flex-basis:26%}#i-nostri-brand>div{justify-content:center}#recensioni h2{margin:20px auto!important;text-align:center}#recensioni h3{text-align:center}#recensioni>div{flex-wrap:wrap}#recensioni>div>div:first-of-type{flex-basis:100%}#recensioni>div>div:nth-child(2){flex-basis:100%;position:relative}#info>div{flex-wrap:wrap}#info>div>div{flex-basis:100%}footer>div>div{flex-basis:100%}footer>div:first-of-type{flex-basis:50%;margin:20px 0}}@media only screen and (max-width:600px){footer>div{max-width:100%}footer>div:nth-child(2)>div{margin:0 0 30px 0}footer .titoli_footer{margin:0 0 10px 0}footer .colonna_footer ul{font-size:14px}footer a{line-height:40px}footer .telefono{font-size:30px}.colonna_footer{margin:15px 0}}