#lookbook .ricerca-box .reset {
    padding: 0;
    font-size: 10px;
    font-weight: 350;
}

#lookbook .ricerca-box .reset img {
    max-width: 24px;
}

#lookbook .promo-service {
    box-shadow: 0px 1px 8px -4px var(--c1);
}

#lookbook .promo-service .cnt_img,
#lookbook .promo-service .cnt_text {
    width: 50%;
    /*     height: 350px;
 */
    background: #fafafa;
}

#lookbook .promo-service .cnt_text {
    padding: 30px 20px;
}

#lookbook .boxVeicoloPromo:nth-child(5n) {
    margin-right: 0;
}

#dettaglio-lookbook .mini-box {
    right: 0;
    top: calc(43%);
    cursor: pointer;
    background-color: white;
    text-align: center;
    width: 205px;
    height: 140px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 1px 8px -4px var(--c1);
    z-index: 100;
}

#dettaglio-lookbook .accordion-body {
    padding: 15px 0;
    display: none;
}

#dettaglio-lookbook .toggle-accordion .chiudi {
    display: none;
}

#dettaglio-lookbook .safe.snippet .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.snippet-eurotax {
    display: none;
}

.eurotaxTables .titlefuel {
    background-color: rgba(228, 229, 233, 1);
    padding: 10px 5px;
    font-weight: 600;
    font-size: 14px;
}

.eurotaxTables .table {
    display: none;
}

.eurotaxTables .table thead th {
    font-weight: 600;
    font-size: 14px;
    background-color: rgba(228, 229, 233, 0.5);
}

.eurotaxTables .table thead th,
.eurotaxTables .table tbody td {
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
}

.eurotaxTables tbody tr:nth-child(even) {
    background-color: rgba(228, 229, 233, 0.1);
}

.eurotaxTables tbody tr:nth-child(odd) {
    background-color: rgba(228, 229, 233, 0);
}

.eurotaxTables .toggleTables {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.eurotaxTables .toggleTables:after {
    content: '\f106';
    font-size: 13px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 5px;
    transform: rotate(180deg);
    transition: all .3s;
}

.eurotaxTables .toggleTables.open:after {
    transform: rotate(0);
}

.eurotaxTables .cntFuel {
    margin-bottom: 20px;
}

.eurotaxTables a.eurotaxRequestInfo {
    font-weight: 600;
    font-size: 13px;
    color: var(--c3);
}

#dettaglio-lookbook .mini-box img {
    max-height: 80px;
}

#dettaglio-lookbook .width-330 {
    width: 330px;
}

#dettaglio-lookbook .counters {
    margin: 40px 0;
}

#dettaglio-lookbook .counters>a {
    width: 33%;
    border-right: #e3e3e3 thin solid;
}

#dettaglio-lookbook .counters>a:last-child {
    border-right: none;
}

#dettaglio-lookbook .top-box {
    padding: 10px 0;
    background-color: var(--c3);
}

#dettaglio-lookbook .countdown {
    padding: 0 5px 0 0;
    line-height: 14px;
}

.videoLookbook {
    margin-bottom: 40px;
}
#dettaglio-lookbook .row {
    justify-content: center;
}
@media (max-width:768px) {
    #dettaglio-lookbook {
        max-width: 100%;
    }
    #dettaglio-lookbook .row {
        margin: 0;
        justify-content: center;
    }
    #dettaglio-lookbook .counters>a {
        padding: 0 25px;
    }
}