.socials-list {
    margin: auto;
    padding: 0px;
    list-style: none;
}

.socials-item {
    margin: 0.1em;
    display: inline
}

.page-link {
    text-decoration: none;
}

.captcha-form {
    display: inline-flex;
}

.order-quantity {
    width: 7em;
}

#product-images .carousel-item img,
#product-images .carousel-item video {
    object-fit: cover;
    object-position: center;
    height: 25em;
    overflow: hidden;
}

#product-image img,
#product-image video {
    object-fit: cover;
    object-position: center;
    height: 25em;
    overflow: hidden;
}

#order-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 7em;
    overflow: hidden;
}

.logout-form {
    display: inline;
}

.logout-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
}

@media print {
    .btn,
    button,
    nav,
    footer,
    header,
    .navbar,
    .d-grid {
        display: none !important;
    }

    .digital-downloads-section,
    .list-group,
    .alert {
        display: none !important;
    }

    .card {
        border: 1px solid #000 !important;
        page-break-inside: avoid;
        margin-bottom: 0.5rem !important;
        background-color: #fff !important;
    }

    .card-body {
        padding: 1rem 2rem !important;
    }

    .container,
    .row,
    .col-lg-8 {
        page-break-inside: avoid;
    }

    .py-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .mb-4, .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .mt-4 {
        margin-top: 0.5rem !important;
    }

    h3, h5, h6 {
        margin-bottom: 0.5rem !important;
    }

    body {
        background-color: #fff !important;
        color: #000 !important;
        font-size: 11px;
    }

    * {
        background-color: transparent !important;
        color: #000 !important;
        border-color: #000 !important;
    }

    .badge {
        background-color: #fff !important;
        color: #000 !important;
        border: 1px solid #000 !important;
    }

    .text-muted {
        color: #666 !important;
    }

    .border-bottom {
        border-bottom-color: #000 !important;
    }

    .table td, .table th {
        padding: 0.25rem 0.5rem !important;
    }

    img, video {
        max-width: 50px !important;
        max-height: 50px !important;
    }

    @page {
        margin: 0.5in 0.75in;
        size: letter;
    }
}
