.block {
    display: block;
}

.inline-block {
    display: inline-block !important;
}

.icon {
    display: inline-block;
    width: 15px;
    height: 12px;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-arrow-down--black,
.icon-arrow-up--black {
    background-image: url("../img/icon-arrow-down-small-black.svg");
    background-size: 11px 8px;
}

.icon-arrow-up--black {
    transform: rotate(180deg);
}

.icon-checkmark {
    background-image: url("../img/icon-checkmark-white.svg");
    background-size: 14px 11px;
}

.icon-checkmark--green {
    background-image: url("../img/icon-checkmark-green.svg");
    background-size: 14px 11px;
}

.icon-delete {
    background-image: url("../img/icon-delete.svg");
    background-size: 15px 13px;
    width: 15px;
    height: 13px;
}

button:hover .hover\:icon-delete--green {
    background-image: url("../img/icon-delete-green.svg");
    background-size: 15px 13px;
    width: 15px;
    height: 13px;
}

.icon-warning {
    background-image: url("../img/icon-warning-white.svg");
    background-size: 4px 13px;
}

    .icon-warning.bg-summeryellow,
    .icon-warning-black {
        background-image: url("../img/icon-warning-black.svg");
        background-size: 4px 13px;
    }

.txt-normal {
    color: #292929 !important;
}

.link-btn:hover,
a:hover .hover\:txt-link,
.txt-link\:hover:hover {
    color: #74c5c6;
}

.txt-white {
    color: #fff;
}

.bg-darkgreen {
	background-color: #507F70;
}

.bg-lightred {
    background-color: #FFEFEF;
}

.bg-dustyyellow {
    background-color: #EAE6DD;
}

.\!border-lightblue {
    border-color: #74c5c6 !important;
}

.bg-lightblue\:hover:hover {
    background-color: #74c5c6 !important;
}

.bg-dustylightblue {
    background-color: #E0E7EB;
}

.btn--as-link {
    outline: 0;
    border: none;
    background-color: transparent;
}

.align-center {
    text-align: center;
}

.padding-left {
    padding-left: 20px;
}

.extra-margin-top {
    margin-top: 40px;
}

.extra-margin-bottom {
    margin-bottom: 40px;
}

@media only screen and (min-width: 640px) {
    .md-col-padding-left {
        padding-left: 20px;
    }

    .md-col-extra-padding-left {
        padding-left: 40px;
    }
}

.rounded {
    border-radius: 100%;
}

.rounded-4 {
    border-radius: 4px;
}

.rounded-10 {
    border-radius: 10px;
}

.bg-contain {
    background-size: 100%;
    background-size: contain;
}

.ws-normal {
    white-space: normal !important;
}

.underlined {
    text-decoration: underline;
}

.sticky {
    position: sticky;
    top: 0;
}

.container-1x1 {
    height: 0;
    padding: 0 0 100% 0;
}

.w-full {
    width: 100%;
}

.max-w-7em {
    max-width: 5em;
}

.opacity-0 {
    opacity: 0 !important;
}

@media (max-width: 699px) {

    .header {
        box-shadow: none;
    }

    /* logo */
    header > a {
        position: absolute;
        top: 7px;
        left: 0;
        float: none;
    }

    /* menu items */
    .header header {
        padding: 10px 0 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .header .container {
        padding: 10px 20px;
        overflow: hidden;
    }

    .header nav {
        position: relative;
        padding: 20px 0;
        bottom: 0;
        overflow: visible;
        clear: none;
    }

    header .secondary {
        display: none;
        padding: 20px 0;
    }

        header .secondary li {
            margin: 0;
        }

            header .secondary li > span {
                display: block;
                margin: 10px;
            }


    .header .submenu {
        display: none;
        position: fixed;
        background-color: #fff;
        top: 90px;
        left: 50%;
        right: -20px;
        bottom: 0;
        overflow-y: auto;
        box-shadow: 0 0 30px rgba(0,0,0,.2);
        border-top: none;
        padding: 10px 0;
        width: auto;
    }


    /* log-out */
    header .secondary form {
        position: relative;
        padding: 0;
    }

    .header.show-nav-mobile {
        position: fixed;
    }

    .show-nav-mobile .secondary,
    .show-nav-mobile .submenu {
        display: block;
    }

    .show-nav-mobile .container {
        max-height: 100%;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (min-width: 700px) {
    header > a {
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header {
        padding-bottom: 0;
    }

        .header nav {
            clear: both;
            float: none;
            text-align: center;
            padding-bottom: 5px;
        }

            .header nav ul {
                display: inline-block;
                width: auto;
                margin-left: auto;
                margin-right: auto;
            }

        .header li {
            margin-top: 5px;
        }


        .header .secondary {
            position: absolute;
            right: 0;
            left: 0;
        }

            .header .secondary li {
                float: right;
                margin: 0;
            }

                .header .secondary li > span {
                    display: inline-block;
                    padding: 4px 4px 4px;
                    line-height: 18px;
                }

            .header .secondary .current-year {
                position: absolute;
                left: 0;
            }


    .submenu {
        width: 100%;
        border-top: 1px solid #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
    }

        .submenu li {
            margin-top: 0;
        }
}

@media (min-width: 1000px) {
    .header {
        padding-top: 20px;
    }

        .header nav {
            padding: 0;
        }
}

/*
@media (min-width: 1160px) {
	.container:not(.fullwidth) {
		max-width: none;
	}
}
*/
@media (min-width: 1160px) {
    .container:not(.fullwidth) {
        max-width: 1160px;
    }
}


.h-full {
    height: 100%;
}

.canvas-container {
    margin: 2em auto;
    width: 96%;
    aspect-ratio: 16 / 9;
    padding: 0;
}

@media (min-aspect-ratio: 14 / 9) {
    .canvas-container {
        width: auto;
        height: 700px;
        height: 80vh;
    }
}

.canvas-narrow-container {
    margin: 2em auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0;
}

@media (min-aspect-ratio: 14 / 9) {
    .canvas-narrow-container {
        width: auto;
        max-width: 100%;
        max-height: 700px;
        max-height: 80vh;
    }
}




img {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.media-height-container {
    text-align: center;
    overflow: hidden;
}

    .media-height-container > div,
    .media-height-container > img,
    .media-height-container > video,
    .media-height-container > iframe {
        display: inline-block !important;
        width: auto !important;
        height: 90vh !important;
        min-height: 400px !important;
        max-height: 600px !important;
        max-width: none !important;
    }

article ul li:before {
    transform: none;
    width: 10px;
    height: 10px;
}


.orders-container {
    margin-top: 20px;
}

.styled-orders {
    display: flex;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    gap: 40px;
    flex-direction: column;
}

.partner-orders {
    display: none;
}

.partner-name {
    color: #333;
}

.order-details {
    display: flex;
    gap: 20px;
}

    .order-details p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .order-details img {
        width: 100px;
        height: auto;
    }

.order-details__content {
}

.order-details__buttons {
    display: flex;
    gap: 20px;
}

.no-orders {
}

.order-functionality .order-button,
.order-functionality .submit-button {
}

.link-btn {
    background-color: transparent;
    border: none;
    display: inline-block;
}

.outlined-btn {
    background-color: transparent;
    color: black !important;
    border: 2px solid black;
    border-radius: 0;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    gap: 10px;
    font-weight: 700;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: fit-content;
    transition: border-color 100ms;
}

    .outlined-btn:not([disabled]):hover,
    a:hover .outlined-btn {
        border-color: #8fc2be;
    }

    .outlined-btn[disabled] {
        border-color: #00000055;
        color: #00000055 !important;
    }


.outlined-btn-chevron {
    width: 12px;
    height: 12px;
    transform: rotate(270deg);
}

.order-functionality .order-dialog {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    width: 500px;
    max-width: 100%;
    min-height: 300px;
}

.dialog-title {
    margin-top: 0;
    color: #333;
    font-size: 1.5rem;
}

.specs-dialog {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    width: 800px;
    max-width: 100%;
    min-height: 300px;
}

.specs-dialog__share {
    color: black;
    text-decoration: underline;
}

.orders-list-page .order-select,
.order-functionality .order-select,
.order-functionality .order-note {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.order-functionality .member-dropdown {
    margin-top: 20px;
}

.order-functionality .date-select--container {
    display: inline-block;
    margin-right: 20px;
}

.order-functionality .date-select {
    display: inline-block;
    width: 8.5em;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.order-functionality .date-select--week {
    margin-left: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}

.order-functionality input[type="hidden"] {
    display: none;
}

.container.orders-details-page,
.container.orders-list-page {
    max-width: 1500px !important;
}

    .container.orders-details-page article,
    .container.orders-list-page article {
        width: 100%;
    }

.orders-list-table {
    width: 100%;
}

    .orders-list-table td,
    .orders-list-table th {
        padding: 10px;
        vertical-align: top;
    }

    .orders-list-table thead {
        z-index: 2;
    }

        .orders-list-table thead td:first-child {
            padding-left: 0;
        }

.order-row {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000022;
}

    .order-row .icon {
        position: absolute;
        left: 0;
        width: 28px;
        height: 28px;
    }

    .order-row a {
        display: block;
    }

        .order-row a:hover {
            color: #8fc2be !important;
        }

    .order-row span {
        white-space: nowrap;
    }

@media only screen and (max-width: 600px) {
    .orders-list-table thead {
        display: none;
    }

    .order-row td {
        padding: 5px 0;
        display: block;
    }

        .order-row td:first-child {
            margin-top: 20px;
        }

        .order-row td:last-child {
            padding-bottom: 20px;
        }

    td.order--image {
        background-position: left center !important;
        height: 5em;
        width: 100% !important;
    }
}

.order--week {
    z-index: 1;
    top: 1em;
}

    .order--week td {
        padding-left: 0;
    }

.order--wsbrand {
    display: inline-block;
    margin: 0;
    line-height: 1;
}

td.order--image {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 3em;
    min-width: 3em;
    background: transparent no-repeat center .75rem;
    background-size: 100%;
    background-size: contain;
}

td.order--state {
    padding-left: 38px;
}

.order-show-more-btn {
    max-width: 18em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

    .order-show-more-btn:hover {
        border-color: #74c5c6;
    }

.orders-list-table thead.sticky,
.orders-list-table .sticky td {
    background-color: #fff;
}

.orders-list-table--completed thead.sticky,
.orders-list-table--completed .sticky td {
    background-color: #EAE6DD;
}



.underline {
    text-decoration: underline;
}

.category-page .content {
    margin-bottom: 30px;
}

.category-page h1,
.category-page .category-page-image {
    margin-bottom: 20px;
}

.product-container {
    padding: 20px 0;
    display: flex;
    gap: 20px;
    clear: both;
    margin-bottom: 20px;
    margin-right: -20px;
    flex-direction: column;
    flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
    .product-container {
        flex-direction: row;
        align-content: flex-start;
    }
}

.product-card {
    width: 100%;
    padding-bottom: 2.5em;
}

@media only screen and (min-width: 600px) {
    .product-card {
        max-width: calc(100% / 2 - 20px);
    }
}

@media only screen and (min-width: 900px) {
    .product-card {
        max-width: calc(100% / 3 - 20px);
    }
}

@media only screen and (min-width: 1100px) {
    .product-card {
        max-width: calc(100% / 4 - 20px);
    }
}

.price-box {
    background-color: #f5f5f5;
    float: right;
    padding: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    min-width: 250px;
}

    .price-box h3 {
        margin-top: 0;
        font-weight: 700;
    }

.deliveries-container {
    padding: 20px 0;
}

    .deliveries-container > * {
        margin-bottom: 2em;
    }

    .deliveries-container input,
    .deliveries-container textarea {
        background: white;
        color: black;
        box-shadow: inset 2px 2px 8px rgba(0,0,0,.1);
        padding: .75rem 2rem .75rem .75rem;
        margin: .5rem 0;
        border: none;
    }

        .deliveries-container input[disabled],
        .deliveries-container textarea[disabled] {
            background: #d7d2c7;
            box-shadow: none;
        }

    .error.icon,
    .deliveries-container .icon {
        width: 1.75rem;
        height: 1.75rem;
        vertical-align: middle;
    }

    .error.icon,
    .deliveries-container .files .icon,
    .deliveries-container .errors .icon {
        position: absolute;
        margin-top: .25rem;
    }

        .error.icon ~ *,
        .deliveries-container .errors > * {
            margin-top: .75em;
            margin-bottom: .25em;
        }

        .error.icon ~ *,
        .deliveries-container .files .icon-warning ~ *,
        .deliveries-container .errors .icon-warning ~ * {
            display: block;
            /*min-height: 2rem;*/
            padding-left: 2rem;
        }

    .deliveries-container .files .icon-warning + *,
    .deliveries-container .errors .icon-warning + * {
        margin: .25rem 0 .5rem;
        padding-top: .5rem;
    }

    .deliveries-container .errors-list {
        font-weight: bold;
    }

    .deliveries-container .errors .icon-warning + * {
        overflow-wrap: break-word;
    }

.file-entry {
    border-bottom: 1px solid #ada595;
    padding: .5em 0;
    margin-top: .25em;
    margin-bottom: .25em;
}

.deleteFile {
    outline: 0;
    border: none;
    color: transparent;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    float: right;
    overflow: hidden;
    background: transparent url('../img/icon-delete.svg') no-repeat center center;
    background-size: contain;
}

    .deleteFile:hover {
        background-image: url('../img/icon-delete-green.svg');
    }

/* Styling for each delivery section */
.file-spec {
    margin-bottom: 20px;
}

.delivery p {
    margin: 0;
}

/* Common styling for each delivery option */
.delivery-option {
}

/* Styling for the file specifications inside each option */
.file-spec-container {
}

.or-seperator {
    margin-top: auto;
    margin-bottom: auto;
}

.delivery-dropdown,
.file-spec {
    background-color: #eae6dc;
    padding: 10px;
    margin-bottom: 10px;
}

.delivery-dropdown {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .delivery-dropdown select {
        border: none;
        background-image: url("../img/icon-arrow-down-small-black.svg");
        background-size: 11px 8px;
        background-color: #d7d2c7;
        padding-left: .25em;
        padding-right: 3em;
    }

.file-spec table {
    width: 100%;
    max-width: 24em;
}

.file-spec td {
    padding-right: .5rem;
    vertical-align: top;
}

    .file-spec td:first-child {
        width: 50%;
        max-width: 10em;
    }

.file-spec > * + * {
    margin-top: 1em;
}

.file-items-count span,
.file-items-count div {
    display: inline;
}

.file-title,
.delivery-dropdown select {
    font-size: 1em;
    margin-top: 0;
}

.file-title {
    padding-bottom: .5em;
    font-weight: bold;
}

@media (min-width: 900px) {
    .file-spec {
        display: flex;
        flex-direction: row;
        gap: 1em; /* Adjust the gap between boxes if needed */
    }

        .file-spec > * {
            width: 33.3333%
        }

            .file-spec > *:first-child {
                border-right: 1px solid #ada595;
            }

            .file-spec > * + * {
                margin-top: .25em;
            }

        .file-spec.fullwidth {
            /*grid-template-columns: 1fr 2fr;*/
        }

            .file-spec.fullwidth > *:last-child {
                width: 66.6666%
            }

    .delivery-dropdown {
        max-width: 32%;
    }
}

.drop-area {
    padding: 1rem;
    height: 100%;
    border: 4px dashed #ada595;
    border-radius: 10px;
}

    .drop-area > * {
        pointer-events: none;
    }

    .drop-area label {
        display: inline;
        position: relative;
        pointer-events: auto;
        color: #95876d;
        font-size: 1em;
        text-decoration: underline;
    }


.progressbar {
    height: 1em;
    background-color: #d7d2c7;
    border-radius: 4px;
}

.progressbar-progress {
    height: 100%;
    background-color: #74c5c6;
    border-radius: 4px;
}


.infobox {
    float: right;
    position: relative;
    width: 1em;
    margin-left: .5em;
    margin-right: .5em;
}
.infobox--text-input {
    position: absolute;
    right: .5em;
    top: 1.15em;
}
.infobox--icon {
    width: 1em;
    height: 1em;
    font-size: 1.1em;
    line-height: 1.1;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}

.infobox--content {
    position: absolute;
    text-align: center;
    padding: .25em .5em;
    bottom: 200%;
    left: 50%;
    width: 14em;
    transform: translate3d(-50%, .25rem, 0);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: transform ease-in-out 150ms, opacity 150ms;
}

.infobox--icon:hover ~ .infobox--content,
.infobox--toggle:checked + .infobox--content {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
}

.infobox--right {
    text-align: right;
    width: -webkit-max-content;
    width: max-content;
    max-width: 15em;
    left: auto;
    right: 0;
    transform: translate3d(0, .25rem, 0);
}

.infobox--icon:hover ~ .infobox--right,
.infobox--toggle:checked + .infobox--right {
    transform: translate3d(0, 0, 0);
}

/* Special handling for 'or' text */
.styled-dropdown {
    font-size: 1rem;
    background-color: #eae6dc;
    border-bottom: 0;
    background-image: url(../img/icon-arrow-down-small-black.svg);
    background-size: 11px 8px;
    padding: 5px 12px;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.row-center {
    display: flex;
    justify-content: center;
}

.validation-summary-errors ul {
    padding: 0;
    color: red;
}


.successToast, .errorToast, .neutralToast {
    padding: 15px 30px;
    color: white;
    margin-bottom: 15px;
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    border-radius: 10px;
    font-size: 1rem;
    box-shadow: 0 5px 40px rgba(0,0,0,.25);
}

.successToast {
    background-color: #4CAF50;
    z-index: 999999;
}

.errorToast {
    background-color: #f44336;
    z-index: 999999;
}

.neutralToast {
    color: #000;
    background-color: #fff;
    z-index: 999999;
}


    .successToast.active, .errorToast.active, .neutralToast.active {
        opacity: 1;
        transform: translate(-50%, -25px);
    }

.text--large {
    font-size: 1.125rem;
}

.content ul {
    list-style-type: none !important;
}

    .content ul li:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 2px;
        transform: none;
        width: 10px;
        height: 10px;
    }

.edit-profile-page {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
}

    .edit-profile-page h2 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .edit-profile-page .mb-3 {
        margin-bottom: 1.5rem;
    }

    .edit-profile-page button {
        margin: 0.5rem 0;
    }

    .edit-profile-page hr {
        margin: 2rem 0;
    }

    .edit-profile-page h4 {
        margin: 1.5rem 0 1rem 0;
    }

    .edit-profile-page label {
        position: relative;
        font-weight: bold;
        margin-bottom: 0.5rem;
        margin-top: 2rem;
    }

.login-status {
    display: flex;
}

/* Hide header when framed=true parameter is present */
body.framed .header {
    display: none !important;
}

body.hide-header header {
    display: none !important;
}
