@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: local(''),
       url('/tpl/addon/fonts/arimo-regular.woff2') format('woff2'),
       url('/tpl/addon/fonts/arimo-regular.woff') format('woff');
}

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display:swap;
  src: local(''),
       url('/tpl/addon/fonts/arimo-700.woff2') format('woff2'),
       url('/tpl/addon/fonts/arimo-700.woff') format('woff');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: local(''),
       url('/tpl/addon/fonts/rajdhani-regular.woff2') format('woff2'),
       url('/tpl/addon/fonts/rajdhani-regular.woff') format('woff');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display:swap;
  src: local(''),
       url('/tpl/addon/fonts/rajdhani-500.woff2') format('woff2'),
       url('/tpl/addon/fonts/rajdhani-500.woff') format('woff');
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display:swap;
  src: local(''),
       url('/tpl/addon/fonts/rajdhani-700.woff2') format('woff2'),
       url('/tpl/addon/fonts/rajdhani-700.woff') format('woff');
}

@font-face {
    font-family: "Arimo-fallback";
    size-adjust: 100%;
    ascent-override: 90%;
    src: local("Arial");
}

@font-face {
    font-family: "Rajdhani-fallback";
    size-adjust: 91.82000000000002%;
    ascent-override: 120%;
    src: local("Arial");
}

html{font-size:16px;}
body{display:flex;flex-direction:column;min-height:100vh;color:#1f1f1f;background-color:#fff;font-size:inherit;}
body.bodygrey{background-color:#f8f8f8;}
body.ovfl{overflow:hidden;height:100%;width:100%;position:fixed;}
input[type="text"] ,input[type="password"], textarea ,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none !important;}
input[type="text"].error ,select.error ,textarea.error{border-color:#ff0000;box-shadow:none;}
input[type="file"]{width:100%;}
select{background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=") no-repeat 99% 50% !important;padding-right:25px !important;border-radius:0;}
select::-ms-expand{display:none;}
button:active , button:focus{outline:none !important;box-shadow:none !important;}
a{color:#1f1f1f;outline:none !important;}
a:hover{color:#1f1f1f;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{border-color:#1f1f1f;}
.ptitle{font-family:'Arimo', "Arimo-fallback", sans-serif !important;}

/*font observer CLS*/
/*.fonts-loaded body , .fonts-loaded .ui-widget, .fonts-loaded .popover{font-family:'Yantramanav', sans-serif !important;}
.fonts-loaded .ptitle{font-family:'Poppins', sans-serif !important;}*/

/*badge terze parti*/
#CookiebotWidget:not(.CookiebotWidget-inactive){display:none}
.grecaptcha-badge{display:none;}

/* utility */
.p-rel{position:relative;}
span.p-rel{display:inline-block;}
.underline{text-decoration:underline;}
.pointer{cursor:pointer}
.bold{font-weight:700;}
.op{margin:20px 0;text-align:center}
.ovfl{overflow:hidden;}
.thumbnail{border-color:#e6e6e6;border-radius:0;padding:0;}
.thumbnail:hover{border-color:#ccc !important;}

/*tooltip e popover*/
.tooltip{font-size:15px;}
.tooltip.in{filter:alpha(opacity=100);opacity:1;}
.tooltip.top .tooltip-arrow{border-top-color:#b7b7b7;}
.tooltip.right .tooltip-arrow{border-right-color:#b7b7b7;}
.tooltip.bottom .tooltip-arrow{border-bottom-color:#b7b7b7;}
.tooltip.left .tooltip-arrow{border-left-color:#b7b7b7;}
.tooltip > .tooltip-inner{font-weight:normal;background-color:#f0f0f0;color:#1f1f1f;border:1px solid #e6e6e6;max-width:350px;padding:16px;box-shadow:0 3px 6px #00000029;}
.tooltip > .tooltip-inner .ttitle i{font-size:30px;}
.popover{font-size:15px;border:1px solid red;box-shadow:0 3px 6px #00000029;}
.popover.top > .arrow{border-top-color:red;}
.popover.right > .arrow{border-right-color:red;}
.popover.bottom > .arrow{border-bottom-color:red;}
.popover.left > .arrow{border-left-color:red;}
.popover .popover-title{color:#1f1f1f;font-size:15px;background-color:#fff;font-weight:600;border-bottom-color:#e6e6e6;}
.popover .popover-content{color:#1f1f1f;font-size:13px;}
.cust-tooltip + .tooltip > .tooltip-inner{line-height:22px;background-color: #fff;border:1px solid #e6e6e6;color:#000;text-align:left;padding:15px;-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.05);-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.05); box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.05);}
.cust-tooltip{padding: 8px 4px !important;color:#104c94;border-color:#e2f2fd;font-size:16px !important;}
.cust-tooltip.in{filter:alpha(opacity=100);opacity:1;}
.cust-tooltip.top .tooltip-arrow{border-top-color:#b7b7b7;}
.cust-tooltip.right .tooltip-arrow{border-right-color:#b7b7b7;}
.cust-tooltip.bottom .tooltip-arrow{border-bottom-color:#b7b7b7;}
.cust-tooltip.left .tooltip-arrow{border-left-color:#b7b7b7;}
.cust-tooltip > .tooltip-inner{background-color:#fff;color:#1f1f1f;border:1px solid #e6e6e6;max-width:350px;box-shadow:0 3px 6px #00000029;}
.cust-tooltip > .tooltip-inner .ttitle i{font-size:30px;}
.tooltip-danger{font-size:10px;}
.tooltip-danger > .tooltip-inner{background-color:#ff0000;color:#fff;border:1px solid #ff0000;box-shadow:0 3px 6px #00000029}
.tooltip-danger.top .tooltip-arrow{border-top-color:transparent;}
.tooltip-danger.right .tooltip-arrow{border-right-color:transparent;}
.tooltip-danger.bottom .tooltip-arrow{border-bottom-color:transparent;}
.tooltip-danger.left .tooltip-arrow{border-left-color:transparent;}

/*xl*/
.visible-xl-block,.visible-xl-inline,.visible-xl-inline-block,.visible-xl{display:none !important;}

.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.row.no-gutters{margin-right:0;margin-left:0;}
.row.no-gutters > [class^="col-"],.row.no-gutters > [class*=" col-"]{padding-right:0;padding-left:0;}
.container.dmargin{padding-left:15px;padding-right:15px;}
.dmargin .row{margin-left:-15px;margin-right:-15px;}
.dmargin .row > div{padding-left:15px;padding-right:15px;}

.btn{font-family:'Arimo';-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-weight:400;font-size:16px;padding:5px 10px;background-color:#fff;border-color:#e6e6e6;color:#1f1f1f;height:58px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.btn:active,.btn:focus{background-color:#fff;border-color:#e6e6e6;color:#1f1f1f;box-shadow:none;}
.btn:hover{background-color:#fff;color:#a71d1c;}
.btn > i{vertical-align:middle;}
.btn-default:hover{color:#333 !important;}
.btn-primary,.btn-primary:focus,.btn-primary:active{color:#fff;border:1px solid #97BF0D;background:#97BF0D;font-family:'Arimo'}
.btn-primary:hover{background-color:#146C04;border-color:#146C04;color:#fff;}
.btn-order, .btn-order:focus,.btn-order:active{border-color:#157b34;background-color:#e6f0e9;color:#157b34;;border-radius:4px;padding:5px 20px;height:44px;font-weight:600;}
.btn-order:hover{background-color:#e6f0e9;color:#157b34;}
.btn-tabella,.btn-tabella:focus,.btn-tabella:active{border-color:#018849;background-color:#018849;font-size:14px;color:#fff;}
.btn-tabella:hover{background-color:#006f3b;border-color:#006f3b;color:#fff;}
.btn-success,.btn-success:focus,.btn-success:active{color:#fff;border:1px solid #1f1f1f;background:#1f1f1f;}
.btn-success:hover{background-color:#1f1f1f;border-color:#1f1f1f;color:#fff;}
.btn-green,.btn-green:focus,.btn-green:active{color:#fff !important;border:1px solid #018849 !important;background:#018849 !important;line-height:46px;}
.btn-green:hover{background-color:#006f3b !important;border-color:#006f3b !important;color:#fff !important;}
.btn-user{font-size:14px;background-color:#f0f0f0;line-height:24px !important;}
a.btn{height:auto;line-height:46px;font-weight:500 !important;}
a.btn.noquant{white-space: normal;}
a.btn:hover{text-decoration:none !important;}
.modal-body .testo{font-size:14px !important;}
.modal-footer .btn{margin-top:20px !important;}
.thumbmark{border:1px solid #e6e6e6;padding:20px;margin-bottom:16px;}
.lazy{opacity:0;-webkit-transition:opacity .1s ease-in;-moz-transition:opacity .1s ease-in;-ms-transition:opacity .1s ease-in;-o-transition:opacity .1s ease-in;transition:opacity .1s ease-in;}
.lazy.showed{opacity:1;}
.lazyhide > div{display:none !important;}
.lazyhide.showed > div{display:block !important;}

/* label float*/
.has-float-label{position:relative;}
.has-float-label label{font-weight:400;color:#9c9c9c;font-size:13px !important;position:absolute;cursor:text;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;left:12px;z-index:2;line-height:1;padding:0 1px;}
.has-float-label label::after{content:" ";display:block;position:absolute;background:#fff;height:4px;top:50%;left:-.2em;right:-.2em;z-index:-1;margin-top:-2px;}
.has-float-label label a{text-decoration:underline;}
.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s;}
.has-float-label .form-control::-moz-placeholder, .has-float-label select::-moz-placeholder{opacity:1;-moz-transition:all .2s;transition:all .2s;}
.has-float-label .form-control:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder{opacity:1;-ms-transition:all .2s;transition:all .2s;}
.has-float-label .form-control::-ms-input-placeholder, .has-float-label select::-ms-input-placeholder{opacity:1;-ms-transition:all .2s;transition:all .2s;}
.has-float-label .form-control:placeholder-shown:focus::-webkit-input-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0;}
.has-float-label .form-control:placeholder-shown:focus::-moz-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder{opacity:0;}
.has-float-label .form-control:placeholder-shown:focus:-ms-input-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder{opacity:0;}
.has-float-label .form-control:placeholder-shown:focus::-ms-input-placeholder, .has-float-label .form-control:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder{opacity:0;}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder{opacity:0;}
.has-float-label .form-control:placeholder-shown:not(:focus) + label{/*opacity:.5;*/top:.9em;font-weight:400;font-size:16px !important;color:#737373;cursor:pointer;}
.has-float-label .form-control:placeholder-shown:not(:focus) + label:after{background:transparent;}
.has-float-label .form-control:focus{-webkit-box-shadow: inset 0px 0px 0px 1px #00b3ff !important;box-shadow: inset 0px 0px 0px 1px #00b3ff !important;}
.input-group .has-float-label{display:table-cell;}
.input-group .has-float-label .form-control{border-radius:4px;border-right:0;}
.input-group .has-float-label:not(:last-child) .form-control{border-bottom-right-radius:0;border-top-right-radius:0;}
.input-group .has-float-label:not(:first-child) .form-control{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px;}
.input-group .has-float-label .form-control:focus{z-index:2;}
.input-group .has-float-label + .input-group-addon{background-color:#fff;border-color:#d7dde5;}
.input-group .input-group-addon.show-pwd:hover{cursor:pointer;}
.input-group:focus-within .has-float-label + .input-group-addon{border-color:#00b3ff;background-color:#00b3ff;color:#fff;}
.custom-input {max-width: 100px;display: inline-block;;}

/* select2 */
.select2-container{width:100% !important;font-size:16px;}
.select2-container .select2-selection{border-color:#d7dde5 !important;height:44px !important;}
.select2-container .select2-selection .select2-selection__rendered{line-height:44px !important;padding-right:25px !important;padding-left:12px !important;}
.select2-container .select2-search--dropdown .select2-search__field{border-color:#d7dde5 !important;}
.select2-container .select2-selection__arrow{right:4px !important;height:100% !important;background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat 99% 50% !important;}
.select2-container .select2-selection__arrow b{display:none !important;}
.select2-search--dropdown {padding:12px;}
.select2-dropdown{border-color:#d7dde5 !important;box-shadow:0 7px 12px 0 rgb(0 0 0 / 13%);}
.select2-results__option{padding:3px 12px;}
.form-control.error ~ .select2 .select2-selection{border-color:#ff0000 !important;}

/*plyr*/
.plyr--full-ui input[type=range]{color:#bd0000 !important;}
.plyr__control--overlaid{background:rgba(189,0,0, .8) !important;}
.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#bd0000 !important;}
.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(189,0,0, .5) !important;}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#bd0000 !important;}
.plyr--audio .plyr__controls{border:1px solid #e6e6e6;}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true]{background:#bd0000 !important;}

/* form */
fieldset{border:1px solid #e6e6e6;background-color:transparent;padding:16px;margin:0;border-radius:4px;}
fieldset.check{padding-top:0;}
fieldset .data{padding-top:5px !important;text-align:left}
legend{border:0;padding:0 10px;margin:0;color:#1f1f1f;font-weight:500;font-size:20px;}
.form-horizontal .checkbox{font-size:15px;}
.form-horizontal .space{padding-bottom:20px;}
.form-horizontal .legend , .form-reg .legend{font-size:18px;margin:10px 0 15px;color:#1d1d1d;text-align:left;line-height:26px;}
.form-inline{padding-left:20px;}
.form-group{margin-bottom:15px;}
.form-group label{font-weight:400;font-size:16px;}
.form-group label.error{display:inline;color:#ff0000;padding:0;}
.form-control{color:#1f1f1f;border-color:#d7dde5;font-size:16px;border-radius:4px;height:44px;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none;cursor:pointer;}
.form-control:focus{border-color:#d7dde5;}
.form-control.error:focus{border-color:#ff0000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
.text-muted{font-style:italic}
.checkbox label.error, .radio label.error{padding-left:0;color:#ff0000;margin-left:0;}
.navbar-brand{font-size:14px;font-weight:400;color:#333 !important;}
.customsize{width:30%}

/*custom checkbox radio */
.checkbox label, .radio label{margin-left:10px;}
.checkbox input, .radio input{margin-left:-30px !important;width:1.125rem;height:1.125rem;margin-top:.1em;vertical-align:top;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid #ccc;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;background-color:#fff;}
.checkbox input:before ,.radio input:before{content:"";position:absolute;-webkit-box-shadow:0 0 0 13px transparent;box-shadow:0 0 0 13px transparent;border-radius:50%;width:.875rem;height:.875rem;background-color:transparent;opacity:0;pointer-events:none;-webkit-transform:scale(0);transform:scale(0);}
.checkbox input:hover ,.radio input:hover{cursor:pointer;}
.checkbox input:focus ,.radio input:focus{outline:none;}
.checkbox input:checked ,.radio input:checked{border-color:#1f1f1f;}
.checkbox input:checked:before ,.radio input:checked:before{opacity:.16;}
.checkbox input:checked:after ,.radio input:checked:after{content:"";position:absolute;}
.checkbox input[type="checkbox"]:disabled:hover , .radio input[type="checkbox"]:disabled:hover{cursor:auto;}
.checkbox input[type="checkbox"]{border-radius:.125rem;}
.checkbox input[type="checkbox"]:checked{background-color:#1f1f1f;}
.checkbox input[type="checkbox"]:checked:after{display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.375rem;height:.8125rem;border:.125rem solid #fff;border-top:0;border-left:0 ;margin-left:.34rem;margin-top:0;background-color:transparent;}
.checkbox input[type="checkbox"]:disabled{opacity:.5;}
.checkbox .checkbox-inline{margin-right:15px;}
.radio input[type="radio"]{border-radius:50%;width:1.25rem;height:1.25rem;margin-top:.08em;}
.radio input[type="radio"]:before{width:1rem;height:1rem;}
.radio input[type="radio"]:after{content:"";position:absolute;width:1rem;height:1rem;z-index:1;display:block;border-radius:50%;background-color:#fff;}
.radio input[type="radio"]:checked{background-color:#fff;border-width:2px;}
.radio input[type="radio"]:checked:after{border-radius:50%;width:.625rem;height:.625rem;border-color:#1f1f1f;background-color:#1f1f1f;margin-top:.1875rem;margin-left:.1875rem;}
.radio .radio-inline{margin-right:15px;}

/* fix testa */
.wrapper-affix{position:relative;z-index:4;}
.wrapper-affix.affix{width:100%;/*top:0 !important;*/box-shadow:0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);}
.wrapper-affix.headroom--not-top,.wrapper-affix.headroom--not-bottom.headroom--pinned{position:fixed;z-index:10;right:0;left:0;top:0;}
.wrapper-affix.headroom--pinned{display:block;}
.wrapper-affix.headroom--unpinned{display:none;}

.banner-top{background-color:#1f1f1f;font-size:16px;line-height:19px;padding:3px 0;color:#fff;text-align:center;}
.banner-top a{color:#fff;}
.banner-top a:hover{color:#fff;}

.boxtop{background-color:#fff;padding:10px 0 0px;line-height:16px;font-size:16px;position:relative;}
.boxtop ul{margin-bottom:0;}
.boxtop ul > li{vertical-align:middle;}
.boxtop a{color:#1f1f1f;text-decoration:none;display:inline-block;}
.langselector{text-align:center;}
.langselector a{background-color:#fff;}
.langselector button{height:21px;border:0;background-color:transparent;padding:0;text-transform:uppercase;font-size:16px;}
.langselector button img{vertical-align:top;}
.langselector button i{font-size:12px;}
.langselector .btn-group{vertical-align:top;}
.langselector .btn-group.open .dropdown-toggle{box-shadow:none;}
.langselector .dropdown-menu{border-radius:0;font-size:13px;border:1px solid #f1f1f1;background-clip:border-box;right:0;left:auto;}
.langselector .dropdown-menu img{margin-right:8px;}
.langselector .dropdown-menu li{padding:0 !important;}
.langselector .dropdown-menu a{background-color:#fff;padding:7px !important;}

/*testa*/
.testa{background-color:#fff;}
.testa .logo-wrapper i{font-size:25px;color:#1f1f1f;}
.testa .logo-wrapper ul{margin-bottom:0;}
.testa .logo-wrapper{position:relative;}
.testa .logo-wrapper::after{font-family: 'Arimo';position:absolute;top:0;left:0;content:'B2B';letter-spacing: 0.32px;color: #97BF0D;font-size:16px;line-height:22px;font-weight:bold;z-index:1}
.testa .logo-wrapper ul > li{vertical-align:middle;}
.testa .info .list-inline{margin-bottom:0;}
.testa .info .list-inline > li{text-align:center;vertical-align:middle;}
.testa .info .list-inline > li span.i-title{display: block;font-size:17px;line-height:20px;font-weight:500}
.testa .info .list-inline > li i{color:#1f1f1f;font-size:24px;vertical-align:middle;}
.testa .info a{color:#000;display:block;font-weight:500}
.testa .info a .i-title{display: block;font-size:20px;line-height:20px;}
.testa .info a:hover,.testa .info a:focus{text-decoration:none;}
.testa .info a:hover .fa{color:#e11937;}
.testa .info a.cust-a{font-family: 'Arimo';text-align: left;font-size:20px;line-height:20px;color: #97BF0D;text-decoration:none;display: inline-block;vertical-align: middle;}
.testa .info .gr{font-size: 18px;line-height: 20px;color: #97BF0D !important;}
.testa .info i{color:#1f1f1f;}
.testa .info > div + div{margin-top:5px;}
.testa .info.btns .fa{display:block;margin:0 auto;font-size:25px;}
.testa .ajax-prodpref > span{display:inline-block;position:relative;}
.testa .ajax-prodpref .badge{line-height:18px;font-size:10px;position:absolute;top:-7px;left:17px;background-color:#1f1f1f;border-radius:50%;color:#fff;font-weight:400;padding:0;width:18px;text-align:center;}
.testa .ajax-cart > span{display:inline-block;position:relative;}
.testa .ajax-cart .badge{line-height:18px;font-size:10px;position:absolute;top:-7px;left:17px;background-color:#e11937;border-radius:50%;color:#fff;font-weight:400;padding:0;width:18px;text-align:center;}
.testa .top_search .form-control{border-color:#F4F4F4;background-color:#F4F4F4;border-top-left-radius:0;border-bottom-left-radius:0;border-right:0;}
.testa .top_search .form-control::placeholder{color:#707070;opacity:1;}
.testa .top_search .form-control:-ms-input-placeholder{color:#707070;}
.testa .top_search .form-control::-ms-input-placeholder{color:#707070;}
.testa .top_search .error:focus{border-width:1px !important;}
.testa .top_search .error + .input-group-btn .btn{border-color:#F4F4F4 #F4F4F4 #F4F4F4 #fff;}
.testa .top_search .btn{background-color:#F4F4F4;color:#707070;border-radius:0;padding:4px 20px;z-index:3;border-color:#F4F4F4 #F4F4F4 #F4F4F4 #fff;}
.testa .top_search .btn .fa{color:#707070;}
.testa .top_search .btn .icon-search{color:#707070;}
.testa .top_search #unibox-invisible{position:absolute !important;left:0;}
.testa .top_search #unibox-suggest-box{border-color:#ccc;display:none;max-width:100% !important;left:0 !important;width:100% !important;min-width:0 !important;height:300px;overflow:auto;border-top:0;}
.testa .top_search #unibox-suggest-box a{font-size:13px;line-height:20px;white-space:nowrap;display:block;text-overflow:ellipsis;overflow:hidden;}
.testa .top_search #unibox-suggest-box a:hover{color:#1f1f1f;}
.testa .top_search .unibox-highlight{color:#e11937;font-weight:700;}
.testa .top_search .unibox-selectable.active, .testa .top_search .unibox-selectable:hover{background-color:#f8f8f8;}
.testa .top_search .unibox-selectable img{max-width:60px;max-height:60px;margin-right:10px;}
.testa .top_search .unibox-selectable + .unibox-selectable{border-top:1px dashed #f1f1f1;}
.testa .top_search .unibox-selectable .unibox-selectable-img-container{margin-right:15px;}
.testa .top_search .unibox-selectable .uniboxSearchContent{text-align:left;margin-top:2px;display:block;}
.testa .top_search .unibox-selectable .unibox-category{font-size:12px;color:#757575}
.testa .top_search .unibox-selectable .unibox-price{font-size:12px;color:#1f1f1f;font-weight:600;padding:0 6px;}

/*megamenu*/
.megamenu{margin-bottom:0 !important;border-top:0 solid #fff;border-bottom:1px solid #e6e6e6;background-color:#97BF0D;}
.megamenu .navbar{margin-bottom:0 !important;background-color:#fff;position:relative;border-radius:0;}

/*cashback, buoni e promo nel top*/
.btop-cashback{}
.btop-buoni{background-color:#157b34;font-size:19px;line-height:19px;padding:12px 0;color:#fff;text-align:center;}
.btop-buoni i{padding-right:12px;}
.btop-promo{background-color:#fff;}

/*cartbar*/
.cartbar{background-color:#e11937;color:#fff;position:fixed;top:0;left:0;right:0;z-index:11;}
.cartbar .wrapper{padding:6px 0;}
.cartbar .media > div{vertical-align:middle;}
.cartbar .media-left .wrp{width:40px;height:40px;overflow:hidden;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;}
.cartbar .media-left img{width:100%;height:auto;}
.cartbar .media-heading{margin-bottom:0;text-overflow:ellipsis;overflow:hidden;}
.cartbar .btn{line-height:40px;padding:0 15px;text-transform:uppercase;background-color:#e11937;color:#fff;border-width:2px;font-size:14px;font-weight:600 !important;margin-right:32px;}
.cartbar button{height:40px;width:40px;color:#fff;font-size:16px;opacity:.8;position:absolute;right:5px;}
.cartbar button:focus, .cartbar button:hover {color:#fff;opacity:1;}

/*slidehome*/
.slidebox{overflow:hidden;padding-top: 17px;}
.slidebox .container{/*width:100%;max-width:2000px;*/padding:0 8px;}
.slidebox .item{background-position:center top !important;background-repeat:no-repeat !important;background-size:cover !important;}
.slidebox .item img{border-radius:4px}
.slidebox .carousel-control{width:30px;background-image:none !important;padding:40px 0;left:30px;color:#fff !important;z-index:2;}
.slidebox .carousel-control.right{right:30px;left:auto;}
.slidebox .carousel-control .glyphicon{font-family:"icomoon" !important;background-color:#fff;border-radius:50%;width:48px;height:48px;margin-top:-15px;line-height:48px;}
.slidebox .carousel-control .glyphicon-chevron-left:before{content:"\e92f" !important;}
.slidebox .carousel-control .glyphicon-chevron-right:before{content:"\e930" !important;}
.slidebox .carousel-caption{position:relative;left:0;top:0;}
/*.slidebox .carousel-caption .bg{background-color:rgba(255,255,255,0.6);}*/
.slidebox .carousel-caption .title{animation-delay:1s;font-size:28px;line-height:33px;font-weight:700;color:#fff;text-shadow:0 3px 6px rgba(0, 0, 0, 0.45);}
.slidebox .carousel-caption p{animation-delay:2s;font-size:16px;line-height:19px;font-weight:700;text-shadow:0 3px 6px rgba(0, 0, 0, 0.16);margin-bottom:50px;}
.slidebox .carousel-caption a.btn{line-height:50px;text-transform:none;animation-delay:2s;color:#fff;background-color:#e11937;border-color:#e11937;font-weight:700;font-size:16px !important;border-radius:4px;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.2);padding:4px 40px;}
.slidebox .carousel-caption a.bnt:hover{text-decoration:none;}
.slidebox .carousel-caption a.btn{font-size:14px !important;}
.slidebox .carousel-indicators{z-index:2;}
.slidebox .carousel-indicators .active{background-color:#fff;border:1px solid #fff;}
.slidebox .carousel-indicators li{border:1px solid #fff;}
.slidebox .carousel-fade .carousel-inner .item{-webkit-transition-property:opacity;transition-property:opacity;}
.slidebox .carousel-fade .carousel-inner .item,.slidebox .carousel-fade .carousel-inner .active.left,.slidebox .carousel-fade .carousel-inner .active.right{opacity:0;}
.slidebox .carousel-fade .carousel-inner .active,.slidebox .carousel-fade .carousel-inner .next.left,.slidebox .carousel-fade .carousel-inner .prev.right{opacity:1;}
.slidebox .carousel-fade .carousel-inner .next,.slidebox .carousel-fade .carousel-inner .prev,.slidebox .carousel-fade .carousel-inner .active.left,.slidebox .carousel-fade .carousel-inner .active.right{left:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}

/*homepage*/
.homeabstract{padding:50px 0;text-align:center;}
.homeabstract h1{font-size:31px;line-height:44px;margin-bottom:6px;text-transform:uppercase;font-weight:600;}
.homeabstract .txt{font-size:16px ;line-height:22px;color:#757575;}
.gbanner{margin:16px 0;}
.gbanner .wrapper{position:relative;}
.gbanner .figure{position:relative;overflow:hidden;}
/*.gbanner .figure:after{opacity:.3;border-radius:8px;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:linear-gradient(180deg, rgba(0,0,0,1) 0, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);}*/
.gbanner .overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;}
.gbanner .overlay h4{color:#fff;font-size:28px;line-height:34px;margin-bottom:10px;font-weight:700;margin-top:40px;text-shadow:0 1px 4px rgba(0, 0, 0, 0.4);}
.gbanner .overlay p{font-size:16px;line-height:19px;color:#fff;margin-bottom:0;text-shadow:0 1px 6px rgba(0, 0, 0, .5);}
.gbanner .overlay .btn{margin-top:75px;background-color:#e11937;border-color:#e11937;color:#fff;line-height:50px;text-transform:none;padding:4px 40px;}
.gbanner .contents{text-align:left;}
.gbanner .contents .title{color:#fff;font-size:40px;line-height:45px;margin-bottom:27px;margin-top:0;font-weight:300;}
.gbanner .contents p{font-size:20px;line-height:23px;color:#FFF;margin-bottom:0;font-weight: 300;font-family: 'Arimo';}
.gbanner .contents .btn{text-transform: uppercase;background-color:#fff;border-color:#fff;color:#97BF0D;line-height:26px;font-size:20px;padding:8px 25px;border-radius:0;font-weight:500}
.gbanner .contents .btn i{vertical-align: text-top;font-size:20px;line-height:24px}
.gbanner .padding{padding:24px 24px;}

.gbanner.secondbox{background:#F4F4F4;padding:67px 0px}
.gbanner.secondbox img{box-shadow: -10px 10px 10px #00000029;}
.gbanner.secondbox .bann-prod{box-shadow: -10px 10px 10px #00000029;}
.gbanner.secondbox .manuali{margin-top:9px;box-shadow: -10px 10px 10px #00000029;}

.homeprods{margin:80px 0 30px;}
.homeprods .title{margin-left: 60px;position:relative;text-align:left;font-size:23px;line-height:25px;color:#1f1f1f;font-weight:600;margin-bottom:30px;margin-top:0;}
.homeprods .title::after{position:absolute;bottom:0px;left:0px;right:0px;height:5px;background-color:#97BF0D;content:'';z-index:1;width:100%;margin-bottom:-8px;}
.homeprods .title::before{margin-left:-52px;position:absolute;top:0;left:0;content:url('/tpl/img/grillo.jpg');z-index:1;}
.homefeeds{margin:100px 0;}
.homefeeds .title{font-size:25px;line-height:30px;color:#1f1f1f;text-transform:uppercase;font-weight:600;margin-bottom:16px;margin-top:0;}
.homefeeds .seeall{font-size:16px;line-height:22px;font-weight:600;text-decoration:underline;margin-top:6px;display:inline-block;}
.homefeeds .details{margin-bottom:20px;display:block;}
.homefeeds .details .fa{color:#a47e2d;font-size:13px;}
.homefeeds .details .inev{font-size:24px;line-height:22px;font-weight:600;margin-left:10px;}
.homefeeds .feedback .fa{color:#a47e2d;font-size:9px;}
.homefeeds .feedback .txt{font-size:15px;line-height:22px;}
.homefeeds .feedback .date{font-weight:600;margin:12px 0 8px;}
.homefeeds .feedback .name{color:#757575;font-weight:600;}
.homebrands{padding:40px 0;}
.homebrands .item{display:flex;align-items:center;justify-content:center;}
.fromarts{padding:35px 0 5px;background-color:#fff;margin:30px 0 0;}
.fromarts .title{font-size:25px;line-height:30px;color:#1f1f1f;text-transform:uppercase;font-weight:600;margin-bottom:30px;}
.fromarts .seeall{font-size:16px;line-height:22px;font-weight:600;text-decoration:underline;margin-top:6px;display:inline-block;}
.fromarts .item{margin-bottom:30px;}
.fromarts .spacerhor{margin:0 -10px;}
.fromarts .carousel .item{padding:0 10px;}
.fromarts .thumb{overflow:hidden;position:relative;border:1px solid #E6E6E6;}
.fromarts .date{color:#505050;font-size:15px;font-weight:600;background-color:#f0f0f0;width:46px;height:62px;position:absolute;top:0;left:0;padding:6px;line-height:17px;}
.fromarts .date > span{display:block;}
.fromarts .date > span:last-child{font-size:12px;font-weight:400;}
.fromarts .category{margin-top:15px;margin-bottom:10px;}
.fromarts .category a{color:#757575;font-size:14px;line-height:18px;font-weight:600;}
.fromarts .author{color:#606060;margin-top:10px;font-size:13px;}
.fromarts .art-title{margin-top:7px;margin-bottom:10px;display:inline-block;font-size:16px;line-height:19px;text-transform:uppercase;font-weight:600;color:#1f1f1f;}
.fromarts .art-title:hover{text-decoration:none;}
.fromarts .meta{font-size:12px;font-weight:700;color:#ed1c24;}
.fromarts .meta a{color:#ed1c24;}
.fromarts .intro p{line-height:22px;font-size:15px;color:#757575;margin:0;}
.fromarts .go{font-size:16px;line-height:22px;font-weight:600;color:#1f1f1f;margin-top:16px;display:inline-block;}
.fromarts .go:hover{color:#e11937;text-decoration:none;}
.hometexts{padding:60px 0;background-color:#fff;}
.hometexts .title{font-size:20px;line-height:28px;color:#1f1f1f;text-transform:uppercase;font-weight:600;margin-bottom:22px;margin-top:0;}
.hometexts .txt{font-size:16px ;line-height:22px;color:#757575;}

/*punti forza*/
.skills{text-align:left;padding:42px 0 35px;background-color:#fff;}
.skills .wrapper{padding:26px 30px;background: #F5F5F5;box-shadow: 0px 6px 6px #00000029;border-radius: 4px;}
.skills ul{margin-bottom:0;}
.skills ul > li{vertical-align:middle;}
.skills .title{font-size:15px;line-height:25px;font-weight:700;color:#000;margin:0;text-align: center}
.skills p{font-size:18px;line-height:25px;font-weight:700;color:#000;margin:0;font-family:'Arimo'}

/*newsletter*/
.newsletter-wrapper{background-color:#fff;padding:30px 0;}
.newsletter-wrapper .t{font-weight:600;font-size:16px;line-height:19px;margin-bottom:8px;}
.newsletter-wrapper .txt{font-size:16px;line-height:22px;color:#757575;}
.newsletter-wrapper .form-control{height:48px;border-color:#fff #fff #171717;border-radius:0;padding:0 12px 0 0;}
.newsletter-wrapper .form-control.error{border-color:#fff #fff #ff0000 !important;}
.newsletter-wrapper .btn{font-weight:600;background-color:#fff;height:48px;border-color:#fff #fff #171717;margin-left:0 !important;color:#171717;padding:0 20px !important;font-size:16px !important;border-radius:0;text-transform:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
.newsletter-wrapper .checkbox{margin-top:20px;}
.newsletter-wrapper a{color:#1f1f1f;}
.newsletter-wrapper .alert > div{display:inline;}

/*socials*/
.socials{margin-bottom:0;}
.socials a > i{width:32px;line-height:32px;position:relative;display:inline-block;color:#FFF;z-index:1;}
.socials a > i:after{/*border-radius:50%;*/position:absolute;top:0;bottom:0;left:0;right:0;;background-color:#97BF0D;content:"";z-index:-1;}

/*footer */
.footerboxtop{padding:10px 0;background-color:#97BF0D;font-size:15px;color:#FFF}
.footerboxtop .headphone{display:inline-block;font-size:15px;line-height:23px;color:#FFF;text-decoration:none;margin-top:5px}

.footertop{padding:40px 0 40px;background-color:#D7D7D7;font-size:14px;}
.footertop .block-title{margin-top:0;font-size:16px;line-height:19px;font-weight:600;}
.footertop .block-title button{text-transform:uppercase}
.footertop .block-title > i{padding-right:5px;}
.footertop .block-content{line-height:18px;padding-top:5px;}
.footertop .block-content ul{list-style:outside none none;padding:0;}
.footertop .block-content ul li{line-height:18px;position:relative;transition:all .1s ease-out 0s;margin:7px 0;}
.footertop .block-content a{color:#1f1f1f;}
.footertop .block-content a:hover{text-decoration:none;}
.footertop .block-content .fa-li{font-weight:400;}
.footertop .socials{color:#7e7e7e;}
.footertop .socials > li{margin-bottom:20px !important;}
.footertop .socials a{color:#7e7e7e;}
.footertop .socials .fa{padding-right:15px;color:#7e7e7e;}
.footer{padding:16px 0;/*border-top:1px solid #e6e6e6;*/background-color:#fff;margin-top:auto;}
.footer a{background-color:#eee;line-height:32px;font-weight:700;color:#1f1f1f;display:inline-block;padding:0 15px;border-radius:4px;margin-bottom:14px;}
.footer a:hover{text-decoration:none;}
.footer .block-title{margin:0 0 12px;text-transform:uppercase;font-size:16px;line-height:19px;font-weight:600;}
.footer .block-title button{text-transform:uppercase}
.footer .list-inline{margin-bottom:0;}
.footer .payments ul{margin-left:-3px;}
.footer .payments ul > li{vertical-align:top;padding:0 3px;margin-bottom:8px;}
.footer .payments picture{border:solid 1px #e6e6e6;background-color:#fff;border-radius:4px;display:flex;align-items:center;padding:0 4px;}
.footer .payments picture img{height:30px;}
.powered{background-color:#f8f8f8;color:#505050;font-size:16px;line-height:22px;padding:18px 0;}
.powered ul{margin-bottom:0;}
.powered a{color:#505050;}
.tornasu{display:block;background:rgba(0,0,0,.5);text-align:center;}
.tornasu a{color:#fff;bottom:0;display:block;position:fixed;right:10px;width:45px;line-height:30px;}
.tornasu a:hover{background-color:#1f1f1f;}

/*barra cookie */
#cookie{position:fixed;left:0;bottom:0;display:none;width:100%;color:#fff;background-color:#1f1f1f;font-size:13px;line-height:19px;z-index:2;}
#cookie .cookie-bg{width:100%;padding:20px 0;position:relative;}
#cookie .title{font-weight:700;text-transform:uppercase;font-size:18px;margin-top:4px;display:inline-block;}
#cookie a{color:#fff;cursor:pointer;text-decoration:underline;font-weight:400;}
#cookie .chiudi{margin-top:20px;font-weight:700;text-decoration:none !important;color:#333 !important;border:none !important;line-height:20px;height:46px;display:inline-block;text-align:center;}
#cookie .chiudi .fa{font-size:27px;}

/*customizzazione magnificPopup*/
/*.mfp-bg{background-color:#fff !important;opacity:1;}
.mfp-title{color:#1f1f1f;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color:#1f1f1f;}
.mfp-counter{color:#1f1f1f;}
.mfp-figure:after{box-shadow:none;}
.mfp-bg-custom{background-color:#1f1f1f !important;opacity:.5;}
.mfp-bg-custom .mfp-image-holder .mfp-bg-custom .mfp-close, .mfp-bg-custom .mfp-iframe-holder .mfp-close{color:#fff;}*/
.mfp-content {background: #fff;max-width: 60%;margin: 0 auto;max-height: 70%; overflow-y: auto;}

/*modale centrato*/
.modalvcent.modal.fade .modal-dialog{transform:translate(0, -100%);}
.modalvcent.modal.in .modal-dialog{transform:translate(0, 0);}
.modalvcent .modal-dialog{margin-top:0;margin-bottom:0;height:100vh;display:flex;flex-direction:column;justify-content:center;}
.modal_user .modal-dialog{width: 800px; overflow-y: initial;}
.modal_user .modal-dialog .modal-body{max-height: 60vh;overflow-y: auto;}
.modal_user .btn-modal {height: 44px; line-height: unset;}
.modal_user .btn-default {background-color: #eee;}

/*popup*/
.content_popup{margin:0 auto;position:relative;}
.content_popup img{width:100%;}
.content_popup .note{background-color:#1f1f1f;padding:10px;font-size:15px;color:#fff;}
#nl_popup_container{margin:40px 40px 0;}
#nl_popup{display:none;position:fixed;left:50%;top:50%;margin-left:-304px;margin-top:-204px;width:650px;height:360px;border:solid 1px #1f1f1f;z-index:10000 !important;background-color:#eff0f1;}
#nl_popup .chiudi{font-size:14px;color:#fff;font-weight:700;position:absolute;right:3%;top:3%;cursor:pointer;}
#nl_popup_form  > div{position:absolute;right:20px;bottom:80px;max-width:290px;width:100%;}
#nl_popup_form h1{color:#ccdc00 !important;font-weight:600;margin:0;padding:0;font-size:20px;text-transform:uppercase;line-height:18px;}
#nl_popup_form .testo{font-size:13px;font-weight:400;margin:10px 0 0;text-align:center;}
#nl_popup_form .error{margin:0 !important;color:red;}
#nl_popup_form{width:100%;max-width:500px;height:600px;margin:0 auto;position:relative;color:#fff;}
#nl_popup_form .mfp-close{color:#fff;margin:0 !important;}
#nl_popup_form input{color:#1f1f1f;}
#nl_popup_form .buttonnl_popup{color:#1f1f1f;font-weight:700;background-color:#b7d12a;font-size:13px;font-style:normal;height:28px;line-height:28px;padding:0 5px;border:0;text-transform:uppercase;;margin:5px 0;}
#nl_popup_form .buttonnl_popup:hover{background-color:#1f1f1f;cursor:pointer;color:#fff;}
.newsletter_txt_note{display:none;}

/*iscrizione newsletter modale */
.newsletter-modal{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:3;background:rgba(22,22,27,.97);opacity:0;visibility:hidden;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transition:-webkit-transform .8s ease,-moz-transform .8s ease,-o-transform .8s ease,transform .8s ease,opacity .5s ease,visibility .5s ease;-moz-transition:-webkit-transform .8s ease,-moz-transform .8s ease,-o-transform .8s ease,transform .8s ease,opacity .5s ease,visibility .5s ease;transition:-webkit-transform .8s ease,-moz-transform .8s ease,-o-transform .8s ease,transform .8s ease,opacity .5s ease,visibility .5s ease;}
.newsletter-modal.open .icn::after{position:fixed;right:45px;top:47px;content:"\f00d";font-size:28px;font-family:"Font Awesome 6 Free";font-weight:900;margin:0 10px;vertical-align:-1px;color:#fff;z-index:7;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.newsletter-modal.open .icn:hover{cursor:pointer;}
.newsletter-modal.open{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1);z-index:6;}
.newsletter-modal .nl_popup{position:absolute;top:50%;left:0;width:100%;margin-top:-110px;color:#FFF}
.newsletter-modal .nl_popup .nl_info{position:relative;max-width:70%;margin:0 auto;}
.newsletter-modal .nl_popup .form-control{padding:10px 70px 10px 10px;height:60px;width:100%;z-index:1;color:#fff;background:transparent;border:0;border-bottom-style:none;font-size:16px;border:1px #fff solid;}
.newsletter-modal .nl_popup form .input-group-btn .btn{background:#FFF;color:#1f1f1f;border-color:#FFF;border-radius:0;padding:18px 42px;}
.newsletter-modal .nl_popup form .checkbox{color:#FFF;}
.newsletter-modal .nl_popup form .checkbox a{color:#FFF}

/* contenitore prodotti fondo pagina*/
.prods .title , .prods .title h4{text-align:left;font-size:25px;line-height:30px;font-weight:600;margin-bottom:30px;margin-top:30px;}
.prods.tabprod .title{margin-bottom: 0px !important}
.prods .pdescr{margin-top:0px}

/*badge prodotto*/
.bdg .new,.bdg.new{background-color:#1b62c3;}
.bdg .last,.bdg.last{background-color:#a47e2d;}
.bdg .promo,.bdg.promo{background-color:#eb0037;}
.bdg .top,.bdg.top{background-color:#333;}
.bdg .offertxt ,.bdg.offertxt{background-color:#c11212;}
.bdg .offer,.bdg.offer{background-color:#c11212;}
.bdg .frees,.bdg.frees{background-color:#007e3c;}

/* box prodotto */
.products.dflex{display:flex;flex-wrap:wrap;margin:0px}
.products.dflex > [class*='col-'] {display:flex;flex-direction:column;}
.products .prodpref_del{background-color:#1f1f1f;border-radius:50%;color:#fff;font-size:17px;text-align:center;}
.products .prodpref_del > .fa{line-height:23px;width:25px;}
.products .pad{padding:0 7px;}
/*.products .prod-cont.active{border-color:#104b7f;}*/
/*.products .prod-cont.active:hover{border-color:#104b7f;}*/
.products .prod-cont{border:1px solid #C7C4C4;margin-bottom:16px;position:relative;background-color:#fff;border-radius:0;}
.products .bann .prod-cont{border:0px !important;}
/*.products .prod-cont:hover{border-color:#fff;}*/
.products .prod-cont:hover .functional-buttons{opacity:1;}
.products .prod-cont .item-img{background-color:#fff;padding:10px 20px 0;position:relative;/*-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;*/}
.products .prod-cont .item-img:after{color:#f0f0f0;width:42px;text-align:center;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%;z-index:0;font-family:"Font Awesome 6 Free";font-weight:900;content:"\f1ce";font-size:30px;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.products .prod-cont .item-img img:hover{opacity:1;}
.products .prod-cont .item-img .wrapper{position:relative;height:0;padding-top:calc(250 / 352 * 100%);}
.products .prod-cont .item-img .wrapper picture , .products .prod-cont .item-img .img-responsive{position:absolute;top:0;left:0;z-index:1;width:100%;}
.products .prod-cont .item-img .wrapper picture{opacity:0;-webkit-transition:opacity .1s ease-in;-moz-transition:opacity .1s ease-in;-ms-transition:opacity .1s ease-in;-o-transition:opacity .1s ease-in;transition:opacity .1s ease-in;}
.products .prod-cont .item-img .wrapper picture.showed{opacity:1;}
.products .prod-cont .item-img picture img{width:100%;height:auto;}
.products .prod-cont .item-info{padding:10px 15px;position:relative;text-align:center/*padding-top:10px;*/}
.products .prod-cont .info{color:#1f1f1f;font-size:13px;line-height:17px;margin:8px 0px;}
.products .prod-cont .info div{height:17px;}
.products .prod-cont .btn-wrapper{padding:20px 10px;}
.products .prod-cont .btn-wrapper .row{margin-left:-6px;margin-right:-6px;}
.products .prod-cont .btn-wrapper .row > div{padding-left:6px;padding-right:6px;}
.products .prod-cont .btn-wrapper .input-group:hover{cursor:pointer;}
.products .prod-cont .btn-wrapper .input-group:focus-within .input-group-addon{border-width:1px;}
.products .prod-cont .btn-wrapper .input-group .form-control{border-color:#e6e6e6;border-width:1px 0;color:#1f1f1f;font-size:22px;font-weight:600;text-align:center;padding:6px 0;}
.products .prod-cont .btn-wrapper .input-group-addon{background-color:#fff;border-color:#e6e6e6;color:#1f1f1f;padding:6px 8px;}
.products .prod-cont .btn-wrapper .btn{height:44px;border-color:#1f1f1f;}
.products .prod-cont .data_salvataggio{position:absolute;top:-30px;left:0;right:0;text-align:center;}
.products .prod-cont .data_salvataggio span{background:#e8e8e8;border:8px;font-size:13px;padding:3px 25px;border-radius:15px;}
.products .prod-cont .data_salvataggio i{font-size:10px;padding-right:6px;}
.products .prod-cont .brand{font-size:18px;line-height:21px;color:#000;margin-bottom:4px;}
.products .prod-cont .prod-title{margin-bottom:4px;line-height:19px;margin-top:24px;}
.products .prod-cont .prod-title a{font-size:16px;color:#000;line-height:20px;font-weight:bold;font-family:'Arimo'}
.products .prod-cont .prod-title a:hover{color:#000;text-decoration:none;}
.products .prod-cont .variante{font-size:14px;margin-top:12px;padding-bottom:16px;}
.products .prod-cont .variante span{font-weight:600;}
.products .prod-cont .cifra{padding:0 0 2px;font-size:15px;position:relative;height: 74px}
.products .prod-cont .cifra .prezzo{font-size:18px;line-height:24px;font-weight:bold;font-family:'Arimo';margin-bottom: 5px;}
.products .prod-cont .cifra .prezzo_pieno{text-decoration:line-through;color:#ACABAB;font-size:15px;line-height:22px;font-family: 'Arimo';}
.products .prod-cont .cifra .prezzo_pieno.empty{text-decoration: none !important;}
.products .prod-cont .cifra .prezzo_pieno .perc{text-decoration: none !important;}
.products .prod-cont .voto{height:20px;}
.products .prod-cont .voto .fa{color:#e6e6e6;font-size:9px;}
.products .prod-cont .voto .fa.on{color:#a47e2d;}
.products .prod-cont .addcart{margin-top:10px;/*height:58px*/}
.products .prod-cont .addcart .btn-view{background-color: #FFF;border-color:#ACABAB;text-decoration:none;color:#000}
.products .prod-cont .addcart .btn-view:hover{background-color: #97BF0D;color:#FFF}
.products .prod-cont .frees{background-color:#007e3c;color:#fff;line-height:18px;font-size:14px;padding:0 8px;position:absolute;bottom:0;left:0;z-index:1;}
.products .prod-cont .frees i{vertical-align:middle;}
.products .prod-cont .perc{color:#FF0000;font-weight:700;font-size:14px;line-height:18px}
.products .prod-cont .mont{background-color:#faea33;position:absolute;top:0;left:140px;z-index:2;font-size:13px;font-weight:700;line-height:14px;width:60px;text-align:center;color:#1f1f1f;border:1px solid #fff;text-transform:uppercase;padding:20px 0 10px;}
.products .prod-cont .mont > span{display:block;font-size:8px;}
.products .prod-cont .colors ul{margin-bottom:3px;}
.products .prod-cont .colors ul > li{padding:0 3px;vertical-align:top;}
.products .prod-cont .colors span{display:inline-block;width:14px;height:14px;border-radius:50%;position:relative;border:1px solid #e6e6e6;}
.products .prod-cont .colors span.more{font-size:12px;text-align:center;}
.products .prod-cont .disp{margin-bottom:10px;font-size:14px;line-height:17px;font-family: 'Arimo';}
.products .prod-cont .disp .fa{font-size:8px;margin-right:2px;margin-top:-2px;}
.products .prod-cont .spese_gratis{position:absolute;top:-12px;left:-12px;z-index:1}
.products .bdg{position:absolute;top:0;left:0;z-index:1;width:100%;}
.products .bdg > div{line-height:18px;text-align:center;color:#fff;font-size:14px;display:block;padding:0 8px;float:left;}
.products .bdg-promo{position:absolute;top:44px;left:0;z-index:1;}
.products .bdg-promo img{max-width:40px;}
.products .functional-buttons{position:absolute;width:42px;opacity:0;top:15px;right:15px;z-index:2;/*-webkit-transition:.3s;-o-transition:.3s;transition:.3s;*/text-align:center;}
.products .functional-buttons > div{display:inline-block;margin:0;padding:0 4px;}
.products .functional-buttons .btn{border:1px solid #f0f0f0;margin-bottom:9px;display:inline-block;min-width:40px;min-height:40px;width:40px;height:40px;line-height:40px;background:rgba(255,255,255,1);border-radius:100%;padding:0;overflow:hidden;color:#1f1f1f;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
.products .functional-buttons .btn > i{font-size:18px;font-weight:400;line-height:40px;vertical-align:middle;}
.products .functional-buttons .btn.pref{color:#e11937;}
.products .functional-buttons .btn.pref i:before{content:"\f004" !important;font-weight:700;}
/*.products .functional-buttons .addtocart{font-size:14px !important;font-weight:400;text-transform:none;margin-bottom:15px;font-weight:400}
.products .functional-buttons .addtocart i{font-size:18px;}*/
.products .functional-buttons .cart-disabled{background-color:#fff !important;border-color:#ededed !important;color:#1f1f1f !important;font-size:14px !important;text-transform:none;font-weight:400}
.products .functional-buttons .cart-disabled i{font-size:18px;}

/* carousel */
/*
.carousel-wrappersl .slick-track {display: flex !important;}
.carousel-wrappersl .slick-slide {display: flex;height:inherit;align-items:end;height: inherit !important;position:relative;}
.carousel-wrappersl .slick-slide .pad.bann::before{position:absolute;top:0;left:8px;right:8px;bottom:16px;z-index:-1;content:'';background-color:red}
*/

.carousel-wrappersl .slick-track{margin-left:0px}
.carousel-wrappersl .slick-slide picture img{margin:0 auto;}
.carousel-wrappersl .slick-slide.slick-active{opacity:1;}
.carousel-wrappersl .slick-slide:focus{outline:none !important;}
.carousel-wrappersl .slick-arrow{border:1px solid #e6e6e6;width:36px;height:36px;z-index:2;background-color:#fff;}
.carousel-wrappersl .slick-arrow:before{color:#1f1f1f;font-family:"icomoon" !important;}
.carousel-wrappersl .slick-arrow:hover{background-color:#1f1f1f;border-color:#1f1f1f;color:#1f1f1f;}
.carousel-wrappersl .slick-arrow:hover:before{color:#fff;}
.carousel-wrappersl .slick-prev{left:1px;}
.carousel-wrappersl .slick-prev:before{content:"\e92f";}
.carousel-wrappersl .slick-next{right:1px;}
.carousel-wrappersl .slick-next:before{content:"\e930";}
.carousel-wrappersl .slick-disabled{opacity:.3;}
.carousel-wrappersl .slick-disabled:hover{cursor:auto !important;background-color:#fff;border-color:#e6e6e6;}
.carousel-wrappersl .slick-disabled:hover:before{color:#1f1f1f;}
.carousel-wrappersl .slick-dots{bottom:-19px;overflow:hidden;}
.carousel-wrappersl .slick-dots li{width:12px;height:12px;vertical-align:middle;margin:0 3px;}
.carousel-wrappersl .slick-dots li button{width:12px;height:12px;padding:24px;}
.carousel-wrappersl .slick-dots li button:before{width:12px;height:12px;line-height:12px;font-family:"Font Awesome 6 Free" !important;content:"\f111" !important;font-weight:900;font-size:9px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.carousel-wrappersl.pad .slick-slide{margin:0 8px;}
.carousel-wrappersl.pad .slick-list{margin:0 -8px;}
.carousel-wrappersl.pad .pad{padding:0;}
/*
.carousel-wrappersl.pad .slick-slide{margin: 0 8px;}
.carousel-wrappersl.pad .slick-list{margin: 0 -8px;}
*/

/*.carousel-wrappersl .slick-dots{padding:0 10px;display:flex;margin-top:20px;bottom:-36px;}
.carousel-wrappersl .slick-dots li{list-style-type:none;flex-grow:1;margin:0;}
.carousel-wrappersl .slick-dots li button{padding:0;position:relative;font-size:45px;width:100%;overflow:hidden;color:transparent;border:0;outline:none;background:0 0;height:2px;background-color:#f3f3f3;}
.carousel-wrappersl .slick-dots li button:before{content:none;}
.carousel-wrappersl .slick-dots .slick-active button{background:#4f4f4f;}*/

/*cat orizzontali con scroll*/
.navcats{overflow-x:scroll;overflow-y:hidden;padding:6px 0 2px 15px;white-space:nowrap;-webkit-overflow-scrolling:touch;margin:0 -15px;scrollbar-width:none;}
.navcats::-webkit-scrollbar{display:none;}
.navcats ul{margin:0;}
.navcats ul > li{padding-left:3px;padding-right:3px;}
.navcats ul > li > a{color:#1d1d1d;font-size:15px;line-height:19px;background-color:#fff;padding:14px 20px;/*box-shadow:0 2px 4px #00000014;*/border:1px solid #ddd;display:inline-block;border-radius:40px;}
.navcats ul > li > a:hover , .navcats ul > li > a:focus{text-decoration:none;}
.navcats ul > li.sel > a{border-color:#e11937;background-color:#e11937;color:#fff;}
.navcats ul > li.liv2 > a{background-color:#ecf0f3;}
.navcats ul > li.sel0 > a{border-color:#e11937;background-color:#e11937;color:#fff;}
.navcats ul > li.sel1 > a{border-color:#e11937;background-color:#e11937;color:#fff;}
.navcats ul > li.sel2 > a{background-color:#ecf0f3;}

/*breadcrumb*/
.breadcrumb{font-family: 'Arimo';position:relative;padding:3px  0 !important;background-color:transparent;margin:0;/*display:inline-block;*/border:1px solid transparent;}
.breadcrumb li:last-child a{font-weight:700;color:#ACABAB !important;}
.breadcrumb li{color:#1f1f1f !important;font-size:14px;}
.breadcrumb > li + li::before{padding:0 5px;color:#ACABAB;content:"/\00a0";}
.breadcrumb a{color:#ACABAB;}

/* pagina */
.page{margin-bottom:40px !important;padding-top:10px;flex:1;}
.page .cerca-form{position:relative;margin-bottom:40px;}
.page .cerca-form .input{width:100%;border-radius:0;border:1px solid #D8D8D8;transition:all .2s ease-out 0s;padding:10px 20px;}
.page .cerca-form button{padding:0;width:24px;height:14px;border:medium none;position:absolute;top:9px;right:11px;background-color:transparent;}
.page .cerca-form button .fa{color:#c9c9c9 !important;}
.page h1{color:#1f1f1f;font-weight:400;font-size:30px;line-height:37px;}
.page .txt{margin:0  0 10px;}
.page .back-access a{color:#1f1f1f;font-size:14px;line-height:18px;text-decoration:none;margin-bottom:20px;}
.page .back-access a > span{color:#4285F4;}
.page .legend.access-data{margin-top:24px;}

/*feedback */
.page.feedback .box-recensione + .box-recensione{margin-top:24px;}
.page.feedback .box-recensione a{font-weight:600;margin-top:8px;display:inline-block;}
.page.feedback .box-recensione .fa{font-size:9px;color:#e6e6e6;}
.page.feedback .box-recensione .fa.on{color:#a47e2d;}
.page.feedback .box-recensione .author{font-weight:600;}
.page.feedback .box-recensione .txt{font-size:13px;margin-bottom:10px;margin-top:8px;}
.page.feedback .box-recensione .answer{font-style:italic;color:#9a9a9a;padding-left:15px;border-left:2px solid #9a9a9a;}

/*login */
.login h3{padding-bottom:0;color:#1f1f1f;font-weight:400;font-size:30px;line-height:45px;margin-top:32px;}
.login .space{padding-bottom:16px;}
.login .rec-pwd{text-align:center;text-decoration:underline;margin-top:30px;}
.login .box-reg{margin:0 0 50px;text-align:center;}
.login .box-reg div{padding:10px;}
.login .btn-social{border-radius:24px;font-size:16px !important;font-weight:400;background-clip:border-box !important;position:relative;}
.login .btn-social.facebook{border:2px solid #537ac0;background:transparent linear-gradient(180deg, #6d97e0 0, #4f76bb 100%) 0 0 no-repeat padding-box;color:#fff;}
.login .btn-social.google{border:2px solid #f0f0f0;background:transparent linear-gradient(180deg, #fff 0, #eff3f5 0, #fff 100%) 0 0 no-repeat padding-box;}
.login .btn-social .fa{position:absolute;top:7px;left:16px;font-size:20px;}
.login .btn-access{display:block;text-decoration:none;position:relative;background:#fff 0 0 no-repeat padding-box;border:2px solid #E6E6E6;border-radius:4px;opacity:1;padding:12px 13px;text-align:center;}
.login .btn-access .icn-fb{position:absolute;top:12px;left:13px;content:'';}
.login .btn-access .title-fb{display:inline-block;vertical-align:middle;font-size:16px;line-height:23px;font-weight:700;color:#35609E;}
.login .btn-access .icn-gg{position:absolute;top:12px;left:13px;content:'';}
.login .btn-access .title-gg{display:inline-block;vertical-align:middle;font-size:16px;line-height:23px;font-weight:700;color:#1f1f1f;}
.login .op{text-align:center;margin:4px 0;font-size:14px;line-height:20px}
.login .r-pwd{font-size:14px;line-height:17px;padding:8px 0 20px;display:inline-block;color:#4285F4}
.login .btn-accedi{border-color:#018849;background:#018849;padding:18px;font-size:16px !important;line-height:20px;}
.login .btn-register{color:#1f1f1f;border-color:#e1e7eb;background:#e1e7eb;padding:18px;font-size:16px !important;line-height:20px;}
.login .noreg{text-align:center;display:block;color:#1f1f1f;text-decoration:underline;margin:40px 0 35px;font-size:16px;line-height:20px;font-weight:500}

/* conferma ordine*/
.page.ordine-conf .icon{margin-top:40px;}
.page.ordine-conf .icon i{color:#018849;font-size:66px;}
.page.ordine-conf h1{font-weight:600;}
.page.ordine-conf .sub{font-size:24px;line-height:32px;}
.page.ordine-conf .txt{color:#616161;}

/* top step*/
.topsteps{margin-bottom:20px !important;color:#858B8D;}
.topsteps .btn{color:#1f1f1f;border:1px solid #1f1f1f;font-size:14px;padding:0 10px;}
.topsteps .btn i{margin-right:5px;}
.topsteps ul{margin:8px 0 0;}
.topsteps ul > li + li{padding-left:50px;position:relative;}
.topsteps ul > li + li:before{content:"";width:40px;height:1px;background-color:#bfbfbf;position:absolute;left:0;top:50%;}
.topsteps ul > li.active{color:#1f1f1f;}
.topsteps ul > li .num{display:inline-block;background-color:#eee;text-align:center;line-height:32px;width:32px;vertical-align:middle;margin-right:6px;border-radius:50%;font-weight:700;}
.topsteps ul > li.active .num{color:#fff;background-color:#1f1f1f;}

/*paginazione*/
.justpag{text-align:center;}
.justpag .pull-right{float:none !important;}
.justpag .btn-morep{margin-top:20px;}
.pagination{margin:30px 0 0;font-size:14px;}
.pagination > li{text-align:center;}
.pagination > li > a{color:#1f1f1f !important;border-radius:16px !important;width:34px;line-height:32px;padding:0;border-color:#fff;margin:0 3px;}
.pagination > li > a:hover{text-decoration:none;}
.pagination > li.active > a{background-color:#1f1f1f !important;border:1px solid #1f1f1f !important;color:#fff !important;z-index:2;}
.pagination > li.arws > a{width:auto !important;border-color:#dfe1e5;padding:0 15px;}
.pagination > li.arws > a i{vertical-align:middle;}
.pagination > li.arws > a.b i{padding-right:5px;}
.pagination > li.arws > a.f i{padding-left:5px;}
.pagination +  .pdetails{margin-bottom:30px;}

/*elenco */
.elenco{margin-bottom:40px;padding-top:10px;flex:1;}
.elenco .products.dflex{border-color:#e6e6e6;border-style:solid;border-width:1px 0 0 1px;}
.elenco .products.dflex > [class*='col-'] {padding:0;}
.elenco .products .prod-cont{border-color:#e6e6e6;border-style:solid;border-width:0 1px 1px 0;margin-bottom:0;}
.elenco .counter{position:relative;margin-bottom:8px;}
.elenco .counter span{font-weight:600;}
.elenco h1{color:#000;font-weight:bold;font-size:31px;line-height:37px;}
.elenco .txt{margin:0 0 25px;font-size:14px;color:#757575;line-height:21px;}
.elenco .configuratore .items{background:#fff;margin-bottom:10px;padding:15px;}
.elenco .configuratore .item{display:inline-block;padding:10px;border:1px solid #ddd;margin-right:5px;cursor:pointer;}
.elenco .configuratore .item:hover, .elenco .configuratore .item.active{border-color:#104b7f;color:#104b7f;cursor:pointer;}
.elenco .wrapper-sx .allegati-box{font-size:14px;color:#757575;line-height:21px;}
.elenco .wrapper-sx .allegati-box a{color:#757575;}
.elenco .controlli{margin-bottom:30px;margin-top:-14px;}
.elenco .controlli .btn{height:auto;}
.elenco .navbar-default{background-color:#fff;border-radius:0;border-color:#fff;margin:0 0 8px !important;padding:0 0 5px;}
.elenco .navbar-form{border:0;font-size:13px;}
.elenco .navbar-form select{font-size:12px;}
.elenco .reviews-cat{margin-bottom:8px;font-size:15px;}
.elenco .reviews-cat .fa{vertical-align:middle;}
.elenco .reviews-cat .title{display:inline-block;}
.elenco .reviews-cat .title:hover{cursor:pointer;}
.elenco .reviews-cat .title > ul{margin-bottom:0;}
.elenco .reviews-cat .voto{display:inline;}
.elenco .reviews-cat .voto .fa{color:#e6e6e6;font-size:9px;}
.elenco .reviews-cat .voto .fa.on{color:#a47e2d;}
.elenco .reviews-cat #div_recensioni.collapsing{-webkit-transition:none;transition:none;display:none;}
.elenco .filterpage .form-inline{padding-left:0;font-size:15px;}
.elenco .filterpage .form-inline .form-group{margin-bottom:15px;}
.elenco .filterpage .form-inline .form-group > label{font-size:15px;line-height:19px;}
.elenco .filterpage .form-inline + .pagination{font-size:13px;}
.elenco .filterpage .form-inline + .pagination > li > a{border-radius:0 !important;border-color:#ccc;line-height:38px;padding:0;width:38px !important;margin:0 6px 0 0 !important;}
.elenco .filterpage .form-inline + .pagination > li.arws.b > a i{padding-right:0;}
.elenco .bannertop{margin-bottom:8px;}
.elenco .banner-wrapper{margin-bottom:16px;background-color:#f0f0f0;}
.elenco .banner-wrapper a:hover{text-decoration:none;}
.elenco .banner-wrapper picture{display:block;}
.elenco .banner-wrapper img{width:100%;}
.elenco .banner-wrapper .text-wrapper{padding:30px 20px 20px;text-align:center;}
.elenco .banner-wrapper .text-wrapper h3{font-size:19px;line-height:22px;margin-top:0;}
.elenco .banner-wrapper .text-wrapper .btn{color:#1f1f1f;margin-top:15px;background-color:transparent;border-color:transparent transparent #1f1f1f;border-radius:0;padding:5px 0;height:34px;}
.elenco a.btn.noquant{line-height:46px !important;}

/* colonna sinistra */
.title-sx{font-weight:500;font-size:15px;line-height:22px;text-transform:uppercase;margin-bottom:12px;position:relative;color:#98BF0B}
.title-sx > span{background-color:#fff;padding-right:20px;position:relative;z-index:1;}
.cat-box{background-color:#fff;border:1px solid transparent;border-bottom-right-radius:4px;border-bottom-left-radius:4px;margin-bottom:16px;margin-top:20px;}
.cat-box h2{padding:0 0 10px;text-align:left;font-size:18px;font-weight:400;color:#1f1f1f;text-transform:uppercase;border-bottom:1px solid #ededed;margin-bottom:10px;}
.cat-box .checklist .liv0{font-weight:700;font-size:17px;padding:10px 17px 10px  0;}
.cat-sx{font-size:17px;border-bottom:0px solid #eee;margin:0 0 5px;padding:0 0 20px;}
.cat-sx li{list-style:none;padding:0;background-color:#fff;position:relative;text-indent:0;}
.cat-sx li > a{color:#000;display:block;margin:0;padding:5px 17px 5px 0;text-decoration:none;font-size:15px;line-height:19px;font-family:'Arimo'}
.cat-sx li > a:hover{color:#98BF0B;text-decoration:none;}
.cat-sx li small{font-size:12px;color:#999;font-weight:400;}
.cat-sx li ul li a{color:#99816B;padding-left:0;display:block;}
.cat-sx li > .checkbox{padding:5px 17px 5px 0;margin:0;font-size:15px;}
.cat-sx li > .checkbox a:hover{text-decoration:none;}
.cat-sx li.sel0 a{color:#000;font-weight: bold;}
.cat-sx li.liv0{padding:0;font-weight:500;font-size:15px;}
.cat-sx li.liv1 a{padding-left:10px;}
.cat-sx li.liv1 a::before{position:absolute;left:0;top:5px;color:#1f1f1f;content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;font-size:10px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.cat-sx li.sel1 a{color:#98BF0B;}
.cat-sx li.liv2 + li.liv1{margin-top:13px;}
.cat-sx li.liv2{border-top-color:#fff;}
.cat-sx li.liv2 a{padding:4px 0 4px 20px;font-size:13px;color:#6f6f6f;}
/*.cat-sx li.liv2 a::before{position:absolute;left:10px;top:5px;color:#1f1f1f;content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;font-size:10px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}*/
.cat-sx li.sel2 a{color:#e11937;}
.cat-sx li.liv3{border-top-color:#fff;}
.cat-sx li.liv3 a{font-size:12px;color:#6f6f6f;padding:6px 0 6px 30px;}
/*.cat-sx li.liv3 a::before{position:absolute;left:20px;top:6px;color:#1f1f1f;content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;font-size:10px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}*/
.cat-sx li.sel3 a{color:#e74a60;}
.cat-sx .fa{position:absolute;top:6px;right:0;cursor:pointer;color:#99816B;}
.filter-box{background-color:#fff;border-style:solid;border-width:1px 1px 0;border-top-color:#eee;border-left-color:#eee;border-right-color:#eee;margin:0;padding:5px 0;}
.filter-box h3{margin:0;padding:10px 17px;font-size:17px;font-weight:700;}
.filter-box .filtro-heading{cursor:pointer;padding:10px 27px 10px 17px;text-decoration:none;font-size:15px;/*border-top:1px solid #eee;*/position:relative;}
.filter-box .filtro-heading .toggler{position:absolute;top:5px;right:11px;padding:5px;cursor:pointer;}
.filter-box .filtro-content{padding:10px 17px;font-size:15px;}
.filter-box .filtro-content ul{margin-bottom:0;}
.filter-box .filtro-content a{font-size:14px;}
.filter-box .filtro-content a:hover , .filter-box .filtro-content a:focus{text-decoration:none;}
.filter-box .filtro-content a small{font-size:11px;color:#b6b3b3;}
.filter-box .cat-sx{padding:0;}
.filter-box .sel1 a{color:#1f1f1f;font-weight:700;}

/*filtri*/
.filters .filtri .form-group > label{text-transform:uppercase;margin-bottom:15px;}
.filters .SumoSelect{width:100%;border:1px solid #ccc;}
.filters .SumoSelect .form-control{height:38px;width:100%;}
.filters .SumoSelect > .CaptionCont{border:0;border-radius:4px;padding:8px 8px 8px 0;box-shadow:none;}
.filters .SumoSelect > .CaptionCont > span{line-height:22px;padding-left:10px;color:#1f1f1f;font-size:13px;font-style:normal;}
.filters .SumoSelect > .CaptionCont > label{margin-bottom:0;}
.filters .SumoSelect > .CaptionCont > label > i{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");}
.filters .SumoSelect.open > .optWrapper{top:auto;border-radius:0;border-color:#ccc;box-shadow:none;left:-1px;right:-1px;width:auto;z-index:3;}
.filters .SumoSelect.open > .optWrapper > .MultiControls{box-shadow:none;}
.filters .SumoSelect:hover > .CaptionCont, .filters .SumoSelect.open > .CaptionCont{box-shadow:none;border-color:#ccc;}
.filters .SumoSelect:hover , .filters .SumoSelect > .CaptionCont > span:hover , .filters .SumoSelect > .CaptionCont > label:hover{cursor:pointer !important;}
.filters .SumoSelect > .optWrapper > .options li.opt{border-bottom:1px solid #ccc;padding: 6px 10px;}
.filters .SumoSelect > .optWrapper > .options li.opt:last-child{border-bottom:0;}
.filters .SumoSelect > .optWrapper > .options li.opt:hover{background-color:#f8f8f8;}
.filters .SumoSelect > .optWrapper > .options li label{font-weight:400;margin-bottom:0;font-size:13px;text-transform:none;}
.filtri_attivi ul{margin:0;padding:0;}
.filtri_attivi li{display:inline-block;border:1px solid #333;background-color:#1f1f1f;padding:5px 10px;color:#fff;text-transform:uppercase;cursor:pointer;font-size:12px;margin-right:5px;margin-bottom:8px;text-decoration:none;}
.filtri_attivi li a{text-decoration:none !important;color:#fff;}
.filtri_attivi li a sup{top:0;color:#fff;}
.filtri_attivi li:hover{background-color:#1f1f1f;text-decoration:none !important;}
.filtri_attivi li sup{color:#fff;margin-left:10px;}
.filtri_attivi li.elimina, li.elimina a{background-color:#fff !important;border-color:#eee;color:#333 !important;}

/*scheda prodotto*/
.product-view{overflow:hidden;padding-top:10px;flex:1;}
.product-view #gallery picture img{padding: 0px 50px}
.product-view .prod-top{margin-top: 25px}
.product-view h1{font-size:20px;line-height:32px;margin:0 0 5px;padding:0;font-weight:700;}
.product-view .brandwrapper{margin:12px 0;}
.product-view .logomarca{border:1px solid #e6e6e6;height:100%;display:flex;align-items:center;justify-content:center;padding:0;}
.product-view .marca{height:100%;display:flex;align-items:center;justify-content:left;}
.product-view .abst{font-size:14px;line-height:20px;margin-bottom:16px;}
.product-view .image-block .plyr.plyr--stopped .plyr__controls{display:none;}
.product-view .image-additional{margin-top:30px;}
.product-view .image-additional span{display:block;padding:0 .3em;}
.product-view .image-additional picture{display:block;position:relative;}
.product-view .image-additional picture:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 0 1px #e6e6e6;-moz-box-shadow:inset 0 0 0 1px #e6e6e6;-webkit-box-shadow:inset 0 0 0 1px #e6e6e6;}
.product-view .image-additional picture:hover{cursor:pointer;}
.product-view .image-additional .video-inline{position:relative;cursor:pointer;}
.product-view .image-additional .video-inline:after{display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 6 Free";font-weight:900;content:"\f04b";position:absolute;top:50%;left:50%;z-index:2;color:rgba(255,255,255,0.7);font-size:30px;margin-top:-10px;margin-left:-10px;line-height:25px;}
.product-view .image-additional .slick-current picture:after{box-shadow:inset 0 0 0 2px #1f1f1f;-moz-box-shadow:inset 0 0 0 2px #1f1f1f;-webkit-box-shadow:inset 0 0 0 2px #1f1f1f;}
.product-view  #box_immagini{position:relative;opacity:0;-webkit-transition:opacity .1s ease-in;-moz-transition:opacity .1s ease-in;-o-transition:opacity .1s ease-in;transition:opacity .1s ease-in;}
.product-view  #box_immagini.showed{opacity:1;}
.product-view .image-block{padding:0;position:relative;}
.product-view .image-block .bdg{position:absolute;top:0;left:0;z-index:1;}
.product-view .image-block .bdg > div{line-height:18px;text-align:center;color:#fff;font-size:14px;display:block;padding:0 8px;float:left;}
.product-view .bdg-promo{position:absolute;top:44px;left:0;z-index:1;}
.product-view .bdg-promo img{max-width:60px;height:auto;}
.product-view .price{font-weight:600;margin:15px 0;padding:0;width:100%;text-align:left;font-size:24px;font-family:'Arimo';}
.product-view .price .pricefrom{font-weight:400;font-size:16px;}
.product-view .price .prezzo{display:inline-block;font-size:28px;line-height:32px;}
.product-view .price .prezzo-pieno{text-decoration:line-through;color:#757575;font-weight:400;font-size:18px;line-height:22px;}
.product-view .price .percsconto{color:#c11212;font-size:24px;font-weight:400;line-height:32px;margin-left:5px;}
.product-view .price-scalapay{padding:0 0 20px;font-size:18px;line-height:20px;}
.product-view .price-scalapay span{font-weight:700;}
.product-view .iva{margin:0  0 20px;font-size:12px;}
.product-view ul.det{font-size:15px;}
.product-view ul.det span{font-weight:600;text-transform:uppercase;}
.product-view .punti{background-color:#f5f5f5;padding:16px;margin:8px 0;border-radius:8px;border:2px dashed #c11212;font-size:17px;}
.product-view .punti i{font-size:20px;margin-right:8px;}
.product-view .punti a{font-weight:600;text-decoration:underline;}
.product-view .valutazione{height:100%;display:flex;align-items:center;justify-content:right;float:right;}
.product-view .valutazione a:hover , .product-view .valutazione a:focus{text-decoration:none;}
.product-view .valutazione .fa{font-size:12px;color:#efefef;}
.product-view .valutazione .fa.on{color:#A47E2D;}
.product-view .gruppo{margin:14px 0 8px;font-weight:700;font-size:15px;}
.product-view .custom-select{font-size:14px;font-weight:400;margin-bottom:0;}
.product-view .persstd .checkbox{margin:6px 0;}
.product-view .codice{margin:10px  0;padding:0;}
.product-view .codice span{font-weight:400;}
.product-view .quantita{margin:0;padding:20px  0;text-transform:uppercase;font-family: 'Arimo';}
.product-view .quantita strong{margin-right:20px;font-size:14px;}
.product-view .quantita .form-control{border-width:1px 0;text-align:center;width:100px;display:inline;font-size:20px;height:36px;vertical-align:middle;border-radius:0;border-color:#ccc #fff;}
.product-view .quantita .qt{font-weight:400;}
.product-view .quantita span{background-color:#fff;border-radius:0;}
.product-view .quantita span:hover{cursor:pointer;}
.product-view .quantita span > i{vertical-align:middle;line-height:22px;color:#1f1f1f;font-size:18px;}
.product-view #error_quant{margin-top:15px;}
.product-view .precsucc .fa{display:inline-block;background-color:transparent;padding:0 7px;color:#1f1f1f;vertical-align:middle;line-height:16px;}
.product-view .wrapper-tabs{/*overflow-x:hidden;*/position:relative;margin-top:30px;}
.product-view .ultabs{position:absolute;top:0;width:100%;border-bottom:0 solid #eee !important;}
.product-view .tabs{padding-top:77px;position:relative;}
/*.product-view .tabs:before{content:"";position:absolute;top:0;left:-100%;right:-100%;height:74px;background-color:#f8f8f8;}*/
.product-view .tabs , .product-view .accordion{margin:0 0 14px;background-color:#fff;padding-left:0 !important;padding-right:0 !important;}
.product-view .tabs > ul > li > a{text-transform:none;}
.product-view .recensione{margin-top:0;}
.product-view .caratt td{padding:5px;}
.product-view .spese_gratis{position:absolute;top:-5px;left:12px;}
.product-view #add_carrello , .product-view #add_bundle{font-family: 'Arimo';color:#fff;border:1px solid #97BF0D;background:#97BF0D;font-size:18px;padding:20px;height:auto;}
.product-view #add_carrello:hover , .product-view #add_bundle:hover{background-color:#146C04;border-color:#146C04;}
.product-view .trasp{position:relative;}
.product-view .trasp:after{content:"";position:absolute;top:0;bottom:0;left:-20px;right:-20px;z-index:0;background-color:#ccebcc;}
.product-view .trasp .wrapper{position:relative;z-index:1;line-height:36px;}
.product-view .trasp span{font-weight:700;}
.product-view .tab-prezzi{font-size:15px;min-height:180px;}
.product-view .tab-prezzi .box-prezzi{color:#1f1f1f;float:left;padding:10px;text-align:center;border-right:1px solid #cdcdcd;}
.product-view .tab-prezzi .mig-prezzo{color:#1f1f1f;font-size:22px;text-align:left;padding:10px 10px 10px  0;}
.product-view .tab-prezzi .mprezzo{font-weight:700;text-align:left;padding:10px 10px 10px  0;}
.product-view .tab-prezzi .quant-prezzi{border-bottom:1px solid #cdcdcd;margin-bottom:5px;padding:5px;}
.product-view .tab-prezzi .prezzi{text-align:left;padding:0;font-size:20px;}
.product-view .tab-prezzi .prezzo-pieno{font-size:12px;text-decoration:line-through;text-align:left;padding:0;}
.product-view .sharingbar{padding-top:16px;}
.product-view .sharingbar.desktop{margin-bottom:30px;max-width:500px;margin:0;}
.product-view .sharingbar > ul > li + li{margin-left:10px;}
.product-view .vota{color:#1f1f1f;}
.product-view .vota li:first-child{margin:0 10px;font-size:14px;text-transform:uppercase;}
.product-view .vota a{color:#1f1f1f;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;}
.product-view .vota a:hover{text-decoration:none;color:#bd0000;}
.product-view .vota i{color:#1f1f1f;line-height:24px;width:24px;text-align:center;margin-left:7px;font-size:18px;}
.product-view .bundle-box{padding:10px  0 20px;}
.product-view .bundle-box .bundle-box-tit{font-weight:600;padding:0 0 10px;font-size:18px;}
.product-view .bundle-box .bundle-box-prod{border-bottom:1px solid #e7e7e7;overflow:hidden;padding-bottom:10px;}
.product-view .bundle-box .bundle-box-prod + .bundle-box-prod{margin-top:20px;}
.product-view .bundle-box .bundle-prod-thumb{float:left;height:100px;margin-right:10px;}
.product-view .bundle-box .bundle-prod-tit{font-weight:600;font-size:16px;}
.product-view .bundle-box .bundle-prod-descr{font-size:15px;color:#3e3e3e;}
.product-view .bundle-box .bundle-prod-more{font-size:14px;}
.product-view .bundle-box .bundle-prod-more a{color:#337ab7;text-decoration:none;font-size:15px;font-weight:700;}
.product-view .bundle-box .bundle-box-prod .per{color:#c11212;}
.product-view form label{font-weight:400;}
.product-view .share-social{vertical-align:top;}
.product-view .share-social ul{margin-left:0;}
.product-view .share-social a{color:#1f1f1f;display:inline-block;}
.product-view .share-social li:first-child{margin-right:10px;font-size:14px;text-transform:uppercase;}
.product-view .share-social .list-inline > li{padding:0;}
.product-view .share-social i{font-size:18px;color:#1f1f1f;line-height:28px;width:28px;display:inline-block;text-align:center;}
.product-view .popupformpnd{text-decoration:none;padding:20px;line-height:28px;font-size:18px;}
.product-view .row-caratt{margin:0 -25px !important;}
.product-view .row-caratt > div{padding:0 25px !important;}
.product-view .row-caratt > div > p{font-weight:700;}
.product-view .row-caratt > div > table{width:100%;border:1px solid #eee;margin-bottom:20px;}
.product-view .row-caratt > div > table tr:nth-child(even){background-color:#f8f8f8;}
.product-view .row-caratt > div > table tr > td{padding:3px 10px;}
.product-view .row-caratt > div > table tr > td:last-child{text-align:right;}
.product-view .row-caratt .checkbox{margin:0;}
.product-view .row-caratt .list-inline{margin-bottom:0;}
.product-view .bgw{background-color:#fff;/*border:1px solid #eee;border-radius:4px;*/margin-bottom:14px;}
.product-view .bgw > .wrapper{padding:0 20px;}
.product-view .btns .btn{margin-bottom:15px;}
.product-view #comb_disp span{padding:1px 0 0 13px;display:inline-block;margin:5px 0;position:relative;font-family:'Arimo';font-size:16px;line-height:26px;}
.product-view #comb_disp span:before{content:"\f111";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:1px;font-size:7px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.product-view .comb_disp span{padding:1px 0 1px 20px;display:inline-block;margin:5px 0;position:relative;}
.product-view .comb_disp span:before{content:"\f111";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:1px;font-size:7px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.product-view .add_topref{background-color:#fff;border-color:#fff;color:#1f1f1f;font-family: 'Arimo';}
.product-view .add_topref.pref{background-color:#fff;border-color:#fff;color:#1f1f1f;}
.product-view .add_topref.pref i{color:#e11937;}
.product-view .add_topref.pref i:before{content:"\f004" !important;font-weight:700;}
.product-view .promos{font-weight:500;margin:10px 0 20px;padding:0 16px 8px 0;background:#f8f8f8;font-size:15px;}
.product-view .promos .promotitle{color:#fff;font-size:14px;line-height:18px;margin:0;background-color:#c11212;text-transform:uppercase;padding:3px 13px;display:inline-block;}
.product-view .promos > .promo{padding:10px 0 10px 16px;}
.product-view .promos > .promo + .promo{border-top:1px solid #e6e6e6;}
.product-view .promos .code{position:relative;}
.product-view .promos .code .rule{font-weight:700;}
.product-view .promos .desc .discount{color:#487913;}
.product-view .promos .desc .real-price{font-weight:700;}
.product-view .promos .strike{text-decoration:line-through;color:#6f6f6f !important;}
.product-view .servizi{font-size:16px;position:relative;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;margin:15px 0;}
.product-view .servizi .stit{font-size:14px;line-height:15px;text-transform:uppercase;font-weight:600;padding-top:16px;margin-top:0;}
/*.product-view .servizi .chk_servizio{margin-top:3px;}*/
.product-view .bannertop{border:1px solid #E6E6E6;border-radius:4px;background-color:#f8f8f8;padding:12px 12px 0;font-size:14px;margin:15px 0 0;}
.product-view .bannertop .row.row-eq-height-sm > div:last-child{align-self:flex-end;display:flex;justify-content:flex-end;}
.product-view .bannertop .title{color:#ee4d45;font-weight:700;font-size:12px;text-transform:uppercase;}
.product-view .bannertop p{font-size:14px;}
.product-view .bannertop a{background-color:#ee4d45;color:#fff;font-size:13px;line-height:40px;padding:0 8px;display:inline-block;border-radius:2px;margin-bottom:6px;text-align:center;}
.product-view .bannertop a:hover{text-decoration:none;}
.product-view .digitdownload{border:1px solid #e6e6e6;border-radius:4px;background-color:#f8f8f8;padding:12px 12px 0;font-size:13px;margin:15px 0 0;color:#1f1f1f;}
.product-view .digitdownload h3{margin-top:0;font-size:20px;}
.product-view .digitdownload table{font-size:14px;margin-bottom:0;}
.product-view .digitdownload table td{vertical-align:middle;}
.product-view .digitdownload .riga{color:#757575;}
.product-view .digitdownload .btn{line-height:24px;font-size:15px !important;font-weight:600 !important;}
.product-view .digitdownload ul{margin-bottom:0;}
.product-view .faq .item{margin-bottom:15px;border-bottom:1px dashed #e6e6e6;padding-bottom:15px;}
.product-view .faq .item > div{margin-bottom:4px;line-height:30px;}
.product-view .faq .question , .product-view .faq .answer{font-weight:700;display:inline-block;border-radius:50%;line-height:24px;width:24px;text-align:center;text-transform:uppercase;}
.product-view .faq .question{background-color:#f0f0f0;color:#1f1f1f;}
.product-view .faq .answer{background-color:#f2e0df;color:#ee4d45;}
.product-view .backbottom{margin:40px 0;}
.product-view .backbottom a{font-weight:500;font-size:18px;text-decoration:underline;}
.product-view .backbottom .fa{padding-right:5px;}
.product-view .box-recensione + .box-recensione{margin-top:24px;}
.product-view .box-recensione a{font-weight:600;margin-top:8px;display:inline-block;}
.product-view .box-recensione .fa{font-size:9px;color:#efefef;}
.product-view .box-recensione .fa.on{color:#a47e2d;}
.product-view .box-recensione .author{font-weight:600;}
.product-view .box-recensione .txt{font-size:13px;margin-bottom:10px;margin-top:8px;}
.product-view .box-recensione .answer{font-style:italic;color:#9a9a9a;padding-left:15px;border-left:2px solid #9a9a9a;}
.product-view .bundle-prod-popup{font-size:16px;padding:16px 0;border-bottom:1px solid #e6e6e6;}
.product-view .bundle-prod-popup + .row:not(.bundle-prod-popup){margin-top:16px;}
.product-view .bundle-prod-popup + .row .form-group{margin-bottom:0;}
.product-view .bundle-prod-popup .media{margin-bottom:16px;}
.product-view .bundle-prod-popup .form-group + .form-group{margin-top:16px;}
.product-view .bundle-prod-popup .prod{font-weight:700;}
.product-view .bundle-prod-popup .qt{color:#1f1f1f;}
.product-view .bundle-prod-popup .form-group{margin-bottom:0;}
.product-view .schedainfo .testo{margin-bottom:20px;}
.product-view .tab-elprodotti{margin:20px auto 80px;padding:0;width:100%;border:1px solid #eee;}
.product-view .tab-elprodotti table{border-collapse:collapse;border-spacing:0;width:100%;margin:0;padding:0;}
.product-view .tab-elprodotti thead > tr > td{background-color:#f8f8f8;color:#1f1f1f;padding:3px 6px;font-size:14px;}
.product-view .tab-elprodotti tbody tr:nth-child(odd){background-color:#fff;}
.product-view .tab-elprodotti tbody tr:nth-child(even){background-color:#fff;}
.product-view .tab-elprodotti td{vertical-align:middle;padding:5px 6px;font-size:14px;font-weight:400;color:#1f1f1f;}
.product-view .tab-elprodotti tr:nth-child(n+2){border-top:1px solid #e6e6e6;}
.product-view .tab-elprodotti .prezzo{font-size:16px;font-weight:700;color:#1f1f1f;line-height:normal;}
.product-view .tab-elprodotti .prezzo-pieno{text-decoration:line-through;text-align:left;color:#757575;font-size:13px;display:block;font-weight:400;}
.product-view .tab-elprodotti .perc-sconto{color:#fb641b;font-size:13px;}
.product-view .tab-elprodotti .form-inline{padding-left:0;}
.product-view .tab-elprodotti .form-group{margin:0;}
.product-view .tab-elprodotti .input-group-addon{border-radius:0;background-color:#fff;}
.product-view .tab-elprodotti .input-group .input-group-addon:hover{cursor:pointer;}
.product-view .tab-elprodotti .quant{text-align:center;font-size:14px;height:34px;padding:6px 3px;width:44px;display:inline-block;border-color: #ccc #fff;border-left-width:0;border-right-width:0;}
.product-view .tab-elprodotti .btn-tabella{padding:0 12px;height:37px;}
.product-view .tab-elprodotti .btn-tabella i{font-size:18px;}
.product-view .tab-elprodotti .popupformpnd{height:37px;padding:0 12px;font-size:14px;}
.product-view .tab-elprodotti .footable-detail-row > td{background-color:#f8f8f8;}
.product-view .tab-elprodotti .footable-details tr{border:0;}
.product-view .tab-elprodotti .footable-details tr > *{background-color:#f8f8f8;padding:2px 6px;}
.product-view .tab-elprodotti .footable-toggle:hover{cursor:pointer;}
.product-view .tab-elprodotti .fooicon{width:14px;font-family:"icomoon" !important;text-align:center;}
.product-view .tab-elprodotti .fooicon-plus:before{content:"\e9ba";}
.product-view .tab-elprodotti .fooicon-minus:before{content:"\2212";}
.product-view .campiextra p{font-size:14px;line-height:15px;font-weight:600;}
.product-view .campiextra label{font-weight:700;}
.product-view .campiextra .checkbox label{font-weight:400;}
.product-view .varianti{padding-bottom:5px;clear:left;text-transform:uppercase;}
.product-view .varianti button{min-width:46px;background-color:#fff;border:1px solid #cdcdcd;color:#1f1f1f;display:block;float:left;font-size:14px;margin:0 5px 5px 0;padding:12px 10px;text-align:center;text-decoration:none;}
.product-view .varianti label{font-weight:700;clear:left;text-transform:uppercase;}
.product-view .varianti .form-control .check-disp{color:#ed1c24;background-color:#ed1c241a;}
.product-view .varianti .tipi{overflow:hidden;display:block;}
.product-view .varianti .var_selected{border:1px solid #1f1f1f !important;}
.product-view .varianti .csel_disabled{opacity:.3;}
.product-view .varianti .csel_disabled:not(.csel_boxcolor){background-color:#f8f8f8 !important;}
.product-view .varianti .csel_boxcolor.var_selected{border:1px solid #1f1f1f !important;}
.product-view .varianti .csel_boxcolor.csel_disabled{opacity:.3;}
.product-view .box-scelta .scelta{font-weight:600;}
.product-view .prods{margin-bottom:30px;}
.product-view .prods.tabprod{margin-bottom:0px;}
.product-view .prods .txt{font-family: 'Arimo';font-size:16px;line-height:20px}
.product-view .prods .add_topref{border-color:#fff;background-color:#fff;}
.product-view .cod_variante{padding:10px 0;font-size:14px;}
.product-view .cod_variante .titolo{font-weight:700;text-transform:uppercase;}
.product-view .box-att{background:#fff;border:1px solid #d6d6d6;border-radius:3px;margin-bottom:16px;margin-top:16px;}
.product-view .box-att .box-header{padding:8px 16px;}
.product-view .box-att .box-header p{margin-bottom:0;font-size:18px;}
.product-view .box-att .box-header i{color:#5e6c81;font-size:16px;margin-left:4px;}
.product-view .box-att .box-body{padding:8px 16px;color:#fff;}
.product-view .box-att .box-body button{cursor:pointer;color:#337ab7;text-decoration:underline;padding:0;border:0;background-color:transparent;}
.product-view .box-att .label-info{font-weight:400;padding:3px 8px;border-radius:2px;background:#0065ff;position:relative;bottom:1px;}
.product-view .box-att .label-danger{font-weight:400;padding:3px 8px;border-radius:2px;background:#de350a;position:relative;bottom:1px;}
.product-view a.btn.noquant{line-height:23px !important;}
/*.box-scheda-allegati .custom-popover .popover-content{color:#fff;text-align:center;}
.box-scheda-allegati .popover.custom-popover{background:#172c4d; color:#fff;}
.box-scheda-allegati .popover.custom-popover.top>.arrow:after{border-top-color:#172c4d;}*/

/*tabs scheda prodotto*/
.product-view .ui-widget , .product-view .ui-widget input{font-size:15px;line-height:22px;}
.product-view .ui-widget button{font-size:16px !important;}
.product-view .ui-widget.ui-widget-content{border-color:#fff !important;border-radius:4px;padding:1.5em  0 !important;}
.product-view .ui-widget-content{background-color:#fff;border:0;padding:2.5em 20px !important;}
.product-view .ui-widget-overlay{background:#1f1f1f;opacity:.8;position:fixed;top:0;left:0;}
.product-view .ui-state-active a, .product-view .ui-state-active a:link, .product-view .ui-state-active a:visited{color:#1f1f1f;}
.product-view .ui-widget-header{border:0;}
.product-view .ui-state-focus, .product-view .ui-state-hover, .product-view .ui-widget-content .ui-state-focus, .product-view .ui-widget-content .ui-state-hover, .product-view .ui-widget-header .ui-state-focus, .product-view .ui-widget-header .ui-state-hover{background:#fff;}
.product-view .ui-state-focus a, .product-view .ui-state-focus a:hover, .product-view .ui-state-focus a:link, .product-view .ui-state-focus a:visited, .product-view .ui-state-hover a, .product-view .ui-state-hover a:hover, .product-view .ui-state-hover a:link, .product-view .ui-state-hover a:visited{color:#1f1f1f;}
.product-view .ui-tabs .ui-tabs-nav{border-radius:0;background-color:transparent;border-bottom:0px solid #e6e6e6 !important;padding:0;}
.product-view .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:0;}
.product-view .ui-tabs .ui-tabs-nav li{margin-right:0;padding:10px 20px;background-color:transparent ! important;color:#757575}
.product-view .ui-tabs .ui-tabs-nav li:hover{border-bottom:1px solid #1f1f1f ;}
.product-view .ui-tabs .ui-tabs-nav li.ui-tabs-active{background-color:transparent !important;border-bottom:1px solid #1f1f1f ;color:#1f1f1f;font-weight:700;padding:10px 20px;}
.product-view .ui-tabs .ui-tabs-nav li h3{font-size:20px;text-transform:none;margin:0;padding:0;line-height:30px;}
.product-view .ui-tabs .ui-tabs-nav li:hover a{color:#1f1f1f ;}
.product-view .ui-tabs .ui-tabs-nav li.ui-tabs-active h3{font-weight:700;}
.product-view .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.product-view .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.product-view .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:context-menu !important;}
.product-view .ui-state-default{font-size:15px;line-height:20px;text-transform:uppercase;border:0;/*border-bottom:4px solid transparent !important;*/border-radius:0;padding-left:0;background-color:transparent;}
.product-view .ui-state-default.ui-accordion-header{padding:10px;border-top:1px solid #eee !important;border-bottom:0 !important;}
.product-view .ui-state-default.ui-accordion-header a{color:#1f1f1f;}
.product-view .ui-state-default.ui-accordion-header-active{}
.product-view .ui-state-default.ui-accordion-header-active:first-child{border-top:0 !important;}
.product-view .ui-icon-triangle-1-e{background-position:-66px  0;}
.product-view .ui-state-active .ui-icon, .product-view .ui-button:active .ui-icon{background-image:url("../libs/jquery-ui/images/ui-icons_444444_256x240.png");}
.product-view .ui-icon-triangle-1-s{background-position:0 0;}
.product-view .accordion .ui-icon{display:none !important;}
.product-view .ui-accordion{border-color:#eee !important;border-radius:4px;border-bottom:1px solid #eee}
.product-view .ui-accordion-header:after{content:"\e9ba";position:absolute;top:9px;right:20px;font-family:'icomoon' !important;color:#1f1f1f;}
.product-view .ui-accordion-header.ui-accordion-header-active:after{content:"\e99d";}

/*carrello*/
/*.cart #spedizioni_mod, .cart #pagamento{overflow-y: auto;height: 180px;}*/
.cart .scrollbar{height: 180px;overflow-y:auto; padding: 10px 0;}
.cart .scrollbar.cust-height{height:181px;margin-right:17px;}
.cart .scrollbar::-webkit-scrollbar {width: 8px;}
.cart .scrollbar::-webkit-scrollbar-track {background : #f0f0f0;border-radius: 8px;}
.cart .scrollbar::-webkit-scrollbar-thumb {background : #ccc;border-radius: 8px;}
.cart{font-weight:400;color:#1f1f1f;}
.cart input[type="submit"]{border:1px solid #cdcdcd;background-color:#f4f4f4;padding:7px 10px;color:#1f1f1f;vertical-align:top;border-radius:4px;outline:none;}
.cart .bdg{position:relative;display:inline-block;margin-bottom:6px;line-height:18px;text-align:center;color:#fff;font-size:14px;padding:0 8px;}
.cart .titolo a{font-weight:600;}
.cart .titolo .cod{font-weight:400;}
.cart .spesegratis{color:#157b34;font-weight:600;}
.cart .barrato{text-decoration:line-through;color:#e11937;}
.cart .vcenter{vertical-align:middle;}
.cart .btn-success{background:#bd0000 none repeat scroll  0  0 !important;color:#fff;border-color:#bd0000;}
.cart .bottoni{margin:30px  0;}
.cart .table-responsive{border:0;}
.cart .table{font-size:14px;background-color:#fff;margin:0 !important;font-family: 'Arimo';}
.cart .table label{font-weight:400;font-size:14px;}
.cart .table .text-left{text-align:left !important;}
.cart .table .dett , .cart .table .dett td{background-color:#fff;font-size:13px;}
.cart .table .dett tr:first-child td{border-color:#fff !important;}
.cart .table th{background-color:#eee;padding:5px;border-bottom:0;text-align:right; vertical-align: middle;}
.cart .table td{text-align:right;border-color:#f8f8f8;vertical-align:middle;}
.cart .table th.center, .cart .table td.center {text-align: center;}
.cart .table .type{color:#757575;background-color:#f8f8f8;font-weight:600;border-color:#f8f8f8;}
.cart .table .riga{background-color:#fff;}
.cart .table .riga1:hover {background-color:#f8f8f8;}
.cart .table .left{text-align:left !important;margin-top: 7px;}
.cart .table .tot{font-weight:700;}
.cart .table .bggrey .tot{font-size:24px;}
.cart .table .totordine{font-size:18px;}
.cart .table .totordine > span{vertical-align:middle;font-size:16px}
.cart .table .img{max-width:80px;}
.cart .table .el{width:60px;}
.cart .table .elimina{text-align:left;}
.cart .table .media-object{max-width:60px;}
.cart .table .img{float:left;margin-right:0;padding:2px;}
.cart .table .del-ups{text-align:center;}
.cart .table .del-ups a{text-decoration:underline;color:#767676;}
.cart .table .pr{width:140px;}
.cart .table .imp{width:100px;}
.cart .table .qt{width:80px;}
.cart .table .el{width:60px;}
.cart .table .variante{padding:0;margin:0;text-align:left;}
.cart .table .scadenza .label{color:#1f1f1f;padding:0;font-size:14px;font-weight:400;}
.cart .table .disp .fa{font-size:8px;margin-right:2px;vertical-align:middle;}
.cart .table .nondisp{text-align:left;padding:10px 0 0;color:#da1e28;font-weight:700;}
.cart .table .nondisp span{display:inline-block;background-color:#ffebea;padding:6px;}
.cart .table .nondisp span i{margin-right:2px;}
.cart .table td.norecords{padding:10px 0;border:0;}
.cart .table .riga-omaggio{background-color:#fff;text-align:center !important;}
.cart .table .col-omaggio{font-weight:700 !important;font-size:20px;color:#d10429;text-align:center;}
.cart .table .sconto{height:35px;text-align:right;font-size:14px;}
.cart .table .sconto-tot{width:100px;height:35px;display:inline-block;text-align: right;font-weight: normal;}
.cart .table .form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;background-color:#e6e6e6;color:#fff;top:5px;height:22px;width:22px;border:0;border-radius:50px;cursor:pointer;margin-right:7px;outline:none !important;}
.cart .table .form-radio:checked::before{position:absolute;left:7px;top:2px;content:'\02143';transform:rotate(40deg);}
.cart .table .form-radio:hover{background-color:#ccc;}
.cart .table .form-radio:checked{background-color:#157b34;}
.cart .scadenza{text-align:left;}
.cart .bottom-row{padding:0;margin-bottom:16px;}
.cart .bottom-row .h2{padding:0;color:#1f1f1f;line-height:37px;text-transform:uppercase;}
.cart .bottom-row p{padding:0;}
.cart .bottom-row ul{margin-bottom:0;}
.cart .bottom-row > .row{border-color:#e6e6e6;border-style:solid;border-width:0 0 1px;}
.cart .bottom-row.cashback > .row{border:0;}
.cart .bottom-row.cashback h2{text-transform:none;font-size:22px;line-height:22px;margin-top:0;}
.cart .bottom-row.cashback .minordine{margin-top:8px;}
.cart .bottom-box{position:relative;margin:30px 0;}
.cart .bottom-box .popup-img{display:block;}
.cart .bottom-box h3{font-size:15px;font-weight:700;padding:0;;margin:0;}
.cart .bottom-box .titolo{padding:10px  0}
.cart .bottom-box .mancano{font-size:20px;font-weight:600;color:#d10429;margin-top:16px;}
.cart .bottom-box .mancano i{font-size:16px;}
.cart .bottom-box .progbar{display:flex;margin-top:4px;margin-bottom:4px;margin-right:10px;}
.cart .bottom-box .progbar .bar{width:auto;flex-grow:1;display:block;overflow:hidden;height:4px;margin:14px 8px 8px 0;background-color:#e0e0e0;border-radius:4px;}
.cart .bottom-box .progbar .bar .progress{transition:width .2s ease-out;display:block;height:100%;width:0;background-color:#d10429;}
.cart .bottom-box .icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:#f8f8f8;border-radius:50%;color:#d10429;}
.cart .bottom-box .minordine{font-size:15px;color:#757575;}
.cart .bottom-box .cod{color:#757575;}
.cart .bottom-box .btn{font-size:14px;height:36px;margin-top:20px;}
.cart .bottom-box.cashback-box{margin:0;}
.cart .bottom-box.cashback-box .mancano{margin-top:0;}
.cart .spesezero{text-align:right;overflow:hidden;}
.cart .spesezero .wrapper{max-width:400px;float:right;padding:8px;}
.cart .spesezero .mancano{font-size:18px; font-weight:600; color:#d4441c;}
.cart .spesezero .progbar{display:flex;margin-bottom:4px;}
.cart .spesezero .progbar .bar{width:auto;flex-grow:1;display:block;overflow:hidden;height:4px;margin:14px 8px 8px 0;background-color:#e0e0e0;border-radius:4px;}
.cart .spesezero .progbar .bar .progress{transition:width .2s ease-out;display:block;height:100%;width:0;background-color:#d4441c;}
.cart .spesezero .icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:#f8f8f8;border-radius:50%;color:#d4441c;}
.cart .spesezero .minordine{font-size:14px;color:#5d5d5d;font-weight:600;}
.cart .btn-alert{color:#da1e28;border-color:#ffede9;;opacity:1;font-weight:700;white-space:normal;position:relative;background-color:#ffede9;}
.cart .btn-alert i{position:absolute;left:16px;top:18px;}
.cart .popover-alert{background-color:#f2dede;border-color:#f5c6cb;}
.cart .popover-alert .popover-content{color:#721c24;font-size:15px;}
.cart .popover-alert  .popover-title{background-color:#f2dede;color:#721c24;border-bottom:0;padding:8px 14px 0;}
.cart .popover-alert.top .arrow{border-top-color:#f5c6cb;}
.cart .popover-alert .arrow:after{border-top-color:#f2dede;}

/*upselling*/
#ajax_carrello_riepilogo .cart .table .img{max-width:50px;}
#ajax_carrello_riepilogo .personaliz , #ajax_carrello_riepilogo .cart table .variante ,  #ajax_carrello_riepilogo .cart table .campiextra{font-size:12px;color:#1d1d1d;}
#ajax_carrello_riepilogo .btn.cls{font-size:12px !important;margin:5px 0;font-weight:400;color:#1d1d1d;height:32px;padding:0 10px;border-color:#e6e6e6;}
#ajax_carrello_riepilogo .btn.collapsed i:before{content:"\e9ba";}

/*ordine*/
#ordine-jq .ui-state-active, #ordine-jq .ui-widget-content, #ordine-jq .ui-state-active{border:1px solid #aaa;background:#1f1f1f !important /*url(/img/arrow.png) no-repeat left*/;font-weight:700 !important;color:#fff !important;text-indent:0;color:#fff !important;}
#ordine-jq fieldset{border:1px solid #e6e6e6;background-color:#fff;}
#ordine-jq fieldset.note{padding:0;border:0;background-color:transparent;}
#ordine-jq fieldset.note .form-group{margin-left:-8px;margin-right:-8px;}
#ordine-jq h2{color:#1f1f1f;font-size:18px;}
#ordine-jq .checkbox .label{font-size:14px;}
#ordine-jq .cart .table .img{max-width:50px;}
#ordine-jq .personaliz , #ordine-jq .cart table .variante ,  #ordine-jq .cart table .campiextra{font-size:12px;color:#1d1d1d;}
#ordine-jq .btn.cls{font-size:12px !important;margin:5px 0;font-weight:400;color:#1d1d1d;height:32px;padding:0 10px;border-color:#e6e6e6;}
#ordine-jq .btn.collapsed i:before{content:"\e9ba";}
.box-ordine label{color:#1f1f1f;cursor:pointer;margin-bottom:0;position:relative;padding-left:30px;}
.box-ordine + .box-ordine{margin-top:8px;}
.box-ordine + .table{margin-top:8px !important;}
.box-ordine .txt{text-align:left;padding:10px  0;margin:0;font-size:15px;}
.box-ordine .importo{text-align:right;margin:0;padding:5px 10px;color:#1f1f1f;font-size:15px;}
.box-ordine span.importo{color:#157b34;padding:0 2px;}
.box-ordine .note_tot{text-align:right;padding:0;margin:0;}
.box-ordine .tot{font-weight:700;font-size:22px;text-align:right;color:#157b34;padding:10px;margin-bottom:5px;background-color:#fff;border-top:1px solid #f8f8f8;}
.box-ordine .tot_punti{text-align:right;padding:0;}
.box-ordine .desc-check{padding-left:34px;}
.box-ordine .desc-check .txt{font-weight:500;font-size:14px;color:#e11937;}
.box-ordine .desc-check.pag-disabled{padding-left:34px;}
.box-ordine .desc-check.pag-disabled .txt{font-weight:500;font-size:14px;color:#e11937;}
.box-ordine .form-group > div + div{margin-top:10px;}
.box-ordine .form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:absolute;background-color:#e6e6e6;color:#fff;top:-6px;left:0;height:22px;width:22px;border:0;border-radius:50px;cursor:pointer;margin-right:7px;outline:none !important;}
.box-ordine .form-radio:checked::before{position:absolute;left:6px;top:1px;content:'\02143';transform:rotate(40deg);line-height:21px;}
.box-ordine .form-radio:hover{background-color:#ccc;}
.box-ordine .form-radio:checked{background-color:#157b34;}
.box-ordine .alert + .alert{margin-top:-14px;}
.box-ordine .custalert{padding-right:48px;position:relative;margin-bottom:0;}
.box-ordine .custalert .btn{line-height:32px;padding:0 8px;border:0;position:absolute;top:50%;margin-top:-16px;right:17px;}
.box-ordine .custalert .btn:hover{color:#1f1f1f;}
.box-ordine .custalert i.bold{font-weight:600;font-size:20px;}
.box-ordine .note{text-align:right;padding:10px  0;}
.box-ordine-allegati{background:#fff;box-shadow:0 5px 17px #091e4226;border-radius:3px;margin-bottom:16px;margin-top:16px;}
.box-ordine-allegati .box-header{padding:8px 16px;border-bottom:1px solid #e6e6e6;}
.box-ordine-allegati .box-header p{margin-bottom:0;font-size:18px;}
.box-ordine-allegati .box-header i{color:#5E6C81;font-size:14px;margin-left:4px;}
.box-ordine-allegati .box-body{padding:8px 16px;}
.box-ordine-allegati .item{margin-top:10px;}
.box-ordine-allegati  #carica_file label{text-align:center;border:1px dashed #0065ff;background:#0065ff0F;color:#0065ff;padding:8px 0;display:block;border-radius:3px;cursor:pointer;}
.box-ordine-allegati  #carica_file label.errore{color:#e11937;font-weight:700;border-color:#e11937;background-color:#e119370f;}
.box-ordine-allegati  .error{color:#e11937;}
.box-ordine-allegati .label-info{font-weight:400;padding:3px 8px;border-radius:2px;background:#0065ff;position:relative;bottom:1px;}
.box-ordine-allegati .label-danger{font-weight:400;padding:3px 8px;border-radius:2px;background:#de350a;position:relative;bottom:1px;}
.box-ordine-allegati .result{margin-top:12px;}
.box-ordine-allegati .result .items div{display:inline-block;margin:0 3px 3px 0;}
.box-ordine-allegati .result .items div.title{display:block;margin-bottom:4px;}
.box-ordine-allegati .alert-grey{margin-bottom:0;border:1px solid #f2f2f2;color:#757575;cursor:pointer;padding:8px 6px 8px 0;}
.box-ordine-allegati .alert-success{font-weight:700;margin-bottom:0;border:1px solid #157C340F;background:#157C340F;color:#018949;padding:8px 12px;}
#ajax_ordine_riepilogo .form-group{margin:5px 0;}
#ajax_ordine_riepilogo .form-control{font-size:16px;}
#ajax_ordine_riepilogo .alert.alert-danger a{color:#a94442;text-decoration:underline;}
#ajax_ordine_riepilogo .tglfieldset{width:100%;text-align:left;border:0;background-color:transparent;padding:0;color:#4285F4;}
#ajax_ordine_riepilogo .tglfieldset.collapsed i{vertical-align:middle;}
#ajax_ordine_riepilogo .tglfieldset.collapsed i:before{content:"\e92e";}
#ajax_ordine_riepilogo .tglfieldset span{border-bottom:1px solid #4285F4;}
#ajax_ordine_riepilogo .tglfieldset + #cp{margin-top:8px;}
#ajax_ordine_riepilogo #cp + button{margin-top:8px;}
#ajax_ordine_riepilogo .tglfieldset + #cpa{margin-top:8px;}
#ajax_ordine_riepilogo .del-date td:last-child{color:#e11937;}
#ajax_ordine_riepilogo .radio{margin:0;}
#raccoltapunti a{text-decoration:none;}
#raccoltapunti .btn{margin-left:0;border-color:#157b34;background-color:#e6f0e9;color:#157b34;font-weight:600;}
#raccoltapunti a > i{color:#d10429;font-size:18px;margin-right:3px;}

/*pagamento */
.pay-bg{background-color:#f4f4f4;border:1px solid #cdcdcd;padding:20px;}
.btn_cc{border:0;text-decoration:none;color:#fff;background:#416ac4;line-height:50px;padding:0 19px;font-size:17px;font-weight:400;margin-top:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.btn_cc:hover{background:#157b34;}
.wrapper-paypal{border:1px solid #e6e6e6;position:relative;z-index:1;background-color:#fff;}

/*tabelle */
#no-more-tables .media-left, .media > .pull-left{padding-right:15px;}

/*news*/
.news{margin-bottom:40px;padding-top:10px;overflow:hidden;flex:1;}
.news .form-inline{margin-bottom:20px;padding-left:0;}
.news .form-inline .btn{height:44px;border-color:#ddd;}
.news .navcats{margin-bottom:20px;}
.news h1{color:#1f1f1f;font-weight:400;font-size:31px;line-height:37px;display:inline-block;}
.news .title-sx > span{background-color:#f8f8f8;}
.news .bg-cat{position:relative;margin-bottom:30px;}
.news .bg-cat:after{position:absolute;content:"";top:0;bottom:0;left:0;width:100%;background:#fff;background:linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);}
.news .cat-box{margin-bottom:16px;margin-top:10px;background-color:transparent;display:block;}
.news .cat-box a{color:#1d1d1d;}
.news .cat-box a:hover{	color:#e11937;}
.news .cat-box ul{list-style-type:none;padding:0;margin:0;width:100%;}
.news .cat-box ul:after{display:block;clear:left;content:"";}
.news .cat-box li{position:relative;}
.news .cat-box li a{text-decoration:none;color:#1f1f1f;line-height:1.8rem;display:block;font-size:14px;}
.news .cat-box li a:hover{	color:#e11937;text-decoration:none;}
.news .cat-box li.sel a{	color:#e11937 ;font-weight:600;}
.news .wrapper-art{background-color:#fff;margin-bottom:16px;}
.news .wrapper-art .wrapper-img{position:relative;height:0;padding-top:calc(216 / 363 * 100%);}
.news .wrapper-art .wrapper-img img{position:absolute;top:0;left:0;width:100%;}
.news .wrapper-art .bgw{padding:20px;}
.news .wrapper-art .img-responsive{border:1px solid  #dadada;width:100%;}
.news .wrapper-art .date{color:#9b9b9b;}
.news .wrapper-art h3{color:#e11937;font-weight:600;font-size:16px;margin-top:10px;padding-top:0;margin-bottom:10px;}
.news .wrapper-art h3 a{color:#1f1f1f;}
.news .wrapper-art h3 a:hover{text-decoration:none;color:#e11937;}
.news .wrapper-art .cat{color:#9b9b9b;font-size:12px;text-transform:uppercase;margin-top:0;}
.news .wrapper-art .cat a{color:#9b9b9b;}
.news .wrapper-art .txt{color:#666;font-size:14px;line-height:20px;margin:20px 0;}
.news .wrapper-art .go{border-top:1px solid #e6e6e6;padding-top:15px;font-size:13px;margin-top:13px;}
.news .wrapper-art .go span{color:#e11937;}
.news .wrapper-art .go span a{color:#e11937;}
.news .wrapper-art .go span a:hover{text-decoration:none;}
.news-det{background-color:#fff;}
.news-det .txt{line-height:24px;margin-top:30px;}
.news-det .txt h2{color:#1f1f1f;font-weight:400;font-size:24px;}
.news-det .txt h3{color:#1f1f1f;}
.news-det .txt hr{border-color:#1f1f1f;border-width:1px !important;}
.news-det .sx ul li{padding:5px 0;}
.news-det .sx ul li > span{color:#1f1f1f;}
.news-det .sx ul + ul{margin-top:20px;padding-top:20px;border-top:1px solid #ececec;}
.news-det .sx .fb{color:#4267b2;}
.news-det .sx .ln{color:#015987;}
.news-det .sx .pn{color:#cb2026;}
.news-det .sx .sharing-button{margin-bottom:30px;margin-top:40px;}
.news-det .sx .back{margin-bottom:40px;background-color:#fff;border-color:#fff;color:#1f1f1f;font-weight:400;}
.news-det .subpgs{margin-bottom:30px;}
.news-det .subpgs a{display:block;}
.news-det .subpgs a:hover{text-decoration:none;}
.news-det .subpgs > .row > div > a{background-color:#f8f8f8;padding:20px 15px 10px;position:relative;display:block;}
.news-det .subpgs .wrapperdesc{position:relative;z-index:2;padding-right:20px;}
.news-det .subpgs .text-right .wrapperdesc{padding-left:20px;padding-right:0;}
.news-det .subpgs .wrapperdesc p{color:#6e6e6e;font-size:16px;}
.news-det .subpgs .wrapperdesc h4{color:#1f1f1f;font-weight:400;}
.news-det .subpgs > .row > div .wrapperdesc:after{font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;margin-top:-16px;font-size:32px;line-height:32px;color:#1f1f1f;z-index:1;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.news-det .subpgs > .row > div:first-child .wrapperdesc:after{content:"\f104";left:0;}
.news-det .subpgs > .row > div:last-child .wrapperdesc:after{content:"\f105";right:0;}

/*blog*/
.blog{margin-bottom:40px;padding-top:10px;overflow:hidden;flex:1;}
.blog .navcats{margin-bottom:20px;}
.blog h1{color:#1f1f1f;font-weight:400;font-size:31px;line-height:37px;display:inline-block;}
.blog .title-sx > span{background-color:#f8f8f8;}
.blog .bg-cat{position:relative;margin-bottom:30px;}
.blog .bg-cat:after{position:absolute;content:"";top:0;bottom:0;left:0;width:100%;background:#fff;background:linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);}
.blog .cat-box{margin-bottom:16px;margin-top:10px;background-color:transparent;display:block;}
.blog .cat-box a{color:#1d1d1d;}
.blog .cat-box a:hover{	color:#e11937;}
.blog .cat-box ul{list-style-type:none;padding:0;margin:0;width:100%;}
.blog .cat-box ul:after{display:block;clear:left;content:"";}
.blog .cat-box li{position:relative;}
.blog .cat-box li a{text-decoration:none;color:#1f1f1f;line-height:1.8rem;display:block;font-size:14px;}
.blog .cat-box li a:hover{	color:#e11937;text-decoration:none;}
.blog .cat-box li.sel a{	color:#e11937 ;font-weight:600;}
.blog .wrapper-art{background-color:#fff;margin-bottom:16px;}
.blog .wrapper-art .wrapper-img{position:relative;height:0;padding-top:calc(216 / 363 * 100%);}
.blog .wrapper-art .wrapper-img img{position:absolute;top:0;left:0;width:100%;}
.blog .wrapper-art .bgw{padding:20px;}
.blog .wrapper-art .img-responsive{border:1px solid  #dadada;width:100%;}
.blog .wrapper-art .date{color:#9b9b9b;}
.blog .wrapper-art h3{color:#e11937;font-weight:600;font-size:16px;margin-top:10px;padding-top:0;margin-bottom:10px;}
.blog .wrapper-art h3 a{color:#1f1f1f;}
.blog .wrapper-art h3 a:hover{text-decoration:none;color:#e11937;}
.blog .wrapper-art .cat{color:#9b9b9b;font-size:12px;text-transform:uppercase;margin-top:0;}
.blog .wrapper-art .cat a{color:#9b9b9b;}
.blog .wrapper-art .txt{color:#666;font-size:14px;line-height:20px;margin:20px 0;}
.blog .wrapper-art .go{border-top:1px solid #e6e6e6;padding-top:15px;font-size:13px;margin-top:13px;}
.blog .wrapper-art .go span{color:#e11937;}
.blog .wrapper-art .go span a{color:#e11937;}
.blog .wrapper-art .go span a:hover{text-decoration:none;}
.blog-det{background-color:#fff;}
.blog-det .txt{line-height:24px;margin-top:30px;}
.blog-det .txt h2{color:#1f1f1f;font-weight:400;font-size:24px;}
.blog-det .txt h3{color:#1f1f1f;}
.blog-det .txt hr{border-color:#1f1f1f;border-width:1px !important;}
.blog-det .elenco h3{margin-top:80px;font-size:16px;}
.blog-det .box_commento .title{font-size:20px;color:#1f1f1f;font-weight:400;margin:40px 0 20px;}
.blog-det .comments .title{font-size:20px;color:#1f1f1f;font-weight:400;margin:40px 0 20px;}
.blog-det .comments .comment{margin-bottom:40px;margin-left:30px;}
.blog-det .comments .comment .name{font-size:18px;color:#1f1f1f;font-weight:400;margin-top:15px;}
.blog-det .comments .comment .text{font-size:14px;color:#8d8d8d;}
.blog-det .comments .comment .date{font-size:10px;color:#8d8d8d;text-transform:uppercase;margin-top:20px;}
.blog-det .comments .comment .fa-circle{color:#bebebe;}
.blog-det .prods{position:relative;margin-top:50px}
.blog-det .prods:before{content:"";position:absolute;bottom:0;top:0;left:-100%;right:-100%;background-color:#fff;}
.blog-det .sx ul li{padding:5px 0;}
.blog-det .sx ul li > span{color:#1f1f1f;}
.blog-det .sx ul + ul{margin-top:20px;padding-top:20px;border-top:1px solid #ececec;}
.blog-det .sx .fb{color:#4267b2;}
.blog-det .sx .ln{color:#015987;}
.blog-det .sx .pn{color:#cb2026;}
.blog-det .sx .sharing-button{margin-bottom:30px;margin-top:40px;}
.blog-det .sx .back{margin-bottom:40px;background-color:#fff;border-color:#fff;color:#1f1f1f;font-weight:400;}
.blog-det .subpgs{margin-bottom:30px;}
.blog-det .subpgs a{display:block;}
.blog-det .subpgs a:hover{text-decoration:none;}
.blog-det .subpgs > .row > div > a{background-color:#f8f8f8;padding:20px 15px 10px;position:relative;display:block;}
.blog-det .subpgs .wrapperdesc{position:relative;z-index:2;padding-right:20px;}
.blog-det .subpgs .text-right .wrapperdesc{padding-left:20px;padding-right:0;}
.blog-det .subpgs .wrapperdesc p{color:#6e6e6e;font-size:16px;}
.blog-det .subpgs .wrapperdesc h4{color:#1f1f1f;font-weight:400;}
.blog-det .subpgs > .row > div .wrapperdesc:after{font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;margin-top:-16px;font-size:32px;line-height:32px;color:#1f1f1f;z-index:1;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.blog-det .subpgs > .row > div:first-child .wrapperdesc:after{content:"\f104";left:0;}
.blog-det .subpgs > .row > div:last-child .wrapperdesc:after{content:"\f105";right:0;}

/*eventi*/
.events{margin-bottom:40px;padding-top:10px;overflow:hidden;flex:1;}
.events h1{color:#1f1f1f;font-weight:400;font-size:30px;line-height:37px;}
.events .search{background-color:#fff;padding:13px 0;}
.events .search .form-inline{padding-left:0;}
.events .search label{font-weight:600;font-size:18px;line-height:22px;color:#e11937;margin-right:35px;}
.events .search .form-group{margin-bottom:0;}
.events .search .form-control{background:#f6f8f8;border-color:#f6f8f8;font-size:16px;}
.events .search .input-group-addon{border-radius:0;background:#f6f8f8;border-color:#f6f8f8;color:#e11937;font-size:18px;;}
.events .wrapper-art{background-color:#fff;margin-bottom:16px;}
.events .wrapper-art .bgw{padding:20px;}
.events .wrapper-art .wrapper-img{position:relative;height:0;padding-top:calc(250 / 470 * 100%);}
.events .wrapper-art .wrapper-img img{position:absolute;top:0;left:0;width:100%;}
.events .wrapper-art .img-responsive{border:0;width:100%;}
.events .wrapper-art .date{color:#6b7780;}
.events .wrapper-art .date i{color:#e11937;}
.events .wrapper-art h3{color:#e11937;font-weight:600;font-size:16px;margin-top:10px;padding-top:0;margin-bottom:10px;}
.events .wrapper-art h3 a{color:#e11937;}
.events .wrapper-art h3 a:hover{text-decoration:none;color:#e11937;}
.events .wrapper-art .cat{font-size:12px;line-height:15px;position:absolute;bottom:0;left:0;width:100%;color:#fff;background:rgba(224, 25, 55, 0.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
.events .wrapper-art .cat a{color:#fff;text-decoration:none;padding:10px 25px;display:block;text-transform:uppercase;letter-spacing:1.44px;}
.events .wrapper-art .txt{color:#666;font-size:14px;line-height:20px;margin:20px 0;}
.events .wrapper-art .go{color:#e11937;font-size:14px;margin-top:13px;}
.events .wrapper-art .go a{color:#e11937;font-weight:600;text-transform:uppercase;margin-top:15px;font-size:14px !important;}
.events .wrapper-art .go a:hover{text-decoration:none;}
.events .wrapper-cats{margin:20px 0}
.events .cat-event{display:inline-block;text-align:center;padding:2px 8px;margin:2px 0;background:#e11937 0 0 no-repeat padding-box;border-radius:4px;color:#FFF;font-size:13px;line-height:22px;font-weight:600}
.event .cont{margin-top:30px;}
.event .cont h2{text-align:left;font-weight:600 !important;font-size:32px;line-height:38px;color:#e11937;margin-bottom:20px;}
.event .cont h3{text-align:left;font-weight:600 !important;font-size:26px;line-height:43px;color:#e11937;margin-bottom:10px;}
.event .cont .txt ul{list-style:none;padding-left:25px;margin:15px 0;}
.event .cont .txt ul li{position:relative;margin:3px 0;}
.event .cont .txt ul li:before{position:absolute;top:0;left:-26px;color:#2b6b3a;font-family:'icomoon' !important;content:"\e92c";font-weight:700;}
.event .cont .cta .btn{line-height:38px;font-weight:600;text-transform:uppercase;margin-bottom:30px;}
.event .btn-back{margin-top:40px;}

/*recensioni*/
.reviews-list{height:0;display:block !important;overflow:hidden;}
.reviews-list.collapse.in{height:auto !important;}
#u_recensioni{color:#1f1f1f;padding:0;margin:0;}
#u_recensioni .carousel-reviews{margin-top:10px;padding:10px 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
#u_recensioni .carousel-reviews .box-recensione{padding:0 8px;font-size:13px;}
#u_recensioni .carousel-reviews .box-recensione a{font-weight:600;margin-top:8px;display:inline-block;}
#u_recensioni .carousel-reviews .box-recensione .txt{font-size:13px;margin-bottom:10px;margin-top:8px;color:#4a4a4a;}
#u_recensioni .carousel-reviews .box-recensione .fa{font-size:9px;}
#u_recensioni .carousel-reviews .box-recensione .author{margin-bottom:25px;}
#u_recensioni .carousel-reviews .box-recensione .answer{font-style:italic;color:#4a4a4a;padding-left:15px;border-left:2px solid #9a9a9a;}
#u_recensioni .carousel-reviews .box-recensione .answer .title{font-weight:600;}
#u_recensioni .lista-recensioni{height:50vh;overflow-y:auto}
#dlg_reviews .valutazione{padding-bottom: 20px}
#dlg_reviews #u_recensioni .pagination + .pdetails{margin-bottom:10px !important}

/* box pagine sistema */
.wrapperbox{background-color:#fff;padding:24px 40px;}
.wrapperbox.c-title{border-radius:6px;box-shadow:rgba(0, 0, 0, 0.1)  0 1px 3px  0, rgba(0, 0, 0, 0.06)  0 1px 2px  0;}
.wrapperbox h1{text-align:center;}
.wrapperbox .spacer{text-align:center;margin:15px 0;position:relative;}
.wrapperbox .spacer:before{content:"";position:absolute;position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e6e6e6;}
.wrapperbox .spacer span{background-color:#fff;padding:0 10px;position:relative;z-index:1;}

/* user*/
.user{margin-bottom:40px !important;padding-top:10px;flex:1;font-size: 15px;}
.user h1{font-size:22px;padding:10px 0 10px;}
.user h3{font-size:22px;margin:0;padding:0;font-weight:500;}
.user a{color:#1f1f1f;text-decoration:none;}
.user a:hover{color:#97BF0D;text-decoration:underline;}
.user a.underline{text-decoration:underline !important;}
.user .user-login{margin:0;padding:10px  0 30px;}
.user .user-login ul{margin-bottom:0;}
.user .user-login ul li.inline{display: inline-block;}
.user .user-login i{font-size:13px;padding-right:2px;}
.user .user-login .type{text-transform:uppercase;color:#97BF0D;}
.user .user-login .logout{display: inline-block;margin-left: 10px;}
.user .user-menu{margin:0;padding:10px 0;}
.user .user-menu.ag{margin-top: 20px !important}
.user .user-menu h3{font-size:20px !important;padding-bottom:10px !important;}
.user .products{margin:0 -7px;}
.user .red{color:#e11937;}
.user .green{color:#018849;}
.user .nome{font-weight:700;font-size:16px;line-height:30px;color:#1f1f1f;margin-top:0;text-align:left;}
.user .numero{font-size:26px;padding:0;margin-bottom:8px;}
.user .numero .date{color:#949494;}
.user .input-cc{padding-top:20px;padding-bottom:20px;}
.user .stato{font-weight:700;text-align:left;font-size:17px;color:#157b34;padding:0 0 10px;line-height:36px;}
.user .stato .desc{font-weight:700;font-size:17px;color:#1f1f1f;}
.user .top{font-weight:700;font-size:16px;padding:10px 0;margin-top:0;}
.user h3 + .box-recensione{margin-top:15px;}
.user .box-recensione{background-color:#f4f4f4;padding:20px;margin-bottom:16px;}
.user .box-recensione h4{margin-top:0;}
.user .box-recensione h4 a{color:#616161;}
.user .box-recensione h5{color:#616161;}
.user .box-recensione label{padding:10px 14px 10px 0;float:left;}
.user .box-recensione label span{font-weight:100;}
.user .box-recensione .star{padding:10px 0;float:left;}
.user .box-recensione .txt{font-size:15px;}
.user .box{padding:20px  0;text-align:center;box-shadow:0 1px 1px rgb(0 0 0 / 20%);border-radius:12px;border:1px solid #e6e6e6;margin-bottom:16px;}
.user .box i{padding:10px  0;text-align:center;font-size:32px;line-height:32px;display:inline-block;}
.user .box a{text-decoration:none;}
.user .box a:hover{color:#97BF0D;}
.user .box h3{font-size:18px;font-weight:400;}
.user .btn-primary{padding:5px 50px;}
.user .dfiles{font-size:14px;margin-top:20px;}
.user .tr_ordine:hover , .user .tr_abbonamento:hover, .user .tr_ticket:hover{cursor:pointer !important;background-color:#f4f4f4 !important}
.user .punti_disp{padding:10px 0;text-align:center;font-size:18px;color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;margin-bottom:16px;}
.user .trackingbox{margin-bottom:30px;}
.user .trackingbox h3{margin-bottom:10px;font-weight:600;font-size:16px;}
.user .boxbuoni{margin-bottom:40px;background-color:#f4f4f4;padding:20px;}
.user .boxbuoni h3{margin-bottom:16px;}
.user .boxbuoni ul{margin-bottom:0;}
.user .table_user th , .user .table_user td{border-color:#e6e6e6;}
.user .dataTables_filter{display: none;text-align:left !important;}

.user-log{padding: 15px 0px 15px !important;}

/* agente */
.userarea {margin-bottom: 30px; }
.userarea #no-more-tables {border-radius: 8px;background-color: #fff}
.userarea #form_registrazione {background-color: #fff;padding: 30px;border-radius: 8px;border: 1px solid #e6e6e6}
.userarea .elenco {background-color: #fff;padding: 15px 30px;border-radius: 8px;border: 1px solid #e6e6e6}
.userarea .breadcrumb {margin-top: 10px !important}
.userdata {padding-top: 0px;}
.user .form-group label {font-size: 14px;}
.user .user-log{margin-bottom: 15px;}
.userdata .box-stats{margin-top:14px;}
.userdata .box-stats .wrapper{padding:24px 20px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);position:relative;border-left:3px solid #2b70b8;margin-bottom:16px;}
.userdata .box-stats .wrapper table{width:100%;}
.userdata .box-stats .wrapper.noshadow{box-shadow:none;;border: 1px solid #e6e6e6;}
.userdata .box-stats .wrapper .icn{content:"";position:absolute;width:58px;height:58px;top:8px;right:8px;display:flex;align-items: center;justify-content: center;}
.userdata .box-stats .wrapper .icn img{width:30px;}
.userdata .box-stats .wrapper.sx .icn {background-color:#f7edf4;}
.userdata .box-stats .wrapper.cn .icn {background-color:#eef7ee;}
.userdata .box-stats .wrapper.dx .icn {background-color:#0096881A;}
.userdata .box-stats .wrapper .title{font-weight:600;font-size:17px;line-height:24px;color: #005dab;margin-bottom:20px;}
.userdata .box-stats .wrapper .val{font-weight:500;font-size:32px;line-height:47px;color: #1d1d1d;}
.userdata .box-stats .wrapper .row{margin-left:-3px;margin-right:-3px;}
.userdata .box-stats .wrapper .row > div{padding-left:3px;padding-right:3px;}
.userdata .box-stats .cnt{display:flex;align-items:center;justify-content:center;}
.userdata .box-stats .det{text-align:center;font-size:16px;}
.userdata .box-stats .det figure{position:relative;display:inline-block;margin-bottom:10px;}
.userdata .box-stats .det figure:after{content:"";height:38px;width:38px;border-radius:50%;background-color:#e6e6e6;position: absolute;margin-top:-19px;margin-left:-19px;top:50%;left:50%;}
.userdata .box-stats .det figure.orders:after{background-color:#f7edf4;}
.userdata .box-stats .det figure.clients:after{background-color:#bdcdea59;}
.userdata .box-stats .det figure.offers:after{background-color:#e5f4f3;}
.userdata .box-stats .det figure img{height:15px;margin:0 auto;position:relative;z-index:2;}
.userdata .box-stats .det .value{font-size:28px;line-height:33px;margin-bottom:5px;}
.userdata .box-stats .wrapper .wrapper{font-size:20px;padding:6px 9px;margin:3px 0;border-left-width:3px;}
.userdata .box-stats .wrapper .wrapper .title{font-size:16px;margin-bottom:0;font-weight:500;}
.userdata .box-stats .wrapper.border-v{border-left-color:#bf5495;}
.userdata .box-stats .wrapper.border-v .title{color:#bf5495;}
.userdata .box-stats .wrapper.border-g{border-left-color:#6cb977;}
.userdata .box-stats .wrapper.border-g .title{color:#6cb977;}
.userdata .box-stats .wrapper.border-y{border-left-color:#f8b26b;}
.userdata .box-stats .wrapper.border-y .title{color:#f8b26b;}
.userdata .box-stats .wrapper.border-r{border-left-color:#ea4335;}
.userdata .box-stats .wrapper.border-r .title{color:#ea4335;}
.userdata .box-stats .wrapper.border-gr{border-left-color:#575656;}
.userdata .box-stats .wrapper.border-gr .title{color:#575656;}
.userdata .box-stats .s-padding{padding:3px 6px;}
.switch-field {display: flex;margin-top: 10px;overflow: hidden;}
.switch-field input {position: absolute !important;clip: rect(0, 0, 0, 0);height: 1px;width: 1px;border: 0;overflow: hidden;}
.switch-field label {background-color: #e4e4e4;color: rgba(0, 0, 0, 0.6);font-size: 14px;line-height: 1;text-align: center;padding: 8px 16px;margin-right: -1px;border: 1px solid rgba(0, 0, 0, 0.2);box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);transition: all 0.1s ease-in-out;}
.switch-field label:hover {cursor: pointer;}
.switch-field input.true:checked + label {background-color: green; color: white; box-shadow: none;}
.switch-field input.false:checked + label {background-color: red; color: white; box-shadow: none;}
.switch-field label:first-of-type {border-radius: 4px 0 0 4px;}
.switch-field label:last-of-type {border-radius: 0 4px 4px 0;}
.switch-field .cust-tooltip {margin-top: 5px;margin-left: 10px;}
.userarea .cust-ord #no-more-tables select.form-control{min-width: 250px}

/*dealer*/
#map_dealer{height:600px;}
.dealers-list2{margin-top:0;display:table;width:100%;}
.dealers-list2 .col-sx .box{padding:14px 14px 0;margin-bottom:14px;background-color:#fff;}
.dealers-list2 .col-sx .box + .box{border-top:20px solid #f0f0f0;}
.dealers-list2 .col-sx .form .form-control{border-radius:0;border-color:#ececec;box-shadow:none !important;height:39px;border-right:0;}
.dealers-list2 .col-sx .form .form-control::placeholder{color:#1f1f1f;opacity:1;}
.dealers-list2 .col-sx .form .form-control:-ms-input-placeholder{color:#1f1f1f;}
.dealers-list2 .col-sx .form .form-control::-ms-input-placeholder{color:#1f1f1f;}
.dealers-list2 .col-sx .form .btn{background-color:#fff;border-color:#ececec;padding:6px 13px;line-height:17px;}
.dealers-list2 .col-sx .form .btn i{color:#ff6336;font-size:25px;}
.dealers-list2 .col-sx .form .wrapperbtns{margin:0 -7px;}
.dealers-list2 .col-sx .btns{margin:0;list-style-type:none;width:100%;overflow:hidden;}
.dealers-list2 .col-sx .btns > li{float:left;width:33.333%;padding:0 7px;}
.dealers-list2 .col-sx .btns .btn{color:#1f1f1f !important;font-weight:700;text-transform:uppercase;text-align:center;outline:none;}
.dealers-list2 .col-sx .btns .btn.selected{background-color:#ff6336 !important;color:#fff !important;text-decoration:none;}
.dealers-list2 .col-sx .results{padding-left:0;padding-right:0;padding-bottom:0;margin:0;border:0;}
.dealers-list2 .col-sx .results .title{text-transform:uppercase;font-weight:700;position:relative;padding-bottom:14px;padding-left:14px;padding-right:14px;}
.dealers-list2 .col-sx .results .title:hover{cursor:pointer;}
.dealers-list2 .col-sx .results .title:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#f0f0f0;}
.dealers-list2 .col-sx .results .title > i{margin-right:5px;}
.dealers-list2 .col-sx .results > ul{margin:15px 0 0;height:525px;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.dealers-list2 .col-sx .results > ul > li > a{color:#1f1f1f;display:block;padding:0 14px;}
.dealers-list2 .col-sx .results > ul > li > a:hover{text-decoration:none;color:#ff6336;}
.dealers-list2 .col-sx .results .dealer{padding:14px 20px 14px 60px;display:block;position:relative;}
.dealers-list2 .col-sx .results .dealer:before{content:"\f041";position:absolute;top:15px;left:30px;right:0;font-family:"Font Awesome 6 Free";font-weight:900;color:#ff6336;font-size:25px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}
.dealers-list2 .col-sx .results .dealer:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#f0f0f0;}
.dealers-list2 .col-sx .results .dealer:hover{cursor:pointer;background-color:#f8f8f8;}

/* catalogo agente */
#loghi_cliente{height:160px;overflow-y:auto;}
#loghi_cliente .table-bordered tr td{vertical-align:middle}
#loghi_cliente .icn-logo{cursor:pointer;height:30px;display:inline-block;}
#loghi_cliente .icn-logo.active-logo{background-color:#f4f4f4}
#loghi_cliente .icn-logo img.loghi{width:30px;height:30px;}
.text-green{color:green}
.text-red{color:red}
.tit-scelta-logo{font-size:16px;line-height:20px;font-weight:700;padding:0  0 10px;}
.tit-carica-logo{font-size:16px;line-height:20px;font-weight:700;padding:0  0 10px;}

/*stripe */
.StripeElement{background-color:#f8f8f8;height:40px;padding:10px 12px;border-radius:4px;border:1px solid transparent;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;}
.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df;}
.StripeElement--invalid{border-color:#fa755a;}
.StripeElement--webkit-autofill{background-color:#fefde5 !important;}

/*calendario*/
.calendario .txt .apertura-parco{margin:14px 0;background:#fff 0 0 no-repeat padding-box;border:1px solid #ddd;border-radius:12px;padding:20px 19px;font-size:20px;line-height:24px;color:#2C2F32;}
.calendario .txt .apertura-parco i{padding-right:25px;font-size:29px;line-height:29px;vertical-align:middle;}
.calendario .box-calendario{padding:0 0 20px;margin-top:20px;box-shadow:0 9px 16px #00000029;border-radius:12px;position:relative;}
.calendario .box-calendario .titolo{background:#f8f8f8;padding:18px 0;text-align:center;font-size:28px;line-height:36px;color:#2C2F32;border-top-left-radius:12px;border-top-right-radius:12px;}
.calendario .box-calendario .lists-calendar{padding:0 10px;}
.calendario .box-calendario .lists-calendar .grid-container{display:grid;grid-template-columns:5fr repeat(31, 33px);/*grid-template-rows:repeat(13, 40px);*/gap:0 0;line-height:40px;}
.calendario .box-calendario .lists-calendar .grid-container .grid-item{text-align:center;font-size:18px;align-self:center;}
.calendario .box-calendario .lists-calendar .grid-container .grid-item.item-first{text-align:left;}
.calendario .box-calendario .lists-calendar .grid-container .grid-item-line{text-align:center;font-size:19px;border:1px #cdcdcd solid;margin:0 -1px -1px 0;}
.calendario .box-calendario .lists-calendar .grid-container .grid-item-line.open-dett{cursor:pointer;}
.calendario .caledario-legenda{padding-top:40px}
.calendario .caledario-legenda .title{text-align:left;font-size:22px;line-height:24px;color:#2C2F32;padding-bottom:20px;font-weight:700;}
.calendario .caledario-legenda ul li{padding-right:10px}
.calendario .caledario-legenda ul li .box-legenda{padding-bottom:15px;}
.calendario .caledario-legenda ul li .box-legenda .media-body{width:auto;}
.calendario .caledario-legenda ul li .box-legenda .colore{width:30px;height:30px;border-radius:4px;vertical-align:middle;display:inline-block;}
.calendario .caledario-legenda ul li .box-legenda .testo{text-align:left;font-size:16px;line-height:30px;color:#2C2F32;display:inline-block;vertical-align:middle;}
.ovfl .calendario .popup-calendar{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10;display:flex;justify-content:center;align-items:center;background-color:rgba(31, 31, 31, 0.7);}
.calendario .popup-calendar .box-popup-cal {padding:22px;width:786px;min-height:443px;background:#fff;border:1px solid #c6c6c6;opacity:1;border-radius:12px;outline:none;box-shadow:0 14px 23px #6161612b;}
.calendario .popup-calendar .box-popup-cal .box-day{background:#e11937 0 0 no-repeat padding-box;border-radius:12px;text-align:center;padding:16px 0;width:143px;height:153px;}
.calendario .popup-calendar .box-popup-cal .box-day .name-day{text-align:center;font-size:20px;line-height:24px;color:#fff;padding-bottom:7px;font-weight:700;}
.calendario .popup-calendar .box-popup-cal .box-day .num-day{text-align:center;font-size:36px;line-height:44px;color:#fff;padding-bottom:7px;font-weight:700;}
.calendario .popup-calendar .box-popup-cal .box-day .name-month{text-align:center;font-size:14px;line-height:18px;color:#fff;padding-bottom:2px;font-weight:700;}
.calendario .popup-calendar .box-popup-cal .box-day .year{text-align:center;font-size:14px;line-height:18px;color:#fff;padding-bottom:2px;opacity:.5;}
.calendario .popup-calendar .box-popup-cal .media{position:relative;}
.calendario .popup-calendar .box-popup-cal .close-box{position:absolute;top:-3px;right:0;z-index:1;content:'';display:block;text-align:right;font-size:20px;line-height:22px;cursor:pointer;}
.calendario .popup-calendar .box-popup-cal .close-box i{font-size:20px;line-height:22px;pointer-events:none}
.calendario .popup-calendar .box-popup-cal .media-custom .media-left{padding-right:15px;}
.calendario .popup-calendar .box-popup-cal .title-leg{text-align:left;font-size:18px;line-height:24px;color:#2C2F32;padding-bottom:10px;padding-right:22px;}
.calendario .popup-calendar .box-popup-cal .title-event{text-align:left;font-size:24px;line-height:29px;color:#e11937;padding-bottom:10px;font-weight:700;}
.calendario .popup-calendar .box-popup-cal .lista-eventi .box-event{padding:12px 0;border-top:1px #E6E6E6 solid;}
.calendario .popup-calendar .box-popup-cal .lista-eventi .box-event .title{font-size:15px;line-height:19px;color:#2C2F32;font-weight:600;padding-bottom:3px}
.calendario .popup-calendar .box-popup-cal .lista-eventi .box-event .event-dett{text-decoration:none;display:inline-block;font-size:13px;line-height:16px;color:#e11937;font-weight:600;}
.calendario .popup-calendar .box-popup-cal .lista-eventi .box-event picture img{border-radius:6px;}
.calendario .popup-calendar .box-popup-cal .title-leg-dx{display:none;}
#calendar .fc-calendar .fc-row > div.fc-today{background:#FFF !important}
#calendar .fc-calendar .fc-row > div > span.fc-date{color:#686a6e ;margin:-10px 0 0 -15px !important;}
#calendar .fc-calendar .fc-row > div.fc-today > span.fc-date{color:#686a6e;}

/* ticket */
.tickets .btn-add-ticket{padding:0 20px 0 37px;display:inline-block;color:#FFF;margin:20px 0;position:relative;}
.tickets .btn-add-ticket::after{position:absolute;top:0;left:12px;font-family:'icomoon';content:'\e9ba';z-index:1}
.tickets .btn-add-ticket:hover{background-color:#006f3b;border-color:#006f3b;color:#fff !important;}
.tickets .table-tickets .priorita{text-align:center;border-radius:30px;display:inline-block;padding:0 20px;line-height:20px;}
.tickets .table-tickets .stato{display:inline-block;text-align:center;border-radius:30px;font-size:14px;color:#FFF;line-height:20px;padding:0 20px;font-weight:500;}
.ticket-dett .info{padding-bottom:10px;border-bottom:1px solid #cdcdcd;}
.ticket-dett .info .info-ticket{padding-top:10px;}
.ticket-dett .info .info-ticket ul > li{font-size:14px;line-height:20px;font-weight:700;}
.ticket-dett .info .info-ticket ul > li span{font-weight:400;}
.ticket-dett .info .info-ticket ul > li span.priorita{text-align:center;border-radius:30px;display:inline-block;padding:0 10px;}
.ticket-dett .info .info-ticket ul > li span.stato{display:inline-block;text-align:center;border-radius:30px;font-size:14px;color:#FFF;line-height:1.42857143;padding:0 7px;font-weight:500;}
.ticket-dett .form-ticket{padding-top:24px}
.ticket-dett .form-ticket .form-group label{font-size:14px;font-weight:700;margin-bottom:0 !important;padding-left:8px;padding-right:8px;}
.ticket-dett .form-ticket .form-group label.cust-label{text-align:left !important;padding-top:0 !important;}
.ticket-dett .form-ticket .form-group .button{padding-left:8px;padding-right:8px;}
.ticket-dett .form-ticket .form-group .button .btn-green{height:42px;padding:0 100px}
.ticket-dett .form-ticket .ticket-msg .box-richiesta{padding:15px 30px;background:#f8f8f8;margin-bottom:15px;border-radius:8px}
.ticket-dett .form-ticket .ticket-msg .box-update{padding:15px 30px;background:#fff;margin-bottom:15px;border-radius:8px;border:1px #f8f8f8 solid;-webkit-box-shadow:0 1px 3px 0 #e6e6e6;box-shadow:0 1px 3px 0 #e6e6e6;}
.ticket-dett .form-ticket .ticket-msg .box-update .autore{position:relative;padding-left:25px;}
.ticket-dett .form-ticket .ticket-msg .box-update .autore img{position:absolute;top:0;left:0}
.ticket-dett .form-ticket .ticket-msg .box-update .msg{padding:10px 0}
.ticket-dett .form-ticket .ticket-msg .box-update .docs .doc-title{font-weight:700;}
.ticket-dett .form-ticket .ticket-msg .box-update .docs ul > li > a{display:inline-block;margin-bottom:5px}


@media only screen and (max-width:1199px){
  .overlay-canvas{display:none;}
  .body-offset-canvas{position:fixed;right:90%;overflow:hidden;/*padding-right:17px;*/left:-90%;height:100%}
  .body-offset-canvas .overlay-canvas{cursor:pointer;display:block;position:fixed;z-index:4;top:0;bottom:0;background-color:#1f1f1f;opacity:.5;}
  .body-offset-canvas .wrapper-affix{z-index:auto !important;}
  .box-top.toggle-canvas:hover,.megamenu.toggle-canvas:focus{text-decoration:none;}
  .testa .toggle-canvas > i , .testa .toggle-canvas > span{pointer-events:none;}
  .megamenu .logo-overlay img{width:190px;padding:17px 15px 14px;}
  .megamenu .container{padding-left:0;padding-right:0;}
  .megamenu .navbar{opacity:1;visibility:visible;width:90%;right:-90%;position:fixed;top:0;bottom:0;margin:0;background:#fff;border-radius:0;z-index:100;border:0;}
  .megamenu .show_canvas{overflow-y:auto;overflow-x:hidden;left:auto !important;right:0 !important;}
  .megamenu .container{width:100%;padding:0 !important;}
  .megamenu .boxtop ul > li a{padding:8px 45px;}
  .megamenu .boxtop ul > li{border:0;}
  .megamenu ul{background-color:transparent;/*transition:.2s opacity;*/list-style:none;margin:0;padding:0;float:none;}
  .megamenu ul > li{position:relative;/*transition:all.2s;*/border-top:1px solid #f0f0f0;float:none;}
  .megamenu ul > li a{position:relative;z-index:1;color:#1f1f1f !important;line-height:14px !important;width:100%;font-size:16px !important;font-weight:400;padding:20px 35px 20px 45px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .megamenu ul > li.dropdown:after{position:absolute;top:16px;left:17px;content:"\e9ba";font-family:"icomoon" !important;z-index:0;}
  .megamenu ul > li.dropdown.open:after{content:"\e99d";color:#1f1f1f !important;}
  .megamenu ul > li.dropdown.active:after{color:#1f1f1f !important;}
  .megamenu .nav{float:none !important;}
  .megamenu .nav:last-of-type{border-bottom:1px solid #e6e6e6;}
  .megamenu .nav > li.active{background-color:#fff;}
  .megamenu .nav > li.active > a , .megamenu .nav > li.active:hover > a{color:#1f1f1f !important;background-color:transparent;font-weight:600;}
  .megamenu .nav > li.active > a:focus{color:#333 !important;}
  .megamenu .nav > li:hover > a{color:#1f1f1f !important;text-decoration:none;background-color:transparent !important;}
  .megamenu .nav > li.open,.megamenu .nav > li.open{background-color:#fff;}
  .megamenu .nav > li.open > a,.megamenu .nav > li.open > a:hover{color:#1f1f1f !important;font-weight:600;background-color:transparent !important;text-decoration:none;background-color:transparent;}
  .megamenu .nav > li > a , .megamenuli .open > a.child{background-color:transparent;}
  .megamenu li.open > a.child{color:#1f1f1f !important;background-color:#f6f6f6;}
  .megamenu .toggle-canvas{position:absolute;top:0;right:0;}
  .megamenu .toggle-canvas , .megamenu .tgl{color:#1f1f1f;padding:20px 13px;display:inline-block;}
  .megamenu .toggle-canvas:hover,.megamenu .toggle-canvas:focus,.megamenu .tgl{text-decoration:none;}
  /*.megamenu .nav .hidelv2{display:none;visibility:hidden;}*/
  .megamenu .nav li.open > .dropdown-menu > .hidelv2{display:block !important;visibility:visible !important;}
  .megamenu .nav li.open > .hidelv2 a{padding-left:50px;}
  .megamenu .nav li.open > .hidelv2 a:hover{color:#e31736 !important;}
  .megamenu .nav li.open > .hidelv2 a:before{left:35px;}
  /*.megamenu .nav .hidelv3{display:none;visibility:hidden;}*/
  .megamenu .nav li.open > .hidelv3{display:block !important;visibility:visible !important;}
  .megamenu .nav li.open > .hidelv3 a{padding-left:50px;}
  .megamenu .nav li.open > .hidelv3 a:hover{color:#e31736 !important;}
  .megamenu .nav li.open > .hidelv3 a:before{left:35px;}
  .megamenu .nav > li .show-child{cursor:pointer;z-index:2;color:#1f1f1f;position:absolute;right:0;top:0;font-size:17px;padding:2px 0;background-color:#fff;line-height:50px;width:38px;text-align:center;}
  .megamenu li.open > .show-child{background-color:#fff;color:#1f1f1f;}
  /*.megamenu li.open > .show-child:before{content:"\f106";}*/
  .megamenu .lv1 .show-child{color:#1f1f1f !important;background-color:#f6f6f6 !important;}
  .megamenu .lv1.open > .show-child{background-color:#f6f6f6 !important;color:#1f1f1f !important;}
  .megamenu .lv2 .show-child{color:#1f1f1f !important;background-color:transparent !important;}
  .megamenu .lv2.open > .show-child{background-color:transparent !important;color:#1f1f1f !important;}
  .megamenu .nav > li.dropdown a:focus{background-color:transparent !important;text-decoration:none;color:#e31736;}
  .megamenu .nav .dropdown-menu{position:relative;float:none;min-width:0;border-radius:0;border-width:0 !important;background-color:transparent !important;box-shadow:none;padding:0;margin-top:0;}
  .megamenu .nav .dropdown-menu ul{padding:0;}
  .megamenu .nav .dropdown-menu ul > li{border-bottom:0 solid #e0e0e0;border-top:0 solid #e5e5e5;background-color:#f8f8f8;}
  .megamenu .nav .dropdown-menu ul > li > a{padding:12px 30px 12px 60px;font-size:14px !important;line-height:14px;font-weight:400;}
  /*.megamenu .nav .dropdown-menu ul > li > a:before{content:'\2022';position:absolute;left:18px;color:#444;font-weight:400 !important;}*/
  .megamenu .nav .dropdown-menu ul > li > a:focus{background-color:transparent;}
  .megamenu .nav .dropdown-menu ul > li > a:hover{background-color:transparent;text-decoration:none;color:#e31736 !important;}
  .megamenu .nav .dropdown-menu ul > li.active > a{background-color:transparent !important;color:#e31736 !important;}
  .megamenu .nav .dropdown-menu li.open > a > .icon-plus:before{content:"\e99d";}
  .megamenu .nav > li > a > i{color:#1f1f1f;position:absolute;right:17px;top:50%;margin-top:-9px;}
  .megamenu .nav > li.active > a > i{color:#1f1f1f;}
  .megamenu .nav .hidelv2{padding-left:17px;}
  .megamenu .nav .hidelv2 > li{background-color:#f6f6f6 !important;border-top:0 solid #fff !important;}
  .megamenu .nav .hidelv2 > li:hover{background-color:#f8f8f8 !important;}
  .megamenu .nav .hidelv2 > li a{font-size:14px !important;padding-left:90px !important;}
  .megamenu .nav .hidelv2 > li a:hover{color:#333 !important;}
  .megamenu .nav .hidelv1 .show-child{line-height:34px;}
  .megamenu .nav > li > ul > li > ul > li > a{padding:12px 17px 12px 40px !important;font-size:1.3rem !important;}
  .megamenu .nav > li > ul > li > ul > li > a:before{content:'\002d\002d' !important;}
  .megamenu .nav > li > ul > li > ul > li > ul > li > a{padding:12px 17px 12px 45px  !important;}
  .megamenu .nav > li > ul > li > ul > li > ul > li > a:before{content:'\002d\002d\002d' !important;}
  .megamenu .nav:last-child{padding:0 0 50px;}
  .megamenu ul.navbar-user{margin:10px 0 20px 15px;text-align:left;}
  .megamenu ul.navbar-user > li{border:0;display:inline-block;border-top:0;}
  .megamenu ul.navbar-user > li > a{padding:0 20px;color:#fff;font-size:14px !important;border-radius:50px;border:1px solid #ddd;}
  .megamenu ul.navbar-user > li > a i{padding-right:5px;position:static;font-size:20px;text-align:center;vertical-align:middle;color:#1f1f1f;line-height:40px !important;}
  .megamenu .caticon{top:0;left:20px;right:auto;font-size:23px;}
  .megamenu .nav .dropdown-menu ul > li > a > i{margin-left:-19px;}
  .calendario .txt .apertura-parco{font-size:16px;line-height:22px;}
  .calendario .box-calendario{padding:0;}
  .calendario .custom-header{padding:10px;}
  .calendario .custom-header nav span{top:20px;}
  .calendario .custom-header nav span:before{color:#e11937;}
  .calendario .fc-calendar-container{padding:10px;}
  .calendario .fc-calendar .fc-head{color:#2c2f32;}
  .calendario .fc-calendar .fc-row > div > span.fc-date{font-weight:600;}
  .calendario .caledario-legenda .list-inline > li{display:block;}
  .calendario .popup-calendar .box-popup-cal{margin-left:0;width:90%;padding:22px 4px;min-height:0;height:540px;overflow:auto;}
}


@media only screen and (max-width:991px){
  /*.user h3{display:none;}*/
  .testa .logo-wrapper ul{margin-bottom:10px;}
  .cat-box{display:none;}
  .elenco #filter{padding-left:0;padding-right:0;/*border-top:0 !important;*/}
  .elenco .filterpage .pull-left .SumoSelect{width:190px;}
  .elenco .navbar-default .navbar-brand{font-weight:700;font-size:15px;text-transform:uppercase;}
  .elenco .navbar-default .navbar-toggle{border:0;padding:6px 10px;}
  .elenco .navbar-default .navbar-toggle:focus{background-color:transparent;}
  .elenco .navbar-default .navbar-toggle i{vertical-align:middle;}
  .elenco .filter-box{border-left:0;border-right:0;border-bottom:0;margin-bottom:0;padding:4px 0;background-color:#f8f8f8;}
  .elenco .filter-box .SumoSelect{width:100%;}
  .elenco .filter-box .SumoSelect label{margin-bottom:0;font-weight:400;}
  .elenco .filter-box .filtro-heading .toggler{right:21px;}
  .product-view .bgw{margin-top:20px;}
  .product-view .bgw > .wrapper{padding:0;}
  .product-view .ui-state-default{font-size:20px;line-height:30px;}
  .product-view .ui-widget-content{padding:1.8em .7em !important;}
  .footertop{padding:0;overflow:hidden;}
  .footertop .block-content{padding-top:0;}
  .footertop .block-content ul , .footer .payments ul{margin-bottom:0;padding-bottom:20px;}
  .footertop .block-title{margin-top:0;}
  .footertop .toggler , .footer .toggler{width:100%;background-color:transparent;border:0;text-align:left;padding:10px 0;font-size:15px;position:relative;}
  .footertop .block:not(:first-child) .toggler:after , .footer .toggler:after{content:"";position:absolute;top:0;left:-100%;right:-100%;height:1px;background-color:#dadada;}
  .footertop .toggler i, .footer .toggler i{border:0;background-color:transparent;position:absolute;top:11px;right:4px;font-size:16px;}
  .footertop .toggler.collapsed i::before, .footer .toggler.collapsed i::before{content:"\f107" !important;}
  .footer{padding:0;border-top:0;overflow:hidden;}
  .footer .block-title{margin:0;}
  .footer .payments{padding-bottom:0;}
  .user .breadcrumb{display:block !important;}
  .user-menu h3{margin-top:0;padding-bottom:5px !important;}
  .user-menu ul{display:table;width:100%;table-layout:fixed;margin-left:-3px;margin-bottom:0;}
  .user-menu ul > li{display:table-cell;text-align:center;border:0;padding:0 3px;}
  .user-menu ul > li a{border:1px solid #e6e6e6;display:block;padding:12px 0;}
  .user-menu ul > li a:hover{text-decoration:none;color:#97BF0D;}
  .user-menu ul > li a i{font-size:20px;margin-right:0;vertical-align:middle;}
  .user-menu ul > li.active a{color:#97BF0D;border-color:#97BF0D;}
}

@media only screen and (max-width:800px){
  #no-more-tables .hidden-xs{display:none;}
  #no-more-tables .visible-xs{display:block;}
  #no-more-tables table,#no-more-tables thead,#no-more-tables tbody,#no-more-tables th,#no-more-tables td,#no-more-tables tr{display:block}
  #no-more-tables table > tbody > tr > td{border:0;position:relative;padding-left:40%;white-space:normal;text-align:right !important}
  #no-more-tables table > tbody > tr > td + td{border-top:1px solid #eee}
  #no-more-tables table > tbody > tr >td .variante{text-align:left}
  #no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px}
  #no-more-tables tr{border:0 solid #ccc}
  #no-more-tables td:before{position:absolute;top:8px;left:6px;width:55%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:700;}
  #no-more-tables td.norecords{width:100%;padding:10px 10px 0;text-align:center !important}
  #no-more-tables td.spese{padding:8px 0 !important;border-top:1px solid #eee;}
  #no-more-tables td:before{content:attr(data-title);text-transform:lowercase;}
  #no-more-tables td.empty{padding:0;height:0;border:0;}
  #no-more-tables td.nopadding{padding:8px !important;text-align:left !important;}
  #no-more-tables td.bgselomaggio{background-color:#fff;}
  #no-more-tables .riga1 + .riga1{margin-top:30px}
  #no-more-tables .riga + .riga{margin-top:25px;position:relative}
  #no-more-tables .riga + .riga:before{content:"";height:26px;background-color:#f8f8f8;position:absolute;top:-25px;border-top:1px solid #eee;border-bottom:1px solid #eee;left:-50%;right:-50px;z-index:1;}
  #no-more-tables .media-body{text-align:left;}
  #no-more-tables .riga-th{display:none}
  #no-more-tables .noblock{text-align:right;border-top:1px solid #e6e6e6;padding:2% 0;}
  #no-more-tables .noblock td{padding:8px 0;display:inline-block;border:0;}
  #no-more-tables .personaliz tr > td{padding:0;text-align:left !important;}
  #no-more-tables .personaliz .noblock{text-align:left !important;padding:8px 0;}
  #no-more-tables .personaliz .empty{padding:0;display:none;}
  #no-more-tables .inline-m{display:inline-block;}
  #no-more-tables .elimina.visible-xs{text-align:center !important;margin-top:2px;display:block !important;}
  #no-more-tables .elimina.hidden-xs{display:none !important;}
  #no-more-tables .elimina a{color:#767676;}
  #no-more-tables .elimina .fa{font-size:12px;vertical-align:middle;}
  #no-more-tables .bggrey{position:relative;}
  #no-more-tables .bggrey:before{background-color:#f0f0f0;content:"";position:absolute;top:-1px;bottom:-1px;left:-15px;right:-15px;}
  #no-more-tables .media-left label{text-align:center;margin:0;}
  #no-more-tables .media-left label .form-radio{margin:0;}
  #no-more-tables .serv td:nth-child(2){padding-left:8px;text-align:left !important;}
  #no-more-tables .serv .elimina{text-align:left !important;}
  .cart .table tr:nth-of-type(2n+1){background:#fff none repeat scroll 0 0;}
  .cart .elimina{text-align:right !important}
  .cart .topquant{display:block !important;font-size:15px;color:#000;margin-bottom: 5px;}
  .cart .topsconto span{display:inline-block;}
  .cart .topsconto span.first{margin-top:7px;}
  .cart .topsconto span > span.second{margin-right:4px}
  .cart .topsconto span input{width:60px;}
  .cart .titolo{font-size:16px;padding:5px 0;line-height:19px;}
  .cart .titolo .cod{font-size:14px;}
  .cart .bottoni .btn-primary{margin-top:15px;}
  .cart #no-more-tables .table .media{margin-left:-68%}
  .cart .spesezero > td{display:block !important;}
  .cart .spesezero .wrapper{max-width:none;width:100%;}
}

@media only screen and (max-width:767px){
  .testa .logo-wrapper::after{left:126px;font-size:12px;line-height:14px;}
  .products .prod-cont .addcart .icon-eye{line-height:40px}
  .products .prod-cont .disp{height:34px}
  .box-top-testa{padding: 10px 0px}
  .box-top-testa .headphone{font-size:15px}
  .socials{text-align:right;}
  .skills{padding: 22px 0px}
  .skills .wrapper{margin-bottom: 15px}
  .skills .title{font-size:16px;line-height:22px;}
  .skills img{width: 40px;height: auto;}
  .footerboxtop .headphone{text-align: center}
  .footerboxtop {padding: 10px 0;}
  .btn{padding:5px 20px;}
  .breadcrumb{display:none;}
  .spacerhor .slick-list{padding-right:20%;}
  .body-offset-canvas{right:90%;left:-90%;}
  .body-offset-canvas .overlay-canvas{left:0;right:90%;}
  .banner-top{display:flex;min-height:34px;align-items:center;font-size:14px;}
  .boxtop .langselector .dropdown-menu{background-color:#fff;}
  .testa{padding:10px 0;/*box-shadow:rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;*/border-bottom:1px solid #e6e6e6;}
  .testa .logouser{width:150px;margin:0 auto;}
  .testa .hidden-m{display:none;}
  .testa .toggle-canvas span{vertical-align:middle;}
  .testa .d-inline{display:inline-block !important;}
  .testa .logo-wrapper .logo img{max-width:120px;}
  .testa .logo-wrapper .tgl{position:relative;top:1px;}
  .testa .logo-wrapper ul{margin-bottom:0;}
  .testa .logo a{display:block;}
  .testa .logo img{margin:0 auto;}
  .testa .ajax-cart{text-align:center !important;}
  .testa .info .list-inline{margin-left:-5px;}
  .testa .info .list-inline > li{padding:0 5px;text-transform:uppercase;vertical-align:middle;}
  .testa .info .list-inline > li i{font-size:24px;vertical-align:middle;width:26px;height:25px;display:block;}
  .testa .info.text-right .list-inline{margin-left:-5px;}
  .testa .info.text-right .list-inline > li{padding:0 2px;}
  .testa .info.btns{margin-top:0;height:25px;}
  .testa .top_search{margin-top:0;background-color:#fff;position:fixed;z-index:6;top:0;left:0;right:0;padding:15px 40px 15px 25px;bottom:0;}
  .testa .top_search .form-control{font-size:16px;color:#1d1d1d;border-radius:0;}
  .testa .top_search .form-control{border-color:#fff;border-bottom-color:#e6e6e6;background-color:#fff;}
  .testa .top_search .form-control:-webkit-input-placeholder{color:#1d1d1d;}
  .testa .top_search .form-control:-moz-placeholder{color:#1d1d1d;opacity:1;}
  .testa .top_search .form-control::-moz-placeholder{color:#1d1d1d;opacity:1;}
  .testa .top_search .form-control:-ms-input-placeholder{color:#1d1d1d;}
  .testa .top_search .form-control::-ms-input-placeholder{color:#1d1d1d;}
  .testa .top_search .form-control::placeholder{color:#1d1d1d;}
  .testa .top_search .btn{border-color:#fff;border-radius:0;border-bottom-color:#e6e6e6;background-color:#fff;padding:0 20px;height:44px;border-left:0;}
  .testa .top_search .btn i{color:#1d1d1d;}
  .testa .top_search .toggler{position:absolute;top:23px;right:10px;z-index:3;}
  .testa .top_search .toggler:hover{cursor:pointer;}
  .testa .top_search .toggler i{color:#1d1d1d;font-size:24px;line-height:24px;}
  .testa .top_search #unibox-invisible{position:absolute !important;left:0;}
  .testa .top_search #unibox-suggest-box{margin-top:-1px;height:100vh;padding-bottom:65px;/*height:auto;overflow:auto;*/background-color:#f7f7f7;border-color:#f7f7f7;left:-25px !important;right:-40px;max-width:none !important;width:auto !important;padding-left:25px;}
  .testa .top_search #unibox-suggest-box > div > div{padding:6px 0;}
  .testa .top_search #unibox-suggest-box a{font-size:12px;}
  .testa .top_search .unibox-selectable + .unibox-selectable{border-top:1px dashed #fff;}
  .testa .ajax-cart .badge{top:-6px;right:-10px;}
  .wrappermenu .langselector{position:absolute;top:19px;right:50px;}
  .wrappermenu .socials a{padding:10px 0;}
  .wrappermenu .socials{padding:0 45px;}
  .wrappermenu .socials.list-inline>li{padding-left:0;padding-right:0;border-top:0;}
  .megamenu{border-bottom:0}
  .btop-buoni{font-size:15px;}
  .cartbar .container{padding-left:4px;padding-right:4px;}
  .cartbar .row{margin-left:-4px;margin-right:-4px;}
  .cartbar .row > div{padding-left:4px;padding-right:4px;}
  .cartbar .media-heading{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
  .cartbar .btn{padding:0 7px;}
  .cartbar button {width:34px;right:0;}
  .gbanner{margin:16px 0px 0px;}
  .gbanner img{border-radius:4px;}
  .gbanner .wrapper{margin-bottom: 16px}
  .gbanner .padding{padding: 10px 10px 17px;}
  .gbanner .contents .title{height:auto !important;font-size:26px;line-height:32px;margin-bottom:10px}
  .gbanner .overlay .btn{margin-top:25px;font-size:17px;line-height:20px;padding: 8px 12px;}
  .gbanner .contents .btn i{line-height:20px}
  .gbanner .contents p{font-size:16px;}
  .gbanner.secondbox{margin:0px}
  .gbanner.secondbox .bann-prod{margin-top:16px;}
  .newsletter-wrapper{padding-bottom:30px;}
  .newsletter-wrapper .txt{margin-bottom:14px;}
  .powered{text-align:center !important;}
  .powered .text-right{text-align:center !important;}
  .slidebox{min-height:244px;}
  .slidebox.showed{min-height:0;}
  .slidebox .carousel-caption{bottom:0;padding:120px 0;}
  .homeabstract{padding:30px 0 60px;}
  .homeabstract h1{font-size:24px;line-height:28px;}
  .homeabstract .txt{font-size:16px;line-height:22px;}
  .homeprods{margin:40px 0 0;}
  .homefeeds{margin:16px 0;}
  .homefeeds .text-right{text-align:center !important;}
  .homefeeds .feedback{margin-bottom:24px;}
  .products .prod-cont .cifra .prezzo_pieno{font-size:11px;line-height:20px;}
  .products .functional-buttons .btn{margin-bottom:0;}
  .products .bdg > div{line-height:21px;font-size:13px;}
  .products .item.row-group-item .thumb{padding-right:0;}
  /*.products .prod-cont .cifra .prezzo{font-size:30px;}*/
  .skills{text-align:left;}
  .skills .wrapper{padding:10px 25px;}
  .page,.elenco,.product-view,.user,.events,.blog{padding-top:20px;}
  .page .c-title h1{font-size:24px !important;line-height:36px !important}
  .page .back-access{margin-bottom:12px}
  .page .back-access a{font-size:12px;line-height:18px;}
  .login h3{padding-bottom:0;margin-top:32px;font-size:24px;line-height:36px}
  .login .btn{width:100%;margin-bottom:0;}
  .login label{margin-bottom:2px;}
  .login .btn-access .title-fb{font-size:15px;}
  .login .btn-access .title-gg{font-size:15px;}
  .login .btn-access{margin-bottom:4px;}
  .login .btn-access .icn-fb{left:8px;}
  .login .btn-access .icn-gg{left:9px;top:11px}
  .login .cust-r{margin-left:-6px;margin-right:-6px}
  .login .cust-r > div{padding-left:6px;padding-right:6px}
  .login .op{margin:2px 0;font-size:14px;line-height:20px;}
  .login .r-pwd{font-size:14px;line-height:17px;padding:4px 0 20px;}
  .login .noreg{margin:24px 0 35px;}
  .page .thumbmark{margin-bottom:30px;}
  .topsteps{text-align:center;margin-bottom:0 !important;}
  .topsteps .btn{margin-top:20px;}
  .topsteps ul > li + li{padding-left:25px;}
  .topsteps ul > li + li:before {width:16px;}
  .elenco .navbar-default{padding:0;background-color:#f8f8f8;border:1px solid #f8f8f8;margin-top:15px !important;}
  .elenco #filter form , .elenco #filter .navbarform{padding:15px;}
  .elenco .catparent{margin-bottom:-5px;display:inline-block;}
  .elenco .catparent + h1{margin-top:10px !important;}
  .elenco h1{font-size:25px;line-height:30px;}
  .elenco .pagination.pull-right{float:left !important;}
  .elenco .justpag .pagination.pull-right{float:none !important;}
  .elenco .filterpage .noborder .SumoSelect{border-left:1px solid #ccc !important;}
  .filters .SumoSelect{width:100%;}
  .product-view{margin-top:-2px !important;}
  .product-view h1{font-size:22px;line-height:26px;margin-bottom:4px;}
  .product-view .back-precsucc{border-bottom:1px solid #ddd;margin-bottom:25px;margin-top:-19px;}
  .product-view .back-precsucc .list-inline{margin-bottom:0;}
  .product-view .back-precsucc > div:first-child{border-right:1px solid #ddd;}
  .product-view .back-precsucc a{padding:7px 0;display:inline-block;font-size:15px;}
  .product-view .back-precsucc a:hover{text-decoration:none;}
  .product-view .back-precsucc i{vertical-align:middle;}
  .product-view .share-social li:first-child{margin-right:0;}
  .product-view .wrapper-tabs{padding:0;}
  .product-view .wrapper-tabs{margin-top:0;margin-bottom:0;}
  .product-view .logomarca{padding:0;}
  .product-view .logomarca img{}
  .product-view .quantita{margin-top:3px;}
  .product-view .quantita label{float:left;margin-top:10px;}
  .product-view .quantita .form-control{width:100%;}
  .product-view .quantita .q_add{margin-left:-5px;}
  .product-view .backcat{background-color:#f0f0f0;margin-bottom:20px;line-height:36px;padding:0 20px;font-size:13px !important;display:inline-block !important;}
  .product-view .backcat i{margin-right:7px;font-size:18px;vertical-align:middle;}
  .product-view .vota{margin-left:0 !important;}
  .product-view .vota li{margin:0 !important;}
  .product-view .image-block .bdg{left:0;}
  .product-view .image-block .spacerhor .slick-list{padding-right:0;}
  .product-view .tab-elprodotti td{padding:10px 6px;}
  .product-view .tab-elprodotti .prezzo-pieno{display:block;}
  .product-view .tab-elprodotti .quant{border-color:#dadada;width:100%;}
  .product-view .tab-elprodotti .btn-tabella , .product-view .tab-elprodotti .popupformpnd{width:100%;margin:10px 0;padding:0 12px;}
  .product-view .tab-elprodotti table.footable-details > tbody > tr > th:nth-child(1){width:auto;}
  .product-view .tab-elprodotti td , .tab-elprodotti .prezzo{font-size:18px;}
  .product-view .tab-elprodotti .footable-detail-row td{font-size:14px;}
  .product-view .tab-elprodotti .fooicon{font-size:14px !important;}
  .product-view .bannertop a{display:block;}
  .product-view .promos{margin-left:-15px;margin-right:-15px;}
  .product-view .ui-state-active, .product-view .ui-widget-content .ui-state-active, .product-view .ui-widget-header .ui-state-active{background-color:transparent !important;font-weight:400;}
  .cart .form-inline{padding-left:0;}
  .cart #raccoltapunti .btn{margin-top:10px;}
  .cart #raccoltapunti .input-group-btn .btn{margin-top:0;}
  .cart .bottoni .row > div:last-child .btn{margin-top:15px;}
  .cart input[type="submit"]{margin-top:8px;}
  .cart .riga-click + .riga-click{border-top:14px solid #fff;}
  .cart .table .dett > table , .cart .table .dett > table tbody{display:block;}
  .cart .table .dett table tr{display:block;}
  .cart .table .dett table td{display:block;text-align:left;padding:0;border-color:#fff;}
  .cart .table .q-btn{font-size:16px;vertical-align:middle;}
  .cart .table .q-btn.fa-minus-square{padding-right:4px;}
  .cart .table .q-btn.fa-plus-square{padding-left:4px;}
  .cart .btn-alert{padding:5px 46px;}
  .cart .table .sconto{padding: 6px}
  .wrapperbox{padding:16px;}
  .news-det .subpgs .text-right .wrapperdesc h4{padding-left:50px;padding-right:0;}
  .news-det .subpgs .wrapperdesc h4{padding-right:50px;padding-left:0;}
  .news-det .subpgs > .row > div:last-child > a{margin-top:8px;}
  .blog-det .subpgs .text-right .wrapperdesc h4{padding-left:50px;padding-right:0;}
  .blog-det .subpgs .wrapperdesc h4{padding-right:50px;padding-left:0;}
  .blog-det .subpgs > .row > div:last-child > a{margin-top:8px;}
  .user .btn{width:100%;}
  .user .btn-primary{width:100%;}
  .user-menu .text-r{text-align:right;}
  .dealers-list2 .col-sx .box{padding-bottom:14px;}
  .dealers-list2 .col-sx .box + .box{border-top:7px solid #f0f0f0;}
  .dealers-list2 .col-sx .results > ul{height:250px;}
  .dealers-list2 .col-dx{margin-top:20px;}
  #ordine-jq fieldset.note .form-group{margin-left:-15px;margin-right:-15px;}
  #ajax_ordine_riepilogo .cart .table{font-size:12px;}
  #ajax_ordine_riepilogo .cart .table .img{margin-right:10px;}
  .box-ordine-allegati .box-body .item{margin-bottom:8px;}
  .ticket-dett .info .info-ticket ul > li{margin-bottom:15px}
  .ticket-dett .form-ticket .form-group label{padding-left:15px;padding-right:15px;}
  .ticket-dett .form-ticket .form-group .button{padding-left:15px;padding-right:15px;}
  .ticket-dett .form-ticket .ticket-msg .box-richiesta{padding:15px 18px;}
  .ticket-dett .form-ticket .ticket-msg .box-update{padding:15px 18px;}
  .tickets .btn-add-ticket{width:auto;}
  .tickets .table-tickets{display:block;}
  .tickets .table-tickets > tbody > tr{display:block;}
  .gbanner .container{padding: 0px 8px}
  .gbanner .container .row{margin: 0px -8px}
  .gbanner .container .row > div{padding: 0px 8px}
  .gbanner.secondbox .padding{width:226px;}
  .gbanner.secondbox .contents .title {font-size:21px;}
  .gbanner.secondbox .bann-prod .overlay .btn{margin-top:53px;}
  .gbanner.secondbox .overlay .btn{margin-top:30px;}
  /*.product-view .price .prezzo{font-size: 40px;line-height:44px;}*/
  /*.product-view #comb_disp span{font-size:18px;line-height:22px;}*/
  .prods .title, .prods .title h4{text-align:left;;font-size:23px}
  .products .prod-cont .addcart .btn-view{margin-bottom:10px}
}

@media only screen and (max-width:700px){
  .cart .table .text-center{text-align:right !important;}
  .cart .btn-success{margin-top:20px;}
}

@media only screen and (max-width:520px){
  .box-scheda-allegati .pull-left, .box-scheda-allegati .pull-right{float:none !important;}
  .box-scheda-allegati .box-body{padding:0 16px 8px;}
  .calendario .popup-calendar .box-popup-cal .media-custom > .media-left{display:flex;justify-content:center;align-items:center;width:100%;}
  .calendario .popup-calendar .box-popup-cal .media-custom > .media-body{margin-top:30px;display:block;width:auto;}
  .calendario .popup-calendar .box-popup-cal .box-day{float:left;margin-right:15px;height:134px;width:115px;padding:12px 0;}
  .calendario .popup-calendar .box-popup-cal .box-day .name-day{font-size:18px;}
  .calendario .popup-calendar .box-popup-cal .box-day .num-day{font-size:32px;line-height:34px;}
  .calendario .popup-calendar .box-popup-cal .title-leg{display:none;}
  .calendario .popup-calendar .box-popup-cal .title-leg-dx{font-size:18px;line-height:24px;display:block;flex:1;}
}

@media only screen and (max-width:420px){
  .pagination > li > a, .pagination > li > span{font-size:13px;}
}

@media only screen and (max-width:400px){
  .SumoSelect > .optWrapper.isFloating{top:0 !important;left:0!important;right:0!important;width:90%!important;bottom:0!important;margin:auto!important;max-height:90% !important;}
}

/* 374 567 */
@media only screen and (max-width:319px){
  .hidden-xxs{display:none;}
  .col-xxs-12{width:100% !important;}
}

@media only screen and (min-width:768px){
  .testa .logo-wrapper::after{left:170px;font-size:14px;line-height:17px;}
  .product-view #gallery picture img{padding: 0px 0px}
  .skills .media-body{height:75px}
  .body-offset-canvas .overlay-canvas{right:90%;left:0;}
  .container, div[class*='col-'], .container-fluid{padding:0 8px;}
  /*.container-f .container, .container-f.container{width:100%;max-width:1654px;padding:0 20px;}*/
  .row-eq-height-sm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
  .row{margin:0 -8px;}
  .form-horizontal .form-group{margin-right:-8px;margin-left:-8px;}
  .form-group [class^="col-"], .form-group [class*=" col-"], .form-group .container-fluid{padding-right:8px;padding-left:8px;}
  .form-horizontal .control-label{padding-top:12px;}
  .navbar-collapse{padding-right:0 !important;padding-left:0 !important;}
  .boxtop .text-right ul{margin-left:-12px;padding:0;}
  .boxtop .text-right ul > li{padding:0 12px;}
  .testa{padding:15px 0 0px;}
  .testa .info a.cust-a{font-size:18px;}
  .testa .logo-wrapper{margin-top:2px;}
  .testa .logo-wrapper ul{}
  .testa .logo img{max-width:170px;}
  .testa .top_search .form-control{height:40px;}
  .testa .top_search .btn{height:40px;border-left:0;}
  .testa .info.btns{margin-top:9px;}
  .testa .info.btns ul{margin-left:-6px;}
  .testa .info.btns ul > li{padding:0 6px;}
  .testa h1{margin:0;padding:0;font-size:30px;}
  .testa .logouser{max-width:240px;}
  .megamenu{border-bottom:0}
  .megamenu .show_canvas{right:0 !important;}
  .slidebox .carousel-caption{bottom:0;padding:35px 0 60px;}
  .page.feedback #default{padding:10px 0;}
  .elenco .navbarform{padding:0;background-color:#fff;border:1px solid #fff;border-radius:0;margin-top:15px;font-size:15px;}
  .elenco .navbarform label{font-size:15px;line-height:19px;}
  .filter-box .scrollbar{height:146px;overflow-y:auto;}
  .filter-box .scrollbar.cust-height{height:181px;margin-right:17px;}
  .filter-box .scrollbar::-webkit-scrollbar{width:8px;}
  .filter-box .scrollbar::-webkit-scrollbar-track{background :#f0f0f0;border-radius:8px;}
  .filter-box .scrollbar::-webkit-scrollbar-thumb{background :#ccc;border-radius:8px;}
  .product-view .back-precsucc li i{vertical-align:middle;}
  .product-view .faq .title .toggler{pointer-events:none;}
  .product-view .faq > .collapse{display:block;visibility:visible;}
  .cart .table .nondisp{font-size:15px;}
  .cart .table .nondisp span{padding:6px 12px;}
  .cart .table .nondisp span i{margin-right:7px;}
  #ajax_ordine_riepilogo .cart .collapse:not(.block-collapse){display:block;height:auto !important;}
  .dealers-list2 > div{display:table-cell;vertical-align:top;}
  .dealers-list2 .col-sx{width:380px;background-color:#fff;border-right:20px solid #f0f0f0;}
  .calendario .box-calendario{padding:0;}
  .calendario .popup-calendar .box-popup-cal{width:700px;}
  .ticket-dett .form-ticket .ticket-msg .box-richiesta{padding:15px 20px;}
  .ticket-dett .form-ticket .ticket-msg .box-update{padding:15px 20px;}
  .gbanner .wrapper{margin-bottom: 20px;}
  .gbanner .contents .title{margin-bottom:53px;}
}

@media only screen and (min-width:768px) and (max-width:991px){
  .homeabstract .txt{font-size:20px;line-height:28px;}
  .navbar-filter{background-color:#f8f8f8 !important;border:1px solid #f8f8f8;border-top:3px solid #1f1f1f;margin-top:15px !important;padding:0 !important;}
  .navbar-filter .navbar-header{float:none;}
  .navbar-filter .navbar-brand{font-weight:500;font-size:17px;}
  .navbar-filter .navbar-toggle{display:block;border:0;padding:4px 10px;}
  .navbar-filter .navbar-toggle:focus{background-color:transparent;}
  .navbar-filter .navbar-toggle .icon-menu{vertical-align:middle;}
  .navbar-filter .navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
  .navbar-filter .navbar-collapse.collapse{display:none!important;}
  .navbar-filter .navbar-nav{float:none!important;margin-top:7.5px;}
  .navbar-filter .navbar-nav > li{float:none;}
  .navbar-filter .navbar-nav > li > a{padding-top:10px;padding-bottom:10px;}
  .navbar-filter .collapse.in{display:block !important;}
  .navbar-filter .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;}
}

@media only screen and (min-width:768px) and (max-width:1199px){
  .body-offset-canvas{left:auto;right:500px;}
  .body-offset-canvas .overlay-canvas{left:0;right:0;}
  .testa{border-bottom:1px solid #e6e6e6;}
  .testa .modal-search > ul{margin-left:0;display:table;width:100%;}
  .testa .modal-search > ul > li{display:table-cell;padding:0 !important;text-align:left;}
  .testa .modal-search > ul > li:first-child{width:50px;}
  .megamenu .navbar{width:500px;left:auto;}
  .cart .form-inline .form-control{margin-bottom:8px;}

  .skills .media-body, .skills .media-right{width: 100%;text-align: center;display:block;}
  .skills img{margin: 0 auto; margin-top: 10px;}
}

@media only screen and (min-width:801px){
  #no-more-tables .personaliz td{padding:4px 0;}
  #no-more-tables .personaliz td:last-child:not(:first-child){padding-left:40px;}
}

@media only screen and (min-width:992px){
  .testa .logo-wrapper::after{left:170px;font-size:15px;line-height:19px;}
  .product-view #gallery picture img{padding: 0px 50px}
  .skills .media-body{height: auto;}
  .row-eq-height-md{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
  .testa {padding: 15px 0;}
  .testa .info a.cust-a{font-size:17px}
  .testa .top_search{margin-top:2px;}
  .testa .info.btns{margin-top:10px;}
  .testa .info.btns ul{margin-left:-12px;}
  .testa .info.btns ul > li{padding:0 9px;}
  .slidebox .carousel-caption{padding:95px 0;}
  .slidebox .carousel-caption .title{font-size:38px;line-height:46px;}
  .slidebox .carousel-caption p{font-size:20px;line-height:24px;}
  .elenco .filterpage .pull-left .SumoSelect{width:200px;vertical-align:middle;}
  .elenco .wrapper-sx{margin-right:30px;}
  .filter-box:last-of-type{/*border-bottom-right-radius:4px;border-bottom-left-radius:4px;*/border-bottom-color:#eee;border-bottom-width:1px;}
  .product-view #gallery .thumbnail img{border:1px solid #e6e6e6;}
  .product-view #gallery .thumbnail.selected img{border-color:#1f1f1f;}
  .upselling #ajax_carrello_riepilogo{padding-left:20px;}
  .footertop .toggler, .footer .toggler{border:0;background-color:transparent;pointer-events:none;padding:0;}
  .footertop .collapse , .footer .collapse{display:block;visibility:visible;height:auto !important;}
  .user h1{margin-top:0px;}
  .user-menu{margin:0;padding:0;}
  .user-menu h3{font-size:20px !important;padding-bottom:10px !important;}
  .user-menu ul > li{border-bottom:1px solid #e6e6e6;}
  .user-menu ul > li a{padding:2px 0;display:inline-block;}
  .user-menu ul > li a:hover , .user-menu ul > li a:focus{text-decoration:none;color:#97BF0D;}
  .user-menu ul > li.active a{color:#97BF0D;}
  .user-menu ul > li a i{font-size:18px;line-height:38px;border:0 solid #ccc;border-radius:50%;margin-right:12px;vertical-align:middle;}
  .user-menu ul > li a span{vertical-align:middle;}
  .navcats{margin:10px 0;padding-left:0;}
  .calendario .popup-calendar .box-popup-cal{margin:0;width:786px;}
  .gbanner .wrapper{margin-bottom: 0px}
  .gbanner .padding{padding:12px 14px}
  .gbanner .contents .title{font-size: 30px;line-height: 45px;margin-bottom:15px;}
  .gbanner .overlay .btn{margin-top:25px;}
  .gbanner .contents .btn{line-height: 23px;font-size: 17px;}
  .gbanner .contents .btn i{line-height:20px}
  .gbanner .contents p {font-size: 16px;line-height: 23px;}
}

@media only screen and (min-width:992px) and (max-width:1199px){

}

@media only screen and (min-width:992px) and (max-width:1599px){
  .cart #raccoltapunti .btn{margin-top:10px;}
  #ajax_ordine_riepilogo #raccoltapunti .btn{margin-top:0;}
}

@media only screen and (min-width:1200px){
  .testa .logo-wrapper::after{left:230px;font-size:16px;line-height:22px;}
  .product-view #gallery picture img{padding: 0px 100px}
  .row-eq-height-lg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
  .btop-wrapper{position:relative;z-index:4;}
  .overlay-canvas{background-color:#1f1f1f;opacity:0;position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;}
  .overlay-canvas.showed{opacity:.3;z-index:3;-webkit-transition:z-index .1s ease,opacity .6s ease;-moz-transition:z-index .1s ease,opacity .6s ease;-ms-transition:z-index .1s ease,opacity .6s ease;-o-transition:z-index .1s ease,opacity .6s ease;transition:z-index .1s ease,opacity .6s ease;}
  .testa {padding: 0px 0 15px;}
  .testa .logo-wrapper{margin-top:0;}
  .testa .logo img{max-width:230px;}
  .testa .top_search{margin-top:10px;}
  .testa .info.btns{margin-top:18px;}
  .testa .modal-search > ul > li{width:100%;}
  .slidebox .carousel-caption{padding:135px 0;}
  /*.megamenu .wrappermenu{position:relative;}*/
  .megamenu{border-bottom:0px solid #e6e6e6;}
  .megamenu a.child{position:relative;color:#1f1f1f;}
  .megamenu a.child:hover{color:#e11937;text-decoration:none;}
  .megamenu .wrappermenu{position:relative;}
  .megamenu .wrappermenu .navbar-right{margin-right:0;}
  .megamenu .navbar{border:0;height:auto;;border-bottom:0 solid #e5e5e5;min-height:0;background-color:#97BF0D;text-align:center;}
  .megamenu .nav{position:static;/*width:100%;display:table;*/vertical-align:top;/*float:none;*/display:inline-block;}
  .megamenu .nav > li{padding:0;position:static;display:table-cell;float:none;}
  .megamenu .nav > li.dropdown-s{position:relative;}
  .megamenu .nav > li.dropdown-s .dropdown-menu{min-width:200px;}
  .megamenu .nav > li.dropdown-s .dropdown-menu{right:0;left:auto;}
  .megamenu .nav > li.dropdown-s .dropdown-menu ul{column-count:auto;margin-top:10px;}
  .megamenu .nav > li + li{padding-left:0;}
  .megamenu .nav > li > a{position:relative;font-family:'Arimo';z-index:2;font-weight:300;font-size:15px;line-height:21px;padding:0 16px;position:relative;transition:color .2s ease-out 0s;color:#FFF;border:1px solid transparent;background-color:#97BF0D;}
  .megamenu .nav > li > a .fa{font-size:12px;}
  .megamenu .nav > li > a:hover , .megamenu .nav > li.open > a:focus, .megamenu .nav > li.open > a:hover, .megamenu .nav > li:hover > a{background-color:transparent;border-color:transparent !important;color:#FFF}
  .megamenu .nav > .active > a, .megamenu .nav > .active > a:focus,.megamenu .nav > .active > a:hover{background-color:transparent;color:#1f1f1f;}
  /*.megamenu .nav > .active > a:before, .megamenu .nav > .active > a:focus:before,.megamenu .nav > .active > a:hover:before,.megamenu .nav > li:hover > a:before ,.megamenu .nav > li > a:hover:before , .megamenu .nav > li.open > a:focus:before, .megamenu .nav > li.open > a:hover:before{position:absolute;bottom:-2px;left:50%;margin-left:-4px;line-height:6px;content:"\f0d8";font-family:"Font Awesome 6 Free";font-weight:900;color:#1f1f1f !important;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}*/
  /*.megamenu .has-child > a.child:after{font-family:"Font Awesome 6 Free";font-weight:900;display:block;content:"\f105";width:0;height:0;color:#1f1f1f;margin-top:0;position:absolute;top:7px;right:20px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;}*/
  .megamenu .has-child > .dropdown-menu{position:static;display:block;border:0;box-shadow:none;padding:0;float:none;}
  .megamenu .dropdown-menu > .active > a, .megamenu .dropdown-menu > .active > a:focus, .megamenu .dropdown-menu > .active > a:hover{background-color:#f8f8f8;color:#262626;}
  .megamenu .hidelv1{display:flex;flex-wrap:wrap;flex-direction:row;}
  .megamenu .lv1{display:block;position:relative;overflow:hidden;flex:1 1 auto;width:25%;max-width:25%;}
  .megamenu .hidelv1.list3 .lv1{width:33%;max-width:33%;}
  .megamenu .lv1 > a{display:inline-block;padding:6px 15px;font-size:16px;font-weight:400;line-height:30px;}
  .megamenu .lv1 > a:hover{text-decoration:none;color:#97BF0D;}
  .megamenu .lv1 > .hover{display:block;left:100%;top:-23px;}
  .megamenu .lv2{display:block;position:relative;}
  .megamenu .lv2 > a{color:#676767;display:inline-block;padding:3px 20px 3px 0;font-size:14px;line-height:16px;}
  .megamenu .lv2 > a:hover{background-color:#fff;color:#e11937;text-decoration:none;}
  .megamenu .lv2 > .hover{display:block;left:100%;top:-23px;}
  .megamenu .lv3{display:block;position:relative;font-size:15px;line-height:15px;}
  .megamenu .lv3 > a{display:inline-block;padding:3px 0 3px 5px;color:#676767;font-size:13px;line-height:16px;}
  .megamenu .lv3 > a:hover{background-color:#fff;color:#e11937;text-decoration:none;}
  .megamenu .lv3 > .hover{display:block;left:100%;top:-23px;}
  .megamenu .dropdown:hover > .dropdown-menu{display:block;left:0;border-top-color:#1f1f1f;right:0}
  .megamenu .dropdown-menu{border:0px;background:#F4F4F4;background-clip:border-box;border-color:#F4F4F4;border-radius:0;padding:0 0 20px;top:100%;left:-9999px;min-width:100%;/*border-top:3px solid #1f1f1f;border-bottom:3px solid #1f1f1f;*/box-shadow:none;}
  .megamenu .dropdown-menu .maincat{padding:15px 20px ;font-size:24px;font-weight:300;line-height:29px;margin-bottom:15px;}
  .megamenu .dropdown-menu .maincat i{font-size:30px;margin-right:20px;display:none;}
  .megamenu .hidelv2{padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-left:20px;}
  .megamenu .nav.navbar-right > li:first-child > a:before{background-color:#f9d0d6;}
  .megamenu .nav.navbar-right > li:first-child > a{color:#e11937;background-color:transparent;font-weight:700;margin-left:0;position:relative;z-index:2;}
  #ajax_carrello_riepilogo{padding-left:50px;}
  .calendario .box-calendario{padding:0 0 20px;}
  .gbanner .padding{padding: 24px 24px}
  .gbanner .contents .title{font-size: 35px;line-height: 45px;margin-bottom: 27px}
  .gbanner .overlay .btn{margin-top:45px;}
  .gbanner .contents .btn{line-height: 26px;font-size: 17px;}
  .gbanner .contents p {font-size: 18px;line-height: 23px;}
  .megamenu .nav > li > a {padding: 18px 7px;}
  .userarea .box-stats .wrapper .icn{content:"";position:absolute;width:38px;height:38px;top:8px;right:8px;display:flex;align-items: center;justify-content: center;}
  .userarea .box-stats .wrapper .title{font-weight:600;font-size:14px;line-height:24px;color: #005dab;margin-bottom:20px;}
  .userarea .box-stats .wrapper .val{font-weight:500;font-size:22px;line-height:47px;color: #1d1d1d;}
}

@media (min-width:1200px) and (max-width:1599px){
  .hidden-lg{display:none !important;}
}

@media only screen and (min-width:1600px){
  .product-view #gallery picture img{padding: 0px 150px}
  .container{width:1364px}
  .gbanner .contents .title{font-size: 40px;line-height: 45px;margin-bottom:27px;}
  .gbanner .overlay .btn{margin-top:90px;}
  .gbanner .contents .btn{line-height: 26px;font-size: 20px;}
  .gbanner .contents .btn i {line-height: 24px;}
  .gbanner .contents p {font-size: 20px;line-height: 23px;}
  .col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}
  .col-xl-12{width:100%}
  .col-xl-11{width:91.66666667%}
  .col-xl-10{width:83.33333333%}
  .col-xl-9{width:75%}
  .col-xl-8{width:66.66666667%}
  .col-xl-7{width:58.33333333%}
  .col-xl-6{width:50%}
  .col-xl-5{width:41.66666667%}
  .col-xl-4{width:33.33333333%}
  .col-xl-3{width:25%}
  .col-xl-2{width:16.66666667%}
  .col-xl-1{width:8.33333333%}
  .col-xl-pull-12{right:100%}
  .col-xl-pull-11{right:91.66666667%}
  .col-xl-pull-10{right:83.33333333%}
  .col-xl-pull-9{right:75%}
  .col-xl-pull-8{right:66.66666667%}
  .col-xl-pull-7{right:58.33333333%}
  .col-xl-pull-6{right:50%}
  .col-xl-pull-5{right:41.66666667%}
  .col-xl-pull-4{right:33.33333333%}
  .col-xl-pull-3{right:25%}
  .col-xl-pull-2{right:16.66666667%}
  .col-xl-pull-1{right:8.33333333%}
  .col-xl-pull-0{right:auto}
  .col-xl-push-12{left:100%}
  .col-xl-push-11{left:91.66666667%}
  .col-xl-push-10{left:83.33333333%}
  .col-xl-push-9{left:75%}
  .col-xl-push-8{left:66.66666667%}
  .col-xl-push-7{left:58.33333333%}
  .col-xl-push-6{left:50%}
  .col-xl-push-5{left:41.66666667%}
  .col-xl-push-4{left:33.33333333%}
  .col-xl-push-3{left:25%}
  .col-xl-push-2{left:16.66666667%}
  .col-xl-push-1{left:8.33333333%}
  .col-xl-push-0{left:auto}
  .col-xl-offset-12{margin-left:100%}
  .col-xl-offset-11{margin-left:91.66666667%}
  .col-xl-offset-10{margin-left:83.33333333%}
  .col-xl-offset-9{margin-left:75%}
  .col-xl-offset-8{margin-left:66.66666667%}
  .col-xl-offset-7{margin-left:58.33333333%}
  .col-xl-offset-6{margin-left:50%}
  .col-xl-offset-5{margin-left:41.66666667%}
  .col-xl-offset-4{margin-left:33.33333333%}
  .col-xl-offset-3{margin-left:25%}
  .col-xl-offset-2{margin-left:16.66666667%}
  .col-xl-offset-1{margin-left:8.33333333%}
  .col-xl-offset-0{margin-left:0}
  .visible-xl{display:block!important}
  .visible-xl-block{display:block!important}
  .visible-xl-inline{display:inline!important}
  .visible-xl-inline-block{display:inline-block!important}
  table.visible-xl{display:table}
  tr.visible-xl{display:table-row!important}
  td.visible-xl,th.visible-xl{display:table-cell!important}
  .hidden-xl{display:none!important}
  .row-eq-height-xl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
  .testa .top_search{margin-top:10px;}
  .testa .info.btns{margin-top:18px;}
  .megamenu .nav > li > a{padding:18px 12px}
  .megamenu .lv1 > a{font-size:15px;line-height:26px;}
  .megamenu .lv2 > a{font-size:15px;line-height:19px;}
  .megamenu .lv3 > a{font-size:15px;line-height:19px;}
  .megamenu .hidelv1 .lv1{width:20%;max-width:20%;}
  .calendario .box-calendario .lists-calendar{padding:0 40px 0 0;}
  .calendario .box-calendario .lists-calendar .grid-container{grid-template-columns:5fr repeat(31, 42px);line-height:42px;}
}

@media (hover:none){
  .products .prod-cont .item-img{padding:22px 0 38px;}
  .products .prod-cont .frees{bottom:38px;}
  .products .functional-buttons{opacity:1;bottom:0;right:0;text-align:center;top:auto;width:100%;}
  .products .functional-buttons .btn{width:48px;height:48px;margin-bottom:0;border-color:#f0f0f0;}
  .products .functional-buttons .btn > i{line-height:48px;}
}

@media only screen and (min-width:1800px){
  /*.container{width:1654px;}
  .container-f .container, .container-f.container{padding:0 8px;}*/
}

@media all and (transform-3d), (-webkit-transform-3d){
  .slidebox .carousel-fade .carousel-inner > .item.next, .slidebox .carousel-fade .carousel-inner > .item.active.right{opacity:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
  .slidebox .carousel-fade .carousel-inner > .item.prev, .slidebox .carousel-fade .carousel-inner > .item.active.left{opacity:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
  .slidebox .carousel-fade .carousel-inner > .item.next.left, .slidebox .carousel-fade .carousel-inner > .item.prev.right, .slidebox .carousel-fade .carousel-inner > .item.active{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
