:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #fffcde;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #fefcf5;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #c7d0cd;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #28262b;
    --bs-primary: #79C6C0;
    --bs-secondary: #fffad8;
    --bs-success: #9eaa8e;
    --bs-info: #90d7ec;
    --bs-warning: #fee1a0;
    --bs-danger: #c22c35;
    --bs-light: #fefcf5;
    --bs-dark: #28262b;
    --bs-primary-dark: #21484c;
    --bs-primary-light: #96D2CE;
    --bs-primary-lightest: #C5E6E4;
    --bs-secondary-dark: #c1bfac;
    --bs-lager: #79C6C0;
    --bs-red-ale: #f6aa98;
    --bs-bergweizen: #90d7ec;
    --bs-olive-green: #9eaa8e;
    --bs-olive-light: #c1bfac;
    --bs-marzen: #fee1a0;
    --bs-mango: #fcb143;
    --bs-cherry: #c22c35;
    --bs-mountain-pale-ale: #96CBA2;
    --bs-primary-rgb: 121, 198, 192;
    --bs-secondary-rgb: 255, 250, 216;
    --bs-success-rgb: 158, 170, 142;
    --bs-info-rgb: 144, 215, 236;
    --bs-warning-rgb: 254, 225, 160;
    --bs-danger-rgb: 194, 44, 53;
    --bs-light-rgb: 254, 252, 245;
    --bs-dark-rgb: 40, 38, 43;
    --bs-primary-dark-rgb: 33, 72, 76;
    --bs-primary-light-rgb: 150, 210, 206;
    --bs-primary-lightest-rgb: 197, 230, 228;
    --bs-secondary-dark-rgb: 193, 191, 172;
    --bs-lager-rgb: 121, 198, 192;
    --bs-gray-400-rgb: 199, 208, 205;
    --bs-red-ale-rgb: 246, 170, 152;
    --bs-bergweizen-rgb: 144, 215, 236;
    --bs-olive-green-rgb: 158, 170, 142;
    --bs-olive-light-rgb: 193, 191, 172;
    --bs-marzen-rgb: 254, 225, 160;
    --bs-mango-rgb: 252, 177, 67;
    --bs-cherry-rgb: 194, 44, 53;
    --bs-mountain-pale-ale-rgb: 150, 203, 162;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 40, 38, 43;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-dark-blue-rgb: 18, 65, 65;
    --bs-beige-light-rgb: 240, 224, 204;
    --bs-beige-rgb: 255, 255, 204;
    --bs-font-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #28262b;
    --bs-body-bg: #fff;
    /* copy-pasted from sass  */
    --input-padding-y-sm: .15rem;
    --input-padding-y: .25rem;
    --input-padding-y-lg: .625rem;
    --input-padding-x-sm: 1rem;
    --input-padding-x: 1.5rem;
    --input-padding-x-lg: 2rem;
    --input-font-size-sm: 0.8125rem;
    --input-font-size: 1rem;
    --input-font-size-lg: 1.375rem;
    --input-height-sm: 2.1125rem; /* 33.8px; */
    --input-height: 2.6875rem; /* 43px; */
    --input-height-lg: 4.375rem; /* 70px; */
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 2px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0
}

address, p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ol, ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

b, dt, strong {
    font-weight: 500
}

.small, small {
    font-size: .875em
}

sub, sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #21484c;
    text-decoration: underline
}

a:hover {
    color: #2e877a
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, pre {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a > code {
    color: inherit
}

img, svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 1rem);
    padding-right: var(--bs-gutter-x, 1rem);
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.col-4 {
    width: 33.33333333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-10, .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%;
}

.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0
}

.g-3 {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-2, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-6 {
        margin-left: 50%
    }
}

@media (min-width: 768px) {
    .row-cols-md-auto > * {
        width: auto
    }

    .col-md-3, .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-4, .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6, .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-8, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-10, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .g-md-0 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0
    }

    .min-h-custom-vertically-centered {
        display: flex;
        align-items: center;
        /* height: calc(100vh - 4.5rem); https://www.bugherd.com/projects/281185/tasks/377, #387 and #478 */
    }

    .position-md-absolute {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-4, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-4, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-3, .col-xxl-4, .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-6, .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .flex-grow-xxl-1 {
        flex-grow: 1;
    }
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.25rem + 2px);
    padding-top: calc(.25rem + 2px)
}

.form-text {
    color: #6c757d;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    color: #28262b;
    display: block;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .25rem 1.5rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cscript xmlns=''/%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

.form-control[type=search]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

.form-control:focus {
    background-color: #fff;
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    color: #28262b;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #878472;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #878472;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #878472;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #878472;
    opacity: 1
}

.form-control::placeholder {
    color: #878472;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    -webkit-margin-end: 1.5rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 2px;
    border-radius: 0;
    color: #28262b;
    margin: -.25rem -1.5rem;
    margin-inline-end: 1.5rem;
    padding: .25rem 1.5rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: 1.5rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 2px;
    border-radius: 0;
    color: #28262b;
    margin: -.25rem -1.5rem;
    margin-inline-end: 1.5rem;
    padding: .25rem 1.5rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0;
    color: #28262b;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .25rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg {
    padding-left: 0;
    padding-right: 0
}

.form-control-lg {
    border-radius: 0;
    font-size: 1.375rem;
    min-height: 4.375rem;
    padding: .625rem 2rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 2rem;
    margin: -.625rem -2rem;
    margin-inline-end: 2rem;
    padding: .625rem 2rem
}

.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 2rem;
    margin: -.625rem -2rem;
    margin-inline-end: 2rem;
    padding: .625rem 2rem
}

.form-control-shop-search {
    padding-left: .625rem;
    padding-right: .625rem;
}

textarea.form-control {
    min-height: 2.6875rem
}

textarea.form-control-lg {
    min-height: 4.375rem
}

.form-select {
    -moz-padding-start: calc(1.5rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    color: #28262b;
    display: block;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .25rem 4.5rem .25rem 1.5rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    outline: 0
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 1.5rem
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #28262b
}

.form-select-lg {
    border-radius: 0;
    font-size: 1.375rem;
    padding-bottom: .625rem;
    padding-left: 2rem;
    padding-top: .625rem
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.75em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.75em
}

.form-check-input {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    color-adjust: exact;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;
    width: 1.25em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #28262b;
    border-color: #28262b
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #79C6C0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #79C6C0
}

.form-check-input:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .5
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0;
    color: #28262b;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-family: Oswald;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #28262b
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    outline: 0
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-secondary {
    background-color: #fffad8;
    border-color: #fffad8;
    color: #000
}

.btn-secondary:focus, .btn-secondary:hover {
    background-color: #fffbde;
    border-color: #fffbdc;
    color: #000
}

.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(53, 30%, 79%, .5);
    box-shadow: 0 0 0 .25rem hsla(53, 30%, 79%, .5)
}

.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    background-color: #fffbe0;
    border-color: #fffbdc;
    color: #000
}

.btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(53, 30%, 79%, .5);
    box-shadow: 0 0 0 .25rem hsla(53, 30%, 79%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fffad8;
    border-color: #fffad8;
    color: #000
}

.btn-light {
    background-color: #fefcf5;
    border-color: #fefcf5;
    color: #000
}

.btn-light:focus, .btn-light:hover {
    background-color: #fefcf7;
    border-color: #fefcf6;
    color: #000
}

.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(45, 9%, 83%, .5);
    box-shadow: 0 0 0 .25rem hsla(45, 9%, 83%, .5)
}

.btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
    background-color: #fefdf7;
    border-color: #fefcf6;
    color: #000
}

.btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem hsla(45, 9%, 83%, .5);
    box-shadow: 0 0 0 .25rem hsla(45, 9%, 83%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    background-color: #fefcf5;
    border-color: #fefcf5;
    color: #000
}

.btn-dark {
    background-color: #28262b;
    border-color: #28262b;
    color: #fff
}

.btn-dark:focus, .btn-dark:hover {
    background-color: #222025;
    border-color: #201e22;
    color: #fff
}

.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(72, 71, 75, .5);
    box-shadow: 0 0 0 .25rem rgba(72, 71, 75, .5)
}

.btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
    background-color: #201e22;
    border-color: #1e1d20;
    color: #fff
}

.btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(72, 71, 75, .5);
    box-shadow: 0 0 0 .25rem rgba(72, 71, 75, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    background-color: #28262b;
    border-color: #28262b;
    color: #fff
}

.btn-outline-dark {
    border-color: #28262b;
    color: #28262b
}

.btn-outline-dark:hover {
    background-color: #28262b;
    border-color: #28262b;
    color: #fff
}

.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(40, 38, 43, .5);
    box-shadow: 0 0 0 .25rem rgba(40, 38, 43, .5)
}

.btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    background-color: #28262b;
    border-color: #28262b;
    color: #fff
}

.btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(40, 38, 43, .5);
    box-shadow: 0 0 0 .25rem rgba(40, 38, 43, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    background-color: transparent;
    color: #28262b
}

.btn-link {
    color: #21484c;
    font-weight: 400;
    text-decoration: underline
}

.btn-link:hover {
    color: #2e877a
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d
}

.btn-lg {
    border-radius: 0;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0;
    pointer-events: none;
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #28262b;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #28262b;
    display: block;
    font-weight: 400;
    padding: .25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
    color: #242227
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #79C6C0;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: #21484c;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #2e877a
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 0 solid transparent
}

.nav-tabs .nav-link {
    background: none;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef transparent;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card > hr {
    margin-left: 0;
    margin-right: 0
}

.card > .list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card > .list-group:first-child {
    border-top-left-radius: calc(.25rem - 2px);
    border-top-right-radius: calc(.25rem - 2px);
    border-top-width: 0
}

.card > .list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 2px);
    border-bottom-right-radius: calc(.25rem - 2px);
    border-bottom-width: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.accordion-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fef7e4;
    border: 0;
    border-radius: 0;
    color: #28262b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: .625rem;
    position: relative;
    text-align: left;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: #fef7e4;
    -webkit-box-shadow: inset 0 -2px 0 #c7d0cd;
    box-shadow: inset 0 -2px 0 #c7d0cd;
    color: #28262b
}

.accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button:after, .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328262b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.accordion-button:after {
    -ms-flex-negative: 0;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 1.25rem
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #feeeca;
    border: 2px solid #c7d0cd
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion-body {
    padding: .625rem
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "›");
    float: left;
    padding-right: .5rem
}

.breadcrumb-item.active {
    color: #28262b !important;
}

.badge {
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    padding: .35em .65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    border: 2px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.alert-primary {
    background-color: #d7eeeb;
    border-color: #c4e5e0;
    color: #22655c
}

.alert-lager {
    background-color: #f4f6f5;
    border-color: #eef1f0;
    color: #505352
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 2px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 2px);
    border-top-right-radius: calc(.3rem - 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
    align-items: flex-start;
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.popover .popover-arrow {
    display: block;
    height: .5rem;
    position: absolute;
    width: 1rem
}

.popover .popover-arrow:after, .popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.popover-header {
    background-color: #f0f0f0;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 2px);
    border-top-right-radius: calc(.3rem - 2px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #28262b;
    padding: 1rem
}

.offcanvas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    visibility: hidden;
    z-index: 1045
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem
}

.offcanvas-end {
    border-left: 2px solid rgba(0, 0, 0, .2);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.link-light {
    color: #fefcf5
}

.link-light:focus, .link-light:hover {
    color: #fefdf7
}

.link-dark {
    color: #28262b
}

.link-dark:focus, .link-dark:hover {
    color: #201e22
}

.link-footer {
    color: #79C6C0
}

.link-footer:focus, .link-dark:hover {
    color: #2e877a
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-100 {
    opacity: 1 !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.bottom-0 {
    bottom: 0 !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 2px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 2px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 2px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #79C6C0 !important
}

.border-dark {
    border-color: #28262b !important
}

.border-primary-light {
    border-color: #96D2CE !important
}

.border-secondary-dark {
    border-color: #c1bfac !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.w-100 {
    width: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.h-100 {
    height: 100% !important
}

.vh-50 {
    height: 50vh !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.m-1 {
    margin: .25rem !important
}

.m-3 {
    margin: .75rem !important
}

.m-5 {
    margin: 1.25rem !important
}

.mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important
}

.my-10 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important
}

.my-12 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
}

.my-13 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
}

.mt-0 {
    margin-top: 0 !important
}

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

.mt-5 {
    margin-top: 1.25rem !important
}

.mt-8 {
    margin-top: 2.5rem !important
}

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

.mt-12 {
    margin-top: 5rem !important
}

.mt-13 {
    margin-top: 6rem !important
}

.me-3 {
    margin-right: .75rem !important
}

.me-4 {
    margin-right: 1rem !important
}

.me-7 {
    margin-right: 2rem !important
}

.me-8 {
    margin-right: 2.5rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-7 {
    margin-bottom: 2rem !important
}

.mb-8 {
    margin-bottom: 2.5rem !important
}

.mb-9 {
    margin-bottom: 3rem !important
}

.mb-10 {
    margin-bottom: 3.5rem !important
}

.mb-11 {
    margin-bottom: 4rem !important
}

.mb-12 {
    margin-bottom: 5rem !important
}

.mb-13 {
    margin-bottom: 6rem !important
}

.mb-15 {
    margin-bottom: 10rem !important
}

.mb-16 {
    margin-bottom: 11rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: .75rem !important
}

.ms-4 {
    margin-left: 1rem !important
}

.mb-n13 {
    margin-bottom: -6rem !important
}

.ms-n8 {
    margin-left: -2.5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.px-7 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

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

.py-3 {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

.py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

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

.py-7 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-8 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.py-9 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-10 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important
}

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

.py-15 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pt-5 {
    padding-top: 1.25rem !important
}

.pt-8 {
    padding-top: 2.5rem !important
}

.pt-9 {
    padding-top: 3rem !important
}

.pt-10 {
    padding-top: 3.5rem !important
}

.pt-11 {
    padding-top: 4rem !important
}

.pt-12 {
    padding-top: 5rem !important
}

.pt-13 {
    padding-top: 6rem !important
}

.pe-3 {
    padding-right: .75rem !important
}

.pe-8 {
    padding-right: 2.5rem !important
}

.pe-10 {
    padding-right: 3.5rem !important
}

.pb-5 {
    padding-bottom: 1.25rem !important
}

.pb-7 {
    padding-bottom: 2rem !important
}

.pb-8 {
    padding-bottom: 2.5rem !important
}

.pb-9 {
    padding-bottom: 3rem !important
}

.pb-10 {
    padding-bottom: 3.5rem !important
}

.pb-12 {
    padding-bottom: 5rem !important
}

.pb-13 {
    padding-bottom: 6rem !important
}

.pb-14 {
    padding-bottom: 7.5rem !important
}

.ps-5 {
    padding-left: 1.25rem !important
}

.fs-1 {
    font-size: 2.5rem !important
}

.fs-2 {
    font-size: 2rem !important
}

.fs-3 {
    font-size: 1.75rem !important
}

.fs-4 {
    font-size: 1.5rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 500 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-lightest-rgb), var(--bs-bg-opacity)) !important
}

.bg-lager {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lager-rgb), var(--bs-bg-opacity)) !important
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important
}

.bg-red-ale {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-ale-rgb), var(--bs-bg-opacity)) !important
}

.bg-bergweizen {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-bergweizen-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-blue-rgb), var(--bs-bg-opacity)) !important
}

.bg-beige {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-beige-rgb), var(--bs-bg-opacity)) !important
}

.bg-beige-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-beige-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-marzen {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-marzen-rgb), var(--bs-bg-opacity)) !important
}

.bg-mango {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-mango-rgb), var(--bs-bg-opacity)) !important
}

.bg-mountain-pale-ale {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-mountain-pale-ale-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.visible {
    visibility: visible !important
}

.product-tile .col-buttons {
    display: flex;
    align-items: end
}

.product-tile .fs-3-custom {
    word-wrap: break-word
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

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

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mb-sm-4 {
        margin-bottom: 1rem !important
    }

    .product-tile .col-buttons {
        display: block;
        align-items: inherit
    }

    .product-tile .fs-3-custom {
        word-wrap: inherit
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .m-md-3 {
        margin: .75rem !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-12 {
        margin-bottom: 5rem !important;
        margin-top: 5rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-8 {
        margin-top: 2.5rem !important
    }

    .mt-md-11 {
        margin-top: 4rem !important
    }

    .me-md-5 {
        margin-right: 1.25rem !important
    }

    .me-md-9 {
        margin-right: 3rem !important
    }

    .me-md-n1 {
        margin-right: -1.25rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 2rem !important
    }

    .mb-md-8 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-9 {
        margin-bottom: 3rem !important
    }

    .mb-md-10 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-11 {
        margin-bottom: 4rem !important
    }

    .mb-md-12 {
        margin-bottom: 5rem !important
    }

    .mb-md-13 {
        margin-bottom: 6rem !important
    }

    .mb-md-14 {
        margin-bottom: 7.5rem !important
    }

    .mb-md-15 {
        margin-bottom: 10rem !important
    }

    .mb-md-n15 {
        margin-bottom: -10rem !important
    }

    .ms-md-5 {
        margin-left: 1.25rem !important
    }

    .ms-md-n5 {
        margin-left: -1.25rem !important
    }

    .p-md-5 {
        padding: 1.25rem !important
    }

    .p-md-7 {
        padding: 2rem !important
    }

    .px-md-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-md-8 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-9 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-10 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-md-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

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

    .py-md-8 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

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

    .pt-md-5 {
        padding-top: 1.25rem !important
    }

    .pt-md-10 {
        padding-top: 3.5rem !important
    }

    .pt-md-12 {
        padding-top: 5rem !important
    }

    .pt-md-13 {
        padding-top: 6rem !important
    }

    .pt-md-14 {
        padding-top: 7.5rem !important
    }

    .pt-md-15 {
        padding-top: 10rem !important
    }

    .pb-md-7 {
        padding-bottom: 2rem !important
    }

    .pb-md-12 {
        padding-bottom: 5rem !important
    }

    .pb-md-15 {
        padding-bottom: 10rem !important
    }

    .ps-md-6 {
        padding-left: 1.5rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }
}

@media (min-width: 992px) {

    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-lg-7 {
        margin-bottom: 2rem !important
    }

    .mb-lg-8 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-11 {
        margin-bottom: 4rem !important
    }

    .me-lg-n8 {
        margin-right: -1.25rem !important
    }

    .me-lg-n9 {
        margin-right: -3rem !important
    }

    .p-lg-5 {
        padding: 1.25rem !important
    }

    .px-lg-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .px-lg-9 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-10 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .py-lg-8 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-lg-10 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .pt-lg-11 {
        padding-top: 4rem !important
    }

    .pt-lg-13 {
        padding-top: 6rem !important
    }

    .pb-lg-8 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-12 {
        padding-bottom: 5rem !important
    }

    .text-lg-start {
        text-align: left !important
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important
    }

    .mx-xl-12 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xl-8 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important
    }

    .my-xl-15 {
        margin-bottom: 10rem !important;
        margin-top: 10rem !important
    }

    .mt-xl-5 {
        margin-top: 1.25rem !important
    }

    .mt-xl-8 {
        margin-top: 2.5rem !important
    }

    .mt-xl-10 {
        margin-top: 3.5rem !important
    }

    .mt-xl-13 {
        margin-top: 6rem !important
    }

    .me-xl-5 {
        margin-right: 1.25rem !important
    }

    .mb-xl-5 {
        margin-bottom: 1.25rem !important
    }

    .mb-xl-7 {
        margin-bottom: 2rem !important
    }

    .mb-xl-8 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-11 {
        margin-bottom: 4rem !important
    }

    .mb-xl-12 {
        margin-bottom: 5rem !important
    }

    .mb-xl-13 {
        margin-bottom: 6rem !important
    }

    .mb-xl-14 {
        margin-bottom: 7.5rem !important
    }

    .mb-xl-15 {
        margin-bottom: 10rem !important
    }

    .mb-xl-16 {
        margin-bottom: 11rem !important
    }

    .ms-xl-5 {
        margin-left: 1.25rem !important
    }

    .me-xl-n12 {
        margin-right: -5rem !important
    }

    .mb-xl-n16 {
        margin-bottom: -11rem !important
    }

    .p-xl-8 {
        padding: 2.5rem !important
    }

    .p-xl-12 {
        padding: 5rem !important
    }

    .px-xl-8 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xl-9 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-10 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xl-12 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

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

    .py-xl-7 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }

    .py-xl-8 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .py-xl-10 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

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

    .py-xl-13 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .py-xl-15 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }

    .pt-xl-9 {
        padding-top: 3rem !important
    }

    .pt-xl-10 {
        padding-top: 3.5rem !important
    }

    .pt-xl-13 {
        padding-top: 6rem !important
    }

    .pt-xl-14 {
        padding-top: 7.5rem !important
    }

    .pt-xl-15 {
        padding-top: 10rem !important
    }

    .pe-xl-5 {
        padding-right: 1.25rem !important
    }

    .pe-xl-8 {
        padding-right: 2.5rem !important
    }

    .pb-xl-10 {
        padding-bottom: 3.5rem !important
    }

    .pb-xl-11 {
        padding-bottom: 4rem !important
    }

    .pb-xl-12 {
        padding-bottom: 5rem !important
    }

    .pb-xl-15 {
        padding-bottom: 10rem !important
    }

    .pb-xl-16 {
        padding-bottom: 11rem !important
    }

    .ps-xl-8 {
        padding-left: 2.5rem !important
    }

    .ps-xl-12 {
        padding-left: 5rem !important
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important
    }

    .position-xxl-absolute {
        position: absolute !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .pe-xxl-10 {
        padding-right: 3.5rem !important
    }

    .pe-xxl-13 {
        padding-right: 6rem !important
    }

    .ps-xxl-10 {
        padding-left: 3.5rem !important
    }

    .ps-xxl-13 {
        padding-left: 6rem !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

picture {
    display: block
}

.overlay {
    position: relative
}

.overlay .overlay-img {
    mix-blend-mode: multiply;
    opacity: .6
}

.overlay-vector {
    overflow: hidden
}

.overlay-vector .overlay-img {
    opacity: .15
}

.overlay-cow-right .overlay-img {
    height: 75%;
    margin-right: -33%;
    width: 75%
}

@media (min-width: 768px) {
    .overlay-cow-right .overlay-img {
        margin-right: -50%
    }
}

.overlay-cow-right-wide .overlay-img {
    margin-bottom: -3.5rem;
    margin-right: -50%
}

@media (min-width: 768px) {
    .overlay-cow-right-wide .overlay-img {
        margin-right: -33%
    }
}

.overlay-left, .overlay-right {
    margin-top: -33% !important
}

@media (min-width: 576px) {
    .overlay-left, .overlay-right {
        margin-top: -20% !important
    }
}

@media (min-width: 768px) {
    .overlay-left, .overlay-right {
        left: 0;
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
        max-width: min(18rem, 50%);
        min-height: calc(100% - 5rem);
        position: absolute;
        top: 0
    }
}

@media (min-width: 992px) {
    .overlay-left, .overlay-right {
        max-width: min(30rem, 50%)
    }
}

@media (min-width: 1400px) {
    .overlay-left, .overlay-right {
        margin-bottom: 6.25rem !important;
        margin-top: 6.25rem !important;
        max-width: min(33rem, 50%);
        min-height: calc(100% - 12.5rem)
    }
}

@media (min-width: 768px) {
    .overlay-right {
        left: auto;
        right: 0
    }
}

.navbar-mini {
    position: absolute;
    right: 0;
    z-index: 2
}

.swiper-slide {
    -webkit-backface-visibility: hidden;
    height: auto !important;
    -webkit-transform: translateZ(0)
}

.swiper-pagination-lg {
    -webkit-box-shadow: none;
    box-shadow: none
}

.swiper-pagination-lg .swiper-pagination-bullet {
    background: transparent !important;
    border: 2px solid #28262b !important;
    height: .875rem !important;
    opacity: 1 !important;
    width: .875rem !important
}

@media (min-width: 768px) {
    .swiper-pagination-lg .swiper-pagination-bullet {
        height: 1.25rem !important;
        width: 1.25rem !important
    }
}

@media (min-width: 1400px) {
    .swiper-pagination-lg .swiper-pagination-bullet {
        height: 1.5rem !important;
        width: 1.5rem !important
    }
}

.swiper-pagination-lg .swiper-pagination-bullet-active {
    background: #28262b !important
}

.box-product img, .product-tile img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.box-product:focus-within img, .box-product:hover img, .product-tile:focus-within img, .product-tile:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-newsletter img {
    height: 115%;
    margin-right: -13rem !important
}

@media (min-width: 576px) {
    .section-newsletter img {
        margin-right: -14rem !important
    }
}

@media (min-width: 768px) {
    .section-newsletter img {
        height: 120%;
        margin-right: -13rem !important
    }
}

@media (min-width: 1200px) {
    .section-newsletter img {
        margin-right: -9rem !important
    }
}

footer a {
    text-decoration: none
}

@media (max-width: 991.98px) {
    footer .h3, footer h3 {
        font-size: 1.375rem !important
    }

    footer p {
        font-size: 1rem !important
    }
}

@media (max-width: 767.98px) {
    .img-cow-popup {
        margin-bottom: -4rem;
        -webkit-transform: scale(.75);
        transform: scale(.75);
        height: revert-layer; /* NOTE: to override .woocommerce img, .woocommerce-page img { height: auto; } */
    }

    .img-cow-popup-left {
        margin-bottom: -2rem;
        margin-left: -4rem
    }

    .img-cow-popup-right {
        margin-right: -4rem
    }
}

.img-cow-popup-md {
    margin-left: -2rem
}

@media (min-width: 992px) {
    .img-cow-popup-md {
        height: 293px;
        width: 300px
    }
}

@media (max-width: 575.98px) {
    .product-tile.compact {
        padding: 1rem .625rem !important
    }
}

.product-tile.compact img {
    margin-bottom: 1.25rem;
    padding: .625rem !important
}

@media (max-width: 575.98px) {
    .product-tile.compact img {
        height: 10rem;
        width: 10rem
    }
}

@media (min-width: 768px) {
    .product-tile .text-truncate {
        overflow: visible;
        white-space: normal
    }
}

.product-placeholder-width {
    min-width: 6.5rem
}

@media (min-width: 768px) {
    .product-placeholder-width {
        min-width: 10rem
    }
}

.nav-tabs .nav-link {
    font-size: 1.2rem;
    padding: .375rem .5rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .nav-tabs .nav-link {
        padding: .625rem .875rem
    }
}

@media (min-width: 1200px) {
    .nav-tabs .nav-link {
        font-size: 1.5rem;
        padding: .75rem 1.125rem
    }
}

.nav-tabs-rounded .nav-link {
    font-size: .8125rem;
    padding-left: .625rem;
    padding-right: .625rem;
    text-transform: none
}

.nav-tabs-rounded .nav-link.active {
    border: 2px solid #28262b;
    font-weight: 500
}

@media (min-width: 768px) {
    .nav-tabs-rounded .nav-link {
        font-size: 1rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (min-width: 1200px) {
    .nav-tabs-rounded .nav-link {
        font-size: 1.375rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media (min-width: 992px) {
    .offcanvas-end {
        width: 82%
    }
}

@media (min-width: 1400px) {
    .offcanvas-end {
        width: 70%
    }
}

.section-cart .product-tile.compact {
    padding: 2.5rem !important
}

.section-cart .product-tile.compact.cart-horizontal {
    padding: 1.25rem !important
}

@media (min-width: 768px) {
    .section-cart .product-tile.compact.cart-horizontal {
        padding: 2.5rem !important
    }
}

.section-cart .product-tile.compact.cart-horizontal-table {
    padding: .75rem !important
}

@media (min-width: 768px) {
    .section-cart .product-tile.compact.cart-horizontal-table {
        padding: 2.5rem !important
    }

    .section-cart .product-tile.compact.cart-horizontal-table-checkout {
        padding: .75rem !important
    }

    .section-cart .product-tile.compact .fs-3-custom {
        font-size: 1.39rem; !important
    }
}

@media (min-width: 1200px) {
    .section-cart .product-tile.compact .fs-3-custom {
        font-size: 1.39rem; !important
    }
}

.section-cart .product-tile.compact img {
    height: 10rem !important;
    width: 10rem !important
}

.section-cart .product-tile.compact .col-buttons {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    width: 100% !important
}

.section-cart .product-tile.compact .col-buttons.text-md-end {
    text-align: center !important
}

.section-cart .product-tile.compact .col-buttons.text-md-end .btn {
    margin-left: 0 !important
}

button.add_to_cart:disabled {
    position: relative;
    pointer-events: auto !important;
}

button.add_to_cart:disabled:hover {
    transform: unset !important;
}

button.add_to_cart:disabled:after {
    content: attr(data-message);
    position: absolute;
    background-color: #28262b;
    opacity: 1;
    padding: 4px 8px;
    white-space: break-spaces;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    text-transform: initial;
    left: -50px;
    min-width: 118px;
    top: -45px;
    line-height: 14px;
    border-radius: 2px;
    display: none;
}

.section-cart .product-tile.compact .col-buttons.text-md-end .btn:disabled:after {
    left: 24px;
}

button.add_to_cart:disabled:hover:after {
    display: block;
}

.section-cart .product-tile.compact .col-details {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    width: 100% !important
}

.section-cart .product-tile.cart-horizontal img {
    height: 5rem !important;
    padding: 0 !important;
    width: 5rem !important
}

.offcanvas-footer {
    padding: 1rem
}

.badge-quantity {
    line-height: 1.875rem;
    min-height: 1.875rem;
    min-width: 1.875rem;
    padding: 0
}

.link-dark.active {
    color: #2e877a
}

@media (min-width: 1920px) {
    .container-1920 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
        width: 100%
    }
}

/* @media (min-width: 1921px) {
    .min-h-custom-vertically-centered {
        height: auto; // https://www.bugherd.com/projects/281185/tasks/377, #387 and #478
    }
} */

.ff-oswald-logotype {
    font-family: Oswald !important;
    font-weight: 500;
    text-transform: uppercase;
}

.ff-oswald {
    font-family: Oswald !important;
    font-weight: 700;
    text-transform: uppercase;
}

.ff-roboto {
    font-family: Roboto !important;
    text-transform: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .625rem;
}

@media (min-width: 1200px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1.25rem
    }
}

.fs-1, .h1, h1 {
    font-size: 2.25rem;
}

@media (min-width: 768px) {
    .fs-1, .h1, h1 {
        font-size: 3.85rem;
    }
}

@media (min-width: 1200px) {
    .fs-1, .h1, h1 {
        font-size: 6rem;
    }
}

.fs-1.ff-oswald-logotype, .h1.ff-oswald-logotype, h1.ff-oswald-logotype {
    font-size: 1rem
}

@media (min-width: 768px) {
    .fs-1.ff-oswald-logotype, .h1.ff-oswald-logotype, h1.ff-oswald-logotype {
        font-size: 1.39rem;
    }
}

@media (min-width: 1200px) {
    .fs-1.ff-oswald-logotype, .h1.ff-oswald-logotype, h1.ff-oswald-logotype {
        font-size: 1.875rem
    }
}

.fs-2, .h2, h2 {
    font-size: 1.7rem;
}

@media (min-width: 768px) {
    .fs-2, .h2, h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .fs-2, .h2, h2 {
        font-size: 3.85rem;
    }
}

.fs-2-custom {
    font-size: 1.7rem;
}

@media (min-width: 992px) {
    .fs-2-custom {
        font-size: 2.75rem;
    }
}

@media (min-width: 1400px) {
    .fs-2-custom {
        font-size: 3.85rem;
    }

    .fs-2-hero {
        font-size: 4.4rem;
    }
}

@media (min-width: 768px) {
    .fs-2-hero-landing {
        font-size: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .fs-2-hero-landing {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .fs-2-hero-landing {
        font-size: 4.4rem;
    }
}

.fs-3, .h3, h3 {
    font-size: 1.39rem;
}

@media (min-width: 1200px) {
    .fs-3, .h3, h3 {
        font-size: 2.75rem;
    }
}

.fs-3-custom-hero {
    font-size: 1.39rem;
}

@media (min-width: 1200px) {
    .fs-3-custom-hero {
        font-size: 1.7rem;
    }
}

@media (min-width: 1400px) {
    .fs-3-custom-hero {
        font-size: 2.75rem;
    }
}

.fs-3-custom {
    font-size: 1.18rem;
}

@media (min-width: 768px) {
    .fs-3-custom {
        font-size: 1.55rem
    }
}

@media (min-width: 1200px) {
    .fs-3-custom {
        font-size: 1.7rem;
    }
}

.fs-3-custom-big {
    font-size: 1.18rem;
}

@media (min-width: 768px) {
    .fs-3-custom-big {
        font-size: 1.39rem;
    }
}

@media (min-width: 1200px) {
    .fs-3-custom-big {
        font-size: 2.75rem;
    }
}

.lead, p {
    font-size: .8125rem;
    line-height: 1.3;
    margin-bottom: .3125rem
}

@media (min-width: 768px) {
    .lead, p {
        font-size: .875rem;
        margin-bottom: .625rem
    }
}

@media (min-width: 1200px) {
    .lead, p {
        font-size: 1rem
    }

    .lead {
        font-size: 1.375rem
    }
}

.lead-22-22-18 {
    font-size: 1.125rem
}

@media (min-width: 768px) {
    .lead-22-22-18 {
        font-size: 1.375rem
    }
}

.fs-22-26-42 {
    font-size: 1.375rem
}

@media (min-width: 768px) {
    .fs-22-26-42 {
        font-size: 1.39rem;
    }
}

@media (min-width: 1200px) {
    .fs-22-26-42 {
        font-size: 2.225rem
    }
}

.fs-16-22-22 {
    font-size: 1rem
}

@media (min-width: 768px) {
    .fs-16-22-22 {
        font-size: 1.375rem
    }
}

@media (max-width: 575.98px) {
    .fs-h1-xs {
        font-size: 2.25rem;
    }
}

@media (max-width: 991.98px) {
    .fs-13-lg {
        font-size: .8125rem
    }
}

.tag {
    display: inline-block;
    font-size: .875rem;
    padding: .3125rem .625rem
}

.tag-sale {
    font-size: 1.375rem;
    line-height: 1;
    padding: 9px 12px;
}

.swiper .tag-sale,
.pr_list_full .tag-sale {
    top: 40px;
}

.bg-white .tag {
    border: 1px solid #c7d0cd;
}

@media (min-width: 768px) {
    .tag {
        font-size: 1rem;
        padding: .5rem 1.25rem
    }

    .tag-sale {
        font-size: 1.375rem;
        padding: 9px 12px;
    }
}

@font-face {
    font-display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Oswald-Medium.woff2) format("woff2"), url(../fonts/Oswald-Medium.woff) format("woff")
}

@font-face {
    font-display: block;
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Oswald-Bold.woff2) format("woff2"), url(../fonts/Oswald-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff")
}

.simmentaler-icon {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em
}

.simmentaler-icon-30 {
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    width: 1.875rem
}

.simmentaler-icon-responsive {
    height: 2rem;
    width: 2rem
}

@media (min-width: 768px) {
    .simmentaler-icon-responsive {
        height: 2.625rem;
        width: 2.625rem
    }
}

@media (min-width: 1200px) {
    .simmentaler-icon-responsive {
        height: 3.5rem;
        width: 3.5rem
    }
}

.btn-lg, .form-control-lg {
    font-size: 1rem;
    min-height: 2.1125rem;
    padding: .15rem 1rem
}

@media (min-width: 768px) {
    .btn-lg, .form-control-lg {
        font-size: 1rem;
        min-height: 2.6875rem;
        padding: .25rem 1.5rem
    }
}

@media (min-width: 1200px) {
    .btn-lg, .form-control-lg {
        font-size: 1.375rem;
        min-height: 4.375rem;
        padding: .625rem 2rem
    }
}

.form-select {
    background-position: right .625rem center;
    padding-left: .625rem;
    padding-right: 1.625rem
}

.form-select-lg {
    font-size: 1rem;
    min-height: 2.1125rem;
    padding-bottom: .15rem;
    padding-left: 1rem;
    padding-top: .15rem
}

@media (min-width: 768px) {
    .form-select-lg {
        font-size: 1rem;
        line-height: 1.9;
        min-height: 2.6875rem;
        padding-bottom: .25rem;
        padding-left: 1.5rem;
        padding-top: .25rem
    }
}

@media (min-width: 1200px) {
    .form-select-lg {
        font-size: 1.375rem;
        line-height: 2;
        min-height: 4.375rem;
        padding-bottom: .625rem;
        padding-left: 2rem;
        padding-top: .625rem
    }
}

.btn {
    letter-spacing: .04em;
}

.btn-lg {
    font-size: 1.125rem;
    min-width: 5rem
}

@media (min-width: 768px) {
    .btn-lg {
        font-size: 1.375rem
    }
}

@media (min-width: 1200px) {
    .btn-lg {
        font-size: 1.7rem;
    }
}

.btn.ff-roboto {
    font-size: .8125rem;
    letter-spacing: normal;
    text-transform: none
}

@media (min-width: 768px) {
    .btn.ff-roboto {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .btn.ff-roboto {
        font-size: 1.375rem
    }
}

.btn:focus, .btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (min-width: 768px) {
    .btn:focus, .btn:hover {
        -webkit-box-shadow: 5px 5px 0 #c7d0cd;
        box-shadow: 5px 5px 0 #c7d0cd
    }
}

@media (min-width: 1200px) {
    .btn:focus, .btn:hover {
        -webkit-box-shadow: 10px 10px 0 #c7d0cd;
        box-shadow: 10px 10px 0 #c7d0cd
    }
}

.btn:focus.rounded-circle, .btn:hover.rounded-circle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-26-35 {
    height: 1.625rem;
    padding: 0;
    width: 1.625rem
}

@media (min-width: 768px) {
    .btn-26-35 {
        height: 2.1875rem;
        width: 2.1875rem
    }
}

.btn-26-35 .simmentaler-icon {
    height: .8125rem;
    width: .8125rem
}

@media (min-width: 768px) {
    .btn-26-35 .simmentaler-icon {
        height: 1.125rem;
        width: 1.125rem
    }
}

.btn-30-40-60 {
    height: 1.875rem;
    padding: 0;
    width: 1.875rem
}

@media (min-width: 768px) {
    .btn-30-40-60 {
        height: 2.5rem;
        width: 2.5rem
    }
}

@media (min-width: 1200px) {
    .btn-30-40-60 {
        height: 3.75rem;
        width: 3.75rem
    }
}

.btn-30-40-60 .simmentaler-icon {
    height: 1rem;
    width: 1rem
}

@media (min-width: 768px) {
    .btn-30-40-60 .simmentaler-icon {
        height: 1.25rem;
        width: 1.25rem
    }
}

@media (min-width: 1200px) {
    .btn-30-40-60 .simmentaler-icon {
        height: 1.875rem;
        width: 1.875rem
    }
}

.btn-50-60-60 {
    height: 3.125rem;
    padding: 0;
    width: 3.125rem
}

@media (min-width: 1200px) {
    .btn-50-60-60 {
        height: 3.75rem;
        width: 3.75rem
    }
}

.btn-50-60-60 .simmentaler-icon {
    height: 1.875rem;
    width: 1.875rem
}

.btn-60-70-70 {
    height: 3.75rem;
    padding: 0;
    width: 3.75rem
}

@media (min-width: 1200px) {
    .btn-60-70-70 {
        height: 4.375rem;
        width: 4.375rem
    }
}

.btn-60-70-70 .simmentaler-icon {
    height: 1.375rem;
    width: 1.375rem
}

@media (min-width: 1200px) {
    .btn-60-70-70 .simmentaler-icon {
        height: 1.625rem;
        width: 1.625rem
    }
}

.form-check-custom {
    padding-left: 0
}

.form-check-custom .form-check-label:hover {
    /*border-color: #28262b*/
}

.form-check-custom .form-check-input {
    display: none;
    margin-top: 0
}

.form-check-custom .form-check-input + label {
    border: 2px solid transparent;
    border: 2px solid #c7d0cd;
}

.form-check-custom .form-check-input:checked[type=radio] {
    -webkit-print-color-adjust: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%2379C6C0' d='M16 .001C7.178.001.001 7.178.001 16S7.178 31.999 16 31.999c8.822 0 15.999-7.177 15.999-15.999S24.822.001 16 .001zM12.802 23.06l-5.94-5.928 2.259-2.265 3.678 3.672 8.47-8.47 2.262 2.262L12.802 23.06z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.875rem 1.875rem;
    border: none;
    color-adjust: unset;
    display: block;
    height: 1.875rem;
    margin-left: 0;
    position: absolute;
    width: 1.875rem
}

.form-check-custom .form-check-input:checked[type=radio] + label {
    border-color: #28262b
}

.form-control, .form-select {
    background-color: transparent
}

.btn-ghost {
    padding: 0
}

.btn-ghost-container {
    height: 75vw;
    margin: auto;
    padding: 1rem;
    width: 75vw
}

@media (min-width: 768px) {
    .btn-ghost-container {
        height: 66vh;
        width: 66vh
    }
}

.btn-ghost-left {
    width: 47%
}

.btn-ghost-right {
    width: 53%
}

.btn-ghost:focus, .btn-ghost:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 575.98px) {
    input[type=number] {
        -moz-appearance: textfield
    }
}

.transition-scale {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.transition-scale:hover {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important
}

[data-aos=transition-reveal] img, [data-aos=transition-reveal] picture {
    width: 100%;
}

@media (min-width: 768px) {
    [data-aos=transition-reveal] {
        width: 0;
        min-height: 400px;
    }

    [data-aos=transition-reveal].aos-animate {
        width: 100%;
    }
}

.avatar {
    border-radius: 50%;
    height: 3.75rem;
    width: 3.75rem
}

@media (min-width: 1200px) {
    .avatar {
        height: 6.25rem;
        width: 6.25rem
    }
}

.swiper-central-dial {
    border-radius: 50%;
    height: 6.25rem;
    width: 6.25rem
}

@media (min-width: 992px) {
    .swiper-central-dial {
        left: 65%
    }
}

@media (min-width: 1200px) {
    .swiper-central-dial {
        left: 68%
    }
}

@media (min-width: 1400px) {
    .swiper-central-dial {
        left: 67%
    }
}

.swiper-central-dial .btn:focus, .swiper-central-dial .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767.98px) {
    .h-custom-250 {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }
}

.parallax-scene-generic .parallax-layer-mountain-bare-left {
    margin-left: -25%;
    height: revert-layer; /* NOTE: to override .woocommerce img, .woocommerce-page img { height: auto; } */
}

@media (max-width: 767.98px) {
    .parallax-scene-generic .parallax-layer-mountain-bare-left {
        margin-bottom: -3rem;
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
}

.parallax-scene-generic .parallax-layer-mointain-trees-right {
    margin-right: -31%;
    height: revert-layer; /* NOTE: to override .woocommerce img, .woocommerce-page img { height: auto; } */
}

@media (max-width: 767.98px) {
    .parallax-scene-generic .parallax-layer-mointain-trees-right {
        margin-bottom: -6rem;
        margin-right: -15%;
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
}

@media (min-width: 768px) {
    .staff-bio {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .staff-bio:hover {
        opacity: 1
    }
}

.page-checkout .accordion, .page-payment .accordion, .page-shipping .accordion {
    --offset-height: 10rem;
    position: relative
}

@media (min-width: 1400px) {
    .page-checkout .accordion:before, .page-payment .accordion:before, .page-shipping .accordion:before {
        background-color: #feeeca;
        content: "";
        display: block;
        height: var(--offset-height);
        position: absolute;
        top: calc(var(--offset-height) * -1);
        width: 100%
    }
}

.page-payment .card-gift, .page-shipping .card-gift {
    display: none !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.filter-blur {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.overflow-hidden {
    overflow: hidden !important
}

.zindex-1 {
    z-index: 1 !important
}

.zindex-2 {
    z-index: 2 !important
}

.zindex-11 {
    z-index: 11 !important
}

.zindex-20 {
    z-index: 20 !important
}

.bg-mountain-range {
    background-image: url(../images/svg/mountain-range.svg) !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 200%
}

@media (min-width: 576px) {
    .bg-mountain-range {
        background-size: contain
    }
}

@media (min-width: 768px) {
    .bg-mountain-range {
        background-size: cover
    }
}

.bg-yellow-dirty {
    background-color: #f4f0df !important
}

.bg-primary-overlay {
    background-color: rgba(121, 198, 192, .9) !important
}

.bg-primary-overlay-light {
    background-color: rgba(121, 198, 192, .2) !important
}

.bg-primary-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(83.15%, #79C6C0));
    background-image: linear-gradient(180deg, transparent, #79C6C0 83.15%)
}

.bg-warning-light {
    background-color: #feeeca !important
}

.bg-glow {
    background: radial-gradient(circle, hsla(0, 0%, 100%, .3) 0, transparent 66%)
}

.bg-glow-sm {
    background: radial-gradient(circle, hsla(0, 0%, 100%, .3) 0, transparent 50%)
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bg-glow-sm {
        background: radial-gradient(circle, hsla(0, 0%, 100%, .3) 0, transparent 40%)
    }
}

@media (max-width: 575.98px) {
    .ratio-1-2 {
        height: 200%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        width: 100%
    }
}

.list-checkmarks li {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 0C7.165 0 .001 7.164.001 15.999S7.165 31.998 16 31.998s15.999-7.164 15.999-15.999S24.835 0 16 0zm6.91 10.775-7.521 10.428a1.142 1.142 0 0 1-.923.474 1.123 1.123 0 0 1-.923-.474L9.09 15.032a.287.287 0 0 1 .232-.454h1.675c.364 0 .711.175.925.475l2.543 3.528 5.614-7.785c.214-.296.557-.475.925-.475h1.675c.232 0 .368.264.232.454z'/%3E%3C/svg%3E");
    background-position: left top .2rem;
    background-repeat: no-repeat;
    background-size: 1.625em;
    min-height: 1.85rem;
    padding-left: 2.5rem
}

.w-110 {
    width: 110% !important;
    max-width: 110% !important
}

.bottom-n1 {
    bottom: -1rem !important
}

.start-n1 {
    left: -5% !important
}

.end-n1 {
    right: -5% !important
}

.im_icon img {
    height: 56px;
}

#swiper-bottles .swiper-slide:nth-child(3n + 4) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}

#swiper-bottles .swiper-slide:nth-child(3n + 2) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-marzen-rgb), var(--bs-bg-opacity));
}

#swiper-bottles .swiper-slide:nth-child(3n) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lager-rgb), var(--bs-bg-opacity));
}


#swiper-tiles .swiper-slide:nth-child(4n - 3),
#swiper-bottles .swiper-slide:nth-child(4n - 3) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-marzen-rgb), var(--bs-bg-opacity));
}

#swiper-tiles .swiper-slide:nth-child(4n - 2),
#swiper-bottles .swiper-slide:nth-child(4n - 2) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-ale-rgb), var(--bs-bg-opacity))
}

#swiper-tiles .swiper-slide:nth-child(4n + 3),
#swiper-bottles .swiper-slide:nth-child(4n + 3) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-bergweizen-rgb), var(--bs-bg-opacity));
}

#swiper-tiles .swiper-slide:nth-child(4n),
#swiper-bottles .swiper-slide:nth-child(4n) {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lager-rgb), var(--bs-bg-opacity));
}


.beer_terms .list > div:first-child {
    background-color: rgba(var(--bs-primary-rgb), 1);
}

.beer_terms .list > div:nth-child(2) {
    background-color: rgba(var(--bs-lager-rgb), 1);
}

.beer_terms .list > div:nth-child(3) {
    background-color: rgba(var(--bs-red-ale-rgb), 1);
}

.beer_terms .list > div:nth-child(4) {
    background-color: rgba(var(--bs-marzen-rgb), 1);
}

.beer_terms .list > div:nth-child(5) {
    background-color: rgba(var(--bs-bergweizen-rgb), 1);
}

.beer_terms .list > div:nth-child(6) {
    background-color: rgba(var(--bs-mango-rgb), 1);
}

.menu-menu-container,
#menu-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-menu {
    margin: 0;
    padding: 0;
    font-family: Oswald;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.15rem;
}

#menu-menu li {
    margin-bottom: 4rem;
    list-style-type: none;
}

#menu-menu li a {
    text-decoration: none;
    color: #28262b;
}

.col button.btn-full {
    width: 100%;
    min-width: 100%;
}

.h2 p {
    font-size: 3.85rem;;
}

.sub_tabs ul {
    list-style: none;
    padding-left: 0;
}

.sub_tabs li {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 0C7.165 0 .001 7.164.001 15.999S7.165 31.998 16 31.998s15.999-7.164 15.999-15.999S24.835 0 16 0zm6.91 10.775-7.521 10.428a1.142 1.142 0 0 1-.923.474 1.123 1.123 0 0 1-.923-.474L9.09 15.032a.287.287 0 0 1 .232-.454h1.675c.364 0 .711.175.925.475l2.543 3.528 5.614-7.785c.214-.296.557-.475.925-.475h1.675c.232 0 .368.264.232.454z'/%3E%3C/svg%3E");
    background-position: left top .2rem;
    background-repeat: no-repeat;
    background-size: 2em;
    min-height: 1.625rem;
    padding-left: 2.5rem;
    min-height: 50px;
    display: flex;
    align-items: center;
    background-position-y: center;
}

.sub_tabs .lead li {
    background-size: 2em;
    margin-bottom: 1rem;

}

@media (min-width: 768px) {
    .sub_tabs .lead li {
        padding-left: 3.5rem;
        margin-bottom: 1.5rem;
    }
}

.lead p {
    font-size: 1.375rem;
}

.avatar.cover {
    object-fit: cover;
    object-position: center;
}

.custom_form .not_sent p,
.custom_form .error p {
    color: var(--bs-red);
}

.custom_form .success p {
    color: var(--bs-green);
}

.custom_form .not_sent,
.custom_form .error,
.custom_form .success {
    display: none;
}

.custom_form.error .error {
    display: block;
}

.custom_form.not_sent .not_sent {
    display: block;
}

.custom_form.success .success {
    display: block;
}

.custom_form input.err,
.custom_form textarea.err {
    border-color: var(--bs-red);
}

.gray {
    color: var(--bs-gray);
}

.green {
    color: var(--bs-green);
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #79C6C0;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loader {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    z-index: 10000;
    display: none;
    top: 0;
    left: 0;
}

body.loading .loader {
    display: flex;
}

.custom_form .loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
}

.custom_form.loading .loader {
    display: flex;
}

.custom_form .col {
    position: relative;
}

.custom_form .lds-spinner div::after {
    content: " ";
    top: 23px;
    left: 37px;
    width: 3px;
    height: 9px;
}

.custom_form.loading .btn:focus {
    box-shadow: none;
    transform: scale(1);
}

body.success .p-success {
    display: block !important;
}

button.b_login a:hover,
button.b_login a {
    color: inherit;
}

button.b_login a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offcanvasCart .loader,
.product_item .loader {
    position: absolute;
}

#offcanvasCart.loading > .loader,
.product_item.loading .loader {
    display: flex;
}

.product_item {
    position: relative;
}

.checkout_related .product_item {
    position: relative;
    position: relative;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}

.picture_single picture img {
    /*  max-height: 450px;
      width: 100%;*/
}

.picture_single.hide_single {
    display: none;
}

#swiper-product.hide_slider {
    display: none;
}

@media (min-width: 1200px) {
    .img-bottle-hero {
        height: 37.5rem !important;
        width: 37.5rem !important;
    }
}

.woocommerce .loader::before {
    display: none;
}

.flex {
    display: flex;
}

.brewerySubsscribeForm .form-control {
    border-color: #28262b;
}

header {
    z-index: 20;
}

.form-check-custom .form-check-input:checked[type="radio"] {
    display: block !important;
}

.hidden_alert {
    position: fixed;
    right: 1%;
    z-index: 200;
    top: 150px;
    color: var(--bs-red);
    background-color: #fff;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.to_cart_single .variations {
    width: 100%;
    display: block;
}

.to_cart_single .variations tbody {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.to_cart_single .variations tr {
    width: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.to_cart_single .variations tr td,
.to_cart_single .variations tr th {
    width: 100%;
}

.to_cart_single .variations.count_1 tr {
    width: 100%;
}

.to_cart_single .variations.count_3 tr {
    width: 33%;
}

@media (max-width: 1199.98px) {
    .to_cart_single .variations.count_3 tr {
        width: 100%;
    }

    .to_cart_single .variations.count_3 tr .label label {
        font-size: 13px;
        margin-bottom: 0;
    }

    .to_cart_single .variations.count_3 tr .value select {
        padding-left: 14px !important;
    }
}

.to_cart_single .reset_variations {
    position: absolute;
    top: 100%;
    right: 0;
    color: #28262b;
    text-decoration: none;
    font-size: 22px;
    display: none !important;
}

.to_cart_single .woocommerce-variation-price {
    display: none;
}

.to_cart_single .variations label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    color: var(--bs-gray-900);
    margin-bottom: 5px;
}

.woocommerce-EditAccountForm select,
.to_cart_single .variations select,
.deposit_select {
    height: 70px;
    background-color: #fff;
    line-height: 29px;
    color: #28262B;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0 48px 0 32px !important;
    background-position: right 32px center !important;
    -moz-padding-start: calc(1.5rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    display: block;
    font-size: 22px !important;
    font-weight: 400;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: .125rem;
}

.deposit_select {
    display: none;
}

.deposit_select.show {
    display: block;
}


.woocommerce-EditAccountForm select:focus,
.to_cart_single .variations select:focus,
.deposit_select:focus {
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    outline: 0;
}

.to_cart_single .woocommerce-variation-availability p {
    color: #28262b;
    font-size: 22px;
    margin-top: 10px;
    text-align: right;
}

.to_cart_single .variations_button .quantity {
    border: 2px solid transparent;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    padding-bottom: .75rem !important;
    padding-top: .75rem !important;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.to_cart_single .variations_button .quantity input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    color: #28262b;
    display: block;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .25rem 1.5rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    width: 33.33333333% !important;
    text-align: left !important;
}

.to_cart_single .variations_button .quantity .inp_prc {
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 500 !important;
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    text-align: var(--bs-body-text-align);
}

.to_cart_single .single_variation_wrap .variations_button .single_add_to_cart_button,
.to_cart_single .bundle_wrap .bundle_button .single_add_to_cart_button {
    font-size: 1.7rem;
    min-width: 5rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    min-height: 4.375rem;
    padding: .625rem 2rem;
    border-radius: 0;
    background-color: #28262b !important;
    color: #fff !important;
    border: 2px solid transparent;
    -webkit-appearance: button;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-family: Oswald;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.to_cart_single .single_variation_wrap .variations_button .single_add_to_cart_button:focus,
.to_cart_single .single_variation_wrap .variations_button .single_add_to_cart_button:hover,
.to_cart_single .bundle_wrap .bundle_button .single_add_to_cart_button:focus,
.to_cart_single .bundle_wrap .bundle_button .single_add_to_cart_button:hover {
    -webkit-box-shadow: 10px 10px 0 #c7d0cd !important;
    box-shadow: 10px 10px 0 #c7d0cd !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.to_cart_single .single_variation_wrap .variations_button .single_add_to_cart_button:active {
    background-color: #201e22 !important;
    border-color: #1e1d20 !important;
    color: #fff !important;
}

.to_cart_single .single_variation_wrap .variations_button .single_add_to_cart_button.disabled {
    opacity: .8;
    background-color: #28262b !important;
    color: #fff !important;
}

.to_cart_single .bundle_form .bundle_price {
    visibility: hidden !important;
}

.to_cart_single .bundle_form .woocommerce-variation-availability .stock,
.to_cart_single .bundle_form .bundle_availability .stock,
.to_cart_single .bundle_form .bundled_item_cart_details .stock {
    color: #28262b;
    font-size: 22px;
    text-align: right;
}

.to_cart_single .bundle_form .woocommerce-variation-availability .stock,
.to_cart_single .bundle_form .bundled_item_cart_details {
    margin: 10px 0;
}

.to_cart_single .bundle_form .cart .variations td.label {
    padding: 0;
}

.to_cart_single .bundle_form .cart .variations td.value {
    padding: 1px;
}

.to_cart_single .bundle_form .bundled_item_button .quantity_price {
    display: none !important;
}

.f_sh_p picture img {
    max-height: 300px;
}

.woocommerce a.added_to_cart {
    display: none;
}

.single_add_to_cart_button.loading {
    display: flex;
}

.single_add_to_cart_button.loading:after {
    top: 0 !important;
    bottom: 0;
    margin: auto !important;
    width: 40px;
    height: 47px;
}

.more_product {
    position: relative;
    height: 120px;
}

.more_product .loader {
    position: absolute;
}

.more_product.loading .loader,
.full_loader.loading .loader {
    display: flex;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block;
    margin: 0 7px 0 0;
    text-align: center;
    vertical-align: initial;
    min-width: 1rem;
    min-height: 1rem;
}

.cs_ch label {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.product_item .variations_form.cart .single_add_to_cart_button {
    display: inline-block;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.5;
    color: #28262b;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28262b;
    border-color: #28262b;
    line-height: 1;
    border-radius: 50%;
    padding: 0;
    width: 3.75rem;
    height: 3.75rem;
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3e%3cpath fill='white' d='M0.709 0.391c0.25-0.25 0.589-0.391 0.943-0.391h0.656c0.869 0.001 1.713 0.284 2.407 0.808s1.197 1.258 1.436 2.094l0.696 2.432h22.17c0.436 0 0.864 0.107 1.249 0.311s0.713 0.5 0.958 0.86c0.244 0.361 0.396 0.776 0.443 1.209s-0.013 0.871-0.175 1.275l-3.93 9.829c-0.297 0.742-0.809 1.379-1.472 1.827s-1.443 0.688-2.243 0.688h-12.184c-0.869 0-1.714-0.283-2.408-0.806s-1.198-1.258-1.438-2.093l-4.229-14.799c-0.079-0.278-0.247-0.523-0.478-0.698s-0.512-0.269-0.802-0.27h-0.656c-0.354 0-0.693-0.14-0.943-0.391s-0.391-0.589-0.391-0.943c0-0.354 0.14-0.693 0.391-0.943zM7.609 8l2.773 9.698c0.079 0.278 0.247 0.523 0.478 0.698s0.512 0.269 0.802 0.27h12.184c0.266 0 0.526-0.080 0.747-0.229s0.391-0.361 0.49-0.608l3.93-9.829h-21.404zM13.849 31.695c-0.485 0.201-1.005 0.304-1.531 0.304-1.061 0-2.078-0.421-2.828-1.172s-1.172-1.767-1.172-2.828 0.421-2.078 1.172-2.828c0.75-0.75 1.767-1.172 2.828-1.172 0.525 0 1.045 0.103 1.531 0.304s0.926 0.496 1.298 0.867c0.371 0.371 0.666 0.812 0.867 1.298s0.304 1.005 0.304 1.531c0 0.525-0.103 1.045-0.304 1.531s-0.496 0.926-0.867 1.298c-0.371 0.372-0.812 0.666-1.298 0.867zM11.376 28.942c0.25 0.25 0.589 0.39 0.943 0.39s0.693-0.14 0.943-0.39c0.25-0.25 0.39-0.589 0.39-0.943s-0.14-0.693-0.39-0.943c-0.25-0.25-0.589-0.39-0.943-0.39s-0.693 0.14-0.943 0.39c-0.25 0.25-0.39 0.589-0.39 0.943s0.14 0.693 0.39 0.943zM22.985 31.999c0.525 0 1.045-0.104 1.531-0.304s0.926-0.496 1.298-0.867c0.372-0.371 0.666-0.812 0.867-1.298s0.304-1.005 0.304-1.531c0-0.525-0.103-1.045-0.304-1.531s-0.496-0.926-0.867-1.298c-0.371-0.372-0.812-0.666-1.298-0.867s-1.005-0.304-1.531-0.304c-1.061 0-2.078 0.421-2.828 1.172s-1.172 1.767-1.172 2.828 0.421 2.078 1.172 2.828c0.75 0.75 1.767 1.172 2.828 1.172zM22.985 29.333c-0.354 0-0.693-0.14-0.943-0.39s-0.39-0.589-0.39-0.943 0.14-0.693 0.39-0.943c0.25-0.25 0.589-0.39 0.943-0.39s0.693 0.14 0.943 0.39c0.25 0.25 0.39 0.589 0.39 0.943s-0.14 0.693-0.39 0.943c-0.25 0.25-0.589 0.39-0.943 0.39zM18.601 9.94c-0.033-0.024-0.074-0.036-0.123-0.036h-1.172c-0.049 0-0.107 0.007-0.173 0.021-0.058 0.009-0.107 0.024-0.148 0.043l-0.518 0.235c-0.041 0.014-0.078 0.038-0.111 0.071-0.025 0.033-0.037 0.064-0.037 0.092v0.228c0 0.028 0.016 0.055 0.049 0.078 0.041 0.019 0.086 0.028 0.136 0.028h0.444c0.049 0 0.091 0.009 0.123 0.028 0.041 0.019 0.062 0.043 0.062 0.071v5.319c0 0.028-0.021 0.052-0.062 0.071-0.033 0.019-0.074 0.028-0.123 0.028h-0.358c-0.049 0-0.091 0.009-0.123 0.028-0.033 0.024-0.049 0.050-0.049 0.078v0.583c0 0.028 0.016 0.052 0.049 0.071 0.033 0.024 0.074 0.036 0.123 0.036h2.603c0.049 0 0.090-0.012 0.123-0.036 0.033-0.019 0.049-0.043 0.049-0.071v-0.583c0-0.028-0.016-0.055-0.049-0.078-0.033-0.019-0.074-0.028-0.123-0.028h-0.358c-0.049 0-0.095-0.009-0.136-0.028-0.033-0.019-0.049-0.043-0.049-0.071v-6.108c0-0.028-0.016-0.052-0.049-0.071z'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}

.product_item .variations_form.cart .single_add_to_cart_button:hover {
    background-color: #28262b;
}

.product_item .variations_form.cart .single_add_to_cart_button:hover,
.product_item .variations_form.cart .single_add_to_cart_button:focus {
    transform: scale(1.05);
    transition: transform .2s ease;
}

.product_item .variations_form.cart .single_add_to_cart_button.disabled {
    cursor: default;
    pointer-events: none;
    /* filter: grayscale(1);*/
    opacity: .65;
    background-color: #28262b;
    border-color: #28262b;
}

/* apply .form-control styles manually */
.woocommerce-EditAccountForm .input-text,
.product_item .variations_form.cart .input-text {
    color: #878472;
    opacity: 1;
    background-color: white;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    color: #28262b;
    display: inline-block;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .25rem .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.woocommerce-EditAccountForm .input-text::placeholder {
    color: #878472;
    opacity: 1;
}

.woocommerce-EditAccountForm select {
    padding: .25rem 1.625rem .25rem .625rem !important;
    background-position: right .625rem center !important;
    height: 2.1125rem;
    line-height: 1;
}

.woocommerce-EditAccountForm .input-text,
.woocommerce-EditAccountForm select {
    font-size: .8125rem !important;
    min-height: 2.1125rem;
    padding: .15rem 1rem !important;
}

@media (min-width: 768px) {
    .woocommerce-EditAccountForm .input-text,
    .woocommerce-EditAccountForm select {
        font-size: 1rem !important;
        min-height: 2.6875rem;
        padding: .25rem 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .woocommerce-EditAccountForm .input-text,
    .woocommerce-EditAccountForm select {
        font-size: 1.375rem !important;
        min-height: 4.375rem;
        padding: .625rem 2rem;
        padding: 0 48px 0 32px !important;
        background-position: right 2rem center !important;
    }
}

.product_item .variations_form.cart .woocommerce-variation-availability,
.product_item .variations_form.cart .woocommerce-variation-add-to-cart,
.product_item .variations_form.cart table.variations td.value,
.product_item .variations_form.cart .quantity {
    text-align: right;
}

.product_item .variations_form.cart .quantity .inp_prc {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

.product_item .variations_form.cart table.variations {
    width: 100%;
}

.product_item .variations_form.cart table.variations th.label {
    line-height: 36px;
    vertical-align: top;
}

.product_item .variations_form.cart select {
    background-color: white;
    display: block;
    width: 100%;
    padding: .25rem 4.5rem .25rem 1.5rem;
    padding-right: 4.5rem;
    padding-left: 1.5rem;
    -moz-padding-start: calc(1.5rem - 3px);
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #28262b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 16px 12px;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
    padding-left: .625rem;
    padding-right: 1.625rem;
    background-position: right .625rem center;
}

.product_item .reset_variations {
    display: none !important;
}

.woocommerce-form-login-toggle {
    display: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    text-align: left;
    border-radius: 0;
    margin-left: calc(var(--bs-gutter-x) * -.5) !important;
    margin-right: calc(var(--bs-gutter-x) * -.5) !important;
    margin-top: calc(var(--bs-gutter-y) * -1) !important;
    display: flex !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.check_bb [role="alert"] {
    margin-bottom: 0;
}

.check_cc .blockUI.blockOverlay {
    display: none !important;
}

.check_cc.processing .loader {
    display: flex;
}

.cs_flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.woocommerce-shipping-totals.shipping th {
    display: none;
}

.woocommerce-shipping-totals.shipping {
    padding: 1.25rem !important;
    display: flex;
    width: 100%;
    min-width: 100%;
}

.woocommerce-shipping-totals.shipping {
    width: 100%;
}

.coupon_table .woocommerce-shipping-totals.shipping {
    display: none;
}

.coupon_table .woocommerce-checkout-review-order-table {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.coupon_table .all_ship {
    display: none;
}

.cart-discount {
    display: flex;
}

/*.review_cc .f_coupon{
    display: none;
}*/
#shipping_method label {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

#shipping_method .form-check {
    display: flex !important;
    border-width: 2px 0;
    color: #28262b;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .25rem 0;
    align-items: center;
}

.woocommerce ul.wc_payment_methods li,
.woocommerce ul#shipping_method li {
    margin: 0 0 .5em !important;
    line-height: 1.5em !important;
    list-style: none outside !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid var(--bs-gray-200) !important;
    padding-top: 10px !important;
}

.woocommerce ul.wc_payment_methods li:last-child,
.woocommerce ul#shipping_method li:last-child {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce ul.wc_payment_methods li input,
.woocommerce ul#shipping_method li input {
    margin: 0 10px 0 0;
}

.woocommerce ul#shipping_method li .tax_label {
    white-space: nowrap;
    margin-left: 5px;
}

.label_name_shipping_cart {
    width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
}

.a_wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.a_wrap > a {
    width: 100%;
    color: var(--bs-body-color);
    text-decoration: none;
}

.ch_tab {
    display: none;
}

.ch_tab.active {
    display: block;
}

.step_changer span {
    cursor: pointer;
}

#place_order {
    font-size: 1.375rem;
    border-radius: 0;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
    min-width: 5rem;
    min-height: 4.375rem;
    padding: .625rem 2rem;
    font-family: Roboto !important;
    background-color: #28262b;
    border-color: #28262b;
    color: #fff;
    border: 2px solid transparent;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

#place_order:hover {
    -webkit-box-shadow: 10px 10px 0 #c7d0cd;
    box-shadow: 10px 10px 0 #c7d0cd;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.ch_prices .loader {
    position: absolute;
    z-index: 1;
}

.ch_prices.loading .loader {
    display: flex;
}

.ch_prices .tax_label {
    margin-left: 5px;
}

.checkout.woocommerce-checkout[data-current="2"] ~ .b_buttons {
    display: none;
}

.b_links span:last-of-type {
    display: none;
}

.toast-container {
    /*flex-direction: column;*/
    flex-wrap: wrap;
    position: fixed;
}

.woocommerce-invalid .input-text {
    border-color: #a00 !important;
}

#gift_letter_field label {
    display: none;
}

#billing_email_subscribe_field label.screen-reader-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: unset !important;
    white-space: initial !important;
    clip-path: unset;
    display: flex;
    align-items: center;
}

#billing_email_subscribe_field label.screen-reader-text .optional {
    display: none;
}

/* account navigation menu */
.woocommerce-MyAccount-navigation {
    width: auto !important;
    float: none !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    padding: .5rem;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #28262b;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #2e877a;
}

@media (min-width: 992px) {
    .woocommerce-MyAccount-navigation ul li {
        padding: .5rem 2rem;
    }
}

@media (min-width: 1200px) {
    .woocommerce-MyAccount-navigation ul li {
        font-size: 1.375rem;
    }
}

/* generic buttons */
.woocommerce-account section .button,
.woocommerce-Message .woocommerce-Button,
.woocommerce-EditAccountForm .woocommerce-Button {
    border: 2px solid transparent !important;
    font-family: Oswald !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: center;
    text-decoration: none;
    min-width: 5rem;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    background-color: #28262b !important;
    border-color: #28262b !important;
    color: #fff !important;
    display: inline-block;
    font-size: var(--input-font-size-sm) !important;
    padding: var(--input-padding-y-sm) var(--input-padding-x-sm) !important;
    /* min-height: var(--input-height-sm) !important; */
}

@media (min-width: 768px) {
    .woocommerce-account section .button,
    .woocommerce-Message .woocommerce-Button,
    .woocommerce-EditAccountForm .woocommerce-Button {
        font-size: var(--input-font-size) !important;
        padding: var(--input-padding-y) var(--input-padding-x) !important;
        /* min-height: var(--input-height) !important; */
    }
}

@media (min-width: 1200px) {
    .woocommerce-account section .button,
    .woocommerce-Message .woocommerce-Button,
    .woocommerce-EditAccountForm .woocommerce-Button {
        font-size: var(--input-font-size-lg) !important;
        padding: var(--input-padding-y-lg) var(--input-padding-x-lg) !important;
        /* min-height: var(--input-height-lg) !important; */
    }
}

.woocommerce-account section .button:disabled,
.woocommerce-Message .woocommerce-Button:disabled,
.woocommerce-EditAccountForm .woocommerce-Button:disabled {
    pointer-events: none;
    transform: none !important;
}

.woocommerce-account section h1,
.woocommerce-account section h2,
.woocommerce-account section h3,
.woocommerce-account section h4 {
    color: var(--bs-body-color);
}

@media (min-width: 1200px) {
    .woocommerce-account section h1,
    .woocommerce-account section h2,
    .woocommerce-account section h3,
    .woocommerce-account section h4 {
        margin-bottom: 20px !important;
    }
}

.woocommerce-account .wc-item-meta .wc-item-meta-label,
.woocommerce-account .wc-item-meta p {
    float: none !important;
    line-height: 1.5 !important;
}

.woocommerce-account .wc-item-meta p {
    font-size: 13.6px !important;
    display: inline !important;
    margin-bottom: 0 !important;
}

.woocommerce-account section p,
.woocommerce-account section address {
    color: #6c757d;
}

.woocommerce-account section p,
.woocommerce-account section a.edit,
.woocommerce-account section address,
.woocommerce-account .woocommerce-Message {
    font-size: .8125rem !important;
}

@media (min-width: 992px) {
    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        top: 1em;
    }
}

@media (min-width: 1200px) {
    .woocommerce-account section p,
    .woocommerce-account section a.edit,
    .woocommerce-account section address,
    .woocommerce-account .woocommerce-Message {
        font-size: 1.375rem !important;
        line-height: 1.3;
    }

    .woocommerce-account section p {
        margin-bottom: 2rem;
    }
}

.woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 12px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    /*text-transform: capitalize !important;*/
}

.toast_notif {
    width: 60%;
}

@media screen and (max-width: 1350px) {
    .toast_notif {
        width: 90%;
    }
}

.sib_msg_disp {
    display: table;
}

#newsletter.loading .loader {
    display: flex;
    position: absolute;
}

body.loading #offcanvasCart .loader,
body.loading main .loader {
    display: none !important;
}

.woocommerce-store-notice, p.demo_store {
    display: none !important;
}

.cart-empty ~ .return-to-shop {
    margin: -20px 0 0 0;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding: 50px 0;
    text-align: center;
}

.cart-empty {
    padding-top: 50px;
}

@media screen and (min-width: 1200px) {
    .cart-empty {
        min-height: 300px;
    }
}

#billing_email_subscribe,
#ship-to-different-address-checkbox,
#createaccount {
    margin-top: 0;
    margin-right: 5px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}

body.woocommerce-checkout .woocommerce-notices-wrapper {
    position: absolute;
    position: fixed;
    z-index: 50;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

body.woocommerce-checkout .woocommerce-notices-wrapper ul {
    margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
    border: 1px solid #b81c23;
}

.c_C {
    margin-bottom: 5px;
}

.member_card .username {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    pointer-events: none;
    cursor: default;
}

.member_card {
    position: relative;
    display: table;
    margin: 50px 0;
}

.member_card img {
    width: 350px;
    border-radius: 18px;
    max-width: 100%;
}
.img_team{
    height: 550px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 450px){
    .img_team{
        height: 350px;
    }
}

.coupon_item.expired,
.coupon_item.expired + p {
    display: none;
}

.no-select {
    pointer-events: none;
    user-select: none;
}

.res-error {
    color: var(--bs-red);;
}

.swiper {
    z-index: 0 !important;
}

.shop_table.subscription_details a.button {
    padding: 5px 15px !important;
    margin-bottom: 10px !important;
}

.like_a {
    color: #21484c;
    text-decoration: underline;

}

.notices_c {
    display: none;
    border: 2px solid var(--bs-red);
}

.notices_c a {
    /*display: none !important;*/
}

.notices_c.show {
    display: flex;
    position: fixed;
    top: 14%;
    left: 0;
    z-index: 10000;
    right: 0;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1200px;
    max-width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: .25rem;
}

.woocommerce-error.notices_c::before,
.woocommerce-info.notices_c::before,
.woocommerce-message.notices_c::before {
    top: 20px;
}

.notices_c p:first-child:not(:last-child) {
    margin-bottom: 5px;
}

.notices_c p {
    margin: 0;
}

@media (max-width: 320px) {
    .breadcrumb {
        font-size: 0.8125rem;
    }
}

.product-tile.bg-dark-blue h3,
.product-tile.bg-dark-blue p,
.swiper-slide.bg-dark-blue h3,
.swiper-slide.bg-dark-blue p,
.product-template-default.single-product .bg-dark-blue h1,
.product-template-default.single-product .bg-dark-blue ul,
.product-template-default.single-product .bg-dark-blue ol,
.product-template-default.single-product .bg-dark-blue .free_shipping,
.product-template-default.single-product .bg-dark-blue .label label,
.product-template-default.single-product .bg-dark-blue .lead.mb-xl-5.mt-5,
.product-template-default.single-product .bg-dark-blue .mb-7.mb-md-8 p,
.product-template-default.single-product .bg-dark-blue .swiper-button-left-lg .simmentaler-icon,
.product-template-default.single-product .bg-dark-blue .swiper-button-right-lg .simmentaler-icon {
    /* NOTE: ugly selector but otherwise it would require markup changes */
    color: white !important;
}

.product-tile.bg-dark-blue a,
.swiper-slide.bg-dark-blue a,
.product-template-default.single-product .bg-dark-blue a {
    /* NOTE: ugly selector but otherwise it would require markup changes */
    color: #79C6C0 !important;
}

.product-tile.bg-dark-blue a:hover,
.swiper-slide.bg-dark-blue a:hover,
.product-template-default.single-product .bg-dark-blue a:hover {
    /* NOTE: ugly selector but otherwise it would require markup changes */
    color: #2e877a !important;
}

.product-template-default.single-product .bg-dark-blue .swiper-pagination-bullet {
    border-color: white !important;
}

.product-template-default.single-product .bg-dark-blue .swiper-pagination-bullet-active {
    background: white !important;
}

/* NOTE: hard coded heights, reevaluate upon content change */
@media (min-width: 768px) {
    #ingredientsTabContent {
        min-height: 685px;
    }
}

@media (min-width: 992px) {
    #ingredientsTabContent {
        min-height: 555px;
    }
}

.section_video.bg-white .text-white,
.section_video.bg-marzen .text-white {
    color: var(--bs-body-color) !important;
}

.discount_5 {
    /*display: none !important;*/
}

a.white_logo {
    color: #fff !important;
}

.quantity_price,
.beer_var_quantity_price {
    flex-direction: column;
    align-items: flex-end !important;
}

/*Subscription cart update hide*/
.id_387 {
    display: none !important;
}

.woocommerce-remove-coupon {
    margin-left: 10px;
}

/*Css test*/
.spacer {
    padding: 75px 0;
}

.spacer.negative {
    margin: -57.5px 0;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .spacer {
        padding: 55px 0;
    }

    .spacer.negative {
        margin: -40.5px 0;
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .spacer {
        padding: 40px 0;
    }

    .spacer.negative {
        margin: -25px 0;
        padding: 0;
    }
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button + .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    margin-left: 1rem;
}

td.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        padding: var(--input-padding-y) var(--input-padding-x) !important;
    }
}

.simple_list li {
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.5rem;
    min-height: 30px;
    display: flex;
    align-items: center;
    background-position: left 6px;
}

.woocommerce-account section address {
    margin-bottom: 24px !important;
}

.woocommerce-account section address,
.woocommerce-account section address p {
    font-size: 22px;
    line-height: 1.5;
}

.woocommerce-account section table {
    font-size: 13.6px;
    margin-bottom: 24px;
}

.woocommerce-account section td .button {
    margin: .25rem !important;
}

@media (min-width: 1200px) {
    .woocommerce-account section td .button {
        padding: var(--input-padding-y) var(--input-padding-x) !important;
        font-size: var(--input-font-size) !important;
    }
}

.simple_list li {
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.5rem;
    min-height: 30px;
    display: flex;
    align-items: center;
    background-position: left 6px;
}

.woocommerce-form-row span em {
    font-size: 13px;
}

@media (min-width: 1200px) {
    .woocommerce-form-row span em {
        font-size: 1rem;
    }
}

.logged-in .post-password-form {
    display: none;
}

.logged-in .toast-container {
    margin-top: 8rem !important;
}

.woocommerce-order-pay .woocommerce-info {
    display: none;
}

.woocommerce-order-pay #order_review {
    /*width: 70%;*/
    margin: 0 auto 80px;
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .woocommerce-order-pay #order_review {
        width: 90%;
    }
}

.old_price {
    text-decoration: line-through;
}

.woocommerce-checkout .oneall_social_login {
    display: none;
}

#wcpay-payment-request-button-separator {
    display: none !important;
}

#wcpay-payment-request-wrapper {
    padding-top: 0 !important;
}

.wc-ppcp-express-checkout {
    padding: 0;
}

.wc-ppcp-express-checkout fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wc-ppcp-express-checkout fieldset legend,
.wc-ppcp-express-checkout .express-divider {
    display: none !important;
}

#wc-ppcp-express-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    height: 40px;
    background-origin: content-box;
    padding: min(12px, 27.5vh) min(34px, 7.375vw);
    border-radius: 4px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 1px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    background-image: url(../images/svg/paypal.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

#wc-ppcp-express-button:hover {
    background-color: rgb(0 0 0 / 3%);
}

#wc-ppcp-express-button .paypal-buttons {
    opacity: 0 !important;
    max-width: none !important;
    position: absolute;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.payment_method_ppcp label:first-of-type img {
    float: none !important;
}

.buy_whole_need_deposit {
    color: #72695a !important;
    cursor: default;
    position: relative;
}

.buy_whole_need_deposit:after {
    content: attr(data-message);
    position: absolute;
    background-color: #28262b;
    opacity: 1;
    padding: 4px 8px;
    white-space: break-spaces;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    text-transform: initial;
    left: -50px;
    min-width: 118px;
    top: -25px;
    line-height: 14px;
    border-radius: 2px;
    display: none;
    color: #fff;
}

.buy_whole_need_deposit:hover:after {
    display: block;
}

.fff_z ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}

.fff_z .tax_label::after {
    display: block;
    content: '';
}

.fff_z {
    font-size: 13px;
    text-align: right;
}

.fff_z .tax_label {
    margin-left: 0;
}

.fff_z .includes_tax::after {
    content: ' (inkl. MwSt.)';
    font-size: 11px;
}

.fff_z .includes_tax {
    font-size: 0;
}

.fff_z ul input {
    margin-right: 5px;
}

.btn-social svg {
    height: 19px;
    width: 16px;
    fill: #fff;
}

.btn-social.link-dark svg {
    height: 28px;
    width: 28px;
    fill: #28262b;
}

.subscription_details .button.resubscribe {
    display: none;
}

.menu_home:hover,
.menu_home {
    color: var(--bs-body-color);
    text-decoration: none;
}

.display-block {
    display: block;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}
.twint_c .woocommerce ul.order_details {
    margin: 0 1em 3em;
}
.checkout.woocommerce-checkout[data-current="1"] ~ div .btn-ch-1,
.checkout.woocommerce-checkout[data-current="0"] ~ div .btn-ch-2{
    display: none;
}
.main_checkout[data-current="0"] .table_after_order_total,
.main_checkout[data-current="2"] .table_after_order_total {
    display: none;
}
#wc-stripe-payment-request-wrapper{
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 1px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
#wc-stripe-payment-request-button-separator{
    display: none !important;
}
.woocommerce-lost-password .woocommerce-error{
    position: fixed;
    left: 0;
    right: 0;
    top: 5%;
    width: 335px;
    margin: auto;
    z-index: 10;
}
#billing_country_field{
    display: none;
}
.shipping_price_label,
.tax_price_label,
.subtotal_price_label,
.cart-discount {
    display: flex;
    justify-content: space-between;
}
/*
.main_checkout[data-current="0"] .shipping_price_label{
    display: none;
}*/

.swiper-button--events {
    background-color: rgba(255,250,216,.4);
    border-color: rgba(255,250,216,.4);
}

.swiper-button--events:disabled {
    background-color: rgba(255,250,216,.2);
    border-color: rgba(255,250,216,.2);
}

/**
* Brewery Tour Form
*/

@media (min-width: 1200px) {
    input#tour-führung-zum-knabbern,
    input#tour-führung-mit-apéro-platte,
    input#tour-braukurs {
        margin-top: 0.3em;
    }

    label[for=tour-führung-zum-knabbern],
    label[for=tour-führung-mit-apéro-platte],
    label[for=tour-braukurs] {
        font-size: 1.375rem;
    }
}

/**
* Yith Event Tickets
*/

div.field_service_row {
    border: 2px solid #c7d0cd;
}

div.yith_wcevti_item_panel_incomplete {
    border-color: var(--bs-red);
}

div.yith_wcevti_item_panel_complete {
    border-color: var(--bs-green);
}

.yith_wcevti_item_message.fa::before {
    font-family: FontAwesome;
}

.yith_wcevti_item_message.fa {
    font-family: var(--bs-body-font-family);
    font-weight: 600;
}

span.yith_wcevti_item_message_empty, 
span.yith_wcevti_item_message_incomplete {
    color: var(--bs-red);
}

span.yith_wcevti_item_message_good, 
span.yith_wcevti_item_message_complete {
    color: var(--bs-green);
}

.yith_evti_total_price .price {
    visibility: hidden;
}

div.date_panel>span {
    font-size: 1.25rem;
}

.fields_panel .field_row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.fields_panel .form-field:not(.service_item) {
    flex-grow: 1;
    width: calc(50% - 10px);
    min-width: 250px;
}

.fields_panel .service_row hr:not(:first-of-type) {
    display: none;
}

.fields_panel ._field_item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #c7d0cd;
    border-radius: 0;
    color: #28262b;
    display: block;
    font-family: Roboto;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.9;
    padding: .25rem 1.5rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100% !important;
}

@media (prefers-reduced-motion: reduce) {
    .fields_panel ._field_item {
        -webkit-transition: none;
        transition: none
    }
}

.fields_panel ._field_item:focus {
    background-color: #fff;
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    color: #28262b;
    outline: 0
}

.fields_panel ._field_item::-webkit-date-and-time-value {
    height: 1.5em
}

.fields_panel ._field_item::-webkit-input-placeholder {
    color: #878472;
    opacity: 1
}

.fields_panel ._field_item::-moz-placeholder {
    color: #878472;
    opacity: 1
}

.fields_panel ._field_item:-ms-input-placeholder {
    color: #878472;
    opacity: 1
}

.fields_panel ._field_item::-ms-input-placeholder {
    color: #878472;
    opacity: 1
}

.fields_panel ._field_item::placeholder {
    color: #878472;
    opacity: 1
}

.fields_panel ._field_item:disabled, .fields_panel ._field_item[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.fields_panel .service_item>.checkbox {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    color-adjust: exact;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;
    width: 1.25em !important;
}

.fields_panel .service_item>.checkbox[type=checkbox] {
    border-radius: .25em
}

.fields_panel .service_item>.checkbox[type=radio] {
    border-radius: 50%
}

.fields_panel .service_item>.checkbox:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.fields_panel .service_item>.checkbox:focus {
    border-color: #9cd4cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    box-shadow: 0 0 0 .25rem rgba(121, 198, 192, .25);
    outline: 0
}

.fields_panel .service_item>.checkbox:checked {
    background-color: #28262b;
    border-color: #28262b
}

.fields_panel .service_item>.checkbox:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.fields_panel .service_item>.checkbox:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.fields_panel .service_item>.checkbox[type=checkbox]:indeterminate {
    background-color: #79C6C0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #79C6C0
}

.fields_panel .service_item>.checkbox:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none
}

.fields_panel label {
    font-size: 1.25rem;
    line-height: 1.6em;
    margin-left: 10px;
    display: inline;
}

.single_cart_items .variation,
#offcanvasCart .variation {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
    margin: 8px 0;
}

.single_cart_items .variation dd,
#offcanvasCart .variation dd {
    margin-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.single_cart_items .variation dd:not(:last-child),
#offcanvasCart .variation dd:not(:last-child) {
    border-right: solid 1px;
}

.single_cart_items .variation dd p,
#offcanvasCart .variation dd p {
    margin-bottom: 0;
    line-height: var(--bs-body-line-height);
    font-size: var(--bs-body-font-size);
}

@media (min-width: 768px) {
    .single_cart_items .variation {
        max-width: 50%;
    }
}

.woocommerce-table__product-name ._view_and_pdf_row > a:not(:last-child) {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 65px;
}

.relevanssi-live-search-result a {
    white-space: normal !important;
    color: var(--bs-body-color);
    text-decoration: none;
}

.relevanssi-live-search-result a.bg-dark-blue {
    color: white;
}

.relevanssi-live-search-result a:hover {
    opacity: 0.8;
}

#relevanssi-live-ajax-search-spinner {
	border-color: var(--bs-primary);
	border-right-color: transparent;
}

#relevanssi-live-ajax-search-spinner::after {
	background-color: var(--bs-primary);
}

.section_2_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section_2_column img {
    width: 100%;
    height: auto;
}

.section_2_column > .row {
    background-color: #fff;
    position: relative;
}

@media (min-width: 1200px) {
    .section_2_column > .row {
        max-width: 90%;
    }
    .section_2_column img {
        margin-bottom: -15%;
    }
}

.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
}