﻿@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400&display=swap');

* { 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: 'Mulish', sans-serif; font-size:16px; font-weight:300; line-height:24px; position: relative;-webkit-text-size-adjust: none; color:#000; background:#FFF; }
h1, h2, h3, h4 { font-weight:normal; line-height:normal; }
h1 { font-size:54px; margin-bottom:20px; font-weight:300; text-transform:uppercase; }
h2 { font-size:26px; margin-bottom:20px; line-height: 34px; }
h3 { font-size:22px; margin-bottom:10px; }
b { font-weight:500; }
a { color:#000; text-decoration:none; }
a:hover, .gallery *, figure * { color:#97b964; 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; }
a.selected { color:#cc4400; }
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FFE5E5; }
label { font-weight:bold; font-size:13px; margin-bottom:5px; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:left; overflow:hidden; height:0px; margin:0px; }
input, select, textarea { padding:5px 10px; font-family: 'Mulish', sans-serif; font-size:13px; background:#EEE; border-radius:0px; }
form { margin-top:20px; display:block; }
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, .btn { border-radius:0px; cursor:pointer; color:#FFF; background:#000; padding:15px 20px; display:inline-block; font-weight:bold; font-size:13px; line-height:10px; text-align:center; }
input[type='submit']:hover, input[type='button']:hover, button:hover, .btn:hover { background:#444; color:#FFF; }
input.btn-primary, a.btn-primary, button.btn-primary{ background:#97b964; 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:#EEE; border:4px solid blue; }
input, select, button { height:40px; }
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; text-transform:uppercase; }
.check-list li input { left:0; top:7px; position:absolute; }
.check-list .detail { font-size:13px; line-height:18px; text-transform:auto; color:#666; text-align:justify; }
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; }
/* Chrome, Safari, Edge, Opera Firefox */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance:textfield; }

img.scale { width:100%; height:auto; display:block; }
figure { overflow:hidden; position:relative; display:block; }
a:hover figure.fade img { opacity:0.5;  }
a:hover figure.scale img { filter: none; transform: scale(1.1); }
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 { padding: 5px 10px;  text-transform:uppercase; font-size:14px; font-weight:bold; text-transform:uppercase; }
tbody td { border-bottom:1px dotted #CCC; padding: 5px 10px; vertical-align:top; font-size:13px; }
td.icon i { width:25px; height:25px; background:#000; padding:5px 0 0 0; color:#FFF; border-radius:200px; display:inline-block; text-align:center; margin-right:3px; }
td.icon i:hover { background:#888; }
.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:1200px; margin: 0 auto; clear: both; padding:0 40px; position:relative; }
.content-page { min-height: calc(100vh - 305px); padding: 40px 40px; max-width:1500px; margin: 0 auto; clear: both; position:relative; }

.content-small { max-width:650px; margin: 0 auto; clear: both; padding:0 15px; position:relative; }
.phone_show { display:none; }
.align_right { text-align:right;}
.uppercase { text-transform: uppercase; }
.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; }
.msg.error { padding: 5px 15px; background:#FF0000; color:#FFF; font-size:13px; font-weight:bold; }
.msg.success { padding: 5px 15px; background:green; color:#FFF; font-size:13px; font-weight:bold; }

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

.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; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { background:#000; }
.hidden { display:none; }
.pop { width:500px; }

.list-news .item { margin-bottom:40px; }
.list-news .item h4, .list-news .item h2 { margin:10px 0; }
.list-news .item .text { padding:0 20px; }

.header { position:fixed; top:0; left:0; right:0; z-index:333; background:#000; height:160px; }
.header .logo { text-align:center; padding: 20px 0 0 0; }
.header .logo img { height:60px; width:auto; } 
.header .menu-mobile { display:none; }
.header .menu { position: fixed; top:60px; left: 20px; font-size: 18px; z-index:222; }
.header .menu ul { margin:0 auto; text-align:center; }
.header .menu ul ul { text-align:left; font-size:14px;  }
.header .menu li { display:inline-block; cursor:pointer; }
.header .menu li a { color:#FFF; padding: 5px 0px; display:block; margin: 0 10px }
.header .menu li a:hover { color:#8dc7cd; }
.header .menu li a.selected, .header.smaller .menu li a.selected { color:#8dc7cd; }
.header .menu li.lang { display:none; }
.header .box-account li { display:inline-block; margin:0 20px; font-size:18px; }

#overlay { position:fixed; top:0px; left:0; right:0; bottom:0; background-color: rgba(199, 239, 228, 0.6); z-index:1; display:none; }

#main { width:100%; margin-top:160px; }
#main.main-slide { position:relative; margin-top:130px;  }
.main-slide .d { position:absolute; top:40px; bottom:40px; left:0; right:0; z-index:2; display:flex; align-items:center; justify-content: right; text-align:right; width:100%; }
.main-slide .d img { height: 60%; width:auto; }

.footer .box-address { background:#000; color:#FFF; padding:40px 40px; text-align:center; text-align:center; position:relative; font-size:13px; line-height:20px;  }
.footer h4 { font-weight:bold; text-transform:uppercase; margin-bottom:10px; font-size:14px; }
.footer .social i { font-size:18px; margin-left:5px; border:1px solid #FFF;  background:#FFF; color:#000; padding:5px; width:30px; height:30px; border-radius:200px; text-align:center; }
.footer .social i:hover { background:#000; color:#FFF; }
.footer a { color:#FFF; }
.footer a:hover { color:#97b964; }
.footer .col { text-align:left; }
.footer .box-lang { background:#333; padding: 10px 40px; }
.footer .box-lang li { float: left; margin-right:10px; }
.footer .box-lang li img { width:25px; height:auto; display:block; }
.footer .menu-account a { text-transform:uppercase; }
.free-shipping { text-align:center; font-size:12px; }
.free-shipping a { background:#8dc7cd; color:#000; font-weight:bold; text-transform:uppercase; display:block; }

.notice_store { position:absolute; bottom:0; left:0; right:0; background:red; color:white; padding:10px; text-align:center; text-transform:uppercase; font-size:12px; line-height:16px; }
.slider li { background-position: center center;  background-repeat:no-repeat; background-size:cover; height: -moz-calc(100vh - 135px); height: -webkit-calc(100vh - 135px); height: calc(100vh - 135px); }
.slide-animation{
    animation: fadezoom 20s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

ul.disc { margin:5px 0 10px 0; }
ul.disc li { list-style:disc; margin-left:15px; }



.mission h1, .green h1 { font-weight:500; }
.mission .text, .green .text { padding:40px; }
.mission .images .tono {  position:absolute; top:0px; bottom:0px; right:0; z-index:2; display:flex; align-items:center; justify-content: right; }
.mission .images .tono img { height:300px; width:auto;  }
.mission .images .tono p { padding:5px; line-height:14px; background:#000; color:#FFF; font-size:11px; }
.green .images .box { position:absolute; bottom:20%; left:20%; font-size:16px; line-height:18px; color:#FFF; padding-left:60px; }
.green .images .box h4 { margin:0 130px 0 -170px; -ms-transform: rotate(270deg); transform: rotate(270deg); font-weight:bold; color:pink; font-size: 40px; line-height: 35px; }

.header-section { padding:20px 40px; max-width:100%; text-align:right; margin:0 auto; }
.header-section h1 { margin:20px 0; font-size:50px; }
.header-section h2 { margin:0; font-size:24px; line-height:26px; }
.ingredients .header-section { text-align:left;  }

.list li a { padding: 30px 40px; text-align:right; color:#FFF; font-size:40px; font-weight:100; display:block; }
.linee .anchor { padding-top:100px; margin-bottom:35px; }
.linee .item-row { position:relative; margin:0; }
.linee .item-row h2 { font-size:20px; line-height:26px; margin:0 0 40px 0; padding:20px 40px;  }
.linee .item-row h3 { font-size:16px; line-height:20px; margin:0 0 20px 0;  }
.linee .item-row .text { padding:40px; font-size:12px; line-height:14px; }
.linee .item-row .text h3 { font-size:16px; margin:20px 0 5px 0; font-weight:bold; }

.linee .title { padding: 40px;  color:#FFF; font-size:80px; font-weight:200; text-transform:uppercase; position:relative; }
.linee .title .btn { position:absolute; right:40px; top:30px; }
.linee .img-product { padding:20px; text-align:center; position:relative; }
.linee .img-product img { width:100%; max-width:300px; height:auto; display:inline-block; }
.linee .img-product .button { position:absolute; bottom:80px; right:40px; }
.linee .text { padding:20px 40px; }
.linee .text p { font-size: 14px; line-height: 20px; margin-bottom:40px;  }

.linee .color { padding:0 40px; }
.linee .color img { margin-top:10px; border-radius:0px; width:80px; height:auto; }
.linee .color li { float:left; text-align:center; margin-right:10px; width:80px; }
.linee .color li p { margin-top:10px; font-size:12px; line-height:14px; }

.linee.technical h3 { padding:0px 40px; }
.linee.technical td { text-align:center; background:#ae95ad; color:#FFF; white-space:nowrap; border:0px; }
.linee.technical td.head { background:#d8cad6; font-weight:bold; }

.grid.list-gallery .item { width:20%; margin:0px; }

.box-color { border-top-right-radius:100px; border-bottom-left-radius:100px; padding:60px 20px 60px 20px; background:#e1cad2; position:relative; margin-top:140px; color:#b95991; }
.box-color .pics img { height:120px; width:auto; border-top-right-radius:30px; border-bottom-left-radius:30px; box-shadow: 5px 5px 10px #555; position:absolute; top:-110px; left:-10px; z-index:4 }
.box-color .pics img.pic2 { left:120px;top:-60px;z-index:3 }
.box-color .pics img.pic3 { left:260px;top:-80px;z-index:2 }

.item-row { margin: 60px auto; }

.box-color h3, .box-color h4 { color:white; }

.box-newsletter { text-align:left; color:#FFF; background:#000; }
.box-newsletter .content div:first-child { border-right:1px solid #FFF; text-align:right; padding-right:40px; }
.box-newsletter .content { padding:20px 40px; display:grid; grid-template-columns:1fr 1fr; gap:40px; }

.contact { text-align:center; font-size:13px; line-height:20px; padding:40px; max-width:600px; margin:0 auto; }

.list-ingredients { margin:80px 0; }
.list-ingredients li { position:relative; width:48%; display:block; float:left; height:140px; padding-left:140px; padding-right:20px; font-size:13px; line-height:normal; }
.list-ingredients li img { position:absolute; left:0; top:0; width:120px; height:auto; border-radius:0px; }
.list-ingredients li b { text-transform:uppercase; display:block; font-size:18px; font-weight:bold; margin-bottom:10px; }
.ingredients .fasce li { height:140px; display:block; width:100%; }
.italy { position:relative; }
.italy .image { position:absolute; top:0; bottom:0; left:0; right:0; text-align:center; margin:40px; display:flex; align-items: center;  justify-content: center; }
.italy .image img { width:100%; max-width:600px; height:auto; }

.cover { position:relative; }
.cover h2 { color:#FFF; position:absolute; top:60px; right:80px; text-align:right; }

.flex { display: flex; align-items: center;  justify-content: center; }
.flex img { display:block; }
.collection-type .text { padding:0 20px; }
.collection-type h2 { font-size:30px; margin: 0 0 10px 0; color:#FFF; position:absolute; z-index:2; text-align:center; }

.menu-lato li a { display:block; border-bottom:1px solid #DDD; padding:5px 0; text-transform:uppercase; font-size:14px; }

.maps iframe { height: -moz-calc(100vh - 200px); height: -webkit-calc(100vh - 200px); height: calc(100vh - 200px); display:block; }
.maps iframe {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.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 .span_1_of_9:nth-child(9n+1) { margin-left:0px; }
.grid .span_1_of_10:nth-child(10n+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:160px;  }
div.top .fa { margin:0px; }
div.top i { padding-top:5px; border-radius:200px; display:block; border:1px solid #FFF; background:#000; color:#FFF;  cursor:pointer; font-size:18px; width:30px; height:30px; text-align:center; }

div.top a:hover { text-decoration:none; }
.global-site-notice {  background: #222 none repeat scroll 0% 0%;  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; }
.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; }

.subcategories { background:#EEE; margin-bottom:40px; }				
.subcategories .content { padding:20px 40px; }				
.subcategories ul { margin:0 auto; text-align: center; }
.subcategories li { display:inline-block; width:100px; text-align:center; font-size:12px; text-transform:uppercase; margin-right:20px; }
.subcategories li img { border-radius:0px; }

.list-products { display: grid; grid-column-gap: 20px; grid-row-gap: 20px; grid-template-columns: 1fr 1fr 1fr; margin-bottom:40px; }
.list-products .item { border:1px solid #DDD; padding:10px; font-size:14px; position:relative; text-align:center;}
.list-products .item h2 { font-size:18px; line-height:bold; margin:0; }
.list-products .item img { margin-bottom:10px; }
.list-products .item .text { position:relative; padding-bottom:60px; }
.list-products .item:hover { border:1px solid #b6bbd2; box-shadow: 5px 5px 15px #DDD; }
.list-products .item form { margin:0px; }
.list-products .item .addCart { position:absolute; bottom:20px; left:10px; right:10px; margin:0 auto; }
.list-products .item .addCart a { color:#FFF; }
.list-products .item.cover-image { border:0px; padding:0px; background-repeat:none; background-size:cover; }
.price { color:#75699e; }

.scheda-prodotto { padding-top:40px; }
.scheda-prodotto h1 { font-size:32px; font-weight:bold; margin-top:20px; }
.scheda-prodotto .details { margin: 40px 0; }
.scheda-prodotto .price { font-size:18px; }
.login-container { display: grid; grid-gap:0px; border: 0px; grid-template-columns: 1fr 1fr; }
.login-container .item { border-right: 1px solid #000; padding: 0 40px; }
.login-container .item:last-child { border:0px; }
.account-container { display: grid; grid-gap:0px; border: 0px; grid-template-columns: 300px auto; }
.account-container .item { border-right: 1px solid #000; padding: 0 40px; }
.account-container .item:last-child { border:0px; }
.taxforms li { float:left; width:20%; font-size:14px; margin-top:5px; }
.buttons { margin-top:20px; }
.privacy { padding: 20px 0 0 0; font-size:13px; line-height:15px; }
.type_2 { background:#99cc00; margin-bottom:20px; padding: 2px 10px; font-weight:bold; color:#FFF; text-transform:uppercase; font-size:14px;  }
.type_3 { background:#ba9eb8; margin-bottom:20px; padding: 2px 10px; font-weight:bold; color:#FFF; text-transform:uppercase; font-size:14px;  }
.type_4 { background:#8dc7cd; margin-bottom:20px; padding: 2px 10px; font-weight:bold; color:#FFF; text-transform:uppercase; font-size:14px; }

#cart_mini { position:fixed; top:60px; right:20px; font-size:14px; color:#FFF; }
#cart_mini a { color:#FFF; }
#shoppingbagmenu { position:relative; }
#shoppingbagmenu span { background:red; color:white; padding:0px; text-align:center; border-radius:200px; position:absolute; top:-15px; right:-15px; width:20px; height:20px; font-size:12px; line-height:20px; }
#shoppingbag { color:#000; display:none; max-height: 400px; overflow-y: auto; width:320px; padding:20px; background:#FFF; position:absolute; top:30px; 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; }
#shoppingbag h4 { margin:0 0 20px 0; text-transform:uppercase; font-weight:bold; }
#shoppingbag .item { border-bottom:1px solid #EEE; min-height:45px; padding: 5px 0 5px 0; line-height:normal; }
#shoppingbag .item a { font-weight: bold; color: #3E4348; padding:0px; margin:0px; }
#shoppingbag .item img { float:left; margin-right:10px; border:1px solid #EEE; width:60px; height: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; font-weight:bold; text-align:center; display:inline-block; padding: 15px 0;}
.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; border:1px solid #CCC; margin-right:10px; width:60px; height:60px; }
.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-top:5px; }
.response { text-align:center; }
.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-video { display:grid; grid-template-columns:1fr 1fr; column-gap:40px; row-gap:40px;}

#table_cart { border-collapse: collapse; width:100%; }
#table_cart, #table_cart th, #table_cart td { border-top: 1px solid #CCC;  padding: 7px 10px; font-size:13px; position:relative; }
#table_cart thead td { border-top: 1px solid #CCC; background: #EEE; padding: 5px 10px; vertical-align:top; font-weight:bold; text-transform:uppercase; }
#table_cart tbody img { border:1px solid #CCC; margin-right:20px; float:left; width:100px; height:auto; }
	
.pagination { margin: 20px 0 40px 0; text-transform: uppercase; font-size:14px; }
.pagination .pages { text-align:right; }
.pagination .pages a, .pagination .pages b { padding:10px 15px; display:inline-block; border:1px solid #DDD; }
.pagination .pages b { color: #E50026; }
.pagination .pages a:hover { background:#000; color:#FFF; }
.pagination .result { padding-top:10px; }


#print { margin:40px; font-size:13px; line-height:18px; }
#print h2 { font-size:18px; margin: 0 0 20px 0; }
#print .logo { position:relative; text-align:center; margin-bottom:60px; }
#print .logo img { height:55px; width:auto; }
#print .print { position:absolute; top:20px; right:20px; }
#print .print a { margin-left:10px; }
#print .content { padding:0px; }
#print tbody td { padding: 5px 0; }

.nav { position:relative; }
.nav-item { display:inline; zoom:1; position:relative; }
.nav-item a { display:block; padding: 10px 20px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none;  }
.header .menu li.lang a { display:inline-block; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; top:30px; left:-20px; width:240px; padding:5px 20px; z-index:200; text-align:left; background:#000;  }
#header .menu li .nav-submenu li { display:block; }
.nav-submenu-item a { color:#FFF; display:block; padding: 5px 10px;  }

/* Mobile navigation */
.nav-mobile { display:none; cursor:pointer; position:absolute; top:0px; left:0; font-size:30px; padding:8px 0 0 0; height:45px; width:40px; color:#031c55; text-align:center; }
.nav-mobile i { margin:0; }

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

.cat { text-transform:uppercase; font-size:30px; margin: 40px 0; text-align:center; }
.cat_8 { color:#635e7b; } /* tone */
.cat_9 { color:#75699e; } /* colorcare */
.cat_10 { color:#8285b1; } /* volume */
.cat_11 { color:#a493b8; } /* idra */
.cat_6 { color:#a8adca; } /* style */
.cat_7 { color:#b1a8b6; } /* finish */


.sondaggio { padding:40px 0; }
.sondaggio li { position:relative; min-height:30px; padding-left:30px; }
.sondaggio h3 { margin-top:40px; }
.sondaggio label { font-weight:normal; font-size:inherit; margin-bottom:0px; }
.sondaggio .buttons { text-align:center; }

$buttonWidth: 30px;
$buttonHeight: 26px;
$buttonColor: darken(#2B32B2, 15%);
$lineThickness: 4px;
$transitionSpeed: .25s;
$transitionEasing: ease-in-out;

// Demo
.menu-toggle {
  position: relative;
  display: block;
  width: $buttonWidth;
  height: $buttonHeight;
  
  background: transparent;
  border-top: $lineThickness solid;
  border-bottom: $lineThickness solid;
  
  color: $buttonColor;
  font-size: 0;
  
  transition: all $transitionSpeed $transitionEasing;

  &:before,
  &:after {
    content: '';
    display: block;
    width: 100%;
    height: $lineThickness;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    background: currentColor;
    
    transform: translate(-50%, -50%);
    transition: transform $transitionSpeed $transitionEasing;
  } 
}

button:hover {
  color: lighten($buttonColor, 15%);
}

button.is-active {
  border-color: transparent;

  &:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  &:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

// Page setup
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

  background: #1488CC; 
  background: linear-gradient(to right, rgba(#2B32B2, .75), rgba(#1488CC, .75));
}

button {
  border: none;
  cursor: pointer;
  outline: none;
}





.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 50px;
 height: 40px;
 padding: 0 5px;
 text-align: center;
 background-color: #EEE;
 border: 0px;
 border-radius:0px;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 width:40px;
 height: 40px;
 background-color: #EEE;
 cursor:pointer;
 font-size:22px;
 border-radius:0px;
 color:#000;
 }

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }