@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('balloon.min.css');

* { 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%; }
html, body {  height:100%; }
body {background: #FFF; margin: 0px; font-family: "Forum", serif; letter-spacing:1px; font-weight: 300; font-size:14px; -webkit-text-size-adjust:100%;  color:#222; line-height:22px;  }
a { text-decoration:none; outline:none; color:#111; text-overflow:ellipsis; font-weight:normal; }
a:hover, a.selected { text-decoration:none; color:#444; transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-family: "Bebas Neue", sans-serif;  font-weight:bold; }
h1 { margin-bottom:20px; font-size:40px; }
h1.title { text-transform:uppercase; margin:0px; text-align:center; letter-spacing:2px; }
h2 { font-size:30px; }
h3 { font-size:18px; margin-bottom:20px; line-height:26px; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
.round img { border-radius:1000px; overflow:hidden; }
input, select, textarea { border-radius:0; color:#444; font-family: "Bebas Neue", sans-serif; font-size:16px; padding: 10px; letter-spacing:1px; background-color: #FFFFFF; border: 1px solid #CCCCCC; width:100%; }
input:focus, textarea:focus, select:focus { border-color: #000; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='radio'] { height:20px; width:20px; }
input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background:#444; line-height:normal; line-height:normal; text-align:center;  text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background: #888;}
.btn-primary, input.btn-primary { background-color:#000000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#000000; }
.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FFF; margin-bottom:20px; display:block; background:#FF0000; padding: 5px 10px; border-radius: 5px; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; border-radius: 5px; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; height:auto; }

.check-list li { position:relative; padding-left:35px; margin-bottom:20px;  }
.check-list li input { position:absolute; top:0; left:0; }
.check-list li label { font-family: "Bebas Neue", sans-serif; font-size:18px; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; margin:0px; padding: 5px 0; color:#444; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; width:30px; text-align:center; display: inline-block; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc li { list-style:disc; margin:0 0 5px 20px; }
ul.list_disc li li { list-style:circle; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; background:#FFF; }
.content { max-width:1260px; margin: 0 auto; clear: both; padding:0 40px; position:relative; }
.cover { height: calc(100vh - 100px); background-position:center center; background-repeat: no-repeat; background-size:cover;}

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#444; }
.black, .black a { color:#000; }
.hidden { display:none; }
.block { display:block; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt10 { margin-top:10px; }
.mb10 { margin-bottom:10px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }
.relative { position:relative; }

table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #888; padding: 2px 5px; font-family: "Bebas Neue", sans-serif; }
thead td { background:#EEE; letter-spacing:2px; }
figure { overflow:hidden; }
figure * { transition: all .9s ease-in-out; line-height:normal; }
figure img { display:block; }
figure.zoom:hover img, .item:hover figure.zoom img { filter: none; transform: scale(1.1);  }
figure.fade:hover img { opacity:0.5;  overflow:hidden; }
figure.fade { background:#000; }

#privacy { padding:40px; text-align:justify; }


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

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

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.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%; }
.iphone_show { display:none; }

.span_25 { width:25%; float:left; }
.span_20 { width:20%; float:left; }

.bgcolor1 { background:#EEE;  }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); }

#header .wrapper { position:fixed; top:0; left:0; right:0; z-index:100; height:140px; padding-top:20px; font-family: "Bebas Neue", sans-serif; }
#header .grid-header { display:grid; grid-template-columns: 350px 1fr 300px; align-items: baseline; }
#header .logo img { height:40px; width:auto; }
#header .menu { text-align:center; }
#header .menu ul { margin: 0 auto; }
#header li { margin-left:30px; font-size:20px; }
#header .menu ul ul { margin-left:-10px; }
#header li li { margin:0; padding:2px; }
#header li:last-child, #header li li { border:0px; }
#header li li { border:0px; padding:5px 10px; font-size:14px; }
#header .shopping { text-align:right; font-size: 18px; }
#header li ul { padding:10px 0; }
#header.smaller { display:block; position:relative; }
#header .title_newsletter { margin:10px 0 5px 0; color:#AAA; }

#header .cart_mini { display:none; max-height: 400px; overflow-y: auto;  width:300px; padding:15px; background:#FFF; position:absolute; top:60px; right:30px; z-index:2000; -moz-box-shadow:3px 3px 6px #777; -webkit-box-shadow:2px 2px 1px #000; box-shadow:3px 3px 6px #777; }
#header .cart_mini .item { border-bottom:1px solid #EEE; min-height:45px; padding: 5px 0 5px 0; line-height:normal; font-size:14px; }
#header .cart_mini .item a { font-weight: bold; color: #333; padding:0px; margin:0px; }
#header .cart_mini .item img { float:left; margin-right:10px; border:1px solid #CCC; width:60px; }
#header .cart_mini .item .image { width:40px; height:45px; background:#FFF; float:left; border:1px solid #EEE; margin-right:10px; }
#header .cart_mini .item .price { text-align:right; }
#header .cart_mini .total { margin: 10px 0 10px 0; text-align: center; font-weight:bold; color:#000; }
#header .cart_mini .btn { text-transform:uppercase; font-weight:bold; text-align:center; display:inline-block; width:100%; padding: 10px 0;  }
#header .cart_mini .start .btn { margin:0; }
#header .cart_mini .start h3 { margin:0; border:0; }

.header-section { margin-bottom:40px; }


.shipping-notice { letter-spacing:1px; text-align:center; padding:7px 10px; background:#000; color:#FFF;  }
.shipping-notice i { margin-right:5px; }
.cart thead td { background: #EEE; padding:10px; text-transform:uppercase; letter-spacing:1px; font-size:14px; font-family: "Bebas Neue", sans-serif; }
.cart table { border:0px; }
.cart td { line-height:19px; border:0px; border-bottom:1px solid #DDD; padding: 15px 10px; vertical-align:top; }
.cart tr:last-child td { border:0px; }
.cart td img { float:left; border:1px solid #CCC; margin-right:10px; width:80px;  }
.cart td img.colore { width:30px; height:30px; border-radius:200px; margin:0px; border:0px; float:none; }

.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; }
.cart .buttons, .checkout .buttons { margin:40px 0; }
.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; }
.response { text-align:center; padding:40px 0; }
.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; }


#main { margin-top:70px; }
#main.page { margin-top:100px; }
.footer { font-size:13px; line-height:18px; color:#444; padding:40px 0; font-family: "Forum", serif; text-align:center; }
.footer a { font-weight:normal; color:#888; }
.footer .social {  border-top:1px solid #CCC; padding-top:40px; margin-top:40px; }
.footer .social ul { margin:0 auto 40px auto;  }
.footer .social i { width:30px; height:30px; text-align:center; border-radius:200px; padding-top:7px; color:#222; margin:0px; border:1px solid #222; }
.footer .social li { display:inline-block; float:none; margin-left:5px; }
.footer h4 { text-transform:uppercase; font-weight:normal; font-size:15px; font-family: "Forum", serif; margin-bottom:5px; }
.footer h3 { margin: 0 0 40px 0; }
.footer .address { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }

.slide22 li { height: calc(100vh - 200px); min-height:550px; background-position:center center; background-repeat: no-repeat; background-size:cover; position:relative; } 
.slide22 li .content { position:absolute; top:40%; left:80px;}
.slide22 li .cat { border-bottom:1px solid #FFF; font-size:20px; padding-bottom:10px; text-transform:uppercase; color:#FFF; margin-bottom:20px; }
.slide22 li h1 { font-family: "Bebas Neue", sans-serif;  font-weight:bold; font-size:60px; color:#FFF; line-height:80px; }

#main { margin-top:140px;}

.grid-home { display:grid; grid-template-columns: 2fr 1fr; gap:20px; margin-bottom:20px; }
.grid-home .item { position:relative; }
.grid-home .item .text { position:absolute; bottom:0px; top:0; left:0; right:0; text-align:center; display: flex; align-items: center; justify-content: center; }
.grid-home .item h3 { font-weight:bold; font-size:28px; color:#FFF; text-transform:uppercase;  }
.grid-home .item a { color:#FFF; }

.grid-home-2 { display:grid; grid-template-columns: 1fr 2fr; gap:20px; margin-bottom:20px; }
.grid-home-2 .item { position:relative; }
.grid-home-2 .item .text { position:absolute; bottom:0px; top:0; left:0; right:0; text-align:center; display: flex; align-items: center; justify-content: center; }
.grid-home-2 .item h3 { font-weight:bold; font-size:28px; color:#FFF; text-transform:uppercase;  }
.grid-home-2 .item a { color:#FFF; }


.grid-products { display:grid; grid-template-columns: 1fr 1fr 1fr; gap:40px; }
.grid-products figure { margin-bottom:10px; }
.grid-products h3 { margin-bottom: 5px; }

.grid-products-item { display:grid; grid-template-columns: 1fr 1fr; gap:80px; }

.grid-varianti { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px; text-align:center; margin:40px 0; }
.grid-varianti figure { margin-bottom:5px; }

.scheda .price { margin-bottom:40px; font-size:16px; }
.scheda input[type='submit'] { width:100%; }
.scheda .details { padding-left:40px; }
.scheda .image { overflow:hidden; }
h2.more { margin: 100px 0 40px 0; }

.about .item { max-width:100%; margin:0 auto; padding:40px 0; }
.about .item h2 { margin-bottom:20px; }

p.section { text-transform:uppercase; }
p.tag { margin-top:20px; color:#222; }
p.tag a { color:#444; font-weight:normal; display:inline-block; margin:0 0 5px 0; padding:2px 5px; border:1px dotted #CCC; }
p.tag a:hover { color:#000; border-color:#000; }

.slick-prev::before, .slick-next::before { color: #222; }
.slick-prev, .slick-next { top:45%; }


.share i { padding:5px; margin:0px; color:#444; }
.share a:hover i { color:#000; }
.share a { font-weight:normal; color: #444; }
.share ul { margin:0 auto; text-align:center; }
.share ul li { border:0px; display:inline; }

.gallery .span_2_of_2.item { margin:20px 0; }
.gallery .item { position:relative; }
.gallery .item .overlay { display:none; }
.gallery .item:hover .overlay { display:block; }
.gallery * { transition: all .2s ease-in-out; }
.gallery .item img { display:block; }

.pagination { margin: 20px 0 40px 0; }
.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; }

.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; align-items: end; }

.gallery .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.gallery .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.gallery .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.gallery .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.gallery .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.gallery .col { margin-bottom:1.6%; }
.gallery img { display:block; }
.gallery .item { position:relative; }

.masonry-layout { column-count: 3; -webkit-column-count: 3; column-gap: 20px;  -webkit-column-gap: 20px; margin-top:40px; }
.masonry-layout .item {break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom:20px; }


.global-site-notice {  background-color:rgba(0, 0, 0, 0.5);  color: #FFF; display:block;  padding: 20px; float:none; font-size:16px;  position: fixed; right:10px; bottom:10px;  z-index:100; max-width:350px; }
.global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; padding-right:50px; }
.global-site-notice .notice-inner p { width: auto; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; color:#FFFF00; }
.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; }

.scrolloff { pointer-events: none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:80px;  }
div.top .fa { margin:0px; }
div.top a { display:block; width:30px; height:30px; text-align:center; border-radius:200px; padding-top:2px; border:1px solid #444; color:#444; }

.map { -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }

 
#header .nav-menu { position:relative; display:block; }
#header .nav .fa { margin-right:0px; }
#header .nav-item { display:inline-block; zoom:1; position:relative; }
#header .nav-item a { display:block; text-transform:uppercase; }
#header .nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
#header .nav-submenu { display:none; position:absolute; z-index:200; background:#FFF; width:250px; text-align:left; }
#header .nav-submenu-item a { display:block; width:100%; }
#header .nav-submenu-item a:hover { text-decoration:none; }

/* Mobile navigation */
#header .nav-mobile { color:#000; display:none; position:absolute; top:20px; right:10px; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:7px 10px; }

/* Mobile navigation, clickable area for revealing <ul> */
#header .nav-click { position:absolute; top:0; right:0; display:none; height:39px; width:40px; cursor:pointer; text-align:center; }
#header .nav-click i { display:block; height:30px; width:40px;  font-size:18px; padding:12px; text-align:center; margin-left:-10px; }
#header .nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }