html, body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.text-link {
    text-decoration: underline;
    color: #212529;
}

.text-link:hover {
    text-decoration: none;
    color: #212529;
}

.footer-text {
    font-size: 0.9em;
}

.footer-text a {
    text-decoration: none;
    color: #212529;
}

.footer-text a:hover {
    text-decoration: underline;
    color: #212529;
}

.nicippe-debug {
    word-wrap: break-word;
}

.albums-list-album {
    cursor: pointer;
}

.album-photo {
    cursor: pointer;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.bg-address-selected {
    background-color: #D1E7DD;
}

.cartClickableImage {
    cursor: pointer;
}