﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; height:100%; }
body { margin: 0px; font-family: 'Poppins', sans-serif; font-size:14px; position: relative;-webkit-text-size-adjust: none; color:#222; }
h1, h2, h3, h4, h5 { font-weight:400; }
h1 { text-align:center; font-size:36px; margin:40px 0; text-transform:uppercase; line-height: 46px; }
h2.section { font-size:30px; margin:0 0 20px 0; text-transform:uppercase; }
h3 { margin-bottom:20px; font-size:18px; line-height:24px;}
h4 { font-size:16px; }
a { color:green; text-decoration:none; }
a:hover { color:#000; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; }
input, select, textarea, button, a.btn { padding:8px; font-family: 'Poppins', sans-serif; font-size:14px; background:#EEE; border-bottom:1px solid #000; }
select { background: url('../images/select_arrow.png') right center no-repeat #EEE; padding: 8px 35px 8px 8px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
input[type='number'] { text-align:center; font-weight:bold; font-size:18px; padding:5px;  }
input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { line-height:normal; display:inline-block; text-align:center; background:#FFF; color:#000; border:2px solid #000; cursor:pointer; text-transform:uppercase; font-weight:bold; padding: 10px; letter-spacing:1px; }
input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { color:#FFF; background:#000; }
input.btn-primary, a.btn-primary, button.btn-primary { background:#000; color:#FFF; }
input.btn-primary:hover, a.btn-primary:hover, button.btn-primary:hover { background:#FFF; color:#000; }
input[type='radio']:checked { background:#000; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px; cursor:pointer; margin-bottom:10px; }
input[type='radio'] { border-radius:200px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
input, select, button, a.btn { height:45px; }
.row { margin-bottom:10px; }
.btn.whatsapp { border-color:green; background:green; color:#FFF; }
.btn.whatsapp:hover { background:#FFF; color:green; }
.label { text-align:right; padding:10px 20px 0 0; }
ul.list-disc li { list-style:disc; padding-left:10px; margin:5px 0; margin-left:15px;  }
.check-list label { font-weight:bold; }
.check-list li { padding:10px 0 10px 35px; position:relative; margin-bottom:5px; text-transform:uppercase; text-align:left;  }
.check-list li input { left:0; top:10px; position:absolute; }
form h3 { margin-bottom:10px; text-transform:uppercase; font-weight:bold; }
::placeholder { color: #555; opacity: 1; }
:-ms-input-placeholder { color: #555; }
::-ms-input-placeholder { color: #555; }
img { display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center center #FFF; }
img.scale { width:100%; height:auto; }
label { cursor:pointer; }
span.new { position:absolute; background:#FF0000; color:#FFF; padding:5px 10px; z-index:2; right:20px; text-transform:uppercase; font-size:13px; font-style: italic; }
table { width:100%;  border-collapse: collapse; }
thead td { color:#000; padding: 8px 10px;  text-transform:uppercase; font-size:14px; border-bottom:1px solid #000; }
tbody td { border-bottom:1px solid #000; padding: 8px 10px; vertical-align:top; }
.videoWrapper { background:#000; position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1300px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.content-small { max-width:660px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.phone_show { display:none; }
.nowrap { white-space:nowrap; }
.mb60 { margin-bottom:60px; }
.mt40 { margin-top:40px; }
.mt20 { margin-top:20px; }
.mb40 { margin-bottom:40px; }
.mb20 { margin-bottom:20px; }
.mr40 { margin-right:40px; }
.mr30 { margin-right:30px; }
.mr20 { margin-right:20px; }

.bio { padding:10px 10px 10px 110px; background:url('../images/logo_bio.svg') no-repeat 10px 10px; background-size: 80px auto; background-color: #ecf9d8; }
.grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; }
.grid-4 img { border:1px solid #DDD; }

group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0% 0 0% 5%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 47.5%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 30%; }
.span_2_of_3 { width: 65%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 21.25%; }
.span_2_of_4 { width: 47.5%; }
.span_3_of_4 { width: 73.75%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 16%; }
.span_2_of_5 { width: 37%; }
.span_3_of_5 { width: 58%; }
.span_4_of_5 { width: 79%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 12.5%; }
.span_2_of_6 { width: 30%; }
.span_3_of_6 { width: 47.5%; }
.span_4_of_6 { width: 65%; }
.span_5_of_6 { width: 82.5%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }

.tabs ul { margin:0 auto; text-align:center; }
.tabs li { display:inline-block; }
.tabs a { padding:10px 20px; text-transform:uppercase; border-bottom:2px solid #114E93; display:block; text-align:center; color:#114E93; font-size:13px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom-color:#F28E23; color:#F28E23; text-decoration: none; }
.tabcontent { padding:20px; }


.gray { color:#AAA;}
.center { text-align:center; }
.right { text-align:right; }
.relative { position:relative; }
.separator { padding-top:60px; margin-top:60px; border-top:1px solid #000; }
.red, .red a {color:#DABF8E; }
.flex { display: flex; align-items: center; justify-content: center; }

.logo img { height:120px; width:auto; margin: 10px 0; display:inline-block; }
#header .content { padding: 0 20px; text-align:center; } 
#header { background:#FFF; position:fixed; z-index:222; top:0; left:0; right:0; transition: .5s ease-in-out; }
#header .menu { background:#FFF; font-size:16px; }
#header .menu a { color:#000; }
#header a.selected, #header a:hover { color:green; }
#header .openmenu { display:none; }
#header .lang a { display:inline-block; padding-right:0px; }
#header .menu .tot { background:#F28E23; color:#FFF; font-size:11px; border-radius:200px; float:right; width:20px; height:20px; text-align:center; line-height:20px; margin-left:10px; }
#header .menu #shopping-cart { display:inline; }
#header .menu .total-price { color:#000; font-weight:normal; }
#header .menu a:hover .tot { background:#F28E23; color:#FFF; }
#header .menu .shoppingbag a { font-weight:bold; color:green; }
#header .lang { position:fixed; z-index:222; left:40px; top:15px; }
#header .lang li { display:inline-block; text-align:center; margin-right:5px; border-bottom:2px solid #FFF; padding-bottom:2px; }
#header .lang li a { color:#000; }
#header .lang li.selected a { color:green; border-bottom:2px solid green; }



#footer { background:#222; padding: 30px 0; font-size:13px; color:#EEE;  }
#footer a { color:#CCC; }
#footer a:hover { color:#FFF; }
#footer a.selected { color:green; }
#footer ul { margin-top:10px; }
#footer .credits { text-align:center; margin-top:20px; }
#footer .social i { font-size:16px; width:30px; height:30px; text-align:center; background:green; color:#FFF; padding-top:6px; }
#footer .social  i:hover { background:#FFF; color:#000; }
#footer .icon li {text-align:center; display:inline-block; margin-right:5px;}
#footer h4 { font-weight:normal; text-transform:uppercase; }
#footer .card { margin-top:20px; }
#footer .card i { font-size:24px; margin-top:10px; color:#CCC; }
.certifield li { display:inline-block; margin-right:20px;}

.header-page { text-align:center; margin-bottom:20px; font-size:18px; padding-top:20px; }
.header-page h2, .header-page h1 { margin:0 0 20px 0; }
.header-page p { margin-bottom:20px; }

#main { padding-bottom:40px; margin-top:200px; }
.cover-main { position:relative; }
.cover-main .text { position:absolute; bottom:50px; left:0; right:0; z-index:2; text-align:center; color:#FFF; text-shadow: 2px 2px 3px #333;  }
.slide li { background-repeat:no-repeat; background-size:cover; height: -moz-calc(100vh - 300px); height: -webkit-calc(100vh - 300px); height: calc(100vh - 300px); background-position:center center; }
.slide li .bg { background-color: rgba(0, 0, 0, 0.4); position:absolute; top:0; bottom:0; left:0; right:0; }
.cover { background-position: center; background-repeat: no-repeat; background-size: cover; height: -moz-calc(100vh - 400px); height: -webkit-calc(100vh - 400px); height: calc(100vh - 400px); }
.cover h1 { color:#FFF; text-shadow: 2px 2px 3px #333; }
.cover .text { background:#FFF;  padding:40px; max-width:600px; margin:0 auto; text-align:center; font-size:16px;  }
.cover .text h1 { font-size:30px; color:#000; margin:10px 0; text-shadow: none;}
.cover .text h3 { color:green; text-transform:uppercase; letter-spacing:2px; margin:0px; }
a.link {  font-size:28px; margin-top:10px; display:inline-block; font-family: 'Cormorant', sans-serif; text-decoration:underline; color:green; }
.box-form { background:#EEE; padding:30px; }
.box-form h2.section { margin-top:0px; }

#msg-result-cart { position:fixed; bottom:0; left:0; right:0; background:green; color:#FFF; z-index:22222; }
#msg-result-cart div { padding:15px; text-align:center; }
#msg-result-cart div a { color:#FFF; }
i { margin: 0 2px; }
.item-row { padding-top:40px; padding-bottom:40px; line-height:24px; }

.box-home .text { background:#FFF; padding:20px; text-align:left; margin:-100px 20px 20px 20px; position: relative; }
.box-home h3 { text-transform:uppercase; font-size:18px; }

.list-product { margin-top:40px; }
.list-product h2 { margin-bottom:20px; text-align:center; text-transform:uppercase; }
.list-product .item { text-align:center; position:relative; }
.list-product .item h3 { text-transform:uppercase; margin-bottom:8px;font-size: 16px; line-height: 22px; }


.list-blog { margin-top:20px; }
.list-blog .item { margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #888;}

.scheda_prodotti h1 { text-align:left; margin: 40px 0 20px 0; }
.scheda_prodotti h2 { margin-bottom: 40px; }
.scheda_prodotti .technical p.text { font-size:16px; color:#555; margin:20px 0; column-count: 2; column-gap: 80px; text-align:justify; }
.scheda_prodotti .image { position:relative; text-align:center; padding:40px; }
.scheda_prodotti .image span.new { top:10px; right:10px;  }
.scheda_prodotti p.price { font-size:18px; }
.scheda_prodotti .print { margin:40px 0; }
.scheda_prodotti .print a { background:#777; color:#FFF; padding:5px 15px; font-size:11px; }
.scheda_prodotti .print a:hover { background:#999; }
.focus { background:green; color:#FFF; }
.focus .text { padding:40px 40px 40px 0;}
.focus li { margin-bottom:20px; position:relative; padding-left:60px; }
.focus li:last-child { margin-bottom:0px; }
.focus li i { font-size:30px; position:absolute; left:0; top:0; width:50px; text-align:center; }
.focus h2 { margin-bottom:40px; }
.focus .text { padding: 40px; }

.list-icon .box { background:antiquewhite; }
.list-icon .bio { background:#ccffcc; }
.list-icon .shipping { background:#cceeff; }
.list-icon li { padding: 8px 10px; margin: 5px 0; }
.list-icon i { margin-right:10px; width:20px; text-align:center; }

.map { height: 550px; filter: brightness( 95% ) contrast( 117% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ); }

.grid-list { display:grid; grid-template-columns: 30% 30% 30%; grid-column-gap:5%; }

.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .col { margin-bottom:1.6%; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:40px;  }
div.top img { display:block; cursor:pointer; width:40px; height:40px; }
.home .video { margin-bottom:20px; }

#intro { background:#000; }
#intro div { width:100%; min-height:100%; background:#FF0000; }

.alert { display:none; width:600px; height:280px; font-size:16px; }
.alert h2 { border-bottom:1px solid #444; padding-bottom:10px; margin-bottom:20px; }

.nav { text-transform:uppercase; }
.hidden { display:none; }

.global-site-notice {  background: #222 none repeat scroll 0% 0%;  color: #CCC; display:block;  padding: 10px 30px; float:none; font-size:12px; }
.global-site-notice .notice-inner { max-width:100%; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner a { font-weight:bold; color:#DAA520; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
#close-cookie-notice { position: absolute; right:0; top:0px; }
.global-site-notice.hidden { display:none; }

#header .cart { position:fixed; top:15px; right:20px; z-index:2222; color:#000; }
#header .cart .totalcart { cursor:pointer; position:relative; padding-right:90px; }
#header .cart .totalcart svg { height:26px; width:auto; position:absolute; right:40px; top:0px; }
#header .cart .totalcart span { background:green; padding:2px; width:20px; height:20px; text-align:center; color:#FFF; position:absolute; right:15px; top:-5px; border-radius:200px; display:block; font-weight:bold; font-size:12px; }
#header .cart i { font-size:20px; border-radius:200px; text-align:center; }
#header .cart_mini { display:none; max-height: 400px; overflow-y: auto;  width:290px; padding:10px; background:#FFF; position:absolute; top:40px; right:0; z-index:2000; -moz-box-shadow:3px 3px 6px #777; -webkit-box-shadow:3px 3px 6px #777; box-shadow:3px 3px 6px #777; }
#header .cart_mini .item { border-bottom:1px solid #EEE; min-height:80px; padding: 5px 0 5px 60px; line-height:normal; color:#000; position:relative; text-align:left; }
#header .cart_mini .item a { padding:0px; margin:0px; color:green; }
#header .cart_mini .item img { position:absolute; top:5px; left:0px; width:50px; height:auto;}
#header .cart_mini .total { margin: 10px 0 10px 0; text-align: center; font-weight:bold; color:#000; }
#header .cart_mini .btn {  text-align:center; display:inline-block; width:100%; padding: 10px 20px; letter-spacing: 1px; height: 45px; }
#header .cart_mini .start .btn { margin:0; }
#header .cart_mini .start h3 { margin:0; border:0; }
.cart table { background:#FFF; }
.cart td { line-height:19px; }
.cart td img { float:left; margin-right:30px; width:100px; height:auto; }
.cart td a { font-weight:bold; }
.cart .payments_list { margin-top:20px; }
.cart .payments_list .item { padding:10px 10px 0 10px; background:#EEE; margin-bottom:1px; }
.cart .payments_list .item img { float:right; margin:-10px 15px 0 0; }
.cart .payments_list label { cursor:pointer; }
.cart .detail { margin-top:20px; }
.cart h3 a.edit { font-size:12px; float:right; margin-top:5px; display:inline-block; }
.payments .item { background:#999; padding:10px; margin-top:20px; color:#FFF; font-weight:bold; }
.payments .detail { margin:0px; border:2px solid #999; padding:10px; font-size:13px; }
p.price { font-weight:bold; margin:5px 0 10px 0; min-height: 50px; }
p.price span { color:#777; font-weight:normal; margin-left:10px; }
.response { text-align:center; }
.response h3 { font-weight:bold; margin-bottom:20px; }
.response .checkout_process .col { position:relative; padding-top:40px; margin-top:20px; }
.response .checkout_process .col i { position:absolute; top:0px; left:0; right:0; font-size:30px; }
.empty { text-align:center; font-size: 16px; }
.empty p { font-size: 16px; margin-bottom:40px; }


.pagination { margin: 20px 0 40px 0; text-transform: uppercase; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #DDD; }
.pagination .page b { color: #E50026; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }


.nav { position:relative; display:inline-block; }
.nav-item { float:left; *display:inline; zoom:1; position:relative; }
.nav-item:last-child { padding:0; margin:0; border:0; }
.nav-item a { display:block; padding: 15px 20px; color:#000; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none;  }
.nav-item.lang .nav-submenu { width:40px; margin-left:0px; }
/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:40px; left:0px; width:280px; padding:5px 0; z-index:200; text-align:left; background:#FFF;  }
#header .menu li .nav-submenu li { display:block; }
.nav-submenu-item a { color:#FFF; display:block; padding: 10px 15px;  }
/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:0px; left:0; font-size:30px; padding:8px 0 0 0; height:45px; width:40px; color:#000; text-align:center; }
.nav-mobile img { margin:0; width:30px; }
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { position:absolute; top:5px; right:5px; display:none; height:45px; width:50px; cursor:pointer; }
.nav-click i { display:block; height:39px; width:40px; font-size:18px; color:#CCC; text-align:center; position:absolute; top:0; left:0; padding:10px 0 0 0; margin:0px; }
.nav-rotate i { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
