/*
GENERIC.CSS
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-lug-2018, 14.41.48
    Author     : Davide
*/

/*
COLORI
*/
.circleCenter{display: block !important;margin: auto !important}
.color_ciclo{color: #82c91e !important;}
.color_bici{color: #82c91e !important;}
.color_ebike{color:#82c91e !important;}
.color_forma{color:#F59D0F !important;}
.color_moto{color:#C51212 !important;} 
.color_sport{color:#097FD4 !important;}


.bgcolor_ciclo:before{background-color:#82c91e !important;}
.bgcolor_bici:before{background-color:#82c91e !important;}
.bgcolor_ebike:before{background-color:#82c91e !important;}
.bgcolor_forma:before{background-color:#F59D0F !important;}
.bgcolor_moto:before{background-color:#C51212 !important;} 
.bgcolor_sport:before{background-color:#097FD4 !important;}

.cursorPointer:hover{
    opacity: .5;
    cursor: pointer;
}


.closeScheda{
    float: right;
    position: relative;
    top: -13px;
     /*right : 20px;*/
    font-size: 40px;
    cursor: pointer;
    /*z-index: 1000;*/
    color: #C51212;
    cursor: pointer;

}
/*.closeScheda p{
    font-size: 11px;
    color: #C51212;
    display: inline;
    font-weight: 500;
    vertical-align: text-bottom;
    margin-right: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-transform: uppercase;
}*/
/*.closeScheda .fa {
    font-size: 20px;
    margin-right: 5px;
    color: #C51212;
    display: inline;
    vertical-align: middle;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}*/

.img_linee_home {
    width: 30px;
    height: 18px;
    content: '';

}
pre {
    background: lightgrey;
    display: block;
    font-size: 71.5%;
    color: darkred;
}
.img_moto{
    background: url(/static/images/moto.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat;
}
.img_ebike{
    background: url(/static/images/bici.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat;
}
.img_bici{
    background: url(/static/images/bici.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat;
}
.img_ciclo{
    background: url(/static/images/bici.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat;
}
.img_sport{
    background: url(/static/images/fitness.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat;
}
.img_forma{
    background: url(/static/images/toys.png) !important;
    background-size: 30px !important;
    background-repeat: no-repeat;
}

.titoloSoglie{
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 800 !important;
}
/*INPUT*/
.input_generic{
    height: 33px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    padding: 5px;
}

/* Validator in form */
.form span.rosso{
    color:red;
    font-weight:bolder;
}
.formError {
    border-color: #E84444 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,68,68,.6) !important;
}

.nextev-loading-spinnerTree{
    position: absolute;
    top: 50%;
    height: 60px;
    left: 50%;
}

/*TABELLA GENERICA*/
.table_generic 
{
    border: 0;
}

.table_generic thead th
{
    vertical-align: bottom;
    padding: 5px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    background: #a8aeb4;
}
.table_generic thead th.noborder
{
    background: #fff;
    border: 0;
}

.table_generic td 
{
    padding: 5px;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
}


/*.tabella_generic .table thead th:last-child
{
        background: #ffffff;
        border: 0px;
}

.table_generic thead th:last-child
{
    background: #ffffff;
    border: 0px;
}
*/
.table_generic .table-bordered {
    border: 0px;
}

.table_generic .table-hover tbody tr:hover{
    background-color: rgba(168, 174, 180, 0.5);
    text-decoration: underline;
}
.table_generic td.right{
    text-align: right;
}
.table_generic td.center{
    text-align: center;
}
.table_generic tfoot tr{
    background: #a8aeb4;
    color: #fff;
}
strong.neg {
    color: #C51212 !important;
}
strong.pos {
    color: #70b70c !important;
}
.table_generic tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table_generic td.noborder , table_generic th.noborder ,table_generic td.noborder {
    background: #fff;
    border: 0;
}

.table_generic tbody tr.totale {
    background: #00446b;
}
.table_generic tbody tr.totale:hover {
    background: #002E55;
}
.table_generic tbody tr.totale td {
    color: #ffffff;
    font-weight: 600;
}

table.table_generic thead .sorting, table.table_generic thead .sorting_asc, table.table_generic thead .sorting_desc, table.table_generic thead .sorting_asc_disabled, table.table_generic thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.table_generic thead .sorting:after, table.table_generic thead .sorting_asc:after, table.table_generic thead .sorting_desc:after {
    position: absolute;
    top: 4px;
    right: 8px;
    display: block;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    opacity: 0.8;
}
table.table_generic thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}
table.table_generic thead .sorting_asc:after {
    content: "\e150";
}
table.table_generic thead .sorting_desc:after {
    content: "\e150";
}

table.table_generic thead .sorting:after {
    content: "\f0dc";
}
table.table_generic thead .sorting_asc:after {
    content: "\f0dd";
}
table.table_generic thead .sorting_desc:after {
    content: "\f0de";
}


/****************** SEMAFORI  INI ******************/

.hg_badge_container_dispo_new{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size:12px;
    text-align: right;
}
.kw-details-title_new{
    max-width: 70%;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #2f2f2f;
    font-family: 'Montserrat', 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
ul li.prodotto.griglia .hg_badge_container_dispo_new{
    top: -34px;
    left: 30px;
    text-align: left;
}
ul li.prodotto.griglia .kw-details-title_new{
    max-width: none;
}

.hg_badge_disp_new:before,
.hg_badge_esau_new:before,
.hg_badge_qsi_finito_new:before,
.hg_badge_ordinazione_new:before,
.hg_badge_sospeso_new:before,
{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background: #82c91e;
    display: inline-block;
    margin-right: 4px;

}

.hg_badge_disp_new::before {
    background: #82c91e;
}
.hg_badge_esau_new::before {
    background: #623aa2 !important;
}
.hg_badge_sospeso_new::before {
    background: #C51212 !important;
}
.hg_badge_qsi_finito_new::before {
    background: #F59D0F !important;
} 
.hg_badge_ordinazione_new::before {
    background: #097FD4 !important;
}
.hg_badge_disp,
.hg_badge_esau,
.hg_badge_qsi_finito,
.hg_badge_ordinazione {
    font-size:10px;
}
.hg_badge_disp_new {
    color: #82c91e !important;
}
.hg_badge_esau_new {
    color: #C51212 !important;
}
.hg_badge_sospeso_new {
    color: #623aa2 !important;
}
.hg_badge_qsi_finito_new {
    color: #F59D0F !important;
}
.hg_badge_ordinazione_new {
    color: #097FD4 !important;
}




.dettagli .hg_badge_disp_new:before, .dettagli .hg_badge_esau_new:before,.dettagli .hg_badge_sospeso_new:before, .dettagli .hg_badge_qsi_finito_new:before, .dettagli .hg_badge_ordinazione_new:before{
    width: 15px;
    height: 15px;
}

/****************** SEMAFORI END ******************/


.page-subheader.gradient {
    border-bottom: 4px solid #00446b;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent),to(rgba(0,0,0,0.2)));
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.2) 100%);
    background-color: #A9B0BA;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.page-subheader.generale .breadcrumbs {
    border-left: 5px solid #00446b;
}

.page-subheader.gradient.generale:after {
    background: url(/static/images/m-top.png);
    width: 350px;
    height: 90px;
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: .3;
    right: 0;
    top: -10px;
    z-index: -1;
}
/*-------------------------------------------*/
/* cancellabie dopo fine restyling           */
/*-------------------------------------------*/
.clientepiu {
    background: #82c91e;
    padding: 0 20px;
}

.clientemeno {
    background: #C51212;
    padding: 0 20px;
}

.clientepiu .drop, .clientemeno .drop {
    height: 40px;
    position: relative;
    display: inline-block;
    margin: 0.4rem 0;
}

.clientepiu .drop a , .clientemeno .drop a,
.clientepiu .drop a span.topnav-item--text, .clientemeno .drop a span.topnav-item--text{
    color:#ffffff !important;
}

/*-------------------------------------------*/

.bg-fatturato_ok {
    background: #82c91e;
}

.bg-fatturato_ok h2 {
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
}

.bg-fatturato_ko {
    background: #C51212;
}

.bg-fatturato_ko h2 {
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
}


/*FILTRI RICERCHE VARIE*/

.loop-search-container .dropdown-filterlist-container {
    width: 100%;
    display: inline-block;
    background: #a8aeb4;
}

.loop-search-container .dropdown-filterlist-container .dropdown-filterlist {
    padding: 5px 0;
}
.loop-search-container .dropdown-filterlist-container .dropdown-filterlist ul .dropdown-filterlist-headline {
    border-right: 1px dotted #868c92;
    padding-right: 20px;
    display: inline-block;
    text-shadow: 2px 1px 1px #7b8187;
}
.loop-search-container .dropdown-filterlist-container ul {
    margin-bottom: 0px;
}
.loop-search-container .dropdown-filterlist-container .dropdown-filterlist ul .dropdown-filterlist-headline {
    border-right: 1px dotted #868c92;
    padding-right: 20px;
    display: inline-block;
    text-shadow: 2px 1px 1px #7b8187;
}
.loop-search-container .dropdown-filterlist-container .dropdown-filterlist ul .dropdown-filterlist-headline .fa {
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
}
.loop-search-container .dropdown-filterlist-container .dropdown-filterlist ul .dropdown-filterlist-headline span {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 7px;
    color: #fff;
    text-transform: uppercase;
}
.loop-search-container .dropdown-filterlist-container .dropdown-filterlist ul .dropdown-filterlist-headline .fa-angle-right {
    margin-left: 10px;
}
.loop-search-container .dropdown-filterlist-container .dropdown-filterlist ul li {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    text-align: center;
    border-right: 1px dotted #868c92;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;}



/*
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px 4px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}*/

.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 5px;
    opacity: 0.66;
}

.arrow.dsc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px  solid #333333;
}

.arrow.asc {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333333;
}


.sezione_ricerca {
    background: #00446b;
    padding: 10px;
}
.sezione_ricerca h3 {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
/*RICERCHE IN STATISTICHE MA ANCHE DA ALTRE PARTI*/
.riepilogoData .mx-input{
    padding:8px ;
}
.mx-input{
    padding: 20px 16px 6px 9px;
    height: auto;
    font-size: 13px;
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
    overflow-x: hidden;
    margin: 7px 0;
}
.mx-input-append{
    top:3px;
    height: 87%;
}
.mx-datepicker{
    width:100%;
}
.mx-datepicker{
    width:100%;
}
.btn-filter{
    padding: 12px;
    margin-top: 7px;
}


/*BOTTONE CARRELO TOP NAV*/
/* PROVARE A CANCELLARE DOPO restyling*/
.carrellobtn {
    /*PRE restyling -->  background: #00446b;*/
    background: #001c43;
    padding: 0 20px;
    border-radius: 3px;
}


.carrellobtn .drop {
    height: 40px;
    position: relative;
    display: inline-block;
    margin: 0.4rem 0;
}

.carrellobtn .drop a, .carrello .drop a span.topnav-item--text{
    color:#ffffff !important;
}

.carrellobtnspan{
    color:white !important;
}

.carrellobtn .popup-with-form .fas::after {
    content: attr(data-count);
    font-size: 13px;
    background-color: #C51212;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    position: absolute;
    top: -11px;
    left: -33px;
    padding: 4px;
    width: 33px;
}

.show-mobile{
    display: none;
}

/*Laterale Promo*/
.latpromo_price{
    color: #C51212;
    font-weight: 600;
}
.latpromo_promo{
    color: #C51212;
    font-weight: 800;  
}
.latpromo_cod{
    adding: 0;
    font-weight: 400;
    min-height: 20px;
    color: #4d5359;
    margin: 0;
    font-size: 14px;   
}
.latpromo_title_new{
    max-width: 70%;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #2f2f2f;
    font-family: 'Montserrat', 'OpenSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;   
}
.latpromo_promotitcon{
    border: 1px solid grey;
    margin: 10px;
    padding: 10px
}

.latpromo_sconto{
    font-weight: 800;}

@media screen and (max-width: 1500px) {	
    .latpromo_promotitcon{
        font-size: 13px;
    }
}


@media screen and (max-width: 700px) {	
    .hide-mobile{
        display: none !important;
    }
    .hide-mobile-text{
        font-size: 0 !important;
        display: none !important;
    }
    .show-mobile{
        display: block;
    }

}
@media screen and (max-width: 991px) {	

    .bottone_filtri, .loop-search-container .chiudi_fil, .btn-fullcolor.bottone_filtri_moto {
        display: block !important;
    }
    .bottone_filtri, .loop-search-container .chiudi_fil, .btn-fullcolor.bottone_filtri_moto {
        display: block !important;
    }
}

@media screen and (min-width: 991px) {	

    .filtrimoto{
        background-color: #C51212;
    }
}

.btn-fullcolor.bottone_filtri {
    display: none;
    background: #a8aeb4 !important;
    border-radius: 0px;
    padding: 7px 0px;
}

/*BOTTONE CARRELO TOP NAV*/

.btn.svuota_carrello:before {
    background: #C51212;
}

.btn.svuota_carrello:hover::before {
    background: #a41a1b;
}

.btn.svuota_carrello i {
    margin-right: 5px;
}

/*BADGE*/
.new_hg_badge_container
{
    position: absolute;
    top: 5px;
    left: 25px;
    z-index: 1;
} 
.new_hg_badge_container span{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
    padding: 5px 7px 6px;
    position: relative;
    display: block;
    margin-bottom: 11px;
    border-radius: 2px;
    text-align: center;
} 
.new_hg_badge_container span:after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    left: 5px;
}
.new_hg_badge_discount,.new_hg_badge_discount:after{   
    background-color: #12A1C5;
}
.new_hg_badge_promo,.new_hg_badge_promo:after{
    background: #c51212;
} 
.new_hg_badge_campagne,.new_hg_badge_campagne:after{
    background-color: #F59D0F;
} 

.carrello .hg_badge_container_dispo_new span{
    font-size: 10px;
}
.immagine_prodotto .new_hg_badge_container span{
    font-size: 18px;
    padding: 10px;
}
.btn-skewed-new{
    font-size:12px;
    font-weight: 800;
}
.btnPromo{
    color:#F59D0F ;
    border-color: #F59D0F;
}
.btnOfferta{
    color:#C51212 ;
    border-color: #C51212;
}

.btnScoQta {
    color: #12A1C5;
    border: 1px solid #12A1C5;
    padding: 0px 5px;
    border-radius: 3px;
    margin-left: 3px;
}
.btnScoQta:hover{
    cursor:pointer;
    color: #262626;
    border-color: #262626;
}

/*
.breadcrumbs.bc_ciclo li:after {
    border-left-color: #82c91e;
} 
.breadcrumbs.bc_bici li:after {
    border-left-color: #82c91e;
} 
.breadcrumbs.bc_ebike li:after {
    border-left-color: #82c91e;
} 
.breadcrumbs.bc_moto li:after {
    border-left-color: #C51212;
}   
.breadcrumbs.bc_ciclo li:after {
    border-left-color: #82c91e;
}  
.breadcrumbs.bc_forma  li:after {
    border-left-color: #F59D0F;
}  
.breadcrumbs.bc_sport  li:after {
    border-left-color: #097FD4;
}  */ 


.bottoni_azione {
    background: #cccccc;
    padding: 5px 8px;
    min-width: 30px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 5px;
    text-align: center;
    color:#ffffff ! important;
}

.bottoni_azione.canc {

    background: #C51212;
}

.bottoni_azione.canc:hover {
    background: #a41a1b;
}

.bottoni_azione.mod {

    background: #00446b;
}

.bottoni_azione.mod:hover {
    background: #002E55;
}


.homebtnpadding{
    padding : 6px 10px;
}