﻿
/* 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;
}

.material-symbols-outlined {
    font-size: 32px;
}

    .material-symbols-outlined.delete-button {
        color: red;
    }

    .material-symbols-outlined.white {
        color: white;
    }

.AddressCDI a {
    color: black;
    font-weight: 600;
    padding-top: 0.5rem;
}

.addresscdiSET {
    color: #3399ff;
    font-weight: 800;
    padding-top: 0.5rem;
    padding-left:1rem;
}

.PostageLabel {
    font-weight: 400;
    font-size: large;
    font-weight: 800;
}
.PostageIncludesIndividualItems {
    margin-bottom: 42px;
}
