/* input(1794,18): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
input(4385,1): run-time error CSS1019: Unexpected token, found '@' */
/*VARIABILI*/

:root {
    --bg: #ffffff;
    --bg-alt: #eeeeee;
    --bg-mute: #f6f6f6;
    --bg-dark: #000000;
    --bg-darker: #000000;
    --bg-darker-2: #0a0a0a;
    --bg-333: #333333;
    --ink: #000000;
    --ink-2: #333333;
    --ink-3: #6e6e6e;
    --ink-4: #9a9a9a;
    --ink-5: #cccccc;
    --line: #e2e2e2;
    --line-2: #d4d4d4;
    --line-dark: #1f1f1f;
    --accent: #FF6056; /* coral · urgency / primary attention */
    --accent-hot: #ff7d75;
    --accent-soft: rgba(255, 96, 86, 0.12);
    --accent-line: rgba(255, 96, 86, 0.4);
    --highlight: #5AE695; /* green · savings / positive */
    --highlight-dark: #1fb265;
    --highlight-soft: rgba(90, 230, 149, 0.14);
    --highlight-line: rgba(90, 230, 149, 0.4);
    --orange: #ff9900;
    --radius: 14px;
    --radius-sm: 8px;
    --radius-lg: 22px;
    --pad: 28px;
    --gap: 24px;
    --shadow-card: 0 8px 28px rgba(0, 0, 0, 0.06);
    --shadow-card-lg: 0 12px 40px rgba(0, 0, 0, 0.08);
    --shadow-hot: 0 6px 18px rgba(0, 0, 0, 0.18);
    --font-sans: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, monospace;
    --font-display: "Space Grotesk", var(--font-sans);
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    /*background-color: transparent*/
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}


figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-public .modal-content{
    background-color:#fff;
    padding:20px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 25px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    padding-right: 50px;
}

.modal-body {
    position: relative;
    padding: 25px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display:table;
}

.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both
}



.hidden {
    display: none !important
}
.collapse{
    display:none;
}


.modal .close {
    position: absolute;
    right: 15px;
    top: 30px;
    padding: 5px;
    color: #333
}

    .modal .close:hover {
        color: #000
    }

.modal-body .close {
    top: 10px
}

.modal-header h5 {
    padding-right: 30px
}

.modal-content {
    border-radius: 0
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
    #OfferteNews h1{
        font-size:25px;
    }
    #Index .h1hero {
        font-size: 35px !important;
        line-height: 35px !important;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .hidden-sm {
        display: none !important
    }
    #Index .h1hero {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}



.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    
    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table;
}

    .clearfix:after, .container-fluid:after, .container:after, .row:after {
        clear: both
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #131313;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/*
 STILI CUSTOM
*/
body,
input,
textarea,
button,
select {
    font-size: 14px;
    line-height: 1.6;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

body {
    /*background-color: #f0f0f0;*/
    min-width: 340px;
    font-size:16px;
    text-rendering:optimizeLegibility;
}
/*@supports (backdrop-filter: blur(4px)) or (-webkit-backdrop-filter:blur(4px)) {
    .layer, .layer-search {
        background-color: hsla(0,0%,7%,.36);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
}*/
a, button, .transition {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

a {
    color: #131313;
}

    a:hover, a:focus {
        color: #000000;
    }

h1, h2, h3, .h1hero {
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}
header {
    background-color: #131313;
    color: #525252;
}
header.bk-white{
    background-color: #fff;
    color:#000;
    border:0px;
}

.logo, .logo-login {
    width: 200px;
    height: 55px;
    margin: 42px 0px 10px 0px;
}

input{
    display:block;
}
input[type=text], input[type=password], select, textarea {
        border: 0;
        height: 43px;
        padding: 6px 25px 6px 20px;
        color: #898989;
        font-size: 16px;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.42857;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        border-radius: 2px;
    }

    textarea{
        height:129px;
    }

.free-search {
    margin-top: 25px;
    position: relative;
}

input.free-search-input, button.free-search-button {
    height: 62px;
    outline: 0px;
    border: 0px;
}

input.free-search-input {
    border-radius: 0;
    background-color: #282828;
    color:#bbb;
    padding: 10px 25px;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 80px !important;
    width:100%;
}

.free-search-button {
    padding-top: 3px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    font-size: 20px;
    color: white;
    background-color: #282828;
    color: #525252;
    border-radius: 0px 2px 2px 0px;
}
    .free-search-button:hover {
        color: #5AE695;
    }

.link-right {
    text-align: right;
    margin-top: 45px;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
    .link-right:hover, .link-right:active {
        color: #FF6056;
        text-decoration: none;
        border-bottom: 1px solid #FF6056;
    }

nav {
    /*background: #131313;*/
    background: #eeeeee;
    padding: 0px;
    position: relative;
}

    nav a{
        color: #31302e;
    }

        nav a:hover, nav a:focus{
            color: #000;
            text-decoration: none;
        }

ul{
    list-style:square;
}
p.sub-text {
    max-width: 640px;
    margin-bottom:40px;
}
.relative {
    position: relative;
}
.box {
    background-color: #eee;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px;
    position: relative;
}

    .box-value {
        font-size: 35px;
    }

    .box-icon {
        font-size: 60px;
        position: absolute;
        right: 10px;
        top: 20px;
        color: #ccc;
    }
.box-colored {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
}
    .box-colored small {
        font-family: var(--font-mono);
        color: var(--ink-3);
    }
    .box-colored.min {
        background: var(--highlight-soft);
        border-color: var(--highlight-line);
    }
    .box-colored.max {
        background: var(--accent-soft);
        border-color: var(--accent-line);
    }
    .box-colored .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }
    .box-colored .text {
        font-size: 13px;
        color:var(--ink-5);
        margin-top: 6px;
        line-height: 1.5;
    }
    .box-colored.bk-white {
        border: 1px solid var(--line);
    }
.margin-t80 {
    margin-top: 80px !important;
}
.margin-t40 {
    margin-top: 40px !important;
}
.margin-t {
    margin-top: 20px !important;
}
.margin-b0 {
    margin-bottom: 0px!important;
}
.margin-b {
    margin-bottom: 20px;
}
.margin-b30{
    margin-bottom:30px;
}
.margin-b80 {
    margin-bottom: 80px !important;
}
.margin-l-r {
    margin-left: 42px;
    margin-right: 42px;
}
.padding-20{
    padding:20px;
}
.nowrap{
    white-space:nowrap;
}
.camelcase{
    text-transform:lowercase;
}
.camelcase::first-letter {
    text-transform: uppercase;
}
.menu {
    width: 100%;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    justify-content: space-between;
    /*border-left: 1px solid #333;
    border-right: 1px solid #333;*/
}
.menu-burger {
    list-style: none;
    margin-top: 20px;
    padding-left: 0px;
}
.menu-burger-item{
    display:inline-block;
    text-align:center;
    font-size:20px;
    width:50px;
}
    .menu-burger-item a {
        display: block;
        color: #626262 !important;
        position: relative;
    }
    .menu-burger-item a:hover, .menu-burger-item a:focus {
        text-decoration: none;
        
    }
.menu-burger-label {
    display: block;
    text-transform:uppercase;
    font-size:12px;
}
.menu-user {
    top: 0px;
    right: 15px;
    color: #555;
    position: absolute;
    padding: 5px 10px;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-radius: 2px;
    font-size: 14px;
}
.menu-user-item a:hover, .menu-user-item a:focus {
    color: #fff;
    text-decoration:none;
}
.icon-bar {
    width: 100%;
    height: 2px;
    background-color: #5AE695;
    display: block;
    margin: auto;
    margin-bottom: 6px;
    max-width: 28px;
}
.macro-category {
    list-style-type: none;
    /*border-right: 1px solid #333;*/
}
/* .macro-category:first-child {
        border-left: 1px solid #333;
    }
*/

    /*.macro-category:hover .sub-menu-container {
    display: block;
}*/
        .macro-category:hover .macro-link {
        color: #000;
        text-decoration: none;
    }


.macro-link {
    padding: 0;
    line-height: 24px;
    display: block;
    color: #000;
    padding: 15px 0px;
    text-wrap: none;
    /*font-weight: bold;*/
    /*padding: 15px 25px;*/
}
.macro-link-green {
    color: #5AE695;
    background-color:#000;
}
.macro-link-green:hover {
    color: #5AE695;
    background-color: transparent;
}
 .macro-link-red {
    color: #d10000;
}
.macro-link-cyan {
    color: #36aee2;
}
.macro-link-secondary {
    padding: 15px 12px 0px 12px;
    display: block;
    border-top: 1px solid #ccc;
    color:#131313!important;
}
.sub-menu {
    text-align: left;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    list-style: none;
}

.sub-menu-container {
    position: absolute;
    background-color: #eee;
    top: 54px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 5;
    padding: 20px 0px;
    text-align: left;
    display: none;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0px 10px 16px -17px rgba(150,150,150,1);
    -moz-box-shadow: 0px 10px 16px -17px rgba(150,150,150,1);
    box-shadow: 0px 10px 16px -17px rgba(150,150,150,1);
}
.sub-menu-li {
    padding: 10px 0px 10px 60px;
    height: 60px;
    position: relative;
}

.sub-link {
    color: #626262;
    line-height: 24px;
    display: inline-block;
}

    .sub-link:hover, .sub-link:focus {
        color: #131313;
    }

.sub-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 40px;
    padding-right: 5px;
    font-weight:initial;
}



.line {
    border: 0px;
    background-color: #5AE695;
    height: 3px;
    width: 40px;
    margin: auto;
    margin-top:0px;
}

.breadcrumb {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    list-style: none;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}
#Index .breadcrumb-layout, #Page_Hero .breadcrumb-layout, #Brand .breadcrumb-layout, #Index .splide__pagination, #Contact .breadcrumb-layout, #Page_CardList .breadcrumb-layout {
    display: none;
}
.breadcrumb-show .breadcrumb-layout {
    display:block!important;
}
#Brand .breadcrumb {
    border: 0px;
    /*margin-left:43px;*/
}
#InternalSearchResult #tags{
    display:none;
}
#OfferteNews p a{
    text-decoration:underline;
}
/*
.filter-button{
    display:none;
}*/
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item:before {
    content: '\\';
    color:#ddd;
    margin-left:10px;
    margin-right:10px;
}
    .breadcrumb-item:first-child:before {
        content: '';
        margin:0px;
    }
.breadcrumb-link {
    color:#777;
}
.top {
    /*text-align: center;*/
    padding: 0px 0px 20px 0px;
}

.h1 {
    font-size: 45px;
    line-height: 45px;
    position:relative;
    display:inline-block;
}
    .h1::after {
        content: '';
        position: absolute;
        bottom: 4px;
        right: unset;
        left: 0;
        width: 100%;
        height: 15px;
        background: #eeeeee;
        -webkit-transition: width .2s ease;
        -o-transition: width .2s ease;
        transition: width .2s ease;
        z-index: -1;
    }
.h1sub {
    display: inline-block;
    /*font-size: 30px;*/
    color: #31302e;
    font-weight: 500;
    /*margin-top:-25px;*/
}

/* //per titoli colorati
.h1 .bg-1{
    padding:2px 5px;
    background-color:#333;
    color:#fff;
}
.bg-radius-1 {
    border-radius: 25px 0px 25px 0px;
    padding: 2px 10px;
}*/
.h2, .h3, .h4, h2, h3, h4 {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 12px;
    text-wrap: balance;
    text-transform: initial;
}
.h2, h2{
    font-size:38px;
}
.h3,h3 {
    font-size: 32px;
}
.h4,h4 {
    font-size: 22px;
}
.h1-footer {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0 0 14px;
    text-wrap: balance;
}
.h-mark{
    color:var(--highlight);
}
.content {
    
    /*background-color: #fff;
    padding: 30px;*/
}
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}
.hero-slim {
    height: auto !important;
    border: 0px;
}
/*HP*/
.hero.auto-height {
    height: auto;
    background-color: #fff;
    color: #000;
}
.hero {
    background: #131313;
    /*background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);*/
    color: #fff;
    /*padding-top: 168px;
    height: 100dvh;*/
    height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    /*
    background-color: #eee;    
    background-image:url('/images/background.png?v=n9R_Btpp-_aar4oWEA43NbR5jco');
    background-position:center center;
    background-repeat:no-repeat;
    text-align:center;*/
    /*text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);*/
}

.hero-brand {
    background-color: #131313;
    color: #ccc;
    border-bottom: 5px solid #eee;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    /*background-size: cover;*/
    background-attachment: fixed;
    background-size: contain;
    /*height:250px;*/
    position: relative;
}
   .logo-brand {
        width: 150px;
        height: 150px;
        background-color: #131313;
        position: absolute;
        bottom: -78px;
        border: 5px solid #eee;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius:18px;
    }

.logo-brand img {
    width: 100%;
}

#Brand .breadcrumb-show.with-logo .breadcrumb {
    margin-left: 163px;
}
.hero-image img {
    height: 500px;
}
.hero-text {
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero-image {
    text-align:center;
}
    .hero-image img {
        max-width: 100%;
        object-fit: contain;
        background-color: #fff;
        padding: 20px;
    }
#Index .h1hero {
    height: 240px;
    font-size: 80px;
    line-height: 80px;
}
    #Index .h1hero span{
        color:#5AE695;
    }
    .h1hero {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 35px;
        line-height: 40px;
        /*color: #eee;*/
        text-transform: uppercase;
        overflow: hidden;
        /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
        /*text-shadow: 1px 1px 0px rgba(154, 58, 244, 1);*/
    }
    .h1hero .hashtag {
        color: #bbb;
        font-size:20px;
    }
.hero-brand .h1hero {
    /*font-size: 55px;
    line-height: 200px;
    height: 250px;*/
    height:auto;
    color:var(--highlight)
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 45px;
    line-height: 55px;
    margin-top:0px;
}
.slider-load {
    height:439px;
}
.slider {
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
}
.slider-left, .slider-right {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 409px;
    width: 42px;
    background-color: #fff;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.slider-right {
    right: 0px;
    left: initial;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}

.slider-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    padding-left: 41px;
}
    .slider-title::before {
        background-color: #eee;
        width: 20px;
        height: 20px;
        display: inline-block;
        content: '';
        position: absolute;
        left: 0px;
        top: 7px;
    }

.slider-content {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .slider-content::-webkit-scrollbar {
        display: none;
    }
/* Hide scrollbar for IE, Edge and Firefox */
.slider-content {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.slider .product{
    margin-bottom:0px;
}
.slider .product-container, .slider .product-other-container {
    display: inline-block;
    flex: 0 0 auto;
    margin-bottom: 0px;
    width: 270px;
}
.slider .product-other-icon-container{
    left:15px;
}
.slider .product-other-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.product-other-container, .product-other-icon-container {
    height: 385px;
}
.product-other-container.release-date{
    height:auto;
}
    .product-other-container.release-date .product-other-text {
        color:#000000;
        padding-left:20px;
    }
.product-other-container {
    text-align: center;
    position: relative;
    background-color: #eee;
    margin-bottom: 30px;
    border-radius: 18px;
}

.product-other {
    background-color: #eee;
    height: 100%;
    width: 100%;
    /*width: 240px;*/
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 18px;
}
.product-other-text {
    font-size: 30px;
    text-align: left;
    padding-left: 32px;
    z-index: 1;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: -2px;
    line-height: 40px;
}
.product-other-link {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px;
    text-decoration: none !important;
    color: #131313;
    position: relative;
    z-index: 2;
}
.product-other-icon-container {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    overflow-x: hidden;
}
.product-other-icon {
    font-size: 20px;
    display: block;
    background-color: #131313;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
    margin-top: 20px;
}
.product-other-icon-bk{
    position:absolute;
    font-size:150px;
    left:-40px;
    top:-5px;
    color:#dfdfdf;
    z-index:1;
}

.container-full-width {
    background-color: #eee;
    padding: 40px 0px;
    margin-top: 40px;
}
.bk-violet {
    background-color: #9a3af4;
    color: #fff;
}
.bk-black {
    background-color: #000;
    color:#fff;
}
.bk-white {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.bk-gray{
    background-color:#eee;
}
.tx-green {
    color:var(--highlight)!important;
}
.tx-green-dark {
    color: var(--highlight-dark) !important;
}
.tx-gray {
    color: var(--ink-5);
}
.tx-red {
    color: var(--accent) !important;
}
.home-icon {
    padding: 40px;
    background-color: #131313;
    font-size: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.home-icon-label {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.home-icon-link{
    position:relative;
    display:inline-block;
}
.step-num {
    font-size: 70px;
    font-weight: bold;
    float: left;
    color: #fff;
    background-color: #131313;
    padding: 20px;
    margin-right: 20px;
}
.step-text {
    font-size:15px;
    height:152px;
}
.popolar-searches ul {
    padding-left: 20px;
    margin-top:0px;
    margin-bottom:0px;
}
.popolar-searches li {
    margin-top: 2px;
    margin-bottom: 2px;
}
.popolar-searches a{
    padding-top: 2px;
    padding-bottom: 2px;
   
}
.section-link{
    display:inline-block;
    text-align:center;
    text-decoration:underline;
    color:#31302e;
    margin-top:10px;
}
.expandible-text {
    height: 50px;
    overflow: hidden;
    display: block;
}
.expand-button {
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 5px;
    text-decoration:underline;
}
.page-html p:first-child {
    margin-top: 0px;
}
.page-html a{
    text-decoration:underline;
}

.page-html {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: left;
}
.page-html-expand {
    margin-top: -20px;
    display: block;
}
.page-html nav{
    background:initial;
}
    .page-html nav a:hover, .page-html nav a:focus {
        color:#5AE695;
    }



/*DETAIL*/
.update_product .update_features {
    display: none;
}
.detail-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    color: var(--ink);
    text-wrap: balance;
}
    .detail-title .h-mark {
        color: var(--highlight-dark);
    }
.detail-subtitle {
    color: var(--ink-2);
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 540px;
}

.pill-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

    .pill {
        font-size: 11.5px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 999px;
        background: white;
        border: 1px solid var(--line);
        color: var(--ink);
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

        .pill.pill-accent {
            background: var(--ink);
            border-color: var(--ink);
            color: white;
            
        }

        .pill.pill-green {
            background: var(--highlight-soft);
            border-color: var(--highlight-line);
            color: var(--highlight-dark);
        }


.detail-buybox {
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 24px;
}
.detail-seller-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--ink-3);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 14px;
}
.detail-seller {
    color: var(--orange);
    font-weight:bold;
}
.detail-merchant{
    font-size:12px;
    color:#31302e;
    /*max-width:250px;*/
}
.detail-splide {
    border-radius: 22px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card-lg);
    overflow:hidden;
}
.detail-container-img {
    min-height: 350px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-faq {
    display: grid;
    gap: 12px;
}

.detail-faq summary {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--ink);
}
.detail-faq .chev {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: var(--bg-alt);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s, background 0.15s, color 0.15s;
    flex-shrink: 0;
    cursor:pointer;
}
.detail-faq details[open] .chev {
    transform: rotate(180deg);
    background: var(--ink);
    color: white;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
    .features-grid .item {
        background: white;
        border: 1px solid var(--line);
        border-radius: 20px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        position: relative;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        
    }
        .features-grid .item.big {
            grid-column: span 8;
            background: var(--ink);
            color: white;
            border-color: transparent;
            min-height: 320px;
        }
    .features-grid .icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: var(--ink);
        color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .features-grid .item.big .icon {
        background: var(--highlight);
        color: white;
    }
    .features-grid ul {
        display: grid;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 13.5px;
    }
        .features-grid ul li svg {
            color: var(--highlight);
            margin-top: 3px;
            display:inline-block;
            margin-right:8px;
        }
    .features-grid .stat {
        display: inline-flex;
        align-items: baseline;
        gap: 6px;
        font-family: var(--font-display);
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: var(--ink);
        line-height: 1;
    }
    .features-grid .unit {
        font-size: 16px;
        color: var(--ink-3);
        font-weight: 500;
        padding-left:8px;
    }
    .features-grid .span-4 {
        grid-column: span 4;
    }
    .features-grid .span-6 {
        grid-column: span 6;
    }
    .features-grid p{
        margin-top:0px;
    }
.keyspecs {
    padding: 56px 0;
    text-align: center;
}
.keyspecs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: white;
}
    .keyspecs-grid .item {
        padding: 22px 20px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        border-right: 1px solid var(--line);
        position: relative;
        transition: background 0.15s;
        text-align:left;
    }
    .keyspecs-grid .icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: var(--ink);
        color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 6px;
    }
    .keyspecs-grid .label {
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--ink-3);
        font-weight: 700;
    }
    .keyspecs-grid .value {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.01em;
        color: var(--ink);
        line-height: 1.15;
    }
    .keyspecs-grid .sub {
        font-size: 12px;
        color: var(--ink-2);
        font-family: var(--font-mono);
    }
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 48px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px 32px;
}

.spec-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

    .spec-row .k {
        color: var(--ink-3);
        font-size: 13px;
        font-weight: 500;
    }

    .spec-row .v {
        color: var(--ink);
        font-family: var(--font-mono);
        font-size: 13px;
    }



.eyebrow {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-3);
    font-weight: 700;
    margin-bottom: 22px;
}

/*
.detail-helper-img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/
.detail-img {
    /*width: 100%;
    max-width: 500px;*/
    max-width: 100%;
    max-height: 555px;
    vertical-align: middle;
}
.detail-gallery{
    margin-top:-20px;
}
.detail-gallery-img{
    margin-top:20px;
}
.detail-brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    margin-bottom: 18px;
    color: var(--ink-2);
    flex-wrap: wrap;
}
.detail-brand {
    height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    background: var(--ink);
    color: white;
    border: 1px solid var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
}
.detail-brand-site {
    background-color: #eee;
}
    .detail-brand-site a{
        text-decoration:none;
    }
    .detail-rating {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
    }
    .detail-rating-stars {
        color: var(--ink);
        letter-spacing: -5px;
    }
.detail-rating-count a {
    color: var(--ink-3);
    text-decoration:underline;
}
#altreofferte {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
}
.detail-other-site-row {
    display: grid;
    grid-template-columns: 200px 1fr auto auto;
    align-items: center;
    gap: 28px;
    font-size:14px;
}
.detail-other-site-row div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.detail-other-site-row img {
    max-width: 100px;
}
.detail-other-site-available-False{
    opacity:0.5;
}
.detail-other-site-price {
    font-size: 22px;
    font-weight: 700;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.detail-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.detail-price-main {
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}
.detail-base-price{
    width:100%;
}
.detail-base-price-date {
    font-size: 12px;
    color: var(--ink-3);
    margin-bottom: 16px;
    width: 100%;
}
.detail-old-price {
    font-size: 18px;
    color: var(--ink-4);
    text-decoration: line-through;
    font-variant-numeric: tabular-nums;
    margin-right: 5px;
}



/* ──────────────────────────────────────────────────────────────
   Comparator
   ────────────────────────────────────────────────────────────── */
.compare-table {
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;  
}
    .compare-table .max-overflow {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
.compare-row {
    display: grid;
    grid-template-columns: 180px repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    min-width: 620px;
}

    .compare-row:last-child {
        border-bottom: 0;
    }

    .compare-row > div {
        padding: 14px 18px;
        border-right: 1px solid var(--line);
    }

        .compare-row > div:last-child {
            border-right: 0;
        }

    .compare-row.head > div {
        background: var(--bg-alt);
        font-weight: 700;
        letter-spacing: 0.02em;
    }
    .compare-row.head .this span {
        font-weight:normal!important;
        font-size:11px;
    }

    .compare-row .k {
        color: var(--ink-3);
        font-weight: 500;
    }

    .compare-row.head .this {
        background: var(--ink);
        color: white;
    }

    .compare-row .this {
        background: #fafafa;
        font-weight: 700;
        position: relative;
    }

        .compare-row .this::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--highlight);
        }

    .compare-row.head .this::before {
        display: none;
    }

.compare-pill {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

    .compare-pill.good {
        background: var(--highlight-soft);
        color: var(--highlight-dark);
    }

    .compare-pill.meh {
        background: var(--bg-alt);
        color: var(--ink-2);
    }

    .compare-pill.bad {
        background: var(--accent-soft);
        color: #b8362d;
    }



.layer, .layer-search {
    display: none;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
body.modal-open .layer {
    display: block;
    z-index: 50;
}
.layer-search {
    z-index: 20;
}
.black-friday-box {
    background-color: #000;
    height: 175px;
    font-size: 80px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display:block;
    position:relative;
    overflow:hidden;
}
    .black-friday-box span {
        transform: rotate(-40deg);
        color: #fff;
        display: inline-block;
        position: absolute;
        text-shadow: 1px 1px 0px rgba(154, 58, 244, 1);
    }
    .black-friday-box .span-1 {
        left:10px;
        top:15px;
    }
    .black-friday-box .span-2 {
        left: 120px;
        top: 25px;
        font-size: 70px;
    }
    .black-friday-box .span-3 {
        right: 10px;
        top: 0px;
        font-size: 110px;
    }
.black-friday-link {
    background-color: #000;
    color: #fff !important;
    padding: 3px;
    display: block;
    text-align: center;
}
.black-friday .hero {
    background-color: #000;
    background-image: none;
    border-top: 1px solid #222;
    text-align: center;
}
.black-friday .h1hero {
    color:#fff;
    
}
.cyber-monday-box {
    letter-spacing: -5px;
    border: 1px solid #fa01ff;
}
    .cyber-monday-box .span-1 {
        color: #01f3ff;
        text-shadow: 3px 3px 0px rgba(1, 243, 255, 1);
    }
    .cyber-monday-box .span-2 {
        color: #fa01ff;
        text-shadow: 3px 3px 0px rgba(250, 1, 255, 1);
    }
.christmas-box{
    background-color:#d10000;
}
    .christmas-box span {
        transform: rotate(-30deg);
        text-shadow: 1px 1px 0px rgba(255, 0, 0, 1);
    }
#countdown {
    margin-top: -40px;
    display: none;
    height: 105px;
}
.countdown_group {
    display: inline-block;
    padding: 12px;
}
.countdown_label {
    color: #fff;
}
.countdown_value {
    position: relative;
    font-size: 40px;
    /*text-shadow: 1px 1px 0px rgba(90, 230, 149, 1);*/
    border-top: 1px solid #5AE695;
    color: #fff;
}
.countdown_minutes::after, .countdown_seconds::after {
    content: ':';
    position: absolute;
    left: -20px;
}
.countdown_label{
    text-transform:uppercase;
    font-size:10px;
}
.products-number {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size:16px;
    font-weight:normal;
}
.sub-category-container {
    /* margin-top:-20px;*/
}
.sub-category {
    margin-top: 20px;
    display: block;
    border: 1px solid #eee;
    padding: 20px;
    position:relative;
    color:#31302e;
    background-color:#eee;
    overflow:hidden;
    text-decoration:none;
}
    .sub-category:hover, .sub-category:active {
        text-decoration: none;
        background-color: #131313;
        color: #5AE695;
    }
.sub-category-icon {
    position: absolute;
    font-size: 80px;
    right: -25px;
    bottom: -35px;
    color: #ccc;
    z-index: 1;
}
.sub-category:hover .sub-category-icon {
    color: #131313;
}
.sub-category-text {
    z-index: 3;
    text-transform: uppercase;
    position: relative;
    min-height: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    font-size:15px;
}

.card-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.card {
    border:1px solid #eee;
}
    .card div {
        padding:10px;
    
    }
.card a{
    text-decoration:none;
    display:block;
    height:100%;
}
    .card a:hover {
        background-color: #f4f3f1;
    }




/*detail*/


.detail {
}
.detail-graph {
    background: var(--bg-darker-2);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 22px;
    padding: 28px;
    position: relative;
    margin-top:40px;
    margin-bottom:80px;
}

.detail-graph-text {
    color: var(--ink-5);
    font-size: 17px;
    line-height: 1.55;
}


.detail-graph-overflow {
    overflow: auto;
}
#graph {
    min-width: 100%;
}


.detail-features {
    margin-bottom: 10px;
}

    .detail-features td, .detail-features th {
        padding: 5px 20px 5px 0px;
    }

.detail-feature-label {
    color: #777;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    padding: 5px 20px 5px 0px;
}

.detail-feature-value {
    font-size: 16px;
    padding: 5px 20px 5px 0px;
}
.detail-review-box{
    text-align:right;
}
.flot-x-axis .tickLabel {
    transform: rotate(-20deg);
    padding-top: 10px;
    font-family: Arial;
    font-size: 12px;
}
.flot-y-axis .tickLabel {
    font-family: Arial;
    font-size: 12px;
}
#News .news {
    margin-bottom: 20px;
}
.news-img-container {
    text-align: center;
    min-height:200px;
    line-height:200px;
    border:1px solid #ccc;
    position:relative;
}
.news-percentage {
    width: 50px;
    height: 50px;
    background-color: #5AE695;
    color: #000;
    font-weight: bold;
    border-radius: 50%; /* rende il div un cerchio */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position:absolute;
    bottom:10px;
    right:10px;
    border:2px solid #fff;
}
.news-img {
    max-width: 200px;
    max-height: 200px;
    padding: 20px;
    /*width:100%;*/
}
.news-date {
    background-color: #eee;
    padding:2px;
}
.news-time {
    background-color: #eee;
    padding: 2px;
}
.news-link{
    color:#000;
    border-bottom:1px solid #7e3ff2;
}
.newsarticle-img-container {
    text-align: center
}
    .newsarticle-img-container img {
        max-width: 100%; /* Non supera il contenitore */
        height: auto; /* Mantiene le proporzioni */
        max-height: 500px; /* Limite in altezza */
        padding: 20px;
        display: block; /* Elimina eventuali spazi extra sotto l'immagine */
        margin:auto;
    }
/* stile guide con bordi */
.box-radius {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 24px rgba(17,24,39,.06);
}
    .box-radius.box-radius-gray {
        background: #f6f7f9;
        border: 1px solid #e5e7eb;
    }
    .box-radius .faq details {
        background: #f6f7f9;
        border: 1px solid #e5e7eb;
        padding: 2rem 2.25rem;
        border-radius: 14px;
        margin-top: 20px;
        cursor: pointer;
    }
    .box-radius .faq details summary{
        font-weight: bold;
    }
        .box-radius .faq details p {
            padding-top: 14px;
        }
        .box-radius .faq details > summary {
            display: list-item; /* fondamentale: riattiva il marker */
            list-style-position: outside;
        }
            .box-radius .faq details > summary::-webkit-details-marker {
                display: list-item; /* in alcuni casi basta anche rimuovere regole che lo nascondono */
            }
    .box-radius .callout {
        border-left: 4px solid #5AE695;
        padding: .9rem 1rem;
        background: #f6f7f9;
        border-radius: 12px;
        margin: 1rem 0;
    }
    .box-radius .muted {
        margin-top: .8rem;
        color: #4b5563;
    }
.box-radius .table-wrap{
    overflow: auto;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .box-radius th {
        background: #f6f7f9 !important;
        color: #4b5563 !important;
    }
    .box-radius th, .box-radius td {
        text-align: left !important;
    }
    .box-radius table {
        margin: 0px !important;
        border-collapse: collapse;
    }
/* FINE stile guide con bordi */

        .link-js {
            cursor: pointer;
        }
.underline{
    text-decoration:underline;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #131313;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    /*text-transform: uppercase;*/
    border: 1px solid #131313;
    max-width: 250px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 14px;
    font-size:18px;
}

    .button:hover, .button:focus {
        background-color: #5AE695;
        border-color:#5AE695;
        text-decoration: none;
        color:#000;
    }
.button-inverted {
    color: #777;
    background: #eee;
    border-color:#777;
}
.button-green, .button-green-black {
    background-color: #5AE695;
    border-color: #5AE695;
    color: #000;
}
    .button-green:hover, .button-green:focus {
        background-color: #131313;
        border-color: #131313;
        color: #fff;
    }
    .button-green-black:hover, .button-green-black:focus {
        background-color: #131313;
        border-color: #5AE695;
        color: #5AE695;
    }
.button-red {
    background-color: #d10000;
    border-color: #d10000;
}
.button-pink {
    background-color: #f48fb1;
    border-color: #f48fb1;
}
.button-white-black {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
    .button-white-black:hover, .button-white-black:focus {
        background-color: #131313;
        border-color: #fff;
        color: #fff;
    }
.button-100{
    width:100%;
    max-width:initial;
}
.button-auto{
    max-width:initial;
}
.alert-button {
    background-color: #eee;
    border-color: #131313;
    color: #131313;
}
    .alert-button:hover, .alert-button:focus {
        background-color: #eee;
        border-color: #131313;
    }
    .inline-button{
        display:inline-block;
    }
.detail-alert {
    display: flex;
    width: 100%;
    gap: 8px;
}
.facebook-button, .telegram-button {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}
.facebook-button {
    background-color: #3b5998;
    border-color: #3b5998;
}
.telegram-button {
    background-color: #4e96d4;
    border-color: #4e96d4;
}
#alert-me{
    display:none;
}

.inline {
    display: inline-block;
}

/*list*/

.filter-title {
    font-size: 20px;
    color: #777;
    border-bottom: 1px solid #ddd;
    /*background-color:#eee;
    padding:5px;*/
}

.filters{
    list-style: none;
    padding: 10px 0px;
    margin: 0px 0px 10px 0px;
}
.filter {
    color: #31302e;
}
.filter-price {
    position: relative;
    float: left;
    width: 38%;
    margin-right: 4%;
}
.filter-price-label, .filter-price-button {
    height: 30px;
    font-size: 13px;
}
.filter-price-label {
    position: absolute;
    z-index: 2;
    line-height: 30px;
    padding-left: 2px;
}
.filter-price-button {
    padding: 5px;
    width: 16%;
    float: left;
    background-color: #fff;
    color: #131313;
    border: 1px solid #131313;
    text-transform: uppercase;
}

.filter-price-input {
    padding: 5px 5px 5px 32px !important;
    height: 30px !important;
    width:100%;
    border:1px solid #ddd;

}


.tag, .tag-nojs {
    display: inline-block;
    padding: 2px 5px;
    margin: 10px 5px 0px 0px;
    background-color: #eee;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 14px;
}
a.tag:hover, a.tag:focus, a.tag.active-True, a.tag.selected, a.tag-nojs:hover, a.tag-nojs:focus, a.tag-nojs.active-True, a.tag-nojs.selected {
    background-color: #5AE695;
    color: #131313;
    text-decoration: none;
}
.tag-colore {
    text-transform: capitalize;
}

.radio-True.active-True {
    color: #5AE695 !important;
    font-weight:bold;
    background-color: #fff !important;
}

.radio-True {
    display: block;
    border-radius: 0px;
    background-color: #fff;
    color: #31302e;
    font-size: 14px;
    padding: 3px 0px;
    margin: 0px;
    text-transform: uppercase;
}
    .radio-True:hover, .radio-True:focus {
        background-color: #fff !important;
        color: #31302e !important;
        text-decoration: underline !important;
    }


#tags-ul-inline{
    list-style:none;
    padding:0px;
    margin:0px;
}
#tags-ul-inline li{
    display:inline-block;
}
#tags {
    display: block;
    margin-top: 10px;
    min-height: 38px;
}
#tags .tag {
    border: 1px solid #131313;
    background-color: #fff;
    color: initial;
    position: relative;
    padding-right: 20px;
    color: #131313;
}

    #tags .tag:hover {
        color: #FF6056;
        border: 1px dashed #FF6056;
    }

        #tags .tag i {
            font-size: 16px;
            position: absolute;
            top: 0px;
            right: 0px;
        }


.order {

}

.order-select {
    border: 0px;
    border-radius: 0px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 75px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    float: right;
    text-align: right;
}
.order-text {
    color: #131313;
    position: absolute;
    left: 0px;
    top: 2px;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 1;
   
}


.noproducts {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    background-color: #fff;
}

.product {
        margin-bottom: 30px;
        overflow: hidden;
        background: white;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 18px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      transition: transform 0.2s, box-shadow 0.2s;
      position: relative;
      text-decoration: none;
      color: inherit;
}
/*.product.amz-True{
    border-color:#777;
}*/
/*.product:hover {
    border-color: #7e3ff2;
}
.product:hover .product-lowest-price {
    background-color: #7e3ff2;
    color: #fff;
}*/
.product-link {
    text-decoration: none !important;
    display:block;
}
.product-brand {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-3);
    font-weight: 700;
    display: block;
    margin-bottom:7px;
}
.product-feature {
    position: absolute;
    right: 0px;
    bottom: -15px;
    background-color: #eee;
    border-radius: 5px;
    padding: 1px 5px;
    color: #000;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-family:var(--font-mono);
}
.product-photo-container {
    text-align: center;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.product-photo {
    max-width: 100%;
    max-height: 150px;
    border: 0px;
}

.product-title {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 20px;
    height: 125px;
    overflow-y: hidden;
    word-wrap: break-word;
    color: #000;
    font-weight:normal;
    /*font-weight:300;*/
}
.product-price-container {
    font-size: 13px;
    /*position: relative;*/
    white-space: nowrap;
}
.product-price {
    font-weight: 500;
    font-size: 20px;
    color: #000 !important;
}
.product-old-price {
    text-decoration: line-through;
    color: #999;
}
.product-no-price {
    color: #d10000;
    font-size: 20px;
}
.product-lowest-price, .product-gaming, .product-tag {
    position: absolute;
    right: -32px;
    top: 30px;
    padding: 4px 29px;
    /*background-color: rgba(158,209,75,.8);*/
    background-color:#eee;
    color: #131313;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(40deg);
    z-index: 2;
    width: 162px;
    text-align: center;
    
}
.product-gaming {
    background-color: rgba(209,0,0,.8);
    color:#eee;
}
.product-tag {
    background-color: rgba(0,0,0,.8);
    color: #eee;
}

.product-new {
    padding: 10px;
    position: absolute;
    left: -1px;
    top: -1px;
    border: 1px solid #5AE695;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #5AE695;
    color: #131313;

}

.product-var-perc {
    position: absolute;
    /*bottom: 25px;*/
    left: 0px;
    top: 0px;
    background-color: #131313;
    color: #fff;
    padding: 2px 5px;
    width: 44px;
    text-align: center;
    font-size: 12px;

}

/*brand list*/
.bold-True{
    font-weight:bold;
}
.brand_list_group {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.brand_list_letter {
    font-size: 25px;
}
.brand_list{
    list-style:none;
    line-height:25px;
    padding-left:0px;
}
.brand_list_link{
    color:#31302e;
}
.brand-social{
    text-align:center;
}
    .brand-social a {
        display: inline-block;
        padding: 5px 10px;
        font-size: 30px;
        border: 2px solid;
        margin: 0px 5px;
        color: #0f1418;
        border-color: #0f1418;
    }


/* offerte news */
.h1-left {
    font-size: 35px;
    line-height: 1.2;
}
.hero-img{
    width:100%;
    height:auto;
}
.update-date{

}
/**/
.paging {
    /*border:1px solid #ddd;*/
    text-align: center;
    text-transform: uppercase;
}
.page-item {
    padding: 10px 20px;
    display: inline-block;
    /*border-left: 1px solid #ddd;*/
}
    .page-item:first-child {
        border-left:0px;
    }
.page-link, .page-prev, .page-next{
    color:#333;
}
.page-prev, .page-next {
    padding: 5px;
}
.page-link:hover,.page-current {
    text-decoration: none;
    background-color: #eee;
}
.icon-separator {
    text-align: center;
    font-size: 40px;
    display: inherit;
}
/*

    .product.bin_true {
        opacity: 0.4;
    }
    */

.green, .red {
    padding: 0px 4px;
    text-transform: uppercase;
    font-weight:bold;
}
    .green {
        background-color: #5AE695;
    }

.red {
    background-color: #FF6056;
    
}

.error {
    color: #d10000;
    font-size: 12px;
    padding: 5px;
}
.success {
    color: #9ed14b;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
}

footer {
    padding-top: 45px;
    background-color: #131313;
    color: #626262;
    /*margin-top:40px;*/
}
    footer a {
        color: #5AE695;
    }
        footer a:hover, footer a:focus{
            color: #fff;
        }
.footer-title {
    text-transform: uppercase;
    color: #eee;
    margin: 0px;
    font-size: 16px;
}
.footer-social-container{
    text-align:right;
}
.footer-social {
    background-color: #222;
    border: 2px solid #5AE695;
    border-radius: 20%;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 98px;
    text-align: center;
    color: #5AE695;
    font-size: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
    .footer-social:hover, .footer-social:focus {
        border-color: #fff;
        color:#fff;
    }
footer .privacy {
    padding-top: 45px;
    padding-bottom:10px;
}
footer .privacy a {
    color: #626262;
    text-decoration:underline;
}
.swap-2{
    display:none;
}

/*
.modal-title {
    font-size: 40px;
    text-transform: uppercase;
}*/

.modal-content {
    background-color: #eee;
    border:0px;
}
.modal-header, .modal-body, .modal-footer {
    padding: 20px;
    border-bottom: 0px;
    border-top: 0px;
}
.modal-header {
    padding: 20px 0px;
}
.modal-title {
    font-size: 25px;
    color: #5AE695;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.modal-close {
    font-size: 30px;
    background: none;
    border: 0px;
    position: absolute;
    top: 0px;
    top: 15px;
    right: 0px;
    padding: 0px;
    color: #5AE695;
    /*
    border: 1px solid;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    */
    background-color: #000;
}

mark {
    background: var(--highlight-soft);
    color: var(--highlight-dark);
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
}
blockquote {
    margin: 28px 0;
    padding: 22px 26px;
    border-left: 3px solid var(--ink);
    background: white;
    border-radius: 0 14px 14px 0;
    color: var(--ink);
}
.detail-html {
    line-height: 1.7;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 56px;
    align-items: start;
}

    #html-description h3 {
        font-size: 22px;
        letter-spacing: -0.01em;
        margin: 36px 0 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        scroll-margin-top: 80px;
    }
        #html-description h3::before {
            content: "";
            width: 24px;
            height: 2px;
            background: var(--highlight);
            display: inline-block;
        }
    #html-description aside {
        position: sticky;
        top: 24px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
        #html-description aside nav a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 0;
            font-size: 13.5px;
            color: var(--ink-2);
            text-decoration: none;
            border-bottom: 1px dashed var(--line);
            transition: color 0.15s;
        }
            #html-description aside nav a:hover {
                color: var(--ink);
            }
            #html-description aside nav a::before {
                content: "→";
                color: var(--highlight-dark);
                font-weight: 700;
            }
            #html-description aside nav a:last-child {
                border-bottom: 0;
            }
            #html-description aside nav div {
                border-bottom: 1px solid var(--line);
                padding-bottom:10px;
                margin-bottom:0px;
            }

#html-description ul {
    padding-left: 14px;
    list-style: square;
}
#html-description .placeholder{
    margin-bottom:40px;
}

#html-description dl {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
    border-top: 1px solid #ccc;
}
#html-description dt {
    flex-basis: 40%;
    padding: 5px 4px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ccc;
}
#html-description dd {
    flex-basis: 60%;
    flex-grow: 1;
    margin: 0;
    padding: 5px 4px;
    border-bottom: 1px solid #ccc;
    color: #666;
    background-color: #eee;
}
.html-product-icon {
    padding: 40px;
    background-color: #eee;
    border-radius: 10px;
    font-size: 80px;
    text-align: center;
    color: #7e3ff2;
    display: inline-block;
}

.html-product-img {
    width:100%;
    height:auto;
}
.html-product-video {
    width: 100%;
    height: 550px;
}


#Page_Hero table, #html-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
}

#Page_Hero th, #Page_Hero td, #html-description th, #html-description td{
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

#Page_Hero th, #html-description th{
    background: #333;
    color: white;
}
#html-description th, #html-description td {
text-align:left;
}
.thankyou{
   font-size:20px;
   display:none;
}
    .thankyou i {
        font-size: 60px;
        display: block;
        float: left;
        width:150px;
    }
    .thankyou div{
        padding:15px;
    }
    .thankyou strong {
        color: #5AE695;
    }

/* form contatto */
.form .field-group {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 65px;
    background-color: #eee;
    padding: 10px;
}

.form label {
    line-height: 1.5;
    padding-left: 5px;
    font-weight: bold;
}

.form .field {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 5px;
    border: 0px;
    outline: none;
    border: none;
}

.focus {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #5AE695;
    }

.form input.field {
    height: 40px;
}

.form textarea.field {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 13px;
}


.form .field:focus + .focus::before {
    width: 100%;
}

/*checkbox*/
.wrap-checkbox input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.wrap-checkbox label {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: normal !important;
}

    .wrap-checkbox label span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .wrap-checkbox label span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #d9d9d9;
            transition: all 0.2s ease;
        }

            .wrap-checkbox label span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #FFFFFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

            .wrap-checkbox label span:first-child:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #5AE695;
                display: block;
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

    /*.wrap-checkbox label span:last-child {
            padding-left: 8px;
        }*/

    .wrap-checkbox label:hover span:first-child {
        border-color: #5AE695;
    }

.wrap-checkbox input:checked + label span:first-child {
    background: #5AE695;
    border-color: #5AE695;
    animation: wave 0.4s ease;
}

    .wrap-checkbox input:checked + label span:first-child svg {
        stroke-dashoffset: 0;
    }

    .wrap-checkbox input:checked + label span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }





/*media query md*/
@media (min-width:992px) and (max-width:1200px) {
    .macro-link {
        padding: 15px 4px;
    }

    .link-right {
        margin-right: 0px;
    }

    .black-friday-box .span-1 {
        left: -10px;
    }

    .black-friday-box .span-2 {
        left: 90px;
    }

    .black-friday-box .span-3 {
        right: -20px;
        font-size: 100px;
    }
}
/* xs e sm */
@media (max-width:992px) {
    .hero {
        padding-top: 0px;
        height: 500px;
        border-top: 1px solid #333;
    }

    .slider .product-container, .slider .product-other-container {
        width: 200px;
    }

    .slider .product-other-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .slider .product-other-icon-container {
        left: 5px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { /* mettere sempre l'xs anche se è un 12*/
        padding-left: 5px;
        padding-right: 5px;
    }

    .html-product-video {
        height: 300px !important;
    }

    .container-menu {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    .compare-row {
        grid-template-columns: 120px repeat(3, 1fr);
        font-size: 12px;
    }

    .features-grid .item, .features-grid .item.big {
        grid-column: 1 / -1;
    }

    .spec-row {
        grid-template-columns: 130px 1fr;
    }

    .free-search {
        position: absolute;
        /*width: 100%;*/
        margin-top: 0px;
        padding: 10px 20px;
        display: none;
        left: 0px;
        top: 100px;
        right: 0px;
        z-index: 50;
        margin-left: -10px;
        margin-right: -10px;
    }


    .logo {
        width: 174px;
        height: 48px;
        margin-top: 30px;
        margin-left: 5px;
    }

    .menu {
        position: fixed;
        left: -300px;
        width: 300px;
        background-color: #eee;
        height: 100%;
        z-index: 200;
        top: 0px;
        text-align: left;
        overflow: auto;
        justify-content: initial;
        display: block;
    }

    .detail-html {
        grid-template-columns: 1fr;
        gap: 32px;
    }
        .detail-html aside {
            position: static;
            flex-direction: row;
            flex-wrap: wrap;
        }
            .detail-html aside .box-colored {
                flex: 1;
                min-width: 200px;
            }

    body .column-opened {
        overflow: hidden;
    }

        body.column-opened .column {
            left: 0px;
        }

        body.column-opened .layer {
            display: block;
            z-index: 50;
        }

        body.column-opened .bar-1, body.column-opened .bar-2 {
            transform: rotate(45deg);
            position: absolute;
            left: 10px;
            top: -18px;
        }

        body.column-opened .bar-1 {
            transform: rotate(-45deg);
        }

        body.column-opened .bar-3 {
            display: none;
        }


    .macro-category {
        display: block;
    }

        .macro-category:hover .sub-menu-container {
            display: none;
        }

    .macro-link {
        padding: 15px 11px;
    }

        .macro-link .icon-down-dir {
            float: right;
        }

    .sub-menu-container {
        display: none;
        position: static;
        box-shadow: none;
    }

    .sub-menu {
        margin-top: 0px;
    }

    .sub-menu-li {
        height: auto;
        padding: 5px 10px;
        float: left;
        width: 50%;
        text-align: center;
        height: 92px;
    }

    .sub-link, .sub-icon {
        font-size: 12px;
        position: static;
        display: block;
        line-height: 14px;
        border: 0px;
    }

    .sub-icon {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .detail-other-site-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .filters-group {
        position: fixed;
        width: 300px;
        top: 0px;
        left: -300px;
        background-color: #fff;
        padding: 15px;
        z-index: 100;
        height: 100%;
        overflow-y: auto;
    }

    .spec-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 16px 22px;
    }
    .spec-row:last-child {
        border-bottom: 0;
    }
    /*
    .filter-button {
        position: fixed;
        display: block;
        bottom: 0px;
        left: 0px;
        z-index: 50;
        right: 0px;
        padding: 10px;
        width: 100%;
        background-color: #9a3af4;
        border: 0px;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        border-top: 2px solid #fff;
    }*/
    .filter-button {
        text-transform: uppercase;
        color: #333;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
    }

    .filter-and-order {
        background-color: #eee;
        padding: 5px;
        margin-bottom: 5px;
    }



    .detail-title {
        font-size: 18px;
        line-height: 25px;
    }
    
    .keyspecs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

        .keyspecs-grid .item:nth-child(2n+1) {
            border-right: 1px solid var(--line);
        }

        .keyspecs-grid:nth-last-child(-n+2) {
            border-bottom: 0;
        }

        .keyspecs-grid .item {
            border-right: 0px;
            border-bottom: 1px solid var(--line);
        }
}
/*media query sm*/

@media (min-width:768px) and (max-width:992px) {
    .hero-image img {
        height: 350px;
        margin-top: 50px;
    }

    .hero-text {
        margin-top: 0px;
        padding-top: 100px;
    }

    #Index .splide__arrow {
        margin-top: 75px !important;
    }

    .html-product-video {
        height: 400px !important;
    }
}
/*media query xs*/
@media (max-width:767px) {
    /*.h1hero, .h1, .h2 {
        font-size: 25px;
        line-height: 28px;
    }*/
    #Index .h1hero {
        height: 140px;
    }

    .hero-text, .hero-image img {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .hero-text .hashtag {
            font-size: 15px;
            line-height: 27px;
        }

    .hero-image img {
        height: 200px;
        padding: 10px;
    }

    #Index .splide__arrow {
        margin-top: 110px !important;
    }

    .section-link {
        margin-top: 0px;
        text-align: right;
        font-size: 15px;
    }
    .top .line {
        display: none;
    }

    .home-icon {
        padding: 20px;
    }

    .h1sub {
        display: inline-block;
        font-size: inherit;
        margin-top: 0px;
    }

    .page-link, .page-separator {
        display: none !important;
    }


    .product {
        padding: 8px;
    }
    .product-link {
        padding: 10px !important;
    }



    #Product .box {
        font-size: 14px;
        padding: 10px;
        min-height: 150px;
    }

    #Product .box-value {
        font-size: 18px;
    }

    #Product .box-icon {
        display: none;
    }

    

    .black-friday-box span {
        font-size: 60px;
    }

    .black-friday-box .span-1 {
        left: -20px;
    }

    .black-friday-box .span-2 {
        left: 20px;
    }

    .black-friday-box .span-3 {
        right: -30px;
        top: 40px;
        font-size: 90px;
    }

    #tags {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .product-other-container, .product-other-icon-container {
        height: 385px;
    }
}


@media (min-width:993px) {
    .free-search {
        display: block !important;
    }
}









@@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}








/*









footer {
    background-color: #eee;
    color: rgba(0,0,0,0.2);
    font-size: 20px;
    padding-top: 20;
    padding-bottom: 20px;
}

    footer i {
        transform: rotate(35deg);
    }
    */
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*
    SPLIDE SLIDER https://splidejs.com/guides/getting-started/
*/

.splide__container {
    box-sizing: border-box;
    position: relative
}
    .splide button[disabled], .splide html input[disabled] {
        background-color:#eee;
    }

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

    .splide__pagination li {
        display: inline-block;
        line-height: 1;
        list-style-type: none;
        margin: 0;
        pointer-events: auto
    }

.splide__progress__bar {
    width: 0
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden
}

    .splide.is-initialized, .splide.is-rendered {
        visibility: visible
    }

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .splide__slide img {
        vertical-align: bottom
    }

.splide__slider {
    position: relative
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
    display: block
}

    .splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 0
    }

        .splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
            opacity: 1;
            position: relative;
            z-index: 1
        }

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #131313;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    margin:0px 10px;
}

    .splide__arrow svg {
        fill: #fff;
        height: 1.2em;
        width: 1.2em
    }

    .splide__arrow:hover svg {
        fill: #fff;
    }

    .splide__arrow:focus {
        outline: none
    }

.splide__arrow--prev {
    left: 0px
}
#Index .splide__arrow--prev{
    right:50px;
    left:initial;
}
#Index .splide__arrow{
    margin-top: 155px;
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 0px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #131313;
    border: 0;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    transition: transform .2s linear;
    width: 8px
}

    .splide__pagination__page.is-active {
        background: #5AE695;
        transform: scale(1.4)
    }

    .splide__pagination__page:hover {
        cursor: pointer;
        opacity: .9
    }

    .splide__pagination__page:focus {
        outline: none
    }

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

    .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
        border: 3px solid #000
    }

    .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
        outline: none
    }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em
}

    .splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: scaleX(1)
    }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

    .splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: scaleX(-1)
    }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em
}

    .splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: rotate(-90deg)
    }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    bottom: 1em;
    top: auto
}

    .splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: rotate(90deg)
    }

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

/*
    FONTELLO
*/
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?v=OaI-EQJONM3n8m2e2A-XfE9QmCU&23318465');
    src: url('../font/fontello.eot?v=OaI-EQJONM3n8m2e2A-XfE9QmCU&23318465#iefix') format('embedded-opentype'), url('../font/fontello.woff2?v=N_5oCYITAtR13i8Z9eZ5loTkW9c&23318465') format('woff2'), url('../font/fontello.woff?v=5kAJv6tSDY1rq4ysr3jz_BppJf4&23318465') format('woff'), url('../font/fontello.ttf?v=Aj-bUtHN542WJZ4bRmBK5Ud6S6E&23318465') format('truetype'), url('../font/fontello.svg?v=9XFa43BBCiiDRe5CmzOIKTcmt10&23318465#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?v=9XFa43BBCiiDRe5CmzOIKTcmt10&23318465#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-combo:before {
    content: '\e800';
}
/* '' */
.icon-up-dir:before {
    content: '\e801';
}
/* '' */
.icon-emo-unhappy:before {
    content: '\e802';
}
/* '' */
.icon-star-empty:before {
    content: '\e803';
}
/* '' */
.icon-down-dir:before {
    content: '\e804';
}
/* '' */
.icon-search-1:before {
    content: '\e805';
}
/* '' */
.icon-chart-line:before {
    content: '\e806';
}
/* '' */
.icon-user:before {
    content: '\e807';
}
/* '' */
.icon-emo-thumbsup:before {
    content: '\e808';
}
/* '' */
.icon-check:before {
    content: '\e809';
}
/* '' */
.icon-sedia:before {
    content: '\e80a';
}
/* '' */
.icon-cancel:before {
    content: '\e80b';
}
/* '' */
.icon-right-dir:before {
    content: '\e80c';
}
/* '' */
.icon-left-dir:before {
    content: '\e80d';
}
/* '' */
.icon-cog:before {
    content: '\e80e';
}
/* '' */
.icon-trash-empty:before {
    content: '\e80f';
}
/* '' */
.icon-plus:before {
    content: '\e810';
}
/* '' */
.icon-star:before {
    content: '\e811';
}
/* '' */
.icon-star-half-alt:before {
    content: '\e812';
}
/* '' */
.icon-home:before {
    content: '\e813';
}
/* '' */
.icon-telegram:before {
    content: '\e814';
}
/* '' */
.icon-facebook:before {
    content: '\e815';
}
/* '' */
.icon-mail:before {
    content: '\e816';
}
/* '' */
.icon-bell:before {
    content: '\e817';
}
/* '' */
.icon-warning-empty:before {
    content: '\e818';
}
/* '' */
.icon-attention-alt:before {
    content: '\e819';
}
/* '' */
.icon-fire:before {
    content: '\e81a';
}
/* '' */
.icon-smarphone:before {
    content: '\e81b';
}
/* '' */
.icon-globe:before {
    content: '\e81c';
}
/* '' */
.icon-tastiera:before {
    content: '\e864';
}
/* '' */
.icon-microphone:before {
    content: '\e867';
}
/* '' */
.icon-lights:before {
    content: '\e868';
}
/* '' */
.icon-controller-cable:before {
    content: '\e869';
}
/* '' */
.icon-laptop:before {
    content: '\e86b';
}
/* '' */
.icon-pendrive:before {
    content: '\e86c';
}
/* '' */
.icon-mousepad:before {
    content: '\e86d';
}
/* '' */
.icon-scrivania:before {
    content: '\e86f';
}
/* '' */
.icon-sedia-ufficio:before {
    content: '\e8d8';
}
/* '' */
.icon-filter:before {
    content: '\e8df';
}
/* '' */
.icon-hubusb:before {
    content: '\e900';
}
/* '' */
.icon-info-circled-alt:before {
    content: '\f086';
}
/* '' */
.icon-link-ext:before {
    content: '\f08e';
}
/* '' */
.icon-check-empty:before {
    content: '\f096';
}
/* '' */
.icon-desktop:before {
    content: '\f106';
}
/* '' */
.icon-scheda-video:before {
    content: '\f10b';
}
/* '' */
.icon-circle-empty:before {
    content: '\f10c';
}
/* '' */
.icon-controller:before {
    content: '\f11c';
}
/* '' */
.icon-powerline:before {
    content: '\f123';
}
/* '' */
.icon-webcam:before {
    content: '\f12c';
}
/* '' */
.icon-cuffie:before {
    content: '\f133';
}
/* '' */
.icon-scheda-madre:before {
    content: '\f145';
}
/* '' */
.icon-processore:before {
    content: '\f14a';
}
/* '' */
.icon-router:before {
    content: '\f14b';
}
/* '' */
.icon-acquisizione-video:before {
    content: '\f14c';
}
/* '' */
.icon-mouse:before {
    content: '\f14f';
}
/* '' */
.icon-raffreddamento:before {
    content: '\f150';
}
/* '' */
.icon-alimentatore:before {
    content: '\f153';
}
/* '' */
.icon-scheda-audio:before {
    content: '\f154';
}
/* '' */
.icon-ram:before {
    content: '\f157';
}
/* '' */
.icon-hdd:before {
    content: '\f158';
}
/* '' */
.icon-casse-pc:before {
    content: '\f159';
}
/* '' */
.icon-case:before {
    content: '\f15a';
}
/* '' */
.icon-monitor:before {
    content: '\f15b';
}
/* '' */
.icon-youtube:before {
    content: '\f16a';
}
/* '' */
.icon-instagram:before {
    content: '\f16d';
}
/* '' */
.icon-dot-circled:before {
    content: '\f192';
}
/* '' */
.icon-bell-off-empty:before {
    content: '\f1f7';
}
/* '' */
.icon-wheel-stand:before {
    content: '\e871';
}
/* '' */
