@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;600&display=swap');
@import url('balloon.min.css');
@import url('hover.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;  -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%; }
body { background: #FFF; margin: 0px; margin-top:60px; font-family: 'Quicksand', sans-serif; font-size:14px; -webkit-text-size-adjust:100%; color:#000; }
a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; }
a:hover, a.selected { text-decoration:none; color:#999; 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; }
label { cursor:pointer; font-size:13px; }
.nowrap { white-space:nowrap; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px;font-family: 'Quicksand', sans-serif; }
h1 { font-size:30px; margin-bottom:18px; }
h3 { margin-bottom:20px; font-size:16px; text-transform:uppercase; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
input, select, button { height:45px; font-family: 'Quicksand', sans-serif;}
input, select, textarea { font-family: 'Quicksand', sans-serif; border-radius:0; color:#444; font-size:13px; padding: 10px; background-color:#FFF; border:0px; border-bottom:1px solid #000; }
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:left; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='checkbox'], input[type='radio'] { padding:0; height:25px; width:25px; float:left; margin-right:10px;  border: 1px solid #CCCCCC;  }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
input[type='radio'] { border-radius:200px; }
select { background: url('select_arrow.png') right center no-repeat #FFF; padding: 7px 35px 7px 7px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px; border:1px solid #000; cursor:pointer; display:inline-block; color:#000; background:#FFF;  line-height:normal; text-align:center; font-weight:bold; text-transform:uppercase;}
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background: #000; color:#FFF; }
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#444; }
.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; }
strike { color:red; margin-left:10px; }
input.update-btn { background:#EEE; color:#000; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; margin:0px; padding: 5px 0; color:#999; border-bottom:1px dotted #000; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
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; }
.check-list li { margin-bottom:20px; position:relative; padding-left:40px; }
.check-list li input { position:absolute; top:0; left:0; }
.check-list li label { text-transform:uppercase; font-weight:bold; padding-top:5px; display:block; }
.check-list li .detail { margin-top:10px; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; background:#FFF; }
.content { max-width:90%; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-small { max-width:750px; margin: 0 auto; clear: both; position:relative; }

.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:#999; }
.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; }
.mb10 { margin-bottom:10px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }
.p20 { padding:10px; }

table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #EEE; padding: 2px 5px; }
thead td { border-bottom:1px solid #000; }
figure { overflow:hidden; position:relative; }
figure * { transition: all .2s ease-in-out; line-height:normal; }
figure img { display:inline-block; }
figure.zoom a:hover img { filter: none; transform: scale(1.1);  }
figure.fade a:hover img { opacity:0.5;  overflow:hidden; }
figure .etichetta { position:absolute; right:10px; top:10px; z-index:2; width:60px; height:60px; border-radius:200px; background:orange; padding:15px 10px; line-height:15px; font-size:12px; text-align:center; font-weight:bold; }
figure .discount { position:absolute; left:10px; top:10px; z-index:2; background:red; color:#FFF; padding:15px 10px; line-height:15px; font-size:12px; text-align:center; font-weight:bold; padding:5px 10px; }
.etichetta.type_48 { background:red; color:black; }
.etichetta.type_52 { background:goldenrod; color:black; }

.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; }

.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); }
.sticky { z-index:2; position: fixed; top: 0; left:0; right:0; }
blockquote {  margin: 1.5em 10px; padding: 0.5em 0px; quotes: "\201C""\201D""\2018""\2019"; font-size:18px; line-height: 30px; }
blockquote:before { color: #ccc; content: open-quote; font-size:4em;  line-height:0; margin-right: 0.25em; vertical-align: -0.5em;  }
blockquote p { display: inline; }
.btn-whatsapp { cursor:pointer; font-size:13px; background-color: #01e675; color: #fff; text-transform:uppercase; font-weight:bold; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

.tab li { display:inline-block; width:24%; text-align:center; font-size:14px; }
.tab li a { display:block; border-bottom:1px solid #AAA; color:#AAA; padding:10px 20px; }
.tab li a.selected { color:#000; border-bottom:2px solid #000; }
.tabcontent { padding: 20px 0; font-size:14px; }

#header { text-align:center; position:fixed; top:0; left:0; right:0; height:90px; background:#FFF; z-index:2; }
#header .logo img { height:60px; width:auto; margin: 15px 0; }
#header .menu li { display:inline-block; margin:10px; text-transform:uppercase; }
.menu-button2 { display:none; }

.header a.selected { color:#000;  }
.btn-menu a { color:#000; text-transform:uppercase; }  
.btn-menu i { margin-right:5px; }


.footer { text-align:center; max-width:90%; margin:0 auto; padding:40px 0; font-size:13px; line-height:18px; }


.box-login { position:absolute; top: 50%; left: 50%;  width: 400px; height: 300px;  padding:20px 40px; margin-top: -150px; margin-left: -200px; z-index:2; background:rgba(250, 250, 250, .9) }
.box-login h2 { margin:20px 0; text-align:center;  }
.box-login p { margin-bottom:20px; text-align:center; line-height:20px; }
p.section, p.section a { color:#999; margin-top:20px; }
p.price { font-weight:bold; font-size:18px; }

.cover { position:relative; }
.cover li { height: calc(100vh - 250px); background-position:center center; background-repeat: no-repeat; background-size:cover; overflow:hidden; position:relative; }
.cover .button h2 { color:#FFF; margin: 40px 0; font-size:30px; font-family: 'IBM Plex Serif', serif; }
.cover .button { color:#FFF; position:absolute; bottom:100px; z-index:22; left:0; right:0; text-align:center; margin:0 auto; }
.cover .button .btn { border:1px solid #FFF; min-width:200px; background:none; color:#FFF; }
.cover .button .btn:hover { background: #FFF; color:#000; }


.header-page { padding: 40px 0; }
.header-page h1 { font-size:26px; margin:0px; }
.header-page h1 span { font-size:18px; }
.nav a { color:#888; }
.nav i { margin: 0 5px; }
.list-products .item { border-bottom:1px solid #EEE; padding: 20px 0; text-align:left; }
.list-products .item h2 { font-size:18px; margin-bottom:10px; }
.list-categories li { border-bottom:1px solid #EEE; position:relative; }
.list-categories li a { display:block; padding: 10px 0; }
.list-categories li:hover span.tot { background:#999; }
span.tot { background:#CCC; color:#FFF; padding:2px; width:20px; height:20px; text-align:center; border-radius:200px; display:inline-block; font-size:12px; position:absolute; top:10px; right:0px; }

.list-products .scheda { padding: 20px 0; }
.list-products .scheda p.price { margin: 20px 0; }

.share { text-transform: uppercase; letter-spacing: 1px;  margin-top:20px; font-size:14px; }
.share i { padding:5px; margin:0px; }
.share a:hover i { color:#000; }
.share ul { margin:0 auto; text-align:right; }
.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; }

.subnav { max-width:450px; margin:0 auto; text-align:center; margin-top:40px; }
.subnav .col { position:relative;  }
.subnav a { display:block; padding:10px; text-transform:uppercase;  letter-spacing:1px; }
.subnav .left a { padding-left:40px; text-align:left; }
.subnav .left i { left:10px;  }
.subnav .right a { padding-right:40px; text-align:right; }
.subnav .right i { right:10px;  }
.subnav i { font-size:18px; position:absolute; top:12px; }


.bg_gray { background:#EEE; }

.masonry { column-count: 5; column-gap: 1em; }
.masonry .item { display: inline-block; margin: 0 0 20px; width: 100%; }


.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; }

.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 .span_1_of_7:nth-child(7n+1) { margin-left:0px; }
.grid .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.grid .col { margin-bottom:1.6%; }
.grid img { display:block; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }


.global-site-notice { background: #000 none repeat scroll 0% 0%;  color: #FFF; display:block;  padding: 20px; float:none; font-size:16px;  position: fixed; right:10px; bottom:10px; z-index:100; }
.global-site-notice .notice-inner { max-width:300px; 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:#EEE7C1; }
.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:60px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:8px; display:block; color:#000;  cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; font-weight:bold; }


.paginazione { text-align:left; text-transform: uppercase; margin-top:40px; }
.paginazione a, .paginazione b {  display:inline-block; margin-right:2px; padding:5px; display:inline-block; font-size:14px; }
.paginazione b { color:#999;  }
.paginazione  .page-links { text-align:right; }

#header .cart { z-index:3; position:fixed; top:10px; right:40px; color:#EEE7C1; letter-spacing:1px; text-transform:uppercase; }
#header .cart a { color:#EEE7C1; }
#shoppingbag { width:100%; }
#shoppingbag .item { border-bottom:1px solid #DDD; min-height:45px; padding: 15px 0 15px 0; line-height:normal; color:#000; }
#shoppingbag .item a { font-weight: bold; padding:0px; margin:0px; }
#shoppingbag .item img { float:left; margin-right:20px; width:60px; }
#shoppingbag .item .image { width:40px; height:45px; background:#FFF; float:left; border:1px solid #EEE; margin-right:10px; }
#shoppingbag .total { margin: 10px 0 10px 0; text-align: center; font-weight:bold; color:#000; }
#shoppingbag .btn { text-transform:uppercase; text-align:center; display:inline-block; width:100%; margin-top:40px; }
#shoppingbag .start .btn { margin:0; }
#shoppingbag .start h3 { margin:0; border:0; }
.shipping-notice { letter-spacing:1px; text-align:center; padding:7px 10px; background:#000; color:#FFF; }
.shipping-notice i { margin-right:5px; }
.cart thead td { padding:10px 0; text-transform:uppercase; border-bottom:1px solid #000; border-top:1px solid #000; }
.cart table { border:0px; }
.cart td { line-height:19px; border:0px; border-bottom:1px solid #EEE; padding: 15px 0px; vertical-align:top;}
.cart td img { float:left; margin-right:10px; width:120px; }
.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; }
.response { text-align:center; padding: 100px 20px; }
.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; }

.list-product .item { position:relative; }
.list-product .item img { margin-bottom:10px; }
.list-product .item form { margin-top:10px; }
.list-product .item .text { padding:0 10px; height:180px; }
.list-product .item .text h3 { margin:0px; }
.list-product .item .text h3 span { float:right; color:#000; }
.scheda_prodotti h1 { color:#000; font-size:40px; line-height:40px; margin-bottom:40px; }
.scheda_prodotti h1 span { float:right; font-size:22px; }
.scheda_prodotti .details { margin:20px 0 20px 0; }
.scheda_prodotti .details li { border-bottom:1px dotted #888; padding: 5px 5px 5px 120px; position:relative; }
.scheda_prodotti .details li b { position:absolute; left:0; }
.image { position:relative; }

.lato { position: -webkit-sticky;  position: sticky; top: 100px; }
.lato li { border-bottom:1px dotted #888; padding: 5px 0; }


#print .header { text-align:center; }
#print .header img { height:30px; margin-bottom:40px; }
#print h1 { font-size:14px; text-transform:uppercase; }
#print { text-align:justify; font-size:13px; }

 
.drawer {
      display: none;
    }
    .drawer__overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 200;
      opacity: 0;
      
      transition: opacity 0.3s;
      will-change: opacity;
      background-color: #000;

      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;      
    }

    .drawer__header {
      /* Optional */
      padding: 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ddd;
    }

    .drawer__close {
      /* Optional */
      margin: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      cursor: pointer;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      margin-left: 1rem;
    }

    .drawer__wrapper {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      max-width: 500px;
      z-index: 9999;
      overflow: auto;
      
      transition: transform 0.3s;
      will-change: transform;
      background-color: #fff;
     
      display: flex;
      flex-direction: column; 

      -webkit-transform: translate3d(103%, 0, 0);
      transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */ 
      
      -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */

      /* Optional */
      box-shadow: 0 2px 6px #777;
    }

    .drawer__content {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%;
      flex-grow: 1;
      /* Optional */
      padding: 1.5rem;
    }

    .drawer--left .drawer__wrapper {
      left: 0;
      right: auto;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    .drawer.is-active {
      display: block;
    }

    .drawer.is-visible .drawer__wrapper {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .drawer.is-visible .drawer__overlay {
      opacity: 0.5;
    }
    
    .menu-button2 { position:fixed; top:20px; left:20px; z-index:222; }
    .menu-button { position:fixed; top:20px; right:20px; z-index:222; }
    .menu-cat li { font-size:30px; padding: 20px 0; position:relative; }
    .drawer__title { text-transform:uppercase; }