@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('hover-min.css');
@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%; }
body { background:#f0eaff; margin: 0px; font-family: 'SUSE', sans-serif;font-size:15px; line-height:22px; -webkit-text-size-adjust:100%;  color:#000; text-align:left; }
a { text-decoration:none; outline:none; color:#f15a24; text-overflow:ellipsis; }
a:hover { text-decoration:none; color:#741616; }
:hover, a * { transition: all 0.3s ease 0s; }
i { font-style: normal; }

b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; text-align:inherit; font-family: 'SUSE', sans-serif; }
h1 { text-align:center; margin-bottom:40px; font-size:60px; font-weight:600; }
h2 { font-size:50px; font-weight:400; margin-bottom:20px; }
h3 { font-size:24px; margin-bottom:20px; font-weight:400; font-family: "Archivo Black", sans-serif; }
h4 { font-size:16px; margin-bottom:20px; }
p.error { background:#E70006; color:#EEE; border-radius:2px; padding:10px 50px; margin-top:20px; text-align:center; margin-bottom:20px; }
p.ok { background:#2DB200; color:#EEE; border-radius:2px; padding:10px 50px; margin-top:20px; text-align:center; margin-bottom:20px; }

img.scale { width:100%; height:auto; display:block; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:1px solid #DDD; }
input, select, textarea, button { color:#444; font-family:'SUSE', sans-serif; font-size:14px; height:45px; padding: 10px; background-color: #FFF; border:0px; border-radius:5px; }
textarea { height:auto;}
select { background: url('select_arrow.png') right center no-repeat #FFF; padding: 8px 35px 8px 8px; -webkit-appearance: none; -moz-appearance: none;  appearance: none;}
input:focus, textarea:focus, select:focus { border-color: #3E5233; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFBFBE; } 
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; line-height:0; }
input[type='number'] { background:#FFF2DD; }
input[type='checkbox'], input[type='radio'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border: 1px solid #CCCCCC; border-radius: 0px; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; }
label { cursor:pointer; display:block; font-weight:bold; }
.label { padding-top:10px; font-weight:bold; }
.placeholder { color: #FFF; text-transform:uppercase; }
form .row { margin-bottom:10px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { border-radius: 5px; padding: 12px; border:0px; font-weight:600; cursor:pointer; display:inline-block; color:#FFF; background:#776584; 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, button:hover { text-decoration:none; background:#776584; color:#FFF;}
.btn-primary, input.btn-primary, button.btn-primary { background-color:#f15a24; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover, button.btn-primary:hover { color:#FFF; background:#000; }

.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.status_warning { color:#FF0000; font-size:11px; font-weight:bold; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FF0000;  }
.msg_success { color:#59B200; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { 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%; }
.column_2 {  -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; }
.privacypolicy { font-size:13px; color:#AAA; margin-bottom:20px; } 
.privacypolicy a { text-decoration:underline; color:#AAA; }

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 li { padding-left:20px; }

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:5px 0 0 20px; padding-bottom:10px; }
ul.list_disc li li { list-style:circle; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; }
.content { max-width:1300px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-large { max-width:95%; margin: 0 auto; clear: both; padding:0; position:relative; }
.content_column_right { max-width:580px; padding: 40px; text-align:left; float:left; }
.content_column_left { max-width:580px; padding: 40px; text-align:left; float:right; }
.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%; }
.separator { margin-top:40px; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; font-weight:700; }
.gray, .gray a { color:#999; }
.block { display:block; }
.fixed { position:fixed; }
.hidden { display:none; }
.mb100 { margin-bottom:100px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.p40 { padding:40px; }
.relative { position:relative; }
.format { background:#ffbb04; color:#776584; padding:4px 10px; display:inline-block; position:absolute; top:5px; right:5px; font-weight:bold; border-radius: 5px; }

.button_animate a:hover i { -webkit-transition: color 120ms linear;
-moz-transition: color 120ms linear;
-o-transition: color 120ms linear;
-ms-transition: color 120ms linear;
transition: color 120ms linear; }


table { border-collapse: collapse; width:100%; }
table, th, td { padding: 10px; }
thead td { background: #f15a24; color:#FFF; font-weight:bold; }
tbody td { border-bottom:1px solid #EEE; font-size:14px;  }
figure { overflow:hidden; }
a:hover figure.fade img { opacity:0.8; }
a:hover figure.zoom img { filter: none; transform: scale(1.2); }


.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_50 { width: 50%; float:left;  }

.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_7 { width: 12.91%; }
.span_2_of_7 { width: 27.42%; }
.span_3_of_7 { width: 41.92%; }
.span_4_of_7 { width: 56.45%; }
.span_5_of_7 { width: 70.97%; }
.span_6_of_7 { width: 85.48%; }
.span_7_of_7 { 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_9 { width: 9.68%; }
.span_2_of_9 { width: 20.97%; }
.span_3_of_9 { width: 32.26%; }
.span_4_of_9 { width: 43.55%; }
.span_5_of_9 { width: 54.84%; }
.span_6_of_9 { width: 66.13%; }
.span_7_of_9 { width: 77.42%; }
.span_8_of_9 { width: 88.71%; }
.span_9_of_9 { 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; }


.bg_color { background:#3E5233; }
.bg_color2 { background:#5E6E55; color:#FFF; }
.bg_color2 a { color:#FFF; }

.white, .white a { color:#FFF; 	text-shadow: 1px 1px #000; }
.separator { border-top:1px solid #CCC; margin:0px; }
.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, 112, 183, 0.8); }
p.section { text-transform:uppercase; font-weight:600; margin-bottom:10px; }
p.section a { color: #1F0A5F; font-weight:600; }

img.logo { height:100px; width:auto; }
.alert { display: none;  position:relative; text-align:center; padding:10px; background:#776584; color:#ffbb04; font-weight:600; font-size:14px; letter-spacing:1px; }
.alert .closeMsg i { color:#fff; position:absolute; right:40px; top:10px; font-size:18px; }

#header .header { padding:10px 0; height:120px; color:#FFF; position:relative; }
#header .header .logo { position:absolute; top:0px; left:20px; z-index: 222; }
#header .header .box-search { position:absolute; top:30px; left:320px; }
#header .header .box-account { position:absolute; top:30px; right:20px; z-index:111; }
#header .header .box-account li { margin: 0 2px; position:relative; float: left; }
#header .header .box-account i { font-size:18px; background:#CCC; color:#9c2624; width:40px; height:40px; border-radius:10px; padding-top:10px; text-align:center; text-shadow: none; color:#000; }
#header .header .box-account i:hover { background:#FFAF00; color:#000; }
#header .header .box-account .lang { margin-right:10px; position:relative; }
#header .header .box-account .lang sup { position:absolute; top:-10px; right:-5px; }
#header .header a { color:#FFF; }
#header .header .cart li { margin:0 10px 10px 0; float:left; }
#header .header .cart li:last-child { margin-right:0px;  }
#header .header .cart a:hover { color:#000; }
#header .header .cart sup { position:absolute; top:-10px; right:-5px; font-size:11px; background:green; width:20px; height:20px; text-align:center; border-radius:200px; display:block; }
#header .header .follow i, .footer i { font-size:18px; }
#header .header .box-search { white-space:nowrap; }
#header .header .box-search input { background: #EEE; border:0px; color:#444; display:inline-block; float:left;  }
#header .header .box-search input[type='text'] { background: #FFF; padding: 5px 10px; width: 100%; max-width: 400px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; border-radius:0; border-top-left-radius:10px; border-bottom-left-radius:10px; }
#header .header .box-search button[type='submit'] { border:0px; border-radius:0; border-top-right-radius:10px; border-bottom-right-radius:10px; }
#header .menu { margin:0 auto; position:relative; background:#f15a24; }
#header .smaller { position:fixed; top:0; left:0; z-index:22; }
#header a { color:#FFF; font-weight:600; text-transform:uppercase; }
#header a.selected { color:#741616; }
#header .page { padding:5px 0; border-bottom:2px solid #FFAF00; color:#FFF;}
#header .page li { float:left; margin:0 5px; padding:5px 0; }
#header .page a { color: #FFF; }
#header .page a.selected { color:#9c2624; }
#header .page .col:last-child ul { float:right; }
.list-lang li { display:inline-block; margin: 0 20px; padding:20px; position:relative; padding-top:60px; text-align:center; width:100px; }
.list-lang li img { width:50px; height:auto; position:absolute; top:20px; }
.list-lang li:hover { background:#EEE; }

.footer2 { background: #776584; overflow:hidden; height:500px; color:#FFF; position:relative; }
.footer2 a { color:#FFF; }
.footer2 h4 { margin-bottom:30px; font-size:24px; }
.footer2 h3 { margin-bottom:10px; font-size:16px; }
.footer2 h3 a { color:#ffbb04; }
.footer2 .content { position: absolute; z-index: 2; top: 60px; margin: 0 auto; left: 0; right: 0; }
.footer2 .categories { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap:20px;}
.footer2 .categories ul a { position:relative; display:block; font-weight:normal; border-bottom:1px dotted #d5c1e3; display:block; padding:3px 0 3px 15px; font-size:14px; }
.footer2 .categories ul a:hover { color:#d5c1e3; }
.footer2 .categories ul i { font-size:9px; position:absolute; top:8px; left:2px; }
.footer2 video { width:100%; height:auto; }

.footer { background: #f0eaff; color:#222; line-height:20px; }
.footer { padding:40px 0;  }
.footer .submenu { display:grid; grid-template-columns: 120px 250px 1fr 1fr 1fr 1fr; gap:20px;  }
.footer .social li { display:inline-block; margin:0 2px 5px 0; }
.footer .social li i { background:#f15a24; color:#FFF; width:40px; height:40px; border-radius:10px; padding-top:11px; text-align:center; }
.footer .social li i:hover { background:#FFF; color:#f15a24; }
.footer .lang li { padding-left:35px; position:relative; margin-bottom:10px; }
.footer .lang li img { left:0px; position:absolute; }
.footer a { color:#222; font-weight:normal;  }
.footer a:hover { color:#FFAF00 }
.footer h4 { margin-bottom:10px; font-size:14px; text-transform:uppercase; }
.footer .lang img { height:16px; width:auto; }
.footer .legal { text-align:center; font-size:12px; padding: 5px; color:#888; margin-top:20px; }
.footer .legal a { color:#999; }
.footer .legal a:hover { color:#CCC; }

.footer3 { background: #f15a24; padding: 40px 0; color:#FFF; }
.footer3 a { color:#FFF; }
.footer3 h4 { margin-bottom:30px; font-size:24px; }
.footer3 .grid { display:grid; grid-template-columns:2fr 1fr; }
.footer3 .categories { column-count: 3; }
.footer3 .categories h3 { margin:0 0 10px 0; font-size:18px; }
.footer3 .categories h3 a { color:#ffbb04; }
.footer3 .categories ul { margin-bottom:20px; }
.footer3 .categories a:hover { opacity:0.5; }
.footer3 .categories .item { break-inside: avoid; }

.list-news { display:grid; grid-template-columns:1fr 1fr 1fr; gap:40px; }
.list-news .text { background:#FFF; padding:20px; }
.grid-news { display:grid; grid-template-columns:1fr 1fr; gap:60px; }
.scheda-news h3 { text-align:center; margin:40px 0 20px 0; color:#f15a24; font-size:20px; }
.scheda-news h2 { text-align:center; text-transform:uppercase; color:#776584; margin-bottom:40px; }

.account.dealer, #header .header .box-account .dealer i { background:#FFAF00; }
.account.dealer .nav { border:0px; }
#header .header .box-account .user i { background:#f15a24; color:#FFF; }
.account.user .nav { border:0px; }
.account.user a { color:#FFAF00; }
.account.user input[type='submit'] { background:#FFAF00; }

.login { max-width:400px; margin:0 auto; }
.sign { max-width:800px; margin:0 auto; }
.grid-login { display:grid; grid-template-columns:1fr 320px; gap:100px; }
.grid-products { display:grid; grid-template-columns:200px 1fr; gap:100px; }
.list-products { display:grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap:30px; margin: 20px 0; }
..list-products { display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:20px; margin: 0; }
.list-products.carousel { display:block; }
.list-products-rows .item { padding:5px; position:relative; padding-left:120px; min-height: 120px; background:#FFF; border-radius:10px; border:2px solid #FFF; margin-bottom:10px; }
.list-products-rows .item:hover { border-color:#ffbb04; }
.list-products-rows .item img { width:100px; height:auto; position:absolute; left:10px; top:10px;  }
.list-products-rows .item h3 { margin-bottom:5px; font-size:18px; }
.list-products-rows .item .format { right:5px; }
.list-products-rows .item .btn { border-radius:5px; color:#FFF; max-width:140px; width:100%; font-size:14px; white-space:nowrap; }
.list-products-rows .item input { background-color: #FFF2DD; }
.list-products-rows .item .grid-buttons { display:grid; grid-template-columns:80px 1fr; gap:10px; max-width:300px; margin: 20px 0 0 auto;}
.list-products-rows .item .grid-buttons input { width:100%; }
.btn i { margin-right:5px; }

.grid-multipack { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }
.grid-multipack .item { background:#FFF; padding:10px; border:5px solid #f15a24; position:relative; text-align:center; box-shadow: 5px 5px 2px #CCC; border-radius:10px; }
.grid-multipack .item .discount { white-space: nowrap; position:absolute; top:-20px; right:-20px; background:#FFAF00; color:white; border-radius:0px; padding: 4px 10px; font-size: 13px; border-radius:200px; width:50px; height:50px; padding:15px 0; text-align:center; font-size: 20px; }
.grid-multipack .item h3 { margin:0px; }
.grid-multipack .item .price { margin-bottom:5px; line-height:normal; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:80px; }
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }
.grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:80px; }


.slider { overflow:hidden; }
.slider img, .slider li { width:100%; }

.slider, .slider li { position:relative; }
.slider .text { position:absolute; z-index:2; background:#3E5233; background-color: rgba(62, 82, 51, 0.9); padding:20px; top:40%; left:80px; }
.slick-dots { bottom: 20px; }
.slick-slider button { margin:0px; }
.box .slick-slide { margin: 0 5px; }
.slick-list {  margin: 0 -5px; }

#main { padding-bottom: 40px; }
.nav { text-transform:uppercase; font-size:13px; border-bottom:1px solid #DDD; padding:10px; }

.box li { float:left; }
.box .item h3 { font-size:14px; text-transform:uppercase; }

.buttons-area { margin: 20px 0; }
.buttons-area .col a { text-align:center; display:block; padding:20px; background:#FFAF00; color:#FFF; text-transform:uppercase; font-size: 24px; border-radius:5px; }
.buttons-area .col a:hover { background:#9c2624; }
.news-ticker { background:#776584; border-radius:10px; overflow:hidden; color:#FFF; display:grid; grid-template-columns:1fr 2fr; gap:40px; }
.news-ticker video { width:100%; display:block;  }
.news-ticker .item {  padding:20px; }
.news-ticker .item h3 { font-size:26px; margin-bottom:10px; font-family: 'SUSE', sans-serif; }
.news-ticker .item .date { font-weight:bold; margin-bottom:10px; }
.news-ticker .item .tag { margin-top:10px; }
.news-ticker a { color:#ffbb04; }

.section { padding:20px 0; font-size:14px; line-height:20px; text-align:center; margin-bottom:10px; font-size:16px; margin: 0 auto; }
.section h3 { color:#5f4373; padding:20px 0; margin:0; padding-bottom:5px; font-size:35px; text-transform:uppercase; text-align:center; }

.list-products.grid-3 { grid-template-columns: 1fr 1fr 1fr; }
.list-products .carousel .item { width:100%; margin:0px; }
.list-products .item { background:#FFF; border:10px solid #FFF; text-align:center; padding: 10px; position:relative;   border-radius: 10px; }
.list-products .item:hover { border-color:#776584; }
.list-products .item figure { padding:20px; text-align:center; }
.list-products .item h3 { margin:0px; font-size:18px; }
p.code { font-weight:normal; font-size:12px; color:#777; font-weight:bold; text-transform:uppercase; }
.sconto { position:absolute; top:10px; left:10px; z-index:222; font-weight:bold; background: rgb(114,24,25); background: linear-gradient(150deg, rgba(114,24,25,1) 0%, rgba(255,175,0,1) 100%); color:#FFF; padding:15px 0 0 0; text-align:center; border-radius:200px; width:50px; height:50px; }
.list-products .item .title { height:130px; text-transform:uppercase; overflow:hidden; }
.list-products .item .buttons { margin: 10px 0 0 0; display:grid; grid-template-columns:1fr 1fr 1fr; gap:5px; }
.list-products .item .buttons a { display:block; border-radius:5px; padding:10px 5px; height:40px; background:#f0eaff; color:#776584; }
.list-products .item .buttons a:hover { color:#ffbb04; }
.list-products .item .buttons a.primary { color:#FFF; background:#f15a24;  }
.list-products .item .buttons a.primary:hover, .list-products .item .buttons a.selected { background:#ffbb04; color:#776584; }
.list-products .item .buttons i { margin:0px; line-height:20px; font-size:16px; }
.list-products .item .price { font-weight:bold; height:40px; }
.strike { color:#E70006; margin-right:10px; font-weight:bold; line-height:normal; }
.list-products .span_1_of_2.col:nth-child(2n+1) { margin-left:0px; }
.list-products .span_1_of_5.col:nth-child(5n+1) { margin-left:0px; }
.list-products .span_1_of_6.col:nth-child(6n+1) { margin-left:0px; }
.list-products .span_1_of_2 .item { text-align:left; min-height:250px; }
.list-products .span_1_of_2 .item figure { padding:0px; text-align:center; margin-bottom:0px; }
.list-products .span_1_of_2 .item .date { margin:5px 0; font-weight:bold; color:#888; }
.status_1 { color: #2DB200; text-transform:uppercase; font-weight:bold; }
.status_2 { color: #006DD9; text-transform:uppercase; font-weight:bold; }
.status_3 { color: #FFBF00; text-transform:uppercase; font-weight:bold; }
.status_4 { color: #000; text-transform:uppercase; font-weight:bold; }

.list-news .first p, .list-news .second p { position:absolute; bottom:60px; padding:20px; color:#FFF; text-shadow: 1px 1px #000; display:none; }
.list-news .first p { bottom:80px; }
.list-news .first:hover p,  .list-news .second:hover p { display:block; }
.list-news .item { padding-bottom:10px; margin-bottom:10px; font-size:14px; min-height:160px; background:#FFF; border-radius:10px; }
.list-news .item:nth-child(2n+1) { margin-left:0px; }
.list-news .item h3 { margin-bottom:5px; font-size:24px; }
.list-news .item figure { overflow:hidden; border-radius:10px; }
.list-news .item .tag { margin-top:20px; }
.tag a { padding:5px 10px; background:#EEE; border:1px solid #DDD; display:inline; margin: 0 5px 5px 0; font-size:13px; }
.tag a:hover { background:#DDD; }
.tot { float:right; }

.price { font-weight:bold; }
.price strike { color:#E70006; }

.scheda { padding:30px; position:relative; }
.scheda h1 { text-align:left; font-size:40px; margin: 10px 0 20px 0; text-transform: uppercase; line-height: 50px;}
.scheda h5 { text-align:left; font-size:24px; margin-bottom:20px; font-weight:400; font-family: "Archivo Black", sans-serif; color: #5f4373; }
.scheda .image { padding: 40px; background:#FFF; position:relative; border-radius:20px; overflow:hidden; }
.scheda p.text { margin-top:20px; }
.scheda .price {  font-size:16px; }
.scheda p.tag { margin:20px 0; }
.scheda .box-add-cart { display:grid; grid-template-columns: 130px 70px 100px; gap:20px; align-items: center; align-content: center; }

.scheda #multipack a.btn { background:#FFAF00; color:white; border-radius:5px; font-size: 14px; }
.scheda #multipack h3 { font-style:italic; font-weight:700; font-size:50px;}
.news .scheda .gallery { margin:40px 0;}

h3.content_title  { position:relative; color:#776584; margin:0px; padding: 10px; cursor:pointer; background:#FFF; border-radius:10px; margin-bottom:5px; }
h3.content_title i { position:absolute; right:10px; }
h3.content_title.open { background:#FFF; border-color:#FFF; border-radius:10px; border-bottom-right-radius:0; border-bottom-left-radius:0; margin-bottom:0px; }
.content_text { padding:20px; background:#FFF; font-size:15px; border-radius:10px; border-top-right-radius:0; border-top-left-radius:0; margin-bottom:20px; }


span.multipack { color:red; font-weight:bold; display:inline-block; }

.download .item { border-bottom:1px dotted #CCC; padding:5px 0; }

.subnav .col { padding: 5px 20px; background:#EEE; }
.subnav .right { text-align:right; }

.tabs { background:#DDD; padding:10px; height:50px; }
.tabs li { float:left;  background:#FFF; margin-right:2px; }
.tabs li a { padding:10px 20px; text-transform:uppercase; display:block; background:#DDD;  }
.tabs li a.selected { background:#FFF; }
.tabcontent { padding:20px; background:#FFF; border:10px solid #DDD; border-top:0px; }
.tabcontent.details .item, .tabcontent.download .item { border-bottom:1px solid #DDD; padding:5px; }

.account .tabs { text-align:center; text-transform:uppercase; background:none; padding:0px; margin-bottom:20px; }
.account .tabs a { border:1px solid #AAA;  padding:15px 20px; text-transform:uppercase; display:block; background:#FFF; color:#000; }
.account .tabs a.selected { border-bottom:0px; background:#f15a24; color:#FFF;  border-color: #f15a24;  }
.account .tabcontent { padding:0px; background:none; border:0px; }
.account .tabcontent h4 { margin: 20px 0; }

.box_microbirreria i { font-size:50px; text-align:center; width:100%; }
.box_microbirreria { background:#EFCFA8; padding:15px; }
.account .tabcontent .box_microbirreria h4 { margin-top:0px; }

.box_container { background:#FFF; padding: 25px;  }
.banner .col { box-shadow: 2px 2px 5px #888;  }


.gallery .col { margin-bottom:1.6%;  }
.gallery .span_1_of_2.col:nth-child(2n+1) { margin-left:0px; }
.gallery .span_1_of_4.col:nth-child(4n+1) { margin-left:0px; }
.gallery .span_1_of_6.col:nth-child(6n+1) { margin-left:0px; }
.gallery img { border:1px solid #CCC; }

.privacy { font-size:12px; color:#999; line-height:normal; margin-bottom:40px; }
.privacy a { margin-top:10px; display:inline-block; }


.tree-menu li ul { margin-left:20px; }
.tree-menu ul { list-style: none; }
.tree-menu > ul { padding: 0; }
.tree-menu a { display: block; vertical-align: middle; text-decoration: none; padding: 6px; margin-bottom: 1px; color:#f15a24; border-bottom:1px solid #CCC; }
.tree-menu .active > a:hover, .tree-menu .selected > a, .tree-menu a:hover { color:#A05E5A; }
.tree-menu .selected > a, .tree-menu .selected { color: #EFCFA8; }
.tree-menu .active > a { color:#A05E5A; }
.tree-menu .closed a, .tree-menu .opened  a { padding-left: 24px; }
.tree-menu .closed > a { background: url('../icon-expand.gif') 4px 8px no-repeat; }
.tree-menu .opened > a { background: url('../icon-collapse.gif') 4px 8px no-repeat; }

.banner_slide li { padding: 0 5px;}


.paginazione { margin-top:20px; }
.paginazione .pagine { text-align:right; font-weight:bold; font-size:16px; }
.paginazione .pagine a, .paginazione .pagine b { border-radius: 500px; display:inline-block; text-align:center; padding:10px 15px; background:#FFF; }
.paginazione .pagine a:hover, .paginazione .pagine b { background:#776584; color:#FFF; }
.paginazione .selezione { padding-top:5px; }

.contatti .form { background: url('../images/bg_form.jpg') #000 no-repeat; background-size:cover; color:#FFF; text-align: center;  }
.contatti .form h2 { font-size:40px; text-transform:uppercase; margin-bottom: 40px; font-weight:400;}
.contatti .form a { color:#FFF; }
.contatti .form a:hover { text-decoration: underline; }
.contatti .form input[type='text'], .contatti .form textarea { background:none; border-color:#FFF; color:#FFF; }
.contatti .form input.error, .contatti .form textarea.error, .contatti .form select.error { border-color:#FF0000; color:#FF0000; } 
.contatti .form textarea { height:280px; }
.contatti .form p { margin-bottom:20px; }
.contatti .form .buttons { margin: 20px 0 40px 0; }

.global-site-notice {  background: #F5F5F5 none repeat scroll 0% 0%;  color: #333; display:block;  padding: 10px 30px; float:none; font-size:13px; }
.global-site-notice .notice-inner { max-width:960px; margin: 0 auto; text-align:left; float:none; position:relative; }
.global-site-notice .notice-inner p { width: auto; padding-right: 30px; adding-left: 40px; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; }
.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; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:40px;  }
div.top .fa { margin:0px; }
div.top a { padding-top:10px; display:block; color:#000; background:#FFAF00; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center; border-radius:10px; }
div.top a:hover { background:#000; color:#FFF; text-decoration:none; }

.btn-small { background:#EEE; padding: 2px 10px; border-radius:20px; display:inline-block; }
.btn-small:hover { background:#CCC; }

#header .cart_mini { max-height: 400px; overflow:hidden; overflow-y: scroll; display:none; width:290px; background:#FFF; padding:10px; position:absolute; top:50px; right:0; z-index:2000;  box-shadow:1px 1px 6px #777; }
#header .cart_mini .item { text-align: left; border-bottom:1px solid #EEE; min-height:45px; padding:10px 0 10px 0; font-size:12px; line-height:normal; color:#000; }
#header .cart_mini .item a { font-weight: bold; color: #f15a24; }
#header .cart_mini .item img { float:left; margin-right:10px; border:1px solid #EEE; }
#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; font-size:18px; }
#header .cart_mini a.btn { text-transform:uppercase; font-weight:bold; text-align:center; display:inline-block; width:100%; padding: 15px 0; border-radius:5px; color:#FFF; }
#header .cart_mini a.btn:hover { 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; text-align:right; }

.box-customer { margin-top:20px; }
.box-customer li { width:140px; line-height:18px; display:inline-block; text-align:center; position:relative; margin-right:20px; border:1px solid #FFF; padding:60px 10px 20px 10px; border-radius:5px; }
.box-customer li:hover { background:#ffbb04;  border-color:#ffbb04; }
.box-customer li:hover a { color:#776584; }
.box-customer i { position:absolute; top:20px; left:0; right:0; font-size:30px; margin: 0 auto;  }
.box-customer video { width:100%; }


.cart table { background:#FFF; }
.cart td { border-bottom:1px solid #CCC; line-height:15px; padding: 10px 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; height:80px; }
.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; }