<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* AreaÂ&nbsp;Pubblica */
.bg-custom {
    background-color: #3070a2;
}

.bg-offerte {
    background-color: #FFD700;
}

.text-custom {
    color: #046e9c;
}

/* MenÃ¹ principale */
.navbarPublic {
    background-color: #e0e0e0;
    padding: 0px;
}

.navbarPublic li {
    margin-right: 20px;
    /* Spazio tra gli elementi */
}

.navbar .actions {
    margin-left: auto;
    /* Spinge gli elementi a destra */
    display: flex;
    align-items: center;
}

.navbar .actions-mobile {
    display: flex;
    justify-content: space-between;
    /* Distribute items evenly */
    align-items: center;
    /* Vertically center align */
    padding: 0rem;
    /* Add some padding */
    flex-direction: row !important;
    /* Force items to be in a row */
}

.actions-mobile .nav-item {
    flex-grow: 1;
    /* Allow items to grow and take available space */
    text-align: center;
    /* Center the content within each item */
}

.navbar .actions .btn-accedi {
    margin-right: 10px;
    /* Spazio tra i bottoni */
}

.btn-accedi {
    background-color: #FFD700;
    /* Colore giallo */
    color: #003366;
    /* Testo blu */
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    /* Angoli arrotondati */
}

.btn-accedi-mobile {
    background-color: #FFD700;
    /* Colore giallo */
    color: #003366;
    /* Testo blu */
    padding: 10px;
    border: none;
    border-radius: 5px;
    /* Angoli arrotondati */
}


.social-icons {
    margin-left: 20px;
    padding: 10px 0px 10px 10px;
    font-size: 2rem;
    background-color: #b1b1b1;
}

.social-icons-mobile {
    margin-left: 20px;
    font-size: 1.5rem;
    padding: 0px 10px;
    background-color: #b1b1b1;
}

.social-icons a {
    margin-right: 10px;
}

.logo {
    width: 150px;
}

.search-input {
    border: 1px solid #ced4da;
}

.search-input:focus {
    box-shadow: none;
    border: 1px solid #86b7fe;
}

/*Banner*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.overlay-content {
    text-align: center;
    height: 100%;
    background-color: rgba(4, 110, 156, 0.5);
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    /* Example slant */
    min-width: 70%;
}

/* --- fine area pubblica --- */

/* top menu */
#menuContainer {
    background-color: #fff;
}

.priv-menu img {
    height: 2rem;
}

.priv-menu a {
    text-decoration: none;
    color: #000;
}

/* barra di ricerca */
.search-bar {
    background-color: #046e9c;
}

.search-text i {
    position: absolute;
    top: 5px;
    right: 16px;
    color: #046e9c;
}

.search-text input {
    border: transparent;
    border-radius: 0;
}

/* menu desktop */
.desktop-menu button {
    border-width: 0px;
    height: 140px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #046e9c;
}

.desktop-menu-small button {
    border-width: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
}

/* Tab NovitÃ&nbsp; Home */
.home-tab {
    border-bottom: 1px solid #046e9c;
}

.nav-tabs .home-tab-link {
    color: #000;
}

.nav-tabs .home-tab-link.active {
    border-color: #046e9c;
    color: #fff;
    background-color: #046e9c;
}

.nav-tabs .home-tab-link:hover {
    border-color: #046e9c;
}

/* Item NovitÃ&nbsp; Home */
.novita-home .card {
    border-radius: 0;
}

.novita-home img {
    max-height: 200px;
    max-width: 200px;
    width: auto;
    margin: auto;
}

.novita-img-container {
    height: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.novita-categs button {
    border-radius: 0;
    width: 100%;
    height: 100%
}

/* Footer */
.footer-logo img {
    max-height: 1.5rem;
}

.footer-text .text1 {
    color: #046e9c;
}

/* Ricerca Categorie/Marca */
.ricerca-header button {
    border-radius: 0;
}

.ricerca-header .selected {
    background-color: #e6e6e6;
}

.ricerca-header .selected button {
    color: #046e9c
}

.ricerca-header-separator {
    background-color: #e6e6e6;
}

.categorie-data {
    background-color: #e6e6e6;
}

.categorie-data button {
    border-radius: 0;
    min-height: 4rem;
    /*max-height: 4rem;*/
}

.categorie-data-marca {
    background-color: #e6e6e6;
}

.categorie-data-marca button {
    border-radius: 0;
    min-height: 2rem;
}

.categorie-breadcrumb {
    background-color: #cbcbcb;
    display: flex;
    align-items: center;
}

.categorie-breadcrumb a {
    text-decoration: none;
    color: #666;
}

.breadcrumb {
    margin-bottom: 0;
}

.categorie-breadcrumb .active,
.categorie-breadcrumb a.active {
    color: #046e9c;
}

.categorie-vertical,
.categorie-vertical .list-group-item,
.categorie-vertical .accordion-body {
    background-color: #cbcbcb;
}

.categorie-vertical .accordion-button {
    color: #fff;
    background-color: #046e9c;
}

.categorie-vertical .active {
    color: #046e9c;
    border-color: #046e9c;
}

/* Stili catalogo */
.catalogue-cod {
    color: #046e9c;
    font-size: 1.2rem;
    font-weight: bold;
}

.catalogue-box {
    border-bottom: 2px solid #046e9c;
}

.catalogue-box input {
    width: 5rem;
}

.catalogue-box a {
    text-decoration: none;
    color: #000;
}

.catalogue-prezzo {
    /*font-weight: bold;*/
    font-size: 1.2rem;
}

.catalogue-prezzo-pubblico {
    color: #666;
    font-size: 1rem;
}

.dispo-stock {
    color: green;
}

.dispo-out {
    color: firebrick;
}

.dispo-warning {
    color: gold;
}

.dispo-in-arrive {
    color: blue;
}


.page-link {
    color: #046e9c;
}

.page-link:hover {
    color: #046e9c;
}

.page-item.active .page-link {
    background-color: #046e9c;
    border-color: #046e9c;
}

.catalogue-column-title {
    background-color: #e6e6e6;
}

.catalogue-title {
    border-bottom: 2px solid #046e9c;
}

.catalogue-tot-product {
    background-color: #046e9c;
}

.catalogue-tot-product p {
    color: #fff;
}

.catalogue-det-pages p {
    color: #666;
}

.catalogue-det-pages select {
    color: #666;
}

.prod-in-cart {
    background-color: yellow;
}

/* Scheda Prodotto */
.gallery-product-indicator {
    position: relative;
}

.gallery-product-indicator [data-bs-target] {
    border-radius: 0;
    margin-top: 0.5rem;
    opacity: 1;
}

.banner-product-indicator .active {
    border-color: #046e9c;
}

.gallery-product-indicator button {
    background-color: transparent;
    border-width: 0;
}

.scheda-cod {
    color: #046e9c;
}

.scheda-listino {
    font-size: 2rem;
}

.scheda-pagamento {
    background-color: #e6e6e6;
}

.scheda-prezzo {
    font-size: 1.2rem;
}

.scheda-box input {
    width: 5rem;
}

.offer-banner {
    top: 2rem;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}

/* Scheda Prodotto */
.gallery-product-indicator {
    position: relative;
}

.gallery-product-indicator [data-bs-target] {
    border-radius: 0;
    margin-top: 0.5rem;
    opacity: 1;
}

.banner-product-indicator .active {
    border-color: #046e9c;
}

.gallery-product-indicator button {
    background-color: transparent;
    border-width: 0;
}

.scheda-cod {
    color: #046e9c;
}

.scheda-listino {
    font-size: 2rem;
}

.scheda-pagamento {
    background-color: #e6e6e6;
}

/* stili carrello */
.cart-breadcrumb {
    background-color: #e6e6e6;
}

.cart-breadcrumb .active {
    color: #046e9c;
    ;
}

.cart-box {
    border-bottom: 2px solid #046e9c;
    ;
}

.cart-box input {
    width: 5rem;
}

.cart-box a {
    text-decoration: none;
    color: #000;
}

.cart-dispo {
    font-size: 1.2rem;
}

.cart-prezzo {
    font-size: 1.2rem;
}

.cart-totale {
    /*font-weight: bold;*/
    font-size: 1.2rem;
}

.box-pag-cash {
    border-top: 2px solid #046e9c;
    ;
    background-color: #f7dbd8;
}

.box-pag-differito {
    border-top: 2px solid green;
    background-color: #eefdda;
}

/*stili generici*/

/*Autosize colonne al contenuto*/
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

/* Fornitori */
.search-text-forn i {
    position: absolute;
    top: 5px;
    right: 16px;
    color: #046e9c;
}

.fornitoriPrezzo::-webkit-outer-spin-button,
.fornitoriPrezzo::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.fornitoriPrezzo {
    appearance: textfield;
    -moz-appearance: textfield;
}</pre></body></html>