@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&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%; height:100%; } body { margin: 0px; font-family: 'Lato', sans-serif; font-size:14px; position: relative;-webkit-text-size-adjust: none; color:#222; line-height:20px; letter-spacing:0.5px; } h1, h2, h3, h4, h5 { font-weight:900; text-transform:uppercase; line-height:normal; } h1 { text-align:center; font-size:36px; margin:40px 0; text-transform:uppercase; } h2 { margin-bottom:20px; } h3.section { font-size:22px; margin:40px 0 20px 0; text-transform:uppercase; text-align:center; } h4 { font-size:16px; } a { color:#d30b0d; text-decoration:none; font-weight: 700; } a:hover { color:#257926; } 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 { padding:8px; font-family: 'Lato', sans-serif; font-size:14px; background:#EEE; border-radius:5px; } select { text-transform:uppercase; background-image: url('../images/select_arrow.png'); background-position: right center; background-repeat:no-repeat; background-color:#EEE; padding: 12px 35px 12px 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none;} input[type='submit'], input[type='button'], input[type='reset'], button, a.btn { display:inline-block; background:#AAA; color:#222; cursor:pointer; text-transform:uppercase; border:0px; text-transform:uppercase; font-weight:bold; padding: 10px 20px; letter-spacing:1px; border-radius:2px; } input[type='submit']:hover, input[type='button']:hover, button:hover, a.btn:hover { background:#257926; color:#FFF; } input.btn-primary, a.btn-primary, button.btn-primary{ background:#d30b0d; color:#FFF; } 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 { height:40px; } :disabled { opacity:0.2; } strike { color:red; margin-right:10px; } 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;} .label { text-align:right; padding:10px 20px 0 0; } .row { margin-bottom:10px; } .check-list li { padding:5px 0 0 35px; position:relative; margin-bottom:5px; font-weight:bold; } .check-list li input { left:0; top:5px; position:absolute; } .check-list li .detail { font-weight:normal; } 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.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%; } thead td { background:#d30b0d; color:#FFF; padding: 5px 10px; text-transform:uppercase; font-weight:bold; } tbody td { border-bottom:1px dotted #CCC; padding: 5px 10px; vertical-align:top; } .msg { padding:5px 10px; border:1px solid #FFF; margin:10px 0; } .msg.error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; font-weight:bold; } .msg.success { border-color:#1aa835; color:#1aa835; background:#d0fad8; font-weight:bold; } .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; } ul.list_border li:first-child { border-top:0px; } ul.list_border li { float:none; border-top:1px dotted #CCC; margin:0px; padding: 5px 0; color:#999; } ul.list_border li a { display:block; } ul.list_border li p a { display:inline; } ul.list_border li span { float:right; color:#888; } 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 2px 15px; } ul.list_disc li li { list-style:circle; } ul.list_icon li { padding-left:50px; position:relative; margin-bottom:20px; } ul.list_icon li i { position:absolute; top:3px; left:0px; width:20px; text-align: center; font-size:28px; } .tabs { padding-top:40px; } .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 #d30b0d; display:block; text-align:center; color:#d30b0d; font-size:13px; font-weight: 900; } .tabs a.selected, .tabs a:hover { border-bottom-color:#257926; color:#257926; text-decoration: none; } .tabcontent { padding:20px; } ul.share { margin-top:10px; } ul.share li { display:inline-block; white-space:nowrap; margin-right:5px; } ul.share li:last-child {Â border-right:0px; } ul.share li a { display:block; width:28px; height:28px; text-align:center; font-size:14px; padding-top:3px; background:#EEE; border-radius:200px; } ul.share li a:hover { background:#007FFF; color:#FFF; } .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; } .pb40 { padding-bottom:40px; } .pr40 { padding-right:40px; } .pr20 { padding-right:20px; } .pl20 { padding-left:20px; } 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%; } .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; } .disponibile { color:green; font-weight:bold; } #header .content { padding: 0 20px; } #header { background:#FFF; font-family: 'Open Sans', sans-serif; font-size:13px; color:#FFF; } #header .logo { text-align:left; height:150px; } #header .logo img { height:125px; width:auto; margin: 10px 0; } #header .menu { background:#d30b0d; text-transform:uppercase; font-size: 15px; text-align:left; } #header .menu a { color:#FFF; font-weight:700; } #header a.selected, #header a:hover { color:#000; } #header li li a:hover { color:#FFF; } #header .openmenu { display:none; } #header .lang a { display:inline-block; padding-right:0px; } #header.smaller .menu { position:fixed; top:0; z-index:555; } #header .ricerca { max-width:350px; margin-top:60px;} #header .social ul { margin:60px 0 0 40px; text-align:right; } #footer { background:#222; padding: 40px 0; font-size:12px; color:#EEE; } #footer a { color:#999; font-weight:normal; } #footer a:hover { color:#FFF; } #footer h4 { margin-bottom:10px; } #footer .credits { text-align:center; margin-top:20px; } #footer h4 { font-weight:700; } #footer .products li { text-transform:uppercase; } #footer .list-blog a { color:#d30b0d; } #footer .list-blog .item { margin-bottom:10px; } #footer .list-blog .image { float:left; width:100px; margin-right:20px; } #footer .list-blog .text { float:left; width:200px; } #footer .list-blog .text p { display:none; } #footer .social { margin-top:40px; } .social { margin:0 auto; text-align:center; } .social i { font-size:18px; width:40px; height:40px; text-align:center; background:#d30b0d; color:#EEE; border-radius:200px; padding-top:10px; } .social i:hover { background:#257926; } .icon li {text-align:center; display:inline-block; margin-right:5px;} marquee { background:yellow; padding:10px; font-size:13px; font-weight:bold; color:#222; margin-bottom:10px; text-transform:uppercase; letter-spacing:2px; } .promo { position:absolute; right:20px; top:20px; z-index:11; background:#FF0000; color:#FFF; padding:2px 8px; } i { margin: 0 2px; } .relative { position:relative; } .box-main-home { background:#257926; } .box-main-home .title { position:absolute; bottom:40px; left:0; right:0; text-align:center;font-weight:bold; z-index:22; color:#FFF; font-size:28px; text-shadow: 2px 2px 5px #000; line-height:normal; } .slide li { background-repeat:no-repeat; background-size:cover; height:600px; position:relative; } .slide li a { display:block; position:absolute; top:0; left:0; right:0; bottom:0; } .slide button { background:#d30b0d; margin:0px; padding:0px; border-radius:200px; height:40px; width:40px; padding:10px; } .slide button:hover { background:green; color:#FFF; } .span_70 { width: 70%; float:left; display: block; } .span_30 { width: 30%; float:right; display: block; } .item-row-categories .item { position:relative; height:300px; background-size:cover; background-repeat:no-repeat; } .item-row-categories .item h2 { position:absolute; top:45%; z-index:2; left:0; right:0; text-align:center; color:#FFF; font-size:38px; font-style:italic; text-shadow: 2px 2px 5px #000; } .item-row-categories .item:hover img { opacity:0.5; background:#000; } .item-row-categories img { display:block; } .header-main { padding: 40px 20px; text-align:center; } .header-main h1 { margin:10px 0; } .header-main li { display:inline-block; font-weight:normal; font-size:11px; text-transform:uppercase; } .header-main li:after { content:" > "; margin: 0 2px; } .header-main li:last-child:after { content:""; margin:0px; } #main .scheda_prodotti { margin-bottom:80px; } #main .scheda_prodotti h2 { text-transform:uppercase; margin-bottom:10px; font-size:30px; } #main .scheda_prodotti p.text { font-size:16px; color:#777; } #main .scheda_prodotti .image { position:relative; text-align:center; } #main .scheda_prodotti .image .promo { top:0px; right:0px; } #main .scheda_prodotti p.price { font-size:18px; } #main.scheda_prodotti .print { margin:40px 0; } #main.scheda_prodotti .print a { background:#777; color:#FFF; padding:5px 15px; font-size:11px; } #main.scheda_prodotti .print a:hover { background:#999; } #main .scroller li { border:1px solid #CCC; background: #fff; } span.overlay { padding:10px; color:#FFF; font-size:11px; background-image:none; } #main .scroller li.selected { border-color:rgb(218, 165, 32); } #main .scroller li:hover { border-color:rgb(218, 165, 32); cursor:pointer; } #main .scroller img { width:100%; height:auto; } #main .scroller .bx-wrapper, #main .scroller .bx-viewport { padding:5px 0 0 0; height: 140px !important; } #main .scroller .bx-wrapper .bx-pager div { float:none; } #main .scroller .bx-wrapper .bx-pager { left:0px; } span.overlay { padding:10px; color:#FFF; font-size:11px; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; opacity:0; background: url('../images/icon_zoom.png') no-repeat center center; background-color:#000; } span.overlayselected { padding:10px; color:#FFF; font-size:11px; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; opacity:0.8; background-color:#000; } .grid.list-product .item { margin-bottom:20px; } .list-product { padding-top:20px; } .list-product .item { border:1px solid #DDD; padding:20px; min-height:450px; position:relative; text-align:center; background:#FFF; color:#000; overflow:hidden; border-radius:2px; -webkit-box-shadow: 3px 3px 10px -4px #000000; -moz-box-shadow: 2px 2px 5px -4px #555; -o-box-shadow: 2px 2px 5px -4px #555; box-shadow: 2px 2px 5px -4px #555; } .list-product .item.selected { border-color:#CCC; } .list-product .item .image { position:relative; text-align:center; width:100%; background:#FFF; display:inline-block; margin-bottom:10px; } .list-product .item img { margin-bottom:10px; } .list-product .item h3 { font-size:14px; } .list-gallery .item { position:relative; text-align:left; } .list-gallery .item form { margin-top:20px; } p.code { font-size:12px; font-weight:normal; color:#888; } p.delivery { font-size:12px; margin-top:10px; } .esaurito { background:orange; color:#FFF; padding:2px 5px; display:inline-block; border-radius:5px; margin-top:10px; font-size:11px; text-transform:uppercase; line-height:normal; } .note { color:#888; font-size:12px; margin-top:5px; } .brand h3 { text-align:center; border:1px solid #257926; background:#257926; color:#FFF; border-radius:200px; display:inline-block; padding:3px; width:30px; height:30px; margin-bottom:10px; } .brand a { text-transform:uppercase; } .masonry { column-count: 6; column-gap: 20px; } .masonry .item { display: inline-block; margin: 0 0 40px 0; width: 100%; text-align:left; } /* PROMO */ .xmas { background: #C700FF; color:yellow; background-attachment: fixed; } .xmas .header-page { text-align:center; color:yellow; font-size:20px; margin-bottom:20px; } .xmas .header-page h1 { margin:0px; line-height: 100px; letter-spacing:2px; } .xmas .buttons { text-align:center; height:80px; margin-top:20px; } .xmas .buttons .btn { color:white; background:red; } .blackfriday { background: url('../images/bg_blackfriday.jpg') bottom center no-repeat #000; color:yellow; } .blackfriday .header-page { text-align:center; color:yellow; font-size:20px; margin-bottom:20px; } .blackfriday .header-page h1 { margin:0px; line-height: 100px; letter-spacing:2px; } .blackfriday .buttons { text-align:center; height:80px; margin-top:20px; } .blackfriday .buttons .btn { color:white; background:red; } .scheda_prodotti .varianti td { padding: 10px 0; } .scheda_prodotti .varianti .note { line-height:normal; } .scheda_prodotti .varianti td.qta { padding-right:20px; } .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 .fa { margin:0px; } div.top a { border-radius:200px; padding-top:10px; display:block; color:#FFF; cursor:pointer; font-size:18px; width:40px; height:40px; background:#d30b0d; text-align:center; } div.top a:hover { text-decoration:none; } #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 .icon-cart a { font-size:18px; color:#FFF; background:#257926; padding:10px; border-radius:200px; font-size:18px; display:inline-block; } #header .icon-cart a:hover { color:#FFF; background:#000; } #header .cart { position:fixed; top:20px; right:20px; z-index:9999; } #header .cart_mini a { color:#000; } #header .cart_mini { display:none; max-height: 400px; overflow-y: auto; width:290px; padding:20px; background:#FFF; position:absolute; top:50px; 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 { line-height:normal; position:relative; border-bottom:1px solid #EEE; min-height:45px; padding: 5px 0 5px 70px; line-height:normal; color:#000; } #header .cart_mini .item a { font-weight: bold; color:#d30b0d; padding:0px; margin:0px; } #header .cart_mini .item img { position:absolute; left:0; top:5px; width:60px; height:auto;} #header .cart_mini .item .image { width:40px; height:45px; background:#FFF; float:left; border:1px solid #EEE; margin-right:10px; } #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; background:#d30b0d; color:#FFF; } #header .cart_mini .start .btn { margin:0; } #header .cart_mini .start h3 { margin:0; border:0; } #header .cart_mini .price { font-weight:bold; } .cart table { background:#FFF; } .cart td { line-height:19px; border-bottom:1px solid #CCC; } .cart tr:last-child td { border:0px; } .cart td img { float:left; margin-right:15px; width:120px; 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; } .cart .brand a { color:#000; } .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; margin-bottom:100px; } .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; } .box-news h2 { margin:5px 0; } #lato .list_border li { background:#EEE; padding:3px 10px; border-radius:2px; margin-top:2px; } #lato .list_border li .tot { float:right; background:#777; color:#EEE; line-height:18px; border-radius:200px; width:20px; height:20px; text-align:center; font-size:10px; } #lato h3 { margin-bottom:10px; } .pagination { margin: 20px 0 40px 0; } .pagination .page { text-align:right; } .pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; background:#FFF; color:#d30b0d; border-radius:200px; } .pagination .page b { background:#257926; color:#FFF; } .pagination .page a:hover { background:#257926; color:#FFF; } .pagination .result { padding-top:10px; } .main-nav:after { clear: both; content: "\00a0"; display: block; height: 0; font: 0px/0 serif; overflow: hidden; } .nav-brand { float: left; margin: 0; } .nav-brand { padding: 12px 12px 12px 20px; font-size: 18px; } #main-menu { clear: both; } @media (min-width: 768px) { #main-menu { clear: none; } } /* Mobile menu toggle button */ .main-menu-btn { float: right; margin: 10px 20px; position: relative; display: inline-block; width: 29px; height: 29px; text-indent: 29px; white-space: nowrap; overflow: hidden; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* hamburger icon */ .main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after { position: absolute; top: 50%; left: 2px; height: 2px; width: 24px; background: #FFF; -webkit-transition: all 0.25s; transition: all 0.25s; } .main-menu-btn-icon:before { content: ''; top: -7px; left: 0; } .main-menu-btn-icon:after { content: ''; top: 7px; left: 0; } /* x icon */ #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon { height: 0; background: transparent; } #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before { top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } /* hide menu state checkbox (keep it visible to screen readers) */ #main-menu-state { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); } /* hide the menu in mobile view */ #main-menu-state:not(:checked) ~ #main-menu { display: none; } #main-menu-state:checked ~ #main-menu { display: block; } @media (min-width: 768px) { /* hide the button in desktop view */ .main-menu-btn { position: absolute; top: -99999px; } /* always show the menu in desktop view */ #main-menu-state:not(:checked) ~ #main-menu { display: block; } }