@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Dosis:600");
@import url("https://fonts.googleapis.com/css?family=Oswald");

/*
 	#VARIABILI
	   #COLORI
       #FONTS
	#CLASS OVERRIDE
	#CLASSI GENERALI
	#CUSTOM LOGIN
	#TOPMENU
	#HEADER
	#RESI
	#MINICART
	#SEARCHBAR
		#INPUTSEARCH
		#MODALE RICERCA AUTO
		#MODALE RICERCA PER MARCA E LINEA
		#KROMEDA_SEARCH
		#MODALE PROMOZIONI
	#KROMEDA RISULTATI ELENCO
	#SCHEDA ARTICOLO
	#PAGE TITLE
	#PROMO FATTURATO
	#RISULTATI RICERCA
	#MECHELP
	
	#MECHELP NEW
	
	#LISTA FORNITORI MODAL
	#CART CONTENT
	#SWITCH DISPONIBILITA
	#CATALOGO PREMI
	#CATALOGO CUSTOM
	#TAB CONTENT
	#FOOTER
	#CUSTOM HOME
		#PROMO
		#NEWS
    #MARGINS
	#PADDINGS
	#DEBUG PANEL
	
	
	##COMPONENTS
*/
/* #VARIABILI
======================================= */
/* #COLORI */
/* $primaryColor: #1f2532; */
/* #FONTS */
/* #CLASS OVERRIDE
======================================= */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    min-height: 99.7%;
    position: relative;
}

#blusys_normativa_cookie {
    background: #fecb2f !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    height: auto !important;
    padding: 10px !important;
}

#blusys_normativa_cookie p {
    color: #000 !important;
    line-height: normal !important;
}

#blusys_normativa_cookie p a {
    color: #000 !important;
    text-decoration: underline !important;
    padding: 0 5px !important;
}

#blusys_normativa_cookie p a:hover {
    text-decoration: none !important;
}

#blusys_normativa_testo {
    text-decoration: none !important;
    top: 36px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.label-viola {
    background-color: #936;
}

.chart {
    width: 100%;
    min-height: 200px;
}

table > tbody > tr > td.disabled {
    cursor: default;
    pointer-events: none;
}

.form-control[readonly] {
    color: #b7b7b7;
    background: #f8f8f8;
    border-color: #ccc;
    cursor: default;
    pointer-events: none;
}

a.disabled {
    cursor: default;
    pointer-events: none;
}

span.btn-notes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: transparent;
    color: rgba(189, 16, 224, 1);
    cursor: pointer;
    animation: pulsating 1.3s infinite;
}

@keyframes pulsating {
    0% {
        transform: scale(0.85);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.85);
    }
}

.wip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 16px;
}


/* ---------- NUOVI RESI ------------- */


.doc-resi2 {
    background-color: #fff;
    border: 1px solid #eee;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 16px;
    padding: 12px;
    width: auto;
    border-radius: 8px;
}


.doc-resi2 > li {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.doc-resi2 > li a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    color: #333;
    border: 1px solid #eee;
    word-wrap: break-word;
}

.doc-resi2 li a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #000;
}

.doc-resi2 > li a img {
    height: 56px;
    width: auto;
    max-width: 100%;
}


/* #POPUP HOME PAGE
======================================= */
#scheduledPopup .modal-body img {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* input[type="text"].disabled, input[type="email"].disabled, input[type="search"].disabled, input[type="password"].disabled { opacity:0.6;cursor:default;} */
input:focus, textarea:focus {
    background: #fffdf4;
    color: #000;
    border-color: #ccc !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.tempo-red {
    background-color: #d51e29;
    color: #fff;
    padding: 4px 5px 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.tempo-yellow {
    background-color: #ffcc00;
    padding: 4px 5px 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.tempo-green {
    background-color: #0C6;
    color: #fff;
    padding: 4px 5px 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.priorita {
    background-color: #09F;
    color: #fff;
    padding: 4px 5px 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
}

.imgtecdoc {
    max-width: 90px;
    max-height: 70px;
    border: 3px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.alert {
    margin: 3px 3px 0 3px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    border: none;
}

.alert.carrello {
    margin: 0;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    border: none;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.alert.alert-warning {
    background: #f3e6a4;
    color: #5c4e04;
}

.alert.alert-info {
    background: #a8daf3;
    color: #266584;
}

.alert.alert-danger {
    background: #c54a4a;
    color: #fff;
}

.alert p a {
    color: #fff;
    text-decoration: underline;
}

.alert p a:hover {
    color: #fff;
    text-decoration: none;
}

.punteggio {
    background-color: transparent;
    border: 1px solid #333;
    color: #000;
    padding: 4px 5px 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    width: 60px;
    margin: 0 auto;
}

.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.clr-primary {
    color: #428bca !important;
}

.clr-danger {
    color: #ff3b30 !important;
}

a.clr-danger {
    color: #ff3b30 !important;
}

a:hover.clr-danger {
    color: #C9302C !important;
    text-decoration: none !important;
}

.table-responsive {
    overflow-y: auto;
}

.bg-danger {
    background: #ff3b30 !important;
}

.clr-success {
    color: #096 !important;
}

.bg-success {
    background: #096 !important;
}

.bg-blue {
    background: #003366 !important;
}

.bg-yellow {
    background: #ffcc00 !important;
    color: #333;
}

.bg-operatore {
    background: #ffcc00 !important;
}

.bg-agente {
    background: #66cc66 !important;
}

.clr-white {
    color: #fff !important;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #ccc;
    color: #333;
}

.text-white {
    color: #fff !important;
}

.text-accent {
    color: #ff530d !important;
}

.bg-accent {
    background: #ff530d !important;
}

p.text-reverse {
    color: #e2eaed !important;
}

p.text-lightgrey {
    color: #ccc !important;
}

.bg-reverse {
    background: #e2eaed !important;
}

.real-price-th {
    background: #bedab4 !important;
    color: #242f20 !important;
    border-bottom-color: #acc8a1 !important;
}

.real-price {
    background: #cae6be !important;
    color: #242f20 !important;
    border-top-color: #b9d8ac !important;
}

.btn-elleeffetrade {
    background: #fff url(/images/customers/001290/elleffetrade.png) no-repeat 5px center;
    background-size: 65px 22px;
    color: #0db6ff;
    border-color: #fff;
    padding: 3px 5px 3px 85px;
    text-align: right;
    font-size: 11px;
    line-height: 1em;
}

.btn-elleeffetrade:hover, .btn-elleeffetrade:active, .btn-elleeffetrade:focus {
    background-color: #0098d9;
    color: #fff;
    border-color: #0098d9;
}

.kromeda-search p.selected-vehicle {
    line-height: 1.6;
    margin: 4px 0 0 0 !important;
}

.kromeda-search p.selected-vehicle a {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 120px;
    color: #FF530D;
}

/* ##COMPONENTS
======================================= */

.login-message {
    background-color: #FF3B30;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    margin: 16px 0 0 0;
    padding: 16px;
    text-align: left;
    overflow-wrap: break-word;
}

.title-container {
    margin: 0;
    background-color: #f8fafb;
    color: #1f2c32;
    text-transform: capitalize;
    font-weight: 500;
    padding: 16px 16px 0 16px;
    font-size: 18px;
}

.main-container {
    margin: 0;
    padding: 16px;
    background-color: #f8fafb;
}

.card-container {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(31, 44, 50, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(31, 44, 50, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(31, 44, 50, 0.1);
    border-radius: 5px;
    border-left: 5px solid #1f2c32;
}

.card-container .table > thead > tr.active > th {
    background-color: transparent;
}

a.remove-row {
    color: #ff3b30;
}

a.download-row {
    color: #007aff;
}

/* #POPUP RICHIESTA
======================================= */
.popover-content .popup-richiesta {
    padding-top: 10px;
}

.popover-content .popup-richiesta p {
    text-align: left;
}

.popover-content .popup-richiesta p span {
    font-size: 18px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.popover-content .popup-richiesta p small {
    font-size: 11px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.popover-content .popup-richiesta hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
}

.popover-content .popup-richiesta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.popover-content .popup-richiesta ul li {
    float: left;
    background: transparent url(/images/ico-check-mechelp.png) no-repeat 0 center;
    background-size: 15px 15px;
    padding-left: 18px;
    padding-right: 10px;
}

.popover-content .popup-richiesta ul.immagini {
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.popover-content .popup-richiesta ul.immagini li {
    float: left;
    background: none;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0 4px 0 0;
    width: 60px;
    height: 60px;
}

.popover-content .popup-richiesta .jp-details, .popover-content .popup-richiesta .jp-progress, .popover-content .popup-richiesta .jp-time-holder, .popover-content .popup-richiesta .jp-volume-controls {
    display: none;
}

.popover-content .popup-richiesta .jp-audio {
    width: 100%;
    margin: 0;
}

.popover-content .popup-richiesta .jp-interface {
    background-color: #fff;
    height: auto;
}

.popover-content .popup-richiesta .jp-audio {
    border: none;
}

.popover-content .popup-richiesta .jp-audio .jp-controls {
    width: 100%;
    padding: 5px 0 0 134px;
}

.popover-content .popup-richiesta .jp-stop {
    display: none;
}

.popover-content .popup-richiesta .jp-play {
    background: url(../images/jplayer.blusys.jpg) no-repeat;
}

/* #PROMO-TICKER
======================================= */
.promo-ticker {
    background: #466371;
    height: 41px !important;
    padding: 8px 5px;
}

.promo-ticker .item {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.promo-ticker .item a {
    display: block;
    padding: 5px 12px;
    border-radius: 2px;
    background: #fff;
    line-height: 15px;
}

.promo-ticker .item a:hover {
    background: #eee;
    text-decoration: none;
}

.promo-ticker .item a img {
    float: left;
    height: 15px !important;
    width: auto;
    margin: 0 10px 0 0;
}

/* #SEARCH RESULT
======================================= */
.search-result {
    margin: 0;
    padding: 10px 5px 0 5px;
    list-style: none;
    font-size: 0;
}

.search-result li {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
    width: 24%;
    margin: 0 .5% 10px .5%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.search-result li a {
    display: block;
    padding: 10px;
    background: #fff url(/images/arrow-right.png) no-repeat right 10px center;
    background-size: 15px 15px;
    border-radius: 3px;
    line-height: 1em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.search-result li a span {
    font-size: 10px;
    color: #999;
}

.search-result li a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    background-position: right 8px center;
}

.search-result li a img {
    float: left;
    height: 23px;
    margin: 2px 10px 0 0;
}


.search-tree {
    border-right: 3px solid #1C3B63;
}

.search-tree input[type="text"] {
    border-radius: 0 !important;
    border: none;
    border-bottom: 2px solid #1C3B63;
}


/* #SWITCH USER
======================================= */
.switch-user {
    width: 100%;
    background: #FC0;
    padding: 15px;
}

.switch-user p {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.switch-user p a {
    color: #fff;
    background: #000;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
}

.switch-user p a:hover {
    text-decoration: none;
    background: #666;
}

.switch-user p a:active {
    text-decoration: none;
    background: #666;
}

/* #CLASSI GENERALI
======================================= */
.fh {
    height: 100vh;
}

.of {
    overflow: auto;
    overflow-x: hidden;
}

.euro {
    color: #CCC !important;
    font-size: 12px !important;
}

.hr-primary {
    color: #1f2c32 !important;
    background: #1f2c32 !important;
    height: 5px;
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap !important;
}

.table-xcondensed > thead > tr > th, .table-xcondensed > tbody > tr > th, .table-xcondensed > tfoot > tr > th, .table-xcondensed > thead > tr > td, .table-xcondensed > tbody > tr > td, .table-xcondensed > tfoot > tr > td {
    padding: 3px;
}

th {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    color: #1f2c32;
}

td {
    color: #1f2c32;
}

.table-cursor > tbody > tr:hover {
    cursor: pointer;
}

table, .table a:hover {
    text-decoration: none;
}

table, .table a:active {
    text-decoration: none;
}

.input-group-addon {
    padding: 6px;
    background-color: #fbfbfb;
    color: #666;
    border-radius: 2px;
    font-size: 10px;
}

/* #CUSTOM LOGIN
================================================= */
.mg-logo {
    display: block;
    margin: 20px auto;
}

.mg-logo-2 {
    float: left;
    margin: 0 !important;
    padding: 3px 3px 3px;
    width: 70px;
    height: 70px;
}

.copyrights-login {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 110px;
    font-size: 11px;
    background: transparent url(../images/logo-blusys.png) no-repeat 28px center;
    background-size: 70px 32px;
}

#menu {
    width: 100%;
    height: auto;
    position: fixed;
    background: #fff;
    display: none;
    z-index: 9999;
    margin: 46px 0 0 0;
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.4);
}

/* #TOPMENU
================================================= */
.topmenu {
    padding: 12px;
    border-bottom: 1px solid #e2eaed;
}

.account {
    position: relative;
    float: right;
}

.dropdown-menu {
    z-index: 10001;
    min-width: 180px;
    padding: 0;
    margin: 0;
    border: 1px solid #7498a9;
}

.dropdown-menu-right {
    left: auto;
    right: 15px;
}

.dropdown-menu > li {
    padding: 0;
    border-bottom: 1px solid #7498a9;
}

.dropdown-menu > li:last-child {
    border-bottom: none;
}

ul.dropdown-menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 12px;
    color: #1f2c32;
}

ul.dropdown-menu li a:hover {
    background: #1f2c32;
    color: #fff;
}

.mostra-nascondi {
    float: right;
    margin: 1px 15px 0 0;
    padding: 0;
}

.mostra-nascondi label {
    font-size: 11px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    cursor: pointer;
    line-height: 20px;
    margin: 0;
    padding: 0 25px 0 0;
    color: #293a42;
}

.ricordami {
    margin: 0 0 20px 0;
    padding: 0;
}

.ricordami label {
    font-size: 12px;
    font-weight: normal !important;
    cursor: pointer;
    line-height: 20px;
    margin: 0;
    padding: 0 30px 0 0;
    color: #666;
}

/* #CHECKBOX E RADIO BUTTON NEW
================================================== */
.check input[type="radio"] {
    display: none;
}

.check input[type="radio"] + label {
    cursor: pointer;
}

.check input[type="radio"] + label span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.check input[type="radio"] + label span {
    background-color: #fff;
    border: 1px solid #a3bbc6;
}

.check input[type="radio"]:checked + label span {
    background: #fff url(/images/ico-radio-ricambisti.png) no-repeat center center;
    background-size: 15px 15px;
    border: 1px solid #7498a9;
}

.check input[type="radio"] + label span, .check input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.check input[type="checkbox"] {
    display: none;
}

.check input[type="checkbox"] + label {
    cursor: pointer;
}

.check input[type="checkbox"] + label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -3px 3px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.check input[type="checkbox"] + label span {
    background-color: #fff;
    border: 1px solid #7498a9;
}

.check input[type="checkbox"]:checked + label span {
    background: #fff url(/images/ico-check-ricambisti.png) no-repeat center center;
    background-size: 14px 14px;
    border: 1px solid #466371;
}

.check input[type="checkbox"] + label span, .check input[type="checkbox"]:checked + label span {
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

/* #CHECKBOX E RADIO BUTTON
================================================== */
.has-js .label_radio {
    background: url(/images/radio-off.png) no-repeat center right;
    background-size: 20px 20px;
}

.has-js .label_check {
    background: url(/images/check-off.png) no-repeat center right;
    background-size: 20px 20px;
}

.has-js label.c_on {
    background: url(/images/check-on.png) no-repeat center right;
    background-size: 20px 20px;
}

.has-js label.r_on {
    background: url(/images/radio-on.png) no-repeat center right;
    background-size: 20px 20px;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/* #HEADER
================================================= */
.header {
    background: none;
    padding-bottom: 5px;
}

.logo img {
    width: 100%;
    max-width: 325px;
}

.logo img.visible-xs {
    width: 100%;
    max-width: 180px;
}

.adv, .adv2 {
    max-height: 100px;
    overflow: hidden;
}

.adv img {
    width: 100%;
    max-width: 700px;
}

.adv2 img {
    width: 100%;
    max-width: 350px;
}

.adv2 {
    backgroundddd: transparent url(/images/bg-banner2.png) no-repeat center center;
    background-sizeddd: 173px 30px;
}

/* #RESI
================================================= */
.resi {
    background: #e4f4fa;
    border-bottom: 1px solid #ddd;
}

.ricerca-resi {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
    background: #1f2c32;
    border-radius: 2px;
    border: 2px solid #455069;
}

.carrello-resi {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 2px;
    border: 2px solid #1f2c32;
}

.carrello-resi .cnt-left {
    margin: 0;
    padding: 10px;
}

.carrello-resi .cnt-right {
    margin: 0;
    padding: 10px;
    border-left: 2px solid #1f2c32;
}

.carrello-resi p {
    text-align: center;
    font-size: 12px;
    color: #89a0ab;
    margin: 0;
}

.carrello-resi p.big {
    font-size: 22px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.carrello-resi .invia {
    margin: 0;
    padding: 10px;
    border-top: 2px solid #1f2c32;
}

.doc-resi {
    margin: 0 0 20px 0;
    padding: 10px 5px;
    list-style: none;
    background: #F9F9F9;
    border-top: 1px solid #eee;
}

.doc-resi li {
    float: left;
    margin: 0 .5% 15px .5%;
    padding: 0;
    width: 49%;
    font-size: 11px;
    font-weight: 400;
}

.doc-resi li a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 15px 8px;
    border-radius: 2px;
    color: #333;
    line-height: 1em;
    border: 1px solid #eee;
    min-height: 130px;
    word-wrap: break-word;
}

.doc-resi li a:hover {
    text-decoration: none;
    background: #1f2c32;
    color: #fff;
}

/* #MINICART
================================================= */
a.minicart2 {
    float: right;
    display: inline-block;
    background: #ff530d;
    color: #fff;
    padding: 2px 10px;
    margin: 0 15px 0 0;
    border-radius: 15px;
    font-weight: 300;
}

a.minicart2:hover, a.minicart2:focus, a.minicart2:active {
    text-decoration: none;
    background: #1f2c32;
}

a.mini-cart {
    display: block;
    border: 2px solid #1f2c32;
    background: #f1f5f7;
}

a:hover.mini-cart {
    display: block;
    border: 2px solid #ff530d;
    text-decoration: none;
    background: #e8f0f3;
}

a.mini-cart .items {
    color: #ff530d;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

a.mini-cart .total {
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
}

a.mini-cart .goto {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
    color: #FFF;
    background: #1f2c32;
}

a.mini-cart .noitems {
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ccc;
}

/* #SEARCHBAR
================================================= */
.searchbar {
    background: #1f2c32;
}

/* #INPUTSEARCH
================================================= */
.inputsearch label {
    color: #FFF;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1em;
}

.inputsearch input[type="text"] {
    color: #444;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.inputsearch button {
    color: #FFF;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

/* #MODALE RICERCA AUTO
================================================= */
.modal-car-cnt {
    border: 4px solid #1f2c32;
}

.modal-car-cnt .search-car-cnt input, .modal-car-cnt .search-model-cnt input, .modal-car-cnt .search-version-cnt input {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #1f2c32;
    background: #fff url(../images/r-ico-search-input.png) no-repeat 6px 6px;
    background-size: 20px 20px;
    padding-left: 30px;
}

/*
 .modal-car-cnt input::-webkit-input-placeholder {
 color: #ddd;
}
 .modal-car-cnt input:-moz-placeholder {
 color: #ddd;
}
 .modal-car-cnt input::-moz-placeholder {
 color: #ddd;
}
 .modal-car-cnt input:-ms-input-placeholder {
 color: #ddd;
}
*/
.search-car-cnt {
    position: relative;
    float: left;
    width: 30%;
    height: 500px;
    overflow: auto;
    border-right: 2px solid #1f2c32;
}

.search-model-cnt {
    position: relative;
    float: left;
    width: 70%;
    height: 250px;
    overflow: auto;
    border-bottom: 2px solid #1f2c32;
}

.search-version-cnt {
    position: relative;
    float: left;
    width: 70%;
    height: 250px;
    overflow: auto;
}

.search-version-cnt table td, .search-cod-motore table td {
    vertical-align: middle !important;
}

.search-cod-motore table tr.first-row {
    background: #1f2c32;
    font-weight: 700;
    text-transform: uppercase;
}

.search-cod-motore table tr.first-row td {
    color: #fff !important;
}

/*
.search-car-cnt input {
	border-radius:0;
	border:none;
	border-bottom:2px solid $primaryColor;
	text-transform:uppercase;
	background: transparent url(../images/r-ico-search-input.png) no-repeat 2px 4px;
	background-size: 22px 22px;
	padding-left:30px;
}
*/
/*
.search-car-cnt input::-webkit-input-placeholder {
 color: #666 !important;
}
.search-car-cnt input:-moz-placeholder {
 color: #666 !important;
}
.search-car-cnt input::-moz-placeholder {
 color: #666 !important;
}
.search-car-cnt input:-ms-input-placeholder {
 color: #666 !important;
}
*/
/*
.search-model-cnt input {
	border-radius:0;
	border:none;
	border-bottom:2px solid $primaryColor;
	text-transform:uppercase;
	background: transparent url(../images/r-ico-search-input.png) no-repeat 2px 4px;
	background-size: 22px 22px;
	padding-left:30px;
}
*/
/*
.search-model-cnt input::-webkit-input-placeholder {
 color: #666 !important;
}
.search-model-cnt input:-moz-placeholder {
 color: #666 !important;
}
.search-model-cnt input::-moz-placeholder {
 color: #666 !important;
}
.search-model-cnt input:-ms-input-placeholder {
 color: #666 !important;
}
*/
/*
.search-version-cnt input, .search-cod-motore input {
	border-radius:0;
	border:none;
	border-bottom:2px solid $primaryColor;
	text-transform:uppercase;
	background: transparent url(../images/r-ico-search-input.png) no-repeat 2px 4px;
	background-size: 22px 22px;
	padding-left:30px;
}
*/
/*
.search-version-cnt input::-webkit-input-placeholder {
 color: #666 !important;
}
.search-version-cnt input:-moz-placeholder {
 color: #666 !important;
}
.search-version-cnt input::-moz-placeholder {
 color: #666 !important;
}
.search-version-cnt input:-ms-input-placeholder {
 color: #666 !important;
}
*/
/* #MODALE RICERCA CLIENTI
================================================= */
.search-clienti {
    margin: 0;
    padding: 15px 0 0 0;
    background: #f9fdff;
    border-bottom: 1px solid #e5e5e5;
}

/* #MODALE RICERCA MARCA E LINEA
================================================= */
.search-marca-cnt {
    float: left;
    width: 40%;
    height: 300px;
    overflow: auto;
    border-right: 2px solid #1f2c32;
}

.search-linea-cnt {
    float: left;
    width: 60%;
    height: 300px;
    overflow: auto;
}

.search-marca-cnt input, .search-linea-cnt input {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #1f2c32;
    background: #fff url(../images/r-ico-search-input.png) no-repeat 6px 6px;
    background-size: 20px 20px;
    padding-left: 30px;
}

.search-descrizione {
    border-top: 4px solid #1f2c32;
    width: 100%;
    background: #1f2c32;
}

.search-descrizione input {
    border-radius: 2px;
    border: none;
}

/* #BOX PNEUMATICI
================================================= */
.cnt-pneumatici {
    background: #293942 url(../images/bg-gomme.jpg) no-repeat 0 0;
}

/* #KROMEDA_SEARCH
================================================= */
.kromeda-search {
    border-left: none;
}

.kromeda-search p {
    color: #e2eaed;
    font-size: 11px;
    line-height: 2.8em;
    margin: 0;
}

.kromeda-search p a {
    color: #ff530d;
    background: #fff;
    border-radius: 2px;
    padding: 2px 10px;
}

.kromeda-search p a:hover {
    color: #1f2c32;
    background: #bdd4de;
    border-radius: 3px;
    padding: 2px 10px;
    text-decoration: none;
}

.kromeda-search .btn-group {
    border-left: 1px solid #466371;
}

.kromeda-search .input-group-addon {
    color: #2b3a42;
    font-size: 12px;
}

.kromeda-search .input-group-addon a {
    color: #ff530d;
}

.kromeda-search .input-group-addon a:hover {
    color: #1f2c32;
}

.kromeda-search .input-group input[type="text"] {
    background: #f8f8f8;
    text-align: center;
    text-transform: uppercase;
}

.kromeda-search a.vehicle-selected {
    background-color: #fff;
    border-radius: 2px;
    color: #ff530d;
    font-size: 11px;
    line-height: normal;
    margin: 4px 8px 0 0;
    max-width: 130px;
    overflow: hidden;
    padding: 4px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.kromeda-search a.vehicle-selected:hover {
    background-color: #ff530d;
    color: #fff;
}

/*
.kromeda-search a.vehicle-selected span {
    color: #e2eaed;
}

 */


/* #MODALE PROMOZIONI
================================================= */
.modal-promozioni {
    margin: 0;
    padding: 0;
}

.modal-promozioni .titolo {
    margin: 0;
    padding: 0;
    color: #000;
    padding-top: 10px;
}

.modal-promozioni .titolo span.lead {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

.modal-promozioni .omaggio span.lead {
    font-weight: 500;
    color: #ff3300;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.1em;
}

.modal-promozioni .testata {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fbfbfb;
}

.modal-promozioni .testata p {
    margin: 0;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.modal-promozioni .titolo-promozioni {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #1f2c32;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/* #KROMEDA RISULTATI ELENCO
================================================= */
.cnt-title {
    margin: 0;
    padding: 5px;
    background: #1f2c32;
}

.cnt-title h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 0 !important;
}

.page-title-reverse {
    margin: 0;
    background: #1f2c32;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 !important;
}

.page-title-reverse a {
    color: #fff;
}

.page-title-reverse a:hover {
    color: #e2eaed;
    text-decoration: none;
}

.loader-kromeda {
    width: 100%;
    text-align: center;
    padding: 30px;
    color: #CCC;
}

.cnt-80-of {
    height: 80px;
    overflow: auto;
    background: #fff;
}

.cnt-min-max-of {
    min-height: 110px;
    max-height: 220px;
    overflow: auto;
    background: #fff;
}

.cnt-100-of {
    height: 100px;
    overflow: auto;
    background: #fff;
}

.cnt-110-of {
    height: 110px;
    overflow: auto;
    background: #fff;
}

.cnt-130-of {
    height: 130px;
    overflow: auto;
    background: #fff;
}

.cnt-150-of {
    height: 150px;
    overflow: auto;
    background: #fff;
}

.cnt-180-of {
    height: 180px;
    overflow: auto;
    background: #fff;
}

.cnt-250-of {
    height: 250px;
    overflow: auto;
    background: #fff;
}

.cnt-300-of {
    height: 300px;
    overflow: auto;
}

.cnt-330-of {
    height: 330px;
    overflow: auto;
}

.cnt-400-of {
    height: 400px;
    overflow: auto;
}

.brd-t-2 {
    border-top: 2px solid #617a89;
}

.brd-r-3 {
    border-right: 3px solid #1f2c32;
}

.brd-l-3 {
    border-left: 3px solid #1f2c32;
}

.oem-grafica {
    position: relative;
    background-color: #ff530d;
    padding: 0 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oem p, .oem-grafica p {
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.oem p a, .oem-grafica p a {
    color: #103D7A;
    background-color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
}

.oem p a:hover, .oem-grafica p a:hover {
    background-color: #eee;
    text-decoration: none;
}

.popover {
    max-width: 370px !important;
}

.popover-title {
    color: #ff530d;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #248ba9;
    border-color: #156d86;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
}

.kromeda-dizionario, #cssmenu {
    width: 100%;
    position: absolute;
    top: 23px;
    bottom: 0;
    overflow: auto;
}

#cssmenu > ul > li {
    background: #fff;
    border-bottom: 1px solid #1f2c32;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

#cssmenu > ul > li:hover {
    background: #e2eaed;
    color: #1f2c32;
}

#cssmenu > ul > li > a {
    position: relative;
    font-size: 12px;
    display: block;
    color: #1f2c32;
}

#cssmenu > ul > li > a img {
    width: 40px !important;
    height: 40px !important;
}

#cssmenu > ul > li > a i {
    position: absolute;
    top: 14px;
    right: 6px;
}

#cssmenu > ul > li > a > span {
    display: block;
    padding: 14px 5px;
}

#cssmenu > ul > li > a:hover {
    text-decoration: none;
}

#cssmenu > ul > li.active {
    background: #feea98;
}

/* Sub menu */
#cssmenu ul ul {
    display: none;
    background: #eee;
}

#cssmenu ul ul li {
    padding: 0;
    border-bottom: 1px solid #e2eaed;
    border-top: none;
    background: #f8f8f8;
}

#cssmenu ul ul li.active {
    background: #feea98;
}

#cssmenu ul ul li .success {
    color: #000;
    background: #dff0d8;
}

tr.danger {
    background: #feea98 !important;
}

#csssmenu ul ul li:last-child {
    border-bottom: 2px solid #1f2c32;
}

#cssmenu ul ul a {
    padding: 10px 10px 10px 20px;
    display: block;
    color: #1f2c32;
    font-size: 12px;
    font-weight: normal;
}

#cssmenu ul ul a:hover {
    color: #e94f31;
    background: #fff;
}

#cssmenu ul ul a:active {
    color: #000;
    background: #dff0d8;
}

a.btn-tecdoc {
    display: block;
    margin: 10px auto;
    /*width:200px;
      height:59px; */
    background: #fff;
}

/* #RICERCA TESTUALE TECDOC
================================================= */
#tecdoc-cat {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

#tecdoc-cat ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 3px solid #1f2c32;
    height: calc(100vh - 217px);
    overflow: auto;
}

#tecdoc-cat ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #1f2c32;
}

#tecdoc-cat ul li:last-child {
    border-bottom: none;
}

#tecdoc-cat ul li a {
    display: block;
    padding: 8px 15px;
    color: #1f2c32;
    border: none;
    border-radius: 0;
}

#tecdoc-cat ul li a:hover {
    display: block;
    color: #1f2c32;
    background: #e2eaed;
}

#tecdoc-cat div {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

#tecdoc-cat div a {
    position: relative;
    display: block;
    padding: 8px 15px 8px 25px;
    margin: 0;
    color: #1f2c32;
    background: #f8f8f8;
    border: none;
    border-bottom: 1px solid #e2eaed !important;
    border-radius: 0;
}

#tecdoc-cat div a:hover {
    background: #fff;
}

#tecdoc-cat div a i {
    position: absolute;
    top: 10px;
    right: 20px;
}

#tecdoc-cat div > div a.collapsed2 {
    background: #ebebeb;
    padding: 8px 15px 8px 45px;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #d4d4d4 !important;
}

#tecdoc-cat div > div a.collapsed2:hover {
    background: #fff;
}

#tecdoc-cat div > div > div a.collapsed3 {
    background: #fff;
    padding: 8px 15px 8px 65px;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #d4d4d4 !important;
}

#tecdoc-cat div div > div a.collapsed3:hover {
    color: #fff;
    background: #1f2c32;
}

.cross-results-cnt {
    height: calc(100vh - 184px);
    overflow: auto;
}

/* #SCHEDA ARTICOLO
================================================= */
.tecdoc-header {
    background: #F0FBFF;
    width: 100%;
    padding: 5px;
    border-bottom: 2px solid #0095D1;
    border-left: 1px solid #e2eaed;
}

.mistral-header {
    background: #fff url(/images/logo-mistral.png) no-repeat 5px 5px;
    background-size: 65px 25px;
    width: 100%;
    padding: 5px;
    border-bottom: 2px solid #004790;
    height: 37px;
}

.add-cart {
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #1f2c32;
}

.add-cart input[type=text] {
    background-image: none;
    border: none;
    border-radius: 2px;
    padding-left: 10px;
}

.add-cart .pref {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    font-size: 9px !important;
    color: #fff !important;
    margin: 0;
}

.add-cart .pref:hover, .add-cart .pref:active {
    color: #ffcc00 !important;
}

/* #PAGE TITLE
================================================= */
.page-title {
    margin: 0;
    background: #bdd4de;
    color: #2b3a42;
    text-transform: uppercase;
}

/* #PROMO FATTURATO
================================================= */

.card-promo-fatturato {
    background-color: #142947;
    border-radius: 10px;
    padding: 30px 30px 20px 30px;
}

.card-promo-fatturato h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    min-height: 56px;
    margin: 0;
}

.card-promo-fatturato label {
    color: #A0AFC5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.card-promo-fatturato p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.card-promo-fatturato p.large {
    font-size: 18px;
}

.card-promo-fatturato p.large.green {
    color: #4CD964
}

.card-promo-fatturato p.large.orange {
    color: #FF9500
}


/* #FILTRO CROSS
================================================= */
.filtro-cross {
    position: relative;
    margin: 0;
    background: #1f2c32;
    padding: 10px;
}

.filtro-cross input {
    padding-left: 30px;
}

#zi_elenco_cross {
    position: relative;
}

#zi_elenco_cross .fa-cog {
    position: absolute;
    top: 20px;
    left: 50%;
    color: #ccc;
}

.pref {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    font-size: 9px !important;
    color: #ccc !important;
    margin: 0;
}

.pref:hover, .pref:active {
    color: #1f2c32 !important;
}

/* #RISULTATI RICERCA
================================================= */
.table-risultati {
    height: auto;
}

.overlay-risultati {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: #000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}


.cart-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .75);
}

.overlay-risultati p {
    text-align: center;
    margin: 100px 0 0 0;
    color: #fff;
}

p.open-close-cart {
    float: right;
    background: #1f2c32;
    width: 160px;
    text-align: center;
    color: #fff !important;
    font-size: 11px;
    padding: 1px 4px 4px 4px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

p.open-close-cart a {
    color: #fff !important;
}

p.open-close-cart a {
    color: #fff !important;
    text-decoration: none;
}

p.open-close-cart a:hover {
    color: #eee !important;
    text-decoration: none;
}

.promozioni-categoria {
    background: #1f2c32;
    padding-top: 20px;
    padding-bottom: 30px;
}

.promozioni-categoria h5 {
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.promozioni-categoria table {
    background: #fff;
    border: 3px solid #83929a;
}

/* ESTRATTO CONTO
============================= */
.estratto-conto {
    width: 95%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #eee;
    border-radius: 3px;
    text-transform: uppercase;
}

.estratto-conto h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.estratto-conto.scaduto {
    background: #ffece1;
    border-color: #eeb18e;
    color: #af5d35;
}

.estratto-conto.scaduto h3 {
    color: #cf8c65;
}

.estratto-conto.scadere {
    background: #fffae1;
    border-color: #eeeb8e;
    color: #afae35;
}

.estratto-conto.scadere h3 {
    color: #cecf65;
}

.estratto-conto.esposizione {
    background: #e3ffe1;
    border-color: #90ee8e;
    color: #35af38;
}

.estratto-conto.esposizione h3 {
    color: #65cf6a;
}

/* #KROMEDA TECH SPECS
================================================= */

.kromeda__TechSpecs {
    display: flex;
    position: relative;
    overflow: auto;
}

.kromeda__TechSpecs__mainMenu {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 8px;
    gap: 8px;
}

.kromeda__TechSpecs__mainMenu > li a {
    align-items: center;
    color: #000;
    display: inline-flex;
    justify-content: space-between;
    padding: 12px 16px;
    background-color: #ddd;
    width: 100%;
    text-decoration: none;
    border-radius: 6px;
}

.kromeda__TechSpecs__mainMenu > li a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    mix-blend-mode: color-burn;
}

.kromeda__TechSpecs__mainMenu > li a i {
    color: #999;
    margin-left: 8px;
}

.kromeda__TechSpecs__mainMenu > li a:hover {
    background-color: #ccc;
    text-decoration: none;
}

.kromeda__TechSpecs__Content {
    flex-grow: 1;
    padding: 8px;
}

.kromeda__TechSpecs__Content .table tr > td {
    font-size: 14px;
}

.kromeda__TechSpecs__Content .service__img__container {
    align-items: start;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    display: flex;
    justify-content: start;
    padding: 8px;
    gap: 12px;
    overflow-x: auto;
}

.kromeda__TechSpecs__Content .service__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kromeda__TechSpecs__Content .service__img img {
    height: 180px;
}

.kromeda__TechSpecs__Content .service__img span {
    display: block;
    text-align: center;
    color: #999;
}


/* #MECHELP
================================================= */
.mechelp .panel {
    background: #f4f4f4;
    padding: 0;
    border: 2px solid #999;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mechelp .panel p {
    color: #000;
}

.mechelp .panel .label {
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
    color: #fff;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 0;
}

.mechelp .panel p.txtbig {
    font-size: 58px;
    line-height: 1;
    font-weight: 400;
}

.mechelp .panel p.grey {
    color: #999;
    font-weight: 700;
}

.mechelp .panel p.txtmid {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    color: #333;
    margin: 0;
}

.mechelp .panel .intestazione {
    padding: 20px 0;
    border-bottom: 2px solid #999;
    font-size: 15px;
}

.mechelp .panel .intestazione p {
    margin: 0;
}

.mechelp .panel .intestazione p a {
    margin: 0 10px 0 0;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    color: #000;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    background: #e6b800;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #e6b800, #ffe684);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#e6b800), to(#ffe684));
    background: -webkit-linear-gradient(bottom, #e6b800, #ffe684);
    background: -o-linear-gradient(bottom, #e6b800, #ffe684);
    background: linear-gradient(to top, #e6b800, #ffe684);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mechelp .panel .intestazione p a:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    background: #e6b800;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #ffe684, #e6b800);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#ffe684), to(#e6b800));
    background: -webkit-linear-gradient(bottom, #ffe684, #e6b800);
    background: -o-linear-gradient(bottom, #ffe684, #e6b800);
    background: linear-gradient(to top, #ffe684, #e6b800);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-decoration: none;
}

.mechelp .panel .telaio {
    padding: 25px 0 30px 0;
}

.mechelp .panel .targa {
    padding: 40px 0 30px 0;
    font-size: 18px;
}

.mechelp .panel .targa a {
    background: #1f2c32;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
    background: #1f2c32;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2f414c, #4d6b7c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#2f414c), to(#4d6b7c));
    background: -webkit-linear-gradient(bottom, #2f414c, #4d6b7c);
    background: -o-linear-gradient(bottom, #2f414c, #4d6b7c);
    background: linear-gradient(to top, #2f414c, #4d6b7c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mechelp .panel .targa a:hover {
    text-decoration: none;
    background: #1f2c32;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #4d6b7c, #2f414c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#4d6b7c), to(#2f414c));
    background: -webkit-linear-gradient(bottom, #4d6b7c, #2f414c);
    background: -o-linear-gradient(bottom, #4d6b7c, #2f414c);
    background: linear-gradient(to top, #4d6b7c, #2f414c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mechelp .panel .auto {
    padding: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
}

.mechelp .panel .auto p {
    margin: 0;
}

.mechelp .panel .auto a {
    margin: 5px 0 0 0;
    padding: 5px 15px;
    font-size: 11px;
    color: #fff;
    border: none;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    background: #1f2c32;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2f414c, #4d6b7c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#2f414c), to(#4d6b7c));
    background: -webkit-linear-gradient(bottom, #2f414c, #4d6b7c);
    background: -o-linear-gradient(bottom, #2f414c, #4d6b7c);
    background: linear-gradient(to top, #2f414c, #4d6b7c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mechelp .panel .auto a:hover {
    background: #4d6b7c;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #4d6b7c, #2f414c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#4d6b7c), to(#2f414c));
    background: -webkit-linear-gradient(bottom, #4d6b7c, #2f414c);
    background: -o-linear-gradient(bottom, #4d6b7c, #2f414c);
    background: linear-gradient(to top, #4d6b7c, #2f414c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mechelp .panel p.txtsmall {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.mechelp h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.mechelp h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.mechelp h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.mechelp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mechelp ul li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.mechelp ul li:last-child {
    border: 2px solid #f4f4f4;
}

.mechelp ul li a {
    display: block;
    margin: 0;
}

.mechelp .offerta-ordine {
    width: 100%;
    margin: 20px 0 30px 0;
}

.mechelp .offerta-ordine p {
    margin: 0;
    text-align: center;
}

.mechelp .offerta-ordine p label {
    margin-right: 20px;
}

.mechelp .offerta-ordine p label span {
    margin-right: 25px;
}

/* #MECHELP NEW
================================= */
.mechelp3 {
    background: #f0efea url(../images/bg-mechelp3.png) no-repeat bottom right;
    background-size: 500px 475px;
    padding: 8px 8px 33px 8px;
    min-height: 560px;
}

.mechelp3 hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #eee;
}

.mechelp3 .priorita {
    background: #09F;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 11px;
    display: block;
}

.mechelp3 .punteggio {
    background-color: transparent;
    border: 1px solid #333;
    color: #000;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 11px;
    display: block;
    margin: 0 auto;
}

.mechelp3 .tempo {
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 11px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.mechelp3 .tempo.red {
    background: #d51e29;
    color: #fff;
}

.mechelp3 .tempo.yellow {
    background: #f0aa03;
    color: #000;
}

.mechelp3 .tempo.green {
    background: #0C6;
    color: #fff;
}

.mechelp3 .testata {
    padding: 0;
    margin: 0 0 8px 0;
}

.mechelp3 .testata p {
    line-height: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 0 20px 0 0;
}

.mechelp3 .pannello {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.mechelp3 .pannello span.value {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1em;
}

.mechelp3 .pannello span.value.small {
    font-size: 14px;
}

.mechelp3 .pannello span.value small {
    font-size: 70%;
}

.mechelp3 fieldset {
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 30px 0 10px 0;
    padding: 0;
}

.mechelp3 legend {
    width: auto;
    margin: 0;
    padding: 0 10px;
    color: #999;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.mechelp3 .badge {
    padding: 3px 8px;
    font-size: 9px;
    font-weight: 700;
}

.tempo-text-red {
    color: #d51e29;
}

.tempo-text-yellow {
    color: #f0aa03;
}

.tempo-text-green {
    color: #0C6;
}

.mechelp3 .pannello ul {
    text-align: left !important;
}

.mechelp3 .pannello ul.immagini {
    text-align: center !important;
}

.mechelp3 .pannello ul.immagini, .mechelp3 .pannello ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.mechelp3 .pannello ul.immagini li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    list-style: none;
    background: none;
}

.mechelp3 .pannello ul.immagini li a {
    display: block;
}

.mechelp3 .pannello ul.immagini li a img {
    width: 70px;
    height: 70px;
}

.mechelp3 .pannello ul li {
    background: transparent url(/images/ico-check-mechelp.png) no-repeat 0 center;
    background-size: 20px 20px;
    padding-left: 25px;
}

.mechelp3 .offerta-ordine {
    width: 100%;
    margin: 20px 0 30px 0;
}

.mechelp3 .offerta-ordine p {
    margin: 0;
    text-align: center;
}

.mechelp3 .offerta-ordine p label {
    margin-right: 20px;
}

.mechelp3 .offerta-ordine p label span {
    margin-right: 25px;
}

.mechelp3 .pannello .jp-audio {
    width: 100%;
    margin: 0;
    border: none;
    background-color: transparent;
}

.mechelp3 .pannello .jp-interface {
    background-color: transparent;
    height: 90px;
}

.mechelp3 .pannello .jp-details {
    display: none;
}

.mechelp3 .pannello .jp-audio .jp-controls {
    width: 40px;
    padding: 0;
    margin: 0 auto;
}

.mechelp3 .pannello .jp-audio .jp-type-single .jp-progress {
    left: 0;
    top: 70px;
    width: 100%;
    height: 2px;
}

.mechelp3 .pannello .jp-audio .jp-type-single .jp-time-holder {
    left: 0;
    top: 75px;
    width: 100%;
}

.mechelp3 .pannello .jp-audio .jp-type-single .jp-current-time, .mechelp3 .pannello .jp-audio .jp-type-single .jp-duration {
    font-style: normal;
    font-size: 0.60em;
}

.mechelp3 .pannello .jp-volume-controls {
    display: none;
}

/* #FINE MECHELP NEW
================================= */
.comments {
    margin: 0 !important;
    padding: 15px 0 !important;
    list-style: none;
    border-top: 2px solid #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comments li {
    width: 80% !important;
    margin: 0 0 20px 0 !important;
    padding: 15px 20px 20px 20px !important;
    border-radius: 20px !important;
    background-image: none !important;
    border: none !important;
}

.comments li.utente {
    float: left !important;
    background: #f5f5f5 !important;
    text-align: left !important;
    color: #333 !important;
}

.comments li.operatore {
    float: right !important;
    background: #f4fff0 !important;
    text-align: right !important;
    color: #124d00 !important;
}

.comments li span {
    display: block;
    color: #999;
    font-size: 11px;
    font-style: italic;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    background: #1f2c32;
    margin: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 3px;
}

.fileContainer:hover {
    background: #666;
}

.fileContainer:active {
    background: #666;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* #MECHELP2 (VERSIONE GENNAIO 2017
================================================= */
.mechelp2 {
    padding-bottom: 100px !important;
    background: #fbfbfb;
}

.mechelp2 .panel {
    width: 50%;
    padding: 50px 0 0 0;
    margin: 0 auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mechelp2 .targa {
    display: block;
    background: transparent url(../images/ico-targa.png) no-repeat center center;
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    background-size: 196px 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    text-transform: uppercase;
    width: 196px;
    margin: 0 auto;
    border: none;
    text-align: center;
}

.mechelp2 .telaio {
    display: block;
    background: transparent url(../images/ico-telaio.png) no-repeat center center;
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    background-size: 400px 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    text-transform: uppercase;
    width: 400px;
    margin: 0 auto;
    border: none;
    text-align: center;
}

.mechelp2 .auto {
    background: #ffc92a;
    font-family: "Dosis", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2c3e50;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    text-align: center;
    border-radius: 10px;
}

.mechelp2 ul.comments {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0 !important;
    border: none;
}

.mechelp2 ul.comments li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background: none !important;
    width: 100% !important;
    border: none;
}

.mechelp2 ul.immagini {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 15px 0 30px 0;
}

.mechelp2 ul.immagini li {
    margin: 0 10px 0 0;
    float: left;
}

.mechelp2 ul.immagini li a {
    display: block;
    position: relative;
    width: 110px;
}

.mechelp2 ul.immagini li a img {
    border-radius: 3px;
    border: 4px solid #fff;
    outline: 1px solid #ccc;
}

.mechelp2 ul.immagini li .zoom {
    position: absolute;
    top: 45px;
    left: 45px;
}

.mechelp2 ul.immagini li .zoom img {
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.mechelp2 ul.interventi {
    margin: 15px 0 30px 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.mechelp2 ul.interventi li {
    float: left;
    width: 32.33333333%;
    margin: 0 1% 10px 0;
    padding: 8px 0;
    background: #eee url(/images/ico-check-mechelp.png) no-repeat 10px center;
    background-size: 20px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.mechelp2 fieldset {
    border: none;
    border-top: 1px dotted #666;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
}

.mechelp2 fieldset legend {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px;
    color: #666;
    border: none;
    font-size: 14px;
    text-transform: normal;
    text-align: center;
}

/* #LISTA FORNITORI MODAL
================================================= */
.lista-fornitori {
    margin: 0;
    padding: 15px;
    padding-bottom: 0;
    list-style: none;
}

.lista-fornitori li {
    float: left;
    margin: 0 10px 15px 0;
    padding: 0;
}

.lista-fornitori li:last-child {
    margin-right: 0;
}

.lista-fornitori li a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    background: #E8F0F3;
    border-radius: 3px;
    border: 1px solid #c0d2d8;
}

.lista-fornitori li a:hover {
    background: #1f2c32;
    color: #fff;
    text-decoration: none;
    border: 1px solid #c0d2d8;
}

/* #CART CONTENT
================================================= */
.cart-content {
    margin-top: 0;
    margin-bottom: 35px;
}

.nota-carrello {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #ff3b30;
    border-bottom: 1px solid #ff3b30;
}

.nota-carrello p {
    margin: 0;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.searchBlock {
    background-color: #1f2c32;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px 8px;
    width: 100%;
}

.searchBlock .form-control {
    border: 0;
}

.searchBlock__divider {
    background-color: #466371;
    width: 1px;
}

.searchBlock__freeSearch {
    width: 320px;
}

.searchBlock__plateSearch {
    width: 200px;
}

.searchBlock__vinSearch {
    width: 200px;
}

.searchBlock__switchView {
    align-items: center;
    display: flex;
    flex: auto;
    gap: 12px;
    justify-content: flex-end;
}

.searchBlock__switchView a.carData {
    color: #fff;
}


/* #ELENCO BUONI
================================================= */

.cart_voucherList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px;
}

.cart_voucherList .voucher {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: col;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 16px;
    align-items: center;
}

.cart_voucherList .voucher input[type=checkbox] {
    margin: 0 12px 0 0;
}

#imagepreview {
    display: block;
    margin: 0 auto;
    /*   max-height: 400px;
   max-width: 400px; */
}

/* #SWITCH DISPONIBILITA
================================================= */
.time-disp {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
}

.time-disp.green {
    background: #c7eab8;
}

.time-disp.yellow {
    background: #fef3bc;
}

.time-disp.orange {
    background: #FC6;
}

.time-disp.red {
    background: #f4bdbd;
}

.time-disp .pz-time {
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
}

.time-disp .switch {
    margin: 0;
    padding: 0;
    width: 100%;
}

.time-disp .switch label {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}

.time-disp .switch label input[type=radio] {
    margin: 0 0 0 6px;
}

.time-disp .switch.left {
    float: left;
    width: 50%;
}

.time-disp .switch.right {
    float: right;
    width: 50%;
}

.time-disp.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.time-disp .switch.left.yellow {
    border-right: 1px solid #f6dc56;
}

.time-disp .switch.left.orange {
    border-right: 1px solid #f6ba41;
}

.time-disp .switch.left.red {
    border-right: 1px solid #f59898;
}

.time-disp .switch {
    padding: 5px;
}

.time-disp .pz-time.green {
    background: #DFF0D8;
    color: #2b3a42;
    border-bottom: 1px solid #a5da8f;
}

.time-disp .pz-time.yellow {
    background: #FCF8E3;
    color: #2b3a42;
    border-bottom: 1px solid #f6dc56;
}

.time-disp .pz-time.orange {
    background: #fed789;
    color: #2b3a42;
    border-bottom: 1px solid #f6ba41;
}

.time-disp .pz-time.red {
    background: #F2DEDE;
    color: #2b3a42;
    border-bottom: 1px solid #f59898;
}

/* #CATALOGO PREMI
================================================= */
.pannello-premi {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pannello-premi .top-bar {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
}

.pannello-premi .top-bar h1 {
    font-size: 22px;
    color: #000;
    margin: 5px 0;
    padding: 0;
    line-height: 1em;
}

.pannello-premi .top-bar p {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.pannello-premi .premio {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    border: 2px solid #eee;
    padding: 0;
    background: #fff;
}

/*
.pannello-premi .premio:nth-child(2n+2) {
	margin-right:0;
}

*/
.pannello-premi .premio .preview {
    float: left;
    width: 20%;
    padding: 10px;
}

.pannello-premi .premio .preview img {
    border: 1px solid #eee;
}

.pannello-premi .premio .content {
    float: left;
    width: 80%;
    padding: 10px;
}

.pannello-premi .premio .content p.titolo {
    text-transform: uppercase;
    font-weight: 700;
}

.pannello-premi .premio .content p.punti {
    text-transform: uppercase;
    font-weight: 700;
    color: #339900;
}

.pannello-premi .premio .content p.punti .valore {
    font-size: 48px;
    line-height: 1em;
}

.pannello-premi .premio .content p.categoria {
    font-weight: 700;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.pannello-premi .premio .footerr {
    position: relative;
    width: 100%;
    border-top: 2px solid #eee;
    background: #d9e9ed;
    padding: 10px;
    height: auto !important;
}

.pannello-premi .premio .footerr p {
    display: inline;
    float: right;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff0000;
    padding: 0 !important;
}

.pannello-premi .premio .footerr a {
    display: block;
    border: 2px solid #66D330;
    padding: 6px 15px !important;
    background: #339900;
    color: #fff;
    cursor: pointer;
}

.pannello-premi .premio .footerr a:hover {
    text-decoration: none;
}

.pannello-premi .premio p {
    margin: 0;
    color: #000;
}

.pannello-punti {
    background: #339900;
    color: #fff;
    width: 100%;
    padding: 20px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #66d330;
}

.pannello-punti p {
    font-size: 16px;
}

.pannello-punti p.punti {
    font-size: 72px;
    font-weight: 500;
}


/* #CATALOGO CUSTOM
================================================= */

.catalogo_custom {
    font-size: 0
}

.catalogo_custom > div {
    display: inline-block;
    font-size: 1rem;
    padding: 16px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.catalogo_custom p.h3 {
    background-color: #E8EAEA;
    font-size: 15px;
    font-weight: 500;
    color: #1F2C32;
    height: 36px;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 12px;
}

.catalogo_custom p.h3 img {
    float: right;
    width: 26px;
    margin-top: 5px;
}

.catalogo_custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalogo_custom ul li a {
    color: #1F2C32;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    text-transform: uppercase;
}

.catalogo_custom ul li a img {
    float: right;
    height: 14px;
    margin-top: 12px;
}


.catalogo_custom ul li a:hover {
    background-color: #DFE1E2;
    text-decoration: none;
}

/* #TAB CONTENT
================================================= */
.nav-tabs.carrello li {
    width: 49.5% !important;
    text-align: center;
    margin-right: 1%;
}

.nav-tabs.carrello li:last-child {
    margin-right: 0;
}

.nav-tabs.carrello li a {
    border-radius: 3px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #999;
}

.nav-tabs.carrello li a:hover {
    background-color: #1f2c32 !important;
    border: 1px solid #1f2c32;
    color: #fff;
}

.nav-tabs.carrello li.active a {
    background-color: #1f2c32 !important;
    border: 1px solid #1f2c32;
    color: #fff;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 15px;
    background: #E8F0F3;
    margin: 0 0 20px 0;
}

.tab-content .radio {
    background: #fff;
    padding: 10px;
    border: 1px solid #BDD4DE;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 0 0 6px #eef5f8;
    -webkit-box-shadow: inset 0 0 6px #eef5f8;
    -moz-box-shadow: inset 0 0 6px #eef5f8;
    -o-box-shadow: inset 0 0 6px #eef5f8;
}

/* #METODO SPEDIZIONE
================================================= */
.metodo-spedizione .radio-inline {
    display: block;
    width: 100%;
    background: #E8F0F3;
    padding: 8px;
    border: 1px solid #BDD4DE;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    font-weight: 500;
}

/* #EVASIONE TOTALE
================================================= */
.metodo-spedizione .radio-inline.evas-totale {
    background: #F2DEDE !important;
    border: 1px solid #ebccd1 !important;
    color: #a94442 !important;
}

/* #MENU KROMEDA GRAFICA
================================================= */
.menu-kr-grafica {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-kr-grafica li {
    display: inline-block;
    margin: 0 5px;
    color: #1f2c32;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
}

.menu-kr-grafica li a {
    display: block;
    padding: 5px 15px 5px 10px;
    border-radius: 20px;
    color: #1f2c32;
    border: 1px solid #1f2c32;
}

.menu-kr-grafica li a img {
    margin: 0 5px 0 0;
}

.menu-kr-grafica li a:hover {
    text-decoration: none;
    background: #e2eaed;
    border-color: #e2eaed;
}

/* #FOOTER
================================================= */
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 2px solid #e2eaed;
    background: #fff;
    height: 25px;
}

.footer p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 25px;
    font-size: 10px;
}

/* #ANAGRAFICA CLIENTE
================================================= */
.scheda-cliente {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 15px;
    border: 1px solid #BDD4DE;
}

.scheda-cliente h1 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.scheda-cliente p {
    margin: 0;
}

.scheda-cliente p a {
    color: #ff530d;
}

.scheda-cliente p small {
    color: #666;
}

.scheda-cliente p.lead {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* #CUSTOM HOME
================================================= */
/* #PROMO
================================================= */
.promo {
    background: #fff;
    margin-bottom: 0;
}

.promo .single {
    position: relative;
    width: 100%;
    border: 1px solid #a3bbc6;
    margin-bottom: 10px;
}

.promo .single.evidenza {
    background: #fffcef;
    border-color: #000;
}

.promo .single a {
    display: block;
    text-decoration: none;
}

.promo .single a.disabled {
    pointer-events: none;
    cursor: default;
}

.promo .single a:hover {
    text-decoration: none;
    background: #FCF8E3;
}

.promo .single a:active {
    text-decoration: none;
    background: #FCF8E3;
}

/* .promo .single:first-child {
	background: #e8f0f3;
} */
.promo .single p.titolo {
    color: #2b3a42;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1em;
}

.promo .single p.desc {
    font-size: 13px;
    color: #2b3a42;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 1.2;
}

.promo .single p.data {
    position: absolute;
    left: 16px;
    bottom: 0;
    color: #2b3a42;
    font-size: 11px;
}

.promo .single img {
    /*	float: right;
      width: auto; */
    max-height: 115px;
    margin: 0 0 5px 0;
}

.promo .single .doc-download {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    width: 40px;
    height: 40px !important;
    line-height: 40px;
    background: #e2eaed;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.promo .single .doc-download a {
    display: inline;
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    color: #1f2c32;
}

.promo .single .doc-download a:hover {
    display: inline;
    background: none;
    padding: 0;
    color: #06C;
}


.downloads {
    margin: 0;
    padding: 16px;
}

.downloads ul {
    display: flex;
    flex-direction: column;
    column-gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 450px;
    overflow-y: auto;
}

.downloads ul li {
    display: flex;
    font-size: 14px;
}

.downloads ul li a {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #eee;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    color: #333;
}


.downloads ul li a:hover {
    text-decoration: none;
    background-color: #ddd;
}

.downloads ul li a img {
    width: 40px;
    height: auto;
    margin-right: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.tag {
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 8px;
    text-align: center;
    text-transform: uppercase;
}

/* #CARRELLO
================================================= */
.address-list {
    overflow: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 200px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    margin: 0 0 5px 0;
    background-color: #fff;
}

/* #NEWS
================================================= */
.news {
    background: #1f2c32;
}

.news .single {
    position: relative;
    background: #fff;
    margin-bottom: 5px;
    min-height: 180px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #2B3A42;
}

.news .single:last-child {
    margin-bottom: 0;
}

.news .single p.data {
    color: #bdd4de;
    font-size: 12px;
}

.news .single p.titolo {
    text-transform: uppercase;
    color: #111;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.1em;
    text-align: left;
}

.news .single p {
    font-size: 14px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    margin: 0;
    padding: 0;
}

.news .single p img {
    width: 100% !important;
    max-width: 450px !important;
    height: auto !important;
    margin: 8px !important;
}

.news .single p a {
    color: #000;
    text-decoration: underline;
}

.news .single p.desc a:hover {
    text-decoration: none;
}

.news .single img {
    float: right;
    width: 90px;
    height: auto;
    margin: 0 0 12px 12px;
}

.news .single .doc-download {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    width: 40px;
    height: 40px !important;
    line-height: 40px;
    background: #1f2c32;
    text-align: center;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    border-top-left-radius: 12px;
}

.news .single .doc-download a {
    display: inline;
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
}

.news .single .doc-download a:hover {
    display: inline;
    background: none;
    padding: 0;
    color: #fff;
    text-shadow: 0px 0px 2px white;
}

@media (min-width: 768px) {

    .doc-resi2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }


    .topmenu {
        padding: 5px;
    }

    .doc-resi li {
        padding: 0;
        width: 19%;
    }

    .catalogo_custom > div {
        width: 33.333333%;
    }

    .kromeda-search {
        border-left: 1px solid #466371;
    }

    /* CUSTOM LOGIN
  ================================================= */
    .mg-logo {
        margin: 20px 0;
    }

    .mg-logo-2 {
        margin: 40px 0 0 0;
    }

    /* RISULTATI RICERCA
  ================================================= */
    .table-risultati {
        height: 200px;
        overflow: auto;
        border-bottom: 2px solid #1f2c32;
        background: #eee url(../images/gray_jean.png);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
        -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
    }

    .table-risultati table {
        background: #fff;
    }

    .table-risultati-nocross {
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
        -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
    }

    .table-risultati-nocross table {
        background: #fff;
    }
}

@media (min-width: 992px) {


    .doc-resi2 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }


    .doc-resi li {
        width: 11.5%;
    }

    .modal-xl {
        width: 80%;
    }

    .catalogo_custom > div {
        width: 25%;
    }

    /* CUSTOM LOGIN
  ================================================= */
    .mg-logo {
        margin: 20px 0;
    }

    .mg-logo-2 {
        margin: 50px 0 0 0;
    }

    /* #CUSTOM HOME
  ================================================= */
    /* #PROMO
  ================================================= */
    .promo .single {
        float: left;
        width: 49.5%;
        min-height: 190px;
    }

    .promo .single a {
        min-height: 190px;
    }

    .promo .single:nth-child(even) {
        margin-left: 1%;
    }
}

@media (min-width: 1200px) {


    .doc-resi2 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }


    /* CUSTOM LOGIN
  ================================================= */
    .mg-logo {
        margin: 20px 0;
    }

    .mg-logo-2 {
        margin: 70px 0 0 0;
    }

    .catalogo_custom > div {
        width: 25%;
    }

    /* #CUSTOM HOME
  ================================================= */
    /* #PROMO
  ================================================= */
    .promo .single {
        min-height: 190px;
    }

    .promo .single a {
        min-height: 190px;
    }
}

/* #MARGINS
======================================= */
/* Full */
.mg-no {
    margin: 0 !important;
}

.mg-xs {
    margin: 4px !important;
}

.mg-s {
    margin: 8px !important;
}

.mg-m {
    margin: 16px !important;
}

.mg-l {
    margin: 24px !important;
}

.mg-xl {
    margin: 28px !important;
}

/* Top */
.mg-t-xs {
    margin-top: 4px !important;
}

.mg-t-s {
    margin-top: 8px !important;
}

.mg-t-m {
    margin-top: 16px !important;
}

.mg-t-l {
    margin-top: 24px !important;
}

.mg-t-xl {
    margin-top: 28px !important;
}

/* Right */
.mg-r-xs {
    margin-right: 4px !important;
}

.mg-r-s {
    margin-right: 8px !important;
}

.mg-r-m {
    margin-right: 16px !important;
}

.mg-r-l {
    margin-right: 24px !important;
}

.mg-r-xl {
    margin-right: 28px !important;
}

/* Bottom */
.mg-b-xs {
    margin-bottom: 4px !important;
}

.mg-b-s {
    margin-bottom: 8px !important;
}

.mg-b-m {
    margin-bottom: 16px !important;
}

.mg-b-l {
    margin-bottom: 24px !important;
}

.mg-b-xl {
    margin-bottom: 28px !important;
}

/* Left */
.mg-l-xs {
    margin-left: 4px !important;
}

.mg-l-s {
    margin-left: 8px !important;
}

.mg-l-m {
    margin-left: 16px !important;
}

.mg-l-l {
    margin-left: 24px !important;
}

.mg-l-xl {
    margin-left: 28px !important;
}

/* PADDINGS
======================================= */
/* Full */
.pd-no {
    padding: 0 !important;
}

.pd-xs {
    padding: 4px !important;
}

.pd-s {
    padding: 5px !important;
}

.pd-m {
    padding: 16px !important;
}

.pd-l {
    padding: 24px !important;
}

.pd-xl {
    padding: 28px !important;
}

/* Top */
.pd-t-xs {
    padding-top: 4px !important;
}

.pd-t-s {
    padding-top: 5px !important;
}

.pd-t-m {
    padding-top: 16px !important;
}

.pd-t-l {
    padding-top: 24px !important;
}

.pd-t-xl {
    padding-top: 28px !important;
}

/* Right */
.pd-r-xs {
    padding-right: 4px !important;
}

.pd-r-s {
    padding-right: 5px !important;
}

.pd-r-m {
    padding-right: 16px !important;
}

.pd-r-l {
    padding-right: 24px !important;
}

.pd-r-xl {
    padding-right: 28px !important;
}

/* Bottom */
.pd-b-xs {
    padding-bottom: 4px !important;
}

.pd-b-s {
    padding-bottom: 5px !important;
}

.pd-b-m {
    padding-bottom: 16px !important;
}

.pd-b-l {
    margin-bottom: 24px !important;
}

.pd-b-xl {
    padding-bottom: 28px !important;
}

/* Left */
.pd-l-xs {
    padding-left: 4px !important;
}

.pd-l-s {
    padding-left: 5px !important;
}

.pd-l-m {
    padding-left: 16px !important;
}

.pd-l-l {
    padding-left: 24px !important;
}

.pd-l-xl {
    padding-left: 28px !important;
}

.pd-l-no {
    padding-left: 0 !important;
}

.pd-r-no {
    padding-right: 0 !important;
}

@media print {
    /*Regola dedicata alla visualizzazione su carta*/
    .full-page-print {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mg-t-50-print {
        margin-top: 50pt;
    }

    .doc-resi {
        margin: 50px 0 0 0;
        padding: 0;
        list-style: none;
        background: none;
        border-top: none;
    }

    .doc-resi li {
        float: none;
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        border-bottom: .3pt solid #000 !important;
    }

    .doc-resi li:last-child {
        border-bottom: none !important;
    }

    .doc-resi li a {
        padding: 0;
        text-align: left;
        min-height: auto;
        height: auto;
        padding-bottom: 10px;
    }

    .doc-resi li a i {
        display: none;
    }

    #blusys_normativa_cookie {
        display: none;
    }

    .logo {
        width: 323px !important;
        margin-bottom: 40px;
    }

    .modal {
        margin-top: 40px;
    }
}

/* #DEBUG PANEL
============================================ */
.debug-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #cc0000;
    z-index: 9999;
}

.debug-container {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 67px);
    z-index: 9999;
    background: #fff;
}

body.prebolle-gs {
    background: #000;
}

.documento-gs {
    background: #FF0;
    width: 1000px;
    color: #000;
    text-align: center;
    padding: 100px 50px 50px 50px;
    margin: 0 auto 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.documento-gs p {
    margin: 0;
    line-height: 1em;
    font-size: 360px;
}

.documento-gs p span {
    font-size: 60px;
    line-height: .9em;
    margin: 0;
}

.prw-img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}

.zoom-img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
}

.blusys-header {
    background-color: #fff;
    width: 100%;
    padding: 5px;
    border-bottom: 2px solid #004990;
    border-left: 1px solid #e2eaed;
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 12px 0 !important;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: #fbfbfb !important;
    cursor: pointer !important;
    font-size: 22px !important;
    color: #000 !important;
    opacity: 1 !important;
}

.owl-nav button.owl-prev {
    margin: 0 12px 0 0 !important;
}

.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
    background-color: #eee !important;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.centered-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}