@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;500;700&display=swap');
@import url('balloon.css');
@import url('hamburgers.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:#FFF; margin: 0px; font-family: 'Hind', sans-serif; font-size:14px; font-weight:300; -webkit-text-size-adjust:100%;  color:#000; line-height:18px; text-align:left;  }
a { text-decoration:none; outline:none; color:#000; text-overflow:ellipsis; font-weight:bold; }
a:hover, a.selected, .header .menu a.selected { text-decoration:none; color:#FF0000; 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; }
*:hover { 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; }
h1, h2, h3, h4 { margin:0px; font-weight:700; }
h1 { margin-bottom:20px; font-size:40px; line-height: 40px; }
h2 { font-size:33px; margin-bottom:20px; line-height: 33px; }
h2 span { font-size:22px; color:#888; }
h4 { margin: 0 0 20px 0; }
h2.section { font-size:18px; text-transform:uppercase; margin-bottom:20px; padding-bottom:10px; border-bottom:2px solid #000; }
h3.section { border-top:1px solid #000; padding-top:40px; font-size:22px; margin: 40px 0; text-transform:uppercase; font-size:22px; line-height: 22px; font-weight:700; text-align:center; }
h4.section { text-align:left; margin: 0 0 40px 0; text-transform:uppercase; padding-top:20px; border-top:2px solid #CCC; }
b, strong { font-weight:700; }
i { margin-right:5px; }
img { display:block; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
img.rounder { border-radius:1000px; }
select { background: url("../images/select_arrowdown.gif") no-repeat 97% 50%; }
input, select { height:45px; }
input, select, textarea, button { width:100%; border-radius:0; color:#444; font-family: 'Hind', sans-serif; font-size:13px; padding: 12px; background-color: #FFFFFF; border: 1px solid #CCCCCC; border-radius:5px;  }
input.col, select.col, textarea.col { margin-bottom:15px; }
input:focus, textarea:focus, select:focus { border-color: #222; }
input.error, textarea.error, select.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; border-radius: 3px; box-shadow:none; }
input[type='checkbox']:checked, input[type='radio']:checked { background:#666; box-shadow:none;  }
option { padding:0 5px; }
label { font-weight:700; cursor:pointer; font-size:13px; margin-bottom:5px; display:block; text-transform: uppercase; }
.row { margin-bottom:10px; }
.buttons { margin-top:40px; }
.filter * { height:45px; margin-bottom:20px; }
.label { text-align:right; padding:10px 5px 0 0; font-weight:bold; text-transform: uppercase; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { font-size: 13px; line-height: 26px; font-weight:bold; padding: 12px 20px; border:0px; cursor:pointer; display:inline-block; color:#FFF; background:#888; 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: #000; color:#FFF; }
button i { margin:0px; }
.btn-primary, input.btn-primary { background-color:#000; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#FF0000; }
.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; }
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%; }
.placeholder { color: #FFF; text-transform:uppercase; }
.column_2 { column-count: 2; column-gap: 40px; text-align:justify; }
.nowrap { white-space:nowrap; }
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; }
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 40px 10px 15px; }
ul.list_disc li li { list-style:circle; }
ul.icon-list i { width:30px; text-align:center; }
ul.icon-list li { margin: 10px 0; }
ul.condizioni_vendita li, ul.payments li { min-height:30px; padding-left:40px; position: relative; margin-top:10px; }
ul.condizioni_vendita li input, ul.payments li input { position:absolute; left:0; top:0; }
#msg #close {  float:right; color:#FFF; }
#msg #close::before { content: "\f00d"; font-family: "Font Awesome 5 Free"; }
#msg.msg_success { background:#00B259; color:#FFF; padding:7px 10px; font-weight:bold; }
#msg.msg_error { background:#FF0000; color:#FFF; padding:7px 10px; font-weight:bold; }
#msg { position:fixed; padding:20px; width:100%; max-width:300px; right:20px; top:195px; z-index:222; }
.status_2 { color:orange; font-weight:bold; }

.qty { width:80px; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both;  }
.content { width:100%; max-width:1200px; margin: 0 auto; clear: both; padding:40px 20px; position:relative; }
.content-large { width:95%; margin: 0 auto; clear: both; padding:40px 20px; position:relative; }
.content-small { max-width:660px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.cover { margin:0 auto; text-align:center; background-size: cover; background-attachment: fixed; background-position:bottom center; color:#FFF; height: calc(100vh - 200px); }
.cover .content { padding-top:100px; padding-bottom:100px; }
.tabs a { padding:10px 10px; text-transform:uppercase; border:1px solid #000; display:block; text-align:center; background:#000; color:#FFF; font-size:12px; letter-spacing:1px; font-weight: bold; }
.tabs a.selected, .tabs a:hover { background:#FFF; border-bottom:0px; color:#000; }
.tabcontent { padding:20px 0; }
.tabcontent .label { font-weight:bold; text-align:left; padding-bottom:5px; }

.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; }
.fixed { position:fixed; }
.hidden { display:none; }
.block { display:block; }
.mt100 { margin-top:100px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }

table { border-collapse: collapse; width:100%; }
table, th, td { border-bottom: 1px solid #DDD; padding: 5px 10px;  vertical-align: top; }
thead td { background:#000; font-weight:bold; color:#FFF; }
figure { overflow:hidden; position:relative; }
figure * { transition: all .2s ease-in-out; line-height:normal;  }
figure img { display:block; }

.list-gallery {  display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap: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%; }
.iphone_show, .header .menu li.iphone_show { display:none; }
.pr80 { padding-right:100px; }

.span_50 { width:50%; margin:0 auto; text-align:center; }
.span_25 { width:25%; margin:0 auto; text-align:center; }


.bg1 { background:#000; color:#FFF; }
.bg_gray { 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 { position:fixed; top:0; left:0; right:0; z-index:2222; background:#000; }
.header img { display:inline-block; }
.header .content { padding: 0px 20px; text-align: center; position:relative; }
.header .menu ul { margin:0 auto; text-align: center; }
.header .menu li { display:inline-block; letter-spacing: 1px; text-transform:uppercase; padding:10px; }
.header .menu li li { display: block;  }
.header .menu ul ul { margin-left:-15px; }
.header a { font-weight:bold; color:#FFF; }
.header a:hover { color:#FF0000; }
.header .lang { position:fixed; top:22px; left:40px; z-index:2; }
.header .lang li { float:left; margin-left:10px;}
.header .lang img { width:20px; height:20px; }
.header .logo { text-align:center; }
.header .logo img { height:80px; width:auto; margin: 20px 0 10px 0; }
.header .box-account { position:fixed; top:21px; right:85px; }
.header i { width:35px; height:35px; background:#333; margin:0; text-align:center; border-radius:200px; padding-top:8px; font-size:18px; }

#header.smaller .logo { display:none; }
#header.smaller .lang { top:10px;}
#header.smaller #cart_mini { top:10px; }
#header.smaller .box-account { top:11px; }

.hamburger { display:none; }

.footer { padding: 20px; font-size:13px; color:#FFF; background:#000; }
.footer .logo img { height:60px; width:auto; }
.footer i { border-radius:200px; height:35px; width:35px; background:red; color:#EEE; display: inline-block; padding-top:9px; font-size:16px; text-align: center; }
.footer i:hover { border-color:#FF0000; }
.footer a { color:#FFF; }
.footer a:hover { color:#FF0000; }
.footer .address { margin:10px 0; }
.footer .credits a { font-weight:400; }
.footer .logo img { width:110px; height:auto;}
.footer h4 { margin-bottom:10px; font-weight:bold; font-size:13px; text-transform:uppercase; }
.footer .social li { display:inline-block; margin:10px 3px; }
.footer .download li { margin-bottom:10px; }
.footer .download a { display:block; color:red; text-transform: uppercase; }
.footer .download a:hover { color:white; }
.legal ul { margin:40px auto 20px auto; text-align:center; }
.legal li { display:inline-block; margin-right:20px; }
.legal li a { color:#999; font-weight:normal; }

.status_1 { color:green; font-weight:bold; }


#main { margin-top:150px; font-size:16px; line-height:22px; min-height: calc(100vh - 392px); }
.flex { display: flex; align-items: center;  }
.page-header { margin:10px 0 40px 0; display: flex; align-items: center; }
.page-header .search form { display: grid; grid-template-columns:auto 50px; margin: 0 0 0 auto; max-width:300px; }
.page-header .search input, .page-header .search button { border:0; border-bottom:1px solid #000; background:#FFF; color:#000; height:40px; padding:4px; border-radius:0; }
.page-header h3 { text-align:center; margin:0; text-transform:uppercase; font-size:22px; line-height: 22px; }
.page-header .navigation { text-transform:uppercase; font-weight:500; font-size:12px; line-height: 14px; }

.box-login { max-width:350px; margin:auto; }

.grid-2 { display: grid; grid-template-columns:1fr 1fr; gap:20px; }
.grid-5 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-6 { display: grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr; gap:20px; }
.grid-omologazioni { display: grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:20px; }
.grid-omologazioni .item { text-align:center; padding:10px; border:1px solid #DDD; font-size:13px; text-transform:uppercase; }
.grid-omologazioni .item img { margin-bottom:10px; }
.grid-omologazioni .item .btn { padding:5px 10px; display:block; }
.grid-omologazioni .item:hover .btn { background:#000; }

.grid-template-1 { display: grid; grid-template-columns:300px 1fr; gap:40px; }


.slider li { background:#000; text-align:center; position:relative; }
.slider li .text { font-size:50px; line-height:50px; font-weight:bold; position:absolute; z-index:2; top:0; bottom:0; left:0px; right:0; padding:20px; text-align:right; color:#FFF; width:95%; display: flex; align-items: center; justify-content:right; }

.item-row { margin:0 auto; width:100%; max-width: 1200px; margin-top:40px; margin-bottom:40px; }
.item-row img { display:block; }
.item-row .container { padding:40px 20px; }
.item-row-center { padding:40px 0; text-align:center; }

.cart_link sup {width: 18px; height: 18px; border-radius: 20px; background: red;  color: white; display: inline-block; text-align: center; position: absolute; right: -9px;  top: -2px; font-size: 12px; }

.box .item { position:relative; background:#000; }
.box .item img { display:block; opacity:0.5; }
.box .item img:hover { opacity:1;  }
.box h3 { text-align:center; position:absolute; top:45%; left:0; right:0; color:#FFF; z-index:2; }

.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: red; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }
.subnav .col { position:relative;   }
.subnav a { display:block; padding:10px; }
.subnav .left a { padding-left:50px;  }
.subnav .left i { left:0px; top:5px; }
.subnav .right a { padding-right:50px; text-align:right; }
.subnav .right i { right:0px; top:10px; }
.subnav i { font-size:40px; position:absolute; top:5px; }


.acc_title.open a { color:red; }
.grid-spareparts { display: grid; grid-template-columns:1fr 1fr; row-gap:0px; column-gap:40px; }
.grid-spareparts .item { font-size:14px; overflow:hidden;  }
.grid-spareparts .item h2 { position:relative; font-size:16px; font-weight:700; margin:0; padding:5px 0; color:red; overflow:hidden; border-bottom:1px solid #000; }
.grid-spareparts .item h2 .accordprefix { color:black; font-size:15px; position:absolute; right:10px; top:8px; }
.grid-spareparts .item sup { float:right; width:20px; height:20px; border-radius:200px; color:gray; text-align:center; }
.grid-spareparts .item li { border-bottom:1px solid #DDD; padding: 5px 10px; }
.grid-spareparts .item li a { font-weight:normal; display:block; color:red; }
.grid-spareparts .item  ul { margin:10px 0; }


.list-categories.grid { display:block; }
.list-categories { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:0px; margin-bottom:40px; }
.list-categories .item { padding:20px; text-align:center; border:1px solid #DDD; }
.list-categories .item:hover { border:1px solid #333; }
.list-categories .item h2 { font-size:16px; }

.scroller .slick-slide { margin: 0 10px; }
.list-products { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:20px; }
.list-products.small { grid-template-columns:1fr 1fr 1fr 1fr 1fr; grid-gap:20px; }
.list-products .item figure { padding:20px; text-align:center; border:1px solid #DDD; border-radius:5px; }
.list-products .item:hover figure { border:1px solid #333; }
.list-products .item h2 { font-size:16px; line-height:18px; margin:0px; }
.list-products .item img { margin-bottom:10px;}
.list-products .item img.hover { display:none; position:absolute; top:0; right:0; }
.list-products .item:hover img.hover { display:block; }
.list-products .item .text { text-align:center; padding:10px; }
.list-products .code { font-size:13px; color:#888; font-weight:bold; }
.list-products .price { font-size:16px; margin-top:20px; }
.list-products .pricelist { margin:0; font-size:15px; }

.vars { margin-top:10px; font-size:13px; line-height: 14px; background: rgb(131,58,180); background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); font-weight:500; padding:7px 15px; color:white; text-transform:uppercase; display:inline-block; border-radius:20px; }
.list-vars .item { background:#FFF; border-bottom:1px solid #EEE; padding:15px 20px; }
.list-vars .item:nth-child(odd) { background:#EEE; }
.list-vars input, .list-vars button { margin:0px; height:45px; padding:5px 10px; line-height:12px; }

.list-colors ul { display:grid; grid-template-columns:1fr 1fr 1fr; gap:5px; margin-bottom:10px; }
.list-colors li { overflow:hidden; position:relative; text-align:left; }
.list-colors li input { left:-200px; position:absolute; }
.list-colors input[type="radio"]:checked+label, .list-colors label:hover { border:2px solid #000; cursor:pointer; } 
.list-colors label { cursor:pointer; padding-top:7px; padding-bottom:5px; padding-left:35px; border:2px solid #DDD; display:block; border-radius:5px; background:#FFF; }
.list-colors h4 { margin:0; margin:0px 0 5px 0px; font-weight:bold; text-transform:uppercase; }
.round { width:20px; height:20px; border-radius:200px; position:absolute; top:8px; left:8px; right:0; }
.colore_6 { background:orange; } .coloreText_6 { color:orange; font-weight:bold; }
.colore_5 { background:black; } .coloreText_5 { color:black; font-weight:bold; }
.colore_4 { background:blue; } .coloreText_4 { color:blue; font-weight:bold;}
.colore_7 { background:gold; } .coloreText_7 { color:gold; font-weight:bold;}
.colore_2 { background:red; } .coloreText_2 { color:red; font-weight:bold;}
.colore_8 { background:#bdc9cc; } .coloreText_8 { color:#bdc9cc; font-weight:bold; }
.list-conditions { position:absolute; top:15px; right:15px; z-index:0; z-index:22; }
.list-conditions li { background:orange; padding:10px; line-height:12px; color:white; font-size:11px; font-weight:normal; text-transform:uppercase; display:flex; justify-content:center; align-items:center; border-radius:200px; width:60px; height:60px; }
.list-conditions li.conditions_10 { background: rgb(91,91,91); background: linear-gradient(90deg, rgba(91,91,91,1) 0%, rgba(191,191,191,1) 50%); } 
.list-conditions li.conditions_11 { background: rgb(83,0,0); background: linear-gradient(90deg, rgba(83,0,0,1) 0%, rgba(254,0,0,1) 50%); }
.list-conditions li.conditions_12 { background: rgb(0,83,17); background: linear-gradient(90deg, rgba(0,83,17,1) 0%, rgba(98,176,0,1) 50%); }
.list-conditions li.conditions_13 { background: rgb(4,0,83); background: linear-gradient(90deg, rgba(4,0,83,1) 0%, rgba(33,54,207,1) 50%); }

.explode { display:grid; grid-template-columns:5fr 3fr; gap:20px;  }
.preview-explode { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }
.preview-explode img { display:block; }
.preview-explode h3 { background:black; color:white; padding:10px 20px; font-size:16px; line-height:16px; height:50px; display:block; }
.preview-explode div:hover h3 {background:red;}
.preview-explode div { border-radius: 5px; overflow:hidden; border:1px solid #000; }
.list-explode .item { border-bottom:1px solid #DDD; padding:10px; position:relative; padding-left:150px; min-height:120px; }
.list-explode .item img { position:absolute; left:50px; top:20px; width:80px; border:1px solid #DDD; border-radius:15px; }
.list-explode .item .number { font-family:Arial; font-size:20px; display:block; width:30px; height:30px; position:absolute; left:10px; top:60px; background:#FFF; padding:2px; border-radius:200px; color:#000; text-align:center; border:1px solid #000; }
.list-explode .item:nth-child(2n+1) { background:#EEE; }
.list-explode .item .code { font-weight:bold; font-size:12px; color:#999; }
.list-explode .item h4 { margin-bottom:10px; font-size:14px; line-height:14px; }
.list-explode .item:hover .number { color:#FFF; background:#000;}
.list-explode button, .list-explode input { height:40px; padding:10px; }

.scheda { display:grid; grid-template-columns:1fr 1fr; gap:100px;  }
.scheda .code { font-size:14px; color:#888; font-weight:bold; margin-top:20px; }
.scheda h1 { margin-top:20px; line-height:30px; font-size:30px; font-weight:bold; }
.scheda h3 { text-transform:uppercase; margin-top:40px; font-size:16px; }
.price { font-weight:bold; font-size:18px; white-space:nowrap; }
.pricelist { color:#999; font-weight:normal; font-size:14px;}
.scheda .price { font-size: 30px; font-weight: normal;  margin-top: 40px; }
.scheda .price.pricelist { font-size: 14px; font-weight: bold;  margin-top:5px; }


.accordion_title { font-size:16px; cursor:pointer; color:#B01F2C; padding:15px 10px 15px 45px;  background:#FFF; margin-bottom:10px; position:relative; }
.accordion_title.open { border-bottom:0px; margin:0px; }
.accordion_title i { margin: 0 10px; position:absolute; left:0px; top:18px; }
.accordion_text { padding:10px 45px 20px 45px; background:#FFF; border-top:0px; margin-bottom:10px; }

.last-news div { text-align:left; }

.grid-account { display:grid; grid-template-columns:200px auto; gap:100px; }
.grid-2-1-2 { display:grid; grid-template-columns:2fr 1fr 2fr; gap:10px; align-items: center; }
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; }
.grid-4 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:10px; }
.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; }

.link-access { position:relative; padding-left:20px; font-size:14px; }
.link-access i { position:absolute; left:0; top:2px; }
.link-access a { color: green; }

.box_container { background: #EEE; padding:15px; }
.box_container h4 { font-weight:700; text-transform: uppercase; }
.box_container input, .box_container select { margin: 10px 0 0 0; }
.box_container p.result { margin-top:10px; }

#cart_mini { color:#FFF; position:fixed; top:20px; right:40px; }
#cart_mini a { color:#FFF;  }
#cart_mini .cart_mini { display:none; width:290px; height:400px; overflow-y:scroll; background:#FFF; padding:10px; border-radius:10px; position:absolute; top:45px; right:0; z-index:2; -moz-box-shadow:3px 3px 6px #777; -webkit-box-shadow:3px 3px 6px #777; box-shadow:3px 3px 6px #777; }
#cart_mini .cart_mini .item { color:#000; border-bottom:1px solid #EEE; min-height:45px; padding: 10px 0 10px 0; line-height:16px; text-align:left; }
#cart_mini .cart_mini .item a { font-weight: bold; color:#000; }
#cart_mini .cart_mini .item img { float:left; margin-right:10px; border:1px solid #CCC; }
#cart_mini .cart_mini .item .image { width:60px; height:65px; background:#FFF; float:left; border:1px solid #EEE; margin-right:10px; }
#cart_mini .cart_mini .item .price { text-align:right; font-size:12px; }
#cart_mini .cart_mini .total { margin: 10px 0 10px 0; text-align: center; font-weight:bold; color:#000; }
#cart_mini .cart_mini .btn { text-transform:uppercase; font-weight:bold; text-align:center; display:inline-block; width:100%; background:#FF0000; color: #FFF; padding: 15px 0;}
#cart_mini .cart_mini .btn:hover { background:#000; }
#cart_mini .cart_mini .start .btn { margin:0; }
#cart_mini .cart_mini .start h3 { margin:0; border:0; }
.cart td { line-height:19px; }
.cart td img { float:left; border:1px solid #DDD; margin-right:10px; width:100px; height:100px; }
.cart td a { font-weight:bold; }
.cart .note { width:300px; margin-top:10px; padding:2px; border:0; border-bottom:1px solid #222; height:30px; border-radius:0px; }
.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 { border-bottom:1px solid #CCC; padding-bottom:10px; }
.cart h3 a.edit { font-size:12px; float:right; margin-top:5px; display:inline-block; }
.cart .pricelist { font-size:12px; line-height:12px; margin-top:10px; }

.account { display:grid; grid-template-columns: 1fr 1fr; gap:100px; }
.sidemenu h3 { display:inline-block; font-size:14px; text-transform:uppercase; }
.sidemenu li { border-bottom:1px solid #DDD; }
.sidemenu li a { display:block; padding:10px 20px; }
.sidemenu li p { display:none; }
.sidemenu li a:hover { background:#EEE; }
.sidemenu li.selected a { background:#EEE; }
.dashboard .sidemenu ul { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; }
.dashboard .sidemenu li { text-align:left; padding-left:80px; position:relative; height:90px; border:1px solid #DDD; display: flex; align-items: center; }
.dashboard .sidemenu li i { font-size:50px; position:absolute; left:20px; top:20px; }
.dashboard .sidemenu li:hover { background:#EEE; }
.dashboard .sidemenu li p { display:block; font-weight:normal; }
.dashboard .sidemenu h3 { font-size:20px; text-transform:inherit; }

.download-catalogue { display:grid; grid-template-columns: 1fr 1fr; gap:20px; max-width:500px; text-align:center; margin:0 auto; }
.download-catalogue a { background:red; color:white; padding:20px; display:block; border-radius:10px; }
.download-catalogue a:hover { color:black; }

.checkout { display:grid; grid-template-columns: 2fr 1fr; gap:50px; }
.checkout_process .col { position:relative; padding:10px 50px; text-align:left; margin-top:10px; }
.checkout_process i { font-size:30px; position:absolute; left:0px; }

.resume { overflow-y:scroll; height:400px; }


body#print { margin:40px; text-align:justify;}
body#print img { width:80px; height:auto; }
body#print h3 { margin: 80px 0 20px 0; }
body#print .print { width:100%; position:fixed; right:0; top:0; left:0; padding:20px 40px; z-index:1; background-color:rgba(255, 255, 255, 0.9); }
body#print .print a { font-size:11px; padding-right:5px; display:inline-block; margin-left:5px; text-transform:uppercase; }

.btn_facebook { background:#4164B4; color:#FFF; padding:10px 20px; margin-top:20px; display:inline-block; text-align:center; text-transform:uppercase; }
.btn_facebook i { border:0px; height:auto; width:auto; padding:0px; color:#FFF; }
.btn_facebook:hover { color:#FFF; }

.global-site-notice { position:fixed; bottom:20px; right:20px; width:100%; max-width:330px; z-index:222; background: #FF0000 none repeat scroll 0% 0%;  color: #FFF; 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 { color: #FFF; }
.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; background:red; border-radius:200px; }
div.top .fa { margin:0px; }
div.top a { padding-top:10px; display:block; color:white; cursor:pointer; font-size:20px; width:40px; height:40px; text-align:center;  }

.paginazione a, .paginazione b { margin-bottom:5px; padding:7px 15px; border:1px solid #EEE; display:inline-block; margin-right:2px; }
.paginazione b { background:#EEE; }
