<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Polosoftware Custom CSS  */

#sub-footer .sub {
    background: url("../img/paymentbig.png") 
    no-repeat center right/auto 40px !important;
min-height:40px!important;
}

a#close_pop {
    color: #fff!important;
}

ol.link-underline a {
    text-decoration: underline;
}

/*Disattiva l'animazione del testo nella topbar
header #prehead .marquee {
    -webkit-animation: none;
    animation: none;
}*/

section#catalog.dettaglio #breadcrumb .row:first-child {
    background: #fff;
    padding: 30px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-top: 20px;
}

/*posizione etichetta saldi menu*/
#menu_tabs #tabs-saldi .column h4{
top:auto;
bottom:30px;
}
@media screen and (max-width:1024px){
#menu_tabs #tabs-saldi .column h4{
top:0;
bottom:auto;
text-shadow:none;
}


section#catalog.dettaglio #breadcrumb .row h1 {
    font-size: 2.188em;
    margin: 50px 0 0 0;
    text-transform: uppercase;
}


section#catalog.dettaglio .txt .dscr div * {
    color: #000;
    font-size: 14px;
}


section#catalog.dettaglio #breadcrumb .row h1 {
    font-size: 1.188em;
    margin: 50px 0 0 0;
    text-transform: uppercase;
}

#menu_tabs .tabs-settori .column h4 {
    margin: 0 0px 5px;
    padding: 5px 10px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 1em;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none !important;
    font-size: 18px !important;
}


#menu_tabs .tabs-settori .column {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    z-index: 2;
    position: relative;
    max-width: none;
    max-height: none !important;
    min-height: 0;
    border: none;
    margin: 0  !important;
    padding: 0;
    order: 1;
    overflow: hidden;
    font-size: 18px !important;
}

</pre></body></html>