﻿
/* Styles for desktop view (800px and above) */
.upsell-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.upsell-image-container a {
    flex: 0 0 calc(25% - 10px); /* 4 links in a row with some spacing */
    margin-bottom: 20px;
    text-decoration: none;
}

    .upsell-image-container img {
width:100%;
    }


@media (max-width: 9000px) {
    .upsell-image-container a {
        flex: 0 0 calc(50% - 10px); /* 2 links in a row with some spacing */
    }
}

.dixbreadcrumb {
    display: flex;
    list-style: none; /* Remove bullets/numbers */
    padding: 0;
    justify-content: center;
    min-height: 3rem;
    align-items: center;
}

    .dixbreadcrumb ol {
        display: flex;
        flex-wrap: wrap; /* Prevent items from wrapping to the next line */
        margin: 0;
        padding: 0;
        list-style-type: none;
        justify-content: center;
    }

    .dixbreadcrumb-delimiter {
        margin-left:1rem;
        margin-right:1rem;
    }

    .dixbreadcrumb a {
        text-decoration: none;
        color:#151515;
        white-space:nowrap;
    }

.dixbreadcrumb.hidden {
    display:none;
}

@media (max-width: 640px) {
    .dixbreadcrumb a {
        font-size:small;
        font-weight:600;
    }
}

.hiddenCardFiles {
    background-color: #eee;
}

#divAdditionalCardFiles {
    display: none;
}

#btnAddNew {
    cursor: pointer;
}

.qrformsettings {
    color: black;
}

.qrformsettings a {
    color: black !important;
    font-weight:600;
}