/* Steps Images */
.steps-images img {
    display: none;
}

.steps-images img.active {
    display: inherit;
}

#download a {
    max-height: 49px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
        font-size: 14px;
    }
}

.selling-centers li::marker {
    content: "\e693";
    margin-left: .5rem !important;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-top: 9px;
}

/* Footer Links */
.footer-link {
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #e38cb7 !important;
    text-decoration: none;
}

/* Basic theme styles - you may need to copy the full theme CSS from the original project */
/* For now, these are the essential custom styles */

