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


section#catalog #center .item .frame .cnt .prodotto, section#catalog #center .item .frame .cnt .taglia_catalogo {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
    height: 2.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    text-transform: capitalize;
}



section#catalog #center .item .frame .cnt .prezzo em {
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.15em;
    font-weight: 800;
    color: #000;
}


header #mainmenu.categories li a {
    display: inline-block;
    color: #000;
    width: auto;
    font-size: 1em;
    font-weight: 300;
    padding: 0;
    border-bottom: solid 1px #fff;
    padding-left: 18px;
    padding-top: 4px;
    padding-right: 18px;
}


#popup_box .input-box button {
    display: inline-block;
    width: 60%;
    text-align: center;
    color: #000;
    background: #ffffff;
    font-weight: 600;
    border: solid 1px #000;
    line-height: 1.4em;
    border-radius: 25px;
    font-size: 11px;
}

#CybotCookiebotDialog input[type="submit"],
#CybotCookiebotDialog button {
    max-height: none;
}

#cart_summary #country_toggle,
#cart_form #country_toggle {
   display: none !important;
}

section#catalog #center .item .frame .box_img {
    height: auto;
    aspect-ratio: 0.75;
}

.forced-hidden {
    display: none !important
}

/*#pay_item_selected {
     display: block;
     min-height: 35px;
}*/

/*#pay_item_selected  strong {
     display: block;
     padding-top: 5px;
     position: static !important;
}*/

/*#pay_item_selected  strong:empty:before {
   content: 'Scegli un metodo di pagamento';
}*/

/*body.product #corpo_prod .txt &gt; .h6 {
    display: none !important;
}*/

li.out_stock {display: none !important;}</pre></body></html>