/* Typography */
html{scroll-behavior:smooth;}
body{font-family:'Roboto',sans-serif;color:#231F20;font-size:15px;line-height:25px;}
a{word-wrap:break-word;text-decoration:none;color:#3573a9;}
a:hover{text-decoration:none;}
a:focus{outline:0;}
a:active:focus{outline:0;}
h1,
h2,
h3,
h4,
h5{margin:0;padding:0;}

/* Placeholders */
::-webkit-input-placeholder{color:#666666;}
:-moz-placeholder{color:#666666;}
::-moz-placeholder{color:#666666;}
:-ms-input-placeholder{color:#666666;}

/* Helpers */
.p-0{padding:0!important;}
.m-0{margin:0!important;}
.p-2{padding:2rem;}
.m-2{margin:2rem;}
.pt-2{padding-top:2em;}
.mt-2{margin-top:2em;}
.pb-2{padding-bottom:2em;}
.mb-2{margin-bottom:2em;}
.mt-4{margin-top:4em;}
.pt-0{padding-top:0!important;}
.pb-0{padding-bottom:0!important;}
.pl-0{padding-left:0;}
.pr-0{padding-right:0;}
.row.no-gutters [class*="col-"]{padding-left:0!important;padding-right:0!important;}
.w-100{width:100%;}
.w-auto{width:auto;}
.font-weight-bold{font-weight:bold;}
.text-uppercase{text-transform:uppercase;}
.d-block{display:block;}
.d-inline{display:inline;}
.d-inline-block{display:inline-block;}
.border {border:1px solid #dee2e6!important;}
.border-0{border:0!important;}
.rounded{border-radius:.75rem;}
.rounded-0{border-radius:0!important;}
.rounded-circle {border-radius:50%!important;}
.shadow-none{box-shadow:none!important;}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075);}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175);}
.text-white{color:#ffffff;}
.text-red{color:#EC1E24;}
.text-yellow{color:#FFE468;}
.text-danger{color:#dc3545;}
.flex {display:flex;flex-wrap:wrap;}
.visually-hidden{position: absolute;left: -9999px;}

/* Bootstrap 3 > Overrides */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15{position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-15{width:20%;float:left;}
@media (min-width:768px){
  .col-sm-15{width:20%;float:left;}
}
@media (min-width:992px){
  .col-md-15{width:20%;float:left;}
}
@media (min-width:1200px){
  .col-lg-15{width:20%;float:left;}
}

/* Bootstrap 3 > Carousel */
.carousel-inner .item .item-bg{width:100%;height:680px;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.carousel-caption{top:50%;bottom:auto;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;text-shadow:none;left:0;right:0;}
.carousel-inner .item .item-bg .item-overlay{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;background-image:url(/assets/img/slide-1-caption.svg);background-repeat:no-repeat;background-size:cover;background-position:right center;}

/* Bootstrap 3 > Carousel > Caption */
.carousel-caption h3, .carousel-caption h1{font-size:60px;font-weight:300;}
.carousel-caption h4{font-size:26px;margin:20px 0 0;}
.carousel-caption p, .carousel-caption h2{margin:0;margin:20px 0 0;font-weight:500;font-size:30px;}
.carousel-caption .btn{margin:60px 0 0;}

/* Bootstrap 3 > Carousel > Controls */
.carousel-control{top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);bottom:auto;z-index:2;}
.carousel-control.left{font-size:12px;text-shadow:none;background:rgba(255,255,255,.8);width:40px;height:40px;opacity:1;color:#585857;padding:12px;}
.carousel-control.right{font-size:12px;text-shadow:none;background:#ffffffcc;width:40px;height:40px;opacity:1;color:#585857;padding:12px;}
.carousel-indicators{text-align:left;bottom:80px;}
.carousel-indicators li{width:60px;height:4px;border-radius:0;border:0;background-color:rgba(255,255,255,.5);}
.carousel-indicators .active{width:60px;height:4px;margin:1px;}

/* Bootstrap 3 > Carousel > Fade */
.carousel-fade .carousel-inner .item{-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{opacity:0;}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{opacity:1;}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.carousel-fade .carousel-control{z-index:2;}

/* Buttons */
button{outline:none!important;}
.btn{border-radius:0;white-space:normal;border:0;padding:7px 20px;}
.btn.focus,
.btn:focus,
.btn:hover{outline:none;}
.btn-icon{padding:12px 16px;}
.btn-primary{background-color:#EC1E24;color:#fff;text-transform:uppercase;letter-spacing:4px;padding:7px 60px 7px 20px;background-image:url(/assets/icons/icon-arrow-dx.svg);background-repeat:no-repeat;background-position:right 20px center;}
.btn-primary:hover{background-color:#1A3377;color:#fff;}
.btn-primary:focus{outline:0;background-color:#1A3377;color:#fff;}
.btn-secondary{background-color:#223876;color:#fff;text-transform:uppercase;letter-spacing:4px;padding:7px 60px 7px 20px;background-image:url(/assets/icons/icon-arrow-dx.svg);background-repeat:no-repeat;background-position:right 20px center;}
.btn-secondary:hover{background-color:#fff;color:#223876;}
.btn-secondary:focus{outline:0;background-color:#fff;color:#223876;}

/* 
.btn-name{}
.btn-name:hover{}
.btn-name:focus{outline:0;}
*/

/* Animations */
.wow{visibility:hidden;}

/* Elements */
.go-top{position:fixed;bottom:2em;right:2em;text-decoration:none;color:#ffffff;background-color:rgba(0,0,0,.7);font-size:12px;padding:10px 15px;display:none;z-index:99;}
.go-top:hover{opacity:.8;}
.go-top i{font-size:20px;color:#ffffff;}
#cookieChoiceInfo a{color:#f5f5f5;}
#cookieChoiceInfo a:hover{color:#ffffff;}

/* Elements > Load More */
.has-loadmore .card{display:none;}



/* Lists */
.list-unstyled,
.list-group{margin:0;}
.list-group li{list-style:none;padding:10px 0;background:transparent;font-size:14px;border-bottom:1px solid #dddddd;}
.list-group li a{color:#6b6b6b;}
.list-group li a.active{color:#000;}
.list-inline{display:inline-block;}
.list-inline li{border:0;}
.list-check{margin-bottom:40px;}
.list-check li{border:0;padding:10px 0}
.list-check li i{color:#5874B8;margin-right:10px;}

/* Lists > N Cols (ul) */
.list-2cols{-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols{-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

/* Cards > Globals */
.card{position:relative;min-width:0;word-wrap:break-word;border:1px solid #f4f4f4;margin-bottom:30px;background-color:#FFF;transition:.3s all ease-in-out;}
a.d-block:hover .card{opacity:.8;transition:.3s all ease-in-out;}
.card .card-header{padding:14px 20px;font-size:18px;font-weight:bold;border-bottom:1px solid #f4f4f4;}
.card .card-bg{position:relative;width:100%;height:210px;background-size:cover;background-repeat:no-repeat;background-position:center;}
.card .card-body{padding:18px 20px;color:#000;}
.card .card-title{font-size:18px;font-weight:500;margin:0 0 20px;color:#231F20;}
.card .card-body p{margin:0;}
.card .card-body p + .btn{margin:20px 0 0;}
.card .card-footer{padding:14px 20px;border-top:1px solid #f4f4f4;}
.card .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

/* Cards > Badges */
.card-badge{position:absolute;}
.card-badge.bottom-right{bottom:20px;right:20px;}
.card-badge.bottom-left{bottom:0;left:0;}
.card-badge.top-right{top:20px;right:20px;}
.card-badge.top-left{top:20px;left:20px;}

/* Cards > Overlay */
.card .card-overlay .card-body{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;color:#fff;}
.card .card-overlay:before{content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;}

/* Cards > Overlay [Hover] */
.card.has--overlay .card-overlay{opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay{opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Overlay [Hover] > ICON */
.card .card-overlay .card-overlay__icon{opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay .card-overlay__icon{opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Animation [Hover] > Elevation */
.card.has--elevation{transition:.3s all ease-in-out;box-shadow:none;}
.card.has--elevation:hover{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);transition:.3s all ease-in-out;box-shadow:0 1rem 3rem rgba(0,0,0,.175);}

/* Cards > Elements */
.card .card-date{margin-bottom:10px;color:#AEAEAE;letter-spacing:4px;}

/*.card .card-date:before{content:"073";font-family:"Font Awesome 5 Free";font-weight:normal;margin-right:5px;}*/
.card .card-price{font-size:22px;margin-bottom:10px;}
.card .card-category{font-size:12px;margin-bottom:10px;color:#807272;text-transform:uppercase;}
.card .card-category:before{content:"#";font-weight:normal;margin-right:5px;}
.card .card-link{padding:10px 20px;background:#000000;color:#ffffff;display:inline-block;font-size:14px;}
.card .label{text-transform:uppercase;font-weight:400;letter-spacing:4px;padding:5px 5px 5px 10px;border-radius:0;}
.card .label-primary{background-color:#3C58A7;}

/* Forms */
.form-group{position:relative;margin-bottom:15px;}
.has-error .form-control{border-color:red!important;}
label.error{padding:2px 5px;position:absolute;z-index:9;top:6px;right:10px;font-size:8px;color:red;margin:0;font-weight:100;}
.form-control{border-radius:0;border:0;margin-bottom:5px;height:40px;background:#FFF;box-shadow:none;border-bottom:0;color:#878787;padding:10px 20px;position:relative;}
textarea.form-control{height:120px;padding:20px;}
.form-control::-webkit-input-placeholder{color:#878787;}
.form-control:-moz-placeholder{color:#878787;}
.form-control::-moz-placeholder{color:#878787;}
.form-control:-ms-input-placeholder{color:#878787;}
.bg-red .custom-validators-label {color:#fff !important;}
.form-request .row {margin-left:-6px;margin-right:-6px;}
.form-request .row > div[class*="col-"] {padding-left:6px;padding-right:6px;}

/* Custom inputs */
.control{display:block;position:relative;padding:0 0px 0 35px;margin:0 0 20px 0;cursor:pointer;font-size:11px;line-height:1.5;}
.control input{position:absolute;z-index:-1;opacity:0;}
.control-group{display:inline-block;vertical-align:top;background:#ffffff;text-align:left;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:30px;width:200px;height:210px;margin:10px;}
.control--group{display:block;position:relative;padding-left:35px;margin:32px 0;cursor:pointer;font-size:16px;}
.control--radio .control__indicator{border-radius:50%;border:1px solid #ddd;background:#ffffff!important;}
.control__indicator{position:absolute;top:0;left:0;height:18px;width:18px;background:#ffffff;border:1px solid #7b7b7b;border-radius:2px;}
.control__indicator:after{content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator{background:#f4f4f4;}
.control:hover input:not([disabled]):checked ~ .control__indicator,.control input:checked:focus ~ .control__indicator{background:#7b7b7b;}
.control input:checked ~ .control__indicator{background:#7b7b7b;border:0;border:1px solid #ddd;}
.control input:checked ~ .control__indicator:after{display:block;}
.control input:disabled ~ .control__indicator{background:#e6e6e6;opacity:.6;pointer-events:none;}
.control--checkbox .control__indicator:after{left:5px;top:2px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after{border-color:#7b7b7b;}
.control--checkbox.control__privacy .control__indicator.has-error{background:red;border:2px solid #dc3545;}
.control--radio .control__indicator:after{left:4px;top:4px;height:8px;width:8px;border-radius:50%;background:#7b7b7b;}
.control--radio input:disabled ~ .control__indicator:after{background:#7b7b7b;}
.select{position:relative;display:inline-block;width:100%;}
.select select{width:100%;cursor:pointer;padding:8px 12px;outline:0;background:#ffffff;color:#000;-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #ddd;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border-color:#ddd;}
.select select::-ms-expand{display:none;}
.select select:disabled{opacity:.5;pointer-events:none;}
.select__arrow:before{position:absolute;top:10px;right:15px;pointer-events:none;content:"\f107 ";font-family:"Font Awesome 5 Free";color:#ddd;font-size:15px;font-weight:bold;}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow{border-top-color:#000000;}
.select select:disabled ~ .select__arrow{border-top-color:#807272;}
.box-radio{border:1px solid #f4f4f4;border-radius:.75rem;}

/* Owl Carousel */
.owl-theme .owl-nav [class*=owl-]{background:transparent;padding:0;}
.owl-theme .owl-prev,
.owl-theme .owl-next{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);height:30px;margin:auto!important;}
.owl-theme .owl-prev{left:0;top:50%;bottom:auto;}
.owl-theme .owl-next{right:0;top:50%;bottom:auto;}
.owl-theme i{font-size:12px;color:#585857;text-shadow:none;background:#FFF;width:36px;height:36px;opacity:1;padding:12px;left:0;border:1px solid #ddd;}
.owl-theme .item-bg{width:100%;height:270px;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.carousel-one-photo .item-bg{width:100%;height:390px;background-position:center center;background-size:cover;background-repeat:no-repeat;}

/* Isotope > Globals */
.isotope__filters{margin:0 0 40px 0;text-align:center;}
.isotope__filters .btn{margin:4px;text-transform:uppercase;letter-spacing:4px;font-weight:400;background:transparent;color:#231F20;box-shadow:none;}
.isotope__filters .btn.is-checked{background:#EC1E24;color:#fff;}

/* Nav > Pagination */
.pagination{margin:0;}
.pagination>li>a,
.pagination>li>span{width:36px;height:36px;margin:0 5px;color:#CCCCCC;padding:7px 12px;}
.pagination>li:first-child>a,
.pagination>li:first-child>span{border-top-left-radius:0;border-bottom-left-radius:0;}
.pagination>li:last-child>a,
.pagination>li:last-child>span{border-top-right-radius:0;border-bottom-right-radius:0;}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{color:#3C58A7;}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{background-color:#3C58A7;border-color:#3C58A7;}

/* Icons > Globals */
.icon{width:18px;height:18px;display:inline-block;background-size:contain!important;}
.icon24{width:24px;height:24px;display:inline-block;background-size:contain!important;}
.icon36{width:36px;height:36px;display:inline-block;background-size:contain!important;}
.icon--right{background-position:right center;}
.icon--center{background-position:center center;}
.icon--middle{vertical-align:middle;position:relative;}
.icon--inline{vertical-align:middle;position:relative;margin-right:4px;}

/* Icons > Images */
.icon-arrow-sx{background:url(/assets/icons/icon-arrow-dx.svg)no-repeat;background-position:center left;}
.icon-arrow-dx{background:url(/assets/icons/icon-arrow-dx.svg)no-repeat;background-position:center right;}
.icon-hexagon{background:url(/assets/icons/icon-hexagon.svg)no-repeat;background-position:center right;}
.icon-pdf{background:url(/assets/icons/icon-pdf.svg)no-repeat;background-position:center right;}
.icon-link{background:url(/assets/icons/icon-link.svg)no-repeat;background-position:center right;}

/* Head > Nav */
nav .container{position:relative;}
.navbar{border-radius:0;}
.navbar.navbar-default{border:0;min-height:auto;margin-bottom:0;transition:.3s all ease-in-out;background:-moz-linear-gradient(top,rgba(26,51,119,1) 0%,rgba(26,51,119,0) 100%);background:-webkit-linear-gradient(top,rgba(26,51,119,1) 0%,rgba(26,51,119,0) 100%);background:linear-gradient(to bottom,rgba(26,51,119,1) 0%,rgba(26,51,119,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3377',endColorstr='#001a3377',GradientType=0);}
.navbar.navbar-default .nav > li > a{color:#FFF;padding-top:37px;padding-bottom:40px;transition:.3s all ease-in-out;border-top:3px solid transparent;}
.navbar.navbar-default .nav > li > a:hover{color:#FFE468;border-top:3px solid #FFE468;}
.navbar.navbar-default .nav > li > a.active{color:#FFF;background:transparent;border-top:3px solid #EC1E24;}
.navbar.navbar-default .nav > li .fa-shopping-cart{position:relative;}

/* Head > Nav > Affix */
.navbar-default.is--affix{box-shadow:0 1rem 2rem rgba(0,0,0,.3);transition:.3s all ease-in-out;background:#223876;}
.navbar-default.is--affix .navbar-brand>img{height:50px;transition:.3s all ease-in-out;}
.navbar.navbar-default.is--affix .nav > li > a{padding-top:25px;padding-bottom:25px;transition:.3s all ease-in-out;}

/* Head > Nav > Logo */
.navbar-brand{height:auto;padding:10px 15px;}
.navbar-brand>img{height:80px;transition:.3s all ease-in-out;}

/* Head > Nav > Search Menu */
.navbar-search{opacity:0;position:absolute;z-index:99;width:100%;padding-right:15px;pointer-events:none;transition:.3s ease-in-out;}
.navbar-search.is--visible{opacity:1;pointer-events:all;transition:.3s ease-in-out;}
.navbar-search .form-control{border:0;height:50px;padding:12px 18px;font-size:18px;margin-bottom:0;font-style:italic;}
.navbar-search .navbar-search__close{position:absolute;right:15px;top:0;}
.navbar-search .navbar-search__close .btn-icon{font-size:34px;color:#807272;padding:2px 12px;line-height:normal;}

/* Head > MegaMenu */
.menu-large{position:static!important;}
.megamenu{padding:20px 0px;width:100%;}
.megamenu> li > ul{padding:0;margin:0;}
.megamenu> li > ul > li{list-style:none;}
.megamenu> li > ul > li > a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:normal;}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5;}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus{color:#999999;}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed;}
.megamenu.dropdown-header{color:#428bca;font-size:18px;}

/* Sidebar */

/* Backgrounds */
.bg-grey{background-color:#F1F2F3!important;}
.bg-red{background-color:#EC1E24!important;}
.bg-lines{background-image:url(/assets/img/bg-lines.svg);background-repeat:no-repeat;background-size:contain;background-position:bottom center;}
.bg-chisiamo{background-image:url(/assets/img/bg-chisiamo.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-servizi{background-image:url(/assets/img/bg-servizi.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-altri-servizi{background-image:url(/assets/img/bg-altri-servizi.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-condizionatori{background-image:url(/assets/img/bg-condizionatori.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-idrici{background-image:url(/assets/img/bg-idrici.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-aria{background-image:url(/assets/img/bg-aria.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-deumidificatori{background-image:url(/assets/img/bg-deumidificatori.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-ventilazione{background-image:url(/assets/img/bg-ventilazione.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-riscaldamento{background-image:url(/assets/img/bg-riscaldamento.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-riscaldamento-radiante{background-image:url(/assets/img/bg-riscaldamento-radiante.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-pompe-di-calore{background-image:url(/assets/img/bg-pompe-di-calore.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-caldaie-condensazione{background-image:url(/assets/img/bg-caldaie-condensazione.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-caldaie-biomassa{background-image:url(/assets/img/bg-caldaie-biomassa.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-contabilizzazione-calore{background-image:url(/assets/img/bg-contabilizzazione-calore.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-news{background-image:url(/assets/img/bg-news.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-agevolazioni{background-image:url(/assets/img/bg-agevolazioni.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-assistenza{background-image:url(/assets/img/bg-assistenza.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom center;}
.bg-hexagon-blue{background-image:url(/assets/img/bg-hexagon-blue.svg);background-repeat:no-repeat;background-position:center;background-size:contain;}
.bg-hexagon-blue-light{background-image:url(/assets/img/bg-hexagon-blue-light.svg);background-repeat:no-repeat;background-position:center;background-size:contain;}
.bg-hexagon-orange{background-image:url(/assets/img/bg-hexagon-orange.svg);background-repeat:no-repeat;background-position:center;background-size:contain;}
.bg-hexagon-green{background-image:url(/assets/img/bg-hexagon-green.svg);background-repeat:no-repeat;background-position:center;background-size:contain;}
.bg-hexagon-violet{background-image:url(/assets/img/bg-hexagon-violet.svg);background-repeat:no-repeat;background-position:center;background-size:contain;}

/* Section > Globals */
.section{position:relative;padding:80px 0;overflow-x:hidden;}
.section h2,
.section h3,
.section h4{margin:0 0 20px 0;}
.section.section-p-0{padding:0;}
.section p a{color:currentColor;}
.section p + h3{margin-top:30px;}
.section .owl-carousel.owl-theme{margin:40px 0 0;}

/* Section > Title */
.section-title h3{font-size:32px;margin-bottom:15px;}
.section-title h4{font-size:24px;margin-bottom:15px;}
.section-title.has--services h3{font-size:20px;font-weight:normal;}

/* Section > Head */
.section-header{background-color:#0D162D;padding:150px 0 50px;}
.section-header h1{font-size:50px;color:#FFE468;font-weight:300;margin-bottom:10px;}
.section-header h2{font-size:20px;color:#fff;margin-bottom:0;font-weight:500;}

/* Section > Breadcrumbs */
.section-breadcrumbs{padding:0;background-color:transparent;font-size:12px;}
.section-breadcrumbs .breadcrumb{background:transparent;margin:10px 0;padding:0;color:#CCC;}
.section-breadcrumbs .breadcrumb a{color:#CCC;}
.section-breadcrumbs .breadcrumb>.active{color:#FFF;}
.breadcrumb>.active{color:#231F20;}

/* Section > Image/Text */
.section .block-image{position:absolute;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:33.33333333%;background-position:center center;}
.image--right{right:0;left:auto;}
.image--left{left:0;right:auto;}
.image--cover{background-size:cover;}
.image--contain{background-size:contain;}

/* Section > Carousels */

/* .owl-carousel.carousel-gallery {margin:20px 0;} */

/* Content */
.section-submenu{padding:10px 0;text-align:center;}
.section-submenu .list-inline li:first-child:before{display:none;}
.section-submenu .list-inline li:before{content:"|";display:inline-block;margin:0 10px;color: #ddd;}
.section-submenu .list-inline li a{font-size:14px;letter-spacing:1px;text-transform:uppercase;}
.section-submenu .list-inline li a.active{color:#EC1E24;}

/* Section > Services */
.section-services h4{font-size:16px;text-transform:uppercase;letter-spacing:4px;font-weight:400;}
.section-services h3{font-size:35px;}
.section-services .col-sm-8 .row:last-child .col-sm-4{margin-top:-54px;}
.section-services a:hover .card{opacity:.7;}
.section-services .card{position:relative;width:100%;height:270px;background-color:transparent;border:0;margin-bottom:0;}
.section-services .card:after{content:"";position:absolute;background-image:url(/assets/img/bg-hexagon-white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:100%;height:270px;top:0;left:0;}
.section-services .card .card-body{position:absolute;z-index:2;height:80px;top:50%;left:50%;width:55%;transform:translate(-50%,-50%);padding:0;}
.section-services .card .card-body h3{font-size:20px;font-weight:300;margin-top:10px;}
.section-services .card.bg-hexagon-blue .card-body h3{color:#1D9EBC;}
.section-services .card.bg-hexagon-blue-light .card-body h3{color:#9ECAD8;}
.section-services .card.bg-hexagon-orange .card-body h3{color:#DA5943;}
.section-services .card.bg-hexagon-green .card-body h3{color:#AAC362;}
.section-services .card.bg-hexagon-violet .card-body h3{color:#A3B2D7;}

/* Section > Services */
.section-service .well-plus{background-color:#F1F2F3;border:0;border-radius:0;padding:40px;margin-bottom:0;box-shadow:none;}
.section-service .well-plus h3{font-weight:300;}
.section-service .well-plus ul li{font-weight:500;margin-bottom:10px;}
.section-service .well-plus ul li:last-child{margin-bottom:0;}
.section-service .well-plus ul li img{margin-right:10px;width:50px;}
.section-service .card{border:0;margin-bottom:0;}
.section-service .card .card-body{background-color:#F1F2F3;padding:40px;}

/* Section > Banner */
.section-banner h3{font-size:40px;font-weight:300;}
.section-banner p{font-size:20px;font-weight:500;margin-bottom:40px;line-height:30px;}

/* Section > Gallery */
.section-gallery h4{font-size:16px;text-transform:uppercase;letter-spacing:4px;font-weight:400;}
.section-gallery h3{font-size:35px;}
.section-gallery .owl-theme .item-bg{height:240px;}

/* Section > News */
.section-news h4{font-size:16px;text-transform:uppercase;letter-spacing:4px;font-weight:400;}
.section-news h3{font-size:35px;}
.section-news p{margin-bottom:40px;}
.section-news .card{margin-bottom:0;}

/* Section > Blog Detail */
.section-news-detail img{margin-bottom:30px;}
.section-news-detail .section-title__badge{background-color:#3C58A7;text-transform:uppercase;font-weight:400;letter-spacing:4px;padding:5px 5px 2px 10px;border-radius:0;color:#FFF;display:inline-block;font-size:12px;margin-bottom:15px;}
.section-news-detail .section-title__date{margin:15px 0 30px;color:#AEAEAE;letter-spacing:4px;}
.section-news-detail .list-inline{margin-top:30px;margin-bottom:0;}
.section-news-detail .list-inline a{padding:12px 15px 15px;background-color:#f4f4f4;color:#231F20;width:300px;display:block;}

/* Section > Brands */
.section-brands{padding:40px 0;}
.section-brands .owl-carousel.owl-theme{margin:0;}
.section-brands .item-bg{height:122px;background-size:contain;}
.best-brands h3{font-weight:300;margin-top:40px;}

/* Section > Contacts */
.section-contacts{padding:0;}
.section-contacts .contacts-title{margin-bottom:30px;}
.section-contacts .contacts-map iframe{width:100%;margin-bottom:-10px;}

/* Section > Requests */
.section-request a{color:currentColor;}
.section-request .request-title{margin-bottom:30px;font-weight:bold;text-transform:uppercase;}
.section-request .request-contact ul{margin:30px 0 0;padding:0;}
.section-request .request-contact ul li{display:inline-block;margin-right:30px;}

/* Section > Timeline */
.section-timeline h3{font-weight:bold;font-size:40px;margin:0 0 30px;}
.section-timeline .owl-carousel .owl-stage-outer{overflow:visible;}
.section-timeline .timeline-event{display:inline-block;width:100%;cursor:pointer;}
.section-timeline .timeline-event:before{content:"";width:100%;height:2px;border-top:1px dashed #807272;position:absolute;bottom:0;left:0;right:0;}
.section-timeline .timeline-event:after{content:"";width:20px;height:20px;border-radius:100%;border:2px solid #000;position:absolute;bottom:-8px;background:#fff;z-index:9;}
.section-timeline .timeline-event .year h3{font-size:28px;margin-bottom:10px;}
.section-timeline .timeline-event h4{min-height:50px;font-size:12px;padding-right:20px;}
.section-timeline .timeline-event{padding:10px 0;}
.section-timeline .owl-item:first-child .timeline-event{padding-left:0}
.section-timeline .owl-item:last-child .timeline-event:before{border:0;}
.section-timeline .owl-carousel .owl-item{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.section-timeline .owl-carousel .owl-item.current h3,
.section-timeline .owl-carousel .owl-item.current h4{color:#4caf50;}
.section-timeline .owl-theme .owl-nav [class*=owl-]{background:transparent;}
.section-timeline .owl-theme .owl-nav{margin-top:0;position:absolute;top:-30px;width:100%;right:20px}

/* Content > Search Page */
.section-search .card{border-top:0;border-left:0;border-right:0;padding-bottom:30px;}
.section-search .card .card-body{padding:0;}
.section-search .card .card-body .card-link{background:transparent;color:#000;padding:0;}
.section-block .block-text{padding-left:80px;padding-right:80px;}

/* Footer */
.section-footer{background-color:#0D162D;color:#ffffff;font-size:14px;}
.section-footer h4{text-transform:uppercase;font-size:16px;letter-spacing:4px;}
.section-footer a{color:#ffffff;}
.section-footer .list-group li{border:0;}
.section-footer .list-group li a{color:#ffffff;}
.section-footer ul.list-social{padding:0;}
.section-footer ul.list-social li{display:inline-block;margin-right:5px;}
.section-copy{font-size:12px;background-color:#0D162D;color:#ffffff;padding:20px 0;border-top:1px solid rgba(255,255,255,0.5);}
.section-copy p{margin:0;}
.section-copy a{color:#ffffff;}

/*
  Responsive 
  */

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px){

  /* Globals */
  body{padding-top:0;}
  .navbar-nav>li>a{text-align:center;}
  .navbar-default .navbar-nav .open .dropdown-menu>li>a{text-align:center;padding:5px 15px;}
  .navbar.navbar-default .nav > li > a{padding-top:20px;padding-bottom:20px;}
  .navbar-nav{margin:0;}

  /* Head > Nav */
  .navbar-toggle{border:0;padding:10px;margin:23px 5px;}
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover{background:none;}
  .navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
  .navbar.navbar-default{background:#223876;}
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form{border:0;}

  /* Carousel */
  .carousel-inner .item .item-bg{height:400px;}
  .carousel-caption{padding:0 40px;}
  .carousel-caption h3, .carousel-caption h1{font-size:40px;}
  .carousel-caption h4{font-size:20px;}
  .carousel-caption p, .carousel-caption h2{font-size:20px}
  .section.section-carousel-home{padding:0;}
  .carousel-inner .item .item-bg{background-position:right center;}
  .carousel-inner .item .item-bg .item-overlay{background-image:none;}
  .carousel-indicators{bottom:20px;left:55px;margin:0;}

  /* Animations */

  /* .wow {animation-name:none !important;visibility:visible !important;} */

  /* Sidebar Toggle */
  .has--collapse{cursor:pointer;}
  .has--collapse h4:after{font-family:"Font Awesome 5 Free";content:"\f106";position:absolute;right:20px;transition:all .5s;font-weight:800;}
  .has--collapse.collapsed h4:after{font-family:"Font Awesome 5 Free";content:"\f107";transition:all .5s;font-weight:800;}

  /* Head > MegaMenu */
  .megamenu{margin-left:0;margin-right:0;}
  .megamenu> li{margin-bottom:30px;}
  .megamenu> li:last-child{margin-bottom:0;}
  .megamenu.dropdown-header{padding:3px 15px!important;}
  .navbar-nav .open .dropdown-menu .dropdown-header{color:#fff;}

  /* Section > Image/Text */
  .section .block-image{position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:260px;background-position:center center;}
  .block-text.p-2{padding:30px 0;}
  .image--contain{background-size:cover;}

  /* Content */
  .best-brands{margin-bottom:55px;}
  .carousel-one-photo .item-bg{height:260px;}
  .navbar-brand>img{height:50px;}
  .section-services .section-title{text-align:center;}
  .section-services .row:first-child p{text-align:center;margin-bottom:40px;}
  .section-services .card .card-body{width:35%;}
  .section-services .card .card-body h3{font-size:18px;}
  .section-services .card{margin-bottom:20px;}
  .section-banner h3{font-size:35px;}
  .section-banner p{font-size:18px;margin-bottom:0;}
  .section-news .card{margin-bottom:20px;}
  .section-banner img{width:100%;margin-bottom:40px;margin-top:0;}
  .section.section-footer .has--collapse.collapsed h4:after,
  .section.section-footer .has--collapse h4:after{color:#EC1E24;}
  .section.section-footer p,
  .section.section-footer ul{margin-bottom:40px;}
  .section-copy p{text-align:center;}
  .section-header{padding:50px 0;}
  .section-header h1{font-size:35px;}
  .isotope__filters .btn{font-size:13px;letter-spacing:2px}
  .section-request .request-contact{margin-bottom:40px;}
  .section-service .well-plus{margin-top:40px;}
  .section-service .well-plus{padding:30px}
  .section.section-block{padding-top:0;}
  .section-service .card{margin-bottom:20px;}
}

/* Smartphone Landscape 
@media only screen and (min-width:480px) and (max-width:767px){
}
*/

/* Tablet */
@media only screen and (min-width:768px) and (max-width:959px){

  /* Globals */
  body{padding-top:0;}
  .pl0{padding-left:15px;}

  /* Head > Nav */
  .navbar-toggle{border:0;padding:10px;}
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form{border:0;}
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover{background:none;}

  /* Mobile Nav Toggle */
  .navbar-header{float:none;}
  .navbar-toggle{margin:9px 0;display:inline-block;margin:23px 0;}
  .navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
  .navbar-collapse{border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
  .navbar-fixed-top{top:0;border-width:0 0 1px;}
  .navbar-collapse{padding:0;}
  .navbar-collapse.collapse{display:none!important;padding:0;}
  .navbar-collapse.collapse.in{display:block!important;}
  .navbar-nav{float:none!important;margin-bottom:7.5px;}
  .navbar-default .navbar-nav > li,
  .navbar-default .navbar-nav > li > ul > li{float:none;display:block;width:100%;}
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > ul > li > a{padding-top:10px;padding-bottom:10px;width:100%;display:block;}
  .navbar-default .navbar-nav li + li:before{display:none;}

  /* Carousel */
  .carousel-inner .item .item-bg{height:400px;}
  .carousel-caption{padding:0 40px;}
  .carousel-caption h3, .carousel-caption h1{font-size:40px;}
  .carousel-caption h4{font-size:20px;}
  .section.section-carousel-home{padding:0;}

  /* Sidebar Toggle */
  .has--collapse{cursor:pointer;}
  .has--collapse h4{border-bottom:1px solid #183051;height:45px;padding:9px 5px 2px;margin-top:0!important;}
  .has--collapse h4:after{font-family:"Font Awesome 5 Free";content:"\f106";position:absolute;right:20px;transition:all .5s;font-weight:800;}
  .has--collapse.collapsed h4:after{font-family:"Font Awesome 5 Free";content:"\f107";transition:all .5s;font-weight:800;}
  .section.section-footer .has--collapse h4{border-bottom:1px solid transparent;}

  /* Content */
  .navbar-brand>img{height:60px;}
  .navbar.navbar-default{background:#223876;}
  .carousel-caption p, .carousel-caption h2{font-size:25px;width:50%;}
  .carousel-indicators{bottom:20px;left:55px;margin-left:0;}
  .section-services .section-title{text-align:center;}
  .section-services .row:first-child p{text-align:center;margin-bottom:40px;}
  .section-services .card{width:95%;}
  .section-services .card.bg-hexagon-blue{right:0;}
  .section-services .card.bg-hexagon-blue-light{left:0;}
  .section-services .card.bg-hexagon-orange{left:5px;}
  .section-services .card.bg-hexagon-green{left:5px}
  .section-services .card .card-body{top:53%;}
  .section-services .card .card-body h3{font-size:18px;}
  .section-banner img{width:100%;}
  .section-footer h4{font-size:14px;letter-spacing:2px}
  .section.section-footer .has--collapse.collapsed h4:after,
  .section.section-footer .has--collapse h4:after{color:#EC1E24;}
  #collapse_footer_3 .list-inline li:first-child img{margin-bottom:10px;}
  .navbar.navbar-default .nav > li > a{padding:20px;text-align:center;font-size:16px;}
  .bg-agevolazioni{background-position:left -70px center;}
  .section-footer{padding:40px 0;}
  .section-header{padding:50px 0;}
  .isotope__filters .btn{letter-spacing:3px;font-size:13px}
  .section-request .request-contact{margin-bottom:40px;}
  .section-service .well-plus{margin:40px 0;}
  .section.section-block{padding:40px;}
  .section-block .block-text{padding-left:0px;padding-right:0px;}
  .section-block .block-text.v-center.p-2,
  .block-text.p-2{padding:0;}
  .section.section-service{padding-bottom:0;}
  .section-service .card .card-body{height:280px;margin-bottom:40px;}
  .best-brands .list-unstyled img{height:53px;}
  .carousel-one-photo .item-bg{height:316px;}
}

/* Tablet Landscape */
@media only screen and (min-width:960px) and (max-width:1199px){

  /* Globals */
  body{padding-top:0;}

  /* Head > Nav */
  .nav.navbar-nav>li>a{padding:15px 9px;}

  /* Carousel */
  .carousel-inner .item .item-bg{height:500px;}
  .carousel-caption h3, .carousel-caption h1{font-size:23px;}
  .carousel-caption h4{font-size:20px;}

  /* Content */
  .navbar-brand>img{height:60px;}
  .section-services .card.bg-hexagon-blue,
  .section-services .card.bg-hexagon-green{right:5px;}
  .section-services .card,
  .section-services .card:after{height:240px;}
  .section-services .card.bg-hexagon-orange{right:10px;}
  .section-header{padding:110px 0 50px;}
  .carousel-caption h3, .carousel-caption h1{font-size:45px;}
  .carousel-caption p, .carousel-caption h2{font-size:25px;}
  .bg-agevolazioni{background-position:left center;}
  .section-service .well-plus ul li{font-size:12px;}
  .section-service .well-plus{padding:30px;}
  .section-service .well-plus ul li img{width:40px;}
  .section-gallery .owl-theme .item-bg{height:220px;}
  .best-brands .list-unstyled img{height:45px;}
  .carousel-one-photo .item-bg{height:436px;}
  .section-news-detail .section-title h1{font-size:30px;}
}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px){
}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px){
}

/* =====================
 Shop 
*  ==================== /

/* Section > Product Detail */
.section.section-product-detail .product-detail-code{margin-bottom:20px;}
.section.section-product-detail .product-detail-breadcrumbs .breadcrumb.breadcrumb{padding:8px 0;background-color:transparent;border-radius:0;font-size:12px;margin:0;}
.section.section-product-detail .product-detail-title{font-weight:bold;}
.section.section-product-detail .product-detail-price{font-size:40px;font-weight:bold;margin-bottom:20px;}
.section.section-product-detail .product-detail-price span{font-size:16px;font-style:italic;font-weight:normal;}
.section.section-product-detail .product-detail-smalltext{margin-bottom:20px;}
.section.section-product-detail .product-detail-smalltext p{margin-bottom:0;}
.section.section-product-detail .product-detail-tab{margin-top:40px;}
.section.section-product-detail .product-detail-tab .tab-content{border-bottom:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;-webkit-border-radius:0px 0px 5px 5px;padding:20px;}

/* Products > Related */
.section.section-products-related{background:#f4f4f4;}
.section.section-products-related h3{margin-bottom:40px;font-weight:bold;}

/* Head > Cart Dropdown Menu */
.dropdown-cart{min-width:250px}
.dropdown-cart li .item{display:inline-block;width:100%;padding:0;margin:0;max-width:80%}
.dropdown-cart li .item:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.dropdown-cart li .item-left{display:inline-block}
.dropdown-cart li .item-left img,
.dropdown-cart li .item-left span.item-info{display:inline-block;vertical-align:middle;margin-bottom:4px;}
.dropdown-cart li .item-left span.item-info{margin-left:10px}
.dropdown-cart li .item-left img{max-height:50px;margin-left:5px;}
.dropdown-cart li .item-left span.item-info span{display:block;color:#000}
.dropdown-cart li .item-right{position:absolute;margin-top:12px;right:10px}
.dropdown-cart li .item-right .btn{padding:3px 10px}
.navbar .badge{position:absolute;left:10px;bottom:10px;z-index:9;background:#000;color:#fff;border-radius:100%;padding:3px 5px;font-size:10px;}

/* Page > Product (show more) */
.product{display:none;}

/* Page > Cart */
.order-continue{margin-top:30px;}
.table-cart .actions{text-align:right;}
.section.alert-notices{padding-bottom:0;}
.section-shop-pages.cart .card.is--box{background:#f1f1f1;}
.section-shop-pages.cart .card.is--box .card-body{padding:10px;}
.section-shop-pages.cart .card .card-header{background:none;padding:15px 10px 0;font-weight:bold;}
.section-shop-pages .form-group{margin-bottom:0;}
.section-shop-pages .form-control{border:1px solid #ddd;margin-bottom:0;}
.section-shop-pages .select{margin-bottom:0;}
.panel{border-radius:0;box-shadow:none;border-color:#f4f4f4;}
.panel-group .panel{border-radius:0;}
.panel.panel-default .panel-heading{border:0;border-radius:0;}
.panel.panel-default .panel-heading .panel-title{padding:10px 0;font-size:14px;font-weight:bold;margin-bottom:0;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:transparent;}
.panel.panel-default .panel-body span{font-weight:bold;}
.panel .form-control{border:1px solid #ddd;}
.panel .form-group{margin-bottom:0;}
.panel label{font-weight:normal;}
.list-group-item{padding:10px 0;background-color:#fff;border-bottom:1px solid #f4f4f4;border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child{border-radius:0;}
.list-group-item:last-child{border-radius:0;border-bottom:0;}
.list-group-item .badge{border-radius:0;background:transparent;font-weight:bold;color:#000;padding:0;font-size:14px;}
.table{border:1px solid #f4f4f4;}
.table tr th{background:#f4f4f4;}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th{border-color:#f4f4f4;padding:8px;vertical-align:middle;}
.table tr td .form-control{margin:0;}

/* Sidebar */
.shop-sidebar ul li{padding:5px 0;}
.shop-sidebar ul li a{color:#807272;}
.shop-sidebar ul li a:hover,
.shop-sidebar ul li a.active{color:#000;}
.shop-sidebar ul li a.logout:hover{color:#ff0000;}

/* Page > Login */
.section.section-login .card .card-header{background:none;}
.section.section-login .card .card-header small{margin:20px 0;display:inline-block;opacity:.7;}
.section.section-login .control{font-size:12px;}

/* Alerts */
.section.alert-notice{padding:0;}
.alert-notice .alert{margin:20px 0;}

/* Page > Panels */
.section.section-checkout .panel{box-shadow:none;}

/* Page > Detail */
.prod-detail .prod__thumbs ul{list-style:none;margin:0;padding:0}
.prod-detail .prod__thumbs ul li{display:block}
.prod-detail .prod__thumbs ul li img{border:1px solid #e2e2e2;height:120px;padding:13px 20px;margin-bottom:15px}
.prod-detail .prod__img{border:1px solid #d7d7d7;padding:20px;height:485px;background-position:center center!important;background-size:80%!important;}
.prod__detail h1{font-size:45px;color:#000;text-transform:uppercase;}
.prod__detail-category{font-weight:300;font-size:21px;text-transform:uppercase;}
.prod__detail-price{font-size:35px;font-weight:700;display:inline-block;margin-top:20px;}
.prod__detail-vat{display:inline-block;font-size:13px;color:#9b9b9b;margin-left:15px}
.prod__detail-fav{position:absolute;right:0}
.prod__detail-table{display:inline-block;margin:20px 0;width:100%;}
.prod__detail-table span{font-weight:bold;text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;}
.prod__detail-table p{font-size:14px;}
.prod__detail-description p{font-size:14px;}
.prod__variations p{font-size:13px;color:#9b9b9b;height:27px;position:absolute;vertical-align:middle;transform:translate(0%,50%);margin:0}
.prod__variations input.form-control.wauto{border:1px solid #ececec;box-shadow:none;max-width:80px}
.prod__share{opacity:.4;color:#000;font-size:12px;margin-top:30px;}
.prod__share i{opacity:.4;color:#000;font-size:16px;}
.prod__share i:hover{opacity:1;}
.prod__share .list-inline{margin:0;}
.prod__share{display:inline-block;width:100%;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;padding:10px 0;}
.prod-description p,
.prod-description ul li{font-size:13px;line-height:20px;color:#9b9b9b}
.section.prod-related h3{text-transform:uppercase;}

/*
Responsive 
*/

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px){
  .prod-detail .prod__img{height:340px;margin-bottom:30px;background-size:70%!important;}
  .section.section-checkout .checkout-recap{text-align:left;font-size:13px;}
  .order-continue .btn{width:100%;}
  table.table-cart{border:0}
  .table-hover>tbody>tr:hover{background:none;}
  table.table-cart tr td:nth-child(1){margin-bottom:10px;}
  table.table-cart input[type="number"]{max-width:120px;width:auto;display:inline-block;height:auto;padding:4px;margin:0;}
  table.table-cart tr{padding:0 10px;}
  table.table-cart tr td:nth-child(1){border:0;}
  table.table-cart caption{font-size:1.3em}
  table.table-cart thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
  table.table-cart tr{border:2px solid #f1f1f1;display:block;margin-bottom:15px;}
  table.table-cart td{border:0;display:block;font-size:13px;text-align:left;}
  table.table-cart td:before{content:attr(data-label);float:none;display:inline-block;font-weight:700;text-transform:uppercase;margin-right:10px;}
  table.table-cart td:last-child{border-bottom:0;}
}

/* Tablet */
@media only screen and (min-width:768px) and (max-width:990px){
}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px){
  .navbar-brand>img{height:60px;}
  .carousel-caption h3, .carousel-caption h1{font-size:45px;}
  .carousel-caption p, .carousel-caption h2{font-size:25px;}
  .section-services .card,
  .section-services .card:after{height:240px;}
  .section-services .card.bg-hexagon-blue,
  .section-services .card.bg-hexagon-green{right:5px;}
  .section-services .card.bg-hexagon-orange{right:10px;}
  .section-services .card .card-body h3{font-size:17px;}
  .bg-agevolazioni{background-position:left center;}
  .section-header{padding:110px 0 50px;}
}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px){
}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px){
}